@charset "UTF-8";

body{
  background-color: #f7f2e9;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #604c3f;
  overflow-x: hidden;
}
.part_{
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.banzai{
  position: relative;
  width: fit-content;
}
.banzai::before,
.banzai::after{
  content: "";
  position: absolute;
  display: block;
  height: 110%;
  width: 2px;
  background-color: #333;
  transform: translate(0,-50%);
  top: 50%;
}
.banzai::before{
  left: -5%;
  rotate: -20deg;
}
.banzai::after{
  right: -5%;
  rotate: 20deg;
}
@media only screen and (max-width:768px){
  .banzai::before,
  .banzai::after{
    content: "";
    position: absolute;
    display: block;
    height: 110%;
    width: 0.4vw;
    background-color: #333;
    transform: translate(0,-50%);
    top: 50%;
  }
}

.tit_part_{
  font-size: 26px;
  text-align: center;
  margin: 0 auto 25px;
  letter-spacing: 2px;
}
@media only screen and (max-width:768px){
  .tit_part_{
    font-size: 4vw;
    margin: 0 auto 4.5vw;
    letter-spacing: .1vw;
  }
}

.boxLink{
  width: 100%;
  max-width: 768px;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  transition: 0.1s;
  margin-bottom: 60px;
}
.boxLink:hover{
  transform: translateY(1%);
  opacity: .9;
  transition: 0.1s;
}
.boxLink::before{
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  width: 23.57%;
  height: 24.9%;
  background: url(../img/CP_Link_sub.png?24102101) top/contain no-repeat;
}
@media only screen and (max-width:768px){
  .boxLink{
    margin-bottom: 6.5vw;
  }
  .boxLink::before{
    right: 0;
  }
}

/* #header */
#header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
}
#header .boxImgLogo{
  width: 140px;
}
#header .boxImgTel{
  width: 441px;
}
@media only screen and (max-width:768px){
  #header{
    padding: 1.3vw 3.9vw;
  }
  #header .boxImgLogo{
    width: 18.23vw;
  }
  #header .boxImgTel{
    width: 57.42vw;
  }
}

  /* boxTop */
  .boxTop{
    margin-bottom: 60px;
  }
  @media only screen and (max-width:768px){
    .boxTop{
      margin-bottom: 6.5vw;
    }
  }


/* .part_Prize */
.part_Prize{
  margin-bottom: 60px;
}
.part_Prize .boxlist_Prize{
  display: flex;
  justify-content: space-evenly;
  gap: 10px 0;
  width: 100%;
  margin: 0 auto;
}
.part_Prize .boxlist_Prize .boxPrize{
  width: calc((100% - 20px) / 3);
  height: auto;
}
@media only screen and (max-width:768px){
  .part_Prize{
    margin-bottom: 6.5vw;
  }
  .part_Prize .boxlist_Prize{
    gap: 2vw 0;
  }
  .part_Prize .boxlist_Prize .boxPrize{
    width: calc((100% - 2vw) / 3);
  }
}

/* part_Camp */
.strongT{
  font-size: 40px;
  letter-spacing: 1.5px;
  text-align: center;
  width: 100%;
  max-width: 768px;
  padding: 15px 0 20px;
  background-color: #f8f17b;
  border-radius: 50px;
}
.part_Camp .mainCamp{
  margin-bottom: 20px;
}
.part_Camp .mainCamp .color_red{
  color: #c30d23;
}
.part_Camp .mainCamp .sizeBg{
  font-size: 60px;
}
.part_Camp .subCamp{
  font-size: 21px;
  letter-spacing: .5px;
  /* text-align: center; */
  line-height: 1.396;
  margin-bottom: 60px;
}
/* .part_Camp .subCamp .sizeBg{
  font-size: 38px;
} */
@media only screen and (max-width:768px){
  .strongT{
    font-size: 5.2vw;
    letter-spacing: .03vw;
    padding: 3vw 0 4vw;
    border-radius: 10vw;
  }
  .part_Camp .mainCamp{
    margin-bottom: 2.85vw;
  }
  .part_Camp .mainCamp .sizeBg{
    font-size: 7.8125vw;
  }
  .part_Camp .subCamp{
    font-size: 2.75vw;
    letter-spacing: .01vw;
    margin-bottom: 6.5vw;
    padding: 0 1vw;
  }
  /* .part_Camp .subCamp .sizeBg{
    font-size: 4.9vw;
  } */
}


/* part_Adviser */
.part_Adviser{
  margin-bottom: 80px;
}
.part_Adviser .strongT{
  margin-bottom: 30px;
}
.part_Adviser .boxComp_Adv{
  display: flex;
  width: 100vw;
  max-width: 768px;
  justify-content: space-around;
  align-items: center;
}
.part_Adviser .boxLeftComp,
.part_Adviser .boxRightComp{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.part_Adviser .boxRightComp{
  width: 50%;
  gap: 20px 0;
}
.part_Adviser .boxLeftComp{
  width: calc(50% - 20px);
  gap: 20px 0;
}
.part_Adviser .txt_Comp{
  font-size: 18px;
  letter-spacing: .2px;
  line-height: 1.396;
}
.part_Adviser .txt_leftComp{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px 0;
}
.part_Adviser .main_leftComp{
  text-align: left;
  width: 100%;
  color: #c30d23;
  font-size: 26px;
  letter-spacing: 2px;
}
.part_Adviser .boxImg_leftComp{
  height: auto;
}
.part_Adviser .boxImg_RightComp{
  height: auto;
}
@media only screen and (max-width:768px){
  .part_Adviser{
    margin-bottom: 10.4vw;
  }
  .part_Adviser .strongT{
    margin-bottom: 3.9vw;
  }
  .part_Adviser .boxComp_Adv{
    justify-content: center;
    flex-direction: column;
    gap: 4.2vw;
  }
  .part_Adviser .boxLeftComp,
  .part_Adviser .boxRightComp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .part_Adviser .boxRightComp{
    width: 90%;
    gap: 4vw 0;
  }
  .part_Adviser .boxLeftComp{
    width: 90%;
    gap: 4vw 0;
    flex-direction: column-reverse;
  }
  .part_Adviser .txt_Comp{
    font-size: 3.5vw;
    letter-spacing: .01vw;
  }
  .part_Adviser .txt_leftComp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 4vw 0;
  }
  .part_Adviser .main_leftComp{
    text-align: center;
    width: 100%;
    color: #c30d23;
    font-size: 5.5vw;
    letter-spacing: .4vw;
  }
  .part_Adviser .boxImg_leftComp{
    width: 100%;
    height: auto;
  }
  .part_Adviser .boxImg_RightComp{
    height: auto;
    width: 100%;
  }
}

