@charset "UTF-8";

/**----共通　----------**/

/* 
font-family: 'Noto Serif JP', serif;
font-family: 'Shippori Mincho', serif;
 */


a { 
    text-decoration: none;
    color: #000; 
    }
    a:visited{
      color : #000;
    }
  img{
      width: 100%;
      height: auto;
    }

        
    body{
      font-family: 'Noto Serif JP', serif;
        font-family: 'BIZ UDPMincho', serif;
           font-size: 16px;
        line-height: 1.7;
         background-color: #FCFCFC; 
        color: #4D4D4D;
        /* padding: 0 10px; */
		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;
  }
  span99{
    display: inline-block;
  }

  .left_slider{
  order:2;
}
.right_slider {
  order:1;
}
  #mainvisual {
    overflow: hidden;
  }
  #mainvisual .mainvisual_content {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 100vh;
    position: relative;
    align-items: baseline;
  }
  #mainvisual .mainvisual_content .left_slider, #mainvisual .mainvisual_content .right_slider {
    width: 100%;
    height: 100%;
  }
  #mainvisual .mainvisual_content .mainvisual_left .swiper-slide img, #mainvisual .mainvisual_content .mainvisual_right  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #mainvisual .mainvisual_content .mainvisual_right {
    display: grid;
    grid-template-columns: 100%;
   /* grid-template-rows: 80% 40%;*/
    place-items: center;
    width: 100%;
    height: 100%;
  }
  #mainvisual .mainvisual_content .mainvisual_right .mainvisual_txt {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  #mainvisual .mainvisual_content .mainvisual_right .mainvisual_txt h2 {
    font-size: clamp(28px, 6vw, 44px);
    font-weight: normal;
    margin-bottom: 14px;
    letter-spacing: 0.5vw;
    line-height: 1.2;
  }
  #mainvisual .mainvisual_content .mainvisual_right .mainvisual_txt p {
    font-size: clamp(14px, 4vw, 20px);
    letter-spacing: 0.5vw;
  }
  #mainvisual .mainvisual_content .mainvisual_right .br-1380 {
    display: none;
  }
  #mainvisual .mainvisual_content .mainvisual_inst {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 37px;
    height: 37px;
    display: inline-block;
  }
  #mainvisual .mainvisual_icon {
    display: none;
  }
  #mainvisual .swiper-pagination {
    position: absolute;
    bottom: 2em;
    left: 50.5%;
    transform: translate(-50%) rotate(90deg);
    width:  auto;
  }
  .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    display: none;
  }
  /**----header　----------**/
#mainvisual{
	position: relative;
}
header{
	position: absolute;
	z-index: 999;
	width: 100%;
}
.insta{
  width: 80px;
	padding: 30px 0 0 30px;
}

.flex-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
	width: 100%;
}

/**----btn　----------**/
.fixed_btn{
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 30px 40px;
	z-index: 9999;
	border-radius: 50%;
  background-color: rgb(119, 32, 32, .7);
	box-shadow: 0 8px 32px 0 rgba(68, 19, 19, 0.7);
	backdrop-filter: blur( 5.5px );
	-webkit-backdrop-filter: blur( 5.5px );
	border: 1px solid rgba(255, 181, 181, 0.3);
}
.fixed_btn p{
	color: #fff;
	line-height: 1.2em;
	letter-spacing: 0.2em;
}
.fixed_btn img{
	width: 36px;
	padding-top: 5px;
	margin: 0 auto;
}
/**----first view　----------**/
.head-logo{
  width: 180px;
	padding-bottom: 10px;
	margin: 0 auto;
}
.head-logo img{
	filter: brightness(0) invert(1);/*フィルターで白に*/
}
.top-back{
	position: absolute;
	z-index: 999;
	 top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
  margin: auto;
  max-width: 350px;
	border-radius: 10px;
	background: rgba( 255, 255, 255, 0.2 );
	box-shadow: 0 8px 32px 0 rgba( 255, 255, 255, 0.3 );
	backdrop-filter: blur( 5.5px );
	-webkit-backdrop-filter: blur( 5.5px );
	border: 1px solid rgba( 255, 255, 255, 0.18 );
  	padding: 100px 15px;
	color: #fff;
	text-align: center;
}
.top-back p{
	font-family: "plantin", sans-serif;
	font-weight: 200;
	font-style: normal;
	letter-spacing: 0.2em;
	padding-bottom: 20px;
}
.top-back h1{
	font-size: 35px;
	font-family: "plantin", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height:1.0em;
	padding-bottom: 30px;
}

