@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*
common
---------------------------*/
html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  color: #333333;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #ffffff;
}
@media (min-width: 350px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  body {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.notoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-size: inherit;
}

a,
button {
  display: inline-block;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.5;
}

span {
  font-weight: inherit;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-size: min(8vw, 30px);
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
}
h1 + h1 {
  margin-top: -20px;
}
h1 .em {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #ffffff;
}
h1 .diagonal {
  font-size: 26px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
@media (min-width: 769px) {
  h1 {
    font-size: min(5vw, 74px);
  }
  h1 .em {
    font-size: min(5.5vw, 90px);
  }
  h1 .diagonal {
    font-size: min(4.5vw, 62px);
  }
}

h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #161840;
}
h2.white {
  color: #ffffff;
}
@media (min-width: 769px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  color: #00C2E8;
}
@media (min-width: 769px) {
  h3 {
    font-size: 28px;
  }
}

section + section .wrap {
  margin-top: 50px;
}
section .inner {
  width: 90%;
  max-width: 1110px;
  margin: 0 auto;
}
section .sectionImgWrap {
  margin: 0 auto 50px;
}
section .sectionImgWrap.good {
  width: 38px;
  height: 52px;
}
section .sectionImgWrap.yuho {
  width: 54px;
  height: 85px;
}
section .sectionImgWrap.pizza {
  width: 59px;
  height: 59px;
}
section .sectionImgWrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
section .sectionTitle {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
}
section .sectionTitle .imgWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  height: 70px;
}
section .sectionTitle .imgWrap img {
  height: auto;
}
section .sectionTitle .imgWrap + h2 {
  padding-top: 15px;
  line-height: 1;
  text-indent: 135px;
}
section .detail p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #161840;
}
section .detail p .number {
  font-size: 18px;
  line-height: 20px;
}
section .detail p a {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #05C0F8;
  border-bottom: 2px solid #00C2E8;
}
section .content {
  margin-top: 50px;
}
section .content + .content {
  margin-top: 60px;
}
section .content .detail p + p {
  margin-top: 25px;
}
@media (min-width: 769px) {
  section + section .wrap {
    margin-top: 160px;
  }
  section .sectionImgWrap {
    margin: 0 auto 120px;
  }
  section .sectionImgWrap.good {
    width: 76px;
    height: 105px;
  }
  section .sectionImgWrap.yuho {
    width: 108px;
    height: 171px;
  }
  section .sectionImgWrap.pizza {
    width: 118px;
    height: 118px;
  }
  section .sectionTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 48px;
  }
  section .sectionTitle .imgWrap {
    width: 185px;
    height: 91px;
  }
  section .sectionTitle .imgWrap + h2 {
    padding-top: 15px;
    text-indent: 185px;
  }
  section .detail p {
    font-size: 24px;
  }
  section .detail p .number {
    font-size: 26px;
  }
  section .detail p a {
    font-size: 20px;
  }
  section .content {
    margin-top: 80px;
  }
}

.wd-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.btnWrap.toForm {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  border-radius: 48.5px;
  -webkit-box-shadow: 0 9px 0 0 #0093BF;
          box-shadow: 0 9px 0 0 #0093BF;
}
.btnWrap.toForm a {
  width: 100%;
  height: 100%;
  padding: 15px 10px 15px 40px;
  font-size: min(5.5vw, 20px);
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  color: #0093BF;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd900), to(#ebff00));
  background: linear-gradient(#ffd900 0%, #ebff00 100%);
  border: 2px solid #ffffff;
  border-radius: 48.5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btnWrap.toForm a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22.5px;
  margin: auto 0;
  width: 16px;
  height: 18px;
  background: url("/lp/woltcp/img/icon/icon-triangle-blue-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btnWrap.toForm a:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 1;
}
@media (min-width: 769px) {
  .btnWrap.toForm {
    max-width: 590px;
  }
  .btnWrap.toForm a {
    padding: 29px 57px;
    font-size: 30px;
  }
  .btnWrap.toForm a::before {
    left: 37px;
    width: 27px;
    height: 31px;
  }
}
@media (min-width: 1000px) {
  .btnWrap.toForm a {
    font-size: 36px;
  }
}

.mode_pc,
.mode_pc_ib,
.mode_pc_inl,
.mode_pc_1000,
.mode_pc_1440 {
  display: none;
}

.mode_sp,
.mode_sp_390,
.mode_sp_1000,
.mode_sp_1440 {
  display: block;
}

.mode_sp_ib {
  display: inline-block;
}

.shadow {
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.05));
}

