@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;
  max-width: 100%;
}

body {
  min-width: calc(1066px + 50px);
  font-family: "Zen Maru Gothic", sans-serif;
  background: #f6f5ef;
  color: #13240d;
}
@media (max-width: 768px) {
  body {
    min-width: auto;
    padding-bottom: 13.8666666667vw;
  }
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body p,
body a {
  line-height: 1.5;
}
body picture {
  display: block;
}
@media (max-width: 768px) {
  body img {
    width: 100%;
  }
}

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

.l-container {
  width: 100%;
  max-width: calc(986px + 50px);
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 768px) {
  .l-container {
    padding: 0 5.3333333333vw;
  }
}

.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-note {
  font-size: 12px;
  line-height: calc(22 / 12);
}

.l-header {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  min-width: calc(1066px + 50px);
  padding-right: 30px;
  background-color: #fff;
  padding: 0 calc(30 / 1365 * 100vw);
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .l-header {
    opacity: 0;
    background-color: initial;
    min-width: auto;
    padding-right: 15px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
    height: auto;
    padding: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
}

.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  gap: calc(66 / 1365 * 100vw);
  max-width: 1366px;
}
@media (max-width: 768px) {
  .l-header-inner {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

.l-header__logo {
  z-index: 99;
  display: block;
  width: calc(164 / 1365 * 100vw);
}
@media (max-width: 768px) {
  .l-header__logo {
    width: calc(91 / 375 * 100vw);
  }
}

.l-header__btn {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .l-header__btn {
    display: block;
  }
}
.l-header__btn .l-header__btn-inner {
  position: relative;
  width: 30px;
  height: 20px;
}
.l-header__btn .l-header__btn-inner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #273c71;
}
.l-header__btn .l-header__btn-inner span:nth-child(1) {
  top: 0;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.l-header__btn .l-header__btn-inner span:nth-child(2) {
  top: calc(20px / 2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__btn .l-header__btn-inner span:nth-child(3) {
  top: 20px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header__btn.is-open .l-header__btn-inner span:nth-child(1) {
  top: calc(20px / 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(20px / 2);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header__content {
  display: none;
}
@media (max-width: 768px) {
  .l-header__content {
    display: none;
  }
}
.l-header__content.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  width: 350px;
  height: 100svh;
  padding: 0 10px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .l-header__content.is-open {
    width: 100%;
  }
}
.l-header__content::before {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../../assets/img/bg01.svg) center center/10px 4px repeat;
}

.l-header__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 150px 50px 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 768px) {
  .l-header__content-inner {
    padding: 113px 50px 0;
  }
}
.l-header__content-inner nav {
  width: 100%;
}
@media (max-width: 768px) {
  .l-header__content-inner nav {
    width: 100%;
  }
}

/****************************
nav
****************************/
.l-header-nav {
  position: sticky;
  z-index: 99;
  top: 0;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
@media (max-width: 768px) {
  .l-header-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .l-header-nav.is-open {
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background-color: #fff;
    padding: 24.5333333333vw 5.3333333333vw;
    background: url(../../assets/img/bg_header01.png) center center/cover no-repeat;
  }
}

.l-header-nav__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;
}
@media (max-width: 768px) {
  .l-header-nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .l-header-nav__nav {
    width: 100%;
  }
}
.l-header-nav__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
}
@media (max-width: 768px) {
  .l-header-nav__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-right: 0;
    gap: 8vw 0;
  }
}
.l-header-nav__nav li {
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .l-header-nav__nav li {
    width: 100%;
    border-left: 0;
    padding-bottom: 4.8vw;
  }
}
@media (max-width: 768px) {
  .l-header-nav__nav li::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: calc(295 / 335 * 100%);
    height: auto;
    aspect-ratio: calc(295 / 8);
    background: url(../../assets/img/ico_header_line01.svg) center center/contain no-repeat;
  }
}
.l-header-nav__nav li + li {
  border-left: 1px solid #273c71;
}
@media (max-width: 768px) {
  .l-header-nav__nav li + li {
    border-left: 0;
  }
}
@media (max-width: 768px) {
  .l-header-nav__nav li.sp-none {
    display: none !important;
  }
}
.l-header-nav__nav a {
  font-size: calc(20 / 1365 * 100vw);
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #273c71;
  font-weight: 500;
  width: calc(180 / 1365 * 100vw);
  line-height: calc(29 / 20);
  padding: 4px;
}
@media (max-width: 768px) {
  .l-header-nav__nav a {
    width: 100%;
    font-size: 5.3333333333vw;
    padding: 0vw;
  }
}
@media (min-width: 1366px) {
  .l-header-nav__nav a {
    font-size: 20px;
    width: 180px;
  }
}

.l-header-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 1px;
}
@media (max-width: 768px) {
  .l-header-nav__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.l-header-nav__link a {
  font-size: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  line-height: calc(15 / 10);
  text-decoration: none;
}
.l-header-nav__link img {
  width: 47px;
  height: 47px;
}

.l-header {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .l-header {
    opacity: 1;
    background-color: initial;
    pointer-events: initial;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 768px) {
  .l-header .l-header__logo {
    display: block;
  }
}
.l-header .l-header-nav {
  display: block;
}
@media (max-width: 768px) {
  .l-header .l-header-nav {
    display: none;
  }
}
.l-header .l-header-nav .is-tracking {
  padding: 10px 0;
}
@media (max-width: 768px) {
  .l-header .l-header-nav .is-tracking .l-header-nav__link {
    display: none;
  }
}
.l-header .l-header-nav.is-open {
  display: block;
}

.l-footer {
  position: relative;
  z-index: 0;
  background: #fff;
}

.l-footer-bg {
  position: relative;
}
.l-footer-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50px;
  background: url(../../assets/img/bg_footer01.webp) center center/contain repeat-x;
}
@media (max-width: 768px) {
  .l-footer-bg::before {
    height: 22px;
  }
}

.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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 74px;
  padding: 67px 0 36px;
}
@media (max-width: 768px) {
  .l-footer__inner {
    margin-top: 47px;
    padding: 35px 0 22px;
  }
}

.l-footer__logo {
  width: 110px;
}
@media (max-width: 768px) {
  .l-footer__logo {
    width: 75px;
  }
}
.l-footer__logo img {
  width: 100%;
}

.l-footer__copyright {
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    font-size: 10px;
  }
}

