@charset "utf-8";

body{
  font-size: 1.6rem;
  color: #4C2E05;
  font-family: 'Noto Serif JP', serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  background-color: #FDF1F3;
}

/* fadein */
.fadein {
  opacity : 0;
  transform : translate(0, 30px);
  transition : all 0.5s;
}
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}



/* toggle */
.btn{
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}
.btn span{
  display: block;
  height: 2px;
  width: 20px;
  margin-bottom: 6px;
  background-color: #4C2E05;
  transition: 0.5s;
}
.btn.active span:nth-child(1){
  transform: rotate(45deg) translate(5.5px,5.5px);
background-color: #fff;
}
.btn.active span:nth-child(2){
  opacity: 0;
}
.btn.active span:nth-child(3){
  transform: rotate(-45deg) translate(5.5px,-5.5px);
  background-color: #fff;
}

/* 出てくるナビゲーション */
nav.glonav{
  background: linear-gradient(to bottom,#A76571,#FDF1F3);
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  top: -100%;
  z-index: 9998;
  transition: 0.5s;
  text-align: center;
}
nav.glonav h2{
  width: 100%;
}

nav.glonav h2 a{
  width: 180px;
}

nav.glonav.active{
  top: 0;
}
nav.glonav ul{
  width: 100%;
}
nav.glonav ul li:hover{
  opacity: 0.8;
}

nav.glonav ul li a{
  color: #4C2E05;
  font-size: 2.5rem;
  font-family: 'Merriweather', serif;
}

nav.glonav ul li span{
  margin-bottom: 20px;
  display: block;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP';
}

/* banner */
.banner{
  display: none;
}

/* top */
.wrapper{
  margin: 0 auto;
  max-width: 600px;
}
.wrapper article#top{
  padding-top: 50px;
  margin: 50px auto;
  max-width: 270px;
  height: 420px;
  background-image: url(../image/main_bg.jpg);
  background-size: cover;
  border-radius: 0 30px 0 30px;
}
.wrapper article#top h1{
  padding: 10px;
  width: 200px;
}

.wrapper article#top p{
  padding-left: 10px;
  color: #A76571;
}
.wrapper article#top p span{
  display: block;
}

/* consept */

.wrapper section h2{
  font-size: 3.2rem;
  font-family: 'Merriweather', serif;
  color: #4C2E05;
  text-align: center;
}

.wrapper section h2 span{
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-family: 'Noto Serif JP';
}
.wrapper section#consept{
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
}
.wrapper section#consept p{
  padding-top: 10px;
  text-align: center;
  line-height: 3rem;
}

/* feature */
.wrapper article#feature{
  padding-top: 50px;
}
.wrapper article#feature h2{
  font-size: 3.2rem;
    font-family: 'Merriweather', serif;
    text-align: center;
}
.wrapper article#feature h2 span{
  display: block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5rem;
    font-family: 'Noto Serif JP';
}

.wrapper article#feature div.feature_item{
  max-width: 450px;
}
.wrapper article#feature h3{
  padding: 10px;
  font-size: 32px;
  font-weight: 300;
  font-family: 'Merriweather', serif;
  color: #A76571;
}

.wrapper article#feature section.feature_item p.feature_text{
  padding-top: 10px;
  font-size: 20px;
  background-color: rgba(167,101,113,0.2);
  color: #A76571;
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
}
.wrapper article#feature section.feature_item p.feature_text span{
  padding: 0 20px 20px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #4C2E05;
  text-align: start;
}

.wrapper article#feature section.feature_item#feature_first{
  margin: 50px auto 0;
  padding: 0 30px;
  position: relative;
}

.wrapper article#feature section.feature_item#feature_second{
  margin-top: 50px;
  padding-right: 20px;
  position: relative;
}

.wrapper article#feature section.feature_item#feature_third{
  margin-left: auto;
  margin-top: 50px;
  padding-left: 20px;
  position: relative;
}

.wrapper article#feature section.feature_item#feature_first::before{
  content: "";
  position: absolute;
  display: inline-block;
  width: 190px;
  height: 160px;
  background-image: url(../image/graphic.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -20px;
  left: 5px;
}
.wrapper article#feature section.feature_item#feature_second::before{
  content: "";
  position: absolute;
  display: inline-block;
  width: 230px;
  height: 200px;
  background-image: url(../image/graphic.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -40px;
  right: 13px;
}
.wrapper article#feature section.feature_item#feature_third::before{
  content: "";
  position: absolute;
  display: inline-block;
  width: 190px;
  height: 160px;
  background-image: url(../image/graphic.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -20px;
  left: 5px;
}