@media (min-width: 390px) {
  .mode_sp_390 {
    display: none;
  }
}
@media (min-width: 769px) {
  .mode_pc {
    display: block;
  }
  .mode_pc_ib {
    display: inline-block;
  }
  .mode_pc_inl {
    display: inline;
  }
  .mode_sp,
  .mode_sp_ib {
    display: none;
  }
}
@media (min-width: 1000px) {
  .mode_pc_1000 {
    display: block;
  }
  .mode_sp_1000 {
    display: none;
  }
}
@media (min-width: 1440px) {
  .mode_pc_1440 {
    display: block;
  }
  .mode_sp_1440 {
    display: none;
  }
}
/*
mv
---------------------------*/
#mv {
  overflow: hidden;
}
#mv .wrap {
  position: relative;
  padding: 50px 0 58px;
  background: #00C2E8;
  border-radius: 0 0 20px 20px;
}
#mv .inner {
  position: relative;
  width: 95%;
  max-width: 390px;
  margin: 0 auto;
}
#mv .leftIcon .pluImgWrap,
#mv .rightIcon .pluImgWrap {
  width: 100%;
}
#mv .leftIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 456px;
  height: 100%;
}
#mv .leftIcon .contents {
  position: relative;
  height: 80.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mv .leftIcon .contents .smile {
  width: 54px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1/1;
}
#mv .leftIcon .contents .hand {
  width: 98px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 190px;
  margin-left: -8px;
  aspect-ratio: 81/61;
}
#mv .leftIcon .contents .potato {
  width: 44px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 25px;
  margin-left: -10px;
  aspect-ratio: 36/49;
}
#mv .rightIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 460px;
  height: 100%;
}
#mv .rightIcon .contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 78%;
}
#mv .rightIcon .contents .burger {
  width: 60px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: -10px;
  margin-right: -10px;
  aspect-ratio: 60/62;
}
#mv .rightIcon .contents .heart {
  width: 33px;
  max-width: 109px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: -18px;
  margin-left: auto;
  margin-right: 21px;
  aspect-ratio: 33/28;
}
#mv .rightIcon .contents .star {
  width: 60px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 5.5px;
  aspect-ratio: 60/54;
}
#mv .rightIcon .contents .sparkles {
  width: 22px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0;
  margin-left: auto;
  margin-right: 80px;
  aspect-ratio: 22/28;
}
#mv .rightIcon .contents .yuho {
  width: 105px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: -135px;
  margin-left: auto;
  margin-right: -18px;
  aspect-ratio: 105/115;
}
#mv .logoWrap {
  width: 270px;
  height: 47px;
  margin: 0 auto;
}
#mv .logoWrap img {
  height: auto;
}
#mv .textWrap {
  margin: 30px 0 40px;
}
#mv .textWrap .sub {
  position: relative;
  margin-bottom: 20px;
}
#mv .textWrap .sub::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 0;
  width: 38px;
  height: 53px;
  max-height: 220px;
  background: url("/lp/woltcp/img/character/ezoca-woopee.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#mv .textWrap .main {
  width: min(86vw, 333px);
  height: 90px;
  margin: 0 auto;
}
#mv .textWrap .main img {
  height: auto;
}
#mv .textWrap p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  padding-right: 35px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #ffffff;
}
@media (min-width: 390px) {
  #mv .textWrap .sub::before {
    top: 0;
    width: 42px;
    height: 58px;
  }
}
@media (min-width: 769px) {
  #mv .wrap {
    padding: 100px 0 76px;
    border-radius: 0 0 80px 80px;
  }
  #mv .inner {
    right: auto;
    width: 65%;
    max-width: 1000px;
  }
  #mv .leftIcon {
    position: absolute;
    top: 17.5px;
    max-width: 1920px;
  }
  #mv .leftIcon .contents {
    height: 85%;
  }
  #mv .leftIcon .contents .smile {
    width: 20vw;
    max-width: 268px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 33px;
  }
  #mv .leftIcon .contents .hand {
    width: 26vw;
    max-width: 497px;
    margin-top: 52px;
    margin-left: -50px;
    aspect-ratio: 497/388;
  }
  #mv .leftIcon .contents .potato {
    width: 12vw;
    max-width: 215px;
    margin-top: 70px;
    margin-left: 5%;
    aspect-ratio: 215/226;
  }
  #mv .rightIcon {
    max-width: 1920px;
  }
  #mv .rightIcon .contents {
    left: auto;
    height: 85%;
  }
  #mv .rightIcon .contents .burger {
    width: 20vw;
    max-width: 317px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: -62px;
    margin-right: -37px;
    aspect-ratio: 317/324;
  }
  #mv .rightIcon .contents .heart {
    width: 6vw;
    max-width: 109px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: -28px;
    margin-right: 20%;
    aspect-ratio: 109/93;
  }
  #mv .rightIcon .contents .star {
    width: 14vw;
    max-width: 217px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 32px;
    margin-right: 5%;
    aspect-ratio: 217/195;
  }
  #mv .rightIcon .contents .sparkles {
    width: 4.5vw;
    max-width: 83px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 86px;
    margin-right: 15%;
    aspect-ratio: 83/109;
  }
  #mv .rightIcon .contents .yuho {
    width: 20vw;
    max-width: 380px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: -158px;
    margin-right: -45px;
    aspect-ratio: 10/11;
  }
  #mv .logoWrap {
    width: 45vw;
    max-width: 673px;
    height: 7vw;
    max-height: 104px;
    margin: 0 auto;
  }
  #mv .textWrap {
    margin: 45px 0 65px;
  }
  #mv .textWrap .sub {
    margin-bottom: 25px;
  }
  #mv .textWrap .sub::before {
    width: 10.2vw;
    max-width: 161px;
    height: 14vw;
  }
  #mv .textWrap .main {
    width: 50vw;
    max-width: 775px;
    height: 10.8vw;
    max-height: 165px;
  }
  #mv .textWrap p {
    margin-top: 50px;
    padding-right: 0;
    font-size: 2.3vw;
    text-align: center;
  }
  #mv .textWrap p .number {
    font-size: 2.7vw;
  }
}
@media (min-width: 1000px) {
  #mv .textWrap {
    margin: 73px 0 85px;
  }
  #mv .textWrap p {
    margin-top: 74px;
    font-size: min(2vw, 36px);
  }
  #mv .textWrap p .number {
    font-size: min(2.2vw, 40px);
  }
}
@media (min-width: 1920px) {
  #mv .leftIcon .contents .potato {
    margin-left: 243px;
  }
  #mv .rightIcon .contents .heart {
    margin-right: 466px;
  }
  #mv .rightIcon .contents .star {
    margin-right: 249px;
  }
  #mv .rightIcon .contents .sparkles {
    margin-right: 383px;
  }
  #mv .rightIcon .contents .yuho {
    margin-right: 29px;
  }
}

