@charset "UTF-8";
/*===========
inview
===========*/
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(80px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: .3s; /* フェード開始を0.5秒遅らせる */
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}
/**/


/*雪のエフェクト*/
.snow {
  /*雪の色*/
  z-index: 100;
  color: snow;
  /*雪の大きさ*/
  font-size: 10px;
  /*初期位置*/
  position: fixed;
  top: -5%;
  /*雪を適当な幅で降らせる*/
  text-shadow:
  5vw   -100px 2px,
  8vw   -200px 2px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  15vw  -550px 3px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  82vw  -280px 5px,
  86vw  -320px 9px,
  94vw  -170px 7px;
  /*雪アニメーション1*/
  animation: roll 10s linear infinite;
}
  /*2つめの雪アニメーション*/
.snow2nd{animation: anim 20s linear infinite;}

@keyframes roll {
    0% {transform:rotate(0deg);}
   90% {opacity:1;}
   100% {transform:rotate(20deg);top:100%;opacity:0;}
}
@keyframes anim {
  100% {color:transparent;top:150%;}
}
/*雪のエフェクト終了*/


/**----共通　----------**/
a {
    text-decoration: none;
    color: #000;
    }
    a:visited{
      color : #000;
    }
    h2{
      font-size: 40px;
      line-height: 170%;
    }
    h3{
      font-size: 30px;
    }
  img{
      width: 100%;
      height: auto;
    }
.sub-text span{
	display: inline-block;
}
    body{
      font-family: 'Noto Serif JP', serif;
      font-family: 'BIZ UDPMincho', serif;
      font-size: 16px;
      line-height: 170%;
      background-color: #FCFCFC;
      color: #4D4D4D;
      line-break: strict;/*禁則処理*/
      }
    .inner{
      width: 1000px;
      max-width: 100%;
      margin: 0 auto;
  }
	.inner-detail{
      width: 800px;
      max-width: 100%;
      margin: 0 auto;
  }
    ul{
      list-style: none;
    }
    ::selection
  {
    background: #f3f3f3;
    color: #858585;
  }
  /* for Firefox */
  ::-moz-selection
  {
      background: #f3f3f3;
      color: #858585;
  }



