/* index
--------------------------------------------*/
#wrap{
  background: #fff;
}
#loader{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#000;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content: center;
	opacity:1;
	visibility:visible;
	transition:all 0.3s ease;
	z-index: 10;
}

#loader.hide{
	opacity:0;
	visibility:hidden;
}

#visual{
	background-size:cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #000;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content: center;
	position: relative;
}

#visual.index{
	background-image:url(../images/index/visual_bg.jpg);
}

#visual .scroll{
	position: absolute;
	left: 50%;
	bottom: -43px;
	z-index: 1;
  transform: translate(-50%, 0);
}

#visual .txtimg{
  position: relative;
  top: 10px;
  opacity: 0;
  transition: opacity 2s ease, top 1.5s ease;
  width: 396px;
  height: 30px;
}

#visual .txtimg.show{
  opacity: 1;
  top: 0;
}

#visual p.copy{
  position: absolute;
  right: -113px;
  bottom: 0;
  font-family: 'brown';
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 10px;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: 130px;
}

#lead{
	height: 650px;
	background:url(../images/index/lead_bg.jpg) no-repeat center center #000;
	background-size: cover;
	position: relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content: center;
}

#lead:before,
#lead:after{
	content: "";
	display: block;
	border:1px solid #a6a6a6;
	position: absolute;
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	box-sizing: border-box;
}

#lead:after{
	top: 23px;
	left: 23px;
	width: calc(100% - 46px);
	height: calc(100% - 46px);
}

#lead p{
font-family:'Lucida Grande', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, 'MS PGothic', 'MS UI Gothic', Arial, sans-serif !important;
	color: #fff;
	text-align: center;
  text-align: -webkit-center;
  font-size: 13px;
	line-height: 3em;
  font-weight: bold;
  letter-spacing: 0.0em;
}



br.spshow{
  display: none;
}

#lead span.line{
  content: "";
  display: block;
  width: 1px;
  height: 88px;
  background: url(../images/index/lead_line.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -44px;
}

#articles h3{
  text-align: center;
  text-align: -webkit-center;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  margin-top: 50px;
  margin-bottom: 15px;
}

ul.articlelist{
	display:flex;
	flex-wrap:wrap;
  width: 1200px;
  margin: auto;
}

ul.articlelist li{
  width: 400px;
  position: relative;
}

ul.articlelist li a{
  text-decoration: none;
}

ul.articlelist li a:hover{
  text-decoration: underline;
}

ul.articlelist li p.title{
  margin-top: 10px;
  line-height: 18px;
  height: 60px;
  letter-spacing: 0.3px;
  font-family: 'brown-bold',"Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
}

ul.articlelist li p.title span:first-child{
  display: block;
  font-size: 14px;
  color: #333;
}

ul.articlelist li p.title span.entry_date{
  color: #999;
  font-size: 11px;
  font-family: 'brown';
}

ul.articlelist li .img img{
  width: 100%;
  height: auto;  
}

ul.articlelist li .img{
  position: relative;
  overflow: hidden;
  height: 240px;
}

ul.articlelist li .img p{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'brown-bold';
  color: #fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content: center;
  text-align: center;
  text-align: -webkit-center;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.1em;
}

ul.articlelist li .img p span{
  font-size: 12px;
}

ul.articlelist li a .img img{
  transition: transform 0.3s ease;
  transform: scale(1);
}

ul.articlelist li a:hover .img img{
  transform: scale(1.04);
}

#callinglink h3{
  text-align: center;
  text-align: -webkit-center;
  font-size: 23px;
  letter-spacing: 0.09em;
  margin-top: 80px;
  margin-bottom: 20px;
}

#callinglink div.bg{
  text-align: center;
  text-align: -webkit-center;
  background: #000;
}

#callinglink div.bg a{
  display: block;
  height: 100%;
}
#callinglink div.bg a img{
  transition: opacity 0.3s ease;
  opacity: 1;
}

#callinglink div.bg a:hover img{
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}

#callinglink div.bg .inner{
  width: 1200px;
  margin: auto;
  position: relative;
  padding: 20px 0;
}

#callinglink div span{
  font-family: 'brown-bold';
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#store_shop_last{
width: 100%;
margin: 100px auto 80px auto;
text-align: center;
  text-align: -webkit-center;
}

ul.store_shop{
  width: 454px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  text-align: -webkit-center;
}

ul.store_shop li{
  border: 4px solid #000;
}

ul.store_shop li + li{
  margin-top:30px;
}

ul.store_shop li a{
  display: flex;
  height:44px;
  align-items: center;
	justify-content: center;
}

ul.store_shop li a img{
  height: 17px;
  width:auto;
}

ul.store_shop li a:hover{
  text-decoration: none;

opacity: 0.5;
transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-webkit-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
}

#gir_share{
text-align: center;
  text-align: -webkit-center;
margin: 0 auto;
width: 100%;
color: #000;
}

ul.gir_share li.line_nhn_gir {
width:0;
visibility: hidden;
display: none;
}

#gir_share{
text-align: center;
  text-align: -webkit-center;
