@charset "UTF-8";

.page-topics {

}

.page-topics a {
  border: 2px solid #A79B86;
  border-radius: 10px;
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .page-topics a {
    min-height: auto;
    padding: 4vw 4vw 4.8vw 4vw;
  }

  .page-topics ul li:nth-child(3) a {
    padding: 2.4vw 4vw 3.2vw 4vw;
  }
}

.page-topics a::before {
  content: '';
  display: block;
  width: 40px;
  height: 20px;
  background: #fff;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-left: 2px solid #A79B86;
  border-right: 2px solid #A79B86;
  border-bottom: 2px solid #A79B86;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,100%);
}

@media screen and (max-width: 767px) {
  .page-topics a::before {
    width: 10.666vw;
    height: 5.3333vw;
    bottom: 0;
  }
}


.page-topics a::after {
  content: '';
  background-image: url(../../images/lp/arrow-down.svg);
  width: 10px;
  height: 6px;
  background-size: cover;
  display: block;
  position: absolute;
  left: calc(50% - 5px);
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .page-topics a::after {
    width: 2.666vw;
    height: 1.6vw;
    left: calc(50% - 1.333vw);
    bottom: -2.666vw;
    }
}

.page-topics .title {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #754C00;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-topics .title {
    font-size: 6.4vw;
    padding-bottom: 5.333vw;
    }
}


.page-topics .title::before {
  display: block;
  content: '';
  background-image: url('../../images/lp/title_deco.svg');
  background-size: cover;
  width: 76px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .page-topics .title::before {
    width: 15.2vw;
    height: 4.173vw;
    }
}

.page-topics h3 {
  font-family: "Yantramanav", serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: .12em;
  font-style: normal;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .page-topics h3 {
    font-size: 4.8vw;
  }
}


.page-topics h3 span {
  margin-top: -20px;
  display: inline-block;
  background-color: #DAACFF;
  padding: 4px 10px 2px;
}

.page-topics ul li:nth-child(2) h3 span {
  background-color: #C7EA92;
}

.page-topics ul li:nth-child(3) h3 span {
  background-color: #FF92CE;
}

.page-topics .nav {
  margin-top: 50px;
  @media screen and (max-width: 767px) {
    margin-top: 10.666vw;
  }
}

.page-topics ul {
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .page-topics ul {
    flex-wrap: wrap;
    gap: 10.666vw 0;
    }
}

.page-topics ul li {
  width: calc(100% / 3);
}
@media screen and (max-width: 767px) {
  .page-topics ul li {
    width: calc(100% / 1);
  }
}

.page-topics p {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: .08em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-topics p {
    font-size: 4.2666vw;
  }
}

.page-topics p img {
  width: 35px;
  vertical-align: middle;
  margin-right: 5px;
  transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .page-topics p img {
    width: 9.6vw;
    margin-right: 1.333vw;
    }
}

.page-package {

}

.page-package .title {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #754C00;
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .page-package .title {
    margin-bottom: 14.666vw;
  }
}

.page-package .title::before {
  content: '01';
  position: absolute;
  top: -50px;
  left: 0;
  font-size: 120px;
  font-family: "Yantramanav", serif;
  color: #DAACFF;
  opacity: 0.15;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-package .title::before {
    font-size: 21.333vw;
    top: -9.733vw;
    left: -2.1333vw;
  }
}

.page-package .text {
  padding-bottom: 35px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-package .text {
    font-size: 7.466vw;
    padding-bottom: 6.9333vw;  
  }
}


.page-package .text::before {
  content: '';
  display: block;
  background-color: #754C00;
  border-radius: 100vw;
  width: calc(100% - 180px);
  height: 5px;
  position: absolute;
  left: 90px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-package .text::before {
    width: calc(100% - 16vw);
    left: 8vw;
    }
 }

.page-package .ornament {
  position: absolute;
  bottom: 0;
}

.page-package .ornament.-left {
  left: 0;
}

.page-package .ornament.-right {
  right: 0;
}

