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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

.c-btn {
  font-size: 31px;
  font-weight: 900;
  line-height: calc(45 / 31);
  position: relative;
  display: inline-block;
  min-width: 400px;
  max-width: 600px;
  margin: 0 auto;
  padding: 17px 90px 15px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 51px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .c-btn {
    min-width: auto;
    font-size: calc(14 / 375 * 100vw);
    padding: calc(9 / 375 * 100vw) calc(40 / 375 * 100vw);
    white-space: nowrap;
    line-height: calc(20 / 14);
    max-width: 400px;
    border-radius: calc(51 / 375 * 100vw);
  }
}
.c-btn span {
  position: relative;
  z-index: 1;
}
.c-btn::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 33px;
  width: 10px;
  height: 16px;
  content: "";
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../assets/img/ico_arrow02.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .c-btn::before {
    right: 15px;
    width: 5px;
    height: 9px;
    background: url(../../assets/img/ico_arrow02_sp.svg) center center/contain no-repeat;
  }
}
.c-btn::after {
  position: absolute;
  z-index: 0;
  top: 10px;
  left: calc(36 / 400 * 100%);
  display: block;
  width: calc(319 / 400 * 100%);
  content: "";
  background: url(../../assets/img/img_btn01.png) center center/contain no-repeat;
  aspect-ratio: calc(319 / 26);
}
.c-btn:hover::before {
  right: 20px;
}
.c-btn--large {
  font-size: 40px;
  line-height: calc(58 / 40);
  min-width: 680px;
  max-width: 100%;
  padding: 22px 67px 19px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .c-btn--large {
    font-size: calc(17 / 375 * 100vw);
    max-width: 500px;
    min-width: auto;
    padding: 9px 24px 10px;
  }
}
.c-btn--large::before {
  right: 42px;
  width: 12px;
  height: 20px;
}
@media (max-width: 768px) {
  .c-btn--large::before {
    right: 20px;
    width: 6px;
    height: 10px;
  }
}
.c-btn--small {
  font-size: 18px;
  width: 100%;
  min-width: auto;
  padding: 10px 50px;
}
.c-btn--small::before {
  right: 20px;
  width: 7px;
  height: 11px;
}
.c-btn--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #1e9c7a), color-stop(50%, #2cae92), to(#34baa3));
  background: linear-gradient(to bottom, #1e9c7a 5%, #2cae92 50%, #34baa3 100%);
}
.c-btn--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f56689), color-stop(50%, #ea4d72), to(#e0345c));
  background: linear-gradient(to bottom, #f56689 5%, #ea4d72 50%, #e0345c 100%);
}
.c-btn--purple {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #684ba7), color-stop(50%, #7d4ee2), to(#8f67e8));
  background: linear-gradient(to bottom, #684ba7 5%, #7d4ee2 50%, #8f67e8 100%);
}

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

.l-header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.l-header__logo {
  position: relative;
  z-index: 99;
  width: 201px;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 120px;
    margin: 0 auto;
  }
}
.l-header__logo img {
  border-radius: 0 0 20px 0;
}
@media (max-width: 768px) {
  .l-header__logo img {
    border-radius: 0 0 20px 20px;
  }
}

.l-header__btn {
  display: none;
}
@media (max-width: 768px) {
  .l-header__btn {
    position: fixed;
    z-index: 99;
    top: 10px;
    right: 10px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 12px 14px 14px;
    background: #684ba7;
  }
}
.l-header__btn .l-header__btn-inner {
  position: relative;
  width: 22px;
  height: 13px;
}
.l-header__btn .l-header__btn-inner span {
  position: absolute;
  left: 0;
  width: 22px;
  height: 1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 1px;
  background-color: #ffffff;
}
.l-header__btn .l-header__btn-inner span:nth-child(1) {
  top: 0;
}
.l-header__btn .l-header__btn-inner span:nth-child(2) {
  top: 4px;
  width: 13px;
}
.l-header__btn .l-header__btn-inner span:nth-child(3) {
  top: 8px;
}
.l-header__btn .l-header__btn-inner::before {
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 21px;
  height: 7px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  background: url(../../assets/img/img_text_nav_sp.svg) center center/contain no-repeat;
}
.l-header__btn.is-open .l-header__btn-inner::before {
  width: 24px;
  background: url(../../assets/img/img_text_nav_sp02.svg) center center/contain no-repeat;
}
.l-header__btn.is-open .l-header__btn-inner span:nth-child(1) {
  top: 4px;
  -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: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header__content {
  display: none;
}
.l-header__content.is-open {
  position: relative;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100svh;
  padding-top: 127px;
  background: #ffffff;
}
.l-header__content::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../../assets/img/bg_header_nav.png) center center/contain repeat-y;
}