margin: 0 auto;
width: 100%;
color: #000;
padding: 0 0 60px 0
}

#gir_share h3{
font-size:23px;
letter-spacing: 0.1em;
font-family: 'brown-bold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', 'メイリオ', Meiryo;
text-align: center;
  text-align: -webkit-center;
margin: 0 auto;
padding: 0 0 30px 0
}

ul.gir_share li{
position: relative;
display: inline-block;
list-style-type: none;
margin: 0;
padding: 0 15px 0px 15px;
}

ul.gir_share li a.sns_link_gir{
display: block;
height:100%;
width:100%;
background: #fff;
opacity: 0;
}

ul.gir_share li a:hover{
opacity: 0.5;
transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-webkit-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
}

ul.gir_share li.twitter_gir {
height:22px;
width:28px;
line-height:1.0;
background: url("../images/twitter.svg") no-repeat;
background-size: contain;
background-position: center center; 
vertical-align: middle;
margin:0px 0px 0px 0;
}

ul.gir_share li.facebook_gir {
height:22px;
width:22px;
line-height:1.0;
background: url("../images/facebook.svg") no-repeat;
background-size: contain;
background-position: center center; 
vertical-align: middle;
margin:0px 0px 0px 0;
}

ul.gir_share li.pinterest_gir {
height:22px;
width:22px;
line-height:1.0;
background: url("../images/pinterest.svg") no-repeat;
background-size: contain;
background-position: center center; 
vertical-align: middle;
margin:0px 0px 0px 0;
}

ul.gir_share li.line_nhn_gir {
visibility: visible;
height:22px;
width:22px;
line-height:1.0;
background: url("../images/line.svg") no-repeat;
background-size: contain;
background-position: center center; 
vertical-align: middle;
margin:0px 0px 0px 0;
  display: none;
}

#wrap .inview{
  position: relative;
  top: 20px;
  opacity: 0;
  transition: top 0.7s ease, opacity 0.7s ease;
}

#wrap .inview.show{
  top: 0;
  opacity: 1;
}

.dummyheader,
.dummyfooter{
  text-align: center;
  text-align: -webkit-center;
}

.dummyheader img:last-child,
.dummyfooter img:last-child{
  display: none;
}

span.xo{
    background: url(../images/XO.png) no-repeat center center;
    background-size: 100%;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-left: 3px;
    margin-bottom: -3px;
}

/* SP
--------------------------------------------*/
@media screen and (max-width: 768px) {
  .dummyheader img:last-child,
  .dummyfooter img:last-child{
    display:inline-block;
  }

  .dummyheader img:first-child,
  .dummyfooter img:first-child{
    display:none;
  }
  
  br.sphide{
  display: none;
  }

  ul.articlelist{
    width: auto;
  }

  #callinglink div.bg .inner{
    width: auto;
  }
  
  ul.store_shop{
    width: 100%;
  }
  
  #visual .txtimg{
    width: 220px;
    height: auto;
  }
  
  #visual .copy{
    display: none;
  }
  
  #visual .scroll{
    display: none;
  }
  
  #visual:after{
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #fff;
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 1;
  }
  
  #lead{
    height: 100vh;
  }



#lead{
	height: 530px;
	background:url(../images/index/lead_bg.jpg) no-repeat center center #000;
	background-size: cover;
	position: relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content: center;
}


  
  #lead p{
    font-size: 12px;
    line-height: 2em;
  }
 
  br.spshow{
  display: inline;
  }
  
  #lead{
    background-image:url(../images/index/lead_bg_sp.jpg);
    background-position: left center;
  }
  
  #lead:before{
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  #lead:after{
    top: 13px;
    left: 13px;
    width: calc(100% - 26px);
    height: calc(100% - 26px);
  }
  
  #lead span.line{
    height: 60px;
    bottom: -30px;
  }
  
  ul.articlelist{
    padding: 0 15px;
  }
  
  ul.articlelist li{
    width: 100%;
  }
  
  #articles h3{
    font-size: 15px;
  }
  
  ul.articlelist li p.title{
    height: auto;
  }
  
  ul.articlelist li + li{
    margin-top: 20px;
  }
  
  ul.articlelist li .img{
    height: auto;
  }
  
  ul.articlelist li .img p{
    font-size: 17px;
    line-height: 24px;
  }
  
  #callinglink div.bg .inner{
    padding: 25px;
  }
  
  #callinglink div span{
    right: 9px;
  }
  
  ul.store_shop{
    box-sizing: border-box;
    padding: 0 15px;
  }
  
  ul.store_shop li{
    border: 2px solid #000;
  }

  ul.store_shop li a{
    height: 33px;
  }
  
  ul.store_shop li a img{
    height: 12px;
  }
  
  ul.store_shop li + li{
    margin-top: 20px;
  }
  
  #callinglink h3{
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
  }
  
  #store_shop_last{
    margin: 70px 0 50px 0;
  }
  
  #gir_share h3{
    font-size: 16px;
  }
  
  ul.gir_share li.line_nhn_gir {
    display: inline-block;
  }


}/*@media*/













