@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
span {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  min-width: calc(1066px + 32px);
}
@media (max-width: 768px) {
  body {
    min-width: auto;
  }
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body p,
body a {
  line-height: 1.5;
}
body picture {
  display: block;
}

.l-body-inner {
  overflow-x: clip;
}

.l-container {
  width: 100%;
  max-width: calc(1066px + 32px);
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .l-container {
    padding: 0 20px;
  }
}

.pc-none {
  display: none;
}
@media (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.c-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.c-btn {
  font-size: 19px;
  font-weight: 600;
  line-height: calc(33 / 19);
  position: relative;
  display: inline-block;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  color: #276fb8;
  background-color: #fff;
  border: 1px solid #276fb8;
  border-radius: 38px;
}
@media (max-width: 768px) {
  .c-btn {
    min-width: auto;
    font-size: calc(14 / 390 * 100vw);
    white-space: nowrap;
    border-radius: calc(36 / 390 * 100vw);
  }
}
.c-btn span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 11px 38px 8px;
}
@media (max-width: 768px) {
  .c-btn span {
    padding: calc(8 / 390 * 100vw) calc(28 / 390 * 100vw);
  }
}
.c-btn span::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 17px;
  width: 9px;
  height: 15px;
  content: "";
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../assets/img/ico_arrow01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .c-btn span::before {
    right: 12px;
    width: 6px;
    height: 11px;
  }
}
.c-btn span:hover::before {
  right: 12px;
}
.c-btn--blue, .c-btn--orange {
  font-size: 26px;
  line-height: calc(37 / 26);
  border: 0px;
  color: #fff;
}
@media (max-width: 768px) {
  .c-btn--blue, .c-btn--orange {
    font-size: calc(17 / 390 * 100vw);
  }
}
.c-btn--blue span, .c-btn--orange span {
  padding: 20px 103px 20px 96px;
}
@media (max-width: 768px) {
  .c-btn--blue span, .c-btn--orange span {
    padding: calc(13 / 390 * 100vw) calc(60 / 390 * 100vw);
    font-size: calc(17 / 375 * 100vw);
  }
}
.c-btn--blue span::before, .c-btn--orange span::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 31px;
  width: 12px;
  height: 23px;
  content: "";
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../assets/img/ico_arrow02.svg) center center/contain no-repeat;
}
.c-btn--blue span:hover::before, .c-btn--orange span:hover::before {
  right: 31px;
}
.c-btn--blue::before, .c-btn--blue::after, .c-btn--orange::before, .c-btn--orange::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fba900;
  top: 0;
  left: 0;
  border-radius: 39px;
}
@media (max-width: 768px) {
  .c-btn--blue::before, .c-btn--blue::after, .c-btn--orange::before, .c-btn--orange::after {
    border-radius: calc(36 / 390 * 100vw);
  }
}
.c-btn--blue::after, .c-btn--orange::after {
  top: 10px;
  background-color: #b17600;
  z-index: -1;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media (max-width: 768px) {
  .c-btn--blue::after, .c-btn--orange::after {
    top: 6px;
  }
}
.c-btn--blue:hover::after, .c-btn--orange:hover::after {
  top: 0px;
}
.c-btn--blue::before {
  background-color: #276fb8;
}
.c-btn--blue::after {
  display: none;
}

.c-note {
  font-size: 12px;
  line-height: calc(22 / 12);
}

.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 40px;
  min-width: calc(1066px + 32px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 768px) {
  .l-header {
    padding-left: 0;
    padding-right: 20px;
    min-width: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.l-header.is-tracking {
  background-color: #fffbe2;
}

.l-header-bg {
  display: none;
}

.l-header__logo {
  z-index: 99;
  display: block;
  width: calc(192 / 1365 * 100vw);
}
@media (max-width: 768px) {
  .l-header__logo {
    width: calc(125 / 390 * 100vw);
  }
}
.l-header__logo img {
  border-radius: 0 0 20px 0;
}
@media (max-width: 768px) {
  .l-header__logo img {
    border-radius: 0 0 20px 20px;
  }
}

.l-header__btn {
  display: none;
}
@media (max-width: 768px) {
  .l-header__btn {
    position: absolute;
    z-index: 99;
    right: 20px;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    background-color: #276fb8;
    border-radius: 50%;
    padding-top: 2px;
    margin-top: 10px;
  }
}
.l-header__btn .l-header__btn-inner {
  position: relative;
  width: 25px;
  height: 18px;
}
.l-header__btn .l-header__btn-inner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 1px;
  background-color: #fff;
}
.l-header__btn .l-header__btn-inner span:nth-child(1) {
  top: 0;
}
.l-header__btn .l-header__btn-inner span:nth-child(2) {
  top: calc(18px / 2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__btn .l-header__btn-inner span:nth-child(3) {
  top: 17px;
}
.l-header__btn.is-open .l-header__btn-inner span:nth-child(1) {
  top: calc(19px / 2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__btn.is-open .l-header__btn-inner span:nth-child(2) {
  opacity: 0;
}
.l-header__btn.is-open .l-header__btn-inner span:nth-child(3) {
  top: calc(19px / 2);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header__content {
  display: block;
}
@media (max-width: 768px) {
  .l-header__content {
    display: none;
  }
}
.l-header__content.is-open {
  position: relative;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100svh;
  padding: calc(120 / 390 * 100vw) calc(55 / 390 * 100vw);
  background: #fffbe2;
}
.l-header__content::before {
  display: none;
}
@media (max-width: 768px) {
  .l-header__content::before {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../../assets/img/bg_header_nav_sp.svg) top center/100% auto no-repeat;
  }
}

.l-header__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .l-header__content-inner {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .l-header__content-inner nav {
    width: 100%;
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
}
@media (max-width: 768px) {
  .l-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 33px;
  }
}
.l-header__nav li {
  position: relative;
}
.l-header__nav li + li {
  position: relative;
}
@media (max-width: 768px) {
  .l-header__nav li + li {
    border-left: 0;
  }
}
.l-header__nav a {
  padding: 0 15px;
  text-decoration: none;
  color: #000000;
  line-height: calc(20 / 14);
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.l-header__nav a:hover {
  color: #fba900;
}
@media (max-width: 768px) {
  .l-header__nav a {
    font-size: calc(18 / 390 * 100vw);
    line-height: calc(28 / 20);
    display: block;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid;
  }
}

.l-header__link {
  display: block;
  padding: 10px 47px;
  background-color: #fba900;
  border: 1px solid #fba900;
  color: #fff;
  font-size: 16px;
  border-radius: 26px;
  letter-spacing: 0.05em;
  line-height: calc(24 / 16);
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-left: 15px;
}
@media (max-width: 768px) {
  .l-header__link {
    display: none;
  }
}
.l-header__link:hover {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.16);
}

.l-footer {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .l-footer {
    margin-top: 20px;
    padding: 0 0 20px;
  }
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}

.l-footer__logo {
  width: 320px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .l-footer__logo {
    width: 200px;
    height: auto;
    margin-top: 20px;
  }
}

.l-footer__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .l-footer__link ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 0;
  }
}
.l-footer__link ul li {
  padding: 0 15px;
}
.l-footer__link ul li + li {
  position: relative;
}
.l-footer__link ul li + li::before {
  left: 0;
  position: absolute;
  content: "";
  width: 1px;
  background: #000;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__link ul li:nth-child(3)::before {
  display: none;
}
.l-footer__link ul a {
  color: #000;
  font-size: 14px;
  line-height: calc(20 / 14);
}

.l-footer__copyright {
  font-size: 12px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    font-size: 12px;
    position: relative;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
}

.l-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
  gap: 40px;
}
@media (max-width: 768px) {
  .l-footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 44px;
  }
}

.l-footer-menu-item__header {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .l-footer-menu-item__header {
    padding-bottom: 12px;
  }
}

.l-footer-menu-item__list {
  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;
  margin-top: 16px;
  padding-left: 30px;
  gap: 16px;
}
@media (max-width: 768px) {
  .l-footer-menu-item__list {
    padding-left: 0;
  }
}
.l-footer-menu-item__list::before {
  position: absolute;
  top: 0;
  left: calc(30px / 2);
  width: 1px;
  height: 100%;
  content: "";
}
@media (max-width: 768px) {
  .l-footer-menu-item__list::before {
    display: none;
  }
}
.l-footer-menu-item__list a {
  text-decoration: none;
}

/****************************
common
****************************/
body {
  background-color: #fffbe2;
}

.p-menu {
  display: none;
}

/****************************
KV
****************************/
.p-kv {
  display: block;
}

.p-kv-content01 {
  aspect-ratio: calc(1366 / 523);
  background: url(../../assets/img/bg_kv01.png) center center/contain no-repeat;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .p-kv-content01 {
    aspect-ratio: calc(390 / 703);
    background: url(../../assets/img/bg_kv01_sp.png) top center/contain no-repeat;
    padding: calc(46 / 390 * 100vw) calc(7 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

.p-kv-content01__img {
  width: calc(1066 / 1366 * 100%);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-kv-content01__img {
    width: 100%;
  }
}

.p-kv-content02-box01 {
  background-color: #2dd4f2;
  padding: calc(28 / 1365 * 100vw) 0 calc(33 / 1365 * 100vw);
}
@media (max-width: 768px) {
  .p-kv-content02-box01 {
    padding: 20px 0;
  }
}

.p-kv-content02-box01__copy {
  font-size: calc(28 / 1365 * 100vw);
  font-weight: bold;
  text-align: center;
  line-height: calc(45 / 28);
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 1200px) {
  .p-kv-content02-box01__copy {
    font-size: 28px;
    font-size: calc(20 / 390 * 100vw);
  }
}

.p-kv-content02-box01__img {
  margin: 0 auto;
  width: calc(1039 / 1366 * 100%);
  min-width: 1039px;
  margin-top: 7px;
}
@media (max-width: 768px) {
  .p-kv-content02-box01__img {
    min-width: auto;
    width: calc(350 / 390 * 100%);
    margin-top: 12px;
  }
}

.p-kv-content02-box02 {
  padding: calc(16 / 1365 * 100vw) 0;
  background-color: #276fb8;
}
@media (max-width: 768px) {
  .p-kv-content02-box02 {
    padding: calc(12 / 390 * 100%) 0 calc(15 / 390 * 100%);
  }
}
.p-kv-content02-box02 picture {
  width: calc(571 / 1364 * 100%);
  margin: 0 auto;
  min-width: 571px;
}
@media (max-width: 768px) {
  .p-kv-content02-box02 picture {
    min-width: auto;
    width: calc(261 / 390 * 100%);
  }
}

.p-kv-content {
  width: calc(565 / 1366 * 100%);
  margin-left: calc(150 / 1366 * 100%);
}
@media (max-width: 768px) {
  .p-kv-content {
    width: 100%;
    margin-left: 0;
    padding-top: calc(82 / 390 * 100vw);
  }
}

.p-kv__period {
  margin-top: 42px;
}
@media (max-width: 768px) {
  .p-kv__period {
    margin-top: calc(-48 / 390 * 100vw);
  }
}

.p-kv__desc {
  font-size: 16px;
  line-height: calc(28 / 16);
  margin-top: 30px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-kv__desc {
    font-size: calc(16 / 390 * 100vw);
    text-align: center;
  }
}
@media screen and (min-width: 1366px) {
  .p-kv__desc {
    font-size: calc(16 / 1366 * 100vw);
  }
}

/****************************
スペシャルムービー
****************************/
.p-movie__desc {
  font-size: 20px;
  text-align: center;
  line-height: calc(40 / 20);
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-movie__desc {
    font-size: calc(16 / 390 * 100vw);
  }
}
.p-movie__desc + .c-sec-header {
  margin-top: 100px;
}

.c-sec-header {
  width: 272px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-sec-header {
    width: calc(220 / 355 * 100%);
  }
}

.p-movie-content01 {
  margin-top: 38px;
}
@media (max-width: 768px) {
  .p-movie-content01 {
    margin-top: calc(28 / 390 * 100vw);
  }
}

.p-movie__copy,
.c-copy {
  font-size: 30px;
  font-weight: bold;
  line-height: calc(44 / 30);
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-movie__copy,
.c-copy {
    font-size: calc(24 / 390 * 100vw);
  }
}

.p-movie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-movie__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-movie-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% / 3 - (20px * 2 / 3));
  padding: 28px 30px 18px;
  border-radius: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .p-movie-item {
    width: 100%;
    padding: calc(29 / 390 * 100vw) calc(30 / 390 * 100vw) calc(30 / 390 * 100vw);
  }
}

.p-movie-item__text {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 13px;
  gap: 3px;
}
@media (max-width: 768px) {
  .p-movie-item__text {
    margin-top: 14px;
  }
}

.p-movie-item__title {
  font-size: 18px;
  line-height: calc(27 / 19);
}
@media (max-width: 768px) {
  .p-movie-item__title {
    font-size: calc(15 / 390 * 100vw);
  }
}
.p-movie-item__title.large {
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-movie-item__title.large {
    font-size: calc(15 / 390 * 100vw);
  }
}
.p-movie-item__title.large--2 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-movie-item__title.large--2 {
    font-size: calc(15 / 390 * 100vw);
  }
}

.p-movie-item__subtitle {
  font-size: 13px;
  line-height: calc(19 / 13);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-movie-item__subtitle {
    font-size: calc(14 / 390 * 100vw);
  }
}

.p-movie-content02 {
  margin-top: 125px;
}
@media (max-width: 768px) {
  .p-movie-content02 {
    margin-top: 90px;
  }
}

.p-plan-header {
  width: 532px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-plan-header {
    width: 100%;
  }
}

.p-plan-content {
  position: relative;
  margin-top: 112px;
  padding: 90px 36px 100px;
  border-radius: 30px;
  background-color: #2dd4f2;
}
@media (max-width: 768px) {
  .p-plan-content {
    margin-top: calc(69 / 390 * 100vw);
    padding: calc(62 / 390 * 100vw) calc(15 / 390 * 100vw) calc(50 / 390 * 100vw);
  }
}

.p-plan-content-header {
  position: absolute;
  top: -67px;
  left: 50%;
  width: 368px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-plan-content-header {
    top: calc(-44 / 390 * 100vw);
    width: calc(230 / 390 * 100vw);
  }
}

.p-plan-content-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  gap: 83px;
}
@media (max-width: 768px) {
  .p-plan-content-box01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0;
    gap: 65px;
  }
}