/* back_article */
.back_article{
  width: 100%;
  height: auto;
  background: url(../img/art_back.jpg) top/cover no-repeat fixed;
  padding: 100px 0;
}
.back_article .box_article{
  width: 98.5%;
  max-width: 768px;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto;
  overflow: hidden;
}
.back_article .txt_art{
  width: 100%;
  padding: 0 30px;
  font-size: 14px;
  line-height: 1.52;
  letter-spacing: .5px;
}
@media only screen and (max-width:768px){
  .back_article .txt_art{
    padding: 0 3vw;
    font-size: 3vw;
    letter-spacing: .01vw;
  }
  .boxDiet .txt_art{
    font-size: 2.74vw;
  }
}


/* boxPressure */
.boxPressure{
  margin-bottom: 3%;
}
.boxPressure .boxImg_Pressure{
  margin-bottom: 2%;
}

/* boxResist */
.boxResist{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.boxResist .Tri_Resist{
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 50px solid #c30d23;
  border-bottom: 0;
}
.boxResist .tit_Resist{
  text-align: center;
  font-size: 22px;
  color: #c30d23;
  line-height: 1.77;
}
.boxResist .boxImg_Resist{
  width: 90%;
  margin-bottom: 20px;
}
@media only screen and (max-width:768px){
  .boxResist{
    margin-bottom: 5.2vw;
  }
  .boxResist .Tri_Resist{
    border-right: 6.5vw solid transparent;
    border-left: 6.5vw solid transparent;
    border-top: 6.5vw solid #c30d23;
    border-bottom: 0;
  }
  .boxResist .tit_Resist{
    text-align: center;
    font-size: 4vw;
    letter-spacing: .04vw;
    color: #c30d23;
    line-height: 1.77;
  }
  .boxResist .boxImg_Resist{
    width: 100%;
    margin-bottom: 2.6vw;
  }
}

/* boxDiet */
.boxDiet{
  margin-bottom: 40px;
}
.boxDiet .boxImg_Diet{
  margin-bottom: 40px;
}
.boxDiet .comp_Diet{
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  width: 92%;
  margin: 0 auto;
}
.boxDiet .comp_Diet01{
  margin-bottom: 10px;
}
.boxDiet .txt_diet,
.boxDiet .boxImg_compDiet{
  width: 50%;
}
.boxDiet .txt_diet{
  padding: 0 5px;
}
.boxDiet .comp_Diet02{
  flex-direction: row-reverse;
}
@media only screen and (max-width:768px){
  .boxDiet,
  .boxDiet .boxImg_Diet{
    margin-bottom: 5.2vw;
  }
  .boxDiet .comp_Diet01{
    margin-bottom: 1.3vw;
  }
}

/* boxEstrogen */
.boxEstrogen{
  margin-bottom: 40px;
}
.boxEstrogen .boxImg_Estrogen{
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width:768px){
  .boxEstrogen{
    margin-bottom: 5.2vw;
  }
}

/* boxAntiaging */
.boxAntiaging{
  margin-bottom: 40px;
}
@media only screen and (max-width:768px){
  .boxAntiaging{
    margin-bottom: 5.2vw;
  }
}

/* boxRuby */
.boxRuby{
  margin: 0 auto 40px;
}
.boxRuby .tit_ruby{
  text-align: center;
  width: 80%;
  margin: 0 auto 20px;
  padding: 10px 0;
  border-radius: 20px;
  background-color: #c30d23;
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 26px;
}
.boxRuby .sub_ruby{
  margin-bottom: 30px;
}
.boxRuby .boxComp_Ruby{
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.boxRuby .boxImgComp_Ruby{
  width: 100%;
}
.boxRuby .boxTxtComp_Ruby{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42%;
  height: fit-content;
  z-index: 9;
}
.boxRuby .txtComp_Ruby{
  position: relative;
  padding: 20px;
  z-index: 9;
}
.boxRuby .txtComp_Ruby::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fefdea;
  opacity: .8;
  z-index: -1;
}
@media only screen and (max-width:768px){
  .boxRuby{
    margin: 0 auto 5.2vw;
  }
  .boxRuby .tit_ruby{
    padding: 2vw 0;
    border-radius: 4vw;
    letter-spacing: .03vw;
    font-size: 4vw;
    margin-bottom: 2.6vw;
  }
  .boxRuby .sub_ruby{
    margin-bottom: 3.9vw;
  }
  .boxRuby .boxTxtComp_Ruby{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: fit-content;
    z-index: 9;
  }
  .boxRuby .txtComp_Ruby{
    padding: 4vw;
  }
}


/* boxVoice */
.boxVoice{
  margin-bottom: 60px;
}
.boxVoice .boxImg_Voice{
  margin-bottom: 30px;
}
.boxVoice .voice_swiper{
  width: 100%;
  max-width: 768px;
  margin: 0 auto 40px;
  overflow: hidden;
  position: relative;
}
.boxVoice .listVoice{
  /* width: 53.3%; */
  width: 77.85%;
  height: auto;
  margin: 0 auto;
}
.boxVoice .boxImg_slideVoice{
  /* width: 409px; */
  width: 600px;
}
.boxVoice .swiper-button-prev,
.boxPopUp .swiper_Button .swiper-button-prev{
  left: 10px !important;
  width: 64px;
  height: 62px;
  background: url(../img/btn_Prev.png) center/contain no-repeat;
}
.boxVoice .swiper-button-next,
.boxPopUp .swiper_Button .swiper-button-next{
  right: 10px !important;
  width: 64px;
  height: 62px;
  background: url(../img/btn_Next.png) center/contain no-repeat;
}
.boxVoice .swiper-button-next:after,.boxVoice .swiper-button-prev:after,
.boxPopUp .swiper_Button .swiper-button-prev::after,.boxPopUp .swiper_Button .swiper-button-next::after{
  display: none !important;
}
.boxVoice .cau_Voice{
  width: 98.5%;
  max-width: 768px;
  margin: 0 auto;
  font-size: 12px;
}
@media only screen and (max-width:768px){
  .boxVoice{
    margin-bottom: 6.5vw;
  }
  .boxVoice .boxImg_Voice{
    margin-bottom: 2.5vw;
  }
  .boxVoice .voice_swiper{
    margin: 0 auto 5.2vw;
  }
  .boxVoice .listVoice{
    width: 80vw;
    height: auto;
    margin: 0 auto;
  }
  .boxVoice .boxImg_slideVoice{
    width: 80vw;
  }
  .boxVoice .swiper-button-prev{
    left: 0 !important;
    width: 8.3vw;
    height: 8.07vw;
  }
  .boxVoice .swiper-button-next{
    right: 0 !important;
    width: 8.3vw;
    height: 8.07vw;
  }
}

/* boxDoctor */
.boxDoctor{
  margin: 0 auto 60px;
}
.boxDoctor .boxImgDoctor{
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width:768px){
  .boxDoctor{
    margin: 0 auto 6.5vw;
  }
}

/* boxBook */
.boxBook{
  margin-bottom: 60px;
}
.boxBook .tit_Book{
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  color: #604c3f;
  letter-spacing: 2px;
  line-height: 1.32;
  margin-bottom: 30px;
}
.boxBook .tit_Book .sizeLit{
  font-size: 34px;
  letter-spacing: 1px;
}
.boxBook .tit_Book .sizeMin{
  font-size: 28px;
  letter-spacing: 0;
}
.boxBook .tit_Book .yellowU{
  position: relative;
  z-index: 9;
  margin: 0 10px;
}
.boxBook .tit_Book .yellowU::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%,0);
  bottom: 0;
  left: 50%;
  width: 105%;
  height: 30%;
  background-color: #fff100;
  z-index: -1;
}
.boxBook .tit_Book .redPoint{
  position: relative;
}
.boxBook .tit_Book .redPoint::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%,0);
  left: 50%;
  top: -2.5%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #c30d23;
}
.boxBook .boxImg_Book{
  width: 100%;
  max-width: 768px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width:768px){
  .boxBook{
    margin-bottom: 6.5vw;
  }
  .boxBook .tit_Book{
    text-align: center;
    font-size: 5.5vw;
    font-weight: 500;
    color: #604c3f;
    letter-spacing: 2px;
    line-height: 1.32;
    margin-bottom: 3.9vw;
  }
  .boxBook .tit_Book .sizeLit{
    font-size: 4vw;
    letter-spacing: 1px;
  }
  .boxBook .tit_Book .sizeMin{
    font-size: 3.6vw;
    letter-spacing: 0;
  }
  .boxBook .tit_Book .yellowU{
    position: relative;
    z-index: 9;
    margin: 0 .8vw;
  }
  .boxBook .tit_Book .redPoint::before{
    top: -2.5%;
    width: 1.5vw;
    height: 1.5vw;
  }
}

