@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #4d4d4d;
  --color-main: #ff4e60;
}

html, body, div, span, 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, sub, sup, 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 {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  background-color: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  border: 0;
  border-top: 1px solid #000000;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box !important;
  font-size: 1.4rem;
}

html {
  font-size: 62.5%;
}
html.is-open {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}
body * {
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: var(--color-black);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

picture {
  display: block;
}

input[type=submit],
input[type=button],
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=reset],
select,
button,
textarea {
  -webkit-appearance: none;
  background-color: var(--color-white);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--color-black);
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=date]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=reset]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: 0;
}

input[type=date]::-webkit-date-and-time-value,
input[type=time]::-webkit-date-and-time-value,
input[type=datetime-local]::-webkit-date-and-time-value {
  text-align: left;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/noto-sans-jp-v55-japanese_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-maru-gothic-500 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/zen-maru-gothic-v19-japanese_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-maru-gothic-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/zen-maru-gothic-v19-japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/outfit-v15-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/outfit-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/outfit-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ffe3e6;
  height: 14px;
  opacity: 1;
  width: 14px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(14 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
  }
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--color-main);
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet{
  margin-left: 10px;
}
.swiper-button-prev,
.swiper-button-next {
  display: block;
  height: auto;
  margin-top: 0;
  top: 273px;
  width: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: calc(10 / 375 * 100vw);
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: block;
  height: 27px;
  width: 27px;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev:after {
    background-image: url(../images/swiper_icon_prev_sp.png);
  }
}
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .swiper-button-next:after {
    background-image: url(../images/swiper_icon_next_sp.png);
  }
}
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
}
.swiper-pagination {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: calc(0 / 375 * 100vw) !important;
  }
}