/**----top-text　----------**/
.top-text-main{
	position: relative;
}
.top-text-detail{
	padding: 150px 0 50px;
}
.top-text-space{
	margin:auto;
}
.top-text h1{
	font-size: 40px;
	padding-bottom: 30px;
	color:#685E38;
	line-height: 1.25em;
	text-align: center;
}
.top-text p{
	width: 30%;
	margin: 0 auto;
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 2em;
	color: #000000;
	padding-bottom: 40px;
}
.down{
	height: 100px;
	width: 15px;
	display: block;
	margin: 0 auto;
}
.top-text-detail-photo-re{
	display: none;
}
.top-text-detail-photo{
	position: absolute;
	width: 100%;
	top:60%;
	left:50%;
    transform: translate(-50%, -50%);
	z-index: 1;
	object-fit:cover;
	min-width: 1500px;
}
/**----top　----------**/


/**----product　----------**/
/*.product-back h1{
	font-size: 40px;
	padding: 70px 0;
	text-align: center;
	color: #fff;
}*/
#product{
	padding: 120px 0 280px 0;
    z-index: 2;
  width: 100%;
 /* background-image: linear-gradient(to top, #ebbba7 0%, #cfc7f8 100%);*/
	background-image:url("../img/back.webp");
	object-fit:cover;
	position: relative;
}
.product-first{
	margin-bottom: 400px;
	color: #fff;
}
.product-inner{
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 50px;
}
.product-first img{
	width: 100%;
	border-radius: 10px;
	background: rgba( 255, 255, 255, 0.2 );
	box-shadow: 0 8px 32px 0 rgba( 255, 255, 255, 0.3 );
	backdrop-filter: blur( 5.5px );
	-webkit-backdrop-filter: blur( 5.5px );
}
.product-font-padding{
  padding-bottom: 24px;
}
.product-detail{
/* width: 70%;
	padding: 70px;
	margin: 0 auto;
	position: absolute;
	top: 120%;
    left: 50%;
	transform: translate(-50%, -50%);
	background: rgba( 255, 255, 255, 0.2 );
	box-shadow: 0 8px 32px 0 rgba( 255, 255, 255, 0.3 );
	backdrop-filter: blur( 5.5px );
	-webkit-backdrop-filter: blur( 5.5px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 ); */
	width: 70%;
	padding: 70px;
	margin: 0 auto;
	position: absolute;
	top: 120%;
    left: 50%;
	transform: translate(-50%, -50%);
	background: rgb(232, 195, 188, 0.2);
	box-shadow: 0 8px 32px 0 rgba(163, 137, 131, 0.3);
	backdrop-filter: blur( 5.5px );
	-webkit-backdrop-filter: blur( 5.5px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.second{
	padding-top: 50px;
}
.product-detail-space{
	width: 70%;
	padding: 70px;
	margin: 0 auto;
	position: absolute;
	top: 135%;
    left: 50%;
	transform: translate(-50%, -50%);
	background: rgb(232, 195, 188, 0.2);
	box-shadow: 0 8px 32px 0 rgba(163, 137, 131, 0.3);
	backdrop-filter: blur( 5.5px );
	-webkit-backdrop-filter: blur( 5.5px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}
/**----item　----------**/
#item{
  padding: 80px 0;
  background-color: #e8c3bc;
}


#item h3{
  font-size: 23px;
  text-align: center;
  margin-bottom: 15px;
}

.button-054{
  margin: 0 auto;
  width: 250px;
}
.button-054 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 #fff;
  border-radius: 5px;
  /*background-color: rgba(255,255,255,0.40);*/
  color: #fff;
  font-size: 18px;
}
.button-054 a:hover{
  background-color: rgba(255,255,255,0.40);
}
.button-054 a::after {
  position: absolute;
  right: 2em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: transform .3s;
}

.button-054 a:hover::after {
  transform: translateY(-50%) scaleX(1.4);
}
.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: rgb(119, 32, 32, .3);
	transition: 0.5s;
  color: #4D4D4D;
  border: 1px solid #4D4D4D;
}
.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;
}