/* boxIntro_ZDR */
.boxIntro_ZDR{
  background-color: #fff;
}
.boxElementTop{
  margin-bottom: 40px;
}
.boxElement_Yasou{
  padding-bottom: 60px;
}
.boxElement_Yasou .tit_Yasou{
  text-align: center;
  font-size: 40px;
  line-height: 1.67;
  letter-spacing: 1px;
  font-weight: 400 !important;
  margin-bottom: 20px;
}
.boxElement_Yasou .tit_Yasou .underYellow{
  position: relative;
  width: fit-content;
  font-size: 48px;
  z-index: 9;
}
.boxElement_Yasou .tit_Yasou .underYellow::before{
  content: "";
  position: absolute;
  display: block;
  transform: translate(-50%,0);
  bottom: 0;
  left: 50%;
  background-color: #f8f17b;
  width: 105%;
  height: 45%;
  z-index: -1;
}
.boxElement_Yasou .txt_Yasou{
  width: 100%;
  max-width: 768px;
  line-height: 1.34;
  font-size: 18px;
  margin: 0 auto 40px;
}
.boxImg_Yasou_so{
  width: 100%;
  max-width: 768px;
  position: relative;
  margin: 0 auto 20px;
}
.boxElement_Yasou .boxImg_Yasou{
  width: 100%;
}
.boxElement_Yasou .boxImg_so{
  position: absolute;
  right: -200px;
  top: -50px;
  z-index: 9;
}
@media only screen and (max-width:768px){
  .boxElementTop{
    margin-bottom: 5.2vw;
  }
  .boxElement_Yasou{
    padding-bottom: 6.5vw;
  }
  .boxElement_Yasou .tit_Yasou{
    font-size: 5.2vw;
    letter-spacing: .02vw;
    margin-bottom: 2.6vw;
  }
  .boxElement_Yasou .tit_Yasou .underYellow{
    font-size: 6.25vw;
  }
  .boxElement_Yasou .txt_Yasou{
    font-size: 3.85vw;
    margin: 0 auto 5.2vw;
    padding: 0 1.75vw;
  }
  .boxImg_Yasou_so{
    margin-bottom: 3vw;
  }
}

