* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  color: #5a5045;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
  font-style: normal;
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
}
img {
  vertical-align: bottom;
  display: inline-block;
  width: 100%;
}
li, dt, dd {
  vertical-align: top;
}
iframe {
  vertical-align: bottom;
}
a {
  color: #775a17;
  opacity: 1;
  transition-property: opacity, color, filter;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  word-break: break-all;
}
a:hover {
  opacity: 0.6;
}
#agreeCheckbox:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
label {
  cursor: pointer;
}
label:has(#agreeCheckbox:disabled) {
  opacity: 0.5;
  cursor: unset;
}
input#agreeCheckbox {
  transform: scale(1.5);
  margin-inline-end: 0.5rem;
}
/* ラベル全体をグレー表示にしたい場合（任意） */
.checkbox-label {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.3s;
}
.checkbox-label.active {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.btnSec {
  display: flex;
  justify-content: center;
}
#agreeButton {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
  background: #ccc;
  display: block;
  padding: 2rem;
  width: 80%;
  text-align: center;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: .6s ease;
}
#agreeButton.checked {
  background: #2982FF;
  opacity: 1;
  transition: .6s ease;
  color: #fff;
  pointer-events: all;
  cursor: pointer;
}
.agreeSec {
  text-align: center;
  margin-block-end: 1rem;
}
.toLPBtn {
  width: 100%;
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin-inline: auto;
  border-radius: 8px;
  margin-block-end: 2rem;
}
.exText {
  padding: 0 1rem;
}
h3 {
  color: #01419b;
  text-align: center;
  font-size: 24px;
  margin-block-start: 4rem;
}
.mainV {
  background: #ffffff;
  position: relative;
  margin-block-end: 30px;
}
.mainV img {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.bold {
  font-weight: 700;
}
p.attention {
  font-size: 34px;
  line-height: 1.4;
  color: #ff1313;
  text-align: center;
  font-weight: bold;
  width: 80%;
  margin: 10px auto 20px;
  border: 4px solid #ff1313;
  border-radius: 10px;
  padding: 0 0 5px 0;
}
span.campTtl {
    font-weight: 700;
}
p.hasListPoint {
    position: relative;
}
p.hasListPoint::before {
  position: relative;
    content: "●";
    color: #02419a;
    margin-inline-end: 0.4rem;
    font-size: 10px;
    vertical-align: bottom;
}
@media screen and (max-width:640px) {
  p.attention {
    font-size: 8vw;
    margin: 10px auto 29px;
  }
}
.pc_bg {
  background: #9acdff;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.wrapper {
  position: relative;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
p {
  line-height: 2.0em;
  letter-spacing: 0.03em;
  font-size: 16px;
  margin: 0 0 24px 0;
  color: #000;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
/* h1
	----------------------------------------------- */
h1 {
  margin: 0;
  width: 100%;
  padding-bottom: 60px;
  z-index: 900;
}
h1 img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
/* h2
	----------------------------------------------- */
h2 {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4em;
  font-size: 30px;
  letter-spacing: -0.03em;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  p {
    line-height: 1.7em;
    letter-spacing: -0.03em;
    font-size: clamp(15px, 3.6vw, 17px);
    margin: 0 0 2vw 0;
    text-align: justify;
    font-weight: 400;
  }
  /* h1
	----------------------------------------------- */
  h1 {
    margin: 0;
    width: 100%;
    padding: 0vw 0 4vw;
    z-index: 900;
  }
  h1 img {
    display: block;
    height: 100%;
    margin: 0 auto;
  }
  /* h2
	----------------------------------------------- */
  h2 {
    line-height: 1.4em;
    font-size: 5.5vw;
    letter-spacing: -0.03em;
    margin: 0 0 5vw 0;
    display: block;
    text-align: center;
  }
  .mainV::after {
    bottom: -14.1vw;
  }
}
/* ================================================================================

	header

================================================================================ */
/* PC
----------------------------------------------- */
header {
  margin: 0 auto;
  display: block;
  background-image: url(../images/bg_header.png);
  width: 100%;
  background-position: top;
  background-repeat: repeat-x;
  background-size: contain;
}
header .inner {
  max-width: 1000px;
  padding: 80px 0 70px;
  margin: 0 auto;
}
header img {
  width: 100%;
}
/* SP
----------------------------------------------- */
@media (max-width: 640px) {
  header {
    margin: 0 auto;
    display: block;
    background-image: url(../images/bg_header.png);
    width: 100%;
    background-repeat: repeat-x;
    background-size: contain;
  }
  header .inner {
    width: 90vw;
    padding: 6vw 0 6vw;
    margin: 0 auto;
  }
  header img {
    width: 100%;
    height: auto;
  }
}
.btnBox {
  margin-block: 0.5rem 1rem;
}
a.btnToShop {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #ffeaed;
  border: 4px solid #c50118;
  border-radius: 8px;
  color: #c50118;
  padding: 20px 2vw;
  font-weight: bold;
  font-size: clamp(14px, 2vw, 17px);
  position: relative;
  max-width: 400px;
  margin-inline: auto;
  margin-block-end: 1rem;
}
a.btnToShop::before {
  content: "";
  display: block;
  width: 30px;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url("../img/icon_cart.svg") no-repeat;
  background-size: 100% auto;
  position: relative;
  left: -9px;
}
a.btnToShop::after {
  content: "";
  display: block;
  width: 7px;
  height: auto;
  aspect-ratio: 7 / 9;
  background: url("../img/icon_triangle.svg") no-repeat;
  background-size: 100% auto;
  position: relative;
  right: -16px;
}
.btn {
  background: #fff;
  padding: 50px 30px;
}
.ctaBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9bcdff;
  width: 460px;
  height: 100px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  border-radius: 100vh;
  text-decoration: none;
  margin: 0 auto;
}
.btnInner {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  text-shadow: #3c85cc69 1px 1px 14px;
}
.ctaBtn::after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
}
.btnInner::before {
  content: "";
  display: block;
  width: 102px;
  height: 106px;
  background: url("../img/btnImg.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -66px;
  left: -112px;
}
.secCover {
  width: 92%;
  margin-inline: auto;
}
.secHeader {
  font-size: 24px;
  background: #02419a;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  width: 550px;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  padding: 10px;
}
.box h3 {
  color: #02419a;
  font-size: 19px;
  margin: 25px 0 13px;
}
span.txt-bold {
  background: #dbecfc;
  font-weight: 800;
  color: #02419a;
  font-size: 18px;
}
.font-large span.txt-bold {
  font-size: 1em;
}
@media screen and (max-width:640px) {
  .ctaBtn {
    width: 80%;
    height: 80px;
  }
  .ctaBtn::after {
    right: 20px;
  }
  .btnInner {
    color: #fff;
    font-weight: 700;
    font-size: 4.23vw;
    position: relative;
  }
  .btnInner::before {
    aspect-ratio: 102/106;
    width: 22vw;
    height: auto;
    left: -26vw;
  }
  .sec_header {
    font-size: 5.65vw;
  }
  .secHeader {
    font-size: clamp(18px, 4.7vw, 20px);
    width: 100%;
    margin: 20px auto 0;
    padding: 10px;
    border-radius: 10px 10px 0 0;
  }
  .secHeader:nth-of-type(1) {
    margin-top: 10px;
  }
  .box h3 {
    color: #02419a;
    font-size: 4.4vw;
    margin: 25px 0 13px;
  }
  .font-large {
    font-size: 4vw;
  }
  span.txt-bold {
    font-weight: 800;
    color: #02419a;
    background: #dbecfc;
    font-size: 4.4vw;
  }
}
/* ================================================================================

	sec01

================================================================================ */
/* PC
----------------------------------------------- */
.date {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 3vw;
}
.dateInfo {
  display: flex;
  flex-direction: column;
  font-weight: 900;
}
.year {
  text-align: left;
}
.time {
  text-align: right;
}
a.recipe_link {
  width: 100%;
  display: block;
  margin-block-end: 2rem;
}
a.recipe_link img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.box.premium {
  padding: 0;
  background: #fff;
  border: 1px solid #01419b;
  border-radius: 0 0 10px 10px;
}
.secSpacer {
  display: block;
  width: 100%;
  height: 3rem;
}
.plan-list {
  width: 90%;
  margin-inline: auto;
  display: block;
  margin-block-start: -2rem;
}
h2.scrollBoxHeader {
    color: #01419c;
    font-size: clamp( 18px, calc( 16px + 0.625vw ), 20px );
    margin-block: 2rem 0.6rem;
  text-align: left;
  font-feature-settings: "palt";
}
.box .subHeader {
  font-size: 18px;
  background: #BCD4F5;
  display: block;
  color: #000;
  padding-inline: 2vw;
}
.scrollBox .subHeader {
    font-size: clamp( 16px, calc( 14px + 0.625vw ), 18px );
    background: #BCD4F5;
    display: block;
    color: #01419b;
    padding: 1vw 2vw;
    text-align: left;
    font-weight: 500;
    line-height: 1.5;
}
.termsList,
.scrollBox ul {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  padding-inline-start: 3vw;
  color: #000;
}
.termsList ul,
.scrollBox ul {
  padding-inline-start: 3vw;
  color: #000;
  margin-block-start: 0.5rem;
}
ol.termsList > li {
    margin-block-end: 0.5rem;
}
.termsList ul > li {
  list-style-type: lower-alpha;
}

.scrollBox ul.normalList > li {
  list-style: none;
}
.termsList ul > li::marker,
.scrollBox ul > li::marker {
    color: #01419c;
}
.scrollBox p.right {
    text-align: right;
}
.flexB {
  display: flex;
}
.flexB p {
  margin-block-end: 0;
  white-space: nowrap;
}
.flexB ul.normalList {
    margin-block: 0;
}
.scrollBox p.alignRight {
    text-align: right;
    font-weight: bold;
    font-size: 15px;
}
#sec01 {
  background: #fff;
  padding: 0 0 80px;
  z-index: 11;
  position: relative;
  margin-block-start: -4rem;
}
#sec02 {
  background: #fff;
  padding: 0 0 20px;
}
.specialCase01 {
  font-size: 14px;
}
.lead {
  padding: 30px 65px 50px;
}
.lead p {
  margin-top: 30px;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 2.0;
  color: #003153;
  font-size: 16px;
}
.leadTxt {
  text-align: center;
}
.box {
  background: #F5F5F5;
  width: 550px;
  margin: 0 auto 40px;
  border-radius: 10px;
  padding: 27px;
}
/* ----------------
duration
------------------ */
.date {
  font-size: 19px;
  color: #02419a;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.date .strong {
  font-size: 32px;
}
.duration {
  font-size: 32px;
}
.so_subHeaer {
  font-size: 20px;
  color: #005EB8;
  position: relative;
  padding-left: 1.6em;
}
.so_subHeaer::before {
  content: "●";
  font-size: 32px;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.special-offer p {
  margin-bottom: 45px;
}
.apdx {
  font-size: 14px;
  line-height: 1.9;
  font-weight: 400;
  margin-block-end: 8px;
}
.apdx-red {
  font-size: 14px;
  line-height: 1.7;
  color: #FF0D0D;
  margin-block-end: 8px;
}
.apdx.enph {
  font-size: 16px;
}
.inDateSec {
  text-align: right;
}
.txt-red {
  color: #FF0004;
  font-weight: 500;
}
.icon {
  display: inline-block;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 42 / 29;
  background: url("../img/icon_mission.png") no-repeat;
  background-size: 100% auto;
  margin: 0 0.3em;
}
.couponSec {
  margin-block-start: 2rem;
}
.couponSec_inner {
  background: #fff;
  border-radius: 18px;
  text-align: center;
  padding: 22px;
}
p.notice {
  text-align: center;
  font-weight: bold;
  position: relative;
  color: #c50118;
}
.couponSec_inner:nth-of-type(2) {
  position: relative;
}
.couponSec_inner:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  border-top: 2px dashed #ccc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.coupon {
  text-align: center;
  font-size: 22px;
  color: #02419a;
  font-weight: bold;
  margin-block-end: 0;
}
.msg {
  width: 76%;
  margin-block-end: 0.5rem;
  max-width: 300px;
}
/* ----------------
list style
------------------ */
.innerBox {
  background: #fff;
  padding: 3vw;
  font-size: 13px;
  color: #000;
  margin-bottom: 20px;
}
.innerBox p {
  font-size: 14px;
}
.innerBox p.list {
  position: relative;
  padding-left: 1.3em;
  font-size: 14px;
  margin-block-end: 10px;
  line-height: 1.6;
}
.innerBox p.list:last-child {
  margin-bottom: 0;
}
.innerBox p.list::before {
  content: "●";
  font-size: 0.8em;
  color: #02419a;
  position: absolute;
  left: 0;
  top: 3px;
}
.innerBox p.list.large-list {
  font-size: 18px;
  margin: 0;
}
.innerBox img {
  display: inline;
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 20px 6px 0;
}
.recipBox {
  margin-block: 20px 40px;
  border: 1px solid #ccc;
  padding-block-start: 20px;
  padding-inline: 20px;
}
h3.contact_header {
  font-weight: 300;
  color: #fff;
  font-size: 17px;
  background: #02419a;
  text-align: center;
  margin: 2vw auto 3vw;
}
.contact .box {
  border: 6px solid #01419b;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
/* ----------------
img extra style
------------------ */
.stepImg {
  width: 90%;
  display: block;
  margin-inline: auto;
  margin-block: 20px;
}
.imgProducts {
  margin-block-end: 40px;
}
/* ----------------
slider
------------------ */
.flow {
  margin: 30px auto;
  border-radius: 10px;
}
.flow_inner {
  border: 2px solid #9bcdff;
  border-radius: 10px;
  overflow: hidden;
}
.slick-prev, .slick-next {
  width: 29px;
  height: 50px;
}
.slick-prev {
  left: -20px;
  z-index: 3;
}
.slick-next {
  right: -20px;
  z-index: 4;
}
.slick-prev:before {
  content: "";
  display: block;
  width: 29px;
  height: 50px;
  background: url("../img/slider-arrow1.svg") no-repeat;
  background-size: 100% auto;
}
.slick-next:before {
  content: "";
  display: block;
  width: 29px;
  height: 50px;
  background: url("../img/slider-arrow2.svg") no-repeat;
  background-size: 100% auto;
}
header.header {
  font-size: 22px;
  background: #02419a;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 1rem 0;
}
.front_secHeader {
  color: #02419a;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: clamp(24px, calc(22px + 0.625vw), 32px);
  margin-block-end: 2rem;
}
.front_sec {
  padding: 0 2rem;
  margin-block-end: 3rem;
}
.mainContents {
  border: 5px solid #01419c;
  padding: 3vw 3vw 1.8rem;
  margin-block-end: 2rem;
  background: #fff0f0;
}
.mainContents h3 {
    margin-block-start: 1rem;
  font-size: clamp( 20px, calc( 15.733333333333334px + 1.3333333333333335vw ), 24px );
}
.exText + p.apdx {
  text-align: center;
  line-height: 1.5;
  margin-block-end: 0.8rem;
  margin-inline: auto;
    display: block;
}
.aboutData {
  background: #EEF9FF;
  padding: 0;
  border-radius: 2px;
  margin-block: 0.8rem;
  width: 80%;
  margin-inline: auto;
}
.aboutData p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7rem;
  font-weight: normal;
  line-height: 1.7;
    font-size: clamp(13.5px, calc(11.9px + 0.5vw), 15px);
}
.aboutData h5 {
  margin-block: 0;
  color: #01419b;
  display: block;
  width: 100%;
  border-radius: 2px 2px 0 0;
  text-align: center;
  background: #A8E0FE;
  padding-block: 0.3rem;
}
@media screen and (max-width: 640px) {
  .lead {
    padding: 0vw 30px 1vw;
  }
  .lead p {
    font-size: 3.53vw;
  }
  #sec01 {
    background: #fff;
    padding: 0 0 6vw;
    margin-block-start: -4rem;
  }
  .box {
    width: 100%;
    padding: 4vw;
    border-radius: 0 0 10px 10px;
    margin-bottom: 2rem;
  }
  .date {
    font-size: 3.29vw;
    margin-block-end: 0.2rem;
  }
  .duration {
    width: clamp(30px, 10vw, 52px);
  }
  .dateInfo {
    font-size: 4vw;
  }
  .flow {
    width: 92%;
    padding: 0;
    border-radius: 0 0 10px 10px;
    margin: 40px auto;
  }
  .innerBox {
    background: #fff;
    padding: 3vw;
    font-size: 3.29vw;
    color: #000;
    margin-bottom: 20px;
  }
  .innerBox p {
    font-size: clamp(12px, 3.29vw, 14px);
    font-weight: 400;
  }
  .innerBox p.list {
    position: relative;
    padding-left: 3.29vw;
    font-size: clamp(12px, 3.29vw, 14px);
    font-weight: 400;
    line-height: 1.6;
    margin-block-end: 10px;
  }
  .innerBox p.list.large-list {
    margin: 0;
    padding-left: 5vw;
    font-size: clamp(14px, 2.6vw, 16px);
    font-weight: 500;
  }
  a.recipe_link img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .apdx {
    font-size: clamp( 12px, calc( 9.866666666666667px + 0.6666666666666667vw ), 14px );
    line-height: 1.7;
    display: inline-block;
    width: 100%;
  }
  .apdx-red {
    font-size: clamp(12px, 3.29vw, 14px);
    line-height: 1.5;
    color: #FF0D0D;
    display: block;
    margin-block: 0.5rem;
  }
  .apdx.enph {
    font-size: 4vw;
  }
  .front_sec {
    padding: 0 3vw;
    margin-block-end: 3rem;
  }
}
.box:has(.scrollBox) {
  padding: 27px 0;
}
.scrollBox {
  background-color: #fff;
  overflow-y: scroll;
  width: auto;
  height: 280px;
  margin: 0 auto 2rem;
  padding: 10px 27px;
}
.scrollBox::-webkit-scrollbar {
  width: 15px;
}
.scrollBox::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 15px;
}
.scrollBox::-webkit-scrollbar-thumb {
  background-color: #3c85cc;
  border-radius: 15px;
}
.scrollBox p {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width:620px) {
  .box:has(.scrollBox) {
    padding: 4vw 0;
  }
  .scrollBox {
    width: 100%;
    height: 250px;
    padding: 20px 4vw;
    margin-block-end: 1rem;
  }
}
/* ================================================================================

	footer

================================================================================ */
.sp {
  display: none !important;
}
.copyright {
  background: #fff;
}
.to_top {
  position: absolute;
  top: -20px;
  border: 2px solid #ccc;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 3px;
  box-sizing: border-box;
  background: #fff;
}
.copyright {
  font-size: 12px;
  clear: both;
  border-top: none;
  margin: 0;
  padding: 0 0 2vw;
  text-align: center;
}
.to_top {
  position: absolute;
  top: 50px;
  border: none;
  width: 60px;
  height: 60px;
  text-align: center;
  box-sizing: border-box;
  background: #005eb8;
  border-radius: 100vh;
}
.to_top img {
  position: relative;
  width: 44%;
  top: 50%;
  transform: translateY(-70%);
}
.float_btn {
  position: fixed;
  bottom: 0;
  right: 40px;
  z-index: 150;
  opacity: 0;
  transition: ease 1s;
}
.float_btn a {
  display: inline-block;
  width: 300px;
}
.float_btn img {
  display: inline-block;
  width: 100%;
}
.emerge {
  opacity: 1;
  transition: ease 1s;
  transform: translateY(0);
}
.sp_visible {
  display: none;
}
.pc_visible {
  display: inline-block;
}
.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact_info p {
    font-size: 15px;
  }
  .sp_visible {
    display: inline-block;
  }
  .float_btn {
    bottom: 2vw;
    right: 2vw;
    width: 40vw;
    text-align: center;
  }
  .float_btn a {
    display: inline-block;
    width: 96%;
    max-width: 500px;
  }
  .pc_visible {
    display: none;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .to_top {
    top: 0;
  }
}
#backButton {
  position: sticky;
  bottom: 26px;
  text-align: right;
  margin-right: 20px;
}
#backButton > button {
  background-color: #02419A;
  color: white;
  border: none;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 24px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 1000;
}