@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*************************************************
CSS
/cmn_v1/css/reset.css

14.10.01
update:15.04.15
*************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
/*sub, sup {}*/
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote {
  margin-left: 40px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 16px 0 8px;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  background: #fff;
  color: #282828;
  line-height: 1;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  color: #382f2a;
  max-height: 100dvh;
  overflow-y: auto;
}
a {
  color: #382f2a;
  transition: opacity 0.2s ease-in-out;
}
a:visited {
  color: #282828;
}
a:hover {
  opacity: 0.7;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
video,
img {
  width: 100%;
  height: auto;
}
dl dt,
dl dd {
  margin: 0;
}
sup {
  font-size: 60%;
}
@media screen and (min-width: 541px) {
  .nopc {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .nosp {
    display: none;
  }
}
.enokama {
  position: relative;
  width: 100%;
  min-width: 1000px;
}
.enokama::before {
  content: "";
  position: fixed;
  width: 100vw;
  min-height: 100dvh;
  background-image: url("/secret03/img/bg-pc.webp");
  background-repeat: repeat;
  background-position: top;
  background-size: 1100px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .enokama::before {
    background-size: 146.6666666667vw;
  }
}
.enokama .section {
  padding: 30px 30px 30px 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .enokama .section {
    padding: 4vw 4vw 4vw 4vw;
  }
}
@media screen and (max-width: 750px) {
  .enokama {
    min-width: initial;
  }
}
.enokama > .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 75px;
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 1370px) {
  .enokama > .wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .enokama > .wrapper {
    display: block;
  }
}
.enokama .mainContents {
  position: relative;
  z-index: 1;
  max-width: 750px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  background-image: url("/secret03/img/bg-sp.webp");
  background-repeat: repeat-y;
  background-position: top;
  background-size: contain;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .enokama .mainContents {
    margin: 0 auto;
  }
}
/* ========================================================
component
=========================================================*/
.c-titlearea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
@media screen and (max-width: 750px) {
  .c-titlearea {
    gap: 0.4vw;
  }
}
.c-titlearea .c-titlearea__icon.coffee {
  width: 72px;
}
@media screen and (max-width: 750px) {
  .c-titlearea .c-titlearea__icon.coffee {
    width: 9.6vw;
  }
}
.c-titlearea .c-titlearea__icon.smartphone {
  width: 58px;
}
@media screen and (max-width: 750px) {
  .c-titlearea .c-titlearea__icon.smartphone {
    width: 7.7333333333vw;
  }
}
.c-titlearea .c-titlearea__icon.tickets {
  width: 87px;
}
@media screen and (max-width: 750px) {
  .c-titlearea .c-titlearea__icon.tickets {
    width: 11.6vw;
  }
}
.c-titlearea .c-titlearea__title {
  font-weight: 700;
  color: #129d4d;
  font-size: 40px;
  -webkit-text-stroke: 4px #fff;
  paint-order: stroke;
  text-align: center;
  line-height: 50px;
}
@media screen and (max-width: 750px) {
  .c-titlearea .c-titlearea__title {
    font-size: 5.3333333333vw;
    -webkit-text-stroke: 0.5333333333vw #fff;
    line-height: 6.6666666667vw;
  }
}
.c-titlearea .c-titlearea__title.white {
  color: #fff;
  -webkit-text-stroke: 0;
}
.c-btn {
  display: block;
  background: #129d4d;
  border-radius: 120px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  padding: 18px 20px;
  justify-content: flex-end;
  text-decoration: none;
  margin-top: auto;
}
@media screen and (max-width: 750px) {
  .c-btn {
    border-radius: 16vw;
    font-size: 2.9333333333vw;
    line-height: 4vw;
    padding: 2.4vw 2.6666666667vw;
  }
}
.c-btn:visited {
  color: #fff;
}
.c-btn .text {
  flex: 1;
  text-align: center;
}
.c-btn .arrow {
  width: 25px;
}
@media screen and (max-width: 750px) {
  .c-btn .arrow {
    width: 3.3333333333vw;
  }
}
.c-btn.blue {
  background: #268895;
}
.c-footer {
  margin-top: 95px;
}
@media screen and (max-width: 750px) {
  .c-footer {
    margin-top: 12.6666666667vw;
  }
}
.c-footer .c-footer__inner {
  padding: 0 25px 170px;
}
@media screen and (max-width: 750px) {
  .c-footer .c-footer__inner {
    padding: 0 3.3333333333vw 22.6666666667vw;
  }
}
.c-footer .c-footer__cont {
  border: 5px solid #129d4d;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 75px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-footer .c-footer__cont {
    border: 0.6666666667vw solid #129d4d;
    padding: 5.3333333333vw 2.6666666667vw 10vw;
  }
}
.c-footer .c-footer__title {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .c-footer .c-footer__title {
    font-size: 4.8vw;
  }
}
.c-footer .c-footer__list {
  margin-top: 70px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .c-footer .c-footer__list {
    margin-top: 9.3333333333vw;
  }
}
.c-footer .c-footer__item {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 750px) {
  .c-footer .c-footer__item {
    font-size: 4vw;
    line-height: 4.8vw;
  }
}
.c-footer .c-footer__item:not(:first-child) {
  margin-top: 1lh;
}
.c-footer .c-footer__item a {
  color: #129d4d;
  text-underline-offset: 10px;
}
@media screen and (max-width: 750px) {
  .c-footer .c-footer__item a {
    text-underline-offset: 1.3333333333vw;
  }
}
.c-footer .c-footer__sub {
  margin-top: 40px;
  display: flex;
  align-items: center;
  padding: 0 25px;
}
@media screen and (max-width: 750px) {
  .c-footer .c-footer__sub {
    margin-top: 5.3333333333vw;
    padding: 0 3.3333333333vw;
  }
}
.c-footer .c-footer__info {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 750px) {
  .c-footer .c-footer__info {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
.c-footer .c-footer__logo {
  width: 188px;
}
@media screen and (max-width: 750px) {
  .c-footer .c-footer__logo {
    width: 25.0666666667vw;
  }
}
/* ========================================================
cta
=========================================================*/
.cta {
  position: fixed;
  top: 20px;
  right: calc(50% - 640px);
}
@media screen and (max-width: 750px) {
  .cta {
    top: 2.6666666667vw;
    right: calc(50% - 85.3333333333vw);
  }
}
.cta .cta__inner {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 5px 5px 10px -5px #7a7a7a;
}
@media screen and (max-width: 750px) {
  .cta .cta__inner {
    border-radius: 4vw;
  }
}
.cta .cta__head {
  background: #129d4d;
  padding: 17px 17px;
}
@media screen and (max-width: 750px) {
  .cta .cta__head {
    padding: 2.2666666667vw 2.2666666667vw;
  }
}
.cta .cta__text {
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cta .cta__text {
    line-height: 2.6666666667vw;
    font-size: 2.1333333333vw;
  }
}
.cta .cta__text .large {
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 750px) {
  .cta .cta__text .large {
    font-size: 3.2vw;
    line-height: 4vw;
  }
}
.cta .cta__body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .cta .cta__body {
    padding: 0.6666666667vw 0;
  }
}
.cta .cta__code {
  width: 106px;
}
@media screen and (max-width: 750px) {
  .cta .cta__code {
    width: 15.4666666667vw;
  }
}
/* ========================================================
nav
=========================================================*/
.nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #edf19b;
  width: 100%;
  max-width: 750px;
  height: 100px;
  display: flex;
  align-items: center;
  z-index: 9999;
}
@media screen and (max-width: 750px) {
  .nav {
    max-width: 100vw;
    height: 13.3333333333vw;
  }
}
.nav .nav__links {
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 23px;
  padding-right: 17px;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .nav .nav__links {
    padding-left: 3.0666666667vw;
    padding-right: 2.2666666667vw;
  }
}
.nav .nav__link {
  height: 100%;
}
.nav .nav__link a {
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 28px;
  line-height: 34px;
  text-decoration: none;
  gap: 20px;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .nav .nav__link a {
    font-size: 3.7333333333vw;
    gap: 2.6666666667vw;
    line-height: 4.5333333333vw;
  }
}
.nav .nav__link a .icon {
  display: block;
}
.nav .nav__link:nth-child(1) a .icon {
  width: 72px;
}
@media screen and (max-width: 750px) {
  .nav .nav__link:nth-child(1) a .icon {
    width: 9.6vw;
  }
}
.nav .nav__link:nth-child(2) a .icon {
  width: 47px;
}
@media screen and (max-width: 750px) {
  .nav .nav__link:nth-child(2) a .icon {
    width: 6.2666666667vw;
  }
}
.nav .nav__link:nth-child(3) a .icon {
  width: 79px;
}
@media screen and (max-width: 750px) {
  .nav .nav__link:nth-child(3) a .icon {
    width: 10.5333333333vw;
  }
}
.nav .nav__link:not(:last-child) {
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 750px) {
  .nav .nav__link:not(:last-child) {
    padding-right: 2.6666666667vw;
  }
}
.nav .nav__link:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 80px;
  width: 1px;
  background: #000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .nav .nav__link:not(:last-child)::after {
    height: 10.6666666667vw;
    width: 0.1333333333vw;
  }
}
/* ========================================================
kv
=========================================================*/
.kv .kv__head {
  display: flex;
  align-items: center;
  padding: 12px 25px 0 10px;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .kv .kv__head {
    padding: 1.6vw 3.3333333333vw 0 1.3333333333vw;
  }
}
.kv .kv__logo {
  width: 124px;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .kv .kv__logo {
    width: 16.5333333333vw;
  }
}
.kv .kv__title {
  width: 576px;
}
@media screen and (max-width: 750px) {
  .kv .kv__title {
    width: 76.8vw;
  }
}
.kv .kv__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -14px;
}
@media screen and (max-width: 750px) {
  .kv .kv__main {
    margin-top: -1.8666666667vw;
  }
}
.kv .kv__fukidashi {
  width: 382px;
}
@media screen and (max-width: 750px) {
  .kv .kv__fukidashi {
    width: 50.9333333333vw;
  }
}
.kv .kv__date {
  margin-top: 17px;
}
@media screen and (max-width: 750px) {
  .kv .kv__date {
    margin-top: 2.2666666667vw;
    width: 86.5333333333vw;
  }
}
.kv .kv__cont {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 25px;
}
@media screen and (max-width: 750px) {
  .kv .kv__cont {
    margin-top: 2.4vw;
    padding: 0 3.3333333333vw;
  }
}
.kv .kv__mv {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.kv .kv__lead {
  position: absolute;
  top: 85px;
  left: 32px;
  width: 202px;
}
@media screen and (max-width: 750px) {
  .kv .kv__lead {
    left: 4.2666666667vw;
    width: 26.9333333333vw;
  }
}
.kv .kv__img {
  width: 249px;
}
@media screen and (max-width: 750px) {
  .kv .kv__img {
    width: 33.2vw;
  }
}
.kv .kv__box {
  background: #fff;
  border-radius: 30px;
  border: 7px solid #fff6b0;
  margin-top: -2px;
  width: 100%;
  padding: 69px 13px 74px;
}
@media screen and (max-width: 750px) {
  .kv .kv__box {
    border-radius: 4vw;
    border: 0.9333333333vw solid #fff6b0;
    margin-top: -0.2666666667vw;
    padding: 9.2vw 1.7333333333vw 9.8666666667vw;
  }
}
.kv .kv-box__title {
  color: #129d4d;
  font-weight: 700;
  font-size: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: linear-gradient(transparent 55%, #fff6b0 45%);
  padding-bottom: 14px;
}
@media screen and (max-width: 750px) {
  .kv .kv-box__title {
    font-size: 5.3333333333vw;
    padding-bottom: 1.8666666667vw;
  }
}
.kv .kv-box__text {
  font-size: 26px;
  margin-top: 45px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .kv .kv-box__text {
    font-size: 3.4666666667vw;
    margin-top: 6vw;
  }
}
.kv .kv-box__text + .kv-box__text {
  margin-top: 39px;
}
@media screen and (max-width: 750px) {
  .kv .kv-box__text + .kv-box__text {
    margin-top: 5.2vw;
  }
}
.kv .kv-box__complete {
  margin-top: 84px;
  background-image: url("/secret03/img/complete-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 58px 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .kv .kv-box__complete {
    margin-top: 11.2vw;
    padding: 7.7333333333vw 0;
  }
}
.kv .kv-box-complete__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 700;
  color: #129d4d;
  letter-spacing: 0.1em;
  padding: 0 38px;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .kv .kv-box-complete__title {
    font-size: 4vw;
    padding: 0 5.0666666667vw;
  }
}
.kv .kv-box-complete__title::before, .kv .kv-box-complete__title::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .kv .kv-box-complete__title::before, .kv .kv-box-complete__title::after {
    width: 3.0666666667vw;
    height: 4.5333333333vw;
  }
}
.kv .kv-box-complete__title::before {
  left: 0;
  background-image: url("/secret03/img/complete-title-left.webp");
}
.kv .kv-box-complete__title::after {
  right: 0;
  background-image: url("/secret03/img/complete-title-right.webp");
}
.kv .kv-box-complete__cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
@media screen and (max-width: 750px) {
  .kv .kv-box-complete__cont {
    padding: 0 5.3333333333vw;
  }
}
.kv .kv-box-complete__text {
  font-size: 24px;
  color: #129d4d;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 750px) {
  .kv .kv-box-complete__text {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
.kv .kv-box-complete__text .line {
  background: linear-gradient(transparent 55%, #fff9ca 45%);
}
.kv .kv-box-complete__img {
  width: 157px;
  margin-left: -10px;
}
@media screen and (max-width: 750px) {
  .kv .kv-box-complete__img {
    width: 20.9333333333vw;
    margin-left: -1.3333333333vw;
  }
}
.kv .kv-box__note {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 750px) {
  .kv .kv-box__note {
    margin-top: 4vw;
    font-size: 2.6666666667vw;
  }
}
/* ========================================================
shop
=========================================================*/
.shop {
  margin-top: 134px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .shop {
    margin-top: 17.8666666667vw;
  }
}
.shop::before, .shop::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 52px;
  left: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .shop::before, .shop::after {
    height: 6.9333333333vw;
  }
}
.shop::before {
  background-image: url("/secret03/img/bg-deco-top.webp");
  top: -42px;
}
@media screen and (max-width: 750px) {
  .shop::before {
    top: -5.6vw;
  }
}
.shop::after {
  background-image: url("/secret03/img/bg-deco-bottom.webp");
  bottom: -36px;
}
@media screen and (max-width: 750px) {
  .shop::after {
    bottom: -4.8vw;
  }
}
.shop .shop__inner {
  padding: 25px 25px 68px;
  background-image: url("/secret03/img/bg-light-green.webp");
  background-repeat: repeat;
  background-position: top;
  background-size: 750px;
}
@media screen and (max-width: 750px) {
  .shop .shop__inner {
    padding: 3.3333333333vw 3.3333333333vw 9.0666666667vw;
  }
}
.shop .shop__cont {
  margin-top: 44px;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .shop .shop__cont {
    margin-top: 5.8666666667vw;
    border-radius: 4vw;
  }
}
.shop .shop__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 67px 24px 88px;
  gap: 62px 19px;
}
@media screen and (max-width: 750px) {
  .shop .shop__items {
    padding: 8.9333333333vw 3.2vw 11.7333333333vw;
    gap: 8.2666666667vw 2.5333333333vw;
  }
}
.shop .shop__item {
  background: #fffaf4;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .shop .shop__item {
    border-bottom-right-radius: 4vw;
    border-bottom-left-radius: 4vw;
  }
}
.shop .shop__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  top: 0;
  left: 0;
  border-bottom: 6px solid #fff6b0;
  border-right: 3px solid #fff6b0;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .shop .shop__item::before {
    border-radius: 4.6666666667vw;
    border-bottom: 0.8vw solid #fff6b0;
    border-right: 0.4vw solid #fff6b0;
  }
}
.shop .shop-item__num {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  font-family: "M PLUS Rounded 1c", serif;
  background: #129d4d;
  color: #fff;
  border-radius: 50%;
  border: 4px solid #fff;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .shop .shop-item__num {
    border: 0.5333333333vw solid #fff;
    width: 7.2vw;
    height: 7.2vw;
    font-size: 4vw;
  }
}
.shop .shop-item__img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .shop .shop-item__img {
    border-top-left-radius: 4vw;
    border-top-right-radius: 4vw;
  }
}
.shop .shop-item__body {
  padding: 14px 16px 37px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .shop .shop-item__body {
    padding: 1.8666666667vw 2.1333333333vw 4.9333333333vw;
  }
}
.shop .shop-item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 750px) {
  .shop .shop-item__title {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
.shop .shop-item__info {
  margin-top: 21px;
  font-weight: 500;
  font-size: 23px;
  line-height: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid #382f2a;
}
@media screen and (max-width: 750px) {
  .shop .shop-item__info {
    margin-top: 2.8vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
    padding-bottom: 3.2vw;
    border-bottom: 0.1333333333vw solid #382f2a;
  }
}
.shop .shop-item__text {
  margin-top: 19px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 28px;
}
@media screen and (max-width: 750px) {
  .shop .shop-item__text {
    margin-top: 2.5333333333vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-bottom: 3.7333333333vw;
  }
}
/* ========================================================
how
=========================================================*/
.how {
  padding-top: 68px;
}
@media screen and (max-width: 750px) {
  .how {
    padding-top: 9.0666666667vw;
  }
}
.how .how__inner {
  padding: 0 25px;
}
@media screen and (max-width: 750px) {
  .how .how__inner {
    padding: 0 3.3333333333vw;
  }
}
.how .how__cont {
  margin-top: 65px;
}
@media screen and (max-width: 750px) {
  .how .how__cont {
    margin-top: 8.6666666667vw;
  }
}
.how .how__block {
  border-radius: 30px;
  background: #fff;
  position: relative;
  padding: 0 49px 81px;
}
@media screen and (max-width: 750px) {
  .how .how__block {
    border-radius: 4vw;
    padding: 0 6.5333333333vw 10.8vw;
  }
}
.how .how__block:not(:first-child) {
  margin-top: 77px;
}
@media screen and (max-width: 750px) {
  .how .how__block:not(:first-child) {
    margin-top: 10.2666666667vw;
  }
}
.how .how-block__titlearea {
  text-align: center;
  transform: translateY(-37px);
}
@media screen and (max-width: 750px) {
  .how .how-block__titlearea {
    transform: translateY(-4.9333333333vw);
  }
}
.how .how-block__flag {
  width: 140px;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .how .how-block__flag {
    width: 18.6666666667vw;
  }
}
.how .how-block__title {
  font-weight: 700;
  text-align: center;
  font-size: 40px;
  background: linear-gradient(transparent 60%, #fff6b0 40%);
  padding-bottom: 4px;
  margin-top: 14px;
  display: inline;
  white-space: nowrap;
  line-height: 60px;
}
@media screen and (max-width: 750px) {
  .how .how-block__title {
    font-size: 5.3333333333vw;
    padding-bottom: 0.5333333333vw;
    margin-top: 1.8666666667vw;
    line-height: 8vw;
  }
}
.how .how__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .how .how__item {
    margin-top: 2.6666666667vw;
  }
}
.how .how__item:not(:last-child) {
  padding-bottom: 60px;
  border-bottom: 1px solid #382f2a;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .how .how__item:not(:last-child) {
    padding-bottom: 8vw;
    border-bottom: 0.1333333333vw solid #382f2a;
    margin-bottom: 6.6666666667vw;
  }
}
.how .how-item__num {
  width: 61px;
}
@media screen and (max-width: 750px) {
  .how .how-item__num {
    width: 8.1333333333vw;
  }
}
.how .how-item__text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  line-height: 40px;
}
@media screen and (max-width: 750px) {
  .how .how-item__text {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
  }
}
.how .how-item__text .yellow {
  color: #ff9600;
  font-weight: 700;
}
.how .how-item__text .underline {
  text-decoration: underline;
  text-underline-offset: 6px;
  color: #129d4d;
}
@media screen and (max-width: 750px) {
  .how .how-item__text .underline {
    text-underline-offset: 0.8vw;
  }
}
.how .how-item__text.green {
  margin-top: 50px;
  color: #129d4d;
}
@media screen and (max-width: 750px) {
  .how .how-item__text.green {
    margin-top: 6.6666666667vw;
  }
}
.how .how-item__links {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .how .how-item__links {
    margin-top: 6.6666666667vw;
  }
}
.how .how-item__link:first-child {
  width: 254px;
}
@media screen and (max-width: 750px) {
  .how .how-item__link:first-child {
    width: 33.8666666667vw;
  }
}
.how .how-item__link:last-child {
  width: 316px;
}
@media screen and (max-width: 750px) {
  .how .how-item__link:last-child {
    width: 42.1333333333vw;
  }
}
.how .how-item__img {
  margin-top: 50px;
  width: 279px;
}
@media screen and (max-width: 750px) {
  .how .how-item__img {
    width: 37.2vw;
    margin-top: 6.6666666667vw;
  }
}
.how .how-item__img.mt-sm {
  margin-top: 14px;
  margin-left: 50px;
  width: 336px;
}
@media screen and (max-width: 750px) {
  .how .how-item__img.mt-sm {
    margin-top: 1.8666666667vw;
    margin-left: 6.6666666667vw;
    width: 44.8vw;
  }
}
.how .how-item__note {
  color: #ff0000;
  margin-top: 20px;
  display: block;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .how .how-item__note {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.how .how-item__note--small {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .how .how-item__note--small {
    font-size: 2.6666666667vw;
  }
}
/* ========================================================
ticket
=========================================================*/
.ticket {
  margin-top: 97px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .ticket {
    margin-top: 12.9333333333vw;
  }
}
.ticket::before, .ticket::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 52px;
  left: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .ticket::before, .ticket::after {
    height: 6.9333333333vw;
  }
}
.ticket::before {
  background-image: url("/secret03/img/bg-deco-top.webp");
  top: -41px;
}
@media screen and (max-width: 750px) {
  .ticket::before {
    top: -5.4666666667vw;
  }
}
.ticket::after {
  background-image: url("/secret03/img/bg-deco-bottom.webp");
  bottom: -36px;
}
@media screen and (max-width: 750px) {
  .ticket::after {
    bottom: -4.8vw;
  }
}
.ticket .ticket__inner {
  padding: 26px 25px 60px;
  background-image: url("/secret03/img/bg-light-green.webp");
  background-repeat: repeat;
  background-position: top;
  background-size: 750px;
}
@media screen and (max-width: 750px) {
  .ticket .ticket__inner {
    padding: 3.4666666667vw 3.3333333333vw 8vw;
    background-size: 100vw;
  }
}
.ticket .ticket__cont {
  margin-top: 43px;
  border-radius: 30px;
  background: #fff;
  padding: 40px 30px 66px;
}
@media screen and (max-width: 750px) {
  .ticket .ticket__cont {
    margin-top: 5.7333333333vw;
    border-radius: 4vw;
    padding: 5.3333333333vw 4vw 8.8vw;
  }
}
.ticket .ticket__item {
  background: #fffaf4;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  padding: 52px 32px 64px;
}
@media screen and (max-width: 750px) {
  .ticket .ticket__item {
    border-radius: 4vw;
    padding: 6.9333333333vw 4.2666666667vw 8.5333333333vw;
  }
}
.ticket .ticket__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  top: 0;
  left: 0;
  border-bottom: 6px solid #fff6b0;
  border-right: 3px solid #fff6b0;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .ticket .ticket__item::before {
    border-radius: 4.6666666667vw;
    border-bottom: 0.8vw solid #fff6b0;
    border-right: 0.4vw solid #fff6b0;
  }
}
.ticket .ticket__item:not(:first-child) {
  margin-top: 47px;
}
@media screen and (max-width: 750px) {
  .ticket .ticket__item:not(:first-child) {
    margin-top: 6.2666666667vw;
  }
}
.ticket .ticket-item__title {
  color: #129d4d;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 750px) {
  .ticket .ticket-item__title {
    font-size: 4.8vw;
  }
}
.ticket .ticket-item__img {
  margin-top: 31px;
}
@media screen and (max-width: 750px) {
  .ticket .ticket-item__img {
    margin-top: 4.1333333333vw;
  }
}
.ticket .ticket-item__text {
  margin-top: 47px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .ticket .ticket-item__text {
    margin-top: 6.2666666667vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
.ticket .ticket-item__price {
  margin-top: 37px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .ticket .ticket-item__price {
    margin-top: 4.9333333333vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
.ticket .ticket-item__price .green {
  color: #129d4d;
  font-size: 30px;
}
@media screen and (max-width: 750px) {
  .ticket .ticket-item__price .green {
    font-size: 4vw;
  }
}
.ticket .ticket-item__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .ticket .ticket-item__btns {
    gap: 2vw;
    margin-top: 5.3333333333vw;
  }
}