/****************************

common

****************************/
.c-header--lv2 img {
  margin: 0 auto;
}

.c-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* aタグ：テキスト指定を入れる */
.c-btn {
  font-size: 35px;
  font-weight: 700;
  line-height: calc(51 / 35);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(600 / 986 * 100%);
  margin: 0 auto;
  padding: 25px;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 51px;
  background: #ffc21a;
}
@media (max-width: 768px) {
  .c-btn {
    font-size: 4.8vw;
    width: 67.7333333333vw;
    padding: 3.4666666667vw;
  }
}

.c-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(166.02 / 600 * 100%);
  height: 100%;
  content: "";
  pointer-events: none;
  border-radius: 0 51px 51px 0;
  background: #f0b517;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 49.26% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 49.26% 100%);
}
.c-btn::after {
  position: absolute;
  top: 50%;
  right: 46px;
  width: 26px;
  height: auto;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  background: url("../../assets/img/ico_triangel01.svg") center/contain no-repeat;
  aspect-ratio: calc(26 / 18);
}
@media (max-width: 768px) {
  .c-btn::after {
    right: 6.4vw;
    width: 3.4666666667vw;
  }
}

.c-btn--blue {
  background-color: #183284;
}
.c-btn--blue::before {
  background-color: #0d236a;
}

.c-btn--cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  width: 100%;
  border-radius: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .c-btn--cta {
    display: block;
  }
}
.c-btn--cta::before {
  border-radius: 0;
}
.c-btn--cta::after {
  display: none;
}

.c-note {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
.p-tracking-cta {
  position: fixed;
  z-index: 98;
  right: -1px;
  bottom: 33px;
  display: none;
  width: calc(140 / 1280 * 100vw);
  max-width: 180px;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  -webkit-filter: drop-shadow(0 12px 15px rgba(56, 53, 40, 0.4));
          filter: drop-shadow(0 12px 15px rgba(56, 53, 40, 0.4));
}
@media (max-width: 768px) {
  .p-tracking-cta {
    right: initial;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: none;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-filter: drop-shadow(0 -2px 10px rgba(56, 53, 40, 0.4));
            filter: drop-shadow(0 -2px 10px rgba(56, 53, 40, 0.4));
  }
}
.p-tracking-cta:hover {
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0px 0px rgba(56, 53, 40, 0.4));
          filter: drop-shadow(0 0px 0px rgba(56, 53, 40, 0.4));
}

.c-section-line {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background: url(../../assets/img/ico_line01.svg) left center/contain repeat-x;
}

/********************

KV

********************/
.p-kv {
  position: relative;
}
.p-kv__inner {
  position: relative;
}
/* p-kv__item--01：横幅いっぱい（特に指定なし） */
.p-kv__item--01 img {
  display: block;
  width: 100%;
  height: auto;
}
/* p-kv__item--02 */
.p-kv__item--02 {
  padding: 24px 0;
  background: #b0c1e4;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .p-kv__item--02 {
    padding: 2.4vw 0 2.1333333333vw;
  }
}

.p-kv__item--02 img {
  display: block;
  width: calc(667 / 986 * 100%);
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-kv__item--02 img {
    width: calc(328 / 335 * 100%);
  }
}

/********************

STORY

********************/
.p-story {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 100px;
  background: url("../../assets/img/bg_story01.png") center bottom/cover no-repeat;
}
@media (max-width: 768px) {
  .p-story {
    z-index: 3;
    padding-top: 8vw;
    padding-bottom: 17.3333333333vw;
    background: url("../../assets/img/bg_story01_sp.png") center bottom/cover no-repeat;
  }
}
.p-story::after {
  display: none;
}
@media (max-width: 768px) {
  .p-story::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(82 / 375 * 100vw);
    content: "";
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    background: url("../../assets/img/img_flower01.png") center/contain no-repeat;
    aspect-ratio: 217/220;
  }
}

.p-story__inner {
  position: relative;
}
.p-story__inner::after {
  position: absolute;
  z-index: 0;
  right: calc((356 + 190) * -1 / 1036 * 100%);
  bottom: -100px;
  width: calc(1293 / 1036 * 100%);
  content: "";
  pointer-events: none;
  background: url("../../assets/img/img_story03.png") center/cover no-repeat;
  aspect-ratio: 1293/1160;
}
@media (max-width: 768px) {
  .p-story__inner::after {
    display: none;
  }
}

.p-story__content01 {
  width: calc(999 / 986 * 100%);
}
@media (max-width: 768px) {
  .p-story__content01 {
    width: calc(346 / 335 * 100%);
    margin-left: calc(11 / 335 * -1 * 100%);
  }
}

.p-story__content01 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-story .c-header--lv2 {
  display: block;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .p-story .c-header--lv2 {
    margin-top: 70px;
  }
}

.p-story .c-header--lv2 h2 {
  margin: 0;
}
.p-story .c-header--lv2 img {
  display: block;
  width: calc(240 / 986 * 100%);
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-story .c-header--lv2 img {
    width: calc(140 / 375 * 100vw);
  }
}

.p-story__main {
  position: relative;
  z-index: 1;
  margin-top: 29px;
}
.p-story__content02 {
  position: relative;
  z-index: 1;
  margin-top: 76px;
}
@media (max-width: 768px) {
  .p-story__content02 {
    margin-top: 36px;
  }
}

.p-story__copy {
  font-size: 26px;
  font-weight: 700;
  line-height: calc(40 / 26);
  width: calc(440 / 986 * 100%);
  margin: 0;
  text-align: center;
  color: #183284;
}
@media (max-width: 768px) {
  .p-story__copy {
    font-size: calc(16 / 375 * 100vw);
    width: 100%;
  }
}