/**----saiji　----------**/
#saiji{
	margin-top: 80px;
	text-align: center;
}

.saiji li{
  margin-top: 20px;
}
#saiji h3{
  padding-bottom: 20px;
}

#saiji .button-064 {
	padding-top: 20px;
}
/**----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: #772020b3;
	box-shadow: 0 8px 32px 0 rgba(68, 19, 19, 0.7);
	backdrop-filter: blur( 5.5px );
	-webkit-backdrop-filter: blur( 5.5px );
	border: 1px solid rgba(255, 224, 224, 0.7);
  /*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:1380px) {
    #mainvisual .mainvisual_content .mainvisual_right .br-1380 {
      display: block;
    }
  }
  @media screen and (max-width:896px) {
    #mainvisual .mainvisual_content {
      grid-template-columns: 100%;
      grid-template-rows: 60vh 40vh;
      grid-template-areas: "right_box" "left_box";
      gap: 0;
    }
    #mainvisual .mainvisual_content .mainvisual_left {
      grid-area: left_box;
    }
    #mainvisual .mainvisual_content .mainvisual_left img {
      width: 95%;
      margin-right: auto;
      aspect-ratio: 1 / 0.6;
    }
    #mainvisual .mainvisual_content .mainvisual_right {
      margin-block: 0;
      padding-top: 0;
      grid-area: right_box;
    }
    #mainvisual .mainvisual_content .mainvisual_right {
      width: 100%;
      margin-left: auto;
    }
    #mainvisual .mainvisual_content .mainvisual_right .mainvisual_txt {
      margin: 15px 0;
    }
    #mainvisual .mainvisual_content .mainvisual_right .mainvisual_txt h2 {
      letter-spacing: 7px;
    }
    #mainvisual .mainvisual_content .mainvisual_inst {
      display: none;
    }
    #mainvisual .swiper-pagination {
      display: none;
    }
  }
  
  #mainvisual .mainvisual_icon {
    display: none;
  }
  #mainvisual .swiper-pagination {
    display: none;
  }

  .swiper-button-next:after, .swiper-button-prev:after{
    display: none;
  }





@media screen and (max-width:1190px) {
  #mv{
    padding: 650px 0 70px;
  }

  .mv-1{
    width: 320px;
    position: absolute;
    top: 8%;
    left: 13%;
  }
  
  .mv-2{
    width: 430px;
    position: absolute;
    top: 17%;
    right: 18%;
  }
  
  .mv-3{
    width: 400px;
    position: absolute;
    top: 45%;
    right: 45%;
  }
}







@media screen and (min-width:1024px) {
  .pc-none{
    display: none;
  }
}
@media screen and (max-width:1020px) {
/**----btn　----------**/
.fixed_btn{
  padding: 25px 30px;
  z-index: 9999;
}
.fixed_btn p{
	line-height: 1.2em;
	letter-spacing: 0.2em;
}
.fixed_btn img{
	width: 32px;
}
/**----product　----------**/
#product{
	padding: 120px 0 200px 0;
}
.product-first{
	margin-bottom: 550px;
	color: #fff;
}
.product-inner{
	position: relative;
	max-width: 650px;
	margin: 0 auto;
	padding: 0px;
}
.product-detail{
	width: 80%;
	padding: 70px;
	margin: 0 auto;
	position: absolute;
	top: 140%;
    left: 50%;
}
	.product-detail-space{
	top: 160%;
    left: 50%;
	
}
/**----top-text　----------**/
.top-text-main{
	position: relative;
	/*background-color: rgba( 55, 105, 95, 0.7 );*/
}
.top-text-detail{
	padding: 100px 0 0px;
}
.top-text-space{
	margin:auto;
}
.top-text h1{
	font-size: 40px;
	padding-bottom: 30px;
	color:#685E38;
	line-height: 1.25em;
	text-align: center;
}
.top-text p{
	width: 50%;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 2em;
	color: #000000;
	padding-bottom: 40px;
}
.down{
	height: 100px;
	width: 12px;
	display: block;
	margin: 0 auto;
}
/*.top-text-detail-photo-re{
	display: none;
}
.top-text-detail-photo{
	position: absolute;
	width: 100%;
	top:80%;
	left:50%;
    transform: translate(-50%, -50%);
	z-index: 1;
	object-fit:cover;
}*/
	.top-text-detail-photo-re{
	display: block;
	position: absolute;
	width: 100%;
	top:80%;
	left:50%;
    transform: translate(-50%, -50%);
	z-index: -999;
	object-fit:cover;
}
.top-text-detail-photo{
	display: none;
}
/**----inner　----------**/
  .inner{
    width: 650px;
  }

 .flex-item{
    display: block;
  }

  .flex-item2{
    display: block;
  }

  .item-img {
   margin: 0 auto;
}

  .box {
    margin: 20px auto 0;
    width: 600px;
}