/**----　右下オンラインショップボタン　----------**/
.fixed_btn{
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 30px 40px;
	z-index: 9999;
	border-radius: 50%;
  background-color: rgba( 166, 138, 64, 0.7);
	box-shadow: 0 8px 32px 0 rgba( 250,220,146, 0.3 );
	backdrop-filter: blur( 5.5px );
	-webkit-backdrop-filter: blur( 5.5px );
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.fixed_btn p{
	color: #fff;
	line-height: 1.2em;
	letter-spacing: 0.2em;
}
.fixed_btn img{
	width: 36px;
	padding-top: 5px;
	margin: 0 auto;
}
/**----top画像非表示　----------**/
.mv-calendar-sp {
    display: none;
}
.mv {
    width: 100%;
}
.mv img{
    display: block;
	position: relative;
	width: 100%;
}
/**----sub-text　----------**/

.sub-text-main{
  padding: 80px 0;
  background-image: url("../img/sub-text-main.webp");
  color: #F1F1F1;
  object-fit:cover;
  background-size: cover;
}
.sub-text {
  display: block;
  line-height: 300%;
	letter-spacing: 0.12em;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.sub-text-main img{
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.btn-text{
  text-align: center;
  padding-top: 64px;
  font-size: 18px;
}



/**----Insta-btn　----------**/
.btn-download{
	padding-bottom: 20px;
  z-index: 2;
}
.btn-download a {
    background: #DEECFF;
    border-radius: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 320px;
    padding: 24px 36px 24px 56px;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-size: 20px;
	border: 1.5px solid #fff;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
}
.btn-download a:hover {
	background-color: rgba(255, 255, 255, 0.7);
}

.button-01 {
  display: block;
  width: 100%;
  /* // padding-leftを設定する */
  padding: 40px 16px 16px 40px;
  position: relative;
  background-color: #fff;
  /* // 折り返しの対応 */
  overflow-wrap: break-word;
  &::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 60px;
    /*-- top: 50%;と、transform: translateY(-50%) で上下中央に配置--*/
    top: 36%;
    transform: translateY(0%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  &.fav::before {
    background-image: url("../img/Instagram_icon.png");
  }
}


/**----sub-text終了　----------**/

/**----products商品一覧　----------**/
#products{
}

.products-main{
  background-color: #6C0202;
  
}
.products-main-back-1{
  width: 100%;
  height: auto;
  object-fit:cover;
  background-size: cover;
  
  
}
.products-main-back-2{
  width: 100%;
  height: auto;
  object-fit:cover;
  background-size: cover;
}

.products-main h2{
  color: #F1F1F1;
  text-align: center;
  line-height: 170%;
	letter-spacing: 0.2em;
  position: relative;
  top:10%;
}

/*newアイコン*/
.products-detail{
	position: relative;
}
.products-detail:before {
    position: absolute;
    content: "";
    left: -8px;
    top: -79px;
    width: 150px;
    height: 150px;
	border-radius: 50%;
    background-color:#213F20
}
.products-detail:after {
    position: absolute;
    content: "NEW";
    display: block;
    font-size: 30px;
    color: #fff;
    top: -15px;
    left: 30px;
    text-align: center;
    z-index: 2;
}
/*newアイコン終了*/
.products-main h3{
  color: #6C0202;
  text-align: center;
}
.products-back-sub{
  padding-bottom: 80px;
}
.products-detail{
 background-color: #DFD9D2;
 padding: 64px 16px;
	margin-top:96px;
}
.products-detail p{
  width: 60%;
  margin: 0 auto;
}
.products-text{
  padding: 16px 0;
}
.bag-font{
  font-size: 14px;
}
/* .yoyaku-text{
	padding-top: 32px;
} */
.prarine-text{
  font-size: 18px;
  padding: 4px 0;
  color: #6C0202;
}
/*slickスライダー*/
.container {
  margin: 30px auto 0;
  max-width: 600px;
  width: 100%;
}
img {
  height: auto;
  width: 100%;
}
.thumbnail-img img{
  margin: 20px auto;
  width: 70%;
}
.container img{
	border: 2px solid #6C0202;
}

/**----予約ボタン　----------**/
.button-yoyaku{
  margin: 32px auto;
  width: 400px;
  text-align: center;
}
.button-yoyaku a{
  width: 400px;
  background-color: #A68A40;
  padding: 20px 120px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
}
.button-yoyaku a:hover{
	background-color: rgba( 166, 170, 173);
	transition: 0.5s;
}





/**----products終了　----------**/



/**----item　----------**/
#item{
  padding: 80px 0;
}


#item h3{
  text-align: center;
  margin-bottom: 15px;
  line-height: 170%;
}

/**----ショップはこちらボタン　----------**/
.button-064{
  margin: 0 auto;
  width: 250px;
}
.button-064 a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 250px;
  margin: 20px auto 0;
  padding: .9em 3em .9em 2em;
  border: 1px solid #4D4D4D;
  border-radius: 5px;
  /*background-color: rgba(255,255,255,0.40);*/
  color: #4D4D4D;
  font-size: 18px;
}
.button-064 a:hover{
	background-color: rgba( 166, 170, 173, 0.7);
	transition: 0.5s;
}
.button-064 a::after {
  position: absolute;
  right: 2em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #4D4D4D;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: transform .3s;
}

.button-064 a:hover::after {
  transform: translateY(-50%) scaleX(1.4);
}

.bag{
  width: 350px;
}

.flex-pre{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-pre p{
  width: 60%;
}


.bag-p{
  font-size: 14px;
  margin-top: 15px;
}

.bag-p a{
  color: #266cbb;
  font-weight: bold;
}

.bag-p a:hover{
  opacity: .7;
  font-size: 15px;
}


/**----other　----------**/

#other{
  background-color: #F1F1F1;
  padding: 70px 0;
}

.other-img{
  width: 370px;
}

#other ul{
  display: flex;
  justify-content: space-between;
}


.other-img:hover{
  opacity: .7;
	transition:0.3s;
}

/**----footer　----------**/

footer{
	background-color: rgba( 33, 63, 32);
	/* box-shadow: 0 8px 32px 0 rgba( 55, 105, 95, 0.3 );
	backdrop-filter: blur( 5.5px );
	-webkit-backdrop-filter: blur( 5.5px );
	border: 1px solid rgba( 255, 255, 255, 0.18 );
  background-color: #686868; */
  padding: 15px 0;
}