.l-header__content-logo {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 86;
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 50px;
  gap: 30px;
}
.l-header__nav li {
  position: relative;
}
.l-header__nav a {
  font-size: 20px;
  font-weight: bold;
  line-height: calc(28 / 20);
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}

.l-header__link {
  display: block;
  width: 40px;
  height: 40px;
  margin: 25px auto 0;
}

.l-footer {
  position: relative;
  z-index: 1;
  padding: 26px 0 35px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .l-footer {
    margin-top: 0px;
    padding: 20px 0;
  }
}

.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;
}
@media (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 768px) {
  .l-footer__logo {
    width: 87px;
    height: auto;
  }
}

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

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

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

.l-footer-menu-item__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
  padding-left: 30px;
  gap: 16px;
}
@media (max-width: 768px) {
  .l-footer-menu-item__list {
    padding-left: 0;
  }
}
.l-footer-menu-item__list::before {
  position: absolute;
  top: 0;
  left: calc(30px / 2);
  width: 1px;
  height: 100%;
  content: "";
}
@media (max-width: 768px) {
  .l-footer-menu-item__list::before {
    display: none;
  }
}
.l-footer-menu-item__list a {
  text-decoration: none;
}

/****************************
common
****************************/
.c-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 23px;
}
@media (max-width: 768px) {
  .c-header {
    padding-bottom: 11px;
  }
}
.c-header:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 154px;
  height: 23px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/ico_header01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .c-header:before {
    width: 75px;
    height: 11px;
  }
}
.c-header .c-header__jp {
  font-size: 60px;
  font-weight: 900;
  line-height: calc(87 / 60);
  margin-top: -7px;
  color: #532473;
}
@media (max-width: 768px) {
  .c-header .c-header__jp {
    font-size: 30px;
    margin-top: 0px;
  }
}

/****************************
KV
****************************/
@media (max-width: 768px) {
  .p-kv img {
    width: 100%;
  }
}

/****************************
MENU
****************************/
.p-menu {
  position: sticky;
  z-index: 99;
  top: 0;
  width: 100%;
  padding: 30px 0;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .p-menu {
    display: none;
    padding: 20px 0;
  }
}
.p-menu.is-tracking {
  padding: 10px 0;
}
@media (max-width: 768px) {
  .p-menu.is-tracking .p-menu__link {
    display: none;
  }
}

.p-menu__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;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-menu__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;
  }
}

.p-menu__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #000000;
}
@media (max-width: 768px) {
  .p-menu__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-right: 0;
    gap: 15px 0;
  }
}
.p-menu__nav li {
  display: block;
  border-left: 1px solid #000000;
}
.p-menu__nav a {
  font-size: 22px;
  font-weight: bold;
  line-height: calc(32 / 22);
  position: relative;
  display: block;
  padding: 3px 30px 12px;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
@media (max-width: 768px) {
  .p-menu__nav a {
    font-size: 14px;
    padding: 5px 10px 17px;
  }
}

.p-menu__link {
  display: block;
}
@media (max-width: 768px) {
  .p-menu__link {
    position: relative;
    padding-left: 55px;
  }
  .p-menu__link::before {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 43px;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../../assets/img/text_header01.svg) center center/contain no-repeat;
    aspect-ratio: calc(43 / 10);
  }
}
.p-menu__link img {
  width: 47px;
  height: 47px;
}
@media (max-width: 768px) {
  .p-menu__link img {
    width: 40px;
    height: 40px;
  }
}