.other-img {
  width: 340px;
}
	.inner-detail{
		padding: 0 20px;
	}
.flex-pre{
display: block;
}
.flex-pre p{
  width: 100%;
}
.bag {
  margin: 0 auto;
}
#mv .saiji-rink {
  font-size: 23px;
  right: 19%;
}
.foot-logo {
  width: 150px;
}
}

@media screen and (min-width:767px) {
  .tbpc-none{
    display: none!important;
  }
}
@media screen and (max-width:767px) {
  .sp-none{
    display: none!important;
  }
	header{
		text-align: left;
	}
/**----btn　----------**/
.fixed_btn{
  padding: 12px 15px;
  z-index: 9999;
}
.fixed_btn p{
	padding-top: 5px;
	line-height: 1em;
	letter-spacing: 0.2em;
	font-size: 13px;
}
.fixed_btn img{
	width: 20px;
	padding-top: 3px;
}
/**----inner350----------**/
  .inner{
    width: 350px;
  }
/**----top-text　----------**/
.top-text-detail{
	padding: 60px 0 40px;
}
.top-text-space{
	margin:auto;
}
.top-text h1{
	font-size: 25px;
	padding-bottom: 30px;
	color:#685E38;
	line-height: 1.25em;
	text-align: center;
}
.top-text p{
	width: 50%;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 2em;
	color: #000000;
	padding-bottom: 40px;
}
.down{
	height: 50px;
	width: 10px;
}

.top-text-detail-photo-re{
	display: block;
	position: absolute;
	width: 100%;
	top:90%;
	left:50%;
    transform: translate(-50%, -50%);
	z-index: -999;
	object-fit:cover;
}
.top-text-detail-photo{
	display: none;
}
/**----product　----------**/

#product{
	padding: 64px 0 180px 0;
  width: 100%;
 /* background-image: linear-gradient(to top, #ebbba7 0%, #cfc7f8 100%);*/
	background-image:url("../img/back.webp");
	object-fit:cover;
}
.product-first{
	margin-bottom: 520px;
	color: #fff;
}
.product-inner{
	position: relative;
	max-width: 350px;
	margin: 0 auto;
}
.product-first img{
	width: 100%;
	border-radius: 10px;
	background: rgba( 255, 255, 255, 0.2 );
	box-shadow: 0 8px 32px 0 rgba( 255, 255, 255, 0.3 );
	backdrop-filter: blur( 5.5px );
	-webkit-backdrop-filter: blur( 5.5px );
}

.product-detail{
	width: 100%;
	padding: 40px;
	margin: 0 auto;
	position: absolute;
	top: 190%;
    left: 50%;
	transform: translate(-50%, -50%);
	background: rgba( 255, 255, 255, 0.2 );
	box-shadow: 0 8px 32px 0 rgba( 255, 255, 255, 0.3 );
	backdrop-filter: blur( 5.5px );
	-webkit-backdrop-filter: blur( 5.5px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}
	.product-detail-space{
	top: 220%;
    left: 50%;
}
	
	/**----item　----------**/
	#item{
  padding: 80px 0 40px;
}

.item-img {
  width: 330px;
}

#item h2 {
  font-size: 21px;
  margin-bottom: 20px;
}
#item h3 {
  font-size: 20px;
}

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

}
#mv .saiji-rink {
  font-size: 16px;
  right: 9%;
}
.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;
}

}
@media screen and (max-width:480px) {
.top-text p{
	width: 70%;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 2em;
	color: #000000;
	padding-bottom: 40px;
}
}