/* boxZLB */
.boxZLB{
  background-color: #fff;
}
.boxZLB .cont_ZLB{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  width: 100%;
}
.boxZLB .cont_ZLB:nth-child(2){
  flex-direction: row-reverse;
}
.boxZLB .cont_ZLB:nth-child(3){
  margin-bottom: 40px;
}
.boxZLB .boxImg_ZLB{
  width: 45%;
}
.boxZLB .boxCont_txtZLB{
  width: calc(55% - 30px);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.boxZLB .cont_ZLB:nth-child(2) .boxCont_txtZLB{
  align-items: end;
}
.boxZLB .boxTxt_ZLB{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 25px 0;
  width: 70%;
}
.boxZLB .tit_ZLB{
  font-size: 68px;
  color: #c30d23;
  letter-spacing: 1px;
}
.boxZLB .imgTit_ZLB{
  width: 212px;
  margin-bottom: 25px;
}
.boxZLB .txt_ZLB{
  font-size: 24px;
  line-height: 1.5;
}
.boxZLB .txt_ZLB .caution{
  font-size: 16px;
  vertical-align: super;
  color: #604c3f;
}
.boxZLB .txt_ZLB .txt_caution{
  font-size: 16px;
}
.boxZLB .comp_ZLB{
  font-size: 34px;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 60px;
}
@media only screen and (max-width:768px){
  .boxZLB{
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 5vw 0;
  }
  .boxZLB .cont_ZLB{
    /* align-items: start; */
    gap: 0 1.95vw;
    width: 100%;
  }
  .boxZLB .cont_ZLB:nth-child(3){
    margin-bottom: 5.2vw;
  }
  .boxZLB .boxImg_ZLB{
    width: 45%;
  }
  .boxZLB .boxCont_txtZLB{
    width: calc(55% - 1.95vw);
  }
  .boxZLB .boxTxt_ZLB{
    gap: 1vw 0;
    width: 90%;
  }
  .boxZLB .tit_ZLB{
    font-size: 7vw;
    color: #c30d23;
    letter-spacing: .04vw;
  }
  .boxZLB .imgTit_ZLB{
    width: 19.5vw;
    margin-bottom: 1vw;
  }
  .boxZLB .txt_ZLB{
    font-size: 3.55vw;
  }
  .boxZLB .txt_ZLB .caution{
    font-size: 2vw;
  }
  .boxZLB .txt_ZLB .txt_caution{
    font-size: 2.75vw;
  }
  .boxZLB .comp_ZLB{
    font-size: 4.42vw;
    padding-bottom: 6.5vw;
  }
}




/* 原材料スライド */
.boxMaterials{
  background-color: #fff;
}
.swiperMaterials{
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.swiperMaterials .Materials .boximg_Materials{
  display: block;
  width: 500px;
  width: calc((100vw - 5.2083vw) / 4);
  height: calc((100vw - 5.2083vw) / 4);
  position: relative;
}
/* boxMovie */
.boxMovie{

}
.boxMovie .boxMovie_main{
  position: relative;
  width: 100%;
  background: url(../img/backMovie.jpg) top/cover no-repeat fixed;
  padding: 200px 0 0;
}
.boxMovie .boxMovie_main::before,
.boxMovie .boxMovie_main::after{
  content: "";
  display: block;
  position: absolute;
  top: -180px;
  left: calc(50% - 29.9%);
  width: 30%;
  height: 200px;
  background: url(../img/backMovie.jpg) top/cover no-repeat fixed;
  border-radius: 100% 0 0 0;
}
.boxMovie .boxMovie_main::after{
  left: auto;
  right: calc(50% - 29.9%);
  border-radius: 0 100% 0 0;
}
.boxMovie .boxTit_Movie{
  width: 70%;
  max-width: 768px;
  position: absolute;
  transform: translate(-50%,0);
  top: -150px;
  left: 50%;
  z-index: 99;
}
.boxMovie .boxYoutube{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 40px;
}
.boxMovie .boxYoutube .felmentMovie{
  width: 100%;
  cursor: pointer;
}
.boxMovie .txt_Youtube{
  width: 100%;
  max-width: 1400px;
  font-size: 26px;
  line-height: 1.44;
  margin: 0 auto 60px;
  letter-spacing: .5px;
}
.boxMovie .boxFelment{
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
}
.boxMovie .box_boxImg_Felment{
  width: 35vw;
  position: relative;
  height: 20.5vw;
  max-width: 672px;
}
.boxMovie .boxImg_Felment{
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 999;
}
.boxMovie .box_txt_Felment{
  width: 48%;
  max-width: 672px;
}
.boxMovie .tit_Felment{
  font-size: 50px;
  color: #c30d23;
  rotate: -11deg;
  margin-bottom: 80px;
}
.boxMovie .txt_Felment{
  font-size: 26px;
  line-height: 1.44;
  letter-spacing: .5px;
}
@media only screen and (max-width:768px){
  .boxMovie .boxMovie_main{
    padding: 15vw 0 0;
  }
  .boxMovie .boxMovie_main::before,
  .boxMovie .boxMovie_main::after{
    content: "";
    display: block;
    position: absolute;
    top: -20.8vw;
    left: calc(50% - 40%);
    width: 40%;
    height: 26.5vw;
    background: url(../img/backMovie.jpg) top/cover no-repeat fixed;
    border-radius: 100% 0 0 0;
  }
  .boxMovie .boxMovie_main::after{
    left: auto;
    right: calc(50% - 40%);
    border-radius: 0 100% 0 0;
  }
  .boxMovie .boxTit_Movie{
    width: 70%;
    top: -16vw;
  }
  .boxMovie .txt_Youtube{
    font-size: 3.35vw;
    margin: 0 auto;
    padding: 0 2vw;
    letter-spacing: .01vw;
    margin-bottom: 6.5vw;
  }
  .boxMovie .box_boxImg_Felment{
    width: 42%;
    position: relative;
    height: 42vw;
  }
  .boxMovie .boxImg_Felment{
    top: 4.55vw;
  }
  .boxMovie .box_txt_Felment{
    width: 52%;
  }
  .boxMovie .tit_Felment{
    font-size: 5.85vw;
    margin-bottom: 7.8125vw;
  }
  .boxMovie .txt_Felment{
    font-size: 3.0485vw;
    letter-spacing: .01vw;
  }
  .boxMovie .boxYoutube{
    border-radius: 1vw;
    margin-bottom: 5.2vw;
  }
}

/* boxHot */
.boxHot{
  width: 100%;
  height: fit-content;
  position: relative;
}
.boxHot::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  left: 0;
  width: 431px;
  height: 644px;
  background: url(../img/subhot.png) center/contain no-repeat;
}
.boxHot .box_content_Hot{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}
.boxHot .tit_Hot{
  text-align: center;
  font-size: 30px;
  line-height: 1.44;
  margin-bottom: 30px;
}
.boxHot .tit_Hot .UYbg{
  display: inline-block;
  width: fit-content;
  position: relative;
  font-size: 50px;
  margin: 0 10px;
}
.boxHot .tit_Hot .UYbg::before{
  content: "";
  position: absolute;
  display: block;
  transform: translate(-50%,0);
  bottom: 0;
  left: 50%;
  background-color: #f8f17b;
  width: 105%;
  height: 45%;
  z-index: -1;
}
.boxHot .tit_Hot .bg{
  font-size: 38px;
}
.boxHot .tit_Hot .Max{
  font-size: 60px;
  color: #c30d23;
  letter-spacing: 1px;
}
.boxHot .boxInner_contHot{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  position: relative;
}
.boxHot .boxInner_contHot::before{
  content: "";
  display: block;
  position: absolute;
  width: 18.22vw;
  height: 15.88vw;
  background: url(../img/mainZakuro.png) top/contain no-repeat;
  right: -14vw;
  bottom: -8.8125vw;
}
.boxHot .boxImg_Hot{
  width: 432px;
}
.boxHot .boxInner_txt{
  width: 364px;
}
.boxHot .tit_Inner_txt{
  color: #c30d23;
  font-size: 32px;
  line-height: 1.44;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.boxHot .txt_Inner_txt{
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 20px;
}
.boxHot .txt_Inner_txt .fraction{
  font-size: 12px;
  vertical-align: super;
}
.boxHot .cau_Inner_txt{
  font-size: 13px;
  line-height: 1.2;
}
@media only screen and (max-width:768px){
  .boxHot{
    width: 100%;
    height: 120vw;
    position: relative;
    overflow: hidden;
  }
  .boxHot .boxImg_backHot{
    width: 115%;
    height: 100%;
  }
  .boxHot .box_content_Hot{
    width: 98.5%;
    z-index: 9;
  }
  .boxHot::before{
    display: none;
  }
  .boxHot::after{
    content: "";
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .7;
  }
  .boxHot .boxInner_contHot::before{
    display: none;
  }
  .boxHot .tit_Hot{
    text-align: center;
    font-size: 3.9vw;
    line-height: 1.44;
    margin-bottom: 3.9vw;
  }
  .boxHot .tit_Hot .UYbg{
    font-size: 5.07vw;
    margin: 0 1.3vw;
  }
  .boxHot .tit_Hot .bg{
    font-size: 4.95vw;
  }
  .boxHot .tit_Hot .Max{
    font-size: 7.8125vw;
    letter-spacing: .02vw;
  }
  .boxHot .boxInner_contHot{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2.6vw;
    position: relative;
  }
  .boxHot .boxImg_Hot{
    width: 50%;
  }
  .boxHot .boxInner_txt{
    width: 50%;
  }
  .boxHot .tit_Inner_txt{
    font-size: 4.1vw;
    letter-spacing: .02vw;
    margin-bottom: 2.6vw;
  }
  .boxHot .txt_Inner_txt{
    font-size: 3.135vw;
    margin-bottom: 2.6vw;
  }
  .boxHot .txt_Inner_txt .fraction{
    font-size: 1.7vw;
  }
  .boxHot .cau_Inner_txt{
    font-size: 2.45vw;
  }
}

/* boxStudy */
.boxStudy{
  position: relative;
  padding-bottom: 17.13vw;
}
.boxStudy .boxTxt_Study{
  position: absolute;
  transform: translate(-50%,0);
  top: 10%;
  left: 50%;
  width: 100%;
  max-width: 768px;
}
.boxStudy .tit_Study{
  text-align: center;
  font-size: 75px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 1.5px;
  z-index: 9;
  line-height: 1.33;
  font-weight: 400 !important;
  margin-bottom: 40px;
}
.boxStudy .tit_Study::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%,0%);
  bottom: 0;
  left: 50%;
  width: 105%;
  height: 45%;
  z-index: -1;
  background-color: #f8f17b;
}
.boxStudy .tit_Study .litTit{
  font-size: 60px;
}
.boxStudy .txt_Study{
  width: 100%;
  line-height: 1.56;
  font-size: 26px;
  margin: 0 auto;
  letter-spacing: 1px;
}