.wrapper article#feature section.feature_item div.feature_img{
  margin-top: 10px;
}

.wrapper article#feature section.feature_item#feature_second h3{
  text-align: end;
}


/* howtouse */
.wrapper section#howtouse{
  margin: 50px auto 0;
  padding-top: 50px;
  text-align: center;
  max-width: 350px;
}
.wrapper section#howtouse h2{
  padding-bottom: 3.2rem;
}

.wrapper section#howtouse p{
  margin: 0 auto;
  padding: 0 10px;
  max-width: 270px;
  text-align: start;
  line-height: 3rem;
}

.wrapper section#howtouse p span{
  display: block;
}

/* tab */

.u-tab__menu{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: -1rem;
  margin-bottom: 0;
  padding-left: 0;
}
.u-tab__menu li{
  list-style: none;
}
.u-tab__menu>*{
  width: calc(50% - 1rem);
  margin-right: 1rem;
}
.u-tab__item{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A76571;
  text-align: center;
  text-decoration: none;
  outline: 0;
  padding: 0.6em 0.5em;
  border: 1px solid #A76571;
  border-bottom: 0;
  box-sizing: border-box;
  background: #f7faff;
  cursor: pointer;
  transition-property: background;
  transition-duration: 0.3s;
}
.u-tab__item[aria-expanded="true"]{
  color: #fff;
  padding: 1.0em 0.5em;
  background: #A76571;
}
.u-tab__item:not([aria-expanded="true"]):hover{
  color: #fff;
  background: #A76571;
}
.u-tab__item-main{
  flex-grow: 1;
  font-size: 16px;
  text-align: center;
}
.u-tab__body {
  display: none;
  font-size: 16px;
  padding: 30px 0 30px;
  background-color: #A76571;
}

.u-tab__body#u-tab_back{
  margin: 0 auto;
  background-color: #fff;
  max-width: 320px;
}
.u-tab .u-block{
  display: block;
}
.u-tab .u-none{
  display: none;
}


/* product */

.wrapper article#product{
  padding-top: 50px;
  text-align: center;
}
.wrapper article#product h2
{
  font-size: 3.2rem;
  font-family: 'Merriweather', serif;
}
.wrapper article#product h2 span{
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-family: 'Noto Serif JP';
}
.wrapper article#product section.product_item{
  margin-top: 30px;
}
.wrapper article#product section.product_item p{
  width: 300px;
  margin: 0 auto;
}
.wrapper article#product section.product_item ul li{
  line-height: 3rem;
}

.wrapper article#product section.product_item h4{
  margin: 15px auto 0;
  background-color: #4C2E05;
  width: 200px;
  font-size: 20px;
line-height: 5rem;
}
.wrapper article#product section.product_item h4:hover{
  opacity: 0.8;
}
.wrapper article#product section.product_item h4 a{
  color: #fff;
}

/* customer */

.wrapper section#customer{
  margin: 50px auto 0;
  max-width: 350px;
}

.wrapper section#customer div.castomerreviws_item{
  margin: 30px 10px 0;
  padding: 10px;
  background-color: #fff;
}

.wrapper section#customer div.castomerreviws_item p{
  line-height: 3rem;
  padding: 10px 10px 0;
}


/* faq */
.wrapper section#faq{
  padding: 0 10px;
  margin: 50px auto 0;
  max-width: 350px;
}
.wrapper section#faq h2{
  padding-bottom: 30px;
}

.wrapper section#faq dl.faq_box{
  padding-bottom: 20px;
  line-height: 3rem;
}

.wrapper section#faq dl.faq_box dt.faq_box_item{
  position: relative;
  padding-left: 40px;
}

.wrapper section#faq dl.faq_box dt.faq_box_item::before{
  position: absolute;
  top: 5;
  left: 0;
  font-size: 32px;
}
.wrapper section#faq dl.faq_box dd.faq_box_item{
  position: relative;
  padding-left: 40px;
}

.wrapper section#faq dl.faq_box dd.faq_box_item::before{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
}

.wrapper section#faq dl.faq_box dt.faq_box_q{
  margin-bottom: 20px;
}

.wrapper section#faq dl.faq_box dt.faq_box_q::before{
  content: "Q";
}

.wrapper section#faq dl.faq_box dd.faq_box_a::before{
  content: "A";
}

.wrapper section#faq dl.faq_box dd.faq_box_a_last{
  margin-bottom: 220px;
}