.page-package .ornament::before,
.page-package .ornament::after {
  display: block;
  content: '';
  width: 15px;
  height: 5px;
  border-radius: 100vw;
  background-color: #754C00;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .page-package .ornament::before,
.page-package .ornament::after {
  width: 2vw;
  height: 1.3333vw;
}
}

.page-package .ornament.-left::before { 
  left: 0;
}

.page-package .ornament.-left::after { 
  left: 40px;
}

@media screen and (max-width: 767px) {
  .page-package .ornament.-left::after { 
    left: 4vw;
  }
}

.page-package .ornament.-right::before { 
  right: 0;
}

.page-package .ornament.-right::after { 
  right: 40px;
}
@media screen and (max-width: 767px) {
  .page-package .ornament.-right::after { 
    right: 4vw;
  }
}


.page-package .text > .note {
  margin-top: 15px;
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  position: absolute;
  right: 0;
  bottom: -35px;
}

.page-package .lead {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-package .lead {
    font-size: 6.4vw;
  }
}

  
.page-package .lead em {
  font-size: 38px;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .page-package .lead em {
    font-size: 8vw;
  }
}


.page-package .lead .inner {
  position: relative;
  display: inline-block;
}

.page-package .lead .inner::after {
  content: '';
  display: block;
  background-color: #FFD9DA;
  border-radius: 100vw;
  position: absolute;
  left: -8px;
  bottom: 3px;
  height: 16px;
  width: calc(100% + 10px);
}
@media screen and (max-width: 767px) {
  .page-package .lead .inner::after {
    left: -2.13vw;
    bottom: 0.8vw;
    height: 4.2666vw;
    width: calc(100% + 2.666vw);
  }
}

.page-package .lead .inner span {
  position: relative;
  z-index: 1;
}

.page-package .list {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: -20px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .page-package .list {
    margin-top: 4vw;
    flex-wrap: wrap;
  }
}


.page-package .list img {
  filter:drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .page-package .list img {
    width: 61.333vw;

  }
}


.page-package .list > li  {

}
@media screen and (max-width: 767px) {
  .page-package .list > li  {
    width: 100%;
  }
}

.page-package .list > li:nth-child(1) {

}

.page-package .list > li:nth-child(1) img {

}
@media screen and (max-width: 767px) {
  .page-package .list > li:nth-child(1) img {
    transform: translateX(-12vw);
  }
}

.page-package .list > li:nth-child(2) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-package .list > li:nth-child(2) {
    margin-top: -24vw;
  }
}

.page-package .list > li:nth-child(2) img {
}
@media screen and (max-width: 767px) {
  .page-package .list > li:nth-child(2) img {
    transform: translateX(12vw);
    margin-left: auto;
    display: block;
  }
}

.page-package .list > li:nth-child(3) {
}

@media screen and (max-width: 767px) {
  .page-package .list > li:nth-child(3) {
    margin-top: -24vw;
  }
}

.page-package .list > li:nth-child(3) img {
}

@media screen and (max-width: 767px) {
  .page-package .list > li:nth-child(3) img {
    transform: translateX(-12vw);
  }
}

.page-package .deco {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 175px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page-package .deco {
    margin-top: -8vw;
    margin-bottom: 22.666vw;
    margin-right: -5.333vw;
    width: 46.666vw;
  }
}

.page-package .renewal-design + .renewal-design {
  margin-top: 60px;
}

.page-package .renewal-design > .box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  padding: 0 30px 35px 80px;
}
@media screen and (max-width: 767px) {
  .page-package .renewal-design > .box {
    padding: 0 1.6vw 35px 1.6vw;
  }
}

.page-package .renewal-design .heading {
  font-size: 30px;
  letter-spacing: .06em;
  font-weight: 700;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-package .renewal-design .heading {
    font-size: 5.333vw;
  }
}

.page-package .renewal-design .image {

}

