@charset "utf-8";
section{
margin:0px auto;
}
.br-sp{
display: none;
}
.sm-only{
    display: none !important;
    }
.sm-br{
	display: none;
}
/*============
ヘッダー
=============*/
logo,
.logo a{
width: 170px;
margin-left:25px;
display: block;
}

.header-back {
	background-color: white;
	position: fixed;
	height: 70px;
	cursor: pointer;
	z-index: 99;
	margin: 0px 0px 0px 0px;
	background-color: white;
	width: 100%;
	top: 0;
}
.mypage{
	position: fixed;
    width: 26px;
    height: 30px;
    cursor: pointer;
    top: 26px;
    right: 18%;
    z-index: 101;
}
/*=============================
.btn-trigger
=============================*/
.btn-trigger {
    position: relative;
    width: 50px;
    height: 44px;
    cursor: pointer;
    }
    .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    }
    .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
    }
    .btn-trigger span:nth-of-type(1) {
    top: 0;
    }
    .btn-trigger span:nth-of-type(2) {
    top: 20px;
    }
    .btn-trigger span:nth-of-type(3) {
    bottom: 0;
    }
    /*=============================
    #hamburger
    =============================*/
    #hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    }
    #hamburger.active span:nth-of-type(2) {
    opacity: 0;
    }
    #hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    }
    
 
/*============
#mask
=============*/
#mask {
    display: none;
    transition: all .5s;
    }
    .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    opacity: .8;
    z-index: 2;
    cursor: pointer;
    }
    .main-visual {
    padding: 70px 0px 0px 0px;
    margin: 0px auto 0px;
    width: 100%;
    overflow-x: hidden;
    }

/*============
#slider
=============*/
.slider{
width:100%;

}
.slick-dotted.slick-slider {
overflow: visible;
padding-bottom: 30px;
}
.sliderwaku{
overflow: visible;
width: 600px;  
}
.slick-slide img {
display: block;
width: 100%;
}
.slider,
.slider li
{
margin: 0px auto 0px;
width: 100%;
padding-inline-start: 0px;
}
.slick-dots li button:before{
top:19px !important;
}
.footer-nav{
display: flex;
justify-content: space-between;
}
footer {
margin: 0 auto;
padding: 0;
flex-direction: column;
width: 1000px;
}
footer .footer-row {
flex-direction: column;
justify-content: flex-start;
height: 380px
}
footer .footer-row .icons {
flex-direction: row;
width: 110px;
justify-content: center;
flex-wrap: wrap
}
footer .footer-row .icons .icon {
margin: 60px 15px 20px
}
footer .footer-row .icons .sns {
height: auto;
margin: 12px 4px 20px;
display: flex;
justify-content: center;
align-items: flex-start
}
footer .footer-row .icons .online {
margin-left: 0;
letter-spacing: 0.1em
}
footer .footer-row .nav {
width: 100%
}
footer .footer-row .nav .upper {
justify-content: space-between;
margin-bottom: 20px
}
footer .footer-row .nav .upper li {
margin-left: 0
}
footer .footer-row .nav .upper li a {
font-size: 11px
}
footer .footer-row .nav .lower {
justify-content: space-between;
width: 90%;
margin: 0 auto 30px
}
footer .footer-row .nav .lower li {
margin-left: 0
}
footer .footer-row .nav .lower li a {
font-size: 9px
}
footer small {
display: block;
text-align: center
}
.footer-logo{
margin: auto 10px auto 84px;
}
.footer-link-box{
width: 369px;
}
.footer-link-box-1{
display: flex;
justify-content: space-between;
font-size: 18px;
letter-spacing: 2px;
line-height: 43px;
color: #454545;
}
.footer-link-box-2{
display: flex;
justify-content: space-around;
font-size: 13px;
letter-spacing: 1px;
line-height: 20px;
color: #454545;
margin-top: 15px;
}
.footer-last-box{
text-align: right;
padding-top: 12px;
}
.footer-sns-1{
margin-left: 37px;
}
.footer-sns{
text-align: right;
display: flex;
justify-content: end;
}
.footer-copy{
margin-top: 22px;
font-size: 8px;
letter-spacing: 0.5px;
text-align: right;
}
footer .footer-row .icons {
display: flex;
align-items: center
}
footer .footer-row .icons .icon {
height: 68px;
margin-right: 70px
}
footer .footer-row .icons .sns {
margin-top: 15px;
margin-right: 30px
}
footer .footer-row .icons .sns img {
width: 50%
}
footer .footer-row .icons .online {
margin-top: 5px;
margin-left: 20px;
font-size: 11px;
text-decoration: underline
}
footer .footer-row .nav .upper {
display: flex;
justify-content: flex-end;
margin: 30px 0 7px
}
footer .footer-row .nav .upper li {
margin-left: 20px
}
footer .footer-row .nav .upper a {
font-size: 13px;
line-height: 15px
}
footer .footer-row .nav .lower {
display: flex;
justify-content: flex-end
}
footer .footer-row .nav .lower li {
margin-left: 13px
}
footer .footer-row .nav .lower a {
font-size: 7px;
line-height: 15px
}