.boxStudy .boxListStudy{
  position: absolute;
  bottom: 0;
  left: 0;
}
.boxStudy .listStudy{
  display: flex;
  justify-content: center;
  gap: 0 20vw;
}
.boxStudy .listStudy:first-child{
  justify-content: flex-start;
}
.boxStudy .content_listStudy{
  width: 20vw;
  height: 17.13vw;
}
.boxStudy .boxSwiper_img{
  width: 20vw;
  height: 17.13vw;
  overflow: hidden;
}
@media only screen and (max-width:1500px){
  .boxStudy .boxTxt_Study{
    top: 0;
  }
}
@media only screen and (max-width:768px){
  /* boxStudy */
  .boxStudy{
    position: relative;
    padding-bottom: 45vw;
  }
  .boxStudy .tit_Study{
    font-size: 6.6vw;
    margin: 5vw auto 5.2vw;
    letter-spacing: .03vw;
  }
  .boxStudy .tit_Study .litTit{
    font-size: 5.85vw;
  }
  .boxStudy .txt_Study{
    font-size: 3.55vw;
    letter-spacing: .01vw;
    padding: 0 1.75vw;
    position: relative;
    z-index: 9;
  }
  .boxStudy .txt_Study::before{
    content: "";
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    opacity: .7;
    border-radius: 20px;
    z-index: -1;
  }
  .boxStudy .boxListStudy{
    display: flex;
  }
  .boxStudy .listStudy{
    width: 50vw;
    justify-content: flex-start;
    gap: 0;
  }
  .boxStudy .listStudy:first-child{
    display: none;
  }
  .boxStudy .listStudy:last-child{
    justify-content: flex-end;
  }
  .boxStudy .content_listStudy{
    width: 50vw;
    height: 42.825vw;
  }
  .boxStudy .boxSwiper_img{
    width: 50vw;
    height: 42.825vw;
    overflow: hidden;
  }
}

