@charset "UTF-8";
.is-pc{
	display: block !important;
}
.is-sp{
	display: none !important;
}
ul{
  list-style: none;
}
.inner{
  width: 90%;
  margin: 0 auto;
}
.mainVisual{
  border-top: 5px #000 solid;
  border-bottom: 5px #000 solid;
}
.mainVisual ul li img{
  width: 100%;
  vertical-align: bottom;
}
.swiper-pagination-bullet-active{
  background: #cbb06d;
}
.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
}
.twitter{
  margin: 0 0 20px;
}
.twitterInner{
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #CCC;
}
.twitter dl{
	position: relative;
}
.twitter dl dt{
	position: absolute;
	width: 230px;
	background: #01a8bb;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.twitter dl dt:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #01a8bb;
	right: -4px;
	top: 13px;
	transform: rotate(45deg);
}
.twitter dl dt i{
	margin: 0 10px 0 0;
}
.twitter dl dd{
	padding: 0 10px 0 250px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.twitter dl dd a{
	text-decoration: none;
}
@media screen and (max-width:640px){
  .twitter dl{
    margin: 0 0 0 0px;
  }
  .twitter dl dt{
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .twitter dl dt i{
    margin: 0;
    vertical-align: text-top;
  }
  .twitter dl dt span{
    display: none;
  }
  .twitter dl dt:after{
    top: 17px;
  }
  .twitter dl dd{
    height: 45px;
    line-height: 45px;
    padding: 0 0px 0 60px;
  }
}





/* コンセプト */
.concept{
  margin: 0 0 20px;
}
.concept p.ja{
  text-align: center;
  color: #6c6b6b;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 10px;
}
.concept p.en{
  font-family: 'Times';
  font-style: italic;
  text-align: center;
  color: #6c6b6b;
  font-size: 16px;
  line-height: 1.6em;
}


/* トピックス */
.topics{
  margin: 0 0 60px;
}
.topics .inner{
  position: relative;
}
.topics ul li{
  position: relative;
  padding: 20px 0 0;
}
.topics ul li.newopen:before{
  position: absolute;
  top: 0px;
  left: 10px;
  content: '';
  width: 80px;
  height: 80px;
  background: url(/common/images/icon_newopen.png) no-repeat;
  background-size: 80px 80px;
  z-index: 1;
}
.topics ul li.pickup:before{
  position: absolute;
  top: 0px;
  left: 10px;
  content: '';
  width: 80px;
  height: 80px;
  background: url(/common/images/icon_pickup.png) no-repeat;
  background-size: 80px 80px;
  z-index: 1;
}
.topics ul li.comingsoon:before{
  position: absolute;
  top: 0px;
  left: 10px;
  content: '';
  width: 80px;
  height: 80px;
  background: url(/common/images/icon_comingsoon.png) no-repeat;
  background-size: 80px 80px;
  z-index: 1;
}
.topics ul li a{
  display: block;
}
.topics ul li span{
  font-size: 11px;
}
.topics ul li img{
  width: 100%;
  /*filter: grayscale(100%);*/
}
.topics ul li img:hover{
  /*filter: grayscale(0%);*/
  filter: brightness(50%);
}
.topics .swiper-container{
  padding: 0 0 10px;
}
.topics .swiper-pagination{
  width: 100%;
}
.topics .swiper-pagination-bullet{
  margin: 0 5px;
}
.topics .swiper-button-prev{
  background: url(/common/images/arrow_prev.png) no-repeat center center;
  background-size: 50%;
  left: -40px;
}
.topics .swiper-button-next{
  background: url(/common/images/arrow_next.png) no-repeat center center;
  background-size: 50%;
  right: -40px;
}
.topics .swiper-button-prev, .swiper-button-next{
  width: 26px;
}



/* お知らせ */
.news {
  padding-top: 0px;
}
.news .inner{
  position: relative;
}
.news .tab li{
  float: left;
  margin: 0 5px;
}
.news .tab li a{
  display: block;
  box-sizing: border-box;
  padding: 20px 40px;
  border: 2px solid #333;
  font-family: 'Cabin';
  font-weight: 600;
  font-size: 18px;
  background: url(/images/feature_bg.gif);
  background-size: 4px 4px;
  position: relative;
  top: 2px;
}
.news .tab li a.selected{
  background: #FFF;
  border-bottom: 2px solid #FFF;
}

.news .panel{
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 40px 0 40px;
}
.news .panel div ul li:hover{
  opacity: 0.5;
}
.news .panel div ul li p{
  text-align: center;
  line-height: 1.6em;
}
.news .panel div ul li .thumb{
  overflow: hidden;
  height: 17vw;
  margin: 0 0 5px;
}
.news .panel div ul li .thumb img{
  width: 100%;
}
.news .panel div ul li .date{
  font-family: 'Cabin';
  font-weight: 600;
  font-size: 11px;
  color: #999999;
}
.news .panel div ul li .shopinfo{
  font-family: 'Cabin';
  font-weight: 600;
  font-size: 11px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .panel div ul li .ttl{
  margin: 10px 0 0;
  color: #303030;
  font-size: 12px;
}

.news .swiper-container{
  padding: 0 0 10px;
}
.news .swiper-pagination{
  width: 100%;
}
.news .swiper-pagination-bullet{
  margin: 0 5px;
}
.news .swiper-button-prev{
  background: url(/common/images/arrow_prev.png) no-repeat center center;
  background-size: 50%;
  left: -40px;
}
.news .swiper-button-next{
  background: url(/common/images/arrow_next.png) no-repeat center center;
  background-size: 50%;
  right: -40px;
}
.news .swiper-button-prev, .swiper-button-next{
  width: 26px;
}

.news .panel .btnMore{
  border: 3px solid #333;
  width: 200px;
  height: 30px;
  line-height: 30px;
  margin: 30px auto 0;
}
.news .panel .btnMore a{
  display: block;
  height: 100%;
  text-align: center;
  font-family: 'Cabin';
  font-weight: 600;
  font-size: 10px;
}
.news .panel .btnMore a:after{
  display: inline-block;
  content: " ";
  font-size: 10px;
  margin: 0 0 0 10px;
  width: 5px;
  height: 7px;
  background: url(/common/images/arrow_news_archive.png) no-repeat left center;
  background-size: 5px 7px;
}

/*
.news .panel #press ul li{
  margin: 0 0 2px;
  text-align: center;
}
.news .panel #press ul li a{
  display: block;
  padding: 20px 10px;
  height: 100%;
  background: #efefef;
}
.news .panel #press ul li a:hover{
  background: #cdb378;
  color: #FFF;
}

.news .panel #press ul li a .date{
  font-family: 'Cabin';
  font-weight: 600;
  font-size: 11px;
  color: #cdb378;
}
.news .panel #press ul li a:hover .date{
  color: #FFF;
}
.news .panel #press ul li a .shopinfo{
  font-family: 'Cabin';
  font-weight: 600;
  font-size: 11px;
  color: #cdb378;
}
.news .panel #press ul li a:hover .shopinfo{
  color: #FFF;
}
.news .panel #press ul li a .ttl{
  font-size: 12px;
  margin: 10px 0 0;
}
*/


/* リンク */
.link{
  /*background: url(/images/link_bg.gif);
  background-size: 4px 4px;*/
    background: #000;
  padding: 40px 0;
    width: 100%;    
    margin-bottom: 20px;
}
.link ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;  
}
.link ul li{
  width: calc(100%/3);
  margin: 0;
    box-sizing: border-box;
}

.link ul li figure{
  position: relative;
  overflow: hidden;
}
.link ul li figure img{
  vertical-align: bottom;
  width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.link ul li figure:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.link ul li figure > .text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.link ul li figure > .text p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  color: #FFF;
  text-align: center;
}
.link ul li figure > .text p strong{
  display: block;
  font-family: 'Cabin';
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1em;
    letter-spacing: .1em;
  margin: 0 0 5px;
}
.link ul li figure > .text p span{
  display: block;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
}
.link ul li a[target=_blank] figure > .text p span:after{
  display: inline-block;
  content: ' ';
  margin: 0 0 0 5px;
  width: 18px;
  height: 15px;
  background: url(/common/images/icon_blank_gray.png) no-repeat;
  background-size: 18px 15px;
  vertical-align: middle;
}


.link ul li figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
  color: #FFF;
}
.link ul li figure:hover figcaption {
	opacity: 1;
}
.link ul li figure figcaption h2{
  padding: 10% 0 0;
  margin: 0;
  font-size: 14px;
  text-align: center;
}
.link ul li figure figcaption p{
  padding: 3% 14% 0;
  font-size: 12px;
  line-height: 1.6em;
}




/* 特徴 */
.feature{
  background: url(/images/feature_bg.gif);
  background-size: 4px 4px;
}
.feature .section{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  position: relative;
  text-decoration: none;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.feature .section:nth-child(even){
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature .section .photo,
.feature .section .text{
  position: relative;
  width: 50%;
  height: 400px;
}
.feature .section .photo .photo-inner{
  width: 100%;
  height: 100%;;
  background-position: center center;
  background-size: cover;
  transition: transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
}

.feature .section .text .text-inner{
  width: 100%;
  /*max-width: 500px;*/
  height: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
}
.feature .section:nth-child(even) .text .text-inner{
  right: 0;
  left: auto;
}

.feature .section .text .text-inner .centerFit{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  padding: 0 30px;
}
.feature .section .text .text-inner .centerFit p.number{
  font-family: 'Times';
  font-style: italic;
  color: #bf3333;
  font-size: 20px;
  margin: 0 0 10px;
}
.feature .section .text .text-inner .centerFit h2{
  margin: 0 0 20px;
}
.feature .section .text .text-inner .centerFit h2 strong{
  display: block;
  font-family: 'Cabin';
  font-weight: 600;
  font-size: 32px;
  margin: 0 0 10px;
  line-height: 1em;
}
.feature .section .text .text-inner .centerFit h2 span{
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.feature .section .text .text-inner .centerFit p.description{
  line-height: 1.6em;
  font-size: 14px;
  margin: 0 0 20px;
}
.feature .section .text .text-inner .centerFit p.btnMore{
  border: 3px solid #333;
  width: 260px;
  margin: 0 0 10px;
}
.feature .section .text .text-inner .centerFit p.btnMore a{
  display: block;
  text-align: center;
  padding: 15px 30px 15px 0;
  font-size: 14px;
  background: url(/common/images/icon_blank_black.png) no-repeat right 10px center;
  background-size: 18px 15px;
}






/* バナー */
.banner{
  margin: 80px 0 60px;
}
.banner ul{
  text-align: center;
}
.banner ul li{
  display: inline-block;
  height: 120px;
  margin: 0 10px 10px;
}
.banner ul li img{
  height: 100%;
  vertical-align: bottom;
}
.banner ul li:hover{
  opacity: 0.5;
}



@media screen and (max-width:1100px){
  .is-pc{
  	display: none !important;
  }
  .is-sp{
  	display: block !important;
  }
  .inner{
    width: auto;
    margin: 0 10px;
  }
  .concept p.ja{
    font-size: 16px;
  }
  .concept p.en{
    font-size: 12px;
  }
  .concept p br{
    display: none;
  }

  .topics ul li img{
    /*filter: grayscale(0%);*/
  }
  .topics ul li img:hover{
    filter: brightness(100%);
  }
  .topics .swiper-button-prev{
    left: 0px;
    top: auto;
    bottom: -30px;
  }
  .topics .swiper-button-next{
    right: 0px;
    top: auto;
    bottom: -30px;
  }

  .news .swiper-button-prev{
    left: 0px;
    top: auto;
    bottom: 35px;
  }
  .news .swiper-button-next{
    right: 0px;
    top: auto;
    bottom: 35px;
  }
  .news .panel #news ul li .thumb,
  .news .panel #press ul li .thumb{
    height: 32vw;
  }

  .link ul li figure:hover img{
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .link ul li figure:hover figcaption {
  	opacity: 0;
  }



  .feature .inner{
    margin: 0;
  }
  .feature .section .text .text-inner .centerFit p.number{
    margin: 0 0 10px;
  }
  .feature .section .text .text-inner .centerFit h2{
  }
  .feature .section .text .text-inner .centerFit h2 strong{
    font-size: 28px;
  }
  .feature .section .text .text-inner .centerFit p.description br{
    display: none;
  }

  .banner{
    margin: 40px 0;
  }
  .banner ul{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .banner ul li{
    display: block;
    margin: 0 0 10px;
  }
  .banner ul li.large{
    height: auto;
    width: 100%;
  }
  .banner ul li.small{
    height: auto;
    width: 49%;
    margin: 0 0 10px;
    float: left;
  }
  .banner ul li.small:nth-child(2n){
    float: right;
  }
  .banner ul li img{
    height: auto;
    width: 100%;
  }

}
@media screen and (max-width:640px){
  .concept p.ja{
    font-size: 14px;
  }
  .concept p.en{
    font-size: 10px;
  }

  .topics ul li{
    padding: 10px 0 0;
  }
  .topics ul li.newopen:before{
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
  .topics ul li.pickup:before{
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
  .topics ul li.comingsoon:before{
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }

  .news .tab li{
    margin: 0 3px;
  }
  .news .tab li a{
    padding: 10px 5px;
    font-size: 12px;
  }
  .news .panel #news ul li .thumb,
  .news .panel #press ul li .thumb{
    height: 46vw;
  }


  .link ul li{
    width: 100%;
    float: none;
    margin: 0 0 2% 0;
  }
  .link ul li:nth-child(3n){
    margin: 0 0 2% 0;
  }

  .feature .section .photo{
    width: 100%;
    height: 80vw;
  }
  .feature .section .text{
    width: 100%;
    height: auto;
  }
  .feature .section .text .text-inner{
    position: static;
  }
  .feature .section .text .text-inner .centerFit{
    padding: 30px;
    position: static;
    transform: none;
    -webkit-transform: none;
  }
}





/*年末年始*/
.yearend .btn{
	border: 3px solid #333;
	margin: 40px auto 40px;
	padding: 10px 15px;
	display: table;
}
.yearend .btn a{
  display: block;
  text-align: center;
  font-family: 'Cabin';
  font-weight: 600;
  font-size: 14px;
}
.yearend .btn a:after{
  display: inline-block;
  content: " ";
  font-size: 14px;
  margin: 0 0 0 10px;
  width: 5px;
  height: 7px;
  background: url(/common/images/arrow_news_archive.png) no-repeat left center;
  background-size: 5px 7px;
}
@media screen and (max-width:640px){
.yearend .btn{
  width: 88%;
}
}


	