/* campaign */
.wrapper section#campaign{
  position: relative;
  margin: 0 auto;
  padding-bottom: 30px;
  max-width: 350px;
  background-color: #A76571;
}
.wrapper section#campaign::before{
  content: "";
  width: 100%;
  height: 50vw;
  background-image: url(../image/backgroundcollar.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  top: -50vw;
  left: 0;
}
.wrapper section#campaign h2{
  padding-bottom: 30px;
  color: #fff;
  position: absolute;
  top: -100px;
  left: 90px;

}


.wrapper section#campaign div.campaign_detail{
  margin: 30px auto 0;
  padding-bottom: 30px;
  background-color: #fff;
  max-width: 300px;
}

.wrapper section#campaign p{
  line-height: 3rem;
  text-align: center;
}

.wrapper section#campaign h5{
  margin: 0 10px;
  padding: 30px 0;
  position: relative;
  text-align: center;
}
.wrapper section#campaign h5 span{
  padding-left: 4vw;
  padding-right: 4vw;
  position: relative;
  z-index: 1;
  background-color: #fff;
  font-size: 16px;
}
.wrapper section#campaign h5::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #A76571;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wrapper section#campaign p.campaign_indetail{
  color: #fff;
}


.wrapper section#campaign p#campaign_sns{
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
}
.wrapper section#campaign div.campaign_detail div.campaign_list{
  display: flex;
  justify-content: space-evenly;
}
.wrapper section#campaign div.campaign_detail div.campaign_list div.campaign_item{
  padding: 20px 0;
}


.wrapper section#campaign div.campaign_detail div.campaign_list div.campaign_item p{
text-align: start;
}

.wrapper section#campaign div.campaign_detail div.campaign_list p.campaign_number{
  padding: 20px 0;
  background-color: #4C2E05;
  color: #fff;
  width: 100px;
  line-height: 3rem;
  border-radius: 20px;
}
.wrapper section#campaign div.campaign_detail div.campaign_list p.campaign_number span{
  display: block;
}

.wrapper section#campaign div.campaign_detail p span{
  display: block;
}

.wrapper section#campaign div.campaign_detail div.campaign_procedure{
  margin: 10px 0 30px 0;
}
.wrapper section#campaign div.campaign_detail div.campaign_procedure p.campaign_order{
  margin: 0 160px 0 50px;
  background-color: #4C2E05;
  color: #fff;
  line-height: 4rem;
}

.wrapper section#campaign div.campaign_detail div.campaign_procedure p.campaign_tag{
  margin-left: 20px;
  padding-top: 5px;
  text-align: start;
}

.wrapper section#campaign div.campaign_detail div.campaign_procedure h4{
  margin: 50px 20px 0;
  text-align: center;
  background-color: #4C2E05;
}
.wrapper section#campaign div.campaign_detail div.campaign_procedure h4:hover{
  opacity: 0.8;
}

.wrapper section#campaign div.campaign_detail div.campaign_procedure h4 a{
  color: #fff;
  line-height: 5rem;
}

/* fotter */
.wrapper footer{
  padding-bottom: 100px;
}
.wrapper footer h2{
  margin-top: 50px;
  font-size: 3.2rem;
  font-family: 'Merriweather', serif;
  text-align: center;
}
.wrapper footer p{
  width:55px;
}

.wrapper footer div.sns_icon{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 150px;
}


/* ここからディアクエリ */

/* hover */
@media (hover:hover){
  nav.glonav ul li:hover{
    opacity: 0.8;
  }
  .secList:hover {
    background-color: #A76571;
    color: white;
  }
  .wrapper section#product div.product_item h4:hover{
    opacity: 0.8;
  }
  .wrapper section#campaign div.campaign_detail div.campaign_procedure h4:hover{
    opacity: 0.8;
  }
}


/* ブレイクポイント768pxでデザインを切り替え */
@media screen and (min-width:768px){

  .pc_dg{
    position: fixed;
    width: calc(100% - 250px);
  }
  .main{
    position: absolute;
    max-width: 500px;
    top: 0;
    right: 30px;
  }
  nav#menu{
    background-color: #A76571;
    width: 30%;
    position: fixed;
    top: 0;
    left: 0;
  }

  /* ハンバーガーメニューを消す */
  .btn{
    display: none;
  }

}

  /* ブレイクポイント1025pxでデザインを切り替え */

  @media screen and (min-width: 1025px){
    .pc_dg{
      position: fixed;
      width: calc(100% - 500px);
    }

    .main{
        position: absolute;
        max-width: 500px;
        top: 0;
        right: calc(50% - 250px);
    }

    .banner{
      position: fixed;
      top: 50px;
      right: 0;
      width: 30%;
      max-width: 400px;
      display: block;
      width: calc(50% - 250px);
    }
    nav#menu{
      width: 30%;
    }
  }