.swiper-container {
  overflow: visible;
  padding-bottom: 36px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .swiper-container {
    padding-bottom: calc(36 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    padding-bottom: calc(45 / 375 * 100vw);
  }
}

.swiper-pagination {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: calc(0 / 375 * 100vw) !important;
  }
}
.l-container {
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  width: 1200px;
}
@media screen and (max-width: 1199px) {
  .l-container {
    padding-left: calc(100 / 1200 * 100vw);
    padding-right: calc(100 / 1200 * 100vw);
    width: calc(1200 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.p-header {
  position: absolute;
  z-index: 1;
}
.p-header .l-container{
  padding-left: 0;
  padding-right: 0;
}
.p-header__inner {
  padding: 3px 27px;;
}
@media screen and (max-width: 1199px) {
  .p-header__inner {
    padding: calc(3 / 1200 * 100vw) calc(27 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: calc(3 / 1200 * 100vw) calc(17 / 375 * 100vw);
  }
}
.p-header__logo {
  width: 288px;
  height: 100%;
  padding-top: 24px;
}
@media screen and (max-width: 1199px) {
  .p-header__logo {
    width: calc(288 / 1200 * 100vw);
    padding-top: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: calc(213 / 375 * 100vw);
    padding-top: calc(16 / 375 * 100vw);
  }
}

.p-mainVisual {
  width: 100%;
  aspect-ratio: 1440 / 735;
  max-height: 735px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    background-image: url(../images/mainvisual_bg_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    aspect-ratio: initial;
    height: calc(747 / 375 * 100vw);
    max-height: none;
  }
}

.p-mainVisual__mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .p-mainVisual__mask {
    border-radius: 0 0 70px 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__mask {
    display: none;
  }
}
.p-mainVisual__mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mainVisual__inner{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 980px;
  height: 735px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__inner{
    width: calc(980 / 1440 * 100vw);
    height: calc(725 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__inner{
    width: 100%;
    height: calc(747 / 375 * 100vw);
  }
}
.p-mainVisual__text {
  background-image: url(../images/mainvisual_text.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 570px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  position: absolute;
  text-indent: 150vw;
  top: 71px;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__text {
    height: calc(570 / 1440 * 100vw);
    top: calc(71 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text {
    display: none;
  }
}

.p-mainVisual__ribbon{
  width: 154px;
  height: 158px;
  position: absolute;
  right: -174px;
  top: -10px;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.12));
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__ribbon{
    width: calc(154 / 1440 * 100vw);
    height: calc(158 / 1440 * 100vw);
    right: calc(-24 / 1440 * 100vw);
    top: calc(-10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__ribbon{
    width: calc(100 / 375 * 100vw);
    height: calc(101 / 375 * 100vw);
    right: calc(19 / 375 * 100vw);
    top: calc(-10 / 375 * 100vw);
  }
}

.p-mainVisual__buttonBox{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__buttonBox{
    bottom: calc(-32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__buttonBox{
    bottom: calc(37 / 375 * 100vw);
  }
}
.p-mainVisual__buttonBox__lead{
  width: 430px;
  height: 23px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__buttonBox__lead{
    width: calc(430 / 1440 * 100vw);
    height: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__buttonBox__lead{
    width: calc(257 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
}
.p-mainVisual__buttonBox__share{
  display: flex;
  margin-top: 26px;
  gap: 17px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__buttonBox__share{
    margin-top: calc(26 / 1440 * 100vw);
    gap: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__buttonBox__share{
    margin-top: calc(15 / 375 * 100vw);
    gap: calc(13 / 375 * 100vw);
    flex-direction: column;
  }
}
.p-mainVisual__buttonBox__share img{
  width: 271px;
  height: 60px;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.12));
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__buttonBox__share img{
    width: calc(271 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__buttonBox__share img{
    width: calc(254 / 375 * 100vw);
    height: calc(52 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisual__deco{
    display: none;
  }
}
.p-mainVisual__deco--sakura1{
  position: absolute;
  width: 223px;
  height: 197px;
  left: -148px;
  top: 171px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__deco--sakura1{
    left: calc(-148 / 1440 * 100vw);
    top: calc(171 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__deco--sakura1{
    left: calc(-148 / 375 * 100vw);
    top: calc(171 / 375 * 100vw);
  }
}
.p-mainVisual__deco--sakura2{
  position: absolute;
  width: 175px;
  height: 178px;
  right: -165px;
  top: 213px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__deco--sakura2{
    right: calc(-165 / 1440 * 100vw);
    top: calc(213 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__deco--sakura2{
    right: calc(-165 / 375 * 100vw);
    top: calc(213 / 375 * 100vw);
  }
}

.c-section__title{
  font-size: 35px;
  line-height: 53px;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .c-section__title{
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(53 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-section__title{
    font-size: calc(26 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
  }
}
.c-section__title--num{
  font-family: "Outfit";
}
.c-section__title--note{
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  .c-section__title--note{
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-section__title--note{
    font-size: calc(20 / 375 * 100vw);
  }
}

.p-present__inner{
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  padding-top: 154px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1439px) {
  .p-present__inner{
    padding-top: calc(154 / 1440 * 100vw);
    padding-bottom: calc(140 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-present__inner{
    padding-top: calc(72 / 375 * 100vw);
    padding-bottom: calc(73 / 375 * 100vw);
  }
}
.p-present__lead{
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .p-present__lead{
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-present__lead{
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}

.p-present__content{
  font-size: 28px;
  color: var(--color-main);
  letter-spacing: 0;
  margin-top: 8px;
  line-height: 53px;
}
@media screen and (max-width: 1439px) {
  .p-present__content{
    font-size: calc(28 / 1440 * 100vw);
    margin-top: calc(8 / 1440 * 100vw);
    line-height: calc(53 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-present__content{
    font-size: calc(20 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
    line-height: calc(38 / 375 * 100vw);
    letter-spacing: .05em;
  }
}
.p-present__content--md{
  font-size: 31px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-present__content--md{
    font-size: calc(31 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-present__content--md{
    font-size: calc(23 / 375 * 100vw);
  }
}
.p-present__content--em{
  font-size: 40px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-present__content--em{
    font-size: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-present__content--em{
    font-size: calc(30 / 375 * 100vw);
  }
}
.p-present__content--eml{
  font-size: 45px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-present__content--eml{
    font-size: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-present__content--eml{
    font-size: calc(32 / 375 * 100vw);
  }
}
.p-present__content--num{
  font-size: 48px;
  font-family: "Outfit";
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1439px) {
  .p-present__content--num{
    font-size: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-present__content--num{
    font-size: calc(35 / 375 * 100vw);
    letter-spacing: 0.03em;
  }
}
.p-present__content--en{
  font-size: 48px;
  font-family: "Outfit";
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-present__content--en{
    font-size: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-present__content--en{
    font-size: calc(34 / 375 * 100vw);
    letter-spacing: .02em;
  }
}

.p-exchange{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 946px;
  background-image: url(../images/exchange_bg.jpg);
  border-radius: 70px;
}
@media screen and (max-width: 1439px) {
  .p-exchange{
    height: calc(946 / 1440 * 100vw);
    border-radius: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-exchange{
    background-image: url(../images/exchange_bg_sp.jpg);
    height: calc(832 / 375 * 100vw);
    border-radius: 0;
  }
}
.p-exchange__inner{
  padding-top: 104px;
  padding-bottom: 51px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-exchange__inner{
    padding-top: calc(104 / 1440 * 100vw);
    padding-bottom: calc(51 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-exchange__inner{
    padding-top: calc(49 / 375 * 100vw);
    padding-bottom: calc(51 / 375 * 100vw);
  }
}

.p-exchange__content{
  background-color: var(--color-white);
  border-radius: 40px;
  text-align: center;
  padding-top: 73px;
  padding-bottom: 82px;
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
  width: 849px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-exchange__content{
    border-radius: calc(40 / 1440 * 100vw);
    padding-top: calc(73 / 1440 * 100vw);
    padding-bottom: calc(82 / 1440 * 100vw);
    margin-top: calc(62 / 1440 * 100vw);
    width: calc(849 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-exchange__content{
    border-radius: calc(30 / 375 * 100vw);
    padding-top: calc(33 / 375 * 100vw);
    padding-right: calc(24 / 375 * 100vw);
    padding-bottom: calc(40 / 375 * 100vw);
    padding-left: calc(25 / 375 * 100vw);
    margin-top: calc(39 / 375 * 100vw);
    width: calc(331 / 375 * 100vw);
    text-align: left;
  }
}
.p-exchange__lead{
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 1439px) {
  .p-exchange__lead{
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-exchange__lead{
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.p-exchange__lead a{
  color: var(--color-main);
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-exchange__lead a{
    letter-spacing: 0.02em;
  }
}
.p-exchange__image{
  width: 760px;
  height: 208px;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1439px) {
  .p-exchange__image{
    width: calc(760 / 1440 * 100vw);
    height: calc(208 / 1440 * 100vw);
    margin-top: calc(46 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-exchange__image{
    width: calc(297 / 375 * 100vw);
    height: calc(109 / 375 * 100vw);
    margin-top: calc(41 / 375 * 100vw);
    margin-left: calc(-10 / 375 * 100vw);
  }
}
.p-exchange__description{
  font-size: 16px;
  line-height: 26px;
  margin-top: 26px;
}
@media screen and (max-width: 1439px) {
  .p-exchange__description{
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-top: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-exchange__description{
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(35 / 375 * 100vw);
    text-align: justify;
  }
}
.p-exchange__description__em{
  color: var(--color-main);
  font-weight: 700;
}
.p-exchange__note{
  font-size: 10px;
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  .p-exchange__note{
    font-size: calc(10 / 1440 * 100vw);
    margin-top: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-exchange__note{
    font-size: calc(10 / 375 * 100vw);
    margin-top: calc(6 / 375 * 100vw);
  }
}
.p-exchange__deco--sakura{
  position: absolute;
  width: 139px;
  height: 142px;
  left: -199px;
  top: -107px;
}
@media screen and (max-width: 1439px) {
  .p-exchange__deco--sakura{
    left: calc(-199 / 1440 * 100vw);
    top: calc(-107 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-exchange__deco--sakura{
    width: calc(92 / 375 * 100vw);
    height: calc(94 / 375 * 100vw);
    left: calc(1 / 375 * 100vw);
    top: calc(-265 / 375 * 100vw);
  }
}
.p-exchange__deco--girl{
  position: absolute;
  width: 171px;
  height: 172px;
  right: -58px;
  top: -82px;
}
@media screen and (max-width: 1439px) {
  .p-exchange__deco--girl{
    width: calc(171 / 1440 * 100vw);
    height: calc(172 / 1440 * 100vw);
    right: calc(-58 / 1440 * 100vw);
    top: calc(-82 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-exchange__deco--girl{
    width: calc(140 / 375 * 100vw);
    height: calc(139 / 375 * 100vw);
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: calc(-122 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-exchange-info .l-container{
    padding-left: calc(23 / 375 * 100vw);
  }
}
.p-exchange-info__inner{
  padding-top: 122px;
  padding-bottom: 125px;
}
@media screen and (max-width: 1439px) {
  .p-exchange-info__inner{
    padding-top: calc(122 / 1440 * 100vw);
    padding-bottom: calc(125 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-exchange-info__inner{
    padding-top: calc(54 / 375 * 100vw);
    padding-bottom: calc(75 / 375 * 100vw);
  }
}
.p-exchange-infoBox{
  padding-bottom: 44px;
}
@media screen and (max-width: 1439px) {
  .p-exchange-infoBox{
    padding-bottom: calc(44 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-exchange-infoBox{
    padding-bottom: calc(33 / 375 * 100vw);
  }
}
.p-exchange-infoBox__gift{
  border-top: 1px solid #ebebeb;
  padding-top: 43px;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1439px) {
  .p-exchange-infoBox__gift{
    padding-top: calc(43 / 1440 * 100vw);
    font-size: calc(10 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-exchange-infoBox__gift{
    padding-top: calc(33 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    text-align: justify;
  }
}
.p-exchange-infoBox__title{
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 19px;
}
@media screen and (max-width: 1439px) {
  .p-exchange-infoBox__title{
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-top: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-exchange-infoBox__title{
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(18 / 375 * 100vw);
  }
}
.p-exchange-infoBox__list{
  font-size: 10px;
  line-height: 20px;
  margin-top: 2px;
}
@media screen and (max-width: 1439px) {
  .p-exchange-infoBox__list{
    font-size: calc(10 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    margin-top: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-exchange-infoBox__list{
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    margin-top: calc(2 / 375 * 100vw);
  }
}
.p-exchange-infoBox__list li{
  letter-spacing: 0.01em;
}
.p-exchange-infoBox__list a{
  color: var(--color-main);
  text-decoration: underline;
}

.p-merit{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 924px;
  background-image: url(../images/merit_bg.jpg);
  border-radius: 70px;
}
@media screen and (max-width: 1439px) {
  .p-merit{
    height: calc(946 / 1440 * 100vw);
    border-radius: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit{
    background-image: url(../images/merit_bg_sp.jpg);
    height: calc(1702 / 375 * 100vw);
    border-radius: 0;
  }
}
.p-merit__inner{
  padding-top: 106px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-merit__inner{
    padding-top: calc(106 / 1440 * 100vw);
    padding-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__inner{
    padding-top: calc(49 / 375 * 100vw);
    padding-bottom: calc(50 / 375 * 100vw);
  }
}

.p-merit__list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-merit__list{
    gap: calc(32 / 1440 * 100vw) calc(30 / 1440 * 100vw);
    margin-top: calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list{
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: calc(56 / 375 * 100vw);
  }
}
.p-merit__list-item{
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 286px;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  .p-merit__list-item{
    height: calc(286 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list-item{
    height: calc(210 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list-item--2,
  .p-merit__list-item--3{
    margin-top: calc(37 / 375 * 100vw);
  }
  .p-merit__list-item--4{
    margin-top: calc(40 / 375 * 100vw);
  }
  .p-merit__list-item--5{
    margin-top: calc(39 / 375 * 100vw);
  }
  .p-merit__list-item--6{
    margin-top: calc(41 / 375 * 100vw);
  }
}
.p-merit__listBox__content{
  background-color: var(--color-white);
  border-radius: 20px;
  width: 278px;
  height: 146px;
  padding-top: 36px;
}
@media screen and (max-width: 1439px) {
  .p-merit__listBox__content{
    border-radius: calc(20 / 1440 * 100vw);
    width: calc(278 / 1440 * 100vw);
    height: calc(146 / 1440 * 100vw);
    padding-top: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__listBox__content{
    border-radius: calc(20 / 375 * 100vw);
    width: calc(304 / 375 * 100vw);
    height: calc(146 / 375 * 100vw);
    padding-top: calc(39 / 375 * 100vw);
  }
}
.p-merit__listBox__num{
  background-color: var(--color-main);
  color: var(--color-white);
  display: inline-block;
  font-family: "Outfit";
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  border-radius: 50px;
  padding: 5px 13px 5px 14px;
  position: absolute;
  bottom: 131px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  .p-merit__listBox__num{
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
    border-radius: calc(50 / 1440 * 100vw);
    padding: calc(5 / 1440 * 100vw) calc(13 / 1440 * 100vw) calc(5 / 1440 * 100vw) calc(14 / 1440 * 100vw);
    bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__listBox__num{
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    border-radius: calc(50 / 375 * 100vw);
    padding: calc(4 / 375 * 100vw) calc(11 / 375 * 100vw) calc(4 / 375 * 100vw) calc(11 / 375 * 100vw);
    bottom: calc(134 / 375 * 100vw);
    transform: none;
    left: calc(24 / 375 * 100vw);
    letter-spacing: .07em;
  }
}
.p-merit__listBox__icon{
  margin: 0 auto;
  position: absolute;
  bottom: 144px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-merit__listBox__icon{
    bottom: calc(144 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__listBox__icon{
    bottom: calc(127 / 375 * 100vw);
    transform: none;
    left: auto;
    right: calc(35 / 375 * 100vw);
    z-index: 0;
  }
}
.p-merit__listBox__icon--1{
  width: 179px;
  height: 123px;
}
@media screen and (max-width: 1439px) {
  .p-merit__listBox__icon--1{
    width: calc(179 / 1440 * 100vw);
    height: calc(123 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__listBox__icon--1{
    width: calc(143 / 375 * 100vw);
    height: calc(99 / 375 * 100vw);
  }
}
.p-merit__listBox__icon--2{
  width: 175px;
  height: 128px;
  left: 48.5%;
  bottom: 145px;
}
@media screen and (max-width: 1439px) {
  .p-merit__listBox__icon--2{
    width: calc(175 / 1440 * 100vw);
    height: calc(128 / 1440 * 100vw);
    bottom: calc(145 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__listBox__icon--2{
    width: calc(140 / 375 * 100vw);
    height: calc(103 / 375 * 100vw);
    bottom: calc(126 / 375 * 100vw);
    left: auto;
    right: calc(39 / 375 * 100vw);;
  }
}
.p-merit__listBox__icon--3{
  width: 111px;
  height: 165px;
  bottom: 122px;
  left: 49%;
}
@media screen and (max-width: 1439px) {
  .p-merit__listBox__icon--3{
    width: calc(111 / 1440 * 100vw);
    height: calc(165 / 1440 * 100vw);
    bottom: calc(122 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__listBox__icon--3{
    width: calc(103 / 375 * 100vw);
    height: calc(112 / 375 * 100vw);
    bottom: calc(123 / 375 * 100vw);
    left: auto;
    right: calc(56 / 375 * 100vw);
  }
}
.p-merit__listBox__icon--4{
  width: 138px;
  height: 111px;
  bottom: 163px;
  left: 51%;
}
@media screen and (max-width: 1439px) {
  .p-merit__listBox__icon--4{
    width: calc(138 / 1440 * 100vw);
    height: calc(111 / 1440 * 100vw);
    bottom: calc(163 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__listBox__icon--4{
    width: calc(110 / 375 * 100vw);
    height: calc(105 / 375 * 100vw);
    bottom: calc(125 / 375 * 100vw);
    left: auto;
    right: calc(54 / 375 * 100vw);
  }
}
.p-merit__listBox__icon--5{
  width: 163px;
  height: 143px;
  bottom: 131px;
}
@media screen and (max-width: 1439px) {
  .p-merit__listBox__icon--5{
    width: calc(163 / 1440 * 100vw);
    height: calc(143 / 1440 * 100vw);
    bottom: calc(131 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__listBox__icon--5{
    width: calc(153 / 375 * 100vw);
    height: calc(111 / 375 * 100vw);
    bottom: calc(127 / 375 * 100vw);
    left: auto;
    right: calc(31 / 375 * 100vw);
  }
}
.p-merit__listBox__icon--6{
  width: 86px;
  height: 183px;
  bottom: 103px;
  left: 49%;
}
@media screen and (max-width: 1439px) {
  .p-merit__listBox__icon--6{
    width: calc(86 / 1440 * 100vw);
    height: calc(183 / 1440 * 100vw);
    bottom: calc(103 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__listBox__icon--6{
    width: calc(90 / 375 * 100vw);
    height: calc(120 / 375 * 100vw);
    bottom: calc(120 / 375 * 100vw);
    left: auto;
    right: calc(62 / 375 * 100vw);
  }
}
.p-merit__listBox__text{
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-merit__listBox__text{
    font-size: calc(17 / 1440 * 100vw);
    line-height: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__listBox__text{
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
  }
}
.p-merit__listBox__text__em{
  color: var(--color-main);
  font-weight: 700;
  letter-spacing: 0;
}
.p-merit__deco--sakura{
  position: absolute;
  width: 156px;
  height: 138px;
  right: -140px;
  top: 99px;
}
@media screen and (max-width: 1439px) {
  .p-merit__deco--sakura{
    right: calc(-110 / 1440 * 100vw);
    top: calc(99 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__deco--sakura{
    width: calc(101 / 375 * 100vw);
    height: calc(89 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    top: calc(-50 / 375 * 100vw);
  }
}
.p-service__lead{
  color: var(--color-main);
  font-family: "Zen Maru Gothic";
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-top: 122px;
  padding-bottom: 119px;
  letter-spacing: 0;
  line-height: 54px;
}
@media screen and (max-width: 1439px) {
  .p-service__lead{
    font-size: calc(40 / 1440 * 100vw);
    padding-top: calc(122 / 1440 * 100vw);
    padding-bottom: calc(119 / 1440 * 100vw);
    line-height: calc(54 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__lead{
    font-size: calc(26 / 375 * 100vw);
    padding-top: calc(71 / 375 * 100vw);
    padding-bottom: calc(72 / 375 * 100vw);
    line-height: calc(37 / 375 * 100vw);
  }
}
.p-service__lead--note{
  font-size: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-service__lead--note{
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__lead--note{
    font-size: calc(18 / 375 * 100vw);
  }
}
.p-service__lead--note-pc{
  font-size: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-service__lead--note-pc{
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__lead--note-pc{
    font-size: calc(26 / 375 * 100vw);
  }
}
.p-cta {
  background-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-cta .l-container{
    padding-left: 0;
    padding-right: 0;
  }
}
.p-cta__inner {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-cta__inner {
    padding-top: calc(70 / 1440 * 100vw);
    padding-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    padding-top: calc(60 / 375 * 100vw);
    padding-bottom: calc(61 / 375 * 100vw);
  }
}
.p-cta__inner::before{
  background-image: url(../images/cta_girl_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  width: 174px;
  height: 210px;
  margin: auto 0;
  position: absolute;
  left: -36px;
  bottom: 0;
}
@media screen and (max-width: 1439px) {
  .p-cta__inner::before{
    width: calc(174 / 1440 * 100vw);
    height: calc(210 / 1440 * 100vw);
    left: calc(-36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__inner::before{
    display: none;
  }
}
.p-cta__inner::after{
  background-image: url(../images/cta_girl_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  width: 174px;
  height: 210px;
  margin: auto 0;
  position: absolute;
  right: -39px;
  bottom: 0;
}
@media screen and (max-width: 1439px) {
  .p-cta__inner::after{
    width: calc(174 / 1440 * 100vw);
    height: calc(210 / 1440 * 100vw);
    right: calc(-39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__inner::after{
    width: calc(124 / 375 * 100vw);
    height: calc(184 / 375 * 100vw);
    right: 31%;
    top: calc(-85 / 375 * 100vw);
    bottom: auto;
  }
}
.p-cta__titleBox{
  color: var(--color-white);
}
.p-cta__titleBox__date{
  border: 1px solid var(--color-white);
  background-color: var(--color-main);
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 5px 7px 10px;
  margin-left: 6px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-cta__titleBox__date{
    font-size: calc(18 / 1440 * 100vw);
    padding: calc(6 / 1440 * 100vw) calc(5 / 1440 * 100vw) calc(7 / 1440 * 100vw) calc(10 / 1440 * 100vw);
    margin-left: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__titleBox__date{
    font-size: calc(13 / 375 * 100vw);
    padding: calc(2 / 375 * 100vw) calc(1 / 375 * 100vw) calc(6 / 375 * 100vw) calc(7 / 375 * 100vw);
    position: relative;
    z-index: 1;
    margin-left: 0;
    letter-spacing: .06em;
  }
}
.p-cta__titleBox__date__num{
  font-family: "Outfit";
  font-weight: 500;
  font-size: 30px;
}
@media screen and (max-width: 1439px) {
  .p-cta__titleBox__date__num{
    font-size: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__titleBox__date__num{
    font-size: calc(25 / 375 * 100vw);
    display: inline-block;
    transform: translateY(2px);
    letter-spacing: 0;
  }
}
.p-cta__titleBox__date__em{
  font-size: 28px;
  letter-spacing: 0;
  display: inline-block;
  transform: translateY(2px);
}
@media screen and (max-width: 1439px) {
  .p-cta__titleBox__date__em{
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__titleBox__date__em{
    font-size: calc(22 / 375 * 100vw);
    display: inline-block;
  }
}
.p-cta__titleBox__lead{
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 17px;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-cta__titleBox__lead{
    font-size: calc(20 / 1440 * 100vw);
    margin-top: calc(24 / 1440 * 100vw);
    margin-bottom: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__titleBox__lead{
    font-size: calc(16 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
    margin-bottom: calc(3 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    letter-spacing: 0.05em;
  }
}
.p-cta__titleBox__title{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 29px;
}
@media screen and (max-width: 1439px) {
  .p-cta__titleBox__title{
    font-size: calc(24 / 1440 * 100vw);
    line-height: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__titleBox__title{
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(39 / 375 * 100vw);
  }
}
.p-cta__titleBox__title--em{
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-cta__titleBox__title--em{
    font-size: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__titleBox__title--em{
    font-size: calc(36 / 375 * 100vw);
  }
}
.p-cta__titleBox__title--num{
  font-family: "Outfit";
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1439px) {
  .p-cta__titleBox__title--num{
    font-size: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__titleBox__title--num{
    font-size: calc(31 / 375 * 100vw);
  }
}
.p-cta__titleBox__title--en{
  font-family: "Outfit";
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1439px) {
  .p-cta__titleBox__title--en{
    font-size: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__titleBox__title--en{
    font-size: calc(30 / 375 * 100vw);
  }
}
.p-cta__buttonBox{
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox{
    margin-top: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox{
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-cta__buttonBox a,
.p-closing__buttonBox__cta a {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 40px;
  color: var(--color-main);
  display: flex;
  font-size: 22px;
  font-weight: 500;
  justify-content: flex-start;
  margin: 0 auto;
  width: 446px;
  height: 68px;
  position: relative;
  display: flex;
  font-family: "Zen Maru Gothic";
  filter: drop-shadow(5px 5px 10px rgba(201, 49, 78, 1));
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox a,
  .p-closing__buttonBox__cta a {
    border-radius: calc(40 / 1440 * 100vw);
    font-size: calc(21 / 1440 * 100vw);
    width: calc(446 / 1440 * 100vw);
    height: calc(68 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox a,
  .p-closing__buttonBox__cta a {
    border-radius: calc(40 / 375 * 100vw);
    font-size: calc(21 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
    width: calc(322 / 375 * 100vw);
    height: calc(80 / 375 * 100vw);
    text-align: left;
    justify-content: flex-start;
    filter: drop-shadow(5px 5px 5px rgba(201, 49, 78, 1));
  }
}
.p-cta__buttonBox a::after,
.p-closing__buttonBox__cta a::after{
  background-image: url(../images/button_icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 12px;
  width: 7px;
  margin: auto 0;
  position: absolute;
  right: 18px;
  top: 0;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox a::after,
  .p-closing__buttonBox__cta a::after{
    height: calc(12 / 1440 * 100vw);
    width: calc(7 / 1440 * 100vw);
    right: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox a::after,
  .p-closing__buttonBox__cta a::after{
    height: calc(13 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
    right: calc(18 / 375 * 100vw);
  }
}

.p-cta__buttonBox__label {
  background-color: var(--color-main);
  border-radius: 2px;
  color: var(--color-white);
  padding: 4px 6px 5px 7px;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  border-radius: 3px;
  margin-left: 49px;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox__label {
    border-radius: calc(3 / 1440 * 100vw);
    padding: calc(4 / 1440 * 100vw) calc(6 / 1440 * 100vw) calc(5 / 1440 * 100vw) calc(7 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    margin-left: calc(49 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__label {
    border-radius: calc(2 / 375 * 100vw);
    padding: calc(4 / 375 * 100vw) calc(6 / 375 * 100vw) calc(5 / 375 * 100vw) calc(8 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    border-radius: 50%;
    width: calc(44 / 375 * 100vw);
    height: calc(43 / 375 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: calc(49 / 375 * 100vw);
    font-weight: 500;
  }
}
.p-cta__buttonBox__text{
  font-size: 22px;
  font-weight: 700;
  margin-left: 8px;
  letter-spacing: 0.04em;
  transform: translateY(-1px);
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox__text{
    font-size: calc(22 / 1440 * 100vw);
    margin-left: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__text{
    font-size: calc(21 / 375 * 100vw);
    margin-left: calc(12 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    letter-spacing: 0;
  }
}

.c-voice {
  background-color: var(--color-white);
  padding: 33px 19px 33px;
  position: relative;
  border: 1px solid var(--color-main);
  border-radius: 20px;
}
@media screen and (max-width: 1439px) {
  .c-voice {
    padding: calc(33 / 1440 * 100vw) calc(19 / 1440 * 100vw) calc(33 / 1440 * 100vw);
    border-radius: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice {
    padding: calc(35 / 375 * 100vw) calc(19 / 375 * 100vw) calc(32 / 375 * 100vw);
    border-radius: calc(20 / 375 * 100vw);
  }
}
.c-voice--1{
  padding-bottom: 58px;
}
@media screen and (max-width: 1439px) {
  .c-voice--1{
    padding-bottom: calc(58 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice--1{
    padding-bottom: calc(57 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice {
    overflow: hidden;
  }
}
.p-voice .l-container {
  padding-left: 68px;
  padding-right: 67px;
}
@media screen and (max-width: 1439px) {
  .p-voice .l-container {
    padding-left: calc(68 / 1440 * 100vw);
    padding-right: calc(67 / 1440 * 100vw);
    width: calc(1200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice .l-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.p-voice__inner {
  padding-top: 117px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1439px) {
  .p-voice__inner {
    padding-top: calc(117 / 1440 * 100vw);
    padding-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding-top: calc(69 / 375 * 100vw);
    padding-bottom: calc(79 / 375 * 100vw);
  }
}

.c-voice__thumbnail img{
  width: 105px;
  height: 105px;
  position: absolute;
  top: -69px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  .c-voice__thumbnail img{
    width: calc(105 / 1440 * 100vw);
    height: calc(105 / 1440 * 100vw);
    top: calc(-69 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__thumbnail img{
    width: calc(105 / 375 * 100vw);
    height: calc(105 / 375 * 100vw);
    top: calc(-70 / 375 * 100vw);
  }
}
.c-voice__b__title,
.c-voice__a__title{
  color: var(--color-main);
  font-family: "Outfit";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .01em;
}
@media screen and (max-width: 1439px) {
  .c-voice__b__title,
  .c-voice__a__title{
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__b__title,
  .c-voice__a__title{
    font-size: calc(14 / 375 * 100vw);
  }
}
.c-voice__b__title{
  padding-top: 11px;
}
@media screen and (max-width: 1439px) {
  .c-voice__b__title{
    padding-top: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__b__title{
    padding-top: calc(9 / 375 * 100vw);
  }
}
.c-voice__a__title{
  padding-top: 11px;
}
@media screen and (max-width: 1439px) {
  .c-voice__a__title{
    padding-top: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__a__title{
    padding-top: calc(11 / 375 * 100vw);
  }
}
.c-voice__b__organization,
.c-voice__a__organization{
  font-size: 16px;
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 19px;
  line-height: 22px;
}
@media screen and (max-width: 1439px) {
  .c-voice__b__organization,
  .c-voice__a__organization{
    font-size: calc(16 / 1440 * 100vw);
    padding-top: calc(7 / 1440 * 100vw);
    padding-bottom: calc(19 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__b__organization,
  .c-voice__a__organization{
    font-size: calc(16 / 375 * 100vw);
    padding-top: calc(7 / 375 * 100vw);
    padding-bottom: calc(19 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}
.c-voice__b__content,
.c-voice__a__content{
  display: flex;
  flex-direction: column;
  position: relative;
}
.c-voice__b__content img{
  width: 290px;
  height: 11px;
}
@media screen and (max-width: 1439px) {
  .c-voice__b__content img{
    width: calc(290 / 1440 * 100vw);
    height: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__b__content img{
    width: calc(290 / 375 * 100vw);
    height: calc(11 / 375 * 100vw);
  }
}
.c-voice__a__content img{
  width: 290px;
}
@media screen and (max-width: 1439px) {
  .c-voice__a__content img{
    width: calc(290 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__a__content img{
    width: calc(290 / 375 * 100vw);
  }
}
.c-case__ab__text__name{
  font-size: 13px;
  font-weight: 500;
  padding-top: 19px;
}
@media screen and (max-width: 1439px) {
  .c-case__ab__text__name{
    font-size: calc(13 / 1440 * 100vw);
    padding-top: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-case__ab__text__name{
    font-size: calc(13 / 375 * 100vw);
    padding-top: calc(19 / 375 * 100vw);
  }
}
.c-case__ab__textChance__title,
.c-case__ab__textChange__title{
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 9px;
  color: var(--color-main);
}
@media screen and (max-width: 1439px) {
  .c-case__ab__textChance__title,
  .c-case__ab__textChange__title{
    font-size: calc(14 / 1440 * 100vw);
    padding-bottom: calc(9 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-case__ab__textChance__title,
  .c-case__ab__textChange__title{
    font-size: calc(14 / 375 * 100vw);
    padding-bottom: calc(9 / 375 * 100vw);
  }
}
.c-case__ab__textChance__title{
  padding-top: 22px;
}
@media screen and (max-width: 1439px) {
  .c-case__ab__textChance__title{
    padding-top: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-case__ab__textChance__title{
    padding-top: calc(22 / 375 * 100vw);
  }
}

.c-case__ab__textChange__title{
  padding-top: 20px;
}
@media screen and (max-width: 1439px) {
  .c-case__ab__textChange__title{
    padding-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-case__ab__textChange__title{
    padding-top: calc(20 / 375 * 100vw);
  }
}
.c-voice--1 .c-case__ab__textChange__title{
  padding-top: 45px;
}
@media screen and (max-width: 1439px) {
  .c-voice--1 .c-case__ab__textChange__title{
    padding-top: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice--1 .c-case__ab__textChange__title{
    padding-top: calc(45 / 375 * 100vw);
  }
}
.c-case__ab__textChance__text,
.c-case__ab__textChange__text{
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1439px) {
  .c-case__ab__textChance__text,
  .c-case__ab__textChange__text{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-case__ab__textChance__text,
  .c-case__ab__textChange__text{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-voice__voiceList{
  margin-top: 136px;
}
@media screen and (max-width: 1439px) {
  .p-voice__voiceList{
    margin-top: calc(136 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceList {
    display: none;
  }
}
.p-voice__voiceList > ul {
  display: flex;
  justify-content: space-between;
}
.p-voice__voiceList > ul > li {
  width: 330px;
}
@media screen and (max-width: 1439px) {
  .p-voice__voiceList > ul > li {
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceList > ul > li {
    width: calc(330 / 375 * 100vw);
  }
}
.p-voice__swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-voice__swiper {
    display: block;
    margin-top: calc(109 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__swiper .c-voice {
    margin: 0 auto;
    width: calc(330 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__swiper .swiper-button-prev {
    top: 44.7%;
  }
  .p-voice__swiper .swiper-button-next {
    top: 44.7%;
  }
}

.p-howto{
  width: 100%;
  aspect-ratio: 1440 / 1104;
  max-height: 1103px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-howto{
    background-image: url(../images/howto_bg_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    aspect-ratio: initial;
    height: calc(1353 / 375 * 100vw);
    max-height: none;
  }
}

.p-howto__mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .p-howto__mask {
    border-radius: 0 0 70px 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-howto__mask {
    display: none;
  }
}
.p-howto__mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-howto .l-container{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-howto__inner{
  padding-top: 118px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-howto__inner{
    padding-top: calc(118 / 1440 * 100vw);
    padding-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__inner{
    padding-top: calc(47 / 375 * 100vw);
    padding-bottom: calc(50 / 375 * 100vw);
  }
}

.p-howto__list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 68px 66px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-howto__list{
    gap: calc(68 / 1440 * 100vw) calc(66 / 1440 * 100vw);
    margin-top: calc(72 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__list{
    grid-template-columns: 1fr;
    gap: calc(21 / 375 * 100vw);
    margin-top: calc(37 / 375 * 100vw);
  }
}
.p-howto__item{
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 41px 44px 0 41px;
  height: 360px;
}
@media screen and (max-width: 1439px) {
  .p-howto__item{
    border-radius: calc(20 / 1440 * 100vw);
    padding: calc(41 / 1440 * 100vw) calc(44 / 1440 * 100vw) 0 calc(41 / 1440 * 100vw);
    height: calc(360 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__item{
    border-radius: calc(20 / 375 * 100vw);
    padding: calc(29 / 375 * 100vw) calc(21 / 375 * 100vw) 0 calc(22 / 375 * 100vw);
    height: calc(245 / 375 * 100vw);
    width: calc(332 / 375 * 100vw);
  }
}
.p-howto__item--3,
.p-howto__item--4{
  padding-top: 46px;
  height: 270px;
}
@media screen and (max-width: 1439px) {
  .p-howto__item--3,
  .p-howto__item--4{
    padding-top: calc(46 / 1440 * 100vw);
    height: calc(270 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__item--3{
    padding-top: calc(30 / 375 * 100vw);
    height: calc(227 / 375 * 100vw);
  }
  .p-howto__item--4{
    padding-top: calc(32 / 375 * 100vw);
    height: calc(204 / 375 * 100vw);
  }
}
.p-howto__titleBox{
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 1439px) {
  .p-howto__titleBox{
    gap: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__titleBox{
    gap: calc(11 / 375 * 100vw);
  }
}
.p-howto__titleBox__num{
  font-family: "Outfit";
  font-weight: 500;
  background-color: var(--color-main);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
}
@media screen and (max-width: 1439px) {
  .p-howto__titleBox__num{
    width: calc(54 / 1440 * 100vw);
    height: calc(54 / 1440 * 100vw);
    margin-top: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__titleBox__num{
    width: calc(47 / 375 * 100vw);
    height: calc(47 / 375 * 100vw);
    margin-top: calc(1 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-howto__item--3 .p-howto__titleBox__num,
  .p-howto__item--4 .p-howto__titleBox__num{
    margin-top: calc(-2 / 375 * 100vw);
  }
}

.p-howto__titleBox__num--title{
  font-size: 11px;
  transform: translateY(3px);
}
@media screen and (max-width: 1439px) {
  .p-howto__titleBox__num--title{
    font-size: calc(11 / 1440 * 100vw);
    transform: translateY(calc(3 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-howto__titleBox__num--title{
    font-size: calc(10 / 375 * 100vw);
    transform: translateY(calc(2 / 375 * 100vw));
  }
}
.p-howto__titleBox__num--number{
  font-size: 25px;
  transform: translateY(3px);
}
@media screen and (max-width: 1439px) {
  .p-howto__titleBox__num--number{
    font-size: calc(25 / 1440 * 100vw);
    transform: translateY(calc(3 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-howto__titleBox__num--number{
    font-size: calc(22 / 375 * 100vw);
    transform: translateY(calc(2 / 375 * 100vw));
  }
}
.p-howto__titleBox__title{
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: var(--color-main);
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-howto__titleBox__title{
    font-size: calc(24 / 1440 * 100vw);
    line-height: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__titleBox__title{
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}

.p-howto__item--1 .p-howto__listBox__content{
  display: flex;
  margin-top: 28px;
  margin-left: 35px;
  gap: 27px;
}
@media screen and (max-width: 1439px) {
  .p-howto__item--1 .p-howto__listBox__content{
    margin-top: calc(28 / 1440 * 100vw);
    margin-left: calc(35 / 1440 * 100vw);
    gap: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__item--1 .p-howto__listBox__content{
    margin-top: calc(14 / 375 * 100vw);
    margin-left: calc(21 / 375 * 100vw);
    gap: calc(23 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__item--2{
    height: calc(341 / 375 * 100vw);
  }
}
.p-howto__item--2 .p-howto__listBox__content{
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  .p-howto__item--2 .p-howto__listBox__content{
    margin-top: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__item--2 .p-howto__listBox__content{
    margin-top: calc(31 / 375 * 100vw);
  }
}
.p-howto__item--3 .p-howto__listBox__content,
.p-howto__item--4 .p-howto__listBox__content{
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .p-howto__item--3 .p-howto__listBox__content,
  .p-howto__item--4 .p-howto__listBox__content{
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__item--3 .p-howto__listBox__content,
  .p-howto__item--4 .p-howto__listBox__content{
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-howto__listBox__content__btnBox{
  margin-top: 33px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .p-howto__listBox__content__btnBox{
    margin-top: calc(33 / 1440 * 100vw);
    gap: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__listBox__content__btnBox{
    margin-top: calc(26 / 375 * 100vw);
    gap: calc(11 / 375 * 100vw);
  }
}
.p-howto__listBox__content__btn{
  width: 215px;
  height: 48px;
  display: block;
  filter: drop-shadow(1px 0 4px rgba(0, 0, 0, 0.12));
}
@media screen and (max-width: 1439px) {
  .p-howto__listBox__content__btn{
    width: calc(215 / 1440 * 100vw);
    height: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__listBox__content__btn{
    width: calc(163 / 375 * 100vw);
    height: calc(33 / 375 * 100vw);
  }
}
.p-howto__listBox__content__girl{
  width: 106px;
  height: 190px;
}
@media screen and (max-width: 1439px) {
  .p-howto__listBox__content__girl{
    width: calc(106 / 1440 * 100vw);
    height: calc(190 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__listBox__content__girl{
    width: calc(72 / 375 * 100vw);
    height: calc(130 / 375 * 100vw);
  }
}
.p-howto__listBox__content .p-cta__buttonBox{
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-howto__listBox__content .p-cta__buttonBox{
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__listBox__content .p-cta__buttonBox{
    margin-bottom: calc(27 / 375 * 100vw);
  }
}
.p-howto__listBox__content .p-cta__buttonBox a{
  border: 1px solid var(--color-main);
  width: 314px;
  height: 48px;
  font-size: 15px;
  margin-left: 35px;
  filter: none;
}
@media screen and (max-width: 1439px) {
  .p-howto__listBox__content .p-cta__buttonBox a{
    width: calc(314 / 1440 * 100vw);
    height: calc(48 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    margin-left: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__listBox__content .p-cta__buttonBox a{
    width: calc(220 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    margin-left: calc(35 / 375 * 100vw);
  }
}
.p-howto__listBox__content .p-cta__buttonBox a::after{
  height: 10px;
  width: 5px;
  right: 12px;
}
@media screen and (max-width: 1439px) {
  .p-howto__listBox__content .p-cta__buttonBox a::after{
    height: calc(10 / 1440 * 100vw);
    width: calc(5 / 1440 * 100vw);
    right: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__listBox__content .p-cta__buttonBox a::after{
    height: calc(11 / 375 * 100vw);
    width: calc(6 / 375 * 100vw);
    right: calc(11 / 375 * 100vw);
  }
}
.p-howto__listBox__content .p-cta__buttonBox p{
  transform: translateY(-1px);
  margin-left: 5px;
  letter-spacing: .07em;
}
@media screen and (max-width: 1439px) {
  .p-howto__listBox__content .p-cta__buttonBox p{
    margin-left: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__listBox__content .p-cta__buttonBox p{
    margin-left: calc(8 / 375 * 100vw);
    line-height: calc(17 / 375 * 100vw);
    letter-spacing: 0;
  }
}
.p-howto__listBox__content .p-cta__buttonBox__label{
  font-size: 10px;
  padding: 4px 5px 4px 6px;
  margin-left: 33px;
}
@media screen and (max-width: 1439px) {
  .p-howto__listBox__content .p-cta__buttonBox__label{
    font-size: calc(10 / 1440 * 100vw);
    transform: translate(calc(2 / 1440 * 100vw), 0px);
    padding: calc(4 / 1440 * 100vw) calc(5 / 1440 * 100vw) calc(4 / 1440 * 100vw) calc(6 / 1440 * 100vw);
    margin-left: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__listBox__content .p-cta__buttonBox__label{
    transform: translate(-1px, -1px);
    padding: 0;
    width: calc(30 / 375 * 100vw);
    height: calc(29 / 375 * 100vw);
    font-size: calc(9 / 375 * 100vw);
    text-wrap: nowrap;
    margin-left: calc(34 / 375 * 100vw);
    letter-spacing: .05em;
  }
}
.p-howto__listBox__content .p-cta__buttonBox__text{
  font-size: 15px;
}
@media screen and (max-width: 1439px) {
  .p-howto__listBox__content .p-cta__buttonBox__text{
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__listBox__content .p-cta__buttonBox__text{
    font-size: calc(14 / 375 * 100vw);
  }
}

.p-howto__listBox__content__text{
  text-align: left;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: .08em;
}
@media screen and (max-width: 1439px) {
  .p-howto__listBox__content__text{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__listBox__content__text{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    text-align: justify;
  }
}
.p-howto__deco--sakura{
  position: absolute;
  width: 139px;
  height: 142px;
  right: 24px;
  top: 98px;
}
@media screen and (max-width: 1439px) {
  .p-howto__deco--sakura{
    right: calc(24 / 1440 * 100vw);
    top: calc(98 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-howto__deco--sakura{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-faq .l-container {
    padding-left: calc(23 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faq{
    overflow: hidden;
  }
}
.p-faq__inner {
  padding-top: 118px;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-faq__inner {
    padding-top: calc(118 / 1440 * 100vw);
    padding-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding-top: calc(71 / 375 * 100vw);
    padding-bottom: calc(157 / 375 * 100vw);
  }
}

.p-faq__faqList {
  margin: 0 auto;
  width: 907px;
  margin-top: 79px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList {
    width: calc(907 / 1440 * 100vw);
    margin-top: calc(79 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList {
    width: 100%;
    margin-top: calc(42 / 375 * 100vw);
  }
}
.p-faq__faqList-item + .p-faq__faqList-item {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList-item + .p-faq__faqList-item {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList-item + .p-faq__faqList-item {
    margin-top: calc(21 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox {
  border-radius: 16px;
  border: 1px dotted var(--color-main);
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox {
    border-radius: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox {
    border-radius: calc(16 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  user-select: none;
}
.p-faq__faqList__faqBox__qBox::after {
  background-image: url(../images/faq_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 9px;
  margin: auto 0;
  position: absolute;
  right: 29px;
  top: 0;
  width: 16px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox::after {
    height: calc(9 / 1440 * 100vw);
    right: calc(29 / 1440 * 100vw);
    width: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox::after {
    height: calc(9 / 375 * 100vw);
    right: calc(18 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__inner {
  align-items: center;
  display: flex;
  padding: 18px 60px 21px 23px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__inner {
    padding: calc(18 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(21 / 1440 * 100vw) calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__inner {
    padding: calc(18 / 375 * 100vw) calc(50 / 375 * 100vw) calc(16 / 375 * 100vw) calc(18 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox.is-open .p-faq__faqList__faqBox__qBox__inner{
  padding-bottom: 17px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox.is-open .p-faq__faqList__faqBox__qBox__inner{
    padding-bottom: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox.is-open .p-faq__faqList__faqBox__qBox__inner{
    padding-bottom: calc(15 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__q{
  font-family: "Outfit";
  font-size: 29px;
  color: var(--color-main);
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__q{
    font-size: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__q{
    font-size: calc(29 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__text{
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--color-main);
  margin-left: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__text{
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-left: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__text{
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-left: calc(15 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox {
  display: none;
}
.p-faq__faqList__faqBox__aBox__inner {
  padding: 0px 74px 26px 69px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__aBox__inner {
    padding: 0 calc(74 / 1440 * 100vw) calc(26 / 1440 * 100vw) calc(69 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__inner {
    padding: 0 calc(25 / 375 * 100vw) calc(34 / 375 * 100vw) calc(19 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox__text {
  font-size: 15px;
  line-height: 25px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__aBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    text-align: justify;
  }
}
.p-faq__faqList__faqBox__qBox.is-open::after {
  transform: rotate(180deg);
}
.p-faq__deco--girl{
  position: absolute;
  width: 172px;
  height: 153px;
  left: -65px;
  top: -190px;
}
@media screen and (max-width: 1439px) {
  .p-faq__deco--girl{
    width: calc(172 / 1440 * 100vw);
    height: calc(153 / 1440 * 100vw);
    left: calc(-65 / 1440 * 100vw);
    top: calc(-190 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__deco--girl{
    width: calc(157 / 375 * 100vw);
    height: calc(139 / 375 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: calc(-169 / 375 * 100vw);
    z-index: -1;
  }
}
.p-faq__deco--sakura{
  display: none;
}
@media screen and (max-width: 767px) {
  .p-faq__deco--sakura{
    display: block;
    position: absolute;
    width: calc(92 / 375 * 100vw);
    height: calc(87 / 375 * 100vw);
    right: calc(-45 / 375 * 100vw);
    bottom: calc(-116 / 375 * 100vw);
  }
}

.p-closing {
  background-color: var(--color-main);
}
.p-closing__inner {
  padding-top: 89px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-closing__inner {
    padding-top: calc(89 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-closing__inner {
    padding-top: calc(60 / 375 * 100vw);
  }
}

.p-closing__group + .p-closing__group{
  margin-top: 57px;
}
@media screen and (max-width: 1439px) {
  .p-closing__group + .p-closing__group{
    margin-top: calc(57 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-closing__group + .p-closing__group{
    margin-top: calc(42 / 375 * 100vw);
  }
}

.p-closing__lead{
  color: var(--color-white);
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-closing__lead{
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-closing__lead{
    font-size: calc(20 / 375 * 100vw);
  }
}
.p-closing__buttonBox__share{
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 17px;
}
@media screen and (max-width: 1439px) {
  .p-closing__buttonBox__share{
    margin-top: calc(34 / 1440 * 100vw);
    gap: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-closing__buttonBox__share{
    margin-top: calc(28 / 375 * 100vw);
    gap: calc(12 / 375 * 100vw);
    flex-direction: column;
  }
}
.p-closing__buttonBox__share img{
  width: 271px;
  height: 60px;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.12));
}
@media screen and (max-width: 1439px) {
  .p-closing__buttonBox__share img{
    width: calc(271 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-closing__buttonBox__share img{
    width: calc(254 / 375 * 100vw);
    height: calc(52 / 375 * 100vw);
  }
}
.p-closing__buttonBox__cta{
  margin-top: 33px;
  position: relative;
  padding-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-closing__buttonBox__cta{
    margin-top: calc(33 / 1440 * 100vw);
    padding-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-closing__buttonBox__cta{
    margin-top: calc(27 / 375 * 100vw);
    padding-bottom: calc(60 / 375 * 100vw);
  }
}

.p-closing__buttonBox__cta::before{
  background-image: url(../images/cta_girl_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  width: 174px;
  height: 210px;
  margin: auto 0;
  position: absolute;
  left: -36px;
  bottom: -1px;
}
@media screen and (max-width: 1439px) {
  .p-closing__buttonBox__cta::before{
    width: calc(174 / 1440 * 100vw);
    height: calc(210 / 1440 * 100vw);
    left: calc(-36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-closing__buttonBox__cta::before{
    display: none;
  }
}
.p-closing__buttonBox__cta::after{
  background-image: url(../images/cta_girl_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  width: 174px;
  height: 210px;
  margin: auto 0;
  position: absolute;
  right: -39px;
  bottom: -1px;
}
@media screen and (max-width: 1439px) {
  .p-closing__buttonBox__cta::after{
    width: calc(174 / 1440 * 100vw);
    height: calc(210 / 1440 * 100vw);
    right: calc(-39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-closing__buttonBox__cta::after{
    display: none;
  }
}


.p-footer{
  background-color: #ab9a6f;
}
.p-footer__copyright{
  text-align: center;
  color: var(--color-white);
  font-size: 11px;
  padding-top: 18px;
  padding-bottom: 18px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-footer__copyright{
    font-size: calc(11 / 1440 * 100vw);
    padding-top: calc(18 / 1440 * 100vw);
    padding-bottom: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright{
    font-size: calc(11 / 375 * 100vw);
    padding-top: calc(18 / 375 * 100vw);
    padding-bottom: calc(18 / 375 * 100vw);
  }
}