@charset "UTF-8";

body{
    cursor: url(../img/spoil_cursor.png), default; /* 128px以下 */
    height: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  overflow-x: hidden;
}
body.lazyloaded{
  background: url(../img/common/baseBack.webp) center/cover repeat-y;
  position: relative;
  z-index: -999;
}
.Nijimi{
  font-weight: 900;
  font-style: normal;
}
.txt_saten{
  position: relative;
  text-shadow: -1px 1px 2px rgba(40, 40, 40, 0.45) ;
  background-clip: text;
  background-image: linear-gradient(45deg, rgba(232,178,149,0) 0%, rgba(255,255,255,0.8015581232492998) 41%, rgba(255,255,255,1) 100%);
  background-origin: content-box;
}
.redSaten{
  position: relative;
  background: linear-gradient(135deg, rgba(96,36,31,1) 20%, rgba(245,211,192,1) 50%, rgba(96,36,31,1) 80%);
  overflow: hidden;
  z-index: 2;
  box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.4);
  border: 1px solid #ffffff80;
  border-left: 2px solid #28201c;
  border-bottom: 2px solid #28201c;
}
.redSaten::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(181deg, rgba(172,49,120,1) 35%, rgba(204,0,114,1) 50%, rgba(172,49,120,1) 65%);
  opacity: 0.396;
}
.redSaten p{
  position: relative;
  z-index: 5;
}
.Tyaten{
  position: relative;
  background: linear-gradient(135deg, rgba(122,81,64,1) 20%, rgba(221,207,203,1) 50%, rgba(122,81,64,1) 80%);
  overflow: hidden;
  z-index: 2;
  box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.4);
  border: 1px solid #ffffff80;
  border-left: 2px solid #28201c;
  border-bottom: 2px solid #28201c;
}
.Tyaten::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(181deg, rgba(140,97,76,1) 35%, rgba(117,33,0,1) 50%, rgba(140,97,76,1) 65%);
  opacity: 0.396;
}
.Tyaten p{
  position: relative;
  z-index: 5;
}
.center{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.formDrop{
  border-radius: 0 20px 0 75px;
}
.borderGrad{
  position: relative;
}
.borderGrad::before{
  content: "";
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 0 20px 0 65px;
  background-color: #f9f7f7;
  background-origin: border-box;
  background-clip: border-box;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: -15;
  box-shadow: inset 1px -2px 4px 0px rgba(0, 0, 0, 0.3), inset -3px 4px 5px 0px rgba(0, 0, 0, 0.3), -3px 3px 2px 0px rgba(255, 255, 255, 0.5), 3px -3px 2px 0px rgba(0, 0, 0, 0.5);
}
.borderGrad::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 20px 0 75px;
  border: 20px solid transparent;
  background-image: linear-gradient(45deg, rgba(149,101,71,1) 0%, rgba(117,74,46,1) 20%, rgba(92,47,29,1) 55%, rgba(110,58,39,1) 65%, rgba(149,101,71,1) 90%, rgba(166,114,81,1) 100%);
  box-shadow: -2px 2px 6px 0px rgba(0, 0, 0, 0.35);
  background-origin: border-box;
  background-clip: border-box;
  z-index: -20;
  border: 2px solid #ffffff80;
  border-left: 2px solid #28201c;
  border-bottom: 2px solid #28201c;
  border-style: groove;
}
@media only screen and (max-width:768px){
  .borderGrad::before{
    width: calc(100% - 6vw);
    height: calc(100% - 6vw);
  }
}

/* boxFV */
.boxFV{
  position: relative;
  width: 100vw;
  height: 68.0208vw;
}
.boxFV .boxTit{
  width: 100%;
  height: 100%;
  background: url(../img/topBack.webp)top/contain no-repeat;
}
/* .boxFV .boxTit.lazyloaded{
  background: url(../img/topBack.webp)top/contain no-repeat;

} */
.boxFV .Tit{
  writing-mode: vertical-rl;
  margin: 0 auto;
  position: relative;
  z-index: 99999;
  font-size: 100px;
  font-size: 5.208vw;
  color: #ffffff;
  letter-spacing: 4px;
  line-height: 2.12;
  padding-top: 2.67%;
}
.boxFV .Tit .line2{
  padding-top: 18.5%;
  white-space: nowrap;
}
.boxFV .Tit .line3{
  padding-top: 9%;
  white-space: nowrap;
}
.boxFV .Tit .line4{
  padding-top: 31%;
  white-space: nowrap;
}
.boxFV .Tit .size150{
  font-size: 150px;
  font-size: 7.8125vw;
}
.boxFV .Tit .pointer{
  position: relative;
  display: inline-block;
}
.boxFV .Tit .pointer::before{
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #fff;
  transform: translate(0,-50%);
  top: 50%;
  /* right: -30px; */
  right: 10px;
}
.boxFV .Tit .size75{
 font-size: 75px;
 font-size: 3.90625vw;
}
.boxFV .Tit .rotateR{
  display: inline-block;
  transform: translatex(7px) rotate(15deg);
  padding-top: 10px;
}
.boxFV .Tit .size125{
  font-size: 125px;
  font-size: 6.5104vw;
}
.boxFV .Tit .doubleLine{
  position: relative;
}
.boxFV .Tit .doubleLine::after,
.boxFV .Tit .doubleLine::before{
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
}
.boxFV .Tit .doubleLine::before{
  right: -15px;
}
.boxFV .Tit .doubleLine::after{
  right: -25px;
}
.boxFV .boximgEnz{
  position: absolute;
  transform: translate(-50%,0);
  top: 0;
  left: 50%;
  width: 72.24%;
  height: auto;
  z-index: 0;
}
@media only screen and (max-width:1400px){
  .boxFV{
    width: 100%;
    height: 73.0208vw;
  }
  .boxFV .boxTit{
    background: url(../img/topBack.webp)top/cover no-repeat;
  }
}
@media only screen and (max-width:1200px){
  .boxFV .boxTit{
    width: 100%;
    height: 100%;
  }
  .boxFV .Tit{
    font-size: 6.14vw;
    letter-spacing: 2.5px;
    line-height: 1.77;
    padding-top: 1.396%;
  }
  .boxFV .Tit .line2{
    padding-top: 13.96%;
  }
  .boxFV .Tit .line3{
    padding-top: 8.05%;
  }
  .boxFV .Tit .line4{
    padding-top: 23.96%;
  }
  .boxFV .Tit .size150{
    font-size: 9.904vw;
    line-height: 1.3;
  }
  .boxFV .Tit .pointer{
    position: relative;
  }
  .boxFV .Tit .pointer::before{
    width: 8.5px;
    height: 8.5px;
    right: 10px;
  }
  .boxFV .Tit .size75{
   font-size: 4.4vw;
  }
  .boxFV .Tit .rotateR{
    display: inline-block;
    transform: translatex(-5px) rotate(15deg);
    padding-top: 2px;
  }
  .boxFV .Tit .size125{
    font-size: 8.523vw;
  }
  .boxFV .Tit .doubleLine{
    position: relative;
  }
  .boxFV .Tit .doubleLine::after,
  .boxFV .Tit .doubleLine::before{
    width: 2px;
  }
  .boxFV .Tit .doubleLine::before{
    right: -10px;
  }
  .boxFV .Tit .doubleLine::after{
    right: -15px;
  }
}
@media only screen and (max-width:1000px){
  .boxFV{
    width: 100%;
    height: 101.0208vw;
  }
  .boxFV .Tit{
    font-size: 8.14vw;
    letter-spacing: 2.5px;
    line-height: 1.77;
    padding-top: 1.396%;
  }
  .boxFV .Tit .line2{
    padding-top: 13.96%;
  }
  .boxFV .Tit .line3{
    padding-top: 8.05%;
  }
  .boxFV .Tit .line4{
    padding-top: 23.96%;
  }
  .boxFV .Tit .size150{
    font-size: 13.904vw;
    line-height: 1.3;
  }
  .boxFV .Tit .pointer{
    position: relative;
  }
  .boxFV .Tit .pointer::before{
    width: 8.5px;
    height: 8.5px;
    right: -15px;
  }
  .boxFV .Tit .size75{
   font-size: 6.4vw;
  }
  .boxFV .Tit .rotateR{
    display: inline-block;
    transform: translatex(-5px) rotate(15deg);
    padding-top: 2px;
  }
  .boxFV .Tit .size125{
    font-size: 11.523vw;
  }
  .boxFV .Tit .doubleLine{
    position: relative;
  }
  .boxFV .Tit .doubleLine::after,
  .boxFV .Tit .doubleLine::before{
    width: 2px;
  }
  .boxFV .Tit .doubleLine::before{
    right: -10px;
  }
  .boxFV .Tit .doubleLine::after{
    right: -15px;
  }
}
@media only screen and (max-width:768px){
  .boxFV{
    position: relative;
    width: 100vw;
    height: 68.0208vw;
    margin-bottom: 39.6px;
  }
  .boxFV .boxTit{
    width: 100%;
    height: 100%;
  }
  .boxFV .Tit{
    font-size: 7.14vw;
    letter-spacing: 2.5px;
    line-height: 1.77;
    padding-top: 1.396%;
  }
  .boxFV .Tit .line2{
    padding-top: 13.96%;
  }
  .boxFV .Tit .line3{
    padding-top: 8.05%;
  }
  .boxFV .Tit .line4{
    padding-top: 23.96%;
  }
  .boxFV .Tit .size150{
    font-size: 11.904vw;
    line-height: 1.3;
  }
  .boxFV .Tit .pointer{
    position: relative;
  }
  .boxFV .Tit .pointer::before{
    width: 8.5px;
    height: 8.5px;
    right: 0;
  }
  .boxFV .Tit .size75{
   font-size: 6.4vw;
  }
  .boxFV .Tit .rotateR{
    display: inline-block;
    transform: translatex(-5px) rotate(15deg);
    padding-top: 2px;
  }
  .boxFV .Tit .size125{
    font-size: 9.523vw;
  }
  .boxFV .Tit .doubleLine{
    position: relative;
  }
  .boxFV .Tit .doubleLine::after,
  .boxFV .Tit .doubleLine::before{
    width: 2px;
  }
  .boxFV .Tit .doubleLine::before{
    right: -10px;
  }
  .boxFV .Tit .doubleLine::after{
    right: -15px;
  }
  .boxFV .boximgEnz{
    width: 85.396%;
    min-width: 320px;
  }
}
@media only screen and (max-width:375px){
  .boxFV .Tit{
    font-size: 26px;
    letter-spacing: 2.5px;
    line-height: 1.77;
    padding-top: 1.396%;
  }
  .boxFV .Tit .size150{
    font-size: 46px;
    line-height: 1.3;
  }
  .boxFV .Tit .size75{
    font-size: 22px;
   }
   .boxFV .Tit .size125{
     font-size: 33px;
   }
}

/* .subBoxFV */
.subBoxFV{
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 10;
  border-radius: 20px;
  box-shadow: 0px 4px 7px 0px rgba(55, 55, 55, 0.35);
}
.subBoxFV::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8396;
  transform: translate(-50%,-50%);
  /* background: url(../img/backSubcopy.webp) center/cover no-repeat; */
  background: url(../img/backSubcopy.webp) center/cover no-repeat;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  z-index: -5;
}
.subBoxFV::after{
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  transform: translate(-50%,-50%);
  /* background: url(../img/lineSubcopy.webp) center/cover no-repeat; */
  background: url(../img/lineSubcopy.webp) center/cover no-repeat;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  z-index: -6;
}
.subBoxFV .boxsubCopy{
  padding: 85px 0 80px;
}
.subBoxFV .upSubCopy{
  font-size: 62px;
  letter-spacing: .5px;
  line-height: 1.44;
  color: #ffffff;
}
.subBoxFV .upSubCopy .size78{
  font-size: 78px;
  display: inline-block;
}
.subBoxFV .upSubCopy .size86{
  font-size: 86px;
  display: inline-block;
}
.subBoxFV .upSubCopy .size76{
  font-size: 76px;
  display: inline-block;
}
.subBoxFV .subcopy01{
  margin-bottom: 55px;
}
.subBoxFV .underSubCopy{
  display: flex;
  margin: 60px auto 55px;
  justify-content: space-evenly;
  position: relative;
}
.subBoxFV .underSubCopy::before{
  content: "など";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 50px;
  letter-spacing: 0;
}
.subBoxFV .boxPolyphenol{
  width: 375px;
  height: 375px;
  position: relative;
}
.subBoxFV .boxPolyphenol.lazyloaded{
  background: url(../img/polyphenol.webp) center/contain no-repeat;
}
.subBoxFV .polyphenol{
  font-size: 58px;
  color: #41295f;
  white-space: nowrap;
  letter-spacing: -9.5px;
}
.subBoxFV .boxFlavonoids{
  width: 375px;
  height: 375px;
  position: relative;
}
.subBoxFV .boxFlavonoids.lazyloaded{
  background: url(../img/flavonoids.webp) center/contain no-repeat;
}
.subBoxFV .flavonoids{
  font-size: 60px;
  color: #592748;
  white-space: nowrap;
  letter-spacing: -8px;
}
.subBoxFV .bgCopy{
  font-size: 140px;
  color: #ffffff;
  line-height: 1;
}
@media only screen and (max-width:1400px){
  .subBoxFV{
    width: 100%;
  }
  .subBoxFV::after{
    width: 100%;
  }
}
@media only screen and (max-width:768px){
  .subBoxFV{
    width: 98.5%;
    border-radius: 15px;
  }
  .subBoxFV::before{
    border-radius: 15px;
  }
  .subBoxFV::after{
    /* background: url(../img/lineSubcopy.webp) center/contain no-repeat; */
    background: url(../img/lineSubcopy.webp) center/contain no-repeat;
    border-radius: 15px;
  }
  .subBoxFV .boxsubCopy{
    padding: 30px 0 40px;
  }
  .subBoxFV .upSubCopy{
    /* font-size: 30px; */
    font-size: 5.5428vw;
    line-height: 1.396;
  }
  .subBoxFV .upSubCopy .size78{
    /* font-size: 38px; */
    font-size: 7.5476vw;
    display: inline-block;
  }
  .subBoxFV .upSubCopy .size86{
    /* font-size: 45px; */
    font-size: 9.1142vw;
    display: inline-block;
  }
  .subBoxFV .upSubCopy .size76{
    /* font-size: 40px; */
    font-size: 8.0238vw;
    display: inline-block;
  }
  .subBoxFV .subcopy01{
    margin-bottom: 25px;
  }
  .subBoxFV .underSubCopy{
    display: flex;
    margin: 35px auto 25px;
    justify-content: space-evenly;
    position: relative;
  }
  .subBoxFV .underSubCopy::before{
    /* font-size: 20px; */
    font-size: 4.7619vw;
    right: 3px;
  }
  .subBoxFV .boxPolyphenol{
    width: 41.4vw;
    height: 41.4vw;
  }
  .subBoxFV .boxPolyphenol.lazyloaded{
    background: url(../img/polyphenol.webp) center/cover no-repeat;
  }
  .subBoxFV .polyphenol{
    /* font-size: 28px; */
    font-size: 6.6666vw;
    letter-spacing: -8.5px;
  }
  .subBoxFV .boxFlavonoids{
    width: 41.4vw;
    height: 41.4vw;
  }
  .subBoxFV .boxFlavonoids.lazyloaded{
    background: url(../img/flavonoids.webp) center/cover no-repeat;
  }
  .subBoxFV .flavonoids{
    /* font-size: 30px; */
    font-size: 7.1428vw;
    letter-spacing: -7px;
  }
  .subBoxFV .bgCopy{
    /* font-size: 50px; */
    font-size: 11.9047vw;
    white-space: nowrap;
  }
  .subBoxFV .bgCopy .spaceMin{
    letter-spacing: -15px;
  }
}