/****************************
ABOUT
****************************/
.p-about {
  position: relative;
  padding: 74px 0 100px;
  background: url(../../assets/img/bg_about01.png) center center/cover repeat-y;
}
@media (max-width: 768px) {
  .p-about {
    padding: 40px 0 60px;
    background: url(../../assets/img/bg_about01_sp.png) center center/contain repeat-y;
  }
}
.p-about::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#684ba7));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #684ba7 100%);
  aspect-ratio: calc(1366 / 1146);
}
@media (max-width: 768px) {
  .p-about::before {
    aspect-ratio: calc(375 / 1600);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), to(#684ba7));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, #684ba7 100%);
  }
}
.p-about::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(117 / 1366 * 100% * -1);
  width: calc(1574 / 1366 * 100%);
  content: "";
  aspect-ratio: calc(1574 / 738);
  background: url(../../assets/img/bg_about02.png) top center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-about::after {
    aspect-ratio: calc(375 / 354);
    background: url(../../assets/img/bg_about02_sp.png) top center/contain no-repeat;
  }
}
@media (max-width: 768px) {
  .p-about .c-header__en img {
    width: 40px;
    height: auto;
  }
}

.p-about-content01 {
  width: 636px;
  margin: 41px auto 0;
}
@media (max-width: 768px) {
  .p-about-content01 {
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0;
  }
  .p-about-content01 img {
    height: auto;
  }
}

.p-about-content02 {
  width: 636px;
  margin: 23px auto 0;
}
@media (max-width: 768px) {
  .p-about-content02 {
    width: calc(258 / 335 * 100%);
    max-width: 400px;
    margin: 15px auto 0;
  }
  .p-about-content02 img {
    height: auto;
  }
}

.p-about-content03 {
  margin-top: 158px;
}
@media (max-width: 768px) {
  .p-about-content03 {
    margin-top: calc(147 / 375 * 100vw);
  }
}

.p-about-profile {
  position: relative;
  margin-left: 108px;
  padding: 36px 54px 36px 311px;
  border: 3px solid #534e92;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-about-profile {
    margin-left: 0;
    padding: calc(60 / 375 * 100vw) 28px 28px;
    border: 2px solid #534e92;
  }
}
.p-about-profile::before, .p-about-profile::after {
  position: absolute;
  content: "";
}
.p-about-profile::before {
  top: -87px;
  left: calc((108px + 28px) * -1);
  width: 421px;
  background: url(../../assets/img/img_about01.png) center center/contain no-repeat;
  aspect-ratio: calc(421 / 467);
}
@media (max-width: 768px) {
  .p-about-profile::before {
    width: calc(166 / 375 * 100vw);
    left: calc(-10 / 375 * 100vw);
    top: calc(-130 / 375 * 100vw);
  }
}
.p-about-profile::after {
  top: -174px;
  right: 0;
  width: 403px;
  background: url(../../assets/img/img_about02.png) center center/contain no-repeat;
  aspect-ratio: calc(403 / 291);
}
@media (max-width: 768px) {
  .p-about-profile::after {
    width: calc(187 / 375 * 100vw);
    right: calc(-16 / 375 * 100vw);
    top: calc(-95 / 375 * 100vw);
  }
}

