html *{
  box-sizing: border-box;
}
body {
    font-family: "Sawarabi Gothic","メイリオ","Meiryo","Roboto",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #222;
}

/*---- common style ----*/
img{
  max-width: 100%;
}
a,a:hover,a:focus,.btn:hover{
  color: inherit;
  text-decoration: none;
}
ul,dl,dd{
  margin-bottom: 0;
}
li{list-style: none;}

h2{margin: 0 0 20px 0;}

main{padding: 93px 0 0;}

@media (max-width:767px){
  main{padding: 59px 0 0;}
}

/*---- font color ----*/
.cl-w{color: #fff;}
.cl-p{color: #f4cdd9;}
.cl-dp{color: #e9537d;}
.cl-gr{color: #9d9a9a;}

/*---- font family ----*/
.suravaram{font-family: 'suravaram', serif;}

/*---- background color ----*/
.bg-p{background-color: #f4cdd9;}


/*---- icon ----*/
.ico-org{
  width: 15px;
  height: auto;
}
.ico-txt{
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  width: 65px;
}
.ico-p{background-color: #e9537d;}
.ico-reserve{background-color: #999671;}
.ico-order{background-color: #305059;}

/*---- btn ----*/
.btn-wrap{margin: 30px 0; }
.btn-metamo{
  border: 1px solid #f4cdd9;
  padding: 5px 10px;
  border-radius: 0;
  font-size: 21px;
  transition: .5s;
}
.btn-metamo:hover{background-color: #f4cdd9;}
.btn.cl-p:hover{color: #fff;}
.btn-vm{min-width: 250px;}

/*---- slider-icon ----*/
.carousel-control-prev-icon,.carousel-control-next-icon{
  width: 32px;
  height: 32px;
  background-size: contain;
}
.carousel-control-prev-icon{background: url(../images/controls.png) no-repeat 0 -32px;;}
.carousel-control-next-icon{background: url(../images/controls.png) no-repeat -43px -32px;;}


/*===========================================================
layout
===========================================================*/
p{margin: 0;}
.w-container{
  width: 95%;
  margin: auto;
}

/*===========================================================
header
===========================================================*/
.header{
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background-color: #fff;
  padding: 5px 0;
  position: absolute;
  z-index: 99;
  width: 100%;
  transition: .5s;
}
.header.sticky{
  position: fixed;
  top: 0;
  transition:all 0.5s;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.header.sticky.scrDown{
  transition:all .5s;
  top:-140px;
}
/*--mmenu--*/
.hamburger{
  position: absolute;
  top:50%;
  left: 10px;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
}
.hamburger span,
.hamburger::before,
.hamburger::after{
  background: #222;
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  left: 7px;
}
.hamburger::before{top:8px;}
.hamburger span{top:16px;}
.hamburger::after{top:24px;}
.mm-navbar{height: auto;}

/*===========================================================
TOP
===========================================================*/
/*--common--*/
.section__background--gray{
  background-color: #F9F9F9;
}
.mtm-btn{
  border-radius: 0;
  border: 1px solid #222;
  background-color: #222;
  display: block;
  font-size: 18px;
  margin: 72px auto 0;
  width: 380px;
  max-width: 100%;
  transition: .3s ease;
}
.mtm-btn:hover{
  background-color: #fff;
}
.mtm-btn svg{
  margin: 0 12px 0 0;
}
.f-frank{
  font-family: 'Frank Ruhl Libre',sans-serif;
}
/*-- top-slide --*/
.top-slide .carousel-inner{height: 100%;}
.top-slide .carousel-item{
  height: 100%;
  background-size: cover;
}
.top-slide .carousel-indicators li{
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.carousel-control-prev,.carousel-control-next{
  width: 5%;
  opacity: 1;
}
.main-front section{
  padding: 80px 0;
}
.main-front h2{
  font-family: 'Frank Ruhl Libre',sans-serif;
  font-size: 36px;
  margin: 80px 0 48px;
}
.main-front h3{
  font-family: 'Frank Ruhl Libre',sans-serif;
  font-size: 30px;
  margin: 60px 0 32px;
}
.main-front .swiper-container {
  padding: 0 0 50px;
}
.main-front .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}
.main-front .swiper-pagination-bullet {
  background-color: #666;
  opacity: 1;
  height: 10px;
  width: 10px;
}
.main-front .swiper-pagination-bullet-active {
  background-color: #222;
}
.main-front .shop-news{
  border: 1px solid #E1E1E1;
  height: 220px;
  overflow-y: scroll;
  padding: 0 30px;
}
.main-front .shop-news__item-link{
  display: flex;
  padding: 20px 0;
}
.main-front .shop-news__item-date{
  font-size: 18px;
  margin: 0 24px 0 0;
  flex-shrink: 0;
}
.new-feature__item-img-wrap{
  position: relative;
  margin: 0 0 20px;
}
.new-feature__item.coming-soom .new-feature__item-img-wrap::before,
.new-feature__item.sold-out .new-feature__item-img-wrap::before{
  background-color: rgba(211, 215, 244, .8 );
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}
.new-feature__item.sold-out .new-feature__item-img-wrap::before{
  background-color: rgba(246, 211, 211, .8 );
}
.new-feature__item.coming-soom .new-feature__item-img-wrap::after,
.new-feature__item.sold-out .new-feature__item-img-wrap::after{
  content: 'Coming Soon';
  color: #fff;
  font-family: 'Frank Ruhl Libre',sans-serif;
  font-size: clamp(18px, 1.3vw, 16px);
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.new-feature__item.sold-out .new-feature__item-img-wrap::after{
  content: 'Sold Out';
}
.new-feature__item-name{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 16px;
}
.new-feature__item-price{
  color: #585858;
  display: block;
  text-align: right;
}

.main-front .concept{
  background: linear-gradient(rgba(40, 10, 10,.5),rgba(40, 10, 10,.5)), url(https://s3.ap-northeast-1.amazonaws.com/metamorphbucket/stg/s3fs-public/LP/120240101802-c01.webp);
  background-size: cover;
  background-position: center;
}

.sns-feed__area--instagram{
  margin: 0 0 60px;
}
.mail-magazine__area{
  border: 1px solid #E1E1E1;
  padding: 60px 20px;
}

.service__area{
  background: url(https://s3.ap-northeast-1.amazonaws.com/metamorphbucket/stg/s3fs-public/event/bg02.jpg);
}
.service__area--bnr{
  margin: 48px 0 0;
}
@media (min-width:768px) {
  .sns-feed__area--instagram{
    margin: 0;
  }
}
/*===========================================================
footer
===========================================================*/
.footer-nav{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #585858;
}
.footer-nav li{
  width: calc(50% - 1px);
  text-align: center;
  border-bottom: 1px solid #585858;
  clear: both;
}
.footer-nav li:nth-last-of-type(2n-1){border-right: 1px solid #585858;}
.footer-nav li:nth-last-of-type(1){
  width: 100%;
  border-right: none;
}
.footer-nav li a{
  display: block;
  padding: 10px 5px;
}
.footer-nav li i{
  float: right;
  line-height: 20px;
}
.footer-nav li i.fa-shopping-cart,
.footer-nav li.contact i{
  float: none;
  margin: 0 10px 0 0;
}
.footer-sns{padding: 10px 0;}
.footer-sns ul{max-width: 260px;}
.footer-sns li{
  color: #fff;
  background-color: #585858;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.copyright{font-size: 10px;}