/* boxBottomCopy */
.boxBottomCopy{
  margin: 250px auto 550px;
  width: 100%;
  position: relative;
}
.boxBottomCopy::before{
  content: "";
  position: absolute;
  display: block;
  /* background: url(../img/backBottomCopy.webp) center/cover no-repeat; */
  background: url(../img/backBottomCopy.webp) center/cover no-repeat;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1161px;
  z-index: -2;
}
.boxBottomCopy .cauBottomcopy{
  font-size: 24px;
  color: #323232;
  position: absolute;
  transform: translate(0,50%);
  bottom: -150%;
  left: 20px;
  font-family: "游ゴシック", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
.boxBottomCopy .bottomCopy{
  font-size: 75px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  transform: translateY(50px);
  line-height: 1.5;
}
.boxBottomCopy .bottomCopy .size88{
  font-size: 88px;
}
.boxBottomCopy .bottomCopy .size90{
  font-size: 90px;
}
@media only screen and (max-width:768px){
  .boxBottomCopy{
    margin: 80px auto 100px;
  }
  .boxBottomCopy::before{
    height: 100vw;
  }
  .boxBottomCopy .cauBottomcopy{
    /* font-size: 12px; */
    font-size: 2.857vw;
    bottom: -135%;
    left: 10px;
  }
  .boxBottomCopy .bottomCopy{
    /* font-size: 26px; */
    font-size: 6.1904vw;
    letter-spacing: 1px;
    transform: translateY(20px);
  }
  .boxBottomCopy .bottomCopy .size88{
    /* font-size: 32px; */
    font-size: 7.619vw;
  }
  .boxBottomCopy .bottomCopy .size90{
    /* font-size: 34px; */
    font-size: 8.0952vw;
  }
}

/* boxLink */
.boxLink{
  width: 1400px;
  height: 100%;
  padding: 100px 0 60px;
  margin: 100px auto 95px;
  flex-direction: column;
}
.boxLink .placeImgLink{
  width: 342px;
  height: 400px;
  position: relative;
}
.boxLink .boxSp_Name .text_Cup{
  display: none;
}
.boxLink .placeImgLink .text_Cup{
  display: block;
  position: absolute;
  transform: translate(-50%,0);
  bottom: -13.5%;
  left: 50%;
  width: 100%;
  height: fit-content;
  padding: 10px;
  border-radius: 10px;
  border-bottom: 1px solid #333333;
  border-top: 1px solid #333333;
}
.boxLink .placeImgLink .link_Product{
  display: block;
  position: absolute;
  transform: translate(-50%,0);
  bottom: -26.5%;
  left: 50%;
  width: 100%;
  height: fit-content;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #333333;
}
.boxLink .placeImgLink .text_Cup,
.boxLink .placeImgLink .link_Product p{
  text-align: center;
  font-size: 20px;
  color: #333333;
}
.boxLink .placeImgLink .link_Product:hover{
  transition: .2s;
  background: linear-gradient(135deg, rgba(122,81,64,1) 20%, rgba(221,207,203,1) 50%, rgba(122,81,64,1) 80%);
  overflow: hidden;
  z-index: 2;
  box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.4);
  border: none;
}
.boxLink .placeImgLink .link_Product:hover p{
  color: #e9e9e9;
  transition: .3s;
}
.boxLink .placeImgLink .link_Product.Tyaten{
  border: none;
}
.boxLink .boxImgLink{
  position: absolute;
  top: -50%;
  left: 0;
}
.boxLink .upBoxLink{
  display: flex;
  align-items: center;
  gap: 0 45px;
}
.boxLink .txt_upBoxLink{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.boxLink .name_upBoxLink{
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
.boxLink .titBoxLink{
  font-size: 100px;
  letter-spacing: 1px;
  position: relative;
}
.boxLink .titBoxLink::before{
  content: "ざくろだれもん";
  display: block;
  position: absolute;
  font-size: 40px;
  letter-spacing: 30px;
  transform: translate(-50%,0);
  left: 53.5%;
  top: -52%;
  white-space: nowrap;
}
.boxLink .count_upBoxLink{
  display: flex;
  align-items: flex-end;
}
.boxLink .boxMany_boxLink{
  width: 65px;
  height: 65px;
  border: 2px solid #464646;
  border-radius: 100%;
  text-align: center;
  margin: 0 15px 0 19px;
}
.boxLink .many_boxLink{
  font-size: 24px;
  letter-spacing: 2px;
}
.boxLink .ml_boxLink{
  font-size: 85px;
  line-height: 1;
}
.boxLink .ml_boxLink .size30{
  font-size: 30px;
}
.boxLink .tujo_upBoxLink{
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 42px;
  letter-spacing: 1.2px;
}
.boxLink .tujo_upBoxLink .size18{
  font-size: 18px;
}
.boxLink .teiki_upBoxLink{
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}
.boxLink .ifTeiki{
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.7px;
}
.boxLink .ifTeiki .size100{
  font-size: 100px;
  font-weight: 600;
  text-decoration: none;
}
.boxLink .ifTeiki .size100.byScroll{
  text-decoration: line-through;
}
.boxLink .ifTeiki .size60{
  font-size: 60px;
}
.boxLink .ifTeiki .size24{
  font-size: 24px;
}
.boxLink .Benefits_teiki{
  font-size: 36px;
  line-height: 1.15;
  padding-bottom: 6px;
}
.boxLink .toQuestionnaire{
  width: fit-content;
  height: 130px;
  position: relative;
  transform: translateX(-30px);
}
.boxLink .toQuestionnaire::before,
.boxLink .toQuestionnaire::after{
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%,0);
  left: 50%;
}
.boxLink .toQuestionnaire::before{
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #323232;
  top: 10px;
}
.boxLink .toQuestionnaire::after{
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #323232;
  bottom: 0;
}
.boxLink .txt_toQuestionnaire{
  font-size: 32px;
  position: relative;
}
.boxLink .txt_toQuestionnaire::before,
.boxLink .txt_toQuestionnaire::after{
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 120%;
  top: 0;
  background-color: #323232;
}
.boxLink .txt_toQuestionnaire::before{
  left: -15px;
  transform: rotate(-30deg);
}
.boxLink .txt_toQuestionnaire::after{
  right: -15px;
  transform: rotate(30deg);
}
.boxLink .camp_midBoxLink{
  text-align: right;
  font-size: 36px;
  letter-spacing: 3.2px;
  margin-bottom: 30px;
  padding-left: 100px;
}
.boxLink .camp_midBoxLink .size120{
  font-size: 120px;
}
.boxLink .camp_midBoxLink .size90{
  font-size: 90px;
}
.boxLink .camp_midBoxLink .size30{
  font-size: 30px;
  font-weight: 400;
}
.boxLink .camp_midBoxLink .size42{
  display: inline-block;
  margin-top: 15px;
  font-size: 42px;
}
.boxLink .btmLink{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 1200px;
  margin-bottom: 43px;
}
.boxLink .link_Tujo,
.boxLink .link_Teiki{
  text-align: center;
  display: block;
}
.boxLink .link_Tujo{
  width: 450px;
  background-color: #f7e868;
  padding: 7px 0;
  margin-bottom: 15px;
  position: relative;
}
.boxLink .link_Tujo:hover{
  opacity: .85;
  transform: translateY(1.6%);
}
.boxLink .link_Tujo::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  right: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid #555555;
  border-right: 0;
}
.boxLink .txt_link_Tujo{
  font-size: 26px;
  color: #5b5754;
}
.boxLink .link_Teiki{
  width: 100%;
  padding: 35px;
  cursor: pointer;
}
.boxLink .link_Teiki:hover{
  transform: translateY(1.6%);
}
.boxLink .txt_link_Teiki{
  color: #e9e9e9;
  font-size: 54px;
  position: relative;
  width: 100%;
}
.boxLink .txt_link_Teiki::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid #ffffff;
  border-right: 0;
}
.boxLink .boxCauLink{
  width: 1200px;
  padding-left: 20px;
}
.boxLink .cauLink{
  font-size: 28px;
  font-family: "游ゴシック",sans-serif;
  letter-spacing: 1px;
  line-height: 1.77;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width:1400px){
  .boxLink{
    width: 100%;
  }
}
@media only screen and (max-width:768px){
  .boxLink{
    width: 98.5%;
    height: 100%;
    padding: 40px 0 45px;
    margin: 44.6vw auto 40px;
    flex-direction: column;
  }
  .boxLink .placeImgLink{
    width: 29.3vw;
    height: 51.4vw;
    position: relative;
  }
  .boxLink .boxImgLink{
    position: absolute;
    top: 0;
    left: 0;
  }
  .boxLink .upBoxLink{
    flex-direction: column;
    align-items: center;
    gap: 0 0;
  }
  .boxLink .txt_upBoxLink{
    margin-bottom: 5.9523vw;
  }
  .boxLink .boxSp_Name{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4.7619vw;
    position: relative;
  }
  .boxLink .boxSp_Name .text_Cup{
    display: block;
    position: absolute;
    bottom: 12%;
    right: 0;
    width: calc(100% - 30vw);
    height: fit-content;
    padding: 1vw 0;
    border-radius: 10px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
  }
  .boxLink .boxSp_Name .link_Product{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 30vw);
    height: fit-content;
    padding: .72vw 0;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(122,81,64,1) 20%, rgba(221,207,203,1) 50%, rgba(122,81,64,1) 80%);
    overflow: hidden;
    z-index: 2;
    box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.4);
    border: none;
  }
  .boxLink .boxSp_Name .text_Cup,
  .boxLink .boxSp_Name .link_Product p{
    text-align: center;
    font-size: 3.44vw;
    color: #333333;
  }
  .boxLink .boxSp_Name .link_Product p{
    color: #e9e9e9;
  }
  .boxLink .name_upBoxLink{
    /* margin-bottom: 6.7619vw; */
    margin-bottom: 0;
    flex-direction: column;
  }
  .boxLink .titBoxLink{
    /* font-size: 13.7142vw; */
    font-size: 10.7152vw;
    letter-spacing: 1px;
    margin-bottom: 1vw;
    position: relative;
  }
  .boxLink .titBoxLink::before{
    font-size: 5vw;
    letter-spacing: 1vw;
    left: 50%;
    top: -55%;
  }
  .boxLink .count_upBoxLink{
    display: flex;
    /* flex-direction: column;
    align-items: flex-start; */
  }
  .boxLink .boxMany_boxLink{
    width: 13.5238vw;
    height: 13.5238vw;
    width: 11.5238vw;
    height: 11.5238vw;
    border: 2px solid #464646;
    border-radius: 100%;
    text-align: center;
    margin: 0 10px 0 0;
  }
  .boxLink .many_boxLink{
    /* font-size: 5.8095vw; */
    font-size: 4.8095vw;
    letter-spacing: 2px;
  }
  .boxLink .ml_boxLink{
    /* font-size: 11.1428vw; */
    font-size: 9.1428vw;
    line-height: 1;
  }
  .boxLink .ml_boxLink .size30{
    font-size: 4.7169vw;
  }
  .boxLink .tujo_upBoxLink{
    font-size: 5.2857vw;
    margin-bottom: 4.7619vw;
    line-height: 1.2;
    text-align: left;
    width: 100%;
    position: relative;
    letter-spacing: .15vw;
    /* padding-left: 7.1428vw; */
    padding-left: 14.1428vw;
  }
  .boxLink .tujo_upBoxLink::before,
  .boxLink .tujo_upBoxLink::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    /* left: 0; */
    left: 10%;
  }
  .boxLink .tujo_upBoxLink::before{
    animation: slidedown1 2s infinite;
  }
  @keyframes slidedown1{
    from{
      transform: translate(10px,-15px);
      opacity: 0;
    }
    10%{
      opacity: 1;
    }
    to{
      transform: translate(10px,20px);
    }
  }
  .boxLink .tujo_upBoxLink::after{
    animation: slidedown2 2s infinite;
  }
  @keyframes slidedown2{
    from{
      transform: translate(10px,-15px) rotate(315deg);
      opacity: 0;
    }
    10%{
      opacity: 1;
    }
    to{
      transform: translate(10px,20px) rotate(315deg);
    }
  }
  .boxLink .tujo_upBoxLink::before{
    width: 1.1904vw;
    height: 7.1428vw;
    background-color: #323232;
  }
  .boxLink .tujo_upBoxLink::after{
    /* left: -1.3vw; */
    left: 8.4%;
    top: 6.7vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 2.1428vw solid transparent;
    border-left: 2.1428vw solid transparent;
    border-bottom: 2.1428vw solid #323232;
    border-top: 0;
    transform: rotate(315deg);
  }
  .boxLink .tujo_upBoxLink .size18{
    font-size: 14px;
  }
  .boxLink .teiki_upBoxLink{
    align-items: flex-start;
    margin-bottom: 2.3809vw;
    flex-direction: column;
  }
  .boxLink .ifTeiki{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1.7px;
  }
  .boxLink .textLeft{
    text-align: left;
    font-size: 5.6666vw;
    font-weight: 600;
  }
  .boxLink .ifTeiki .size100{
    font-size: 12.2857vw;
    font-weight: 600;
  }
  .boxLink .ifTeiki .size60{
    font-size: 6.619vw;
  }
  .boxLink .ifTeiki .size24{
    font-size: 4.2857vw;
  }
  .boxLink .Benefits_teiki{
    font-size: 5.6666vw;
    line-height: 1.15;
    padding-bottom: 6px;
  }
  .boxLink .and_txt{
    display: inline-block;
  }
  .boxLink .toQuestionnaire{
    height: 15.238vw;
    transform: translateX(0);
  }
  .boxLink .toQuestionnaire::before,
  .boxLink .toQuestionnaire::after{
    content: "";
    display: block;
    position: absolute;
    transform: translate(-50%,0);
    left: 50%;
  }
  .boxLink .toQuestionnaire::before{
    width: 2.3809vw;
    height: 2.3809vw;
    border-radius: 100%;
    background-color: #323232;
    top: 5px;
  }
  .boxLink .toQuestionnaire::after{
    width: 3.5714vw;
    height: 3.5714vw;
    border-radius: 100%;
    background-color: #323232;
    bottom: -2vw;
  }
  .boxLink .txt_toQuestionnaire{
    font-size: 4.2619vw;
    position: relative;
  }
  .boxLink .txt_toQuestionnaire::before,
  .boxLink .txt_toQuestionnaire::after{
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 120%;
    top: 0;
    background-color: #323232;
  }
  .boxLink .txt_toQuestionnaire::before{
    left: -15px;
    transform: rotate(-30deg);
  }
  .boxLink .txt_toQuestionnaire::after{
    right: -15px;
    transform: rotate(30deg);
  }
  .boxLink .camp_midBoxLink{
    text-align: center;
    font-size: 5.85vw;
    letter-spacing: 2.5px;
    margin-bottom: 3.5714vw;
    padding-left: 0;
    line-height: 1.2;
  }
  .boxLink .camp_midBoxLink .size120{
    font-size: 17.9047vw;
    display: inline-block;
    height: 100%;
  }
  .boxLink .camp_midBoxLink .size90{
    font-size: 9.5238vw;
  }
  .boxLink .camp_midBoxLink .size30{
    font-size: 4.7619vw;
    font-weight: 400;
    float: inline-end;
  }
  .boxLink .camp_midBoxLink .size42{
    display: inline-block;
    margin-top: 1.6666vw;
    font-size: 5vw;
    letter-spacing: 0;
  }
  .boxLink .camp_midBoxLink .Unsp{
    position: relative;
  }
  .boxLink .camp_midBoxLink .Unsp::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2vw;
    background-color: #f87ba1;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -2vw;
    z-index: -1;
  }
  .boxLink .btmLink{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 85%;
    margin-bottom: 4.7169vw;
  }
  .boxLink .link_Tujo,
  .boxLink .link_Teiki{
    text-align: center;
    display: block;
  }
  .boxLink .link_Tujo{
    width: 60%;
    background-color: #f7e868;
    padding: 7px 0;
    margin-bottom: 2.3809vw;
    position: relative;
  }
  .boxLink .link_Tujo::before{
    content: "";
    display: block;
    position: absolute;
    transform: translate(0,-50%);
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.7142vw solid transparent;
    border-bottom: 0.7142vw solid transparent;
    border-left: 1.4285vw solid #555555;
    border-right: 0;
  }
  .boxLink .txt_link_Tujo{
    font-size: 3.8095vw;
    color: #5b5754;
  }
  .boxLink .link_Teiki{
    width: 100%;
    padding: 20px 0;
  }
  .boxLink .txt_link_Teiki{
    color: #e9e9e9;
    font-size: 5.6666vw;
    line-height: 1.3;
  }
  .boxLink .txt_link_Teiki::before{
    content: "";
    display: block;
    position: absolute;
    transform: translate(0,-50%);
    top: 50%;
    right: 1vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
    border-left: 3.5vw solid #ffffff;
    border-right: 0;
  }
  .boxLink .boxCauLink{
    width: 85%;
    padding: 0 10px;
  }
  .boxLink .cauLink{
    /* font-size: 2.8571vw; */
    font-size: 12px;
    font-family: "游ゴシック",sans-serif;
    letter-spacing: 1px;
    line-height: 1.77;
    font-weight: 400;
    text-align: left;
  }  
}