/*
overview
---------------------------*/
#overview .wrap {
  margin-top: 50px;
}
#overview .inner {
  position: relative;
  max-width: 1260px;
}
#overview .inner::before {
  content: "";
  position: absolute;
  top: 105px;
  right: 11.5%;
  width: 27.6%;
  max-width: 100px;
  height: auto;
  max-height: 288px;
  aspect-ratio: 258/288;
  background: url("/lp/woltcp/img/emoji/emoji-bicycle.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#overview .inner::after {
  content: "";
  position: absolute;
  top: 105px;
  right: 0;
  width: 15%;
  max-width: 55px;
  height: auto;
  max-height: 146px;
  aspect-ratio: 176/146;
  background: url("/lp/woltcp/img/logo/wolt-paper-bag.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#overview .main {
  margin-top: 20px;
}
#overview .main .imgWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 7vw;
  max-height: 30px;
}
#overview .main .imgWrap + .imgWrap {
  margin-top: 28px;
}
#overview .main .imgWrap img {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#overview .sub {
  margin-top: 30px;
}
#overview .sub p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #161840;
}
#overview .sub p + p, #overview .sub p + a {
  margin-top: 20px;
}
#overview .sub p .number {
  font-size: 16px;
  line-height: 20px;
}
#overview .sub a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #05C0F8;
  border-bottom: 2px solid #00C2E8;
}
#overview .sub a + p, #overview .sub a + a {
  margin-top: 20px;
}
@media (min-width: 769px) {
  #overview .wrap {
    margin-top: 100px;
  }
  #overview .inner::before {
    top: 152px;
    width: 21%;
    max-width: 258px;
  }
  #overview .inner::after {
    top: 152px;
    max-width: 176px;
  }
  #overview .main {
    margin-top: 84px;
  }
  #overview .main .imgWrap {
    height: 6vw;
    max-height: 80px;
  }
  #overview .sub {
    margin-top: 60px;
  }
  #overview .sub p {
    font-size: 20px;
    text-align: center;
  }
  #overview .sub p + p {
    margin-top: 28px;
  }
  #overview .sub p .number {
    font-size: 22px;
  }
  #overview .sub a {
    font-size: 20px;
  }
}