.page-package .renewal-design .image.-adjustment01 {
}
@media screen and (max-width: 767px) {
  .page-package .renewal-design .image.-adjustment01 {
    margin: 3.2vw -3.2vw 0;
  }
}

.page-package .renewal-design .image.-adjustment02 {
}
@media screen and (max-width: 767px) {
  .page-package .renewal-design .image.-adjustment02 {
    margin-top: 4.2666vw;
    transform: translateX(-5.333vw);
  }
}

.page-package .renewal-design > .note {
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-top: 20px;
  color: #E02D1E;
  text-align: right;
}

.page-package .renewal-design > .note span {
  display: inline-block;
}

.page-package .renewal-diff {
  margin-top: 50px;
  max-width: 583px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .page-package .renewal-diff {
    margin-top: 11.6vw;
    max-width: 72.533vw;
  }
}

.page-history {
  padding-top: 70px;
}

.page-history .heading-combi {
  text-align: center;
}

.page-history .heading-combi h2 {
  font-size: 34px;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-history .heading-combi h2 {
    font-size: 5.866vw;
  }
}

.page-history .heading-combi > h2 > span {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .page-history .heading-combi > h2 > span {
    padding-left: 9.066vw;
  }
}

.page-history .heading-combi > h2 > span::before {
  content: '';
  background-image: url('../../images/lp/history_title.svg');
  width: 36px;
  height: 45px;
  background-size: 36px 45px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-history .heading-combi > h2 > span::before {
    width: 7.2vw;
    height: 9.066vw;
    background-size: 7.2vw 9.066vw;
  }
}

.page-history .heading-combi > span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: .12em;
  font-family: "Yantramanav", serif;
  color: #B58D41;
}
@media screen and (max-width: 767px) {
  .page-history .heading-combi > span {
    font-size: 3.4666vw;
  }
}

.page-history > .box {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 5px 40px 60px;
}
@media screen and (max-width: 767px) {
  .page-history > .box {
    margin-top: 5.3333vw;
    padding: 0 0 8vw 0;
  }
}

