@font-face {font-family: 'brown-light';src: url('/css/fonts/BrownStd-Light.ttf');src: url('/css/fonts/BrownStd-Light.otf');src: url('/css/fonts/BrownStd-Light.eot?#iefix') format('embedded-opentype'),url('/css/fonts/BrownStd-Light.woff') format('woff'),url('/css/fonts/BrownStd-Light.ttf') format('truetype'),url('/css/fonts/BrownStd-Light.svg#BrownStd-Light') format('svg');font-size: 110%;font-weight: normal;font-style: normal;line-height: 100%;letter-spacing: 1px;}
@font-face {font-family: 'brown';src: url('/css/fonts/BrownStd-Regular.ttf');src: url('/css/fonts/BrownStd-Regular.otf');src: url('/css/fonts/BrownStd-Regular.eot?#iefix') format('embedded-opentype'),url('/css/fonts/BrownStd-Regular.woff') format('woff'),url('/css/fonts/BrownStd-Regular.ttf') format('truetype'),url('/css/fonts/BrownStd-Regular.svg#BrownStd-Regular') format('svg');font-size: 110%;font-weight: normal;font-style: normal;line-height: 100%;letter-spacing: 1px;}
@font-face {font-family: 'brown-bold';src: url('/css/fonts/BrownStd-Bold.ttf');src: url('/css/fonts/BrownStd-Bold.ttf');src: url('/css/fonts/BrownStd-Bold.otf');src: url('/css/fonts/BrownStd-Bold.eot?#iefix') format('embedded-opentype'),url('/css/fonts/BrownStd-Bold.woff') format('woff'),url('/css/fonts/BrownStd-Bold.ttf') format('truetype'),url('/css/fonts/BrownStd-Bold.svg#BrownStd-Bold') format('svg');font-size: 110%;font-weight: normal;font-style: normal;line-height: 100%;letter-spacing: 1px;}.brown {font-family: 'brown';}.brown-bold {font-family: 'brown-bold';}.brown-light {font-family: 'light';}
/* 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{
	color: #fff;
	text-align: center;
  text-align: -webkit-center;
  font-size: 13px;
	line-height: 3em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

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;
}

/*stories*/

ul.articlelist{
/*
display:flex;
flex-wrap:wrap;
width: 1200px;
*/
margin: 0 auto;
text-align:left;
}

ul.articlelist li{
  position: relative;
  text-align:left;
}

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;
}

#pagelink{
  margin: 70px 0;
}

#pagelink > h3{
  text-align: center;
  font-size: 23px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;

}

#pagelink ul.articlelist{
width:1062px !important;
margin:0 auto;
text-align:left;
}

#pagelink ul.articlelist:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}



/*PC*/
#pagelink ul.articlelist li{
float:left !important;
  width: 334px !important;
  text-align:left !important;
  padding:0 !important;
  margin:0px 10px 20px 10px !important;
}

#pagelink ul.articlelist li .img{
  height: 200px;
}

#pagelink ul.articlelist li h3{
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
  line-height: 22px;
  font-weight: normal;
}

#pagelink ul.articlelist li h3 .brown-bold{
  letter-spacing: 0.1em;
  font-size: 15px;
}

#pagelink ul.articlelist li p.entry_date{
  font-size: 11px;
  letter-spacing: 0.1em;
  font-family: "brown-bold";
  color: #666666;
  margin-top: 6px;
}

#pagelink ul.articlelist li + li{
  margin-left: 20px;
}

#personalshopping{
  width: 965px;
  margin: auto;
}

#personalshopping a{
  position: relative;
  display: block;
  backface-visibility: #000;
  overflow: hidden;
}

#personalshopping a:after{
  content: "";
  display: block;
  border:1px solid #dcdcdc;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
}

#personalshopping a img{
  transform: scale(1);
  transition: transform 0.3s ease;
}

#personalshopping a:hover img{
  transform: scale(1.04);
}

#personalshopping a .text{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-align: center;
}

#personalshopping a .text{
  color: #fff;
  font-family: "brown-bold";
}

#personalshopping a .text h3{
  font-size: 22px;
  letter-spacing: 0.18em;
}

#personalshopping a .text p{
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-top: 1em;
}

#personalshopping > p{
  font-size: 13px;
  line-height: 20px;
  margin-top: 20px;
}

#personalshopping .sp{
  display: none;
}

#personalshopping > p br.no_pc{
display:none !important;
}

/* 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;
  }
  

  #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;
  }
  
  #pagelink{
    margin: 45px 0 25px 0;
  }
  
  #pagelink > h3{
    font-size: 20px;
  }
  
/*SP*/
#pagelink ul.articlelist{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width:100% !important;
padding: 0 15px 0 15px;
}
 
  
  

#pagelink ul.articlelist li{
float:none !important;
width: 100% !important;
text-align:left;
padding:0 !important;
margin:0px  0px 20px 0px !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
  
  #pagelink ul.articlelist li .img{
  	width: 100%;
    height: auto;
  }
  
  #pagelink ul.articlelist li + li{
    margin-left: 0;
    margin-top: 30px;

  }
  
  #pagelink ul.articlelist li h3{
    font-size: 13px;
    line-height: 20px;
  }
  
  #pagelink ul.articlelist li h3 .brown-bold{
    font-size: 14px;
  }
  

  #personalshopping{
    width: auto;
    padding: 0 15px;
  }
  
  #personalshopping > p{
    font-size: 11px;
  }
  
  #personalshopping > p br{
    display: none;
  }

  #personalshopping .pc{
    display: none;
  }
  
  #personalshopping .sp{
    display: block;
  }
  
  #personalshopping a .text h3{
    font-size: 13px;
  }
  
  #personalshopping a .text p{
    font-size: 11px;
  }

#personalshopping > p br.no_pc{
display:block !important;
}

}/*@media*/