.p-story__text {
  width: calc(406 / 986 * 100%);
  margin-top: 30px;
  margin-left: calc(15 / 986 * 100%);
  text-align: center;
  color: #183284;
}
@media (max-width: 768px) {
  .p-story__text {
    width: 100%;
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-story__text p {
  font-size: 20px;
  font-weight: 500;
  line-height: calc(34 / 20);
  margin: 0;
}
@media (max-width: 768px) {
  .p-story__text p {
    font-size: calc(14 / 375 * 100vw);
  }
}

.p-story__text p + p {
  margin-top: 34px;
}
@media (max-width: 768px) {
  .p-story__text p + p {
    margin-top: calc(24 / 375 * 100vw);
  }
}

.p-story__content03 {
  position: relative;
  z-index: 1;
  width: calc(580 / 986 * 100%);
  margin-top: 76px;
  margin-left: calc(-78 / 986 * 100%);
}
@media (max-width: 768px) {
  .p-story__content03 {
    width: 100%;
    margin-top: calc(214 / 375 * 100vw);
    margin-left: 0;
  }
}
.p-story__content03::before {
  position: absolute;
  top: calc(-204 / 375 * 100vw);
  left: 50%;
  width: calc(375 / 375 * 100vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/img_story03_sp.png) center center/contain no-repeat;
  aspect-ratio: calc(375 / 303);
}
@media (max-width: 768px) {
  .p-story__content03::before {
    content: "";
  }
}

.p-story__content03 img {
  display: block;
  height: auto;
  -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.16));
}
/********************

ABOUT

********************/
.p-about {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: -47px;
  padding-top: 98px;
  padding-bottom: 130px;
  background: #5894d3;
}
@media (max-width: 768px) {
  .p-about {
    display: none;
    margin-top: -6.9333333333vw;
    padding-top: 23.2vw;
    padding-bottom: 18.6666666667vw;
  }
}

.p-about__inner {
  position: relative;
}
.p-about__inner::before {
  position: absolute;
  z-index: 0;
  top: -130px;
  left: calc((494 + 190) * -1 / 1036 * 100%);
  width: calc(818 / 1036 * 100%);
  content: "";
  pointer-events: none;
  background: url("../../assets/img/bg_about01.png") center/contain no-repeat;
  aspect-ratio: 818/1797;
}
@media (max-width: 768px) {
  .p-about__inner::before {
    top: -27.4666666667vw;
    left: -31.2vw;
    width: calc(167 / 375 * 100%);
    background: url("../../assets/img/bg_about01_sp.png") center/contain no-repeat;
    aspect-ratio: 167/1441;
  }
}

.p-about__inner::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: calc((494 + 190) * -1 / 1036 * 100%);
  width: calc(818 / 1036 * 100%);
  content: "";
  pointer-events: none;
  background: url("../../assets/img/bg_about02.png") center/contain no-repeat;
  aspect-ratio: 818/1667;
}
@media (max-width: 768px) {
  .p-about__inner::after {
    top: -27.4666666667vw;
    right: -18.1333333333vw;
    width: calc(167 / 375 * 100%);
    background: url("../../assets/img/bg_about02_sp.png") center/contain no-repeat;
    aspect-ratio: 167/1441;
  }
}

.p-about .c-header--lv2 img {
  display: block;
  width: calc(271 / 986 * 100%);
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-about .c-header--lv2 img {
    width: calc(160 / 375 * 100vw);
  }
}

.p-about__content01 {
  position: relative;
  z-index: 1;
  margin-top: 46px;
}
@media (max-width: 768px) {
  .p-about__content01 {
    margin-top: calc(35 / 375 * 100vw);
  }
}

.p-about__content01 img {
  display: block;
  width: calc(804 / 986 * 100%);
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-about__content01 img {
    width: 100%;
  }
}

.p-about__content02 {
  position: relative;
  z-index: 1;
  margin-top: 41px;
}
@media (max-width: 768px) {
  .p-about__content02 {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-about__content02 img {
  display: block;
  width: calc(719 / 986 * 100%);
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-about__content02 img {
    width: 100%;
  }
}

.p-about__content03 {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-about__content03 {
    margin-top: calc(25 / 375 * 100vw);
  }
}

.p-about__content03 img {
  display: block;
  width: calc(639 / 986 * 100%);
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-about__content03 img {
    width: 100%;
  }
}

.p-about__content04 {
  position: relative;
  z-index: 1;
  width: calc(885 / 986 * 100%);
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .p-about__content04 {
    width: 100%;
    margin-top: calc(55 / 375 * 100vw);
  }
}

.p-about__sns-wrap {
  position: relative;
}
.p-about__sns-wrap > img {
  display: block;
  width: calc(885 / 986 * 100%);
  height: auto;
  margin: 0 auto;
}
.p-about__sns {
  position: absolute;
  top: 131px;
  left: calc(477 / 986 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-about__sns {
    top: calc(57 / 375 * 100vw);
    right: calc(26 / 375 * 100vw);
    left: initial;
    gap: calc(10 / 375 * 100vw);
  }
}

.p-about__sns-link {
  display: block;
}
@media (max-width: 768px) {
  .p-about__sns-link--x {
    width: calc(12 / 375 * 100vw);
    height: auto;
  }
}

@media (max-width: 768px) {
  .p-about__sns-link--youtube {
    width: calc(20 / 375 * 100vw);
    height: auto;
  }
}

@media (max-width: 768px) {
  .p-about__sns-link--instagram {
    width: calc(14 / 375 * 100vw);
    height: auto;
  }
}

.p-about__sns-link img {
  display: block;
  width: 100%;
  height: auto;
}
/********************

PRESENT

********************/
.p-present {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-present {
    margin-top: -6.9333333333vw;
  }
}

.p-present__inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .p-present__inner {
    padding-top: 23.2vw;
    padding-bottom: 18.1333333333vw;
  }
}

.p-present::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 139px);
  content: "";
  pointer-events: none;
  background: #fbf6c5;
}
@media (max-width: 768px) {
  .p-present::before {
    height: calc(100% - 14.1333333333vw);
  }
}