.page-history .paragraph-01 {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.5em;
  @media screen and (max-width: 767px) {
    font-size: 4.8vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
}

.page-history .paragraph-02 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4285714286em;
  @media screen and (max-width: 767px) {
    font-size: 3.733vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
}

.page-campaign-desc {
 position: relative;
}

.page-campaign-desc::before {
  content: '';
  display: block;
  position: absolute;
  top: -56px;
  left: -85px;
  width: 1215px;
  height: 510px;
  background-image: url(../../images/lp/campaign_bg.svg);
  background-size: cover;
  background-position: left 50% top 0;
  z-index: -1;
  @media screen and (max-width: 767px) {
    display: none;
  }
}

.page-campaign-desc .heading-combi {
  padding-top: 20px;
  text-align: center;
}

.page-campaign-desc .heading-combi p {
  text-align: center;
}

.page-campaign-desc .heading-combi p > span {
  display: inline-block;
  font-size: 26px;
  letter-spacing: .08em;
  line-height: 1.3333333333em;
  background-color: #fff;
  border-radius: 100vw;
  padding: 5px 0 5px 12px;
}

@media screen and (max-width: 767px) {
  .page-campaign-desc .heading-combi p > span {
    font-size: 4.8vw;
    padding: 10px 30px;
  }
}

.page-campaign-desc .heading-combi h2 {
  max-width: 757px;
  margin-inline: auto;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .page-campaign-desc .heading-combi h2 {
      margin-top: 4.8vw;
      margin-left: -4vw;
      margin-right: -4vw;
    }
}

.page-campaign-desc .lead {
  margin-top: -220px;
  font-size: 18px;
  line-height: 2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-campaign-desc .lead {
    margin-top: 0;
    font-size: 4.2666vw;
    }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .page-campaign-desc .lead {
    margin-top: -20vw;
  }
}

.page-campaign-desc .lead em {
  font-size: 24px;
  font-style: normal;
  background-color: #FF1E7B;
  color: #fff;
  border-radius: 6px;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .page-campaign-desc .lead em {
    font-size: 5.333vw;
  }
  }

.page-campaign-desc .lead .large {
  display: inline-block;
  margin-top: 15px;
  font-size: 32px;
  letter-spacing: 0.08em;
  padding: 8px 8px 8px 12px;
}
@media screen and (max-width: 767px) {
  .page-campaign-desc .lead .large {
    margin-top: 1.3333vw;
    font-size: 6.4vw;
    padding: 0 8px 0 12px;
  }
}

.page-campaign-desc .prize-list {
  margin-top: 50px;
  display: flex;
  gap: 0 65px;
}
@media screen and (max-width: 767px) {
  .page-campaign-desc .prize-list {
    flex-wrap: wrap;
    margin-top: 10.666vw;
    gap: 8vw 0;
    max-width: 74.66vw;
    margin-inline: auto;
  }
}

.page-campaign-desc .deco {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .page-campaign-desc .deco {
    margin-top: 0;
  }
}

.page-quiz {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .page-quiz {
    margin-top: 13.333vw;
  }
}

.page-quiz .box {
  padding: 70px 20px;
  background-color: #fff;
  border-radius: 10px;
  background-image: url(../../images/lp/quiz_bg.svg);
  background-repeat: repeat;
  box-shadow: 0 10px 30px rgba(232, 216, 216, 1);
}
@media screen and (max-width: 767px) {
  .page-quiz .box {
    padding: 9.3333vw 6.666vw;
  }
}

.page-quiz .heading-combi {
  text-align: center;
}

.page-quiz .heading-combi .label {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .page-quiz .heading-combi .label {
    font-size: 4.2666vw;
  }
}

.page-quiz .heading-combi .label > span {
  position: relative;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .page-quiz .heading-combi .label > span {
    display: inline-block;
  }
}

.page-quiz .heading-combi .label > span::before,
.page-quiz .heading-combi .label > span::after {
  content: '';
  width: 2px;
  height: 25px;
  background-color: #754C00;
  position: absolute;
  bottom: 2px;
}
@media screen and (max-width: 767px) {
  .page-quiz .heading-combi .label > span::before,
.page-quiz .heading-combi .label > span::after {
  width: 0.5333vw;
  height: 10.666vw;
}
}

.page-quiz .heading-combi .label > span::before {
  left: 0;
  transform: rotate(-35deg);
}
.page-quiz .heading-combi .label > span::after { 
  right: 0;
  transform: rotate(35deg);
}


.page-quiz .heading-combi .text {
  margin-top: 10px;
}

.page-quiz .heading-combi .text > span {
  position: relative;
}

.page-quiz .heading-combi .text > span::after {
  content: '';
  background-image: url(../../images/lp/quiz_deco.svg);
  width: 61px;
  height: 68px;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 10px;
  right: -75px;
}

@media screen and (max-width: 767px) {
  .page-quiz .heading-combi .text > span::after {
    width: 13.866vw;
    height: 15.4666vw;
    bottom: -10.666vw;
    right: -6.6666vw;
    }
}

.page-quiz .heading-combi .text > span {
  margin-top: 13px;
  padding-bottom: 20px;
  position: relative;
}

.page-quiz .heading-combi .text .title {
  font-size: 46px;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .page-quiz .heading-combi .text .title {
    font-size: 6.9333vw;
  }
  }

.page-quiz .heading-combi .text > span::before {
  content: '';
  display: block;
  background-color: #754C00;
  border-radius: 100vw;
  width: calc(100% - 70px);
  height: 5px;
  position: absolute;
  left: 35px;
  bottom: 0;
  z-index: 1;
}

.page-quiz .heading-combi .text .number::before {
  content: '02';
    position: absolute;
    top: -80px;
    left: -90px;
    font-size: 120px;
    font-family: "Yantramanav", serif;
    color: #C7EA92;
    opacity: 0.15;
    line-height: 1;
}

.page-quiz .ornament {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.page-quiz .ornament.-left {
  left: 0;
}

.page-quiz .ornament.-right {
  right: 0;
}

.page-quiz .ornament::before,
.page-quiz .ornament::after {
  display: block;
  content: '';
  width: 8px;
  height: 5px;
  border-radius: 100vw;
  background-color: #754C00;
  position: absolute;
  bottom: 0;
}

.page-quiz .ornament.-left::before { 
  left: 0;
}

.page-quiz .ornament.-left::after { 
  left: 17px;
}

.page-quiz .ornament.-right::before { 
  right: 0;
}

.page-quiz .ornament.-right::after { 
  right: 17px;
}

.page-quiz .question-heading {
  margin-top: 40px;
  font-size: 26px;
  color: #9D8E72;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-quiz .question-heading {
    font-size: 5.333vw;
    align-items: center;
  }
}

.page-quiz .question-heading > .image {
  width: 85px;
  margin-right: 38px;
}
@media screen and (max-width: 767px) {
  .page-quiz .question-heading > .image {
    margin-right: 4.2vw;
    width: 12.26vw;
  }
}

.page-quiz .question-heading > .text {
}
@media screen and (max-width: 767px) {
  .page-quiz .question-heading > .text {
    width: calc(100% - 12.26vw);
  }
}

.page-quiz .question-heading > .text > span {
  display: inline-block;
  border: 2px solid #9D8E72;
  border-radius: 10px;
  padding: 30px 20px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-quiz .question-heading > .text > span {
    padding: 4vw 2.6666vw;
  }
}

.page-quiz .question-heading > .text > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #9D8E72 transparent transparent;
  translate: -100% -50%;
}