/*
benefit
---------------------------*/
#benefit ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#benefit ul li + li {
  margin-top: 20px;
}
#benefit ul li .imgWrap {
  width: 38px;
  height: 38px;
}
#benefit ul li .textWrap {
  width: calc(100% - 38px);
  padding-left: 10px;
}
#benefit ul li .textWrap p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #161840;
}
#benefit ul li .textWrap p .sm {
  font-size: 12px;
  line-height: 1.9;
}
@media (min-width: 769px) {
  #benefit ul li + li {
    margin-top: 44px;
  }
  #benefit ul li .imgWrap {
    width: 68px;
    height: 68px;
  }
  #benefit ul li .textWrap {
    width: calc(100% - 68px);
    padding-left: 24px;
  }
  #benefit ul li .textWrap p {
    font-size: 24px;
  }
  #benefit ul li .textWrap p .sm {
    font-size: 20px;
  }
}

/*
form
---------------------------*/
#form .inner {
  background: #00C2E8;
  border-radius: 20px;
}
#form .formWrap {
  width: 89%;
  max-width: 593px;
  margin: 0 auto;
  padding: 30px 0 40px;
}
#form .errTitle {
  margin-bottom: 25px;
  padding: 8px 5px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #FF070B;
  text-align: center;
  border: 2px solid #FF070B;
  background: #f9e0e0;
}
#form dl + dl {
  margin-top: 14px;
}
#form dt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
  color: #ffffff;
}
#form dd input {
  width: 100%;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #333333;
  background: #ffffff;
}
#form dd input.number {
  letter-spacing: 0.1em;
}
#form .err {
  margin: 7px 0 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #FF070B;
}
#form .consent {
  margin-top: 28px;
}
#form .consent .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}
#form .consent .title p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #ffffff;
}
#form .consent .detailArea {
  max-height: 210px;
  padding: 14px 12px;
  background: #ffffff;
  border: 3px solid #86EBFF;
  overflow-y: scroll;
}
#form .consent .detailArea p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 20px;
  color: #333333;
}
#form .consent .detailArea p + p:not(.detailTitle + p) {
  margin-top: 20px;
}
#form .consent .agreeWrap {
  margin-top: 26px;
}
#form .consent .agreeWrap label {
  cursor: pointer;
}
#form .consent .agreeWrap span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 43px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #ffffff;
}
#form .consent .agreeWrap span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 33px;
  height: 33px;
  background: #ffffff;
  border-radius: 5px;
}
#form .consent .agreeWrap input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  width: 35px;
  height: 28px;
  background: url("/lp/woltcp/img/icon/icon-check.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#form .consent .agreeWrap .err {
  padding-left: 75px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  color: #FF070B;
}
#form .btnWrap {
  width: 157px;
  margin: 26px auto 0;
}
#form .btnWrap button {
  width: 100%;
  height: 100%;
  padding: 9px 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  color: #0093BF;
  background: #FFC600;
  border-radius: 21px;
}
#form .btnWrap button:hover {
  background: #FFED81;
  opacity: 1;
}
#form .btnWrap button:disabled {
  background: #FFED81;
}
@media (min-width: 769px) {
  #form .formWrap {
    width: 95%;
    max-width: 593px;
    margin: 0 auto;
    padding: 50px 0 60px;
  }
  #form .errTitle {
    margin-bottom: 30px;
    padding: 10px 5px;
    font-size: 20px;
  }
  #form dl + dl {
    margin-top: 27px;
  }
  #form dt {
    font-size: 24px;
  }
  #form dd input {
    font-size: 20px;
  }
  #form .err {
    margin: 10px 0 17px;
    font-size: 16px;
  }
  #form .consent {
    margin-top: 32px;
  }
  #form .consent .title p {
    font-size: 24px;
  }
  #form .consent .detailArea {
    max-height: 250px;
    padding: 8px 10px;
  }
  #form .consent .detailArea p {
    font-size: 16px;
  }
  #form .consent .agreeWrap {
    margin-top: 50px;
  }
  #form .consent .agreeWrap span {
    padding-left: 71px;
    font-size: 24px;
  }
  #form .consent .agreeWrap span::before {
    width: 51px;
    height: 51px;
  }
  #form .consent .agreeWrap input[type=checkbox]:checked + span::after {
    width: 53px;
    height: 43px;
  }
  #form .consent .agreeWrap .err {
    margin-top: 15px;
    font-size: 20px;
  }
  #form .btnWrap {
    width: 287px;
    margin: 80px auto 0;
  }
  #form .btnWrap button {
    padding: 13px 0 16px;
    font-size: 32px;
    border-radius: 38px;
  }
  #form .btnWrap button:hover {
    background: #FFED81;
    opacity: 1;
  }
  #form .btnWrap button:disabled {
    background: #FFED81;
  }
}