.p-present::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  content: "";
  pointer-events: none;
  background: url("../../assets/img/bg_present01.png") center/100% 140px no-repeat;
}
@media (max-width: 768px) {
  .p-present::after {
    height: 14.1333333333vw;
    background: url("../../assets/img/bg_present01_sp.png") center/100% auto no-repeat;
  }
}

.p-present .c-header--lv2 img {
  display: block;
  width: calc(347 / 986 * 100%);
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-present .c-header--lv2 img {
    width: 205px;
  }
}

.p-present__content01 {
  width: calc(670 / 986 * 100%);
  margin: -11px auto 0;
}
@media (max-width: 768px) {
  .p-present__content01 {
    width: 100%;
    margin: -5.3333333333vw auto 0;
  }
}

.p-present__copy-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.p-present__copy-sm {
  font-size: 26px;
  font-weight: 700;
  line-height: calc(44 / 26);
  display: inline-block;
}
@media (max-width: 768px) {
  .p-present__copy-sm {
    font-size: calc(14 / 375 * 100vw);
    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;
    gap: calc(5 / 375 * 100vw);
  }
}
.p-present__copy-sm span {
  padding: 1px 5px 4px 5px;
  color: #183284;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-present__copy-sm span {
    padding: 1px 5px 2px 5px;
  }
}

.p-present__copy-lg {
  font-size: 40px;
  font-weight: 700;
  line-height: calc(58 / 40);
  display: inline-block;
  margin-top: 15px;
  padding: 2px 0 2px 7px;
  color: #183284;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-present__copy-lg {
    font-size: 20px;
    margin-top: 5px;
    padding: 0 0 1px 4px;
  }
}

.p-present__content02 {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-present__content02 {
    margin-top: 20px;
  }
}

.p-present__content02::before {
  position: absolute;
  top: -419px;
  left: -64px;
  display: none;
  width: calc(393 / 986 * 100%);
  content: "";
  pointer-events: none;
  background: url("../../assets/img/img_present01.png") center/contain no-repeat;
  aspect-ratio: 393/483;
}
@media (max-width: 768px) {
  .p-present__content02::before {
    z-index: -1;
    top: -176px;
    left: -26px;
    width: calc(200 / 335 * 100%);
  }
}

.p-present__content02::after {
  position: absolute;
  bottom: -43px;
  left: -64px;
  width: calc(181 / 986 * 100%);
  content: "";
  pointer-events: none;
  background: url("../../assets/img/img_flower03.png") center/contain no-repeat;
  aspect-ratio: 181/226;
}
@media (max-width: 768px) {
  .p-present__content02::after {
    bottom: -28px;
    left: -39px;
    width: calc(101 / 335 * 100%);
  }
}

.p-present__content02 img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(5px 5px 50px rgba(224, 216, 141, 0.6));
          filter: drop-shadow(5px 5px 50px rgba(224, 216, 141, 0.6));
}
.p-present__content03 {
  position: relative;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .p-present__content03 {
    margin-top: 30px;
  }
}

.p-present__content03::after {
  position: absolute;
  right: -58px;
  bottom: -33px;
  width: calc(181 / 986 * 100%);
  content: "";
  pointer-events: none;
  background: url("../../assets/img/img_flower04.png") center/contain no-repeat;
  aspect-ratio: 181/226;
}
@media (max-width: 768px) {
  .p-present__content03::after {
    right: -34px;
    bottom: -18px;
    width: calc(101 / 335 * 100%);
  }
}

.p-present__content03 img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(5px 5px 50px rgba(224, 216, 141, 0.6));
          filter: drop-shadow(5px 5px 50px rgba(224, 216, 141, 0.6));
}
.p-present__content04 {
  position: relative;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .p-present__content04 {
    margin-top: 30px;
  }
}

.p-present__content04::after {
  position: absolute;
  bottom: -43px;
  left: -64px;
  width: calc(181 / 986 * 100%);
  content: "";
  pointer-events: none;
  background: url("../../assets/img/img_flower03.png") center/contain no-repeat;
  aspect-ratio: 181/226;
}
@media (max-width: 768px) {
  .p-present__content04::after {
    bottom: -28px;
    left: -39px;
    width: calc(101 / 335 * 100%);
  }
}

.p-present__content04 img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(5px 5px 50px rgba(224, 216, 141, 0.6));
          filter: drop-shadow(5px 5px 50px rgba(224, 216, 141, 0.6));
}
.p-present__content05 {
  width: calc(1195 / 986 * 100%);
  margin-top: 60px;
  margin-left: calc(((986 - 1195) / 2 + 3) / 986 * 100%);
}
@media (max-width: 768px) {
  .p-present__content05 {
    width: calc(346 / 335 * 100%);
    margin-top: 23px;
    margin-left: calc(11 / 335 * -1 * 100%);
  }
}

.p-present__content05 img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(5px 5px 50px rgba(224, 216, 141, 0.6));
          filter: drop-shadow(5px 5px 50px rgba(224, 216, 141, 0.6));
}
.p-present__content06 {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .p-present__content06 {
    margin-top: 20px;
  }
}