@media (max-width: 768px) {
  .p-about-profile-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-about-profile__name {
  font-size: 40px;
  font-weight: bold;
  line-height: calc(67 / 40);
  letter-spacing: 0.1em;
  color: #534e92;
}
@media (max-width: 768px) {
  .p-about-profile__name {
    font-size: calc(18 / 375 * 100vw);
  }
}

.p-about-profile__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-about-profile__sns {
    margin-top: 0;
  }
}
.p-about-profile__sns .x img {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .p-about-profile__sns .x img {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-about-profile__sns .youtube img {
  width: 32px;
  height: 22px;
}
@media (max-width: 768px) {
  .p-about-profile__sns .youtube img {
    width: 27px;
    height: 18px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-about-profile__sns .insta img {
  width: 22px;
  height: 22px;
}
@media (max-width: 768px) {
  .p-about-profile__sns .insta img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-about-profile__desc {
  font-size: 16px;
  line-height: calc(36 / 16);
  margin-top: 25px;
}
@media (max-width: 768px) {
  .p-about-profile__desc {
    font-size: calc(12 / 375 * 100vw);
    margin-top: 10px;
  }
}

.p-about-content04 {
  position: relative;
  z-index: 1;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .p-about-content04 {
    margin-top: 40px;
    padding-bottom: calc(145 / 375 * 100vw);
  }
}
@media (max-width: 768px) {
  .p-about-content04 img {
    width: calc(277 / 335 * 100%);
    height: auto;
  }
}
.p-about-content04::before, .p-about-content04::after {
  position: absolute;
  content: "";
}
.p-about-content04::before {
  z-index: -1;
  top: 36px;
  left: calc((38px) * -1);
  width: 276px;
  background: url(../../assets/img/img_about04.png) center center/contain no-repeat;
  aspect-ratio: calc(276 / 172);
}
@media (max-width: 768px) {
  .p-about-content04::before {
    width: calc(138 / 375 * 100vw);
    bottom: calc(9 / 375 * 100vw);
    left: calc(30 / 375 * 100vw);
    top: initial;
  }
}
.p-about-content04::after {
  z-index: -1;
  top: -97px;
  right: 0;
  width: 203px;
  background: url(../../assets/img/img_about03.png) center center/contain no-repeat;
  aspect-ratio: calc(203 / 426);
}
@media (max-width: 768px) {
  .p-about-content04::after {
    width: calc(113 / 375 * 100vw);
    right: calc(40 / 375 * 100vw);
    bottom: calc(-93 / 375 * 100vw);
    top: initial;
  }
}

.p-about-content04-img img {
  margin: 0 auto;
  width: auto;
}

.p-about-content05 {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-about-content05 {
    margin-top: 0px;
  }
}
.p-about-content05 .c-btn-wrapper {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-about-content05 .c-btn-wrapper {
    bottom: calc(30 / 525 * 100%);
  }
}
@media (max-width: 768px) {
  .p-about-content05 .c-btn {
    width: calc(305 / 335 * 100%);
  }
}

/****************************
PRESENT
****************************/
.p-present {
  padding: 100px 0 186px;
  background-color: #eaeeff;
}
@media (max-width: 768px) {
  .p-present {
    padding: calc(38 / 375 * 100vw) 0 calc(100 / 375 * 100vw);
  }
}
@media (max-width: 768px) {
  .p-present .c-header__en img {
    width: 50px;
    height: auto;
  }
}

.p-present-content01 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-present-content01 {
    width: calc(316 / 335 * 100%);
    margin: 34px auto 0;
  }
}

.p-present-content02 {
  margin-top: 28px;
}
.p-present-content02__box02 {
  position: relative;
}
.p-present-content02__box02 .c-btn-wrapper {
  position: absolute;
  top: 660px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-present-content02__box02 .c-btn-wrapper {
    top: calc(779 / 1214 * 100%);
  }
}
@media (max-width: 768px) {
  .p-present-content02__box02 .c-btn {
    width: calc(305 / 335 * 100%);
  }
}

.p-present-content03 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-present-content03 {
    margin-top: 30px;
  }
}
.p-present-content03 .c-accordion {
  margin-top: 0;
}

/****************************
PRODUCT
****************************/
.p-product {
  margin-top: -80px;
  padding: 140px 0 260px;
  background: url(../../assets/img/bg_product01.png) top center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-product {
    margin-top: calc(-32 / 375 * 100vw);
    padding: calc(65 / 375 * 100vw) 0 calc(128 / 375 * 100vw);
    background: url(../../assets/img/bg_product01_sp.png) top center/cover no-repeat;
  }
}

.p-product-contetn01 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-product-contetn01 {
    margin-top: 30px;
  }
}

.p-product-contetn01__img {
  position: relative;
  width: calc(610 / 1066 * 100%);
  margin: 0 auto;
  -webkit-transform: translateX(calc(18 / 1366 * 100% * 1));
          transform: translateX(calc(18 / 1366 * 100% * 1));
}
@media (max-width: 768px) {
  .p-product-contetn01__img {
    width: calc(295 / 335 * 100%);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    margin: 0 auto;
  }
}
.p-product-contetn01__img::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 560px;
  height: 560px;
  content: "";
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.36);
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
@media (max-width: 768px) {
  .p-product-contetn01__img::before {
    display: none;
  }
}

.p-product-copy {
  font-size: 45px;
  font-weight: 900;
  line-height: calc(60 / 45);
  margin-top: 40px;
  text-align: center;
  color: #684ba7;
}
@media (max-width: 768px) {
  .p-product-copy {
    font-size: 18px;
    margin-top: 20px;
  }
}

.p-product-desc {
  font-size: 25px;
  line-height: calc(40 / 25);
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-product-desc {
    font-size: 15px;
    margin-top: 15px;
  }
}

.p-product-contetn02 {
  position: relative;
  margin-top: 52px;
  padding-bottom: 55px;
  padding-left: 246px;
}
@media (max-width: 768px) {
  .p-product-contetn02 {
    padding-left: 0px;
    padding-bottom: 0px;
    margin-top: 14px;
  }
}
.p-product-contetn02::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -70px;
  width: calc(385 / 1066 * 100%);
  content: "";
  background: url(../../assets/img/img_product02.png) top center/contain no-repeat;
  aspect-ratio: calc(385 / 413);
}
@media (max-width: 768px) {
  .p-product-contetn02::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .p-product-contetn03 {
    margin-top: 20px;
  }
}