.shyouhin-part{
background-color:#faeaea;
padding: 100px 0px;
}
.section-part{
padding: 50px 0px 0px;
margin-bottom: 100px;
overflow-y: hidden;
}

.shouhin-part-inner{
width: 1000px;
margin: auto;
}
.shouhin-title{
text-align: center;
font-size: 30px;
padding: 150px 0px 40px;
}
.shouhin-inner-waku{
background-color: white;
box-shadow: 0 0 8px gray;
border-radius: 10px;
padding: 20px;
}
.shouhin-inner-waku-flex{
display: flex;
justify-content:center;
margin: 100px 50px;
}
.shouhin-img{
width: 400px;
height: 400px;
position: relative;
}
.shouhin-img img{
width: 100%;
height: 100%;
object-fit: cover;
}
.ProductTtl--01 {
margin: 0 0 2.8%;
}
.ProductTtl__text--01 {
font-weight: 400;
letter-spacing: .06875rem;
font-size: 22px;
line-height: 2.16667;
}
.ProductTtl__text--02 {
font-weight: 400;
letter-spacing: .0375rem;
font-size: 1.75rem;
line-height: 1.57143;
letter-spacing: .12rem;
}
.Product__text--01 {
letter-spacing: .05rem;
font-size: .9375rem;
line-height: 1.53333;
padding: 0 0 7%;
border-bottom: #2b2b2b 1px solid;
margin: 0 0 6%;
}
h2 {
font-family: 'Noto Serif JP', serif;
margin-top: 40px;
font-size: 22px;
border-left: #faeaea 10px solid;
margin-left: 4px;
padding-left: 14px;
}
.Product__detail__inner {
letter-spacing: .06875rem;
font-size: 1.125rem;
line-height: 2.16667;
}
.product-detail-font-waku{
width: 500px;
margin-left: 30px;
}
.product-offer-button {
padding: 10px;
position: relative;
color: #1f1e1e;
border: 1px solid #1f1e1e;
margin-top: 12px;
text-align: center;
font-size: 16px;
line-height: 37px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.product-offer-button::after {
content: "";
display: block;
width: 10px;
height: 10px;
position: absolute;
right: 16px;
top: calc(50% - 2px);
border-top: solid 2px;
border-right: solid 2px;
transform: rotate(45deg) translateY(-50%);
color: inherit;
}
.top2-title {
position: relative;
display: inline-block;
padding: 0 55px;
font-size: 25px;
margin-top: 100px;
margin-left: 0px;
letter-spacing: 4px;
margin-bottom: 50px;
}
.top2-title::before {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 200%;
height: 1px;
background-color: #454545;
left: -188%;
}
.shouhin-inner-waku2 {
margin: auto;
position: relative;
}
   
.concept-img1{
margin:10px 0px 50px 40%;
width: 60%;
height: 866px;

}
.concept-img2{
width: 500px;
height: auto;
}
.concept-bun-waku{
width: 400px;
}
.concept-oowaku{
display: flex;
width: 1000px;
margin: -682px auto 0px;
position: relative;
}
.concept-bun-waku{
width: 450px;
margin-left: 50px;
position: relative;
}
.concept-bun1{ 
font-size: 25px;
color: #464646;

}
.concept-bun2{ 
font-size: 20px;
color: #464646;
margin: 30px 0px;
line-height: 40px;
}
.concept-point-waku{
	margin: 200px auto 0px;
	padding-bottom: 50px;
	
}
.concept-inner{
	width: 1000px;
	padding: 150px 0px 0px;
	margin: auto;
}
.concept-img-product{
	width: 400px;
	height: auto;
	top: 786px;
    left: 73%;
    position: absolute;
}
.omoi{
	width: 700px;
    margin: 50px auto;
}
.point-title{
	font-size: 25px;
	text-align: center;
}
.point-title-1{
	font-size: 26px;
	text-align: center;
}
.point-inner-flex-waku{
	display: flex;
	margin: 120px auto 0px;
	position: relative;
	width: 1000px;
	justify-content: space-between;
	align-items: baseline;
	color: #464646;
}
.point-inner-flex-waku2{
	display: flex;
	margin: 70px auto 0px;
	position: relative;
	width: 1000px;
	justify-content: space-between;
	
	color: #464646;
}
.point-title-1::after {
	content: '';
	position: absolute;
	top: 100%;
	display: inline-block;
	width: 81px;
	height: 1px;
	background-color: #454545;
	left: 0px;
}
.point-title-2{
	font-size: 25px;
	text-align: left;
}
.point-img-waku{
	width: 500px;
	margin: 0px;
	height: auto;
}
.point-video{
	width: 500px;
	height: 300px;
}
.point-title-3{
	font-size: 17px;
    text-align: left;
    margin: 30px auto
}
.point-img-2{
	width: 400px;
}
.concept-inner-right{
	width: 450px;
	margin-left: 50px;
}
.lineup-oowaku{
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 30px auto;
}
.lineup-waku{
	width: 300px;
	margin: 30px 16.6px;
}
.btnarrow-pink {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	color: #fff;
	background-color: #da8b90;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	letter-spacing: 2px;
	margin-top: 30px;
	width: 300px;
	line-height: 42px;
	text-align: center;
}
/* .btnarrow-pink::before {
	content: '';
	position: absolute;
	bottom: 18px;
	left: 82.9%;
	width: 40px;
	height: 1px;
	background: #fff;
	transition: all .3s;
}
.btnarrow-pink::after {
	content: '';
	position: absolute;
	bottom: 21px;
	right: 9px;
	width: 10px;
	height: 1px;
	background: #fff;
	transform: rotate( 35deg);
	transition: all .3s;
} */
.lineup-bun1{
	font-size: 20px;
	line-height: 25px;
	text-align: left;
	margin: 30px 0px 0px;
}
.lineup-bun2{
	font-size: 11px;
	line-height: 25px;
	text-align: left;
	margin: 0px 0px 0px;
}
.lineup-bun3{
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin: 10px 0px 0px;
}
.lineup-bun4{
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	margin: 10px 0px 0px;
}
.section-lineup{
	margin: 0px auto 100px;
}
.news-waku-right {
	width: 700px;
	right: 0;
	margin: auto;
}
.topics-item {
	font-size: 15px;
	letter-spacing: 1px;
	color: #9b9595;
	line-height: 26px;
	margin-bottom: 56px;
}
.topics-date {
	font-size: 12px;
	color: #9b9595;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}
.topics-date {
	font-size: 12px;
	color: #9b9595;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}
.topics-title a:link,
.topics-title{
	color: #454545;
	font-size: 15px;
}
.insta-img{
	width: 300px;
	margin: 30px 16.6px;
}
.insta-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.webshopo-btn{
	width: 500px;
	background-color: #da8b90;
	color: white;
	padding: 30px;
	margin: 100px auto 100px;
	text-align: center;
}
footer{
	margin: 30px auto 0px;
	width: 100%;
	padding: 100px;
}
.sns-waku{
	display: flex;
	text-align: center;
	justify-content: center;
}
.sns-img{
	width: 40px;
	margin: 0px 50px;
}
.section-insta {
	margin: 100px auto 100px;
}
.onlin{
	font-size: 20px;
    color: #464646;
    margin: 100px auto 30px;
    text-align: center;
	position: relative;
	width: 300px;
	display: block;
}
.onlin::after{
	content: '';
	position: absolute;
	bottom: -11px;
  left: 43px;
	width: 207px;
	height: 1px;
	background: #464646;
}
.footer-font-waku{
	display: flex;
	justify-content: space-between;
	width: 500px;
	margin: 100px auto 0px;

}
.footer-font-waku2{
	display: flex;
	justify-content: space-between;
	width: 500px;
	margin: 10px auto 0px;

}
.footer-font a:link,
.footer-font
{
	font-size: 12px;
	color: #454545;
	width: 30%;
	text-align: center;
}
.header-menu{
    font-size: 15px;
    line-height: 20px;
    color: #454545;
    margin: 10px 20px;
    display: block;
}

.header-inner{
 width: 200px;
 display: flex;
 justify-content: space-between;   
}
.sns-img-header{
    width: 31px;
    margin: 30px 19px 0px;
}
.online-header{
    font-size: 15px;
    color: #464646;
    margin: 30px 0px;
    text-align: center;
    position: relative;
    width: 200px;
    display: block;
    border: 1px solid #454545;
    padding: 20px;
}
.shouhin-waku{
width: 1000px;
display: flex;
margin: 200px auto 50px;
}
.shouhin-waku-inner{
width: 400px;
}

#photo {
    width: 400px;
    height: 600px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
    
}

#photo img {
    top: 0;
    left: 0;
    position: absolute;
}
  .product{
	  width: 550px;
	  margin-left: 50px;
  }
  .product-shousai-butan-waku{
	margin: 50px auto;
	width: 470px;
  }
  .product-offer-price{
	text-align: right;
    font-size: 22px;
    letter-spacing: 1px;  
  }
  .prduct-price-waku{
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .how-to-waku {
    width:800px;
    margin: 50px auto;
    background-color: #e8e3e3;
    padding: 30px 10%;
}
.how-to-title {
    margin: auto;
    text-align: center;
    font-size: 27px;
}
.how-to-title2 {
    text-align: center;
}
.how-to-waku2 {
    display: flex;
    justify-content: start;
    width: 880px;
    flex-wrap: wrap;
    margin: auto;
}
.how-to-waku2-1 {
    width: 200px;
    margin: 30px 10px;
}
  .how-point {
    width: 800px;
    margin: 30px auto;
    padding: 20px;
    background-color: #ffdbdb;
    line-height: 30px;
    border-radius: 10px;
    text-align: left;
	letter-spacing: 1px;
}
.product-price-oowaku{
	width: 1000px;
	margin: 30px 0px 0px;
	border-bottom: 1px solid #454545;
	display: flex;
}
.accordion-wrap-big {
    width: 90%;
    margin: 0 auto;
    padding-top: 5%;
}
.accordion-wrap {
    border-bottom: 1px solid #a5a2a3;
}
.accordion-item {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 30px;
}
.accordion-header {
    transition: ease-in-out 100ms;
    position: relative;
    padding: 15px;
    font-size: 20px;
}
.fa {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 16px;
    top: calc(50% - 15px);
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(132deg) translateY(-50%);
    color: inherit;
}
.fa {
    transition: ease-in-out 300ms;
}
.rotate-fa {
    transform: rotate(313deg);
}
.accordion-text {
    width: 100%;
    display: none;
	padding: 5px 20px 20px;
    font-size: 17px;
    line-height: 30px;
}
.product-img-lp{
	width: 100%;
}
.product-img-lp img{
	width: 100%;
}
.lp-width{
	width: 800px;
	margin: 50px auto;
}
.privacy-title{
font-size: 20px;
line-height: 30px;
margin-top: 20px;
margin-bottom: 10px;
}
.privacy-body{
font-size: 14px;
line-height: 24px;
border-bottom: 1px dotted ;
margin-bottom: 20px;
padding-bottom: 20px;
}
.youtube {
	width: 800px;
	aspect-ratio: 16 / 9;
	margin:50px auto 0px;
  }
  .youtube iframe {
	width: 100%;
	height: 100%;
  }
  .topics-page-waku{
	  width: 1000px;
	  margin: 200px auto;
  }
  .topics-page-title{
	font-size: 20px;
    border-bottom: 1px dotted;
    line-height: 50px;
  }
  .topics-content{
	margin: 10px auto;
    font-size: 17px;
    line-height: 30px;
	
  }
/* タブ切り替え */
.tab-area {
	display: flex;
	justify-content: space-around;
	cursor: pointer;
	padding: 20px 0px 0px 0px;
  }
  .tab {
	width: 500px;
	height: auto;
	line-height: 30px;
	text-align: center;
	color: #969696;
    padding: 19px;
    background-color: #e2e2e2;
	font-size: 20px;
  }
  .tab.active {
    background-color: #e2abab;
    color: #686868;
    border: none;
  }
  .content-area {
	margin: 3px 0px;
    border: solid 1px #d2d0d1;
    width: 1000px;
  }
	.content {
	  display: none;
	}
  .content-area .content.show {
	  display: block;
   }
   .content-inner-product-waku-left{
	 float: left;
	 width: 300px;
  
   }
   .content-inner-product-waku-right{
	float: right;
	width: 600px;
	text-align: left;
  }