@charset "utf-8";
body{
width: 100%;
}
.logo,
.logo a{
width: 170px;
margin-left:25px;
display: block;
}
.header-logo {
    position: fixed;
    height: 39px;
    cursor: pointer;
    top: 26px;
    z-index: 99;
    left: 5%;
    margin: auto;
    width: 150px;
}
.sm-br{
    display: block;
}


@media screen and (max-width:320px){
.logo,
.logo a{
width:120px;
margin-left:10px;
}
}
.pc-nav {
display: none;
}
.pc-only{
display: none !important;
}
nav{
display: none;
}

.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;
}
.sp-nav {
z-index: 1;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
display: block;
width: 100%;
background: rgba(0, 0, 0, .8);
opacity: 0;
transform: translateY(-100%);
transition: all .2s ease-in-out;
}
/*=============================
.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);
}

/*============
nav
=============*/
nav {
display: block;
position: fixed;
top: 0;
bottom: 0;
width: 100%;
background: #1A4472;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
transition: all .5s;
z-index: 3;
display: none;
right:0;
font: #fff;
}
.open nav {
left: 0;
display: block;
}
nav .inner {
padding: 25px 0px;
}
nav .inner ul {
list-style: none;
margin: 0;
padding: 20px;
border-top: 0.5px solid #fff;
margin-top: 15px;
}
nav .inner ul li {
position: relative;
margin: 0;
}
nav .inner ul li a {
display: block;
color: #fff;
font-size: 16px;
padding: 1em;
text-decoration: none;
transition-duration: 0.2s;
}
nav .inner ul li a:hover {
opacity: 0.5;
}
/*============
.toggle_btn
=============*/
.toggle_btn {
display: block;
position: fixed;
top: 25px;
right: 15px;
width: 30px;
height: 30px;
transition: all .5s;
cursor: pointer;
z-index: 3;
}
.toggle_btn span {
display: block;
position: absolute;
left: 0;
width: 30px;
height: 2px;
background-color: #333;
border-radius: 4px;
transition: all .5s;
}
.toggle_btn span:nth-child(1) {
top: 4px;
}
.toggle_btn span:nth-child(2) {
top: 14px;
}
.toggle_btn span:nth-child(3) {
bottom: 4px;
}
.open .toggle_btn span {
background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
-webkit-transform: translateY(10px) rotate(-315deg);
transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
-webkit-transform: translateY(-10px) rotate(315deg);
transform: translateY(-10px) rotate(315deg);
}
/*============
#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: 0px;
margin: 72px auto 0px;
width: 100%;
overflow-x: hidden;
}

/*============
#slider
=============*/
.sliderwaku{
width: 100%;
}
.slider,
.slider li
{
margin: 0px;
padding: 0px;
}
/* footer */
.footer-nav{
margin: auto;
}
.footer-link-box{
width: 70%;
max-width: 400px;
margin: auto;
font-size: 12px;
letter-spacing: 1.5px;
}
.footer-link-box-1{
display: flex;
justify-content: space-between;
margin: 5% auto;
}
.footer-link-box-2{
display: flex;
justify-content: space-between;
margin: 0 auto 10%;
font-size: 9px;
letter-spacing: 1px;
}
.footer-sns{
display: flex;
margin: 10% auto;
justify-content: center;
}
.footer-sns-1{
margin: 20px;
}
.footer-copy{
font-size: 7px;
letter-spacing: 0.5px;
line-height: 15px;
text-align: center;
}

.shyouhin-part{
    background-color:#faeaea;
    padding: 10% 0px;
    }
.section-part {
padding: 10% 0px 0px;
margin-bottom: 10%;
overflow-y: hidden;
}
    
    .shouhin-part-inner{
    width: 100%;
    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 grey;
    border-radius: 10px;
    padding: 5%;
    width: 90%;
    margin: auto;
    }
    .shouhin-inner-waku-flex{
    justify-content:center;
    margin: 5%;
    }
    .shouhin-img{
    width: 100%;
    height: auto;
    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: 1.125rem;
    line-height: 2.16667;
    }
    .ProductTtl__text--02 {
    font-weight: 400;
    letter-spacing: .0375rem;
    font-size: 1.2rem;
    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: 0.725rem;
    line-height: 2.16667;
    }
    .product-detail-font-waku{
    width: 100%;
    margin: 5% auto;
    }
    .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: 10%;
    margin-left: 0px;
    letter-spacing: 4px;
    margin-bottom: 10%;
    }
    .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;
    }
       