@media (max-width: 768px) {
  .p-plan-content-box01__item {
    width: calc(100% + (14 / 390 * 100vw)) !important;
    margin-left: calc(14 / 390 * 100vw * -1);
  }
}
.p-plan-content-box01__item:nth-child(1) {
  width: 449px;
}
.p-plan-content-box01__item:nth-child(2) {
  position: relative;
  width: 454px;
}
.p-plan-content-box01__item:nth-child(2)::before {
  position: absolute;
  top: 150px;
  left: -54px;
  width: 42px;
  height: 38px;
  content: "";
  background: url(../../assets/img/ico_plus01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-plan-content-box01__item:nth-child(2)::before {
    top: calc(80px / 2 * -1);
    left: calc(50% + 14px);
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
  }
}
.p-plan-content-box01__item:nth-child(2) .c-btn {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
@media (max-width: 768px) {
  .p-plan-content-box01__item:nth-child(2) .c-btn {
    bottom: calc(24 / 390 * 100vw);
    left: calc(24 / 390 * 100vw);
  }
}

.p-plan-content-box02 {
  position: relative;
  max-width: 791px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .p-plan-content-box02 {
    width: calc(310 / 390 * 100vw);
    margin: calc(40 / 390 * 100vw) auto 0;
  }
}
.p-plan-content-box02 .c-btn {
  position: absolute;
  right: 12px;
  bottom: 10px;
}
@media (max-width: 768px) {
  .p-plan-content-box02 .c-btn {
    position: relative;
    right: initial;
    bottom: initial;
    margin: 30px 0 0;
  }
}

/****************************
キャンペーン
****************************/
.p-campaign {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .p-campaign {
    margin-top: calc(90 / 390 * 100%);
  }
}

.p-campaign__copy {
  margin-top: 38px;
}
.p-campaign-box01 {
  margin-top: 30px;
  position: relative;
}
.p-campaign-box01 .c-btn {
  position: absolute;
  bottom: 40px;
  left: 201px;
}
@media (max-width: 768px) {
  .p-campaign-box01 .c-btn {
    bottom: calc(18 / 390 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-campaign-box02 {
  position: relative;
  margin-top: 58px;
}
@media (max-width: 768px) {
  .p-campaign-box02 {
    margin-top: calc(40 / 390 * 100vw);
  }
}
.p-campaign-box02 .c-btn {
  position: absolute;
  bottom: 50px;
  left: 201px;
}
@media (max-width: 768px) {
  .p-campaign-box02 .c-btn {
    bottom: calc(18 / 390 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-campaign-box03 {
  margin-top: 145px;
  position: relative;
  padding-top: 47px;
}
@media (max-width: 768px) {
  .p-campaign-box03 {
    width: calc(100% + 40px);
    margin-top: calc(90 / 390 * 100vw);
    margin-left: -20px;
    padding-top: calc(30 / 390 * 100vw);
  }
}

.p-campaign-box03-inner {
  padding: 87px 50px 40px;
  background: #2dd4f2;
}
@media (max-width: 768px) {
  .p-campaign-box03-inner {
    padding: calc(59 / 390 * 100vw) 20px calc(40 / 390 * 100vw);
  }
}

.p-campaign-box03__header {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 368px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-campaign-box03__header {
    width: calc(230 / 390 * 100%);
  }
}

.p-campaign-box03__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-campaign-box03__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}

.p-campaign-box03__desc {
  font-size: 18px;
  line-height: calc(34 / 18);
  width: 100%;
  padding: 36px 30px;
  border-radius: 13px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-campaign-box03__desc {
    font-size: calc(12 / 390 * 100vw);
    width: 100%;
    padding: 16px 24px;
  }
}

.p-campaign-box03-prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .p-campaign-box03-prof {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.p-campaign-box03-prof__left {
  width: calc(343 / 965 * 100%);
}
@media (max-width: 768px) {
  .p-campaign-box03-prof__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .p-campaign-box03-prof__img {
    width: calc(214 / 350 * 100%);
  }
}

.p-campaign-box03-prof__name {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .p-campaign-box03-prof__name {
    width: calc(103 / 350 * 100%);
  }
}
.p-campaign-box03-prof__name .small {
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  display: block;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-campaign-box03-prof__name .small {
    font-size: calc(10 / 390 * 100vw);
  }
}
.p-campaign-box03-prof__name .large {
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-top: 7px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-campaign-box03-prof__name .large {
    font-size: calc(20 / 390 * 100vw);
  }
}

.p-campaign-box03-prof__right {
  width: calc(581 / 965 * 100%);
}
@media (max-width: 768px) {
  .p-campaign-box03-prof__right {
    width: 100%;
  }
}

.p-campaign-box03-prof__tag {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 9px 20px;
  color: #2dd4f2;
  border-radius: 18px;
  background-color: #ffffff;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-campaign-box03-prof__tag {
    font-size: calc(12 / 390 * 100vw);
    padding: calc(6 / 390 * 100vw) calc(13 / 390 * 100vw);
    margin-top: 0px;
  }
}

.p-campaign-box03-prof__info {
  font-size: 16px;
  line-height: calc(28 / 16);
  margin-top: 15px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-campaign-box03-prof__info {
    font-size: calc(11 / 390 * 100vw);
    line-height: 2;
    margin-top: 10px;
    text-align: justify;
  }
}

.p-campaign-box04 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .p-campaign-box04 {
    margin-top: calc(90 / 390 * 100%);
  }
}

/****************************
クリクラとは
****************************/
.p-about {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .p-about {
    margin-top: calc(90 / 390 * 100%);
  }
}

.p-campaign-header {
  font-size: 50px;
  font-weight: bold;
  line-height: calc(72 / 50);
  text-align: center;
}
@media (max-width: 768px) {
  .p-campaign-header {
    font-size: calc(32 / 390 * 100vw);
  }
}

.p-campaignc-copy {
  margin-top: 39px;
}
@media (max-width: 768px) {
  .p-campaignc-copy {
    font-size: calc(20 / 390 * 100vw);
    margin-top: calc(25 / 390 * 100vw);
  }
}

.p-campaign-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-campaign-item-wrapper {
    gap: calc(42 / 390 * 100vw);
  }
}

.p-campaign-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 44px;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-campaign-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: calc(33 / 390 * 100vw);
    gap: calc(17 / 390 * 100vw);
  }
}
.p-campaign-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-image: url(../../assets/img/ico_line_dot01.svg);
  background-repeat: repeat-x;
  background-size: 11px 2px;
}

.p-campaign-item__number {
  width: 204px;
}
@media (max-width: 768px) {
  .p-campaign-item__number {
    width: 100%;
    text-align: center;
  }
}
.p-campaign-item__number span {
  font-family: "Jost", sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: calc(55 / 38);
  padding-right: 9px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: #00a0e9;
  border-bottom: 2px solid #00a0e9;
}
@media (max-width: 768px) {
  .p-campaign-item__number span {
    font-size: calc(25 / 390 * 100vw);
    padding-right: 3px;
    padding-bottom: 2px;
    padding-left: 3px;
  }
}

.p-campaign-item__content {
  max-width: 822px;
}
@media (max-width: 768px) {
  .p-campaign-item__content {
    width: 100%;
  }
}

.p-campaign-item__header {
  font-size: 35px;
  font-weight: bold;
  line-height: calc(44 / 35);
  color: #00a0e9;
}
@media (max-width: 768px) {
  .p-campaign-item__header {
    font-size: calc(27 / 390 * 100vw);
    text-align: center;
  }
}

.p-campaign-item__desc {
  font-size: 16px;
  font-weight: bold;
  line-height: calc(26 / 16);
  margin-top: 16px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-campaign-item__desc {
    font-size: calc(14 / 390 * 100vw);
    line-height: calc(20 / 14);
    width: calc(313 / 350 * 100%);
    margin-top: calc(20 / 390 * 100vw);
    margin-right: auto;
    margin-left: auto;
  }
}

.p-campaign-item__img {
  width: 446px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-campaign-item__img {
    width: calc(340 / 350 * 100%);
    margin-top: calc(16 / 390 * 100vw);
  }
}

/****************************
ご利用料金
****************************/
.p-price {
  margin-top: 74px;
}
.p-price .c-btn {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-price .c-btn {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.p-price-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 80px 0;
  background: url(../../assets/img/bg_price01.png) top center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-price-inner {
    padding: calc(57 / 390 * 100vw) 0 calc(50 / 390 * 100vw);
    background: url(../../assets/img/bg_price01_sp.png) top center/cover no-repeat;
  }
}

.p-price-header {
  width: 368px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-price-header {
    width: calc(230 / 350 * 100%);
  }
}

.p-price-content01 {
  width: 720px;
  margin: 40px auto 0;
  -webkit-transform: translateX(-11px);
          transform: translateX(-11px);
}
@media (max-width: 768px) {
  .p-price-content01 {
    width: calc(269 / 350 * 100%);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.p-price-content02 {
  width: 100%;
  margin-top: 56px;
}
@media (max-width: 768px) {
  .p-price-content02 {
    margin-top: calc(30 / 390 * 100vw);
  }
}

.p-price-note {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-price-note {
    margin-top: calc(30 / 390 * 100vw);
  }
}
.p-price-note li {
  font-size: 12px;
  font-weight: bold;
  line-height: calc(22 / 12);
  padding-left: 12px;
  text-indent: -12px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-price-note li {
    font-size: calc(10 / 390 * 100vw);
    padding-left: calc(10 / 390 * 100vw);
    text-indent: calc(-10 / 390 * 100vw);
  }
}

/****************************
注意事項
****************************/
.p-notes {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .p-notes {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.p-notes-inner {
  padding: 40px 50px 50px;
  border-radius: 50px;
  background-color: #276fb8;
}
@media (max-width: 768px) {
  .p-notes-inner {
    padding: calc(14 / 390 * 100vw) calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
    border-radius: 20px;
  }
}

.p-notes-header {
  font-size: 35px;
  font-weight: bold;
  line-height: calc(51 / 35);
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-notes-header {
    font-size: calc(16 / 390 * 100vw);
  }
}

.p-notes-content {
  overflow: scroll;
  max-height: 458px;
  margin-top: 20px;
  padding: 40px 40px;
  border-radius: 30px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-notes-content {
    margin-top: calc(7 / 390 * 100vw);
    padding: calc(17 / 390 * 100vw) calc(20 / 390 * 100vw);
    border-radius: 10px;
  }
}

.p-notes-content dt {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
}
@media (max-width: 768px) {
  .p-notes-content dt {
    font-size: calc(12 / 390 * 100vw);
  }
}

.p-notes-content dd {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-notes-content dd {
    margin-top: calc(4 / 390 * 100vw);
  }
}
.p-notes-content dd span {
  font-size: 14px;
  line-height: calc(24 / 14);
  display: block;
}
@media (max-width: 768px) {
  .p-notes-content dd span {
    font-size: calc(10 / 390 * 100vw);
  }
}
.p-notes-content dd span + span {
  margin-top: calc(14px * (24 / 14));
}
@media (max-width: 768px) {
  .p-notes-content dd span + span {
    margin-top: calc((10 / 390 * 100vw) * (24 / 14));
  }
}
.p-notes-content dd + dt {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-notes-content dd + dt {
    margin-top: calc(10 / 390 * 100vw);
  }
}

.p-movie-inner {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .p-movie-inner {
    padding-top: 30px;
  }
}
.p-movie-inner::before, .p-movie-inner::after {
  position: absolute;
  z-index: -1;
  content: "";
}
.p-movie-inner::before {
  top: -27px;
  left: calc((97 + 150) / 1066 * 100% * -1);
  width: calc(384 / 1066 * 100%);
  background: url(../../assets/img/img_movie_deco01.svg) center center/contain no-repeat;
  aspect-ratio: calc(384 / 903);
}
@media (max-width: 768px) {
  .p-movie-inner::before {
    top: calc(253 / 390 * 100vw);
    left: calc((20 + 62) / 350 * 100% * -1);
    width: calc(125 / 350 * 100%);
    background: url(../../assets/img/img_movie_deco01_sp.svg) center center/contain no-repeat;
    aspect-ratio: calc(125 / 1054);
  }
}
.p-movie-inner::after {
  top: 106px;
  right: calc(193 / 1066 * 100% * -1);
  width: calc(377 / 1066 * 100%);
  background: url(../../assets/img/img_movie_deco02.svg) center center/contain no-repeat;
  aspect-ratio: calc(377 / 532);
}
@media (max-width: 768px) {
  .p-movie-inner::after {
    top: calc(169 / 390 * 100vw);
    right: calc((20 + 93) / 350 * 100% * -1);
    width: calc(188 / 350 * 100%);
    background: url(../../assets/img/img_movie_deco02_sp.svg) center center/contain no-repeat;
    aspect-ratio: calc(188 / 1207);
  }
}

.p-plan {
  position: relative;
}
.p-plan::before, .p-plan::after {
  position: absolute;
  z-index: -1;
  content: "";
}
.p-plan::before {
  top: 105px;
  left: calc(166 / 1066 * 100% * -1);
  width: calc(214 / 1066 * 100%);
  background: url(../../assets/img/img_plan_deco01.svg) center center/contain no-repeat;
  aspect-ratio: calc(214 / 912);
}
@media (max-width: 768px) {
  .p-plan::before {
    top: calc(73 / 390 * 100vw);
    left: calc((26 + 20) / 390 * 100vw * -1);
    width: calc(56 / 350 * 100%);
    background: url(../../assets/img/img_plan_deco01_sp.svg) center center/contain no-repeat;
    aspect-ratio: calc(56 / 56);
  }
}
.p-plan::after {
  top: 155px;
  right: calc(176 / 1066 * 100% * -1);
  width: calc(334 / 1066 * 100%);
  background: url(../../assets/img/img_plan_deco02.svg) center center/contain no-repeat;
  aspect-ratio: calc(334 / 190);
}
@media (max-width: 768px) {
  .p-plan::after {
    display: none;
  }
}

.p-campaign-inner {
  position: relative;
}
.p-campaign-inner::before, .p-campaign-inner::after {
  position: absolute;
  z-index: -1;
  content: "";
}
.p-campaign-inner::before {
  top: 110px;
  left: calc((57 + 150) / 1066 * 100% * -1);
  width: calc(429 / 1066 * 100%);
  background: url(../../assets/img/img_campaign_deco01.svg) center center/contain no-repeat;
  aspect-ratio: calc(429 / 1571);
}
@media (max-width: 768px) {
  .p-campaign-inner::before {
    top: calc(75 / 390 * 100vw);
    left: calc((50 + 20) / 390 * 100vw * -1);
    width: calc(133 / 350 * 100%);
    background: url(../../assets/img/img_campaign_deco01_sp.svg) center center/contain no-repeat;
    aspect-ratio: calc(133 / 272);
  }
}
.p-campaign-inner::after {
  top: -45px;
  right: calc((101 + 150) / 1066 * 100% * -1);
  width: calc(420 / 1066 * 100%);
  background: url(../../assets/img/img_campaign_deco02.svg) center center/contain no-repeat;
  aspect-ratio: calc(420 / 1418);
}
@media (max-width: 768px) {
  .p-campaign-inner::after {
    top: calc(40 / 390 * 100vw);
    right: calc((62 + 20) / 390 * 100vw * -1);
    width: calc(125 / 350 * 100%);
    background: url(../../assets/img/img_campaign_deco02_sp.svg) center center/contain no-repeat;
    aspect-ratio: calc(125 / 164);
  }
}

.p-campaign-box03 {
  position: relative;
  position: relative;
}
.p-campaign-box03::before {
  position: absolute;
  z-index: -1;
  content: "";
}
@media (max-width: 768px) {
  .p-campaign-box03::before {
    bottom: calc(90 / 390 * 100vw * -1);
    right: calc((80) / 390 * 100vw * -1);
    width: calc(175 / 390 * 100%);
    background: url(../../assets/img/img_campaign_deco03_sp.svg) center center/contain no-repeat;
    aspect-ratio: calc(175 / 99);
  }
}

.p-about-inner {
  position: relative;
}
.p-about-inner::before, .p-about-inner::after {
  position: absolute;
  z-index: -1;
  content: "";
}
.p-about-inner::before {
  top: 606px;
  left: calc((93 + 150) / 1066 * 100% * -1);
  width: calc(243 / 1066 * 100%);
  background: url(../../assets/img/img_about_deco01.svg) center center/contain no-repeat;
  aspect-ratio: calc(243 / 190);
}
@media (max-width: 768px) {
  .p-about-inner::before {
    top: calc(567 / 390 * 100vw);
    left: calc((32 + 20) / 390 * 100vw * -1);
    width: calc(82 / 350 * 100%);
    background: url(../../assets/img/img_about_deco01_sp.svg) center center/contain no-repeat;
    aspect-ratio: calc(82 / 608);
  }
}
.p-about-inner::after {
  top: -72px;
  right: calc((88 + 150) / 1066 * 100% * -1);
  width: calc(281 / 1066 * 100%);
  background: url(../../assets/img/img_about_deco02.svg) center center/contain no-repeat;
  aspect-ratio: calc(281 / 951);
}
@media (max-width: 768px) {
  .p-about-inner::after {
    top: calc(-23 / 390 * 100vw);
    right: calc((52 + 20) / 390 * 100vw * -1);
    width: calc(126 / 350 * 100%);
    background: url(../../assets/img/img_about_deco02_sp.svg) center center/contain no-repeat;
    aspect-ratio: calc(126 / 1132);
  }
}

.p-price-inner {
  position: relative;
}
.p-price-inner::before {
  position: absolute;
  z-index: -1;
  content: "";
}
.p-price-inner::before {
  top: -5px;
  left: 0;
  width: calc(334 / 1366 * 100%);
  background: url(../../assets/img/img_price_deco01.svg) center center/contain no-repeat;
  aspect-ratio: calc(334 / 190);
}
@media (max-width: 768px) {
  .p-price-inner::before {
    top: calc(-57 / 390 * 100vw);
    left: calc((16 + 20) / 390 * 100vw * -1);
    width: calc(174 / 350 * 100%);
  }
}

.c-cta {
  position: fixed;
  bottom: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(350 / 390 * 100%);
  z-index: 99;
  max-width: 500px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-cta.is-tracking {
  opacity: 1;
}