.page-quiz .question-heading > .text > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 7.6px 11.4px 7.6px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% -50%;
}

.page-quiz .question-lead {
  margin-top: 50px;
  font-size: 26px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-quiz .question-lead {
  font-size: 4.8vw;
  margin-top: 5.333vw;
  }
}

.page-quiz .question-answer {
  margin-top: 10px;
  font-size: 40px;
  letter-spacing: 0.08em;
  color: #FF1E7B;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-quiz .question-answer {
    font-size: 7.4666vw;
  }
}

.page-quiz .question-answer > span {
  font-size: 48px;
  font-weight: 900;
  text-shadow:0.1px 0.1px 0 #FF1E7B, -0.1px -0.1px 0 #FF1E7B,
              -0.1px 0.1px 0 #FF1E7B, 0.1px -0.1px 0 #FF1E7B,
              0px 0.1px 0 #FF1E7B,  0 -0.1px 0 #FF1E7B,
              -0.1px 0 0 #FF1E7B, 0.1px 0 0 #FF1E7B;
}
@media screen and (max-width: 767px) {
  .page-quiz .question-answer > span {
    font-size: 8.4666vw;
  }
}

.page-quiz .question-hint {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-quiz .question-hint {
    font-size: 4.8vw;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 5vw;
  }
}

.page-quiz .question-hint a {
  position: relative;
  padding-left: 15px;
  text-decoration: underline;
}

.page-quiz .question-hint a::before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjI0NCIgaGVpZ2h0PSIxNC41OTUiIHZpZXdCb3g9IjAgMCA5LjI0NCAxNC41OTUiPgogIDxwYXRoIGlkPSLjg5HjgrlfMTAzNyIgZGF0YS1uYW1lPSLjg5HjgrkgMTAzNyIgZD0iTS0yMjEuODU0LDkwNi4xMjZoMGwtNy4zLDcuMy03LjMtNy4zLDEuOTQ2LTEuOTQ2LDUuMzUxLDUuMzUxLDUuMzUyLTUuMzUyLDEuOTQ2LDEuOTQ2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNC4xOCAtMjIxLjg1NCkgcm90YXRlKC05MCkiIGZpbGw9IiM3NTRjMDAiLz4KPC9zdmc+Cg==);
  width: 9px;
  height: 14px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}