/* boxPrize */
.boxPrize{
  margin-bottom: 86px;
}
.boxPrize .listPrizeImg{
  width: 1400px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px 0;
  margin: 0 auto;
}
.boxPrize .boxLinePrize{
  position: absolute;
  width: 100%;
  max-width: 1400px;
  height: auto;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.boxPrize .boxPrizeImg{
  width: calc((100% - 40px) / 3);
}
.boxPrize .boxTxt_prize{
  width: 1400px;
  padding: 46px 0 54px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.boxPrize .txt_prize{
  font-size: 58px;
  color: #fff;
  line-height: 1.396;
}
@media only screen and (max-width:1400px){
  .boxPrize .listPrizeImg{
    width: 100%;
  }
  .boxPrize .boxTxt_prize{
    width: 100%;
  }
}
@media only screen and (max-width:768px){
  .boxPrize{
    margin-bottom: 8vw;
  }
  .boxPrize .listPrizeImg{
    width: 98.5%;
    display: flex;
    justify-content: space-evenly;
    gap: 10px 0;
    margin: 0 auto;
  }
  .boxPrize .boxPrizeImg{
    width: calc((100% - 40px) / 3);
  }
  .boxPrize .boxTxt_prize{
    width: 92%;
    padding: 25px 0 28px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
  .boxPrize .txt_prize{
    font-size: 5.7142vw;
    line-height: 1.396;
  }
}

/* boxDoctor */
.boxDoctor{
  width: 100%;
  max-width: 1400px;
  height: 933px;
  margin: 0 auto 86px;
  position: relative;
  padding: 20px;
}
.boxDoctor.borderGrad::before{
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.boxDoctor .boxImgDoctors{
  width: calc(100% - 35px);
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  border-radius: 0 20px 0 75px;
  overflow: hidden;
}
@media only screen and (max-width:768px){
  .boxDoctor{
    width: 100vw;
    height: 66.7vw;
    margin: 0 auto 8vw;
    padding: 4vw;
  }
  .boxDoctor.borderGrad::before{
    width: calc(100% - 4vw);
    height: calc(100% - 4vw);
  }
  .boxDoctor .boxImgDoctors{
    width: calc(100% - 7vw);
  }
}

/* boxManager */
.boxManager{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 260px;
  position: relative;
}
.boxManager::before{
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 805px;
  transform: translate(-50%,-5%);
  top: 50%;
  left: 50%;
  background: url(../img/liner01.webp) center/cover no-repeat;
  z-index: -5;
}
.boxManager .boxTxt_n_Pic{
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.boxManager .txt_Manager{
  font-size: 30px;
  width: 50%;
  padding: 56px 58px;
  line-height: 1.833;
}
.boxManager .boxImgManager{
  padding: 30px 30px 30px 0;
  border-radius: 0 20px 0 0;
}
.boxManager .boxTel_manager{
  display: block;
  width: 62.5%;
  padding: 42px 0 39px;
  border-radius: 0 20px 0 75px;
}
.boxManager .tel_manager{
  font-size: 46px;
  color: #e9e9e9;
  letter-spacing: 2px;
  text-align: center;
}
@media only screen and (max-width:1400px){
  .boxManager::before{
    width: 100%;
  }
}
@media only screen and (max-width:768px){
  .boxManager{
    width: 98.5%;
    max-width: none;
    margin: 0 auto 19.0476vw;
  }
  .boxManager::before{
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 400px;
    transform: translate(-50%,50%);
    top: 66vw;
    left: 50%;
    background: url(../img/liner01.webp) center/contain no-repeat;
    z-index: -5;
  }
  .boxManager .boxTxt_n_Pic{
    width: 100%;
    max-width: none;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 4.7619vw;
  }
  .boxManager .txt_Manager{
    /* font-size: 4.2857vw; */
    font-size: 17px;
    width: 100%;
    padding: 15px 40px 40px;
    line-height: 1.833;
  }
  .boxManager .boxImgManager{
    padding: 30px;
    padding-bottom: 0;
    border-radius: 0 20px 0 0;
  }
  .boxManager .boxTel_manager{
    width: 100%;
    padding: 20px 0 19px;
    border-radius: 0 20px 0 75px;
  }
  .boxManager .tel_manager{
    font-size: 4.5238vw;
  }
}
@media only screen and (max-width:410px){
  .boxManager .txt_Manager{
    font-size: 4.2857vw;
  }
}



/* Typical_Articles */
/* back_Articles */
.back_Articles{
  width: 92.5%;
  margin: 0 auto 330px;
  padding: 52px 50px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.back_Articles::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%,225px);
  left: 50%;
  bottom: 0;
  background: url(../img/line_Article.webp) top/cover no-repeat;
  width: 100vw;
  height: 426px;
  z-index: 99;
}
.back_Articles .box_Articles{
  width: 100%;
  border: 3px dashed #656565;
  border-radius: 10px;
  position: relative;
  padding: 60px 0;
}
.back_Articles .box_Articles::before{
  content: "第1号";
  display: block;
  position: absolute;
  top: -30px;
  left: 10px;
  font-size: 24px;
}
.back_Articles .box_Articles::after{
  content: "2024年（令和６年）９月１日";
  display: block;
  position: absolute;
  top: -30px;
  right: 10px;
  font-size: 24px;
}
.back_Articles .titArticles{
  text-align: center;
  font-size: 72px;
  line-height: 1.44;
  margin-bottom: 60px;
}
.back_Articles .titArticles .enphasis{
  font-size: 90px;
  color: #f4e564;
  padding: 5px 12px;
  margin-right: 5px;
}
.back_Articles .titArticles .enphasis.lazyloaded{
  background: url(../img/back_titArticles.webp)center/cover no-repeat;
}
#btnArticle{
  position: fixed;
  z-index: 99999;
  left: -200px;
  transition: 0.2s;
}
#btnArticle.byScroll{
  top: 50px;
  left: 5px;
  transition: 0.4s;
}
.box_Articles .btn_top_end{
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 10px 0;
}
.box_Articles .btn_to_top,
.box_Articles .btn_to_end{
  font-size: 24px;
  writing-mode: vertical-rl;
  white-space: nowrap;
  padding: 65px 10px 40px;
  border: 2px solid #000;
  border-radius: 10px 10px 0 0;
  position: relative;
  background-color: #fff;
}
.box_Articles .btn_to_end{
  padding: 40px 10px 65px;
  border-radius: 0 0 10px 10px;
}
.box_Articles .btn_to_top::before,
.box_Articles .btn_to_end::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%,0);
  left: 50%;
}
.box_Articles .btn_to_top::before{
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 13px solid #555555;
  top: 25px;
}
.box_Articles .btn_to_end::before{
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 13px solid #555555;
  bottom: 25px;
}
@media only screen and (max-width:1700px){
  .back_Articles .titArticles{
    text-align: center;
    font-size: 4.2352vw;
    line-height: 1.44;
    margin-bottom: 60px;
  }
  .back_Articles .titArticles .enphasis{
    font-size: 5.2941vw;
    color: #f4e564;
    padding: 5px 12px;
    margin-right: 5px;
  }
  .box_Articles .btn_top_end{
    position: absolute;
    top: 0;
    left: 0;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 0.5882vw 0;
  }
  .box_Articles .btn_to_top,
  .box_Articles .btn_to_end{
    font-size: 1.2941vw;
    writing-mode: vertical-rl;
    white-space: nowrap;
    padding: 55px 5px 30px;
    border: 2px solid #000;
    border-radius: 10px 10px 0 0;
    position: relative;
  }
  .box_Articles .btn_to_end{
    padding: 30px 5px 55px;
    border-radius: 0 0 10px 10px;
  }
  .box_Articles .btn_to_top::before{
    border-right: 0.2941vw solid transparent;
    border-left: 0.2941vw solid transparent;
    border-bottom: 0.5294vw solid #555555;
    top: 1.1764vw;
  }
  .box_Articles .btn_to_end::before{
    border-right: 0.2941vw solid transparent;
    border-left: 0.2941vw solid transparent;
    border-top: 0.5294vw solid #555555;
    bottom: 1.1764vw;
  }
}
@media only screen and (max-width:1400px){
  .back_Articles{
    width: 100%;
  }

  .back_Articles::before{
    width: 100%;
  }
}
@media only screen and (max-width:768px){
  .back_Articles{
    width: 92.5%;
    margin: 0 auto 17.5vw;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
  }
  .back_Articles::before{
    transform: translate(-50%,13.5135vw);
    background: url(../img/line_Article.webp) top/contain no-repeat;
    height: 22.1874vw;
    z-index: 99;
    width: 100vw;
  }
  .back_Articles .box_Articles{
    width: 100%;
    border: 3px dotted #656565;
    border-radius: 5px;
    position: relative;
    padding: 20px 0;
  }
  .back_Articles .box_Articles::before,
  .back_Articles .box_Articles::after{
    display: none;
  }
  .back_Articles .titArticles{
    text-align: center;
    font-size: 4.25vw;
    line-height: 1.44;
    margin-bottom: 4.125vw;
  }
  .back_Articles .titArticles .enphasis{
    font-size: 5.6875vw;
    color: #f4e564;
    padding: 0 6px;
    margin-right: 5px;
  }
  .box_Articles .btn_top_end{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .box_Articles .btn_to_top,
  .box_Articles .btn_to_end{
    font-size: 1.2941vw;
    writing-mode: vertical-rl;
    white-space: nowrap;
    padding: 55px 5px 30px;
    border: 2px solid #000;
    border-radius: 10px 10px 0 0;
    position: relative;
  }
  .box_Articles .btn_to_end{
    padding: 30px 5px 55px;
    border-radius: 0 0 10px 10px;
  }
  .box_Articles .btn_to_top::before{
    border-right: 0.2941vw solid transparent;
    border-left: 0.2941vw solid transparent;
    border-bottom: 0.5294vw solid #555555;
    top: 1.1764vw;
  }
  .box_Articles .btn_to_end::before{
    border-right: 0.2941vw solid transparent;
    border-left: 0.2941vw solid transparent;
    border-top: 0.5294vw solid #555555;
    bottom: 1.1764vw;
  }
}

/* boxNinyou */
.boxNinyou{
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.boxNinyou .img_boxNinyou{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 45px;
}
.boxNinyou .boxImgBornRate{
  width: 1200px;
}
.boxNinyou .box_titNinyou{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 55%;
  left: 50%;
}
.boxNinyou .titNinyou{
  font-size: 70px;
  letter-spacing: 0;
  white-space: nowrap;
}
.boxNinyou .titNinyou::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  box-shadow: 0px 0px 40px 15px rgba(255, 245, 245,1);
  z-index: -1;
}
.boxNinyou .titNinyou .fraction{
  font-size: 35px;
  vertical-align: text-top;
}
.boxNinyou .titNinyou .minLS{
  letter-spacing: -35px;
}
.boxNinyou .box_txtNinyou{
  width: 1200px;
  padding: 0 30px;
}
.boxNinyou .txtNinyou{
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1.9;
  margin-bottom: 22px;
}
.boxNinyou .txtNinyou .fraction{
  font-size: 14px;
  vertical-align: text-top;
}
.boxNinyou .cauNinyou{
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width:1700px){
  .boxNinyou{
    width: 90%;
  }
  .boxNinyou .boxImgBornRate{
    width: 62.5vw;
  }
  .boxNinyou .titNinyou{
    font-size: 4.1176vw;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .boxNinyou .box_txtNinyou{
    width: 1000px;
  }
  .boxNinyou .txtNinyou{
    font-size: 1.5294vw;
    letter-spacing: 1px;
    line-height: 1.9;
    margin-bottom: 22px;
  }
  .boxNinyou .txtNinyou .fraction{
    font-size: 0.7647vw;
    vertical-align: text-top;
  }
  .boxNinyou .cauNinyou{
    font-size: 1.0588vw;
    line-height: 1.5;
    font-weight: 400;
  }
}
@media only screen and (max-width:768px){
  .boxNinyou{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .boxNinyou .img_boxNinyou{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 4.7619vw;
  }
  .boxNinyou .boxImgBornRate{
    width: 100%;
  }
  .boxNinyou .box_titNinyou{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 55%;
    left: 50%;
  }
  .boxNinyou .titNinyou{
    font-size: 3.8761vw;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .boxNinyou .titNinyou::before{
    content: "";
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0;
    box-shadow: 0px 0px 40px 15px rgba(255, 245, 245,1);
    z-index: -1;
  }
  .boxNinyou .titNinyou .fraction{
    font-size: 1.8229vw;
    vertical-align: text-top;
  }
  .boxNinyou .titNinyou .minLS{
    letter-spacing: -10px;
  }
  .boxNinyou .box_txtNinyou{
    width: 100%;
    padding: 0 15px;
  }
  .boxNinyou .txtNinyou{
    font-size: 3.3333vw;
    letter-spacing: 1px;
    line-height: 1.9;
    margin-bottom: 1.1904vw;
  }
  .boxNinyou .txtNinyou .fraction{
    font-size: 2.3809vw;
    vertical-align: super;
  }
  .boxNinyou .cauNinyou{
    font-size: 2.8571vw;
    line-height: 1.5;
    font-weight: 400;
  }
}

/* boxArtifical */
.boxArtifical{
  width: 1400px;
  margin: 0 auto 28px;
}
.boxArtifical .boxImgArtifical{
  width: 100%;
  position: relative;
}
.boxArtifical .titArtifical{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 35%;
  font-size: 46px;
  color: #42403e;
  line-height: 1.391;
}
.boxArtifical .answer_Artifical{
  display: flex;
  align-items: center;
  position: relative;
}
.boxArtifical .answer_Artifical::before{
  content: "";
  display: block;
  position: absolute;
  top: 85px;
  left: -65px;
  background: url(../img/ExMimgArtifical.webp) top/contain no-repeat;
  width: 123px;
  height: 100px;
}
.boxArtifical .boxImgDc_Art{
  width: 300px;
  height: 300px;
}
.boxArtifical .txt_answer_art{
  font-size: 24px;
  line-height: 2.5;
  padding: 44px 6px 44px 14px;
  width: 900px;
  border-top: 1px solid #1fff34;
  border-bottom: 1px solid #1fff34;
  position: relative;
}
.boxArtifical .txt_answer_art::before,
.boxArtifical .txt_answer_art::after{
  content: "";
  position: absolute;
  display: block;
  background-color: #1fff34;
  width: 1px;
}
.boxArtifical .txt_answer_art::before{
  height: 100px;
  top: 0;
  left: 0;
}
.boxArtifical .txt_answer_art::after{
  height: 190px;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width:1700px){
  .boxArtifical{
    width: 90%;
    margin: 0 auto;
  }
  .boxArtifical .boxImgArtifical{
    width: 62.5vw;
    position: relative;
  }
  .boxArtifical .titArtifical{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 35%;
    font-size: 2.1764vw;
    color: #42403e;
    line-height: 1.391;
  }
}
@media only screen and (max-width:768px){
  .boxArtifical{
  }
  .boxArtifical .boxImgArtifical{
    width: 80.5vw;
  }
  .boxArtifical .titArtifical{
    font-size: 2.91vw;
  }
  .boxArtifical .answer_Artifical{
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
  }
  .boxArtifical .answer_Artifical::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    background: url(../img/ExMimgArtifical.webp) top/contain no-repeat;
    width: 19.0476vw;
    height: 20.4761vw;
  }
  .boxArtifical .boxImgDc_Art{
    width: 35.7142vw;
    height: 35.7142vw;
  }
  .boxArtifical .txt_answer_art{
    font-size: 3.3333vw;
    line-height: 2.5;
    padding: 15px 10px;
    width: 100%;
    border-left: 1px solid #1fff34;
    border-right: 1px solid #1fff34;
    border-top: none;
    border-bottom: none;
    position: relative;
  }
  .boxArtifical .txt_answer_art::before,
  .boxArtifical .txt_answer_art::after{
    content: "";
    position: absolute;
    display: block;
    background-color: #1fff34;
    height: 1px;
  }
  .boxArtifical .txt_answer_art::before{
    width: 40%;
    top: 0;
    left: 0;
  }
  .boxArtifical .txt_answer_art::after{
    width: 75%;
    right: 0;
    bottom: 0;
  }
}

/* boxEst */
.boxEst{
  width: 1200px;
  margin: 0 auto 110px;
}
.boxEst .boxImgEst{
  width: 100%;
  margin-bottom: 45px;
}
.boxEst .txt_Est{
  width: 100%;
  padding: 0 30px;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1.9;
  margin: 0 auto;
  width: 100%;
}
.boxEst .txt_Est .strong{
  font-size: 30px;
}
@media only screen and (max-width:1700px){
  .boxEst{
    width: 90%;
    margin-bottom: 75px;
  }
  .boxEst .boxImgEst{
    width: 62.5vw;
    margin: 0 auto 45px;
  }
  .boxEst .txt_Est{
    font-size: 1.5294vw;
    letter-spacing: 1px;
    line-height: 1.9;
    width: 1000px;
  }
  .boxEst .txt_Est .strong{
    font-size: 1.647vw;
  }
}
@media only screen and (max-width:768px){
  .boxEst{
    width: 90%;
    margin-bottom: 9.5238vw;
  }
  .boxEst .boxImgEst{
    width: 100%;
    margin: 0 auto 4.7619vw;
  }
  .boxEst .txt_Est{
    padding: 0 15px;
    font-size: 3.3333vw;
    letter-spacing: 1px;
    line-height: 1.9;
    width: 100%;
  }
  .boxEst .txt_Est .strong{
    font-size: 4.2857vw;
  }
}

/* boxResist */
.boxResist{
  width: 1400px;
  margin: 0 auto 90px;
}
.boxResist .titResist{
  text-align: center;
  font-size: 86px;
  line-height: 1.3;
  letter-spacing: 2px;
  margin-bottom: 72px;
}
.boxResist .titResist .size100{
  font-size: 100px;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.boxResist .titResist .size100::after{
  content: "";
  position: absolute;
  display: block;
  transform: translate(-50%,0);
  bottom: 15px;
  left: 50%;
  background-color: #f587ba;
  width: 110%;
  height: 10px;
  z-index: -1;
}
.boxResist .listResist{
  display: flex;
  flex-direction: column;
  gap: 35px 0;
}
.boxResist .content_resist{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.boxResist .content_resist:nth-child(2){
  flex-direction: row-reverse;
}
.boxResist .content_resist:first-child{
  position: relative;
  z-index: 9;
}
.boxResist .content_resist:first-child::before{
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: url(../img/woman_Resist.webp) top/contain no-repeat;
  width: 249px;
  height: 500px;
  top: -57.5%;
  left: 20px;
}
.boxResist .boxImgContent_resist,
.boxResist .boxTxtContent_resist{
  width: 50%;
}
.boxResist .boxTxtContent_resist{
  padding: 20px;
  font-size: 30px;
  line-height: 1.677;
  letter-spacing: 1px;
}
.boxResist .boxTxtContent_resist .size36{
  font-size: 36px;
}
@media only screen and (max-width:1700px){
  .boxResist{
    width: 90%;
    margin: 0 auto 3.5294vw;
  }
  .boxResist .content_resist:first-child::before{
    width: 12.647vw;
    height: 22.4117vw;
    top: -57.5%;
    left: 0;
  }
  .boxResist .titResist{
    text-align: center;
    font-size: 5.0588vw;
  }
  .boxResist .titResist .size100{
    font-size: 5.5083vw;
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .boxResist .titResist .size100::after{
    content: "";
    position: absolute;
    display: block;
    transform: translate(-50%,0);
    bottom: 15px;
    left: 50%;
    background-color: #f587ba;
    width: 110%;
    height: 10px;
    z-index: -1;
  }
  .boxResist .boxTxtContent_resist{
    padding-left: 20px;
    font-size: 1.647vw;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .boxResist .boxTxtContent_resist .size36{
    font-size: 2.0588vw;
  }
}
@media only screen and (max-width:768px){
  .boxResist{
    width: 90%;
    margin: 0 auto 10.7142vw;
  }
  .boxResist .content_resist:first-child::before{
    display: none;
  }
  .boxResist .titResist{
    text-align: center;
    font-size: 6.3033vw;
    margin-bottom: 4.7619vw;
  }
  .boxResist .titResist .size100{
    font-size: 7.5083vw;
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .boxResist .titResist .size100::after{
    content: "";
    position: absolute;
    display: block;
    transform: translate(-50%,0);
    bottom: 0.4761vw;
    left: 50%;
    background-color: #f587ba;
    width: 110%;
    height: 1.4285vw;
    z-index: -1;
  }
  .boxResist .listResist{
    gap: 0 35px;
  }
  .boxResist .content_resist{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .boxResist .content_resist:nth-child(2){
    flex-direction: column;
  }
  .boxResist .boxImgContent_resist,
  .boxResist .boxTxtContent_resist{
    width: 100%;
  }
  .boxResist .boxImgContent_resist{
    margin-bottom: 2.3809vw;
  }
  .boxResist .boxTxtContent_resist{
    padding: 10px;
    padding-top: 0;
    font-size: 3.3333vw;
    line-height: 1.677;
    letter-spacing: 1px;
  }
  .boxResist .boxTxtContent_resist .size36{
    font-size: 4.2857vw;
  }
}

/* boxIso_Equ */
.boxIso_Equ{
  width: 1400px;
  margin: 0 auto 50px;
  position: relative;
}
.boxIso_Equ::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -200px;
  width: 228px;
  height: 488px;
  background: url(../img/Woman_Iso_Equ.webp) top/contain no-repeat;
}
.boxIso_Equ .boxTit_Iso_Equ{
  margin-bottom: 110px;
}
.boxIso_Equ .tit_Iso_Equ{
  font-size: 60px;
  text-align: center;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  margin: 0 auto;
  letter-spacing: 1px;
}
.boxIso_Equ .tit_Iso_Equ .isoEquRotate{
  /* text-align: left; */
  /* width: 760px; */
  /* height: fit-content; */
  display: inline-block;
  font-size: 90px;
  /* transform: rotate(-6.5deg); */
  letter-spacing: 4px;
  width: 30%;
}
.boxIso_Equ .tit_Iso_Equ .underIso{
  display: inline-block;
  position: relative;
  z-index: 9;
}
.boxIso_Equ .tit_Iso_Equ .underIso::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%,0);
  width: 105%;
  height: 15px;
  z-index: -1;
  left: 50%;
  bottom: 0;
}
.boxIso_Equ .tit_Iso_Equ .underIso::before{
  background-color: #ff9dd6;
}
.boxIso_Equ .listIso_Equ{
  display: flex;
  flex-direction: column;
  gap: 35px 0;
  margin-bottom: 35px;
}
.boxIso_Equ .contentIso_Equ{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.boxIso_Equ .contentIso_Equ:nth-child(2){
  flex-direction: row-reverse;
}
.boxIso_Equ .boxImgIso_Equ,
.boxIso_Equ .boxTxt_Iso_Equ{
  width: 50%;
}
.boxIso_Equ .boxTxt_Iso_Equ{
  padding: 25px;
  font-size: 24px;
  line-height: 1.677;
  letter-spacing: 1px;
}
.boxIso_Equ .boxTxt_Iso_Equ .size32{
  font-size: 32px;
}
.boxIso_Equ .boxCom_Iso_Equ{
  width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.boxIso_Equ .com_Iso_Equ{
  font-size: 28px;
  line-height: 1.677;
}
@media only screen and (max-width:1800px){
  .boxIso_Equ::before{
    top: 0;
    right: -7vw;
    width: 10.2941vw;
    height: 22vw;
  }
}
@media only screen and (max-width:1700px){
  .boxIso_Equ{
    width: 90%;
  }
  .boxIso_Equ::before{
    top: 0;
    right: -5.8823vw;
    width: 10.2941vw;
    height: 22vw;
  }
  .boxIso_Equ .boxTit_Iso_Equ{
    margin-bottom: 5.8823vw;
  }
  .boxIso_Equ .tit_Iso_Equ{
    font-size: 3.2352vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: fit-content;
    margin: 0 auto;
  }
  .boxIso_Equ .tit_Iso_Equ .isoEquRotate{
    /* text-align: left; */
    width: 23.82vw;
    /* height: fit-content;
    display: inline-block; */
    font-size: 5vw;
    /* transform: rotate(-6.5deg); */
  }
  .boxIso_Equ .tit_Iso_Equ .underIso{
    display: inline-block;
    position: relative;
    z-index: 9;
  }
  .boxIso_Equ .tit_Iso_Equ .underIso::before{
    content: "";
    display: block;
    position: absolute;
    transform: translate(-50%,0);
    width: 105%;
    height: 0.5883vw;
    z-index: -1;
    left: 50%;
    bottom: 0;
  }
  .boxIso_Equ .boxTxt_Iso_Equ{
    font-size: 1.2941vw;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .boxIso_Equ .boxTxt_Iso_Equ .size32{
    font-size: 1.7647vw;
  }
  .boxIso_Equ .boxCom_Iso_Equ{
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .boxIso_Equ .com_Iso_Equ{
    font-size: 1.5vw;
  }
}
@media only screen and (max-width:768px){
  .boxIso_Equ{
    margin-bottom: 5.9523vw;
  }
  .boxIso_Equ::before{
    display: none;
  }
  .boxIso_Equ .boxTit_Iso_Equ{
    margin-bottom: 7.6666vw;
  }
  .boxIso_Equ .tit_Iso_Equ{
    font-size: 6.2vw;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }
  .boxIso_Equ .tit_Iso_Equ .isoEquRotate{
    width: 100%;
    font-size: 8vw;
    margin-bottom: 4.0476vw;
    text-align: center;
    transform: rotate(-3.5deg);
  }
  /* .boxIso_Equ .tit_Iso_Equ .underIso{
    transform: translate3d(-10.7142vw,-1.1904vw,0);
  } */
  .boxIso_Equ .listIso_Equ{
    gap: 0 35px;
    margin-bottom: 7.1428vw;
  }
  .boxIso_Equ .contentIso_Equ{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .boxIso_Equ .contentIso_Equ:nth-child(2){
    flex-direction: column;
  }
  .boxIso_Equ .boxImgIso_Equ,
  .boxIso_Equ .boxTxt_Iso_Equ{
    width: 100%;
  }
  .boxIso_Equ .boxImgIso_Equ{
    margin-bottom: 2.3809vw;
  }
  .boxIso_Equ .boxTxt_Iso_Equ{
    padding: 10px;
    padding-top: 0;
    font-size: 3.05vw;
    line-height: 1.677;
    letter-spacing: 1px;
  }
  .boxIso_Equ .boxTxt_Iso_Equ .size32{
    font-size: 4.2857vw;
  }
  .boxIso_Equ .boxCom_Iso_Equ{
    width: 100%;
    margin: 0 auto 7.5vw;
    border-top: 2px solid #ff9dd6;
    border-bottom: 3px solid #ff9dd6;
    padding: 2.3809vw 10px;
  }
  .boxIso_Equ .com_Iso_Equ{
    font-size: 4.2857vw;
  }
}

/* boxPlacenta */
.boxPlacenta{
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
.boxPlacenta .tit_Placenta{
  text-align: center;
  font-size: 60px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.boxPlacenta .tit_Placenta .RoPla{
  display: inline-block;
  font-size: 90px;
  rotate: -2.85deg;
  position: relative;
  z-index: 99;
}
.boxPlacenta .tit_Placenta .RoPla::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%,0);
  left: 50%;
  bottom: -2px;
  width: 80%;
  height: 15px;
  background-color: #6dfe79;
  z-index: -1;
}
.boxPlacenta .content_Placenta{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxPlacenta .boxTxt_Placenta,
.boxPlacenta .boxImg_Placenta{
  width: 50%;
}
.boxPlacenta .boxTxt_Placenta{
  padding: 20px 25px 20px;
}
.boxPlacenta .txt_Placenta{
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1.43;
}
.boxPlacenta .txt_Placenta .size32{
  display: inline-block;
  font-size: 32px;
}
.boxPlacenta::before,
.boxPlacenta::after{
  content: "";
  display: block;
  position: absolute;
}
.boxPlacenta::before{
  top: 0;
  left: 0;
  width: 98px;
  height: 125px;
  background: url(../img/minImg_Placenta01.webp) top/contain no-repeat;
  transform: translate(-50px,30px);
}
.boxPlacenta::after{
  right: 0;
  bottom: 0;
  width: 448px;
  height: 250px;
  background: url(../img/minImg_Placenta02.webp) top/contain no-repeat;
  transform: translate(180px,100px);
}
@media only screen and (max-width:1800px){
  .boxPlacenta::after{
    right: 0;
    bottom: 0;
    width: 21.0588vw;
    height: 11.7647vw;
    background: url(../img/minImg_Placenta02.webp) top/contain no-repeat;
    transform: translate(7.3529vw,5.8823vw);
  }
}
@media only screen and (max-width:1700px){
  .boxPlacenta{
    width: 90%;
    margin: 0 auto;
  }
  .boxPlacenta .tit_Placenta{
    text-align: center;
    font-size: 3.2352vw;
  }
  .boxPlacenta .tit_Placenta .RoPla{
    font-size: 5vw;
  }
  .boxPlacenta .tit_Placenta .RoPla::before{
    bottom: -2px;
    width: 80%;
    height: 0.5883vw;
    background-color: #6dfe79;
    z-index: -1;
  }
  .boxPlacenta .boxTxt_Placenta{
    padding: 20px;
  }
  .boxPlacenta .txt_Placenta{
    font-size: 1.5294vw;
    letter-spacing: 1px;
    line-height: 1.43;
  }
  .boxPlacenta .txt_Placenta .size32{
    display: inline-block;
    font-size: 1.7647vw;
  }
  .boxPlacenta::before{
    top: 0;
    left: 0;
    width: 4.5883vw;
    height: 5.8823vw;
    background: url(../img/minImg_Placenta01.webp) top/contain no-repeat;
    transform: translate(-0.5883vw,1.7647vw);
  }
}
@media only screen and (max-width:768px){
  .boxPlacenta .tit_Placenta{
    text-align: center;
    font-size: 5.65vw;
    line-height: 1.677;
    margin-bottom: 1.1904vw;
  }
  .boxPlacenta .tit_Placenta .RoPla{
    font-size: 7vw;
    line-height: 1;
  }
  .boxPlacenta .tit_Placenta .RoPla::before{
    bottom: -2px;
    width: 80%;
    height: 0.5883vw;
    background-color: #6dfe79;
    z-index: -1;
  }
  .boxPlacenta .boxTxt_Placenta{
    width: 100%;
  }
  .boxPlacenta .boxTxt_Placenta{
    padding: 10px;
  }
  .boxPlacenta .txt_Placenta{
    font-size: 3.05vw;
    letter-spacing: 1px;
    line-height: 1.43;
  }
  .boxPlacenta .txt_Placenta .size32{
    display: inline-block;
    font-size: 4.2857vw;
  }
  .boxPlacenta::before{
    top: 0;
    left: 0;
    width: 10.7142vw;
    height: 13.5714vw;
    background: url(../img/minImg_Placenta01.webp) top/contain no-repeat;
    transform: translate(-0.5883vw,6.7647vw);
  }
  .boxPlacenta::after{
    right: 0;
    bottom: 0;
    width: 22.0588vw;
    height: 11.7647vw;
    background: url(../img/minImg_Placenta02.webp) top/contain no-repeat;
    transform: translate(6.3529vw,6.8823vw);
  }
}

/* content_ZDR */
.content_ZDR{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 98.5%;
  max-width: 1400px;
  margin: 0 auto;
  gap: 0 10px;
}
.inner_ZDR{
  width: 100%;
  padding: 40px 0;
}
.boxSubTitle{
  position: sticky;
  top: 20px;
  display: block;
  width: fit-content;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: nowrap;
}
.subtitle{
  position: relative;
  background: linear-gradient(135deg, rgba(203,125,102,1) 20%, rgba(255,234,222,1) 50%, rgba(195,123,94,1) 80%);
  overflow: hidden;
  z-index: 2;
  box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.4);
  border: 1px solid #ffffff80;
  border-left: 2px solid #28201c;
  border-bottom: 2px solid #28201c;
  padding: 45px 24px;
  display: block;
}
.subtitle::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(181deg, rgba(140,97,76,1) 35%, rgba(117,33,0,1) 50%, rgba(140,97,76,1) 65%);
  opacity: 0.396;
}
.subtitle p{
  color: #453e37;
  font-size: 60px;
  letter-spacing: 2px;
  position: relative;
  z-index: 99;
  background: linear-gradient(135deg, rgba(255,234,222,1) 20%, rgba(24,10,3,1) 50%, rgba(255,234,222,1) 80%) fixed;
  background-clip: text;
  background-size: cover;
  display: inline-block;
}
@media only screen and (max-width:768px){
  .content_ZDR{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 98.5%;
    margin: 0 auto;
    gap: 0 5px;
  }
  .inner_ZDR{
    width: 100%;
    padding: 25px 0 35px;
  }
  .boxSubTitle{
    position: sticky;
    top: 20px;
  }
  .subtitle{
    padding: 30px 15px;
  }
  .subtitle::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(181deg, rgba(140,97,76,1) 35%, rgba(117,33,0,1) 50%, rgba(140,97,76,1) 65%);
    opacity: 0.396;
  }
  .subtitle p{
    color: #453e37;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 4.2384vw;
    letter-spacing: 2px;
    position: relative;
    z-index: 99;
    background: linear-gradient(135deg, rgba(255,234,222,1) 20%, rgba(24,10,3,1) 50%, rgba(255,234,222,1) 80%) fixed;
    background-clip: text;
    background-size: cover;
    display: inline-block;
  }
}

/* boxTop_ZDR */
.boxTop_ZDR{
  margin-bottom: 120px;
}
.boxTop_ZDR .fv_topZDR{
  position: relative;
}
.boxTop_ZDR .boxImg_topZDR{
  width: 100%;
}
.boxTop_ZDR .txt_fv_topZDR{
  position: absolute;
  top: 80px;
  left: 69px;
}
.boxTop_ZDR .mainTit_fv_topZDR{
  font-size: 50px;
  letter-spacing: 1.5px;
  line-height: 1.3;
  margin-bottom: 70px;
}
.boxTop_ZDR .subTit_fv_topZDR{
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.boxTop_ZDR .txt_topZDR{
  width: 1050px;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 2.14;
  padding: 45px 0;
}
@media only screen and (max-width:768px){
  .boxTop_ZDR{
    margin-bottom: 5vw;
  }
  .boxTop_ZDR .fv_topZDR{
    position: relative;
    padding: 0 5px;
  }
  .boxTop_ZDR .boxImg_topZDR{
    width: 92.396%;
    margin: 0 auto;
  }
  .boxTop_ZDR .txt_fv_topZDR{
    position: absolute;
    top: 2.649vw;
    left: 7.947vw;
  }
  .boxTop_ZDR .mainTit_fv_topZDR{
    font-size: 3.841vw;
    margin-bottom: 1.9867vw;
    letter-spacing: .5px;
  }
  .boxTop_ZDR .subTit_fv_topZDR{
    font-size: 2.649vw;
  }
  .boxTop_ZDR .txt_topZDR{
    width: 90%;
    font-size: 3.0396vw;
    letter-spacing: .5px;
    line-height: 1.88;
    padding: 10px;
  }
}


/* boxVoice */
.boxVoice{
  margin: 0 auto 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.boxVoice .titVoice{
  text-align: center;
  font-size: 72px;
  color: #3e3022;
  letter-spacing: 3px;
  margin-bottom: 70px;
  position: relative;
  z-index: 99;
  line-height: 1.33;
}
.boxVoice .titVoice::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%,0);
  left: 50%;
  bottom: -10px;
  height: 15px;
  width: 100%;
  background-color: #c7ffba;
  z-index: -1;
}
.boxVoice .swiper{
  width: 100%;
  max-width: 1400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.boxVoice .swiper-wrapper{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  transform: translateX(360px) !important;
}
.boxVoice .voice.swiper-slide{
  width: 700px !important;
  height: 800px;
  position: relative;
  margin-right: 0 !important;
}

.swiper_Button{
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  z-index: 99;
}
.swiper-button-next, .swiper-button-prev{
  position: relative !important;
  font-size: 30px;
  color: #333333 !important;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  width: fit-content !important;
  height: auto !important;
  transition: .2s;
  padding: 20px 0;
  text-align: center;
}
.swiper-button-next::before, .swiper-button-prev::before{
  position: static;
  display: inline-block;
  writing-mode: vertical-rl;
}
.swiper-button-prev::before{
  content: "前へ";
}
.swiper-button-next::before{
  content: "次へ";
}
.swiper-button-next:hover, .swiper-button-prev:hover{
  background-color: #333333;
  color: #fff !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-button-prev:after{
  display: none !important;
}
.boxVoice .cau_Voice{
  width: 700px;
  margin: 20px auto 0;
  font-size: 16px;
  text-align: left;
}
@media only screen and (max-width:768px){
  .boxVoice{
    margin: 0 auto 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .boxVoice .titVoice{
    text-align: center;
    font-size: 7.0769vw;
    color: #3e3022;
    letter-spacing: 3px;
    margin-bottom: 6.923vw;
    position: relative;
    z-index: 99;
  }
  .boxVoice .titVoice::before{
    content: "";
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    bottom: auto;
    top: 65%;
    height: 2.3076vw;
    width: 80%;
    background-color: #c7ffba;
    z-index: -1;
  }
  .boxVoice .titVoice::after{
    content: "";
    display: block;
    position: absolute;
    transform: translate(-50%,0);
    left: 50%;
    bottom: 0;
    height: 2.3076vw;
    width: 100%;
    background-color: #c7ffba;
    z-index: -1;
  }
  .boxVoice .swiper{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  .boxVoice .swiper-wrapper{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    transform: translateX(6.1735vw) !important;
    /* transform: translateX(3.1735vw) !important; */
  }
  .boxVoice .voice.swiper-slide{
    width: 90vw !important;
    /* 450px */
    /* height: 110vw; */
    /* 550px */
    height: 103vw;
    position: relative;
    margin-right: 0 !important;
    box-shadow: 0px 1px 6px 0px rgba(100, 91, 82, 0.35);
  }
  .boxVoice .voice.swiper-slide::before,
  .boxVoice .voice.swiper-slide::after{
    display: none !important;
  }
  
  .swiper_Button{
    width: 99vw;
    /* display: flex; */
    display: none;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    transform: translate(-50%,-50%);
    top: auto;
    left: 50%;
    bottom: -5vw;
    z-index: 99;
  }
  .swiper-button-next, .swiper-button-prev{
    font-size: 5vw;
    padding: 4vw 1vw;
    border-radius: 1vw;
  }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
  .swiper-button-next:after, .swiper-button-prev:after{
    display: none !important;
  }
  .boxVoice .cau_Voice{
    margin: 1vw auto 0;
    font-size: 3vw;
    width: 69.2307vw;
  }
}

/* box_media */
.box_media{
  width: 98.5%;
  max-width: 1400px;
  margin: 0 auto 120px;
  text-align: center;
}
.box_media .tit_media{
  font-size: 50px;
  line-height: 1.5;
  margin-bottom: 60px;
}
.box_media .tit_media .Umedia{
  font-size: 80px;
  position: relative;
  z-index: 9;
}
.box_media .tit_media .Umedia::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%,0);
  left: 50%;
  bottom: -5px;
  width: 100%;
  height: 15px;
  background-color: #ff6caa;
  z-index: -1;
}
.box_media .boxImg_media{
  width: 100%;
  max-width: 1325px;
  margin: 0 auto 20px;
}
.box_media .boxTxt_media{
  padding: 50px 0;
  width: 98.5%;
  max-width: 1350px;
  margin: 0 auto;
}
.boxTxt_media.borderGrad::before{
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.box_media .txt_media{
  font-size: 30px;
  line-height: 2.3;
  letter-spacing: 1px;
}
@media only screen and (max-width:768px){
  .box_media{
    width: 98.5%;
    margin: 0 auto 11.9047vw;
  }
  .box_media .tit_media{
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 6.6666vw;
  }
  .box_media .tit_media .Umedia{
    font-size: 6.8333vw;
    position: relative;
    z-index: 9;
  }
  .box_media .tit_media .Umedia::before{
    bottom: 0;
    height: 1.6666vw;
  }
  .box_media .boxImg_media{
    width: 100%;
    margin-bottom: 3.3333vw;
  }
  .box_media .boxTxt_media{
    padding: 5vw 0 5.8333vw;
    width: 100%;
    margin: 0 auto;
  }
  .box_media .txt_media{
    font-size: 4.1666vw;
    line-height: 1.877;
  }
}

/* boxminLink */
.boxminLink{
  width: 1200px;
  display: block;
  margin: 0 auto 120px;
  padding: 41px 0 43px;
  position: relative;
  overflow: visible;
  transition: .1s;
}
.boxminLink.redSaten::after{
  border-radius: 0 20px 0 75px;
}
.boxminLink .txt_minLink{
  color: #e9e9e9;
  font-size: 48px;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
}
.boxminLink .txt_minLink::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  right: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 22px solid #e9e9e9;
  border-right: 0;
}
.boxminLink::before{
  content: "";
  display: block;
  position: absolute;
  width: 165px;
  height: 300px;
  left: 50px;
  bottom: 0;
  background: url(../img/img_minLink.webp?24081601) top/contain no-repeat;
  z-index: 99;
}
.boxminLink.minLink02::before{
  width: 110px;
  height: 200px;
}
.boxminLink:hover{
  opacity: .8;
  transform: translateY(1.6%);
  transition: .4s;
}
@media only screen and (max-width:768px){
  .boxminLink{
    width: 96%;
    margin: 0 auto 12vw;
    padding: 5.6vw 0 6vw;
  }
  .boxminLink .txt_minLink{
    font-size: 8vw;
    line-height: 1.677;
  }
  .boxminLink .txt_minLink::before{
    right: 1vw;
    border-top: 2.4vw solid transparent;
    border-bottom: 2.4vw solid transparent;
    border-left: 4.4vw solid #e9e9e9;
  }
  .boxminLink::before{
    width: 18vw;
    height: 32.6vw;
    left: 0;
    bottom: 17vw;
  }
  .boxminLink.minLink02::before{
    display: none;
  }
}

/* boxZDRM */
.boxZDRM{
  margin: 0 auto 80px;
}
.boxZDRM .inner_ZDR{
  padding: 70px 20px 105px;
}
.boxZDRM .topTxt_ZDR{
  width: calc((100% - 10px) * 0.8695);
  text-align: center;
  font-size: 36px;
  line-height: 1.71;
  padding: 40px 0 60px;
}
.boxZDRM .box_allMaterial{
  width: calc(100% - 10px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.boxZDRM .box_line_swiTxt_ZDR{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}

.boxZDRM .box_line_swiTxt_ZDR::before{
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%,0);
  left: 50%;
  bottom: 0;
  width: 86.95%;
  height: 10px;
  background: linear-gradient(45deg, rgba(140,91,76,1) 10%, rgba(106,59,45,1) 35%, rgba(255,242,238,1) 50%, rgba(106,59,45,1) 65%, rgba(140,91,76,1) 90%);
  border: 1px solid #fffbfa;
  border-left: 1px solid #280202;
  border-bottom: 1px solid #280202;
  box-shadow: -2px 2px 2px 0px rgba(69, 61, 53, 0.35);
}
.boxZDRM .box_line_swiTxt_ZDR:nth-child(3)::before{
  display: none;
}

.boxZDRM .box_swiTxt_ZDR{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 30px;
}
.boxZDRM .box_line_swiTxt_ZDR:nth-child(2){
  align-items: center;
}
.boxZDRM .box_line_swiTxt_ZDR:nth-child(2) .box_swiTxt_ZDR{
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.boxZDRM .txt_zZDR{
  font-size: 28px;
  line-height: 1.96;
  letter-spacing: .5px;
  padding: 0 20px;
}
.boxZDRM .listzZDR{
  width: 600px;
  height: 514px;
  overflow: hidden;
  border-radius: 20px;
}
.boxZDRM .imgzZDR{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.boxZDRM .boxImg_lineZDR{
  width: 920px;
  height: 93px;
}
.boxZDRM .box_line_swiTxt_ZDR:nth-child(3) .boxImg_lineZDR{
  transform: scale(-1,1);
}
.boxZDRM .str_ZDR{
  font-size: 28px;
  line-height: 1.677;
  letter-spacing: 1px;
  text-align: center;
}
.boxZDRM .str_ZDR .size36{
  font-size: 36px;
}
.boxZDRM .str_ZDR .size45{
  font-size: 60px;
}
.boxZDRM .box_ZP{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.boxZDRM .txt_ZP{
  font-size: 28px;
  line-height: 1.96;
  letter-spacing: .5px;
  padding: 0 10px;
  width: 50%;
}
.boxZDRM .boxImg_ZP{
  width: 400px;
  height: 395px;
}
@media only screen and (max-width:768px){
  .boxZDRM{
    margin: 0 auto 8vw;
  }
  .boxZDRM .inner_ZDR{
    padding: 6vw 3vw 12vw;
  }
  .boxZDRM .topTxt_ZDR{
    width: 100%;
    font-size: 6vw;
    padding: 4vw 0 5vw;
  }
  .boxZDRM .box_allMaterial{
    width: calc(100% - 10px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
  .boxZDRM .box_line_swiTxt_ZDR{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
  }
  
  .boxZDRM .box_line_swiTxt_ZDR::before{
    content: "";
    display: block;
    position: absolute;
    transform: translate(-50%,0);
    left: 50%;
    bottom: 0;
    width: 86.95%;
    height: 10px;
    background: linear-gradient(45deg, rgba(140,91,76,1) 10%, rgba(106,59,45,1) 35%, rgba(255,242,238,1) 50%, rgba(106,59,45,1) 65%, rgba(140,91,76,1) 90%);
    border: 1px solid #fffbfa;
    border-left: 1px solid #280202;
    border-bottom: 1px solid #280202;
    box-shadow: -2px 2px 2px 0px rgba(69, 61, 53, 0.35);
  }
  .boxZDRM .box_line_swiTxt_ZDR:nth-child(3)::before{
    display: none;
  }
  
  .boxZDRM .box_swiTxt_ZDR{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3vw 0;
    margin-bottom: 5vw;
  }
  .boxZDRM .box_line_swiTxt_ZDR:nth-child(2){
    align-items: center;
  }
  .boxZDRM .box_line_swiTxt_ZDR:nth-child(2) .box_swiTxt_ZDR{
    flex-direction: column;
    margin-bottom: 0;
  }
  .boxZDRM .txt_zZDR{
    font-size: 4.2vw;
    line-height: 1.96;
    letter-spacing: .5px;
    padding: 0 10px;
  }
  .boxZDRM .zZDR_swiper{
    width: 78vw;
    height: 68.53vw;

  }
  .boxZDRM .listzZDR{
    width: 78vw;
    height: 68.53vw;
  }
  .boxZDRM .listzZDR img{
    width: 78vw;
    height: 68.53vw;
  }
  .boxZDRM .imgzZDR{
    width: 78vw !important;
    height: 68.53vw;
    border-radius: 20px;
    overflow: hidden;
  }
  .boxZDRM .boxImg_lineZDR{
    width: 100%;
    height: 7.8vw;
  }
  .boxZDRM .box_line_swiTxt_ZDR:nth-child(3) .boxImg_lineZDR{
    transform: scale(-1,1);
  }
  .boxZDRM .str_ZDR{
    font-size: 4.8vw;
    line-height: 1.677;
    letter-spacing: 1px;
    text-align: center;
  }
  .boxZDRM .str_ZDR .size36{
    font-size: 7.2vw;
  }
  .boxZDRM .str_ZDR .size45{
    font-size: 9vw;
  }
  .boxZDRM .box_ZP{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  .boxZDRM .txt_ZP{
    font-size: 4.2vw;
    padding: 0 2vw;
    width: 100%;
  }
  .boxZDRM .boxImg_ZP{
    width: 70vw;
    height: 69.125vw;
    margin: 2.5vw auto;
  }
}






/* 原材料スライド */
.boxMaterials{
  margin-bottom: 100px;
}
.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;
}
@media only screen and (max-width:768px){
  .boxMaterials{
    margin-bottom: 10vw;
  }
}



/* boxFelment */
.boxFelment{
  margin-bottom: 120px;
}
.boxFelment .inner_ZDR{
  padding-bottom: 20px;
}
.boxFelment .boxMV_Felment{
  width: 1100px;
  height: 711px;
  margin-bottom: 36px;
}
.boxFelment .felmentMovie{
  width: 100%;
  height: 100%;
}
.boxFelment .upTxt_top_Felment{
  font-size: 28px;
  line-height: 1.77;
  letter-spacing: .6px;
  margin-bottom: 40px;
}
.boxFelment .endTxt_top_Felment{
  font-size: 28px;
  line-height: 1.77;
  letter-spacing: .6px;
  margin-bottom: 60px;
}
.boxFelment .boxUnd_Felment{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
  position: relative;
}
.boxFelment .boxTxt_und_Felment{
  width: calc(100% - 700px);
  padding: 0 0 0 40px;
}
.boxFelment .txt_und_Felment{
  font-size: 28px;
  line-height: 1.44;
  letter-spacing: .5px;
  margin-bottom: 42px;
}
.boxFelment .txt_und_Felment .fraction{
  font-size: 14px;
  vertical-align: super;
}
.boxFelment .cau_Felment{
  font-size: 16px;
  line-height: 1.2;
}
.boxFelment .boximgUnd_Felment{
  border-radius: 20px 0 0 0;
  max-width: 650px;
  overflow: hidden;
}
@media only screen and (max-width:768px){
  .boxFelment{
    margin-bottom: 12vw;
  }
  .boxFelment .inner_ZDR{
    padding-bottom: 9.5vw;
  }
  .boxFelment .boxTop_Felment{
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .boxFelment .boxMV_Felment{
    width: 100%;
    height: 52.3076vw;
    margin: 0 auto 20px;
  }
  .boxFelment .felmentMovie{
    width: 100%;
    height: 100%;
  }
  .boxFelment .upTxt_top_Felment{
    font-size: 3.8vw;
    margin-bottom: 4vw;
    padding: 2vw 2vw 0 2vw;
  }
  .boxFelment .endTxt_top_Felment{
    font-size: 3.8vw;
    padding: 2vw 2vw 0 2vw;
    margin-bottom: 8vw;
  }
  .boxFelment .boxUnd_Felment{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 40px);
    position: relative;
    border-radius: 20px 0 0 75px;
    /* background-color: #290b03; */
  }
  .boxFelment .boxTxt_und_Felment{
    width: 76.6vw;
    padding: 2.5vw 1.5vw 14vw;
    position: relative;
    z-index: 9;
    margin-bottom: 0;
  }
  .boxFelment .txt_und_Felment{
    font-size: 3.6vw;
    margin-bottom: 3vw;
    color: #fff;
  }
  .boxFelment .txt_und_Felment .fraction{
    font-size: 2.4vw;
    vertical-align: super;
  }
  .boxFelment .cau_Felment{
    font-size: 2.4vw;
    line-height: 1.2;
    color: #fff;
  }
  .boxFelment .boximgUnd_Felment{
    position: absolute;
    border-radius: 20px 0 0 75px;
    z-index: 0;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: brightness(.5);
    width: 76.662vw;
    height: 95.944vw;
    max-width: none;
  }
  /* .boxFelment .boxUnd_Felment::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
    border-radius: 20px 0 0 75px;
  } */
}

/* boxStudy */
.boxStudy{
  margin-bottom: 100px;
}
.boxStudy .boxGenes{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 50px);
  margin: 0 auto 60px;
}
.boxStudy .txt_Genes{
  width: 50%;
  padding: 0 30px;
  line-height: 1.44;
  letter-spacing: .5px;
  font-size: 24px;
}
.boxStudy .boximg_Study{
  border-radius: 20px 0 0 0;
  overflow: hidden;
}
.boxStudy .boxQuality{
  width: 92%;
  margin: 0 auto 40px;
}
.boxStudy .tit_Query{
  font-size: 36px;
  margin-bottom: 25px;
}
.boxStudy .txt_Query{
  font-size: 24px;
  line-height: 1.44;
  letter-spacing: .5px;
  margin-bottom: 30px;
}
.boxStudy .boxSwi_TXT{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 50px);
  margin-bottom: 15px;
}
.boxStudy .study_swiper{
  width: 645px;
  height: 432px;
  overflow: hidden;
  border-radius: 0 0 20px 0;
  box-shadow: 0px 0px 10px 1px rgba(217, 208, 199, 0.35);
}
.boxStudy .imgstudy{
  width: 100%;
  height: 100%;
  border-radius: 0 0 20px 0;
  overflow: hidden;
}
.boxStudy .txt_StuSwi{
  width: 47.5%;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: .5px;
  padding: 0 23px;
}
.boxStudy .boxGuarantee{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
.boxStudy .boxGuarantee_Pesticides,
.boxStudy .boxGuarantee_Radioactive{
  display: block;
  width: 500px;
  transition: .1s;
}
.boxStudy .boxGuarantee_Pesticides:hover,
.boxStudy .boxGuarantee_Radioactive:hover{
  cursor: pointer;
  opacity: .85396;
  transform: scale(1.1);
  transition: .1s;
}
@media only screen and (max-width:768px){
  .boxStudy{
    margin-bottom: 12vw;
  }
  .boxStudy .boxGenes{
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    width: calc(100% - 50px);
    margin: 0 auto 5vw;
    gap: 3vw 0;
  }
  .boxStudy .txt_Genes{
    width: 100%;
    padding: 0 5px;
    font-size: 4vw;
  }
  .boxStudy .boximg_Study{
    border-radius: 0;
    overflow: visible;
    width: 100%;
  }
  .boxStudy .boxQuality{
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  .boxStudy .tit_Query{
    font-size: 7.5vw;
    text-align: center;
    margin-bottom: 5vw;
    line-height: 1.44;
  }
  .boxStudy .txt_Query{
    font-size: 4vw;
    line-height: 1.44;
    letter-spacing: .5px;
    padding: 0 5px;
  }
  .boxStudy .boxSwi_TXT{
    flex-direction: column;
    width: calc(100% - 50px);
    gap: 3vw 0;
    margin-bottom: 2vw;
  }
  .boxStudy .study_swiper{
    width: 74.6vw;
    height: 49.96vw;
    overflow: hidden;
    border-radius: 0 0 20px 0;
    box-shadow: 0px 0px 10px 1px rgba(217, 208, 199, 0.35);
  }
  .boxStudy .imgstudy{
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 0;
  }
  .boxStudy .txt_StuSwi{
    width: 100%;
    font-size: 4vw;
    line-height: 1.45;
    letter-spacing: .5px;
    padding: 0 5px;
  }
  .boxStudy .boxGuarantee{
    flex-direction: column;
    gap: 4vw 0;
    border-radius: 0 0 0 75px;
    margin-bottom: 6vw;
    overflow: hidden;
  }
  .boxStudy .boxGuarantee_Pesticides,
  .boxStudy .boxGuarantee_Radioactive{
    display: block;
    width: 100%;
    cursor: pointer;
  }
}

/* boxPaper */
.boxPaper{
  margin: 0 auto 100px;
}
.boxPaper .titPaper{
  font-size: 80px;
  letter-spacing: 4px;
  margin-bottom: 85px;
}
.boxPaper .titPaper .size50{
  font-size: 50px;
}
.boxPaper .list_Paper{
  display: flex;
  gap: 25px;
  column-count:2;
  flex-wrap: wrap;
  width: 900px;
  margin-bottom: 45px;
}
.boxPaper .content_Paper{
  width: calc((100% - 25px) / 2);
}
.boxPaper .boxtxtPaper{
  width: 1100px;
  text-align: center;
  padding: 35px 0;
}
.boxPaper .txtPaper{
  color: #280202;
  font-size: 42px;
  line-height: 1.42;
  letter-spacing: 1px;
}
@media only screen and (max-width:768px){
  .boxPaper{
    margin: 0 auto 12vw;
  }
  .boxPaper .titPaper{
    font-size: 11vw;
    letter-spacing: 4px;
    margin-bottom: 11vw;
    text-align: center;
    line-height: 1.55;
  }
  .boxPaper .titPaper .size50{
    font-size: 8vw;
  }
  .boxPaper .list_Paper{
    gap: 3vw;
    width: 100%;
    margin-bottom: 8vw;
  }
  .boxPaper .content_Paper{
    width: calc((100% - 3vw) / 2);
  }
  .boxPaper .boxtxtPaper{
    width: 98.5%;
    text-align: center;
    padding: 6vw 0;
  }
  .boxPaper .txtPaper{
    font-size: 5.6vw;
    line-height: 1.42;
    letter-spacing: 1px;
  }
}

/* boxPresident */
.boxPresident{
  width: 1200px;
  margin: 0 auto 475px;
  position: relative;
}
.boxPresident::before{
  content: "";
  display: block;
  position: absolute;
  background: url(../img/line_President.webp) top/cover no-repeat;
  width: 100vw;
  height: 631px;
  transform: translate(-50%,0);
  left: 50%;
  bottom: -475px;
  z-index: 9;
}
.boxTXT_IMG{
  width: 100%;
  height: 2010px;
  position: relative;
}
.boxTXT_IMG.borderGrad::before{
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.boxTXT_IMG .boxImg_pres{
  width: calc(100% - 35px);
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  border-radius: 0 20px 0 75px;
  overflow: hidden;
}
@media only screen and (max-width:1400px){
  .boxPresident::before{
    width: 108%;
  }
}
@media only screen and (max-width:768px){
  .boxPresident{
    width: 100vw;
    margin: 0 auto 40vw;
    position: relative;
  }
  .boxPresident::before{
    content: "";
    display: block;
    position: absolute;
    background: url(../img/line_President.webp) top/contain no-repeat;
    width: 100vw;
    height: 33vw;
    transform: translate(-50%,0);
    left: 50%;
    bottom: -31vw;
  }
  .boxTXT_IMG{
    width: 100%;
    height: 165vw;
    position: relative;
  }
  .boxTXT_IMG.borderGrad::before{
    width: calc(100% - 4vw);
    height: calc(100% - 4vw);
  }
  .boxTXT_IMG .boxImg_pres{
    width: calc(100% - 7vw);
  }
}

/* box_reZDR */
.box_reZDR{
  width: 98.5%;
  max-width: 1400px;
  margin: 0 auto 50px;
  padding: 85px 20px 100px;
}
.box_reZDR .tit_reZDR{
  text-align: center;
  font-size: 40px;
  margin-bottom: 68px;
  line-height: 1.396;
  margin-bottom: 30px;
}
.box_reZDR .tit_reZDR .way{
  font-size: 60px;
  position: relative;
}
.box_reZDR .tit_reZDR .size80{
  font-size: 80px;
}
.box_reZDR .tit_reZDR .way::before,
.box_reZDR .tit_reZDR .way::after{
  content: "";
  display: block;
  position: absolute;
  background-color: #333333;
  top: 0;
  height: 125%;
  width: 3px;
}
.box_reZDR .tit_reZDR .way::before{
  left: -35px;
  rotate: -30deg;
}
.box_reZDR .tit_reZDR .way::after{
  right: -35px;
  rotate: 30deg;
}
.box_reZDR .cont_reZDR{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 55px;
}
.box_reZDR .boxTxt_contZDR{
  text-align: center;
  letter-spacing: 2px;
}
.box_reZDR .name_reZDR{
  font-size: 50px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.box_reZDR .name_reZDR .size100{
  font-size: 100px;
}
.box_reZDR .name_reZDR .size72{
  font-size: 72px;
}
.box_reZDR .tujo_reZDR{
  font-size: 36px;
  margin-bottom: 38px;
}
.box_reZDR .teki_reZDR{
  font-size: 36px;
  line-height: 1.44;
}
.box_reZDR .teki_reZDR .Un76{
  position: relative;
  z-index: 9;
  font-size: 76px;
}
.box_reZDR .teki_reZDR .Un76::before{
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 12px;
  background-color: #f87ba1;
  transform: translate(-50%,0);
  left: 50%;
  bottom: -6px;
  z-index: -1;
}
.box_reZDR .boxImg_reZDR{
  width: 497px;
  height: 589px;
  position: relative;
}
.box_reZDR .boxImg_reZDR::before{
  display: flex;
  position: absolute;
  content: "500ml";
  top: 2.5%;
  right: 10%;
  font-size: 24px;
  border: 1px solid #333333;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
}
.box_reZDR .boxImg_reZDR::after{
  display: block;
  position: absolute;
  content: "※計量カップ（20ml）付き";
  font-size: 20px;
  left: 0;
  bottom: -30px;
}
.box_reZDR .com_reZDR{
  text-align: center;
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 1.85;
}
.box_reZDR .com_reZDR .lineCom_reZDR{
  display: inline-block;
  border: 1px double #280202;
  width: 100%;
  padding: 15px 0;
}
.box_reZDR .com_reZDR .bgCom_reZDR{
  font-size: 60px;
}
@media only screen and (max-width:768px){
  .box_reZDR{
    width: 98.5%;
    margin: 0 auto 8vw;
    padding: 14vw 20px 15vw;
  }
  .box_reZDR .tit_reZDR{
    text-align: center;
    font-size: 6.4vw;
    margin-bottom: 13vw;
  }
  .box_reZDR .tit_reZDR .way{
    font-size: 9vw;
    position: relative;
  }
  .box_reZDR .tit_reZDR .size80{
    font-size: 11vw;
  }
  .box_reZDR .tit_reZDR .way::before,
  .box_reZDR .tit_reZDR .way::after{
    content: "";
    display: block;
    position: absolute;
    background-color: #333333;
    top: auto;
    bottom: 0;
    height: 60%;
    width: 3px;
  }
  .box_reZDR .tit_reZDR .way::before{
    left: -3vw;
    rotate: -30deg;
  }
  .box_reZDR .tit_reZDR .way::after{
    right: -3vw;
    rotate: 30deg;
  }
  .box_reZDR .cont_reZDR{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 0 10px;
    margin-bottom: 10vw;
  }
  .box_reZDR .boxTxt_contZDR{
    text-align: center;
    letter-spacing: 2px;
  }
  .box_reZDR .name_reZDR{
    font-size: 9vw;
    line-height: 1.5;
    margin-bottom: 8vw;
  }
  .box_reZDR .name_reZDR .size100{
    font-size: 16.4vw;
  }
  .box_reZDR .name_reZDR .size72{
    font-size: 13.2vw;
  }
  .box_reZDR .tujo_reZDR{
    font-size: 6vw;
    margin-bottom: 6vw;
    text-align: right;
  }
  .box_reZDR .teki_reZDR{
    font-size: 8vw;
    line-height: 1.5;
  }
  .box_reZDR .teki_reZDR .Un76{
    position: relative;
    z-index: 9;
    font-size: 16.4vw;
  }
  .box_reZDR .teki_reZDR .Un76::before{
    height: 2.4vw;
    bottom: -1.2vw;
  }
  .box_reZDR .boxImg_reZDR{
    width: calc(100% - 40px);
    height: 102vw;
  }
  .box_reZDR .boxImg_reZDR::before{
    font-size: 3.9vw;
    width: 15.625vw;
    height: 15.625vw;
  }
  .box_reZDR .boxImg_reZDR::after{
    font-size: 3.5vw;
    bottom: 4.5vw;
  }
  .box_reZDR .com_reZDR{
    font-size: 4.785vw;
    letter-spacing: 0.1vw;
  }
  .box_reZDR .com_reZDR .lineCom_reZDR{
    padding: 2vw;
  }
  .box_reZDR .com_reZDR .lineCom_reZDR .lessSpace{
    letter-spacing: -3vw;
  }
  .box_reZDR .com_reZDR .bgCom_reZDR{
    font-size: 10vw;
    position: relative;
  }
}


/* boxQuest */
.boxQuest{
  width: 1200px;
  margin: 0 auto 90px;
  padding: 40px 5px 48px;
}
.boxQuest.borderGrad::before{
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 5px;
  background-image: linear-gradient(45deg, rgba(149,101,71,1) 0%, rgba(117,74,46,1) 20%, rgba(92,47,29,1) 55%, rgba(110,58,39,1) 65%, rgba(149,101,71,1) 90%, rgba(166,114,81,1) 100%);
}
.boxQuest.borderGrad::after{
  border-radius: 5px;
}
.boxQuest .boxCont_Quest{
  display: flex;
  gap: 0 50px;
}
.boxQuest .boxPoint_Bottle{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 250px;
  background-color: #f9fcff;
  text-align: center;
  position: relative;
  margin-bottom: 55px;
}
.boxQuest .boxPoint::before{
  content: "";
  display: block;
  position: absolute;
  left: -100px;
  bottom: 0;
  width: 160px;
  height: 160px;
  background: url(../img/imgPoint.webp) top/contain no-repeat;
}
.boxQuest .boxBottle::before{
  content: "";
  display: block;
  position: absolute;
  right: -80px;
  bottom: 0;
  width: 98px;
  height: 168px;
  background: url(../img/imgBottle.webp) top/contain no-repeat;
}
.boxQuest .txt_point,
.boxQuest .txt_bottle{
  font-size: 48px;
  letter-spacing: 1px;
}
.boxQuest .txt_bottle .size44{
  font-size: 40px;
}
.boxQuest .txt_bottle .size30{
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.boxQuest .boxDiscount{
  display: flex;
  gap: 0 43px;
  align-items: flex-end;
  margin-bottom: 40px;
}
.boxQuest .tit_Quest{
  font-size: 76px;
  color: #f9fcff;
  margin-bottom: 42px;
}

.boxQuest .txt_discount{
  font-size: 52px;
  color: #f9fcff;
  line-height: 1.1396;
  letter-spacing: 1px;
}
.boxQuest .price_discount{
  font-size: 72px;
  color: #f9fcff;
  letter-spacing: 2px;
}
.boxQuest .price_discount .Un120{
  font-size: 120px;
  position: relative;
  z-index: 9;
}
.boxQuest .price_discount .Un120::before{
  content: "";
  display: block;
  position: absolute;
  width: 105%;
  height: 3px;
  background-color: #f9fcff;
  transform: translate(-50%,0);
  left: 50%;
  bottom: -6px;
}
.boxQuest .cau_Quest{
  font-size: 16px;
  line-height: 1.44;
  color: #f9fcff;
  width: 100%;
  padding: 0 89px;
}
@media only screen and (max-width:768px){
  .boxQuest{
    width: 98.5%;
    margin: 0 auto 14vw;
    padding: 8vw 5px 9.6vw;
  }
  .boxQuest .boxCont_Quest{
    display: flex;
    flex-direction: column;
    gap: 4vw 0;
    margin-bottom: 5vw;
  }
  .boxQuest .boxPoint_Bottle{
    width: 80vw;
    height: 45vw;
    margin-bottom: 0;
  }
  .boxQuest .boxPoint::before{
    content: "";
    display: block;
    position: absolute;
    left: -8vw;
    bottom: 0;
    width: 20vw;
    height: 20vw;
    background: url(../img/imgPoint.webp) top/cover no-repeat;
  }
  .boxQuest .boxBottle::before{
    content: "";
    display: block;
    position: absolute;
    right: -8vw;
    bottom: 0;
    width: 12vw;
    height: 20.4vw;
    background: url(../img/imgBottle.webp) top/contain no-repeat;
  }
  .boxQuest .txt_point,
  .boxQuest .txt_bottle{
    font-size: 8.5vw;
    line-height: 1.2;
  }
  .boxQuest .txt_bottle .size44{
    font-size: 8vw;
  }
  .boxQuest .txt_bottle .size30{
    font-size: 6vw;
    display: inline-block;
    vertical-align: middle;
  }
  .boxQuest .boxDiscount{
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    align-items: center;
    margin-bottom: 10vw;
  }
  .boxQuest .tit_Quest{
    font-size: 8.6vw;
    margin-bottom: 8.4vw;
    letter-spacing: .07vw;
    text-align: center;
    line-height: 1.2;
  }
  
  .boxQuest .txt_discount{
    font-size: 10.4vw;
  }
  .boxQuest .price_discount{
    font-size: 10vw;
    color: #f9fcff;
    letter-spacing: 2px;
  }
  .boxQuest .price_discount .Un120{
    font-size: 20vw;
    position: relative;
    z-index: 9;
  }
  .boxQuest .price_discount .Un120::before{
    height: 0.6vw;
    bottom: -1.2vw;
  }
  .boxQuest .cau_Quest{
    font-size: 3.2vw;
    line-height: 1.44;
    color: #f9fcff;
    width: 100%;
    padding: 0 7vw;
  }
}

/* boxQ_A */
.boxQ_A{
  margin: 0 auto 120px;
}
.boxQ_A .listQ_A{
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  width: calc((100% - 40px) * 0.9);
  margin: 0 auto 60px;
}
.boxQ_A .content_Q_A{
  width: 100%;
  margin: 0 auto;
}
.boxQ_A .boxQ{
  border-bottom: 2px solid #333333;
  width: 100%;
  position: relative;
}
.boxQ_A .boxQ::before{
  content: "Q.";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 60px;
}
.boxQ_A .boxQ::after{
  content: "";
  display: block;
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 13px solid #333333;
  border-bottom: 0;
}
.boxQ_A .boxQ.open::after{
  content: "";
  display: block;
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 13px solid #555555;
  border-top: 0;
}
.boxQ_A .boxA{
  width: 100%;
  position: relative;
  padding-top: 10px;
}
.boxQ_A .boxA::before{
  content: "A.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
}
.boxQ_A .txt_Q,
.boxQ_A .txt_A{
  font-size: 30px;
  letter-spacing: .5px;
  line-height: 1.66;
  padding: 0 80px;
}
.boxQ_A .boxA{
  display: none;
}
.boxQ_A .com_Q_A{
  text-align: center;
  font-size: 40px;
  line-height: 1.44;
  letter-spacing: 1px;
  padding-bottom: 30px;
}
.boxQ_A .com_Q_A .link_Com{
  display: inline-block;
  text-decoration: underline;
  color: #333333;
  cursor: pointer;
}
@media only screen and (max-width:768px){
  .boxQ_A{
    margin: 0 auto 16vw;
    flex-direction: column;
    align-items: center;
  }
  .boxQ_A .boxSubTitle{
    width: 100%;
    text-align: center;
    top: 0;
    margin-bottom: 2vw;
    writing-mode: inherit;
    z-index: 999;
  }
  .boxQ_A .txt_sutitle{
    writing-mode: inherit;
  }
  .boxQ_A .subtitle p{
    font-size: 10.2384vw;
  }
  .boxQ_A .listQ_A{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 8vw 0;
    width: calc((100% - 40px) * 0.98);
    margin: 0 auto 60px;
  }
  .boxQ_A .content_Q_A{
    width: 100%;
    margin: 0 auto;
  }
  .boxQ_A .boxQ{
    border-bottom: 2px solid #333333;
    width: 100%;
    position: relative;
  }
  .boxQ_A .boxQ::before{
    font-size: 5.8vw;
    line-height: 1.66;
  }
  .boxQ_A .boxQ::after{
    border-right: 1vw solid transparent;
    border-left: 1vw solid transparent;
    border-top: 2vw solid #333333;
  }
  .boxQ_A .boxQ.open::after{
    border-right: 1vw solid transparent;
    border-left: 1vw solid transparent;
    border-bottom: 2vw solid #555555;
  }
  .boxQ_A .boxA{
    padding-top: 2vw;
  }
  .boxQ_A .boxA::before{
    font-size: 5.8vw;
    line-height: 1.66;
  }
  .boxQ_A .txt_Q,
  .boxQ_A .txt_A{
    font-size: 4.8vw;
    line-height: 1.66;
    padding: 0 2vw 0 7vw;
  }
  .boxQ_A .boxA{
    display: none;
  }
  .boxQ_A .com_Q_A{
    font-size: 4.8vw;
    padding-bottom: 5vw;
  }
}

/* boxAppeal */
.boxAppeal{
  margin: 0 auto 100px;
  text-align: center;
}
.boxAppeal .txt_Appeal{
  font-size: 90px;
  letter-spacing: 3px;
}
@media only screen and (max-width:768px){
  .boxAppeal{
    margin: 0 auto 100px;
    text-align: center;
  }
  .boxAppeal .txt_Appeal{
    font-size: 11.2vw;
    line-height: 1.44;
  }
}















/* boxPic */
.boxPic{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-count: 2;
  gap: 20px;
  width: 600px;
  margin: 0 auto 70px;
}
.boxPic .imgPic{
  width: calc((100% - 20px) / 2);
  height: auto;
}



/* form */
#form{
  margin-bottom: 100px;
}



/* Footer */
.boxFooter{
  width: 100%;
  padding: 45px 0 25px;
  position: relative;
  z-index: 999999;
}
.boxFooter .boxLink_footer{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  margin-bottom: 50px;
}
.boxFooter .boxLink_footer .txt_linkFooter{
  display: block;
  font-size: 28px;
  color: #fff;
  position: relative;
  z-index: 999;
}
.boxFooter .boxLink_footer .txt_linkFooter::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  height: 110%;
  width: 3px;
  rotate: 25deg;
  background-color: #e9e9e9;
}
.boxFooter .boxLink_footer .txt_linkFooter:nth-child(3)::before{
  display: none;
}
.boxFooter .Copyright{
  color: #e9e9e9;
  font-size: 30px;
  letter-spacing: .5px;
}
@media only screen and (max-width:768px){
  .boxFooter{
    padding: 5.2238vw 0 3.7313vw;
  }
  .boxFooter .boxLink_footer{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2.985vw;
    margin-bottom: 3.7313vw;
  }
  .boxFooter .boxLink_footer .txt_linkFooter{
    font-size: 3.4328vw;
  }
  .boxFooter .boxLink_footer .txt_linkFooter::before{
    right: -1.4925vw;
    width: 0.2985vw;
  }
  .boxFooter .Copyright{
    font-size: 3.582vw;
    letter-spacing: 0;
  }
}


/* 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;
  }
}


/* boxBtn_to_Form */
.btn_byScroll{
  position: fixed;
  bottom: -500px;
  display: flex;
  flex-direction: column;
  transform: translate(-50%,0);
  left: 50%;
  width: 98.0729vw;
  align-items: flex-end;
  transition: .4s;
}
.btn_byScroll .boxImg_btnSc{
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.btn_byScroll .boxImg_btnSc span{
  position: absolute;
  width: 20%;
  height: 5px;
  background-color: #e9e9e9;
  box-shadow: inset 1px -1px 1px 0px rgba(255, 255, 255, 0.25), inset -2px 2px 2px 0px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 10px;
  z-index: 999;
}
.btn_byScroll .boxImg_btnSc span:nth-child(1){
  top: 15%;
  left: 0;
  transition: .4s;
}
.btn_byScroll .boxImg_btnSc span:nth-child(2){
  transform: translate(0,-50%);
  top: 50%;
  left: 0;
  transition: .4s;
}
.btn_byScroll .boxImg_btnSc span:nth-child(3){
  bottom: 15%;
  left: 0;
  transition: .4s;
}
.btn_byScroll .boxImg_btnSc.byTouch span:nth-child(2){
  display: none;
  transition: .4s;
}
.btn_byScroll .boxImg_btnSc.byTouch span:nth-child(1){
  top: 2%;
  transform: translateY(45px) rotate(45deg);
  transition: .4s;
  width: 100%;
}
.btn_byScroll .boxImg_btnSc.byTouch span:nth-child(3){
  bottom: 2%;
  transform: translateY(-45px) rotate(-45deg);
  transition: .4s;
  width: 100%;
}
.btn_byScroll .boxImg_btnSc:hover{
  cursor: pointer;
  opacity: 0.85;
}
.btn_byScroll.byScroll,
.btn_byScroll.byTouch{
  bottom: 5px;
  transition: 1s;
  z-index: 99999;
}
.box_box_btnToForm{
  display: none;
  width: 100%;
}
.boxBtn_to_Form{
  display: flex;
  bottom: -200px;
  width: 100%;
  margin: 0 auto;
  gap: 0 1px;
}
.boxBtn_to_Form.byTouch{
  bottom: 5px;
  transition: 1s;
  z-index: 99999;
}
.boxBtn_to_Form .box_btn_fixed{
  width: calc((100% - 1px) / 2);
  padding: 45px 0;
  display: block;
  text-align: center;
}
.boxBtn_to_Form .btn_to_Tell.lazyloaded{
  background: url(../img/img_to_tell.webp) center/contain no-repeat;
}
.boxBtn_to_Form .btn_to_form.lazyloaded{
  background: url(../img/img_to_form.webp) center/contain no-repeat;
}
.boxBtn_to_Form .txt_Btn_fixed{
  color: #fff;
  font-size: 60px;
  letter-spacing: 2px;
}
@media only screen and (max-width:1700px){
  .boxBtn_to_Form .txt_Btn_fixed{
    font-size: 4vw;
  }
}
@media only screen and (max-width:768px){
  .boxBtn_to_Form .box_btn_fixed{
    padding: 5.2vw 0;
  }
  .btn_byScroll .boxImg_btnSc{
    position: relative;
    display: block;
    width: 16vw;
    height: 16vw;
    border-radius: 1vw;
  }
  .btn_byScroll .boxImg_btnSc span{
    position: absolute;
    width: 20%;
    height: 0.6vw;
    border-radius: 2vw;
  }
  .btn_byScroll .boxImg_btnSc span:nth-child(1){
    top: 15%;
    left: 0;
    transition: .4s;
  }
  .btn_byScroll .boxImg_btnSc span:nth-child(2){
    transform: translate(0,-50%);
    top: 50%;
    left: 0;
    transition: .4s;
  }
  .btn_byScroll .boxImg_btnSc span:nth-child(3){
    bottom: 15%;
    left: 0;
    transition: .4s;
  }
  .btn_byScroll .boxImg_btnSc.byTouch span:nth-child(1){
    transform: translateY(7.2vw) rotate(45deg);
  }
  .btn_byScroll .boxImg_btnSc.byTouch span:nth-child(3){
    transform: translateY(-7.2vw) rotate(-45deg);
  }
  .boxBtn_to_Form{
    display: flex;
    flex-direction: column;
    bottom: -200px;
    width: 100%;
    margin: 0 auto;
    gap: 1px 0;
  }
  .boxBtn_to_Form .box_btn_fixed{
    width: 100%;
  }
  .boxBtn_to_Form .txt_Btn_fixed{
    font-size: 6vw;
  }
}

input:-internal-autofill-selected {
  color: #333333 !important;
}


/* Onetime */
/* ::-webkit-full-page-media, :future, :root .Onetime{
  display: none !important;
}
.Onetime{
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  animation: easeOne 8s forwards;
  -webkit-animation: easeOne 8s forwards;
}
.Onetime .backOnetime{
  width: 100%;
  height: 100%;
  background: url(../img/common/baseBack.gif) center/cover no-repeat;
}
@keyframes easeOne{
  from{
    display: block;
  }
  70%{
    opacity: 1;
  }
  to{
    opacity: 0;
    display: none !important;
  }
}

.Onetime .txt_onetime{
  font-size: 120px;
  margin-bottom: 75px;
  letter-spacing: 4px;
  animation: up01 2s forwards;
  -webkit-animation: up01 2s forwards;
}
@keyframes up01{
  from{
    opacity: 0;
  }
  40%{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
.Onetime .boxImg_onetime{
  width: 1000px;
  animation: up02 5s forwards;
  -webkit-animation: up02 5s forwards;
}
@keyframes up02{
  from{
    opacity: 0;
  }
  75%{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@media only screen and (max-width:1400px){
  .Onetime .txt_onetime{
    font-size: 7vw;
    margin-bottom: 10vw;
    letter-spacing: 0.6vw;
    text-align: center;
    line-height: 1.396;
  }
}
@media only screen and (max-width:768px){
  .Onetime .txt_onetime{
    font-size: 8vw;
    margin-bottom: 10vw;
    letter-spacing: 0.6vw;
    text-align: center;
    line-height: 1.396;
  }
  .Onetime .boxImg_onetime{
    width: 70vw;
  }
} */