/* boxTrust */
.boxTrust{
  background: url(../img/backTrust.png?240729) center/cover no-repeat;
  padding: 200px 0 54vw;
  position: relative;
}
.boxTrust::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%,0);
  bottom: 0;
  left: 50%;
  background: url(../img/imgTrust_ZDR.png?24091101) top/contain no-repeat;
  width: 100%;
  height: 56.2vw;
}
.boxTrust .boxTxt_Trust{
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.boxTrust .tit_Trust{
  text-align: center;
  font-size: 60px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 1px;
  z-index: 9;
  line-height: 1.33;
  font-weight: 400 !important;
  margin-bottom: 40px;
}
.boxTrust .tit_Trust::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%,0%);
  bottom: 0;
  left: 50%;
  width: 105%;
  height: 45%;
  z-index: -1;
  background-color: #f8f17b;
}
.boxTrust .tit_Trust .litTit{
  font-size: 45px;
  letter-spacing: -10px;
}
.boxTrust .txt_Trust{
  font-size: 36px;
  line-height: 1.45;
  letter-spacing: .5px;
  margin-bottom: 50px;
}
.boxTrust .boxPes_Radi{
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 5% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px 0;
}
.boxTrust .box_pesRadi{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 0 20px;
}
.boxTrust .boxTxt_PesRadi{
  width: 422px;
}
.boxTrust .tit_PesRadi{
  font-size: 40px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
.boxTrust .tit_PesRadi::before{
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: #c30d23;
  left: 0;
  top: 0;
}
.boxTrust .txt_PesRadi{
  font-size: 18px;
  line-height: 1.45;
}
.boxTrust .boxGuarantee_Pesticides,
.boxTrust .boxGuarantee_Radioactive{
  width: 269px;
  transition: .2s;
  position: relative;
}
.boxTrust .boxGuarantee_Pesticides:hover,
.boxTrust .boxGuarantee_Radioactive:hover{
  scale: 1.1;
  transition: .2s;
  cursor: url(../img/glass_cursor.png),default;
}
.boxTrust .boxGuarantee_Pesticides::before,
.boxTrust .boxGuarantee_Radioactive::before{
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  height: 13%;
  background: url(../img/glass.png) center/contain no-repeat;
  top: 0;
  right: 0;
}
@media only screen and (max-width:768px){
  .boxTrust{
    padding: 6vw 0 54vw;
  }
  .boxTrust .tit_Trust{
    font-size: 6.6vw;
    letter-spacing: .01vw;
    margin-bottom: 5.2vw;
  }
  .boxTrust .tit_Trust::before{
    content: "";
    display: block;
    position: absolute;
    transform: translate(-50%,0%);
    bottom: 0;
    left: 50%;
    width: 105%;
    height: 45%;
    z-index: -1;
    background-color: #f8f17b;
  }
  .boxTrust .tit_Trust .litTit{
    font-size: 5vw;
    letter-spacing: -.2vw;
  }
  .boxTrust .txt_Trust{
    font-size: 5.5vw;
    letter-spacing: .01vw;
    padding: 0 2vw;
    margin-bottom: 6.5vw;
  }
  .boxTrust .boxPes_Radi{
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 5w 0;
    gap: 6vw 0;
  }
  .boxTrust .box_pesRadi{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 0 1vw;
  }
  .boxTrust .boxTxt_PesRadi{
    width: 54vw;
  }
  .boxTrust .tit_PesRadi{
    font-size: 5.469vw;
    padding-left: 2.6vw;
    margin-bottom: 2.6vw;
  }
  .boxTrust .tit_PesRadi::before{
    width: 0.65vw;
  }
  .boxTrust .txt_PesRadi{
    font-size: 3.6vw;
  }
  .boxTrust .boxGuarantee_Pesticides,
  .boxTrust .boxGuarantee_Radioactive{
    width: 35vw;
  }
}
/* boxImg_UnderZDR */
.boxImg_UnderZDR{
  display: flex;
}
.boxImg_TrustUnder{
  width: 50vw;
}

/* boxZakuro */
.boxZakuro{
  background: url(../img/backZakuro.jpg) center/cover no-repeat fixed;
  padding: 90px 0 80px;
  position: relative;
  margin-bottom: 60px;
}
.boxZakuro::before{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -10%;
  width: 30vw;
  height: 26vw;
  background: url(../img/mainZakuro.png) top/contain no-repeat;
}
.boxZakuro .txt_Zakuro{
  width: 100%;
  max-width: 768px;
  margin: 0 auto 100px;
  font-size: 42px;
  color: #fff;
  line-height: 1.67;
  letter-spacing: .5px;
}
.boxZakuro .boxList_imgZakuro{
  display: flex;
  gap: 0 1vw;
  justify-content: center;
  align-items: flex-end;
}
.boxZakuro .content_imgZakuro{
  width: 20.7vw;
  height: auto;
}
@media only screen and (max-width:768px){
  .boxZakuro{
    background: url(../img/backZakuro.jpg) center/cover no-repeat fixed;
    padding: 90px 0 80px;
    position: relative;
    margin-bottom: 7.8vw;
  }
  .boxZakuro::before{
    top: -2vw;
    width: 30vw;
    height: 26vw;
  }
  .boxZakuro .txt_Zakuro{
    margin: 0 auto 100px;
    padding: 0 2vw;
    font-size: 5.25vw;
    letter-spacing: .02vw;
  }
  .boxZakuro .boxList_imgZakuro{
    display: flex;
    gap: 0 1vw;
    justify-content: center;
    align-items: flex-end;
  }
  .boxZakuro .content_imgZakuro{
    width: calc((100% - 3vw) / 4);
    height: auto;
  }
}
/* boxPaper */
.boxPaper{
  margin-bottom: 60px;
}
.boxPaper .tit_Paper{
  width: 100%;
  max-width: 768px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 40px;
  line-height: 1.32;
  letter-spacing: 1px;
}
.boxPaper .tit_Paper .UYbg{
  width: fit-content;
  font-size: 58px;
  position: relative;
  z-index: 9;
  display: inline-block;
  margin: 0 10px;
}
.boxPaper .tit_Paper .UYbg::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%, 0%);
  bottom: 0;
  left: 50%;
  width: 105%;
  height: 45%;
  z-index: -1;
  background-color: #f8f17b;
}
.boxPaper .txt_Paper{
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media only screen and (max-width:768px){
  .boxPaper{
    margin-bottom: 6.5vw;
  }
  .boxPaper .tit_Paper{
    margin: 0 auto 5.2vw;
    font-size: 5.2vw;
    letter-spacing: .02vw;
  }
  .boxPaper .tit_Paper .UYbg{
    font-size: 7.5vw;
    margin: 0 1.3vw;
  }
  .boxPaper .txt_Paper{
    font-size: 4.85vw;
    letter-spacing: .02vw;
  }
}

.boxPaper .boxList_Paper{
  margin: 0 auto 25px;
  width: 100%;
  max-width: 768px;
  display: flex;
  column-count: 2;
  flex-wrap: wrap;
  gap: 10px;
}
.boxPaper .content_Paper{
  width: calc((100% - 10px) / 2);
}
.boxPaper .boxImg_Paper{
  cursor: pointer;
  width: 100%;
  height: 100%;
  transition: .2s;
  position: relative;
}
.boxPaper .boxImg_Paper:hover{
  scale: 1.04;
  transition: .2s;
  cursor: url(../img/glass_cursor.png),default;
}
.boxPaper .boxImg_Paper::before{
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  height: 13%;
  background: url(../img/glass.png) center/contain no-repeat;
  top: 0;
  right: 0;
}

/* paperPopup */
#paperPopup01,
#paperPopup02,
#paperPopup03,
#paperPopup04{
  display: none;
}
#paperPopup01.pop,
#paperPopup02.pop,
#paperPopup03.pop,
#paperPopup04.pop{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.paperPopUp .listPop{
  width: 100%;
}
.paperPopUp .backPopup{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  display: block;
  z-index: -1;
}
.paperPopUp .content_Popup{
  width: 100%;
  height: 100%;
  position: relative;
}
.paperPopUp .content_Popup .boxImg_Paper{
  width: auto;
  height: 100vh;
}
.paperPopUp .content_Popup .boxImg_Paper .img_voice{
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.paperPopUp .boxClose{
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  width: 100px;
  height: 100px;
}
.paperPopUp .cont_Close{
  position: relative;
  display: block;
  z-index: 9999999;
  width: 100%;
  height: 100%;
}
.paperPopUp .cont_Close::before,
.paperPopUp .cont_Close::after{
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #000;
  top: 0;
  left: 0;
}
.paperPopUp .cont_Close::before{
  rotate: 45deg;
}
.paperPopUp .cont_Close::after{
  rotate: -45deg;
}
@media only screen and (max-width:768px){
  .boxPaper .boxList_Paper{
    margin-bottom: 3.25vw;
    gap: 2vw;
  }
  .boxPaper .content_Paper{
    width: calc((100% - 2vw) / 2);
  }
  .paperPopUp .content_Popup .boxImg_Paper{
    width: 100vw;
    height: auto;
  }
  .paperPopUp .content_Popup .boxImg_Paper .img_voice{
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .paperPopUp .boxClose{
    display: none;
  }
}

/* box_Being */
.box_Being{
  margin: 0 auto;
}
.box_Being .tit_Being{
  font-size: 36px;
  letter-spacing: 1px;
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto 30px;
  font-weight: 400 !important;
  z-index: 9;
  line-height: 1.34;
  width: fit-content;
}
.box_Being .tit_Being::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%, 0%);
  bottom: 0;
  left: 50%;
  width: 105%;
  height: 45%;
  z-index: -1;
  background-color: #f8f17b;
}
.box_Being .tit_Being .bg{
  font-size: 45px;
}
.box_Being .txt_Being{
  width: 100%;
  max-width: 768px;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 33px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.box_Being .boxBeing{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  width: 100%;
}
.box_Being .boxBeing01{
  margin-bottom: 20px;
}
.box_Being .boxBeing02{
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
.box_Being .boxImg_being{
  width: 50%;
  height: 42.8125vw;
}
.box_Being .boxImg_being01{
  background: url(../img/being01.jpg) top/cover no-repeat fixed;
}
.box_Being .boxImg_being02{
  background: url(../img/being02.jpg) top/cover no-repeat fixed;
}
.box_Being .boxTxt_being{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 50%;
}
.box_Being .boxBeing02 .boxTxt_being{
  align-items: end;
}
.box_Being .tit_txtBeing{
  font-size: 32px;
  width: 100%;
  line-height: 1.38;
  letter-spacing: 1px;
  width: 384px;
  margin-bottom: 20px;
}
.box_Being .txt_txtBeing{
  font-size: 18px;
  line-height: 1.23;
  letter-spacing: .5px;
  width: 384px;
}

@media only screen and (max-width:768px){
  .box_Being{
    margin: 0 auto;
  }
  .box_Being .tit_Being{
    font-size: 4.4vw;
    letter-spacing: .02vw;
    margin: 0 auto 3.9vw;
  }
  .box_Being .tit_Being .bg{
    font-size: 5.7vw;
  }
  .box_Being .txt_Being{
    font-size: 4.5vw;
    letter-spacing: .02vw;
    margin-bottom: 6.5vw;
  }
  .box_Being .boxBeing{
    gap: 0;
    position: relative;
    z-index: 9;
    padding: 5vw 0;
  }
  .box_Being .boxBeing01{
    margin-bottom: 8vw;
    display: none !important;
  }
  .box_Being .boxBeing02{
    flex-direction: row;
    margin-bottom: 6.5vw;
  }
  .box_Being .boxBeing::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .73;
    z-index: -1;
  }
  .box_Being .boxImg_being{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }
  .box_Being .boxTxt_being{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    padding: 0 3vw;
  }
  .box_Being .tit_txtBeing{
    font-size: 5.5vw;
    letter-spacing: .02vw;
    width: 100%;
    margin-bottom: 4.6vw;
  }
  .box_Being .txt_txtBeing{
    font-size: 3.85vw;
    line-height: 1.23;
    letter-spacing: .01vw;
    width: 100%;
  }
  ::-webkit-full-page-media, :future, :root .box_Being .boxImg_being01{
    background: url(../img/being01.jpg) top/cover no-repeat;
  }
  ::-webkit-full-page-media, :future, :root .box_Being .boxImg_being02{
    background: url(../img/being02.jpg) top/cover no-repeat;
  }
 
}

/* boxQA */
.boxQA{
  background-color: #fff;
  padding: 100px 0;
}
.boxQA .tit_QA{
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.boxQA .list_QA{
  width: 100%;
  max-width: 768px;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.boxQA .content_QA{
  width: 100%;
  padding: 20px 0;
  border-radius: 20px;
  background-color: #f7f2e9;
  cursor: pointer;
}
.boxQA .cont_boxA{
  display: none;
}
.boxQA .boxA{
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 10px;
}
.boxQA .boxQ{
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
  transition: .4s;
}
.boxQA .boxQ.open{
  margin-bottom: 20px;
  transition: .4s;
}
.boxQA .boxQ::before,
.boxQA .boxQ::after{
  content: "";
  display: block;
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  right: 0;
  background-color: #e9b5a1;
  border-radius: 5px;
  z-index: 9;
  transition: .4s;
}
.boxQA .boxQ::before{
  width: 30px;
  height: 5px;
}
.boxQA .boxQ::after{
  width: 5px;
  height: 30px;
  right: 12px;
}
.boxQA .boxQ.open::before{
  rotate: 45deg;
  transition: .4s;
}
.boxQA .boxQ.open::after{
  rotate: 45deg;
  right: 22px;
  top: 42%;
  transition: .4s;
}
.boxQA .imgQ{
  width: 54px;
  height: 54px;
}
.boxQA .txt_Q{
  font-size: 30px;
  color: #c30d23;
  line-height: 1.2;
  letter-spacing: 1px;
  padding-right: 30px;
  width: calc(100% - 54px);
}
.boxQA .imgA{
  width: 36px;
  height: 36px;
}
.boxQA .txt_A{
  width: calc((100% - 66px));
  font-size: 22px;
  line-height: 1.44;
  letter-spacing: .5px;
}
@media only screen and (max-width:768px){
  .boxQA{
    padding: 10vw 0;
  }
  .boxQA .list_QA{
    gap: 3.25vw 0;
    margin-bottom: 7.8vw;
  }
  .boxQA .content_QA{
    width: 98.5%;
    margin: 0 auto;
    padding: 2.6vw 0;
    border-radius: 2.5vw;
  }
  .boxQA .boxA{
    width: 95%;
    border-radius: 2.5vw;
    gap: 0 1.35vw;
    padding: 2vw 1.35vw;
  }
  .boxQA .boxQ{
    width: 95%;
    gap: 0 1.35vw;
  }
  .boxQA .boxQ.open{
    margin-bottom: 2.6vw;
  }
  .boxQA .boxQ::before,
  .boxQA .boxQ::after{
    border-radius: .65vw;
  }
  .boxQA .boxQ::before{
    width: 4vw;
    height: .65vw;
  }
  .boxQA .boxQ::after{
    width: .65vw;
    height: 4vw;
    right: 1.5625vw;
  }
  .boxQA .boxQ.open::after{
    right: 2.865vw;
    top: 3vw;
  }
  .boxQA .imgQ{
    width: 7vw;
    height: 7vw;
  }
  .boxQA .txt_Q{
    font-size: 4vw;
    letter-spacing: .02vw;
    padding-right: 3.9vw;
    width: calc(100% - 7vw);
  }
  .boxQA .imgA{
    width: 4.7vw;
    height: 4.7vw;
  }
  .boxQA .txt_A{
    width: calc((100% - 8.75vw));
    font-size: 3.65vw;
    letter-spacing: .01vw;
  }
}


















/* boxPopup */
#boxPopup01,
#boxPopup02{
  display: none;
}
#boxPopup01.pop,
#boxPopup02.pop{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.boxPopUp .listPop{
  width: 100%;
}
.boxPopUp .backPopup{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  display: block;
}
.boxPopUp .content_Popup{
  width: 100%;
  height: 100%;
  position: relative;
}
.boxPopUp .imgPop{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxPopUp .boxImg_width{
  width: 1240px;
  height: 100vh;
  overflow: scroll;
}
.boxPopUp .boxImg_width img{
  display: block;
}
/* .boxPopUp .imgPop.swiper-slide-active{
  width: 500px !important;
  height: 500px;
} */
.boxPopUp .swiper_Button{
  z-index: 99999999;
}
.boxPopUp .swiper_Button .swiper-button-prev,
.boxPopUp .swiper_Button .swiper-button-next{
  z-index: 9999999;
  
}
.boxPopUp .boxClose{
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  width: 100px;
  height: 100px;
}
.boxPopUp .cont_Close{
  position: relative;
  display: block;
  z-index: 9999999;
  width: 100%;
  height: 100%;
}
.boxPopUp .cont_Close::before,
.boxPopUp .cont_Close::after{
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #000;
  top: 0;
  left: 0;
}
.boxPopUp .cont_Close::before{
  rotate: 45deg;
}
.boxPopUp .cont_Close::after{
  rotate: -45deg;
}
@media only screen and (max-width:768px){
  .boxPopUp .boxImg_width{
    width: 90vw;
  }
  .boxPopUp .boxClose{
    top: 7vw;
    right: 7vw;
    cursor: pointer;
    width: 16vw;
    height: 16vw;
  }
  .boxPopUp .cont_Close::before,
  .boxPopUp .cont_Close::after{
    width: 12vw;
    height: 0.6vw;
  }
}



/* #footer */
#footer .boxFooter{
  padding: 70px 0 20px;
}
#footer .boxImgLogo{
  width: 220px;
  margin: 0 auto;
}
#footer .boxImgTel{
  display: block;
  width: 98%;
  max-width: 768px;
  margin: 0 auto 30px;
}
#footer .boxLink_footer{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
}
#footer .txt_Footer{
  font-size: 20px;
  width: fit-content;
  position: relative;
}
#footer .txt_Footer::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  rotate: 30deg;
  background-color: #333;
}
#footer .txt_Footer:nth-child(3):before{
  display: none;
}
#footer .Copyright{
  text-align: center;
  color: #fff;
  background-color: #c30d23;
  padding: 10px 0;
  font-size: 14px;
}
@media only screen and (max-width:768px){
  #footer .boxFooter{
    padding: 6.5vw 0 2.6vw;
  }
  #footer .boxImgTel{
    margin: 0 auto 3.9vw;
  }
  #footer .boxLink_footer{
    gap: 0 3.9vw;
  }
  #footer .txt_Footer{
    font-size: 3.36vw;
  }
  #footer .txt_Footer::before{
    right: -1.95vw;
    width: 0.134vw;
  }
  #footer .Copyright{
    padding: 1.34vw 0;
  }
}

#form{
  background: #fff;
}