.page-quiz .question-term {
  font-size: 20px;
  line-height: 1.5em;
  color: #9D8E72;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-quiz .question-term {
    font-size: 4.8vw;
    margin-top: 3.2vw;
  }
}

.page-apply {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-apply {
    margin-top: 10.666vw;
  }
}

.page-apply .step-list {
  margin-left: 10px;
  margin-top: 40px;
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .page-apply .step-list {
   flex-wrap: wrap;
    margin-left: 0;
    margin-top: 30px;
    gap: 30px 30px;
  }
}

.page-apply .step-list > .item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-apply .step-list > .item {
    width: 45%;
  }
}

.page-apply .step-list > .item .image {
  background-color: #fff;
  border-radius: 10px;
}

.page-apply .step-list > .item .heading {
  background-color: #DAACFF;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 5px 9px 5px 11px;
  font-size: 14px;
  letter-spacing: .12em;
  position: absolute;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .page-apply .step-list > .item .heading {
    font-size: 2.666vw;
    top: -1.333vw;
    left: -1.333vw;
  }
}

.page-apply .step-list > .item:nth-last-child(odd) .heading {
  background-color: #C7EA92;
}

.page-apply .step-list > .item .text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-apply .step-list > .item .text {
    display: block;
    margin-top: 4vw;
    height: auto;
    font-size: 2.933vw;
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .page-apply .step-list > .item .text {
    height: auto;
  }
 }

.page-apply .step-list > .item .text a {
  text-decoration: underline;
}

.page-chocozap {
  padding-top: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-chocozap {
  padding-top: 5.333vw;
  }
}

.page-chocozap .heading-combi {
  margin-top: 10px;
  text-align: center;
}

.page-chocozap .campaign-logo {
  max-width: 478px;
  margin-inline: auto;
  transform: translateX(50px);
}

@media screen and (max-width: 767px) {
  .page-chocozap .campaign-logo {
  margin: 0 -4vw  0;
  transform: translateX(0);
}
}


.page-chocozap .heading-combi .text > span {
  position: relative;
}

.page-chocozap .heading-combi .text > span::after {
  content: '';
  background-image: url(../../images/lp/chocozap_package_deco.png);
  width: 166px;
  height: 245px;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: -130px;
  right: -185px;
}
@media screen and (max-width: 767px) {
  .page-chocozap .heading-combi .text > span::after {
    display: none;
  }
}


.page-chocozap .heading-combi .text > span {
  margin-top: 13px;
  padding-bottom: 20px;
  position: relative;
}

.page-chocozap .heading-combi .text .number::before {
  content: '03';
  position: absolute;
  top: -5px;
  left: -10px;
  font-size: 120px;
  font-family: "Yantramanav", serif;
  color: #FF92CE;
  opacity: 0.15;
  line-height: 1;
}

.page-chocozap .heading-combi .text .title {
  font-size: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-chocozap .heading-combi .text .title {
    font-size: 6.933vw;
  }
}

.page-chocozap .heading-combi .text > span {
  display: inline-block;
}

.page-chocozap .heading-combi .text > span::before {
  content: '';
  display: block;
  background-color: #754C00;
  border-radius: 100vw;
  width: calc(100% - 70px);
  height: 5px;
  position: absolute;
  left: 35px;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-chocozap .heading-combi .text > span::before {
    width: calc(100% - 70px);
    left: 50%;
    transform: translateX(-50%);
  }
}

