@charset "UTF-8";

html{
	font-size: 62.5%; 
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
body{
	color: #655045;
  font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.025rem;
  max-width: 1400px;
  margin: 0 auto;
  width: 100vw;
  overflow-x: hidden;
  font-size: 1.6rem;
}

a{
	color: #655045;
}

img{
	max-width: 100%;
	height: auto;
}

.sp{
  display: none;
}

@media (max-width: 950px){
  html{
    font-size: 62.5%; 
    overflow: auto;
  }
}

@media (max-width: 650px) {
  .sp{
    display: block;
  }

  .no-sp{
    display: none;
  }

}


/* -------------------
  common value
---------------------*/
.wrap-5{
  margin-left: 5%;
  margin-right: 5%;
}

.wrap-8{
  margin-left: 8%;
  margin-right: 8%;
}

.wrap-10{
  margin: 0 10%;
}

.pat-5{
  padding-top: 5%;
}

.mat-3{
  margin-top: 3%;
}

.mat-5{
  margin-top: 5%;
}

.mat-10{
  margin-top: 10%;
}

.mat-13{
  margin-top: 13%;
}

.mal-3{
  margin-left: 3%;
}


/* -------------------
  head
---------------------*/

.head img{
  width: 180px;
  margin-left: 8%;
  padding: 3% 0;
}

@media (max-width: 650px) {
  .head img {
    width: 150px;
    margin-left: 4%;
  }
}

/* -------------------
  top-section
---------------------*/

 .top-section__visu{
  position: relative;
  width: 100%;
  height: 475px;
}

.top-section__visu--title{
  position: absolute;
  left: 14%;
  top: 2%;
  width: 21%;
  z-index: 10;
}

.top-section__visu--img{
  position: absolute;
  right: 8%;
  top: 6%;
  width: 62%;
}

.top-section__lead::before{
  content: "";
  display: block;
}

.top-section__lead{
  margin-left: 13%;
  display: flex;
  align-items: flex-end;
  z-index: 20;
}

.top-section__lead--img{
  width: 10%;
}

.top-section__lead--txt{
  width: 50%;
  margin-left: 1.5%;
}

h1{
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1%;
}

.detail_txt{
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 3%;
  line-height: 1.6;
}


.campaign-banner{
  width: 300px;
  z-index: 100;
  right: calc(50% - 580px);
  position: fixed;
  bottom: 2vh;
}

@media (max-width: 1200px) {
  .top-section__visu{
    max-height: 410px;
  }

  .top-section__lead{
    margin-left: 11%;
  }

  .top-section__lead--img{
    width: 12%;
  }

  .top-section__lead--txt{
    width: 50%;
  }

  h1{
    line-height: 1.3;
  }

  .campaign-banner{
    width: 280px;
    right: calc(50% - 46%);
   }

}

@media (max-width: 950px) {
  .top-section__visu{
    max-height: 447px;
   }
  
  .top-section__visu--title{
    left: 8%;
    width: 26%;
  }

 .top-section__visu--img{
  right: 6%;
  width: 69%;
  top: 21%;
 }

 .top-section__lead{
  margin-left: 9%;
}

 .top-section__lead--img{
  width: 13%;
 }
 
  .top-section__lead--txt{
    width: 77%;
}

  h1{
    font-size: 2.2rem;
  }
}

@media (max-width: 650px) {
  .top-section__visu{
    min-height: 88vh;
    overflow: hidden;
  }

  .top-section__visu--title{
    left: 8%;
    top: 8%;
    width: 46%;
  }

  .top-section__visu--img{
    top: 34%;
    width: 100%;
    right: 0;
  }

  .top-section__visu--img img{
    width: 100%;
  }
    
  .top-section__lead::before{
    content: "";
    display: block;
    }

  .top-section__lead{
    margin-left: 0;
    margin-top: 5%;
  }

  .top-section__lead--img{
    width: 28%;
    margin-left: 8%;
  }

  .top-section__lead--txt{
    margin-right: 7%;
    margin-bottom: 1%;
  }
  
  h1{
    font-size: 2rem;
  }

  .campaign-banner{
    width: 100%;
    left: 0;
    bottom: 0;
  }

}

@media (orientation: landscape) and (max-width: 950px){
  .campaign-banner{
    width: 200px;
  }
}


/* -------------------
  about-section
---------------------*/
.about-section__top{
  display: flex;
  margin-left: 6%;
  margin-top: 9%;
  position: relative;
}

.about-section__left {
  width: 50%;
  margin-left: 2%;
}

.about-section__left img{
  width: 52%;
}

.about-section__right{
  position: absolute;
  right: -5%;
  top: -57%;
  overflow: hidden;
  max-width: 45%;
}

.about-section__right img{
  overflow: hidden;
}

.about-section__bottom-story{
  display: flex;
  width: 100%;
}

.about-section__bottom-btn{
  margin: 0 0.3%;
  min-width: 0;
  position: relative;
}

.btntextchange{
  margin:0;
  padding:0;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

.btntextchange:hover{
  color:#fff;
}

.btntextchange span{
  /*絶対配置でテキストの位置を決める*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;

}

/*差し替わるテキストの設定*/
.about-section__bottom-btn span:nth-child(2){
  opacity:0;/*透過0に*/
}

/*hoverするとテキストが入れ替わる設定*/
.about-section__bottom-btn:hover span:nth-child(1){
opacity:0;/*透過0に*/
}

.about-section__bottom-btn:hover span:nth-child(2){
opacity:1;/*不透明に*/
font-size: 1.6rem;
width: 88%;
text-align: left;
}

.span_16{
  font-size: 1.6rem;
}


.about-section__detail-ara{
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.about-section__detail-txt{
  width: 23%;
}

.about-section__detail-txt h2{
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1%;
}

.about-section__detail-txt p{
  font-size: 1.6rem;
  margin-bottom: 2%;
  line-height: 1.6;
}

.about-section__detail-ara-img{
  width: 27%;
}

@media (max-width: 1200px){
  .about-section__right{
    top: -39%;
  }

}


@media (max-width: 950px) {
  .about-section__bottom-story{
    flex-wrap: wrap;
  }

  .about-section__bottom-btn{
    width: 48%;
    margin: 0 1%;
  }

  .about-section__bottom-btn:nth-child(3){
    margin-top: 2%;
  }

  .about-section__bottom-btn:nth-child(4){
    margin-top: 2%;
  }

  .about-section__bottom-btn:hover span:nth-child(2){
    font-size: 1.6rem;
    }

  .about-section__right{
    right: -5%;
    top: -16%;
    max-width: 50%;
  }

  .about-section__left{
    width: 55%;
  }

  .about-section__detail-txt p{
    width: 93%;
  }

  .about-section__detail-txt{
    width: 50%;
  }
    
  .about-section__detail-ara-img{
    width: 30%;
  }
}


@media (max-width: 650px) {
  .about-section__top{
    flex-direction: column;
    margin-left: 0;
    position: relative;
    margin-top: 20%;
  }

  .about-section__left img{
    width: 58%;
  }
  .about-section__right{
    position: absolute;
    right: -16%;
    top: -20%;
    max-width: 64%;
  }

.about-section__left{
  order: 1;
  margin-top: 25%;
  padding: 0 7%;
  width: 100%;
}

.about-section__left p{
  margin-left: 0;
}

.wrap-8{
  margin: 0 7%;
}

.about-section__bottom-story{
  display: block;
}

.about-section__bottom-btn{
  margin: 0 auto;
  width: 80%;
  padding: 1.5% 0;
}

.about-section__bottom-btn:nth-child(3),.about-section__bottom-btn:nth-child(4){
  margin-top: 0;
}


.btntextchange{
  font-size: 1.8rem;
}

.about-section__detail-ara{
  display: block;
  margin-top: 8%;
}

.about-section__detail-ara-img{
  width: 68%;
  text-align: center;
  margin: 0 auto;
}

.about-section__detail-txt{
  width: 100%;
}

.about-section__detail-txt p{
  width: 100%;
}

.about-section__detail-txt h2{
  font-size: 1.8rem;
  line-height: 1.2;
}

.mal-3{
  margin-left: 0;
}

.wrap-5{
  margin: 0;
}

}

/* -------------------
  recipe-section
---------------------*/

.recipe-section__top{
  text-align: center;
}

.recipe-section__top img{
  width: 22%;
}

.recipe-section__top p{
  margin: 3% 0;
  font-size: 1.6rem;
  text-align: center;
}

.recipe-section__bottom{
  display: flex;
  margin-top: 4%;
  height: 350px;
}

.recipe-section__photo{
  width: 45%;
}

.recipe-section__detail{
  margin-left: 3%;
  width: 62%;

}

.recipe-section__detail h2{
  color:  #E92B3C;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}

.recipe-section__detail-title{
  margin-top: 1.5%;
  width: 100%;
  font-weight: 700;
}

.recipe-section__detail-order{
  text-indent: -1.2em;
  padding-left: 1em;
  width: 100%;
}

/* 
.insta_btn{
  width: 80%;
  margin: 0 10%;
}
 */

.buy_btn{
  width: 60%;
  margin: 5% 20%;
}
.buy_btn_01{
  width: 48%;
  margin: 5% 26%;
}

@media (max-width: 1200px){
  .recipe-section__top img{
    width: 23%;
  }

  .btntextchange:hover span:nth-child(2){
  font-size: 1.3rem;
  }

}

@media (max-width: 950px) {
  .recipe-section__bottom{
    display: block;
    text-align: center;
  }

  .recipe-section__detail{
    width: 100%;
    margin: 0;
    padding-top: 0;
  }

  .recipe-section__detail p{
    text-align: left;
  }

  .recipe-section__top img{
    width: 32%;
  }

  .recipe-section__top p{
    text-align: left;
    margin: 2% 0;
  }
  .recipe-section__bottom{
    margin-top: 5%;
    padding-bottom: 1%;
    height: auto;
  }

  .recipe-section__photo{
    width: 100%;
  }

  .recipe-section__detail h2{
    margin: 2% 0 0 0;
  }

  .arrow--whole{
    margin-top: 2%;
    margin: 0 5%;
  }

  /* 
  .insta_btn{
    width: 100%;
    margin: 0 auto;
  }
 */

  .buy_btn{
    width: 75%;
    margin: 5% 10%;
  }

  .buy_btn_01{
    width: 63%;
    margin: 5% 18.5%;
  }
}

@media (max-width: 650px){
  .recipe-section__top img{
    width: 47%;
  }

  .wrap-10{
    margin: 0;
  }

  /* 
  .insta_btn{
    width: 100%;
    margin: 0;
    margin-top: 5%;
  }
 */

  .buy_btn{
    width: 100%;
    margin: 5% 0;
  }

  .buy_btn_01{
    width: 100%;
    margin: 5% 0; 
  }

  .recipe-section__top{
    margin-top: 20%;
  }

  .recipe-section__bottom{
    margin-top: 8%;
  }  
}




/* -------------------
  qa-section
---------------------*/
.qa-section{
  position: relative;
  height: 1200px;
}

.qa-section__area{
  text-align: center;
  position: absolute;
  z-index: 90;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.qa-section__area-txt p:first-of-type{
  line-height: 1.25;
  font-weight: 700;
  font-size: 2rem;
}

.qa-section__area-txt p:nth-child(2){
  font-size: 1.6rem;
  line-height: 1.5;
  padding-top: 1.5%;
}

.qa-section__area-txt{
  margin-top: 10%;
}

.font-orange{
  color: #D5731F;
  font-weight: 700;
}

.arrow_03{
  width: 38%;
  margin: 0 auto;
  padding-top: 1.5%;
}

.qa-section__back{
  position: absolute;
  z-index: 1;
  width: 41%;
  left: -8%;
  top: -4%;
}

.qa-section__back_02{
  position: absolute;
  bottom: -10%;
  right: -12%;
  width: 40%;
}

.qa-section__area-title img{
  width: 35%;
}

.chart{
  margin-top: 2%;
}


.copy{
  text-align: center;
  padding-bottom: 5%;
}

small{
  font-size: 1rem;
}

.main{
  position: relative;
}

.main__back_02{
  position: absolute;
  top: 89%;
  right: -11%;
  width: 40%;
  margin-bottom: 2%;
  overflow: hidden;
}

.qa_link{
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width: 950px){
  .qa-section__area{
    width: 66%;
    top: 45%;
  }

  .qa-section__back{
    width: 50%;
    top: 0;
    left: -13%;
  }

  .arrow_03{
    width: 42%;
    padding-top: 1%;
  }

  .qa-section__back_02{
    bottom: 0;
    right: -15%
  }
  
  .main__back_02{
    top: 93%;
  }
}



@media (max-width: 650px){
  .qa-section__area-title img{
    width: 47%;
  }

  .qa-section__area {
    width: 86%;
  }

  .arrow_03{
    width: 50%;
  }

  .qa-section__back_02{
    bottom: 0;
    right: -11%;
    overflow: hidden;
  }

  .qa-section__back{
    top: 0%;
    left: -15%;
    width: 60%;
    overflow: hidden;
  }

  .chart{
    text-align: left;
  }


  .qa-section__area-txt p:first-of-type{
    text-align: left;
  }

  .qa-section__area-txt p:nth-child(2){
    text-align: left;
  }

  .qa-section{
    height: 1300px;
  }

  .qa-section__area{
    top: 49%;
  }
  .main__back_02{
    top: 96%;
  }

  .copy{
    padding-bottom: 23%;
  }

}


/* -------------------
  campaign
---------------------*/
.campaign-body{
	color: #655045;
  font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.025rem;
  max-width: 1400px;
  margin: 0 auto;
  width: 100vw;
  overflow-x: visible;
  font-size: 1.7rem;
}



.wrap-g{
  margin: 0 17%;
}
.campaign_main{
  overflow: visible;
}
.campaign_outline{
  margin-top: 5%;
}

.campaign-top-section__txt{
  text-align: center;
  margin: 4% 9%;
}

.campaign-top-section__txt dt{
  color: #4E3E36;
  font-weight: 400;
  padding-top: 3%;
  line-height: 1.7;


}

.campaign-top-section__txt dd a{
  color: #000000;
}

.online_link{
  text-decoration: underline;
}

.campaign-top-section__txt dd{
  color: #000000;
  font-weight: 400;
  padding-bottom: 1%;
  line-height: 1.7;;
}

.campaign-top-section__txt dd:nth-of-type(4){
  line-height: 1.4;
}

.tel{
  font-size: 2rem;
  font-weight: 500;
}

.campaign-top-section__txt dd:nth-of-type(6){
  font-size: 2rem;
  color: #4E3E36;
  font-weight: 500;
}
.campaign-top-section__deatail{
  margin-top: 3%;
  line-height: 1.7;
}

@media (max-width: 950px) {
  .wrap-g {
    margin: 0 12%;
  }

  .campaign-top-section__txt{
    margin: 4% 4%;
  }

  .campaign-body{
    font-size: 1.6rem;
  }

}

@media (max-width: 650px) {
  .wrap-g {
    margin: 0 5%;
  }

  .campaign-top-section__txt{
    margin: 4% 6%;
    font-size: 1.6rem;
    line-height: 1.6;
  }

}

/* PCで電話番号リンクを無効に */
@media (min-width: 751px) {
  a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none;
  }
}