@charset "utf-8";

:root {
  --text-color: #707070;
  --pink-color: #FC7683;
  --darkpink-color:#FC6775;
  --gradation-color: linear-gradient(#FC7585,#FECFD5);
  --marugo-font: 'Hiragino Maru Gothic',"Hiragino Maru Gothic ProN","Hiragino Maru Gothic Pro","JosefinSans","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
  --sans-font: "Hiragino Sans", "Hiragino Kaku Gothic ProN",'Noto Sans JP', "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --mincho-font: "Hiragino Sans",serif;
  /* --mincho-font: "Hiragino Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --mincho2-font: "JosefinSans", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */
  --sign-font: 'SignPainter HouseScript',sans-serif;
  --rx-font: 'Rounded-X',sans-serif;
  --pilgi-font: 'PilGi Reqular',sans-serif;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url(../fonts/NotoSansJP-Thin.otf) format('opentype');
  font-weight: 100;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url(../fonts/NotoSansJP-Light.otf) format('opentype');
  font-weight: 300;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url(../fonts/NotoSansJP-Regular.otf) format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url(../fonts/NotoSansJP-Medium.otf) format('opentype');
  font-weight: 500;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url(../fonts/NotoSansJP-Bold.otf) format('opentype');
  font-weight: 700;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url(../fonts/NotoSansJP-Black.otf) format('opentype');
  font-weight: 900;
}
@font-face {
  font-family: 'SignPainter HouseScript';
  src: url(../fonts/signpainter-housescript.ttf) format('truetype');
}
@font-face {
  font-family: 'PilGi Reqular';
  src: url(../fonts/pilgi-regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Rounded-X';
  src: url(../fonts/rounded-x-mplus-1c-bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Hiragino Mincho';
  src: url(../fonts/hiragino-mincho-pro-w3.otf) format('opentype');
  font-weight: normal;
}
@font-face {
  font-family: 'Hiragino Mincho';
  src: url(../fonts/hiragino-mincho-pro-w6.otf) format('opentype');
  font-weight: bold;
}
@font-face {
  font-family: 'Hiragino Maru Gothic';
  src: url(../fonts/hiragino-maru-gothic-pro-w4.otf) format('opentype');
}
@font-face {
  font-family: 'JosefinSans';
  src: url(../fonts/JosefinSans-Light.ttf) format('truetype');
  font-weight: light;
}
@font-face {
  font-family: 'JosefinSans';
  src: url(../fonts/JosefinSans-SemiBold.ttf) format('truetype');
  font-weight: bold;
}

/*====================================
  共通
====================================*/
body {
  color: var(--text-color);
  font-feature-settings: 'palt';
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: var(--text-color);
}

.container {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}

.sectitle {
  text-align: center;
  margin-bottom: clamp(16px,3.2vw,32px);
}
.sectitle--en {
  display: block;
  font-size: clamp(20px,4vw,40px);
  font-family: var(--sign-font);
  line-height: 1.6;
  color: #FED8DC;
}
.sectitle--ja {
  display: inline-block;
  font-size: clamp(22px,6vw,60px);
  font-weight: 600;
  font-family: var(--sans-font);
  letter-spacing: 0.02em;
  line-height: 1.75;
  color: #6C5959;
  border-bottom: #FECBC6 dotted 2px;
}
.sectitle--ja::before {
  content: '　';
  font-size: clamp(12px,2.4vw,24px);
}
.sectitle--ja::after {
  content: '　';
  font-size: clamp(12px,2.4vw,24px);
}
.sectitle--small {
  font-size: clamp(18px,3.2vw,32px);
}

.borderText {
  font-size: clamp(9px,1.8vw,18px);
  font-family: var(--sans-font);
  line-height: 1.33;
  display: inline-block;
  border: var(--text-color) 1px solid;
  border-radius: clamp(5px,1vw,10px);
  padding-top: clamp(3px,0.6vw,6px);
  padding-right: clamp(8px,1.6vw,16px);
  padding-bottom: clamp(3px,0.6vw,6px);
  padding-left: clamp(6px,1.2vw,12px);
  white-space: nowrap;
}
.borderText--small {
  font-size: clamp(7px,1.4vw,14px);
  font-family: serif;
  display: inline-block;
}
.nowFree {
  font-size: clamp(18px,3.6vw,36px);
  font-weight: 600;
  font-family: var(--mincho-font);
  letter-spacing: 0.02em;
  line-height: 1.94;
  color: #fff;
}

.leadtoLine {
  text-align: center;
  width: 100%;
  height: clamp(238px,50vw,500px);
  background: linear-gradient(#FC7585,#fff);
  position: relative;
  padding-top: clamp(33px,7.4vw,80px);
  padding-bottom: clamp(18px,3.6vw,36px);
  box-sizing: border-box;
}
.leadtoLine__top {
  font-size: clamp(16px,3.2vw,32px);
  font-weight: 300;
  font-family: var(--sans-font);
  letter-spacing: 0.02em;
  line-height: 2.19;
  position: absolute;
  top: clamp(-25px,-5vw,-50px);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: clamp(340px,72vw,720px);
  height: clamp(50px,10vw,100px);
  border: #FFB2B2 1px solid;
  border-radius: clamp(15px,3vw,30px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  /* padding-top: clamp(2px,0.4vw,4px); */
}
.leadtoLine__top--pink {
  font-size: clamp(26px,5.2vw,52px);
  font-weight: 400;
  line-height: 1.8;
  color: var(--pink-color);
}
.leadtoLine__text {
  font-size: clamp(15px,3vw,30px);
  font-weight: normal;
  font-family: var(--mincho-font);
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  margin-bottom: clamp(13px,2.6vw,26px);
}
.btn {
  display: block;
  width: 358px;
  height: 72px;
  background-color: #22BF00;
  border-radius: 20px;
  box-shadow: 0 5px 0 #189504;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(15px,2.8vw,24px);
}

.btn__top {
  display: inline-block;
  font-size: 16px;
  font-family: var(--marugo-font);
  letter-spacing: 0.025;
  line-height: 1.3;
  color: #22BF00;
  width: 177px;
  height: 22px;
  background-color: #FFF500;
  border-radius: 8px;
  padding-top: 2px;
  padding-bottom: 1px;
  margin-top: 8px;
}
.btn__main {
  font-size: 20px;
  font-family: var(--marugo-font);
  letter-spacing: 0.025em;
  line-height: 1.35;
  color: #fff;
  margin-top: 6px;
}

.line__logo__img__main {
  display: inline-block;
  width: 30px;
  margin-right: 4px;
}

.leadtoLine__bottom {
  font-size: clamp(10px,2vw,20px);
  font-weight: bold;
  font-family: var(--mincho-font);
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.box {
  width: clamp(330px,69vw,690px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(22px,4.4vw,44px);
  border-radius: clamp(10px,2vw,20px);
}
.box__top {
  height: clamp(50px,10vw,100px);
  background: var(--gradation-color);
  border-top-left-radius: clamp(10px,2vw,20px);
  border-top-right-radius: clamp(10px,2vw,20px);
  display: flex;
  justify-content: center;
}
.box__top__text {
  font-size: clamp(25px,5vw,50px);
  font-weight: bold;
  font-family: var(--mincho-font);
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #fff;
  padding-top: clamp(10px,2vw,20px);
}
.box__main {
  background-color: #fff;
  text-align: center;
  padding-top: clamp(20px,4vw,40px);
  padding-bottom: clamp(20px,4vw,40px);
  border-bottom-left-radius: clamp(10px,2vw,20px);
  border-bottom-right-radius: clamp(10px,2vw,20px);
}
.box__main__text {
  font-size: clamp(50px,10vw,100px);
  font-family: var(--sans-font);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #FC7F8E;
  margin-bottom: clamp(15px,3vw,30px);
}
.box__main__text--gray {
  font-size: clamp(35px,7vw,70px);
  color: var(--text-color);
}
.box__main__text--small {
  font-size: clamp(20px,4vw,40px);
  font-weight: 600;
  color: var(--text-color);
}
.box__main__text--medium {
  font-size: clamp(40px,8vw,80px);
  font-family: var(--sans-font);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #FC7F8E;
  margin-bottom: clamp(15px,3vw,30px);
}
.box__main__text--detail {
  font-size: clamp(25px,5vw,50px);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #FC7F8E;
}
.box__main__small {
  font-size: clamp(8px,1.6vw,16px);
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.price__plus {
  width: clamp(35px,7vw,70px);
}


/*====================================
  ヘッダーエリア
====================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  font-family: var(--marugo-font);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: clamp(60px,16vw,90px);
  padding: 0 3vw;
  box-shadow: 0 0.6vw 1.2vw 0 rgba(0, 0, 0, 0.16);
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo__img {
  width: clamp(13px,2.6vw,20px);
}
.header__sitetitle {
  font-size: clamp(10px,2vw,16px);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin-left: 2vw;
}
.header__btn {
  width: 220px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #22BF00;
  border-radius: 12px;
  box-shadow: 0 3px 0 #189504;
}
.header__btn__top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 16px;
  background-color: #FFF500;
  border-radius: 6px;
  margin-top: 2px;
  margin-bottom: 4px;
}
.header__btn__top__link {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #22BF00;
}
.header__btn__bottom {
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}
.header_line__logo__img {
  width: 15px;
  margin-right: 2px;
}


/*====================================
  メインビジュアル
====================================*/
.mv__top {
  background: url(../img/new_mv.png) no-repeat center top/cover;
  padding-top: clamp(24px,8vw,80px);
  padding-bottom: clamp(24px,8vw,80px);
  box-sizing: border-box;
  margin-top: clamp(60px,17vw,90px);
  width: 100%;
  aspect-ratio: 1080 / 1395; /* 縦横比を保つ */
}

/* .mv__img {
  width: 100%;
  height: auto;
  display: block;
} */

/* 
.mv__top {
  background: url(../img/new_mv.png) no-repeat center top / cover;
  width: 100%;
  height: clamp(1000px, 85vh, 1000px); /* ← 高さバランス調整 
  padding-top: clamp(24px, 8vw, 80px);
  box-sizing: border-box;
  margin-top: clamp(60px, 17vw, 90px);
  display: flex;
  align-items: flex-end; /* テキストや下部要素が下に寄るように 
} 
*/


/* 
.mv__top__top {
  width: clamp(242px,52vw,520px);
  height: clamp(35px,9.3vw,93px);
  margin-left: auto;
  margin-bottom: clamp(35px,11vw,110px);
  position: relative;
}
.mv__top__top::before {
  content: '';
  background-color: #FEDCDF;
  width: clamp(3px,0.6vw,6px);
  height: clamp(32px,6.4vw,64px);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-15deg);
}
.mv__top__top::after {
  content: '';
  background-color: #FEDCDF;
  width: clamp(233px,50.5vw,502px);
  height: clamp(3px,0.6vw,6px);
  position: absolute;
  bottom: 0;
  right: 0.6vw;
}
.mv__top__top__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 0.7vw;
}
.mv__top__top__text {
  font-size: clamp(12px,3vw,30px);
  font-family: var(--mincho-font);
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: var(--pink-color);
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #FFF500;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  margin-left: clamp(5px,1vw,10px);
}
.mv__top__top__text--num {
  font-family: serif;
}
.mv__top__top__text--small {
  font-size: clamp(9px,2vw,18px);
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #FFF500;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.mv__top__bottom {
  height: clamp(155px,31vw,310px);
  width: min(50vw,512px);
  margin: 0 0 0 auto;
  text-align: center;
}
.mv__top__bottom__text {
  font-size: clamp(22px,5.5vw,55px);
  font-weight: 600;
  font-family: var(--mincho-font);
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: left;
  margin-top: clamp(3px,0.6vw,6px);
}
.mv__top__bottom__text--pink {
  color: var(--pink-color);
}
.mv__top__bottom__text--small {
  font-size: clamp(18px,3.6vw,36px);
}
.mv__botom {
  width: 100%;
  height: clamp(164px,33vw,328px);
  background: url(../img/mv_bottom.webp) center center/cover;
  text-align: center;
  padding-top: clamp(9px,1.8vw,18px);
  padding-bottom: clamp(9px,1.8vw,18px);
}
.mv__bottom__text {
  font-size: clamp(22px,4.4vw,44px);
  font-weight: 600;
  font-family: var(--mincho-font);
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #fff;
}
.mv__bottom__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: clamp(15px,3vw,45px);
  width: clamp(340px,90vw,900px);
  height: clamp(70px,14vw,140px);
  margin: 0 auto;
}
.mv__bottom__item {
  width: 25%;
}
.mv__bottom__item__text {
  font-size: clamp(10px,2vw,20px);
  line-height: 1.5;
  font-family: var(--mincho-font);
  font-weight: normal;
  margin-top: clamp(3px,0.6vw,6px);
}
.mv__bottom__item__text--pink {
  color: var(--pink-color);
  font-weight: bold;
} */

/*====================================
  プライバシーエリア
====================================*/
.privacy {
  width: 100%;
  padding-left: clamp(19px,3.8vw,38px);
  padding-right: clamp(19px,3.8vw,38px);
  margin-top: clamp(34px,7vw,70px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(50px,10vw,100px);
}
.privacy__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px,4vw,40px);
  font-family: var(--mincho-font);
  letter-spacing: 0.02em;
  line-height: 1.375;
  color: #000;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(42px,8.4vw,90px);
}
.privacy__title__decoLeft {
  position: absolute;
  top: clamp(-20px,-4vw,-40px);
  left: clamp(2px,2vw,50px);
  left: 0;
  /* width: clamp(61px,12.4vw,100px); */
  width: 61px;
}
.privacy__title__decoRight {
  position: absolute;
  top: clamp(-20px,-4vw,-40px);
  right: clamp(2px,2vw,50px);
  right: 0;
  /* width: clamp(61px,12.4vw,100px); */
  width: 61px;
}
.privacy__item {
  display: flex;
  align-items: center;
}
.privacy__item__img {
  width: 50px;
}
.privacy__item:not(:last-of-type) {
  margin-bottom: clamp(3px,1.5vw,15px);
}
.privacy__item__text {
  font-size: clamp(13px,2.6vw,26px);
  font-family: var(--mincho-font);
  line-height: 1.53;
  color: #000;
  margin-left: clamp(15px,3vw,30px);
}

/*====================================
  プライスセクション
====================================*/
.price {
  text-align: center;
  padding: 22px 15px 10px;
}
.price__plus {
  margin-bottom: 22px;
}

/*====================================
  デリバリーセクション
====================================*/
.delivery__main {
  background: url(../img/delivery_bg.webp) center top/cover;
  padding-bottom: clamp(15px,3vw,30px);
}
.delivery__flex {
  display: flex;
  justify-content: space-between;
  padding-top: clamp(15px,3vw,30px);
  padding-left: clamp(15px,3vw,30px);
  padding-right: clamp(15px,3vw,30px);
  padding-bottom: clamp(20px,4vw,40px);
}
.delivery__item {
  width: 30%;
}
.delivery__num {
  font-size: clamp(18px,3.6vw,36px);
  font-family: var(--sans-font);
  line-height: 1.94;
  color: #fff;
  text-align: center;
}
.delivery__item__imgarea {
  width: 100px;
  height: 100px;
  /* width: clamp(100px,25vw,250px); */
  /* height: clamp(100px,25vw,250px); */
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(10px,2vw,20px);
}
.delivery__img {
  width: 100px;
  border-radius: clamp(10px,2vw,20px);
  vertical-align: bottom;
}
.delivery__text {
  font-size: clamp(10px,2vw,20px);
  font-family: var(--sans-font);
  line-height: 1.5;
  color: #fff;
}
.delivery__text .small {
  font-size: clamp(10px,1.5vw,15px);
}
.delivery__comment {
  font-size: clamp(10px,1.5vw,15px);
  color: #fff;
  text-align: right;
  padding-right: clamp(15px,3vw,30px);
}

/*====================================
  ディーテイルセクション
====================================*/
.detail {
  width: 100%;
  text-align: center;
  padding-top: clamp(22px,4.4vw,44px);
  padding-left: clamp(15px,3vw,30px);
  padding-right: clamp(15px,3vw,30px);
  padding-bottom: clamp(65px,13vw,130px);
  margin: 0 auto;
}
.detail .box__main__text--small {
  margin-bottom: clamp(15px,3vw,30px);
}
.detail .box__main__small {
  line-height: 2;
}
.detail__exam {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px,3vw,30px);
}
.detail__exam__img {
  margin-top: 20px;
  width: 145px;
}
.detail__exam__text {
  width: 186px;
}
.detail__exam__text01,
.detail__exam__text02 {
  max-width: 200px;
  font-size: 9px;
  font-weight: 300;
  font-family: var(--sans-font);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000;
  text-align: left;
  border: #BF223C 3px solid;
  border-radius: 12px;
  padding: 5px 10px 10px 7px;
}
.detail__exam__text01 {
  margin-top: 15px;
  margin-bottom: 20px;
}
.detail__exam--red {
  color: #FE0F09;
}

/*====================================
  アバウトセクション
====================================*/
.about {
  text-align: center;
  width: 100%;
  padding-left: clamp(15px,3vw,30px);
  padding-right: clamp(15px,3vw,30px);
  margin-top: clamp(22px,4.4vw,44px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(22px,4.4vw,44px);
}
.about__text {
  font-size: clamp(12px,2.4vw,24px);
  font-family: var(--sans-font);
  letter-spacing: 0.02em;
  line-height: 1.67;
  margin-bottom: clamp(20px,4vw,40px);
}
.about__red {
  font-weight: 700;
  color: #FC7F8E;
}
.about__caution,
.about__caution2 {
  font-size: clamp(16px,3.2vw,32px);
  font-family: var(--sans-font);
  letter-spacing: 0.02em;
  line-height: 1.8;
}
.about__caution2 {
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: #FFF500;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  margin-bottom: clamp(10px,3vw,30px);
}
.about__caution2::before,
.about__caution2::after {
  content: '　';
  font-size: 12px;
}
.about__caution2--pink {
  font-size: 22px;
  font-weight: 600;
  color: #FC6775;
}
.about__graph {
  width: 330px;
  margin-bottom: clamp(18px,4vw,40px);
}
.about__bgRedArea {
  background-color: #FC6775;
  width: clamp(320px,64vw,640px);
  height: clamp(45px,9vw,90px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: clamp(23px,4.6vw,46vw);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(20px,4vw,40px);
}
.about__bgRedArea__text {
  font-size: clamp(12px,2.4vw,24px);
  font-family: var(--sans-font);
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
}
.about__scrollArea {
  width: 90vw;
  height: clamp(170px,34vw,340px);
  border: #DDDDDD dotted 1px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0 auto;
}
.about__scrollArea__text {
  font-size: clamp(7px,1.4vw,14px);
  font-family: var(--mincho-font);
  line-height: 2.86;
  text-align: left;
  padding-left: clamp(19px,3.8vw,38px);
}

/*====================================
  プリベントセクション
====================================*/
.prevent {
  text-align: center;
  margin-bottom: clamp(54px,10.8vw,108px);
}
.prevent__textBig {
  font-size: clamp(18px,3.6vw,36px);
  font-family: var(--mincho-font);
  letter-spacing: 0.02em;
  line-height: 1.78;
  margin-bottom: clamp(20px,4vw,40px);
}
.prevent__textBig--pink {
  font-size: clamp(22px,4.4vw,44px);
  font-weight: 600;
  color: #FC7683;
}
.prevent__text {
  font-size: clamp(12px,2.4vw,24px);
  font-family: var(--mincho-font);
  letter-spacing: 0.02em;
  line-height: 1.67;
  color: #707070;
  margin-bottom: clamp(20px,4vw,40px);
}
.prevent__text--pink {
  font-weight: bold;
  color: #FC6775;
  border-bottom: #FC6775 1px solid;
}
.prevent__img {
  width: 100%;
  margin-top: clamp(3px,0.6vw,6px);
  margin-bottom: clamp(24px,4.8vw,48px);
}

/*====================================
  ポイントセクション
====================================*/
.point {
  padding: clamp(9px,1.8vw,18px);
  margin-top: clamp(22px,4.4vw,44px);
  margin-left: auto;
  margin-right: auto;
}
.point__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: clamp(22px,4.4vw,44px);
}
.point__item {
  width: 50%;
  margin-bottom: clamp(25px,5vw,50px);
}
.point__item__img {
  height: 176px;
  margin-left: clamp(9px,4vw,40px);
}
.point__item__text {
  font-size: clamp(15px,3vw,30px);
  font-family: var(--rx-font);
  line-height: 1.47;
  text-align: center;
  margin-top: clamp(14px,2.8vw,28px);
}
.point__item__text--pink {
  color: #FC7F8E;
}

/*====================================
  エフェクトセクション
====================================*/
.effect {
  text-align: center;
  margin-bottom: clamp(40px,8vw,80px);
}
.effect__text {
  font-size: clamp(12px,2.4vw,24px);
  font-family: sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.67;
}
.effect__textSmall {
  font-size: clamp(8px,1.6vw,16px);
  font-family: var(--sans-font);
  letter-spacing: 0.02em;
  line-height: 2.5;
}

/*====================================
  FAQセクション
====================================*/
.faq {
  padding-left: clamp(15px,3vw,30px);
  padding-right: clamp(15px,3vw,30px);
  margin-bottom: clamp(70px,14px,140px);
}
.faq__item:first-child {
  margin-top: clamp(30px,8vw,80px);
}
.faq__item {
  border-bottom: #DDDDDD dotted 2px;
  padding-bottom: clamp(10px,3vw,30px);
  margin-bottom: clamp(14px,4vw,40px);
}
.faq__item:last-child {
  border-bottom: none;
}
.faq__item__title {
  display: flex;
  align-items: center;
  margin-bottom: clamp(10px,2vw,20px);
}
.faq__item__title__icon {
  width: clamp(30px,6vw,60px);
  margin-right: clamp(10px,2vw,20px);
}
.faq__item__title__text {
  font-size: clamp(15px,3vw,30px);
  font-family: var(--mincho-font);
  letter-spacing: 2;
}
.faq__item__text {
  font-size: clamp(12px,2.4vw,24px);
  font-family: var(--mincho-font);
  line-height: 1.67;
}

/*====================================
  インフォセクション
====================================*/
.info {
  padding-left: clamp(15px,3vw,30px);
  padding-right: clamp(15px,3vw,30px);
  margin-top: clamp(22px,4.4vw,44px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(65px,13vw,130px);
}
.info__title:first-of-type {
  margin-top: clamp(30px,6vw,60px);
}
.info__title {
  display: inline-block;
  font-size: clamp(10px,2vw,20px);
  font-family: var(--sans-font);
  line-height: 2;
  width: clamp(100px,20vw,200px);
  border: #707070 1px solid;
  border-radius: clamp(10px,2vw,20px);
  text-align: center;
  margin-bottom: clamp(12px,2.4vw,24px);
}
.info__text {
  font-size: clamp(15px,3vw,30px);
  font-family: var(--mincho-font);
  line-height: 1.93;
  margin-bottom: clamp(18px,3.6vw,36px);
}

/*====================================
  フッターエリア
====================================*/
.footer {
  font-family: var(--mincho-font);
  text-align: center;
  color: #000;
  margin-bottom: clamp(200px,40vw,400px);
}
.footer__logo {
  display: flex;
  align-items: center;
  margin-left: clamp(65px,13vw,130px);
  margin-bottom: clamp(17px,3.4vw,34px);
}
.footer__logo__img {
  margin-right: clamp(8px,1.6vw,16px);
}
.footer__logo__text {
  font-size: clamp(19px,3.8vw,38px);
}
.footer__menu {
  margin-bottom: clamp(16px,3.2vw,32px);
}
.footer__menu__item:not(:last-of-type) {
  margin-bottom: clamp(10px,2vw,20px);
}
.footer__menu__link {
  font-size: clamp(15px,3vw,30px);
  color: #000;
}
.footer__copyright {
  font-size: clamp(10px,2vw,20px);
}


/*====================================
  追従ボタン
====================================*/
.followBtn {
  position: fixed;
  bottom: clamp(3px,0.6vw,5px);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.followBtn__countdown {
  background-color: #fff;
  width: clamp(300px,60vw,440px);
  height: clamp(35px,7vw,50px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: clamp(18px,3.6vw,25px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(4px,0.8vw,6px);
}
.followBtn__countdown__text {
  font-size: clamp(15px,3vw,24px);
  font-family: var(--sans-font);
  letter-spacing: 0.02em;
  color: #6C5959;
}
.followBtn__countdown__text--pink {
  color: #FC7F8E;
}
.followBtn__countdown__text--small {
  font-size: clamp(12px,2.4vw,18px);
}
.followBtn .btn {
  margin-bottom: clamp(6px,1.2vw,10px);
}

/*====================================
  モーダル
====================================*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.modalWrap {
  width: 100%;
  height: 100%;
  background-color: rgba(91, 91, 91, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modalWrap__inner {
  display: block;
  width: 330px;
  height: 350px;
  background: var(--gradation-color);
  box-sizing: border-box;
}
.modalWrap__inner__link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  padding: 10px 15px;
}
.modalWrap__inner__text {
  font-size: 30px;
  line-height: 2;
  color: #fff;
}
.modalWrap__inner__limit {
  display: inline-block;
  font-size: 30px;
  background: linear-gradient(to right, #fffea7,#ffdd14 20%,#ffffa9 45%,#ffdd14 60%,#ffffa9 80%,#ffdd14);
  color: #643a14;
  padding: 15px 10px 10px;
  transform: rotate(-2deg);
  margin-bottom: 5px;
}
.modalWrap__inner__campaign {
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  color: var(--pink-color);
  border: var(--darkpink-color) 1px solid;
  padding: 10px 0 5px;
}
.modalWrap__inner .btn {
  width: 300px;
  height: 70px;
  border-radius: 35px;
  box-shadow: 0 5px 0 #189504;
  margin: 15px auto 0;
}
.modalWrap__inner .btn__top {
  font-size: 14px;
  width: 240px;
  height: 24px;
  letter-spacing: 0.05em;
  border-radius: 12px;
  margin-top: 6px;
}
.modalWrap__inner .btn__main {
  font-size: 24px;
  color: #fff;
  margin-top: 1px;
}
.modalWrap__inner .btn__main--small {
  font-size: 14px;
}

/*====================================
  サブページ
====================================*/
.sub__wrapper {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN",'Noto Sans JP', "Arial", "Yu Gothic", "Meiryo", sans-serif;
  max-width: 1024px;
  background-color: #f4bebd;
  color: #000;
  padding-top: clamp(20px,4vw,40px);
  padding-left: clamp(13px,2.6vw,26px);
  padding-right: clamp(13px,2.6vw,26px);
  margin-top: clamp(60px,12vw,90px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.sub__title {
  font-size: min(4.6vw,48px);
  font-weight: 500;
  text-align: center;
  padding-bottom: clamp(20px,4vw,40px);
}
.sub__return {
  text-align: center;
  padding-top: clamp(50px,8vw,80px);
  padding-bottom: clamp(50px,8vw,80px);
}
.sub__return__link {
  font-size: clamp(22px,3vw,30px);
  color: #ed9391;
}

/*-- 特定商取引法に基づく表示 --*/
.guidance__list {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
}
.guidance__dt {
  width: 100%;
  font-weight: normal;
  background-color: #edebeb;
  border: #c7c7c7 3px solid;
  padding: 10px 20px;
}
.guidance__dd {
  width: 100%;
  font-weight: normal;
  background-color: #fff;
  border-left: #c7c7c7 3px solid;
  border-right: #c7c7c7 3px solid;
  padding: 10px 20px;
}
.guidance__dd:last-of-type {
  border-bottom: #c7c7c7 3px solid;
}

/*-- 個人情報保護方針 --*/
.sub__privacy__list {
  font-size: 15px;
  line-height: 1.5;
  background-color: #fff;
  padding: 24px 15px;
  border-radius: 15px;
}
.sub__privacy__dt {
  font-weight: bold;
}
.sub__privacy__dd {
  font-weight: normal;
  margin-bottom: 40px;
}
.sub__privacy__dd:last-of-type {
  margin-bottom: 0;
}
.sub__privacy__dd--bold {
  font-weight: 700;
}

@media screen and (min-width: 375px) {
  .mv__top {
    background: url(../img/new_mv.png) no-repeat center top/cover;
  }
}
@media screen and (min-width: 390px) {
  .mv__top {
    background: url(../img/new_mv.png) no-repeat center top/cover;
  }
}
@media screen and (min-width: 414px) {
  .mv__top {
    background: url(../img/new_mv.png) no-repeat center top/cover;
  }
}
@media screen and (min-width: 428px) {
  .mv__top {
    background: url(../img/new_mv.png) no-repeat center top/cover;
  }
}

@media screen and (min-width: 405px) {
  .detail__exam__img {
    margin-top: 20px;
    width: 189px;
  }
  .detail__exam__text01 {
    margin-top: 35px;
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 500px) {
  .point__item__img {
    margin-left: clamp(30px,6vw,80px);
  }
}

@media screen and (min-width: 600px) {
  .mv__top {
    background: url(../img/new_mv.png) no-repeat center top/cover;
  }
  /* .mv__botom {
    background: url(../img/mv_bottom_tab.png) center center/cover;
  } */

  .privacy__title {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .privacy__title__text {
    margin-top: 10px;
  }
  .privacy__title__decoLeft,
  .privacy__title__decoRight {
    width: 97px;
  }
  .privacy__item__img {
    width: 80px;
  }

  .delivery__item__imgarea {
    width: 160px;
    height: 160px;
    border-radius: 15px;
  }
  .delivery__img {
    width: 160px;
    border-radius: 15px;
  }

  .detail__exam__img {
    margin-top: 20px;
    width: 302px;
  }
  .detail__exam__text01,
  .detail__exam__text02 {
    max-width: 300px;
    font-size: 14px;
  }
  .detail__exam__text01 {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .detail__exam__text {
    width: 230px;
  }

  .about__graph {
    width: 560px;
  }

  .point__item__img {
    height: 300px;
  }
}

@media screen and (min-width: 767px) {
  .guidance__dt {
    width: 20%;
    font-size: 18px;
    border-left: #c7c7c7 5px solid;
    border-right: #c7c7c7 5px solid;
    border-top: #c7c7c7 5px solid;
    border-bottom: none;
  }
  .guidance__dt:last-of-type {
    border-bottom: #c7c7c7 5px solid;
  }
  .guidance__dd {
    width: 80%;
    font-size: 18px;
    border-top: #c7c7c7 5px solid;
    border-left: none;
    border-right: #c7c7c7 5px solid;
    border-bottom: none;
  }
  .guidance__dd:last-of-type {
    border-bottom: #c7c7c7 5px solid;
  }

  .sub__privacy__list {
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 4.6% 3%;
  }

  .mv__top {
    background: url(../img/new_mv.png) no-repeat center top/cover;
  }
  /* .mv__botom {
    background: url(../img/mv_bottom_pc.webp) center center/cover;
  } */
}

@media screen and (min-width: 1024px) {
  .privacy__title {
    margin-top: 70px;
    margin-bottom: 130px;
  }
  .privacy__title__text {
    font-size: 44px;
    margin-top: 32px;
  }
  .privacy__title__decoLeft,
  .privacy__title__decoRight {
    width: 166px;
  }
  .privacy__item__img {
    width: 136px;
  }

  .delivery__item__imgarea {
    width: 273px;
    height: 273px;
    border-radius: 25px;
  }
  .delivery__img {
    width: 273px;
    border-radius: 25px;
  }

  .detail__exam__img {
    width: 516px;
  }
  .detail__exam__text {
    width: 400px;
  }
  .detail__exam__text01,
  .detail__exam__text02 {
    max-width: 400px;
    font-size: 20px;
  }
  .detail__exam__text01 {
    margin-top: 90px;
    margin-bottom: 145px;
  }

  .about__graph {
    width: 966px;
  }

  .point__item__img {
    height: 480px;
  }
}

/*-- Chromeのみ、画像縮小時のぼやけ改善 --*/
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}