.page-chocozap .ornament {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.page-chocozap .ornament.-left {
  left: 0;
}

.page-chocozap .ornament.-right {
  right: 0;
}

.page-chocozap .ornament::before,
.page-chocozap .ornament::after {
  display: block;
  content: '';
  width: 8px;
  height: 5px;
  border-radius: 100vw;
  background-color: #754C00;
  position: absolute;
  bottom: 0;
}

.page-chocozap .ornament.-left::before { 
  left: 0;
}

.page-chocozap .ornament.-left::after { 
  left: 17px;
}

.page-chocozap .ornament.-right::before { 
  right: 0;
}

.page-chocozap .ornament.-right::after { 
  right: 17px;
}

.page-chocozap .term {
  margin-top: 40px;
  font-size: 28px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-chocozap .term {
    margin-top: 5.333vw;
    font-size: 5.866vw;
  }
}

.page-chocozap .term > span {
  font-size: 20px;
  @media screen and (max-width: 767px) {
    font-size: 4.266vw;
  }
  
}

.page-chocozap .note {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-chocozap .note {
    margin-top: 2.666vw;
    font-size: 3.7333vw;
  }
}

.page-chocozap .area-text {
  margin-top: 26px;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-chocozap .area-text {
    margin-top: 5.333vw;
    font-size: 4.8vw;
  }
}

.page-chocozap .area-columns {
  margin-top: 60px;
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 1001px) {
  .page-chocozap .area-columns {
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-chocozap .area-columns {
    flex-wrap: wrap;
    gap: 13.333vw 0;
    margin-top: -37.333vw;
  }
}

.page-chocozap .area-column {
  width: 100%;
}

.page-chocozap .area-column:nth-child(1) {
  min-width: 557px;
}

@media screen and (max-width: 767px) {
  .page-chocozap .area-column:nth-child(1) {
    min-width: auto;
  }
}

.page-chocozap .area-column:nth-child(2) {
  min-height: 381px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1001px) {
  .page-chocozap .area-column:nth-child(2) {
  margin-left: -100px;
}
}
@media screen and (max-width: 767px) {
  .page-chocozap .area-column:nth-child(2) {
  min-height: auto;
  margin-left: 0;
}
}

.page-chocozap .area-map {
  margin-top: -140px;
  position: relative; 
}
@media screen and (max-width: 767px) {
  .page-chocozap .area-map {
  margin: 0 -21.333vw 0 -14.666vw;
}
}

.page-chocozap .area-map img {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-chocozap .area-map img {
  position: static;
}
}

.page-chocozap .area-button {
  position: absolute;
  top: 250px;
  left: 25px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .page-chocozap .area-button {
    position: static;
    margin: -20px 21.333vw 0 14.666vw;
  }
}

.page-chocozap .area-button-anchor {
  font-size: 21px;
  padding: 17px 25px;
  border: 2px solid #754C00;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-chocozap .area-button-anchor {
    display: block;
    font-size: 4.8vw;
    padding: 0;
    width: 100%;
    padding: 4vw;
    box-sizing: border-box;
    border-radius: 5px;
  }
}

.page-chocozap .area-button-icon {
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .page-chocozap .area-button-icon {
    padding-right: 5.333vw;
  }
}

.page-chocozap .area-button-icon::before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjI0NCIgaGVpZ2h0PSIxNC41OTUiIHZpZXdCb3g9IjAgMCA5LjI0NCAxNC41OTUiPgogIDxwYXRoIGlkPSLjg5HjgrlfMTAzNyIgZGF0YS1uYW1lPSLjg5HjgrkgMTAzNyIgZD0iTS0yMjEuODU0LDkwNi4xMjZoMGwtNy4zLDcuMy03LjMtNy4zLDEuOTQ2LTEuOTQ2LDUuMzUxLDUuMzUxLDUuMzUyLTUuMzUyLDEuOTQ2LDEuOTQ2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNC4xOCAtMjIxLjg1NCkgcm90YXRlKC05MCkiIGZpbGw9IiM3NTRjMDAiLz4KPC9zdmc+Cg==);
  width: 9px;
  height: 14px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .page-chocozap .area-button-icon::before {
    top: 1.86666vw;
    width: 2.4vw;
    height: 3.733vw;
  }
}

.page-chocozap .deco {
  width: 255px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .page-chocozap .deco {
  width: 68vw;
  margin-top: 6.6666vw;
  margin-right: 0;
}
}

.page-chocozap .line-combi {
  margin-top: 20px;
}