.p-product-contetn03-box {
  position: relative;
}
.p-product-contetn03-box .c-btn {
  position: absolute;
  right: 125px;
  bottom: 45px;
}
@media (max-width: 768px) {
  .p-product-contetn03-box .c-btn {
    bottom: calc(11 / 146 * 100%);
    right: calc(20 / 335 * 100%);
  }
}

.p-product-contetn03-box03 .c-btn {
  bottom: 55px;
}
@media (max-width: 768px) {
  .p-product-contetn03-box03 .c-btn {
    bottom: calc(16 / 375 * 100vw);
  }
}

/****************************
HOW TO
****************************/
.p-howto {
  position: relative;
  z-index: 1;
  padding-bottom: 248px;
  background: #eaeeff;
}
.p-howto::before {
  position: absolute;
  z-index: 0;
  top: -137px;
  left: 0;
  width: 100%;
  content: "";
  background: url(../../assets/img/bg_howto01.png) center center/contain no-repeat;
  aspect-ratio: calc(1366 / 251);
}
@media (max-width: 768px) {
  .p-howto::before {
    top: -65px;
  }
}
@media (max-width: 768px) {
  .p-howto .c-header__en img {
    width: 47px;
    height: auto;
  }
}

.p-howto-content01 {
  width: calc(591 / 1066 * 100%);
  margin: 35px auto 0;
}
@media (max-width: 768px) {
  .p-howto-content01 {
    width: calc(248 / 335 * 100%);
  }
}

.p-howto-content02 {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .p-howto-content02 {
    margin-top: 35px;
  }
}

.p-howto-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  gap: 80px;
}
@media (max-width: 768px) {
  .p-howto-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 72px;
  }
}

.p-howto-step__item {
  width: calc(100% / 3 - (80px * 2 / 3));
}
@media (max-width: 768px) {
  .p-howto-step__item {
    width: 100%;
  }
}
.p-howto-step__item + .p-howto-step__item {
  position: relative;
}
.p-howto-step__item + .p-howto-step__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(80px / 2 * -1);
  width: 1px;
  height: 100%;
  background-color: #9b88c9;
}
@media (max-width: 768px) {
  .p-howto-step__item + .p-howto-step__item::before {
    left: 0;
    width: 100%;
    height: 1px;
    top: calc(72px / 2 * -1);
  }
}
.p-howto-step__item + .p-howto-step__item::after {
  content: "";
  position: absolute;
  background: url(../../assets/img/ico_arrow01.svg) center center/contain no-repeat;
  width: 12px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(80px / 2 * -1);
}
@media (max-width: 768px) {
  .p-howto-step__item + .p-howto-step__item::after {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-5px) rotate(90deg);
            transform: translateX(-50%) translateY(-5px) rotate(90deg);
    top: calc(72px / 2 * -1);
  }
}
.p-howto-step__item .c-btn {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-howto-step__item .c-btn {
    width: calc(305 / 335 * 100%);
    margin: 10px auto 0;
  }
}