.p-present__deco {
  position: absolute;
}
.p-present__deco--1 {
  top: 0;
  left: 50%;
  width: calc(117 / 986 * 100%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 217/220;
}
@media (max-width: 768px) {
  .p-present__deco--1 {
    display: none;
    width: calc(82 / 375 * 100vw);
  }
}

.p-present__deco--1::before {
  position: absolute;
  content: "";
  background: url("../../assets/img/img_flower01.png") center/contain no-repeat;
  inset: 0;
}
.p-present__deco--2 {
  top: calc(170 / 3290 * 100%);
  right: -100px;
  width: calc(65 / 986 * 100%);
  aspect-ratio: 65/65;
}
@media (max-width: 768px) {
  .p-present__deco--2 {
    right: 2.1333333333vw;
    top: 27.7333333333vw;
    width: calc(31 / 335 * 100%);
  }
}

.p-present__deco--2::before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
  background: url("../../assets/img/img_flower02.png") center/contain no-repeat;
  inset: 0;
}
.p-present__deco--3 {
  top: calc(364 / 3290 * 100%);
  left: -106px;
  width: calc(65 / 986 * 100%);
  aspect-ratio: 65/65;
}
.p-present__deco--3::before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
  background: url("../../assets/img/img_flower07.png") center/contain no-repeat;
  inset: 0;
}
.p-present__deco--4 {
  top: calc(1247 / 3290 * 100%);
  right: -132px;
  width: calc(46 / 986 * 100%);
  aspect-ratio: 46/56;
}
.p-present__deco--4::before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(-152deg);
          transform: rotate(-152deg);
  background: url("../../assets/img/img_flower05.png") center/contain no-repeat;
  inset: 0;
}
.p-present__deco--5 {
  top: calc(2792 / 3290 * 100%);
  left: -160px;
  width: calc(46 / 986 * 100%);
  aspect-ratio: 46/56;
}
.p-present__deco--5::before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
  background: url("../../assets/img/img_flower06.png") center/contain no-repeat;
  inset: 0;
}
.p-present__deco--6 {
  top: calc(1789 / 3290 * 100%);
  left: -145px;
  width: calc(65 / 986 * 100%);
  aspect-ratio: 65/65;
}
.p-present__deco--6::before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(-49deg);
          transform: rotate(-49deg);
  background: url("../../assets/img/img_flower02.png") center/contain no-repeat;
  inset: 0;
}
.p-present__deco--7 {
  top: calc(2452 / 3290 * 100%);
  right: -182px;
  width: calc(65 / 986 * 100%);
  aspect-ratio: 65/65;
}
.p-present__deco--7::before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
  background: url("../../assets/img/img_flower02.png") center/contain no-repeat;
  inset: 0;
}
/********************

PRODUCT

********************/
.p-product {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  padding: 120px 0 126px;
}
@media (max-width: 768px) {
  .p-product {
    margin-top: -15px;
    padding: 85px 0 70px;
  }
}

.p-product::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 35px);
  content: "";
  pointer-events: none;
  background: #edf2f9;
}
.p-product::after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  content: "";
  pointer-events: none;
  background: url("../../assets/img/bg_product01.png") center/100% 35px no-repeat;
}
.p-product__inner {
  position: relative;
  z-index: 1;
}
.p-product .c-header--lv2 img {
  display: block;
  width: calc(366 / 986 * 100%);
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-product .c-header--lv2 img {
    width: calc(210 / 335 * 100%);
  }
}

.p-product__content01 {
  position: relative;
  width: 100%;
  margin-top: 55px;
}
@media (max-width: 768px) {
  .p-product__content01 {
    margin-top: 8vw;
  }
}

.p-product__content01::before {
  position: absolute;
  z-index: 0;
  top: -68px;
  left: -170px;
  width: calc(363 / 986 * 100%);
  content: "";
  pointer-events: none;
  background: url("../../assets/img/img_product01.png") center/contain no-repeat;
  aspect-ratio: 363/312;
}
@media (max-width: 768px) {
  .p-product__content01::before {
    display: none;
  }
}

.p-product__content01::after {
  position: absolute;
  z-index: 0;
  top: -43px;
  right: -90px;
  width: calc(305 / 986 * 100%);
  content: "";
  pointer-events: none;
  background: url("../../assets/img/img_product02.png") center/contain no-repeat;
  aspect-ratio: 305/277;
}
@media (max-width: 768px) {
  .p-product__content01::after {
    display: none;
  }
}

.p-product__content01-media {
  position: relative;
  z-index: 1;
  width: calc(352 / 986 * 100%);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-product__content01-media {
    width: calc(187 / 335 * 100%);
  }
}