/*
woltPlus
---------------------------*/
#woltPlus .attention {
  margin: 30px 0 60px;
}
#woltPlus .attention p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #161840;
}
#woltPlus .attention p + p {
  margin-top: 24px;
}
#woltPlus .attention p .number {
  font-size: 16px;
}
#woltPlus .attention p a {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 24px;
  color: #05c0f8;
  border-bottom: 2px solid #00C2E8;
}
@media (min-width: 769px) {
  #woltPlus .attention {
    margin: 87px 0 60px;
  }
  #woltPlus .attention p {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.4;
    color: #161840;
  }
  #woltPlus .attention p + p {
    margin-top: 28px;
  }
  #woltPlus .attention p .number {
    font-size: 22px;
  }
  #woltPlus .attention p a {
    font-size: 20px;
  }
}

/*
faq
---------------------------*/
#faq .content {
  margin-bottom: 60px;
}
#faq .content dl {
  cursor: pointer;
}
#faq .content dl + dl {
  margin-top: 20px;
}
#faq .content dl.active {
  background: #F8F8F8;
  border-radius: 26px;
}
#faq .content dl.active dt {
  color: #00C2E8;
  background: transparent;
}
#faq .content dl.active dt::before {
  background: url("/lp/woltcp/img/text/Q-blue-text.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#faq .content dl.active dt::after {
  background: url("/lp/woltcp/img/icon/icon-triangle-lightblue-bottom.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#faq .content dl dt {
  position: relative;
  padding: 14px 35px 14px 60px;
  font-size: min(4.3vw, 16px);
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #ffffff;
  background: #00C2E8;
  border-radius: 38px;
}
#faq .content dl dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto 0;
  width: 20px;
  height: 26px;
  background: url("/lp/woltcp/img/text/Q-text.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#faq .content dl dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 15px;
  height: 12px;
  background: url("/lp/woltcp/img/icon/icon-triangle-white-bottom.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#faq .content dl dd {
  display: none;
  padding: 15px 20px 20px 20px;
}
#faq .content dl dd p {
  font-size: min(4.3vw, 16px);
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #00C2E8;
}
#faq .content dl dd p + p, #faq .content dl dd p + a {
  margin-top: 10px;
}
#faq .content dl dd a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #00C2E8;
  border-bottom: 2px solid #03C2E8;
}
#faq .content dl dd a + p, #faq .content dl dd a + a {
  margin-top: 10px;
}
@media (min-width: 769px) {
  #faq .content dl + dl {
    margin-top: 31px;
  }
  #faq .content dl.active {
    background: #F8F8F8;
    border-radius: 40px;
  }
  #faq .content dl.active dt {
    color: #00C2E8;
    background: transparent;
  }
  #faq .content dl.active dt::before {
    background: url("/lp/woltcp/img/text/Q-blue-text.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #faq .content dl.active dt::after {
    background: url("/lp/woltcp/img/icon/icon-triangle-lightblue-bottom.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #faq .content dl dt {
    padding: 21px 85px 23px 99px;
    font-size: 24px;
    border-radius: 40px;
  }
  #faq .content dl dt::before {
    left: 40px;
    width: 35px;
    height: 44px;
  }
  #faq .content dl dt::after {
    right: 50px;
    width: 23px;
    height: 19px;
  }
  #faq .content dl dd {
    padding: 24px 85px 21px 99px;
  }
  #faq .content dl dd p {
    font-size: 24px;
  }
  #faq .content dl dd a {
    font-size: 26px;
  }
}