.foot-flex a{
  font-size: 12px;
  color: #fff;
}

.foot-flex li{
  margin-right: 30px;
}

.foot-logo{
  width: 200px;
  margin: 0 0 30px auto;
filter: brightness(0) invert(1);/*フィルターで白に*/
}

.foot-flex{
  display: flex;
}

.copy{
  color: #fff;
  font-size: smaller;
  text-align: center;
}








@media screen and (max-width:1024px) {

	h2{
      font-size: 35px;
    }
    h3{
      font-size: 25px;
    }
/**----btn　----------**/
.fixed_btn{
  padding: 25px 30px;
}
.fixed_btn p{
	line-height: 1.2em;
	letter-spacing: 0.2em;
}
.fixed_btn img{
	width: 32px;
}

/**----inner　----------**/
  .inner{
    width: 650px;
  }
  .item-img {
    margin: 0 auto;
}
.other-img {
  width: 340px;
}
	.inner-detail{
		padding: 0 20px;
	}
.flex-pre{
display: block;
}
.flex-pre p{
  width: 100%;
}
.bag {
  margin: 0 auto;
}

.foot-logo {
  width: 150px;
}

/*newアイコン*/
.products-detail{
	position: relative;
}
.products-detail:before {
    position: absolute;
    content: "";
    left: -30px;
    top: -50px;
    width: 150px;
    height: 150px;
	border-radius: 50%;
    background-color:#213F20
}
.products-detail:after {
    position: absolute;
    content: "NEW";
    display: block;
    font-size: 30px;
    color: #fff;
    top: 12px;
    left: 7px;
    text-align: center;
    z-index: 2;
}
/*newアイコン終了*/	

/**----products商品一覧　----------**/

.products-main{
  background-color: #6C0202;
  z-index: 2;
}
.products-main-back-1{
 background-image: url("../img/product-back.webp");
  width: 100%;
  height: auto;
  object-fit:cover;
  background-size: cover;
}

.products-main h2{
  color: #F1F1F1;
  text-align: center;
  line-height: 1.5em;
	letter-spacing: 0.2em;
}
.products-main h3{
  color: #6C0202;
  text-align: center;
}
.products-back-sub{
  padding: 64px 0;

}
.products-detail{
 background-color: #DFD9D2;
 padding: 64px 16px;
}
.products-detail p{
  width: 75%;
  margin: 0 auto;
	}
.products-text{
  padding: 16px 0 24px;
}
.bag-font{
  font-size: 14px;
}
.prarine-text{
  font-size: 18px;
  color: #6C0202;
}

/*slickスライダー*/
.container {
  margin: 30px auto 0;
  max-width: 600px;
  width: 100%;
}
img {
  height: auto;
  width: 100%;
}
.thumbnail-img img{
  margin: 20px auto;
  width: 70%;
}

/**----予約ボタン　----------**/
.button-yoyaku{
  margin: 16px auto 24px;
  width: 400px;
  text-align: center;
}
.button-yoyaku a{
  width: 400px;
  background-color: #A68A40;
  padding: 20px 120px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
}
.button-yoyaku a:hover{
	background-color: rgba( 166, 170, 173);
	transition: 0.5s;
}
}