.page-chocozap .line-combi-box {
}

.page-chocozap .line-combi-box > span {
  display: inline-block;
font-size: 18px;
line-height: 1.5em;
background-color: #fff;
border: 3px solid #754C00;
border-radius: 20px;
padding: 10px 30px;
position: relative;
}

@media screen and (max-width: 767px) {
  .page-chocozap .line-combi-box > span {
  font-size: 4.8vw;
}
}

.page-chocozap .line-combi-box > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #754C00 transparent transparent;
  translate: -50% 100%;
}

.page-chocozap .line-combi-box > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10.6px 7.5px 0 7.5px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}

.page-requirement {
}

.page-requirement .box {
  margin-top: 30px;
  padding: 0 0 0 50px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
}

@media screen and (max-width: 767px) {
  .page-requirement .box {
  padding: 0 0 0 2.666vw;
}
}

.page-requirement .box-content {
  padding: 10px 40px 30px 0;
  white-space: pre-line;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  height: 440px;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .page-requirement .box-content {
    padding: 5.333vw 2.666vw 5.333vw 0;
    height: 128vw;
    word-break: break-all;
    font-size: 3.7333vw;
  }
}

.box-content a {
  text-decoration: underline;
}

.page-faq {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .page-faq {
    margin-top: 13.333vw;
  }
}

.page-faq .box {
  margin-top: 30px;
  padding: 50px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .page-faq .box {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  }
}

.page-faq .faq-list > .item:first-child {
}

@media screen and (max-width: 767px) {
  .page-faq .faq-list > .item:first-child {
  border-top: 1px dashed #A1AD96;
}
}

.page-faq .faq-list > .item {
  border-bottom: 1px dashed #A1AD96;
}

.page-faq .faq-list > .item .question {
  padding: 20px 40px 20px 47px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  transition: opacity .3s;
}
@media screen and (max-width: 767px) {
  .page-faq .faq-list > .item .question {
  font-size: 4.2666vw;
  padding: 5.333vw 8vw 5.333vw 10.1333vw;
}
}

.page-faq .faq-list > .item .question:hover {
opacity: 0.7;
}

.page-faq .faq-list > .item .question h3::before {
  display: block;
  font-family: "Jost", serif;
  font-weight: 500;
  content: 'Q';
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 5px;
  border: 2px solid #754C00;
  position: absolute;
  top: 16px;
  left: 0;
  text-align: center;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .page-faq .faq-list > .item .question h3::before {
  font-size: 3.4666vw;
  width: 6.933vw;
  height: 6.933vw;
  line-height: 6.933vw;
  top: 4.8vw;
}
}

.page-faq .faq-list > .item .question .toggle-button {
  display: block;
  background-color: #754C00;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .page-faq .faq-list > .item .question .toggle-button {
  width: 6.9333vw;
  height: 6.9333vw;
}
}

.page-faq .faq-list > .item .question .toggle-button::before {
  content: '';
  width: 14px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-faq .faq-list > .item .question .toggle-button::after {
  content: '';
  width: 14px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .3s;
}

.page-faq .faq-list > .item .question.-open .toggle-button::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.page-faq .faq-list > .item .answer {
  display: none;
  font-size: 16px;
  line-height: 1.5em;
  padding-left: 47px;
  padding-bottom: 25px;
  position: relative;
}

.page-faq .faq-list > .item .answer p {
  padding-top: 5px;
}

.page-faq .faq-list > .item .answer p + p {
  margin-top: 10px;
}

.page-faq .faq-list > .item .answer p a {
  text-decoration: underline;
}

.page-faq .faq-list > .item .answer p .small {
  font-size: 14px;
}

.page-faq .faq-list > .item .answer p::before {
  display: block;
  font-family: "Jost", serif;
  font-weight: 500;
  content: 'A';
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 5px;
  border: 2px solid #FF1E7B;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 32px;
  color: #FF1E7B;
}

.page-faq .faq-list > .item .answer h4 {
  margin-top: 20px;
}