.p-howto-step__header {
  font-size: 24px;
  font-weight: bold;
  line-height: calc(35 / 24);
  text-align: center;
  color: #684ba7;
}
@media (max-width: 768px) {
  .p-howto-step__header {
    font-size: 20px;
  }
}

.p-howto-step__icon {
  width: 124px;
  margin: 6px auto 0;
}
@media (max-width: 768px) {
  .p-howto-step__icon {
    width: 100px;
    margin: 10px auto 0;
  }
}

.p-howto-step__copy {
  font-size: 20px;
  font-weight: 900;
  line-height: calc(30 / 20);
  margin-top: 22px;
  text-align: center;
  color: #684ba7;
}
@media (max-width: 768px) {
  .p-howto-step__copy {
    font-size: 18px;
    margin-top: 20px;
  }
}

.p-howto-step__desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: calc(26 / 16);
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-howto-step__desc {
    font-size: 14px;
    line-height: calc(24 / 14);
  }
}

.p-howto-step__note {
  font-size: 12px;
  line-height: calc(20 / 12);
  margin-top: 10px;
}
/****************************
ATTENTION
****************************/
.p-attention {
  position: relative;
  z-index: 1;
  margin-top: -138px;
  padding: 137px 0 447px;
}
@media (max-width: 768px) {
  .p-attention {
    padding: 65px 0 90px;
  }
}
.p-attention::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  background: url(../../assets/img/bg_attention01.png) top center/100% auto no-repeat;
  aspect-ratio: calc(1366 / 1021);
}
@media (max-width: 768px) {
  .p-attention::before {
    background: url(../../assets/img/bg_attention01_sp.png) top center/100% auto no-repeat;
    aspect-ratio: calc(375 / 413);
  }
}
.p-attention::after {
  position: absolute;
  z-index: -2;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  content: "";
  background: #fbf8ff;
}
@media (max-width: 768px) {
  .p-attention::after {
    background: #dacdf3;
  }
}
.p-attention .c-header__jp {
  color: #ffffff;
}
.p-attention .c-accordion dt {
  color: #684ba7;
}
.p-attention .c-accordion dt::after {
  background: #ffffff;
}
.p-attention .c-accordion dt span::before,
.p-attention .c-accordion dt span::after {
  background-color: #684ba7;
}

.c-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
  gap: 29px;
}
@media (max-width: 768px) {
  .c-accordion {
    margin-top: 40px;
  }
}
.c-accordion dt {
  font-size: 30px;
  font-weight: bold;
  line-height: calc(34 / 30);
  position: relative;
  z-index: 1;
  padding: 26px 0;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .c-accordion dt {
    font-size: calc(16 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw) 0;
    border-radius: 5px;
  }
}
.c-accordion dt::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background-color: #684ba7;
}
.c-accordion dt::before {
  position: absolute;
  z-index: -1;
  top: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  border-radius: 10px;
  background-color: #532473;
}
@media (max-width: 768px) {
  .c-accordion dt::before {
    top: 7px;
  }
}
.c-accordion dt span {
  position: relative;
  z-index: 2;
  display: block;
}
.c-accordion dt span::before, .c-accordion dt span::after {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 32px;
  height: 4px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .c-accordion dt span::before, .c-accordion dt span::after {
    right: 20px;
    width: 16px;
    height: 2px;
  }
}
.c-accordion dt span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-accordion dt.is-open span::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.c-accordion dt.is-open::before {
  top: 0;
}
.c-accordion dt:hover {
  cursor: pointer;
}
.c-accordion dt:hover::before {
  top: 0;
}
.c-accordion dd {
  font-size: 18px;
  line-height: 1.5;
  overflow: scroll;
  max-height: 300px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .c-accordion dd {
    font-size: 16px;
    margin-top: 20px;
  }
}