@media screen and (max-width:767px) {
h2{
      font-size: 25px;
    }
h3{
      font-size: 20px;
	}
	p{
		font-size: 14px;
	}

/**----TOP非表示　----------**/	
	
	.mv {
        display: none;
    }

    .mv-calendar-sp {
		width: 100%;
		display: block;
    }
	.mv-calendar-sp img{
		display: block;
	position: relative;
		top: 0;
	width: 100%;
    }
	
/**----btn　----------**/
	.sub-text {
  display: block;
  line-height: 250%;
	letter-spacing: 0.08em;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
/**----btn　----------**/
	.btn-text{
  text-align: center;
  padding-top: 32px;
  font-size: 16px;
}
.fixed_btn{
  padding: 15px 18px;
}
.fixed_btn p{
	padding-top: 3px;
	line-height: 1em;
	letter-spacing: 0.2em;
	font-size: 13px;
}
.fixed_btn img{
	width: 25px;
	padding-top: 3px;
}
/**----inner350----------**/
  .inner{
    width: 350px;
  }

/**----Insta-btn　----------**/
.btn-download{
	padding-bottom: 20px;
  z-index: 2;
}
.btn-download a {
    background: #DEECFF;
    border-radius: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 320px;
    padding: 20px 36px 20px 56px;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-size: 20px;
	border: 1.5px solid #fff;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
}
.btn-download a:hover {
	background-color: rgba(255, 255, 255, 0.7);
}

.button-01 {
  display: block;
  width: 100%;
  /* アイコンのスペースを確保したpadding-leftを設定する*/
  padding: 24px 16px 16px 40px;
  position: relative;
  background-color: #fff;
  /* // 折り返しの対応 */
  overflow-wrap: break-word;
  &::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 60px;
    /*-- top: 50%;と、transform: translateY(-50%) で上下中央に配置--*/
    top: 35%;
    transform: translateY(0%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  &.fav::before {
    background-image: url("../img/Instagram_icon.png");
  }
}	


/**----sub-text終了　----------**/
/**----products商品一覧　----------**/
#products{

}
.products-main{
  background-color: #6C0202;
  z-index: 2;

}
.products-main-back-1{
 background-image: url("../img/product-back.webp");
  width: 100%;
  height: auto;
  object-fit:cover;
  background-size: cover;
}

.products-main h2{
  color: #F1F1F1;
  text-align: center;
  line-height: 1.5em;
	letter-spacing: 0.2em;
}
.products-main h3{
  color: #6C0202;
  text-align: center;
}
.products-back-sub{
  padding:32px 0 60px 0;
	width: 90%;

}
.products-detail{
 background-color: #DFD9D2;
 padding: 48px 16px;
 margin-top:60px;
}
.products-detail p{
  width: 90%;
  margin: 0 auto;
font-size: 14px;
}
.products-text{
  padding: 10px 0 16px;
}
.products-detail .bag-font{
  font-size: 12px;
	line-height: 1.2em;
}
/*slickスライダー*/
.container {
  margin: 30px auto 0;
  max-width: 350px;
  width: 100%;
}
img {
  height: auto;
  width: 100%;
}
.thumbnail-img img{
  margin: 20px auto;
  width: 70%;
}
/*newアイコン*/
.products-detail{
	position: relative;
}
.products-detail:before {
    position: absolute;
    content: "";
    left: -15px;
    top: -50px;
    width: 85px;
    height: 85px;
	border-radius: 50%;
    background-color:#213F20
}
.products-detail:after {
    position: absolute;
    content: "NEW";
    display: block;
    font-size: 20px;
    color: #fff;
    top: -21px;
    left: 2px;
    text-align: center;
    z-index: 2;
}
/*newアイコン終了*/
/* .yoyaku-text{
	padding-top: 16px;
} */
.prarine-text{
  font-size: 18px;
  padding: 0px;
  color: #6C0202;
}


/**----予約ボタン　----------**/
.button-yoyaku{
  margin: 16px auto 24px;
  width: 300px;
  text-align: center;
}
.button-yoyaku a{
  background-color: #A68A40;
  padding: 20px 56px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
}
.button-yoyaku a:hover{
	background-color: rgba( 166, 170, 173);
	transition: 0.5s;
}



/**----item　----------**/
#item{
  padding: 48px 0;
}

.item-img {
  width: 300px;
}
#item h3 {

}

	
/**----other　----------**/
#other{
  background-color: #F1F1F1;
  padding: 24px 0;
}
#other ul {
  display: block;
}
.other-img {
  width: 300px;
  margin: 20px auto;
}
.foot-flex {
  display: block;
}
.foot-logo {
  width: 180px;
  margin: 30px auto;
}
.copy {
  font-size: x-small;
}
.bag-p{
  font-size: 13px;

}
.button-064{
  margin: 0 auto;
  width: 250px;
}
.button-064 a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 250px;
  margin: 20px auto 0;
  padding: .9em 3em .9em 0em;
  border: 1px solid #4D4D4D;
  border-radius: 5px;
  /*background-color: rgba(255,255,255,0.40);*/
  color: #4D4D4D;
  font-size: 18px;
}
}