.concept-img1 {
margin: 10% 0px 10% 0%;
width: 100%;
height: auto;
}
.concept-img2{
width: 80%;
height: auto;
margin: -232% 0px 0px 0px;
}
.concept-bun-waku{
width: 50%;
}
.concept-oowaku{
width: 100%;
margin: 20% auto 0px;
}
.concept-bun-waku{
width: 90%;
margin: 10% auto;

}
.concept-bun1{ 
font-size: 20px;
color: #464646;
text-align: center;
margin: 10% auto 0px;

}
.concept-bun2{ 
font-size: 15px;
color: #464646;
margin: 0% 0px 17%;
line-height: 40px;
text-align: center;
}
.concept-point-waku{
margin: 10% auto 0px;
padding-bottom: 10%;
}
.concept-inner{
width: 100%;
padding: 10% 0px;
margin: auto;
}
.concept-img-product{
width: 60%;
height: auto;
margin: -10% 0px 0px 20%;
}
.point-title{
font-size: 20px;
text-align: center;
margin: 15% auto;
}
.point-title-1{
font-size: 26px;
text-align: center;
}
.point-inner-flex-waku{
display: flex;
margin:20% auto 0px;
position: relative;
width: 90%;
justify-content: space-between;
align-items: baseline;
color: #464646;
}
.point-inner-flex-waku2{
margin: 10% auto 0px;
position: relative;
width: 90%;
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: 20px;
text-align: left;
margin: 15% auto;
}
.point-img-waku{
width: 100%;
margin: 0px;
height: auto;
}
.point-video{
width: 100%;
height: auto;
}
.point-title-3{
font-size: 13px;
text-align: left;
margin: 10% auto;
line-height: 30px;
}
.point-img-2{
width: 100%;
}
.concept-inner-right{
width: 100%;
}
.lineup-oowaku{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: start;
margin: 10% auto;
}
.lineup-waku{
width: 90%;
margin: 5% auto 10%;

}
.btnarrow-pink {
position: relative;
padding: 0 20px;
color: #fff;
background-color: #da8b90;
text-decoration: none;
outline: none;
font-size: 13px;
letter-spacing: 2px;
margin-top: 30px;
width: 90%;
line-height: 42px;
text-align: center;
margin:5% auto;
}
/* .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: 100%;
right: 0;
margin: auto;
}
.news-waku{
width: 90%;
margin: 0px auto;
padding-inline-start: 0px;
margin-block-end: 0px;
margin-block-start: 0px;
}
.topics-item {
font-size: 12px;
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: 45%;
margin: 5% auto;
}
.insta-img img{
width: 90%;
height: 100%;
object-fit: cover;
}
.webshopo-btn{
width: 90%;
background-color: #da8b90;
color: white;
padding: 30px;
margin: 10% auto 10%;
text-align: center;
}
footer{
margin: 30px auto 0px;
width: 100%;
padding: 15% 5% 1%;
}
.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: 15px;
color: #464646;
margin: 15% auto 10%;
text-align: center;
position: relative;
width: 303px;
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: 100%;
margin: 10% auto 0px;

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

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

.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;
}
.mypage{
position: fixed;
width: 26px;
height: 30px;
cursor: pointer;
top: 22px;
right: 26%;
z-index: 101;
}
.shouhin-waku{
width: 90%;
margin: 70px auto 50px;
}
.shouhin-waku-inner{
width: 100%;
}
#photo {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
    padding-top: 120%;
}

#photo img {
    top: 0;
    left: 0;
    position: absolute;
}
/* アクティブな画像の枠線を変更 */
.sub-img li.current img {
}
.product{
width: 100%;
margin:auto;
}
.product-shousai-butan-waku{
margin: 5% auto;
padding: 5% 0px;
width: 100%;
border-bottom: dotted 1px;
}
.product-offer-price{
text-align: right;
font-size: 22px;
letter-spacing: 1px;  
}
.prduct-price-waku{
width: 100%;
}
.how-to-waku {
width:90%;
margin: 50px auto;
background-color: #e8e3e3;
padding: 30px 10%;
}
.how-to-title {
margin: auto;
text-align: center;
font-size: 20px;
}
.how-to-title2 {
text-align: center;
}
.how-to-waku2 {
display: flex;
justify-content: start;
width: 100%;
flex-wrap: wrap;
margin: auto;
}
.how-to-waku2-1 {
width: 40%;
margin: 5%;
}
.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: 90%;
margin: 30px auto;
}
.product-offer-price-small-3{
    font-size: 13px;
}
.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: 17px;
}
.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: 15px;
line-height: 30px;
}
.product-img-lp{
width: 100%;
}
.product-img-lp img{
width: 100%;
}
.lp-width{
width: 100%;
margin: 50px auto;
}
.how-to-moji{
font-size: 13px;
line-height: 17px;
letter-spacing: 1px;
}
.privacy-title{
    font-size: 17px;
    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;
    }
.privacy-waku{
    width: 90%;
    margin: auto;
}
.guide{
    font-size: 17px;
}
.youtube {
	width: 90%;
	aspect-ratio: 16 / 9;
	margin:10% auto 0px;
  }
  .youtube iframe {
	width: 100%;
	height: 100%;
  }
  .topics-page-waku{
    width:90%;
    margin: 25% auto;
}
.topics-page-title{
    font-size: 17px;
    border-bottom: 1px dotted;
    line-height: 35px;
}
.topics-content{
	margin: 10% auto;
    font-size: 14px;
    line-height: 25px;
  }
/* タブ切り替え */
.tab-area {
    justify-content: space-around;
    cursor: pointer;
    padding: 1% 1% 0 1%;
    display: flex;
    margin-top: 30px;
  }
  .tab {
    width: 98%;
    height: 30px;
    line-height: 21px;
    text-align: center;
    color: #969696;
    padding: 19px;
    background-color: #e2e2e2;
    padding: 9% 0.5%;
    margin: 0px 0.5% 2px;
    text-align: center;
  }
  .tab.active {
    background-color: #e2abab;
    color: #686868;
    border: none;
    }
  .content-area {
    margin: 0px 1.5%;
    border:solid 1px #bdb7b9;
    padding: 3%;
   
  }
  .content {
    display: none;
  }
  .content-area .content.show {
  display: block;
   }
   .content-inner-product-waku-left{
  width: 100%;
  
   }
   .content-inner-product-waku-right{
    width: 100%;
  }