.c-accordion__q-header {
  font-size: 20px;
  font-weight: 900;
}
.c-accordion__q-header + .c-accordion__q-desc {
  margin-top: 8px;
}

.c-accordion__q-desc {
  font-size: 16px;
}
.c-accordion__q-desc + .c-accordion__q-header {
  margin-top: 24px;
}
.c-accordion__q-desc > span {
  display: block;
}
.c-accordion__q-desc > span + span {
  margin-top: calc(16px * 1.75);
}
.c-accordion__q-desc .list-item {
  padding-left: 16px;
  text-indent: -16px;
}

/****************************
CONTACT
****************************/
.p-contact {
  position: relative;
  z-index: 2;
  margin-top: -329px;
  padding: 137px 0;
  background: url(../../assets/img/bg_contact01.png) top center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-contact {
    padding: calc(65 / 375 * 100vw) 0 calc(60 / 375 * 100vw);
    margin-top: -30px;
    background: url(../../assets/img/bg_contact01_sp.png) top center/cover no-repeat;
  }
}
.p-contact .c-header__jp {
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-contact .c-header__en img {
    width: 56px;
    height: auto;
  }
}

.p-contact-content {
  position: relative;
  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;
  max-width: 676px;
  margin: 60px auto 0;
  padding: 30px 60px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-contact-content {
    padding: 20px 20px 30px;
    margin: 150px auto 0;
    width: 100%;
  }
}
.p-contact-content::before {
  position: absolute;
  z-index: 0;
  right: -280px;
  bottom: 0;
  width: 354px;
  content: "";
  background: url(../../assets/img/img_contact01.png) center center/contain no-repeat;
  aspect-ratio: calc(354 / 529);
}
@media (max-width: 768px) {
  .p-contact-content::before {
    width: 164px;
    right: initial;
    left: 50%;
    top: calc(147px * -1);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: initial;
    z-index: -1;
  }
}

.p-contact-content__header {
  font-size: 26px;
  font-weight: bold;
  padding: 18px 40px;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 37px;
  background-color: #684ba7;
}
@media (max-width: 768px) {
  .p-contact-content__header {
    font-size: 16px;
    padding: 10px 12px;
  }
}

.p-contact-content__title {
  font-size: 22px;
  line-height: calc(32 / 22);
  margin-top: 26px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-contact-content__title {
    font-size: 16px;
    margin-top: 16px;
    text-align: center;
  }
}

.p-contact-content__mail {
  font-size: 30px;
  line-height: calc(44 / 30);
  letter-spacing: 0.05em;
}
.p-contact-content__mail a {
  text-decoration: none;
  color: #9b88c9;
}
@media (max-width: 768px) {
  .p-contact-content__mail {
    font-size: 20px;
    margin-top: 10px;
  }
}

.p-contact-content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 12px;
  gap: 10px;
}
@media (max-width: 768px) {
  .p-contact-content__info {
    gap: 3px;
    margin-top: 18px;
  }
}

.p-contact-content__info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.p-contact-content__info-inner dt {
  font-size: 18px;
  font-weight: bold;
  line-height: calc(26 / 18);
  position: relative;
  padding-left: 21px;
  letter-spacing: 0.05em;
  color: #532473;
}
@media (max-width: 768px) {
  .p-contact-content__info-inner dt {
    font-size: 12px;
    padding-left: 13px;
  }
}
.p-contact-content__info-inner dt::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  background: url(../../assets/img/ico_square01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-contact-content__info-inner dt::before {
    width: 7px;
    height: 7px;
  }
}
.p-contact-content__info-inner dd {
  font-size: 22px;
  font-weight: 500;
  line-height: calc(32 / 22);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-contact-content__info-inner dd {
    font-size: 13px;
  }
}