/*
contact
---------------------------*/
#contact .wrap {
  padding: 30px 0;
  background: #F8F8F8;
}
#contact .contactWrap + .contactWrap {
  margin-top: 30px;
}
#contact .contactWrap p {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: center;
  color: #161840;
}
#contact .contactWrap a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #05C0F8;
  border-bottom: 2px solid #00C2E8;
}
@media (min-width: 769px) {
  #contact .wrap {
    padding: 50px 0;
  }
  #contact .contactWrap + .contactWrap {
    margin-top: 60px;
  }
  #contact .contactWrap p {
    margin-bottom: 20px;
    font-size: 24px;
  }
  #contact .contactWrap a {
    font-size: 20px;
  }
}

/*
attention
---------------------------*/
#attention ul li {
  padding-left: 0.7em;
  text-indent: -0.7em;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #161840;
}
#attention ul li + li {
  margin-top: 25px;
}
#attention ul li a {
  margin: 0 5px;
}
#attention ul li ul li {
  padding-left: 1.6em;
  text-indent: -1.6em;
}
#attention ul li ul li p + p {
  margin-top: 0;
}
@media (min-width: 769px) {
  #attention ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #attention ul li ul {
    margin-left: -1em;
  }
  #attention ul li ul li {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
}

/*
footer
---------------------------*/
footer {
  padding-top: 60px;
}
footer .wrap {
  position: relative;
  margin-top: 22.5vw;
  padding: 50px 0;
  background: #00C2E8;
}
footer .wrap::before {
  content: "";
  position: absolute;
  top: -22.5vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 20px;
  width: calc(100% - 40px);
  max-width: 604px;
  height: auto;
  aspect-ratio: 604/155;
  background: url("/lp/woltcp/img/character/transparent-ezoca-character.png");
  background-repeat: no-repeat;
  background-size: cover;
}
footer .inner {
  width: 90%;
  max-width: 1110px;
  margin: 0 auto;
}
footer ul li + li {
  margin-top: 20px;
}
footer ul li a {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer ul li a.blank::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto 0;
  width: 14px;
  height: 14px;
  background: url("/lp/woltcp/img/icon/icon-link.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer ul li a:hover {
  color: #FFC600;
  opacity: 1;
}
footer ul li a:hover.blank::after {
  background: url("/lp/woltcp/img/icon/icon-link-yellow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
@media (min-width: 480px) {
  footer .wrap {
    margin-top: max(23.6vw, 155px);
  }
  footer .wrap::before {
    top: max(-23.6vw, -155px);
  }
}
@media (min-width: 769px) {
  footer {
    padding-top: 120px;
  }
  footer .wrap {
    margin-top: 155px;
  }
  footer .wrap::before {
    top: -155px;
  }
  footer ul li + li {
    margin-top: 37px;
  }
  footer ul li a {
    position: relative;
    font-size: 24px;
  }
  footer ul li a.blank::after {
    right: -32px;
    width: 20px;
    height: 20px;
  }
}

/*
finish
---------------------------*/
#finish {
  position: relative;
  height: 100vh;
  background: #00C2E8;
}
#finish .wrap {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#finish .inner {
  position: relative;
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
  padding: 50px 5px 103px;
  background: #ffffff;
  border-radius: 20px;
}
#finish .topIcon .imgWrap {
  position: absolute;
}
#finish .topIcon .imgWrap img {
  height: auto;
}
#finish .topIcon .imgWrap.yuho {
  top: -27px;
  left: -12px;
  width: 24vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 304/335;
}
#finish .topIcon .imgWrap.good {
  top: -12vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 13vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 107/150;
}
#finish .topIcon .imgWrap.drooling {
  top: 50px;
  right: 8%;
  width: 10vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1/1;
}
#finish .topIcon .imgWrap.heart {
  top: 12px;
  right: 2%;
  width: 10vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 105/98;
}
#finish .closeBtn {
  content: "";
  position: absolute;
  top: -37px;
  right: 0;
  width: 30px;
  height: 30px;
}
#finish .closeBtn a {
  content: "";
  position: relative;
  width: 100%;
  height: 100%;
  background: #333333;
  border-radius: 50%;
}
#finish .closeBtn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url("/lp/woltcp/img/icon/icon-cross-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#finish .title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 52px;
  text-align: center;
  color: #00C2E8;
}
#finish .title .diagonal {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #00C2E8;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
#finish .detail {
  margin-top: 30px;
}
#finish .detail p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  color: #161840;
}
#finish .bottomIcon .imgWrap {
  position: absolute;
}
#finish .bottomIcon .imgWrap img {
  height: auto;
}
#finish .bottomIcon .imgWrap.heartFace {
  bottom: 17px;
  left: 7%;
  width: 15vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 127/135;
}
#finish .bottomIcon .imgWrap.bag {
  bottom: -8vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 25vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 218/222;
}
#finish .bottomIcon .imgWrap.woopee {
  bottom: -10vw;
  right: -3%;
  width: 29vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 294/327;
}
@media (min-width: 390px) {
  #finish .topIcon .imgWrap.yuho {
    width: 105px;
  }
  #finish .topIcon .imgWrap.good {
    top: -45px;
    width: 50px;
  }
  #finish .topIcon .imgWrap.drooling {
    right: 32px;
    width: 40px;
  }
  #finish .topIcon .imgWrap.heart {
    right: 19px;
    width: 37px;
  }
  #finish .bottomIcon .imgWrap.heartFace {
    left: 35px;
    width: 56px;
  }
  #finish .bottomIcon .imgWrap.bag {
    bottom: -43px;
    width: 118px;
  }
  #finish .bottomIcon .imgWrap.woopee {
    bottom: -25px;
    right: -13px;
    width: 103px;
  }
}
@media (min-width: 769px) {
  #finish .inner {
    max-width: 915px;
    padding: 60px 0 103px;
  }
  #finish .topIcon .imgWrap.yuho {
    top: -60px;
    left: 3%;
    width: 22vw;
    max-width: 200px;
  }
  #finish .topIcon .imgWrap.good {
    top: max(-8vw, -70px);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 9vw;
    max-width: 80px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 107/150;
  }
  #finish .topIcon .imgWrap.drooling {
    top: 60px;
    right: 10%;
    width: 10vw;
    max-width: 100px;
  }
  #finish .topIcon .imgWrap.heart {
    top: max(-4.5vw, -45px);
    right: 6%;
    width: 10vw;
    max-width: 95px;
  }
  #finish .closeBtn {
    content: "";
    position: absolute;
    top: -72px;
    right: -44px;
    width: 60px;
    height: 60px;
  }
  #finish .closeBtn a::after {
    width: 23px;
    height: 23px;
  }
  #finish .title {
    font-size: 68px;
    line-height: 99px;
  }
  #finish .title .diagonal {
    font-size: 57px;
  }
  #finish .detail {
    margin-top: 20px;
  }
  #finish .detail p {
    font-size: 24px;
  }
  #finish .bottomIcon .imgWrap.heartFace {
    bottom: 45px;
    left: 5%;
    width: 10vw;
    max-width: 100px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 127/135;
  }
  #finish .bottomIcon .imgWrap.bag {
    bottom: max(-8vw, -68px);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 18vw;
    max-width: 150px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 218/222;
  }
  #finish .bottomIcon .imgWrap.woopee {
    bottom: -60px;
    right: -5%;
    width: 20vw;
    max-width: 170px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 294/327;
  }
}
@media (min-width: 1440px) {
  #finish .wrap {
    margin: 2vw 0;
    padding: 145px 0 12vw;
  }
  #finish .inner {
    max-width: 1100px;
    padding: 71px 0 144px;
  }
  #finish .topIcon .imgWrap.yuho {
    top: -145px;
    left: -50px;
    width: 304px;
    max-width: initial;
  }
  #finish .topIcon .imgWrap.good {
    top: -100px;
    width: 107px;
    max-width: initial;
  }
  #finish .topIcon .imgWrap.drooling {
    top: 55px;
    right: 145px;
    width: 113px;
    max-width: initial;
  }
  #finish .topIcon .imgWrap.heart {
    top: -49px;
    right: 70px;
    width: 105px;
    max-width: initial;
  }
  #finish .bottomIcon .imgWrap.heartFace {
    left: 127px;
    width: 127px;
    max-width: initial;
  }
  #finish .bottomIcon .imgWrap.bag {
    bottom: -124px;
    width: 218px;
    max-width: initial;
  }
  #finish .bottomIcon .imgWrap.woopee {
    bottom: -137px;
    right: -35px;
    width: 294px;
    max-width: initial;
  }
}
@media (min-width: 1920px) {
  #finish .wrap {
    margin: 160px 0 169px;
    padding: 145px 0 137px;
  }
}/*# sourceMappingURL=style.css.map */