.p-product__content01-media img {
  display: block;
  width: 100%;
  height: auto;
}
.p-product__desc {
  font-size: 14px;
  line-height: calc(24 / 14);
  position: relative;
  z-index: 1;
  margin-top: 30px;
  text-align: center;
  color: #183284;
}
@media (max-width: 768px) {
  .p-product__desc {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

@media (max-width: 768px) {
  .p-product__content01-media--2 {
    width: calc(286 / 335 * 100%);
    margin: 2.6666666667vw auto 0;
  }
}

.p-product__content02 {
  position: relative;
  z-index: 1;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .p-product__content02 {
    margin-top: 9.6vw;
  }
}

.p-product__point-head {
  width: calc(322 / 986 * 100%);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-product__point-head {
    width: calc(163 / 335 * 100%);
  }
}

.p-product__point-head img {
  display: block;
  width: 100%;
  height: auto;
}
.p-product__slider {
  overflow: visible;
  width: calc(610 / 986 * 100%);
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-product__slider {
    width: calc(295 / 375 * 100vw);
    margin-top: 5.3333333333vw;
  }
}

.p-product__slider .swiper-wrapper {
  width: 100%;
}
.p-product__slider .swiper-slide {
  width: 100%;
}
.p-product__slide {
  width: calc(610 / 986 * 100%);
  margin: 0 auto;
}
.p-product__slide-media img {
  display: block;
  width: 100%;
  height: auto;
}
.p-product__note {
  font-size: 12px;
  line-height: calc(20 / 12);
  margin-top: 20px;
  color: #273c71;
}
@media (max-width: 768px) {
  .p-product__note {
    font-size: 2.6666666667vw;
  }
}

.p-product__slider .swiper-button-prev,
.p-product__slider .swiper-button-next {
  z-index: 2;
  top: 287px;
  width: 52px;
  margin-top: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  border-radius: 50%;
  background: url("../../assets/img/ico_slider_btn.svg") center/contain no-repeat;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .p-product__slider .swiper-button-prev,
.p-product__slider .swiper-button-next {
    top: calc(131 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
    aspect-ratio: 1;
  }
}

.p-product__slider .swiper-button-prev {
  left: -26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-product__slider .swiper-button-prev {
    left: calc(-14 / 375 * 100vw);
  }
}

.p-product__slider .swiper-button-next {
  right: -26px;
}
@media (max-width: 768px) {
  .p-product__slider .swiper-button-next {
    right: calc(-14 / 375 * 100vw);
  }
}

.p-product__slider .swiper-button-prev::after,
.p-product__slider .swiper-button-next::after {
  display: none;
}
.p-product__cta {
  margin-top: 60px;
}
.p-product__cta .c-btn::after {
  display: none;
}
.p-product__cta + .p-product__cta {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .p-product__cta + .p-product__cta {
    margin-top: 4vw;
  }
}

.p-product__note-accordion {
  margin-top: 20px;
}
.p-product__note-accordion .c-accordion__btn {
  font-size: 20px;
  line-height: calc(29 / 20);
  padding: 4px 0 6px;
}
@media (max-width: 768px) {
  .p-product__note-accordion .c-accordion__btn {
    font-size: 3.2vw;
  }
}
.p-product__note-accordion .c-accordion__btn::before {
  right: 25px;
  width: 20px;
  height: 1px;
}
@media (max-width: 768px) {
  .p-product__note-accordion .c-accordion__btn::before {
    width: 3.2vw;
    right: 4vw;
  }
}
.p-product__note-accordion .c-accordion__btn::after {
  right: calc(25px + 10px);
  width: 1px;
  height: 20px;
}
@media (max-width: 768px) {
  .p-product__note-accordion .c-accordion__btn::after {
    right: calc(4vw + 1.6vw);
    height: 3.2vw;
  }
}

/********************

HOWTO

********************/
.p-howto {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: -5px;
  padding-top: 108px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-howto {
    margin-top: -1.3333333333vw;
    padding-top: 14.6666666667vw;
  }
}

.p-howto__inner {
  position: relative;
}
.p-howto__inner::before {
  position: absolute;
  z-index: -1;
  top: -130px;
  left: -720px;
  width: 818px;
  content: "";
  pointer-events: none;
  opacity: 0.34;
  background-image: url("../../assets/img/bg_howto01.png"), url("../../assets/img/bg_howto01.png"), url("../../assets/img/bg_howto01.png"), url("../../assets/img/bg_howto01.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left 0, left 1690px, left 3380px, left 5070px;
  background-size: 100% 1914px, 100% 1914px, 100% 1914px, 100% 1914px;
  aspect-ratio: calc(818 / 6800);
}
@media (max-width: 768px) {
  .p-howto__inner::before {
    top: -24vw;
    left: -34.6666666667vw;
    width: 57.0666666667vw;
    height: 100%;
    background-image: url("../../assets/img/bg_howto01_sp.png"), url("../../assets/img/bg_howto01_sp.png"), url("../../assets/img/bg_howto01_sp.png"), url("../../assets/img/bg_howto01_sp.png"), url("../../assets/img/bg_howto01_sp.png"), url("../../assets/img/bg_howto01_sp.png"), url("../../assets/img/bg_howto01_sp.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left 0, left 278.9333333333vw, left 557.8666666667vw, left 836.8vw, left 1115.7333333333vw, left 1394.6666666667vw, left 1673.6vw;
    background-size: 100% 311.2vw, 100% 311.2vw, 100% 311.2vw, 100% 311.2vw, 100% 311.2vw, 100% 311.2vw, 100% 311.2vw;
  }
}

.p-howto__inner::after {
  position: absolute;
  z-index: -1;
  top: -122px;
  right: -720px;
  width: 818px;
  content: "";
  pointer-events: none;
  opacity: 0.34;
  background-image: url("../../assets/img/bg_howto02.png"), url("../../assets/img/bg_howto02.png"), url("../../assets/img/bg_howto02.png"), url("../../assets/img/bg_howto02.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right 0, right 1690px, right 3380px, right 5070px;
  background-size: 100% 1914px, 100% 1914px, 100% 1914px, 100% 1914px;
  aspect-ratio: calc(818 / 6908);
}
@media (max-width: 768px) {
  .p-howto__inner::after {
    top: -25.3333333333vw;
    right: -6.6666666667vw;
    width: 57.0666666667vw;
    height: 100%;
    background-image: url("../../assets/img/bg_howto01_sp.png"), url("../../assets/img/bg_howto01_sp.png"), url("../../assets/img/bg_howto01_sp.png"), url("../../assets/img/bg_howto01_sp.png"), url("../../assets/img/bg_howto01_sp.png"), url("../../assets/img/bg_howto01_sp.png"), url("../../assets/img/bg_howto01_sp.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: right 0, right 278.9333333333vw, right 557.8666666667vw, right 836.8vw, right 1115.7333333333vw, right 1394.6666666667vw, right 1673.6vw;
    background-size: 100% 311.2vw, 100% 311.2vw, 100% 311.2vw, 100% 311.2vw, 100% 311.2vw, 100% 311.2vw, 100% 311.2vw;
  }
}

.p-howto .c-header--lv2 h2 {
  margin: 0;
}
.p-howto .c-header--lv2 img {
  display: block;
  width: calc(333 / 986 * 100%);
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-howto .c-header--lv2 img {
    width: calc(193 / 335 * 100%);
  }
}

.p-howto__content01 {
  position: relative;
  z-index: -1;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .p-howto__content01 {
    margin-top: 6.9333333333vw;
  }
}

.p-howto__content01 img {
  display: block;
  width: calc(793 / 986 * 100%);
  height: auto;
  margin: 0;
}
@media (max-width: 768px) {
  .p-howto__content01 img {
    width: calc(236 / 335 * 100%);
    margin: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.p-howto__box {
  position: relative;
  padding: 50px 80px;
  border-radius: 10px;
  background: #edf2f9;
}
@media (max-width: 768px) {
  .p-howto__box {
    padding: 8vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.p-howto__box + .p-howto__box {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-howto__box + .p-howto__box {
    margin-top: 5.3333333333vw;
  }
}

.p-howto__content02 {
  position: relative;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-howto__content02 {
    margin-top: 9.6vw;
  }
}
.p-howto__content02::before {
  position: absolute;
  top: -380px;
  right: calc(-281px);
  width: calc(495 / 986 * 100%);
  content: "";
  background: url(../../assets/img/img_howto01.png) center center/contain no-repeat;
  aspect-ratio: calc(495 / 990);
}
@media (max-width: 768px) {
  .p-howto__content02::before {
    z-index: -1;
    top: -48.8vw;
    right: -24vw;
    width: calc(257 / 375 * 100vw);
  }
}
.p-howto__content02::after {
  position: absolute;
  top: -40px;
  left: calc(-80px);
  width: calc(161 / 986 * 100%);
  content: "";
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
  background: url(../../assets/img/img_howto_flower01.png) center center/contain no-repeat;
  aspect-ratio: calc(161 / 223);
}
@media (max-width: 768px) {
  .p-howto__content02::after {
    top: -5.3333333333vw;
    left: -3.2vw;
    width: calc(63 / 335 * 100%);
  }
}

.p-howto__content02 .p-howto__box-media:first-child img {
  position: relative;
  display: block;
  width: calc(639 / (986 - 80 * 2) * 100%);
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-howto__content02 .p-howto__box-media:first-child img {
    width: 100%;
  }
}

.p-howto__content02 .p-howto__box-media:nth-child(2) img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 97px;
}
@media (max-width: 768px) {
  .p-howto__content02 .p-howto__box-media:nth-child(2) img {
    margin-top: 10.6666666667vw;
  }
}

.p-howto__content04 {
  position: relative;
}
.p-howto__content04::after {
  position: absolute;
  top: -40px;
  right: calc(-114px);
  width: calc(134 / 986 * 100%);
  content: "";
  background: url(../../assets/img/img_howto_flower02.png) center center/contain no-repeat;
  aspect-ratio: calc(134 / 174);
}
@media (max-width: 768px) {
  .p-howto__content04::after {
    top: -2.1333333333vw;
    right: -6.4vw;
    width: calc(48 / 335 * 100%);
  }
}

.p-howto__accordion {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-howto__accordion {
    margin-top: 8vw;
  }
}

.c-accordion__btn {
  font-size: 25px;
  line-height: calc(37 / 25);
  position: relative;
  width: 100%;
  padding: 18px 20px 20px;
  list-style: none;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background: #183284;
}
@media (max-width: 768px) {
  .c-accordion__btn {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.c-accordion__btn:hover {
  cursor: pointer;
}

.c-accordion__btn::-webkit-details-marker {
  display: none;
}
.c-accordion__btn::marker {
  content: "";
}
.c-accordion__btn::before {
  position: absolute;
  top: 50%;
  right: 34px;
  width: 30px;
  height: 1px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffffff;
}
@media (max-width: 768px) {
  .c-accordion__btn::before {
    right: 4vw;
    width: 4.2666666667vw;
    height: 0.2666666667vw;
  }
}

.c-accordion__btn::after {
  position: absolute;
  top: 50%;
  right: calc(34px + 15px);
  width: 1px;
  height: 30px;
  content: "";
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  background: #ffffff;
}
@media (max-width: 768px) {
  .c-accordion__btn::after {
    right: calc(4vw + 2.1333333333vw);
    width: 0.2666666667vw;
    height: 4.2666666667vw;
    -webkit-transform: translate(0%, -50%) rotate(0deg);
            transform: translate(0%, -50%) rotate(0deg);
  }
}

.c-accordion[open] .c-accordion__btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-howto__accordion .c-accordion__content {
  margin-top: 20px;
  color: #183284;
}
.p-howto__accordion .c-accordion__item + .c-accordion__item {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-howto__accordion .c-accordion__item + .c-accordion__item {
    margin-top: 5.3333333333vw;
  }
}

.p-howto__accordion .c-accordion__title {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(28 / 18);
  margin: 0;
}
@media (max-width: 768px) {
  .p-howto__accordion .c-accordion__title {
    font-size: 3.7333333333vw;
  }
}

.p-howto__accordion .c-accordion__link {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(26 / 18);
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-howto__accordion .c-accordion__link {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}

.p-howto__accordion .c-accordion__link a {
  text-decoration: underline;
  color: #183284;
}
.p-howto__accordion .c-accordion__list {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-howto__accordion .c-accordion__list {
    margin-top: 2.1333333333vw;
  }
}

.p-howto__accordion .c-accordion__list li {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(22 / 14);
}
@media (max-width: 768px) {
  .p-howto__accordion .c-accordion__list li {
    font-size: 3.2vw;
  }
}

.p-howto__accordion .c-accordion__link + .c-accordion__list {
  margin-top: 15px;
}
.p-howto__content05 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-howto__content05 {
    margin-top: 5.3333333333vw;
  }
}
.p-howto__content05 .p-howto__btn::after {
  display: none;
}

.p-howto__content06 {
  margin-top: 75px;
}
@media (max-width: 768px) {
  .p-howto__content06 {
    margin-top: 13.3333333333vw;
  }
}

/********************

Rules

********************/
.p-content06 {
  position: relative;
  z-index: 1;
  padding: 90px 0 150px;
}
@media (max-width: 768px) {
  .p-content06 {
    padding: 8vw 0 18.1333333333vw;
  }
}
.p-content06::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 145px);
  content: "";
  pointer-events: none;
  background: #edf2f9;
}
@media (max-width: 768px) {
  .p-content06::before {
    height: calc(100% - 38.6666666667vw);
  }
}
.p-content06::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 145px;
  content: "";
  pointer-events: none;
  background: url(../../assets/img/bg_rules01.png) center/100% 145px no-repeat;
}
@media (max-width: 768px) {
  .p-content06::after {
    height: 38.6666666667vw;
    background: url(../../assets/img/bg_rules01_sp.png) center/100% 38.6666666667vw no-repeat;
  }
}

.p-rules__inner {
  position: relative;
  max-width: 826px;
  margin: 0 auto;
}
.c-accordion__block {
  margin-top: 20px;
  color: #183284;
}
@media (max-width: 768px) {
  .c-accordion__block {
    margin-top: 5.3333333333vw;
  }
}

.c-accordion__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(22 / 18);
  margin-top: 0;
}
@media (max-width: 768px) {
  .c-accordion__heading {
    font-size: 3.7333333333vw;
  }
}

.c-accordion__heading + * {
  margin-top: 10px !important;
}
@media (max-width: 768px) {
  .c-accordion__heading + * {
    margin-top: 1.8666666667vw !important;
  }
}

.c-accordion__list {
  font-size: 14px;
  line-height: calc(22 / 14);
  margin-top: 0;
}
@media (max-width: 768px) {
  .c-accordion__list {
    font-size: 3.2vw;
  }
}
.c-accordion__list span {
  font-size: 8px;
}
@media (max-width: 768px) {
  .c-accordion__list span {
    font-size: 2.1333333333vw;
  }
}

.c-accordion__list--indent {
  font-size: 14px;
  line-height: calc(22 / 14);
  margin: 5px 0 5px 9px;
}
@media (max-width: 768px) {
  .c-accordion__list--indent {
    font-size: 3.2vw;
    margin: 1.3333333333vw 0 1.3333333333vw 2.6666666667vw;
  }
}

.c-accordion__text {
  font-size: 14px;
  line-height: calc(22 / 14);
  margin-top: 5px;
}
@media (max-width: 768px) {
  .c-accordion__text {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}
.c-accordion__text + .c-accordion__text {
  margin-top: 22px;
}
@media (max-width: 768px) {
  .c-accordion__text + .c-accordion__text {
    margin-top: 1.8666666667vw;
  }
}
.c-accordion__text a {
  color: #183284 !important;
  text-decoration: none;
}

.c-accordion__text--date {
  font-weight: bold;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .c-accordion__text--date {
    margin-top: 1.8666666667vw;
  }
}

.c-accordion__note {
  font-size: 12px;
  line-height: calc(20 / 12);
  margin-top: 5px;
}
@media (max-width: 768px) {
  .c-accordion__note {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}

.c-accordion__subheading {
  font-size: 14px;
  font-weight: 700;
  line-height: calc(22 / 14);
  margin-top: 15px;
}
@media (max-width: 768px) {
  .c-accordion__subheading {
    font-size: 2.9333333333vw;
    margin-top: 1.8666666667vw;
  }
}

.p-rules__title img {
  width: calc(439 / 826 * 100%);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-rules__title img {
    width: calc(267 / 335 * 100%);
  }
}

.p-rules__content01,
.p-rules__content02 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-rules__content01,
.p-rules__content02 {
    margin-top: 8vw;
  }
}

.p-rules__content02 .c-accordion__text + .c-accordion__list {
  margin-top: 22px;
}
.p-rules__chara {
  position: absolute;
  z-index: 1;
  bottom: calc(-757px - 150px);
  left: calc(-332px - 276px);
  width: 840px;
  height: auto;
  content: "";
  background: url("../../assets/img/img_contact01.png") center center/contain no-repeat;
  aspect-ratio: calc(840 / 1013);
}
@media (max-width: 768px) {
  .p-rules__chara {
    display: none;
  }
}

/********************

CONTACT

********************/
.p-contact {
  position: relative;
  z-index: 0;
  margin-top: -25px;
  background: #183284;
}
@media (max-width: 768px) {
  .p-contact {
    margin-top: -6.6666666667vw;
  }
}
@media (max-width: 768px) {
  .p-contact .c-header--lv2 img {
    width: calc(230 / 335 * 100%);
    margin: 0 auto;
  }
}

.p-contact::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 266px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.21;
  background: url("../../assets/img/bg_footer01.png") center bottom/100% 266px no-repeat;
}
@media (max-width: 768px) {
  .p-contact::after {
    width: 100%;
    height: 54.1333333333vw;
    background: url("../../assets/img/bg_footer01_sp.png") center bottom/100% auto no-repeat;
  }
}

.p-content07-inner {
  position: relative;
  padding: 97px 0 55px;
}
@media (max-width: 768px) {
  .p-content07-inner {
    padding: 21.8666666667vw 5.3333333333vw 52.8vw;
  }
}

.p-content07-inner::before {
  position: absolute;
  top: -230px;
  left: -522px;
  display: none;
  width: calc(840 / (986 + 40) * 100%);
  height: auto;
  content: "";
  background: url("../../assets/img/img_contact01.png") center center/contain no-repeat;
  aspect-ratio: calc(840 / 1013);
}
@media (max-width: 768px) {
  .p-content07-inner::before {
    top: initial;
    bottom: -81.0666666667vw;
    left: -8.8vw;
    display: block;
    width: calc(408 / 375 * 100%);
  }
}

.p-contact__heading {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(30 / 24);
  margin-top: 55px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-contact__heading {
    font-size: 3.7333333333vw;
    margin-top: 6.9333333333vw;
  }
}

.p-contact__mail {
  font-size: 40px;
  font-weight: 500;
  line-height: calc(58 / 40);
  margin-top: 55px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-contact__mail {
    font-size: 6.4vw;
    margin-top: 1.3333333333vw;
  }
}
.p-contact__mail a {
  font-weight: 500;
  line-height: calc(35 / 24);
  text-decoration: none;
  color: #ffffff;
}

.p-contact__date {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(30 / 18);
  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;
  margin-top: 22px;
  padding: 0;
  list-style: none;
  color: #ffffff;
  gap: 6px;
}
@media (max-width: 768px) {
  .p-contact__date {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
    gap: 0.8vw;
  }
}

.p-contact__note {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 30px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-contact__note {
    font-size: 2.6666666667vw;
    margin-top: 4.2666666667vw;
  }
}