@charset "UTF-8";
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/*
* foundation/base.css
*/
html {
  display: flex;
  width: 100%;
  font-size: 62.5%;
}

body {
  display: flex;
  width: 100%;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  background: #010023;
  color: #fff;
}

button,
select {
  cursor: pointer;
}
button[disabled],
select[disabled] {
  cursor: default;
}

em {
  font-style: normal;
}

/*
* layout/l-wrap.css
*/
.l-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1.5s;
  transition-timing-function: ease-out;
}
body.is-load .l-wrap {
  opacity: 1;
}
.l-wrap--pdt1 {
  padding-top: 4.7395833333%;
}
@media (max-width: 767.98px) {
  .l-wrap--pdt1 {
    padding-top: 13.3333333333%;
  }
}
@media (min-width: 1920px) {
  .l-wrap--pdt1 {
    padding-top: 91px;
  }
}
/*
* layout/l-header.css
*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  background: #d1c186;
}
.l-header__inner {
  position: relative;
  padding-bottom: 5.2083333333%;
  container-type: inline-size;
}
@media (max-width: 767.98px) {
  .l-header__inner {
    padding-bottom: 13.3333333333%;
  }
}
@media (min-width: 1920px) {
  .l-header__inner {
    padding-bottom: 100px;
  }
}

.l-header__logo {
  display: block;
  align-self: flex-start;
  max-width: 90%;
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .l-header__logo:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767.98px) {
  .l-header__logo {
    position: absolute;
    top: 0.4210526316em;
    left: 50%;
    transform: translate(-50%, 0);
    width: 14.55rem;
  }
}
@media (min-width: 768px) {
  .l-header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 17.3rem;
  }
}
.l-header__logo-img {
  width: 100%;
  height: auto;
}

.l-header__nav-list2 {
  width: 67.5438596491%;
  margin-top: 17.9824561404%;
  container-type: inline-size;
  background: url("../img/bg_menu_1.png?d=202607170000") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .l-header__nav-list2 {
    width: 26.6666666667%;
    margin: 7.4666666667% auto 0;
  }
}

.l-header__nav-list2-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 10.3896103896% 10.3896103896% 9.7402597403% 10.3896103896%;
  gap: 1.1rem;
  gap: 25.3246753247cqi;
}
.l-header__nav-list2-list-item {
  position: relative;
  display: inline-flex;
}
.l-header__nav-list2-list-item + .l-header__nav-list2-list-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1.5rem;
  bottom: -0.974025974cqi;
  left: -2.6rem;
  left: -16.8831168831cqi;
  width: 1.6rem;
  width: 10.3896103896cqi;
  height: 2.8rem;
  height: 21.4285714286cqi;
  background: url("../img/menu_2_separator.png?d=202607170000") no-repeat center;
  background-size: contain;
}
.l-header__nav-list2-list-link {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  color: inherit;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.l-header__nav-list2-list-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  margin-bottom: -24.2620299232%;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition-property: transform, opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.l-header__nav-list2-list-link-img {
  height: 3.3rem;
  height: 21.4285714286cqi;
  vertical-align: bottom;
}
.l-header__nav-list2-list-item:last-of-type .l-header__nav-list2-list-link-img {
  height: 3.2rem;
  height: 20.7792207792cqi;
}

@media (any-hover: hover) {
  .l-header__nav-list2-list-link:any-link:hover,
  button.l-header__nav-list2-list-link:hover {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .l-header__nav-list2-list-link:any-link:hover::before,
  button.l-header__nav-list2-list-link:hover::before {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
  }
}

.l-header-nav3 {
  position: absolute;
  top: 0;
  left: 2.8645833333%;
  width: 7.8125%;
  max-width: 150px;
  margin-top: 1.0416666667%;
  container-type: inline-size;
  background: url("../img/bg_menu_2.png?d=202607170000") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .l-header-nav3 {
    left: 5.3333333333%;
    width: 22%;
    margin-top: 2.6666666667%;
  }
}
@media (min-width: 1920px) {
  .l-header-nav3 {
    left: 55px;
    margin-top: 20px;
  }
}

.l-header-nav3-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 9.3333333333%;
  gap: 1.1rem;
  gap: 26cqi;
}
.l-header-nav3-list__item {
  position: relative;
  display: inline-flex;
}
.l-header-nav3-list__item + .l-header-nav3-list__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1.5rem;
  bottom: -1cqi;
  left: -2.6rem;
  left: -17.3333333333cqi;
  width: 1.6rem;
  width: 10.6666666667cqi;
  height: 2.8rem;
  height: 22cqi;
  background: url("../img/menu_3_separator.png?d=202607170000") no-repeat center;
  background-size: contain;
}
.l-header-nav3-list__link {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  color: inherit;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.l-header-nav3-list__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  margin-bottom: -24.2620299232%;
  background: #000;
  pointer-events: none;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition-property: transform, opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.l-header-nav3-list__img {
  height: 3.2rem;
  height: 21.3333333333cqi;
  vertical-align: bottom;
}
@media (any-hover: hover) {
  .l-header-nav3-list__link:any-link:hover,
  button.l-header-nav3-list__link:hover {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .l-header-nav3-list__link:any-link:hover::before,
  button.l-header-nav3-list__link:hover::before {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
  }
}

.l-header__hamburger {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 2.8645833333%;
  width: 2.6041666667%;
  height: 0;
  margin-top: 1.875%;
  padding: 0 0 1.5104166667%;
  background: none;
  border: none;
  cursor: pointer;
  background: url("../img/btn_header_hamburger.svg?d=202607170000") no-repeat center;
  background-size: contain;
  background-size: 96.1538461538%;
}
@media (max-width: 767.98px) {
  .l-header__hamburger {
    right: 0;
    width: 18%;
    margin-top: 0;
    padding-bottom: 13.3333333333%;
    background-image: url("../img/btn_header_hamburger_sp.svg?d=202607170000");
    background-size: 40.7407407407%;
  }
}
@media (min-width: 1920px) {
  .l-header__hamburger {
    right: 55px;
    width: 50px;
    margin-top: 36px;
    padding-bottom: 29px;
  }
}
.l-header__hamburger {
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .l-header__hamburger:hover {
    opacity: 0.6;
  }
}

.l-header__close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 26.4516129032%;
  height: 0;
  padding: 0 0 34.5161290323%;
  background: none;
  border: none;
  cursor: pointer;
  background: url("../img/btn_header_hamburger_close.svg?d=202607170000") no-repeat center;
  background-size: contain;
  background-size: 36.5853658537%;
}
@media (max-width: 767.98px) {
  .l-header__close {
    width: 14.6666666667%;
    padding-bottom: 18.4%;
    background-image: url("../img/btn_header_hamburger_close_sp.svg?d=202607170000");
    background-size: 34.5454545455%;
  }
}
.l-header__close {
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .l-header__close:hover {
    opacity: 0.6;
  }
}

.l-header__spacer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.l-header__menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 31rem;
  max-height: 67.7rem;
  overflow-y: auto;
  outline: none;
  pointer-events: none;
  background: #d1c186;
  box-shadow: inset 0 0 0 2px #fff;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .l-header__menu {
    max-width: none;
    max-height: 45.8rem;
    max-height: 122.1333333333cqi;
    box-shadow: inset 0 0 0 1px #fff;
  }
}
body.is-gnav-open .l-header__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 767.98px) {
  .l-header__menu-title {
    position: relative;
    width: 100%;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .l-header__menu-title {
    display: none;
  }
}

.l-header__nav {
  position: relative;
  z-index: 1;
  display: block;
  margin-inline: auto;
  padding: 12.5rem 3.1rem 8.3rem 5.1rem;
}
@media (max-width: 767.98px) {
  .l-header__nav {
    padding: 7.5rem 0 7.4rem;
    padding: 20cqi 0 19.7333333333cqi;
  }
}

.l-header__nav-list1 {
  display: flex;
  list-style: none;
  padding: 0;
  flex-direction: column;
  gap: 4.4rem;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .l-header__nav-list1 {
    align-items: center;
    gap: 2.95rem;
    gap: 7.8666666667cqi;
  }
}

.l-header__nav-list1-item {
  position: relative;
  display: inline-flex;
}

.l-header__nav-list1-link {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  color: inherit;
}
.l-header__nav-list1-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition-property: transform, opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.l-header__nav-list1-link-img {
  width: auto;
  height: 3.8rem;
  vertical-align: bottom;
}
@media (max-width: 767.98px) {
  .l-header__nav-list1-link-img {
    height: 2.45rem;
    height: 6.5333333333cqi;
  }
}
@media (max-width: 767.98px) {
  .l-header__nav-list1-link-img--0 {
    height: 2.4rem;
    height: 6.4cqi;
  }
}
.l-header__nav-list1-link-img--2 {
  height: 3.6rem;
}
@media (max-width: 767.98px) {
  .l-header__nav-list1-link-img--2 {
    height: 2.35rem;
    height: 6.2666666667cqi;
  }
}

@media (any-hover: hover) {
  .l-header__nav-list1-link:any-link:hover::before,
  button.l-header__nav-list1-link:hover::before {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
  }
}

.l-header__nav-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  border-radius: 5em;
  background: #6455a0;
  box-shadow: inset 0 0 0 2px #6455a0;
  transition-property: background, color, opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
@media (max-width: 767.98px) {
  .l-header__nav-btn {
    font-size: 1.1111111111em;
    min-width: 10em;
    min-height: 2em;
    max-width: 90%;
    margin-top: 1.25em;
    padding: 0.4em 1em;
  }
}
@media (min-width: 768px) {
  .l-header__nav-btn {
    font-size: 1.125em;
    min-width: 7.7777777778em;
    height: 2.2222222222em;
    max-height: 100%;
    padding: 0.5em 1em;
  }
}
@media (any-hover: hover) {
  .l-header__nav-btn:hover {
    background: #fff;
    color: #6455a0;
  }
}

.l-header-loop {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

/*
* layout/l-footer.css
*/
.l-footer {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  background: #6455a0;
}
.l-footer__sizer {
  max-width: 1920px;
  margin: 0 auto;
  container-type: inline-size;
}
.l-footer__inner {
  margin-inline: auto;
  padding: 3.125% 0 2.2916666667%;
}
@media (max-width: 767.98px) {
  .l-footer__inner {
    padding: 2.6rem 0 2rem;
  }
}

.l-footer-logo {
  display: inline-block;
  width: 13.6979166667%;
}
@media (max-width: 767.98px) {
  .l-footer-logo {
    width: 131.5px;
  }
}
.l-footer-logo__img {
  width: 100%;
}
.l-footer-logo:any-link {
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .l-footer-logo:any-link:hover {
    opacity: 0.6;
  }
}

.l-footer-menu {
  margin: 1.6em auto 0;
  padding: 0 1em;
  font-size: 2.5rem;
  font-size: clamp(1rem, 1.3020833333cqi, 2.5rem);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767.98px) {
  .l-footer-menu {
    margin-top: 1.44em;
    font-size: 1.25rem;
  }
}
html:lang(en) .l-footer-menu {
  letter-spacing: 0.04em;
}

.l-footer-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 2.76em;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.l-footer-menu-list__link {
  display: inline-block;
  position: relative;
  color: inherit;
  text-decoration: none;
}
.l-footer-menu-list__link--icon::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 0.48em;
  height: 1.5em;
  margin-left: 0.56em;
  background: url("../img/arrow_right_2.svg?d=202607170000") no-repeat center;
  background-size: contain;
}
.l-footer-menu-list__link:any-link {
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .l-footer-menu-list__link:any-link:hover {
    opacity: 0.6;
  }
}

.l-footer-para1 {
  margin: 1.75em 0 0;
  padding: 0 1em;
  font-size: 2rem;
  font-size: clamp(1rem, 1.0416666667cqi, 2rem);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767.98px) {
  .l-footer-para1 {
    font-size: 1rem;
    line-height: 1.65;
  }
}
html:lang(en) .l-footer-para1 {
  letter-spacing: 0.04em;
}

.l-footer-copyright {
  margin: 1.8em auto 0;
  padding: 0 1em;
  font-size: 2rem;
  font-size: clamp(1rem, 1.0416666667cqi, 2rem);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767.98px) {
  .l-footer-copyright {
    font-size: 1rem;
  }
}
html:lang(en) .l-footer-copyright {
  letter-spacing: 0.06em;
}

.l-footer-pagetop {
  margin: 0 auto;
  padding: 1.5em 0 0;
  font-size: 2rem;
  font-size: clamp(1rem, 1.0416666667cqi, 2rem);
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.l-footer-pagetop__btn {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}
.l-footer-pagetop__btn:any-link {
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .l-footer-pagetop__btn:any-link:hover {
    opacity: 0.6;
  }
}

/*
* layout/l-main.css
*/
.l-main {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .l-main--mgt1 {
    margin-top: 62px;
  }
}
@media (min-width: 768px) {
  .l-main--mgt1 {
    margin-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .l-main--mgb1 {
    margin-bottom: 62px;
  }
}
@media (min-width: 768px) {
  .l-main--mgb1 {
    margin-bottom: 18.3854166667%;
  }
}
@media (min-width: 1920px) {
  .l-main--mgb1 {
    margin-bottom: 353px;
  }
}
@media (max-width: 767.98px) {
  .l-main--pdt1 {
    padding-top: 62px;
  }
}
@media (min-width: 768px) {
  .l-main--pdt1 {
    padding-top: 4.1666666667%;
  }
}
@media (min-width: 1920px) {
  .l-main--pdt1 {
    padding-top: 80px;
  }
}

.c-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.c-fit {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  font-family: "object-fit: contain;";
  vertical-align: middle;
}

/*
 * object/component/_maxim.scss
 */
.c-maxim-xxs {
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .c-maxim-xxs {
    max-width: 0px;
  }
}

.c-maxim-xs {
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .c-maxim-xs {
    max-width: 0px;
  }
}

.c-maxim-s {
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .c-maxim-s {
    max-width: 670px;
  }
}

.c-maxim-dssp {
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .c-maxim-dssp {
    max-width: 750px;
  }
}

.c-maxim-head {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-maxim-head {
    max-width: 768px;
  }
}

.c-maxim-m {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-maxim-m {
    max-width: 0px;
  }
}

.c-maxim-l {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-maxim-l {
    max-width: 0px;
  }
}

.c-maxim-lm {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-maxim-lm {
    max-width: 0px;
  }
}

.c-maxim-xl {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-maxim-xl {
    max-width: 1306px;
  }
}

.c-maxim-xxl {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-maxim-xxl {
    max-width: 0px;
  }
}

.c-maxim-dspc {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-maxim-dspc {
    max-width: 1920px;
  }
}

/*
 * object/component/_width.scss
 */
.c-width {
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .c-width {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .c-width {
    width: 90%;
  }
}

.c-width-mb {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-width-mb {
    width: 90%;
  }
}

.c-width-pc {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-width-pc {
    width: 90%;
  }
}

.c-width-xxs {
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .c-width-xxs {
    width: calc(100% - 750px);
  }
}

.c-width-xs {
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .c-width-xs {
    width: calc(100% - 750px);
  }
}

.c-width-s {
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .c-width-s {
    width: calc(100% - 80px);
  }
}

.c-width-head {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-width-head {
    width: 40%;
  }
}

.c-width-l {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-width-l {
    width: 0%;
  }
}

.c-width-lm {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-width-lm {
    width: 0%;
  }
}

.c-width-l {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-width-l {
    width: 0%;
  }
}

.c-width-xl {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-width-xl {
    width: 68.0208333333%;
  }
}

.c-width-xxl {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-width-xxl {
    width: 0%;
  }
}

/*
 * object/component/_c-link.scss
 */
.c-link1 {
  display: inline-block;
  background: rgba(255, 255, 255, 0);
  border: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  line-height: inherit;
}
.c-link1--underline {
  text-decoration: underline;
}

.c-link1:any-link,
button.c-link1 {
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .c-link1:any-link:hover,
  button.c-link1:hover {
    opacity: 0.6;
  }
}

.c-link2 {
  background: rgba(255, 255, 255, 0);
  border: none;
  padding: 0;
  appearance: none;
  color: #6455a0;
  text-decoration: underline;
}

/*
 * object/component/_c-button.scss
 */
.c-button1 {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0);
  border: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18.2291666667%;
  min-height: 2.2666666667em;
  padding: 0.3333333333em 0.5em;
  font-family: "Kaisei Decol", serif;
  font-size: 3rem;
  font-size: clamp(1.5rem, 1.5625cqi, 3rem);
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  border-radius: 100vh;
  background: #010023;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
@media (max-width: 767.98px) {
  .c-button1 {
    width: 46.6666666667%;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 4cqi, 3rem);
  }
}
.c-button1__img {
  width: 100%;
}
.c-button1__mgl1 {
  margin-left: 0.2em;
}
html:lang(ja) .c-button1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.c-button1:any-link:hover,
button.c-button1:hover {
  background: #6455a0;
}

.c-button2 {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0);
  border: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  width: 34em;
  min-height: 2.8em;
  padding: 0.64em 2.8em 0.48em 1.6em;
  font-family: "Kaisei Decol", serif;
  font-size: 2.5rem;
  font-size: clamp(1.25rem, 1.3020833333cqi, 2.5rem);
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  line-height: 1.6;
  text-align: left;
  color: #fff;
  border-radius: 100vh;
  background: #6455a0;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
@media (max-width: 767.98px) {
  .c-button2 {
    justify-content: center;
    text-align: center;
    width: 89.6%;
    min-height: 3.1818181818em;
    padding: 0.7272727273em 2.7272727273em 0.6363636364em 2.7272727273em;
    font-size: 1.1rem;
    font-size: clamp(1.1rem, 2.9333333333cqi, 2.2rem);
  }
}
.c-button2::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 1.2em;
  width: 0.96em;
  height: 100%;
  background: url("../img/arrow_right_3.png?d=202607170000") no-repeat center;
  background-size: contain;
}
.c-button2--second {
  background: #da5d9e;
}
.c-button2--center {
  justify-content: center;
  text-align: center;
}
@media (max-width: 767.98px) {
  .c-button2--left-sp {
    justify-content: flex-start;
    text-align: left;
    padding-left: 2.3181818182em;
  }
}
.c-button2--size1 {
  width: 26.6666666667em;
  min-height: 2.3333333333em;
  padding: 0.4em 2.3333333333em 0.2666666667em 1.3333333333em;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-size: clamp(1.5rem, 1.5625cqi, 3rem);
}
@media (max-width: 767.98px) {
  .c-button2--size1 {
    width: 89.3333333333%;
    min-height: 2.5925925926em;
    font-size: 1.35rem;
    font-size: clamp(1.35rem, 3.6cqi, 2.7rem);
  }
}
.c-button2--size1::before {
  right: 1em;
  width: 0.8em;
}
@media (max-width: 767.98px) {
  .c-button2--size1::before {
    right: 1.1111111111em;
    width: 0.8888888889em;
  }
}
.c-button2__large {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
}
@media (max-width: 767.98px) {
  .c-button2__large {
    font-size: 1.5909090909em;
  }
}
html:lang(ja) .c-button2__large {
  font-size: 1.3333333333em;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  html:lang(ja) .c-button2__large {
    font-size: 1.2962962963em;
  }
}
.c-button2__img {
  width: 100%;
}

.c-button2:any-link:hover,
button.c-button2:hover {
  background: #000;
}

.c-button2--hv1:any-link:hover,
button.c-button2--hv1:hover {
  background: #d1c186;
}

.c-buttons1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin: 2.2916666667% auto 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .c-buttons1 {
    margin-top: 6.4%;
  }
}
.c-buttons1__item {
  width: 100%;
  text-align: center;
}
.c-buttons1__item + .c-buttons1__item {
  margin-top: 2.6041666667%;
}
@media (max-width: 767.98px) {
  .c-buttons1__item + .c-buttons1__item {
    margin-top: 6.6666666667%;
  }
}

/*
 * object/component/_c-popup.scss
 */
/************************************************\
  Micromodal.js用のデフォルトスタイル
\************************************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/************************************************\
  Demo Animation Style
\************************************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/************************************************\
  以下、カスタムスタイル
\************************************************/
body.is-modal:not(.is-modal-nofix) {
  overflow: hidden;
}

.c-popup1__overlay {
  overflow-y: auto;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.7);
}
.c-popup1__overlay--bg-none {
  background: none;
}

.c-popup1__container {
  position: relative;
  max-height: none;
  min-height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  overflow: visible;
  container-type: inline-size;
}
@media (max-width: 767.98px) {
  .c-popup1__container {
    width: 90%;
    max-width: 650px;
    padding: 73px 0;
  }
}
@media (min-width: 768px) {
  .c-popup1__container {
    width: 90%;
    max-width: 850px;
    padding: 156px 0;
  }
}
.c-popup1[aria-hidden=false] .c-popup1__container {
  animation: none;
}

.c-popup1__bg {
  position: relative;
  width: 100%;
  padding: 0;
  background: #fff;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0;
  border-radius: 0.3571428571em;
  box-shadow: 0.2857142857em 0.2857142857em 0 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  .c-popup1__bg {
    font-size: 1.25rem;
    font-size: 3.8461538462cqi;
    line-height: 1.640388;
  }
}
@media (min-width: 768px) {
  .c-popup1__bg {
    font-size: 1.6rem;
    font-size: 1.8823529412cqi;
    line-height: 1.5;
  }
}

.c-popup1__inner {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .c-popup1__inner {
    padding: 2.32em 1em 1em;
  }
}
@media (min-width: 768px) {
  .c-popup1__inner {
    padding: 1.625em;
  }
}

.c-popup1__content {
  margin: 0 auto;
  line-height: inherit;
  color: inherit;
}

.c-popup1-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-popup1-card__inner {
  display: flex;
}
@media (max-width: 767.98px) {
  .c-popup1-card__inner {
    flex-direction: column-reverse;
    gap: 1.12em;
  }
}
@media (min-width: 768px) {
  .c-popup1-card__inner {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 1.1875em;
  }
}
.c-popup1-card__content {
  flex: 1 1 auto;
  min-width: 71.4285714286%;
}
.c-popup1-card__head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
  .c-popup1-card__head {
    margin-bottom: 0.56em;
  }
}
@media (min-width: 768px) {
  .c-popup1-card__head {
    margin-bottom: 0.5625em;
  }
}
.c-popup1-card__time {
  display: block;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .c-popup1-card__time {
    font-size: inherit;
  }
}
@media (min-width: 768px) {
  .c-popup1-card__time {
    font-size: 0.875em;
  }
}
.c-popup1-card__title {
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 767.98px) {
  .c-popup1-card__title {
    font-size: 1.32em;
  }
}
@media (min-width: 768px) {
  .c-popup1-card__title {
    font-size: 1.25em;
  }
}
.c-popup1-card__para1 {
  margin: 0;
  letter-spacing: -0.02em;
}
@media (max-width: 767.98px) {
  .c-popup1-card__para1 {
    margin: -0.44em 0 -1em;
  }
}
@media (min-width: 768px) {
  .c-popup1-card__para1 {
    margin: -0.4375em 0 -1em;
  }
}
.c-popup1-card__pic {
  position: relative;
  display: block;
  min-width: 26.1904761905%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.c-popup1-card__pic-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.c-popup1__close {
  position: absolute;
  z-index: 1;
  background: url("../img/common/btn_back_2.svg?d=202607170000") no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: 0.2s linear;
}
@media (max-width: 767.98px) {
  .c-popup1__close {
    top: 0.48em;
    right: 0.48em;
    width: 1.84em;
    height: 1.84em;
  }
}
@media (min-width: 768px) {
  .c-popup1__close {
    top: 0.5625em;
    right: 0.5625em;
    width: 2.1875em;
    height: 2.1875em;
  }
}
.c-popup1__close--sp {
  z-index: 1002;
  display: none;
}
@media (max-width: 767.98px) {
  .c-popup1__close--sp {
    display: block;
  }
}
.c-popup1__close {
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .c-popup1__close:hover {
    opacity: 0.6;
  }
}

.c-popup2__overlay {
  z-index: 1002;
  padding: 60px 0;
  background: rgba(0, 0, 0, 0.7);
}

.c-popup2__container {
  position: relative;
  width: calc(177.7777777778vh - 213.3333333333px);
  height: calc(56.25vw - 114.75px);
  max-width: calc(100% - 204px);
  max-height: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  overflow: visible;
}
@media (orientation: portrait) {
  .c-popup2__container {
    width: calc(100% - 34px);
    height: calc(56.25vw - 19.125px);
    max-width: 100%;
  }
}

.c-popup2__bg {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow-y: auto;
  background: #000;
}

.c-popup2__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-popup2__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-popup2__container iframe,
.c-popup2__container video {
  width: 100%;
  height: 100%;
  vertical-align: top;
  border-radius: inherit;
}

.c-popup2__content {
  margin: 0;
  border-radius: 3px;
  background: #fff;
}

.c-popup2__close {
  position: absolute;
  top: auto;
  bottom: 100%;
  left: calc(100% + 16px);
  width: 52px;
  height: 52px;
  border-radius: 3px;
  background: url("../img/icon_close_1_white.svg?d=202607170000") no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: 0.2s linear;
}
@media (orientation: portrait) {
  .c-popup2__close {
    display: none;
    position: fixed;
    top: auto;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
  }
}
.c-popup2__close {
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .c-popup2__close:hover {
    opacity: 0.6;
  }
}
.c-popup2__close--sp {
  display: none;
}
@media (orientation: portrait) {
  .c-popup2__close--sp {
    display: block;
  }
}

/*
* page/pg-index.css
*/
.pg-index-note {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 1.8rem;
  font-size: clamp(0.9rem, 0.9375cqi, 1.8rem);
  letter-spacing: 0.04em;
  line-height: 1.3888888889;
}
@media (max-width: 767.98px) {
  .pg-index-note {
    font-size: 0.9rem;
    font-size: clamp(0.9rem, 2.4cqi, 1.8rem);
  }
}
.pg-index-note__mark {
  letter-spacing: 0.3em;
}

.pg-index-hero {
  position: relative;
  background: #060606;
}
.pg-index-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 0.5208333333%;
  background: #d1c186;
}
@media (max-width: 767.98px) {
  .pg-index-hero::after {
    transform: translateY(80%);
    padding-bottom: 1.3333333333%;
  }
}
@media (min-width: 1920px) {
  .pg-index-hero::after {
    padding-bottom: 10px;
  }
}
.pg-index-hero__sizer {
  position: relative;
}
.pg-index-hero__inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pg-index-hero__inner {
    padding-bottom: 0.4166666667%;
  }
}
.pg-index-hero-kv {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pg-index-outline {
  position: relative;
  text-align: center;
}
.pg-index-outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_outline_1.jpg?d=202607170000") no-repeat center;
  background-size: contain;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .pg-index-outline::before {
    background-image: url("../img/bg_outline_1_sp.jpg?d=202607170000");
  }
}
.pg-index-outline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 0.5208333333%;
  background: #d1c186;
}
@media (max-width: 767.98px) {
  .pg-index-outline::after {
    padding-bottom: 1.3333333333%;
  }
}
@media (min-width: 1920px) {
  .pg-index-outline::after {
    padding-bottom: 10px;
  }
}
.pg-index-outline__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-outline__sizer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 25.5208333333%;
  height: 0;
  margin-top: 3.6458333333%;
  padding-bottom: 44.1145833333%;
  background: url("../img/bg_outline_2.png?d=202607170000") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .pg-index-outline__sizer::before {
    width: 68.4%;
    margin-top: 14.4%;
    padding-bottom: 118.2666666667%;
  }
}
.pg-index-outline__inner {
  position: relative;
  padding: 9.6354166667% 0 0;
}
@media (max-width: 767.98px) {
  .pg-index-outline__inner {
    padding: 30.2666666667% 0 0;
  }
}
.pg-index-outline-title1 {
  margin: 0 auto 1.875%;
  width: 18.125%;
}
@media (max-width: 767.98px) {
  .pg-index-outline-title1 {
    margin: 0 auto 4.8%;
    width: 46.4%;
  }
}
.pg-index-outline-title2 {
  margin: 0.34em 0 0;
  font-size: 5rem;
  font-size: clamp(2.5rem, 2.6041666667cqi, 5rem);
  font-feature-settings: "palt";
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .pg-index-outline-title2 {
    margin-top: 0.36em;
    padding-inline: 0.5em;
    font-size: 2.5rem;
    font-size: clamp(2.5rem, 6.6666666667cqi, 5rem);
  }
}
.pg-index-outline-title2__small {
  font-size: 0.6em;
}
.pg-index-outline-title2__space1 {
  letter-spacing: 0.05em;
}
.pg-index-outline-title2__space2 {
  letter-spacing: 0.065em;
}
@media (max-width: 767.98px) {
  .pg-index-outline-title2__space-sp0 {
    letter-spacing: 0;
  }
}
@media (max-width: 767.98px) {
  .pg-index-outline-title2__space-sp1 {
    letter-spacing: -0.03em;
  }
}
@media (max-width: 767.98px) {
  .pg-index-outline-title2__space-sp2 {
    letter-spacing: 0.03em;
  }
}
.pg-index-outline-title2__mgl1 {
  margin-left: -0.3em;
}
.pg-index-outline-title2__mgl2 {
  margin-left: -0.2em;
}
.pg-index-outline-title2__mgl3 {
  margin-left: -0.4em;
}
@media (max-width: 767.98px) {
  .pg-index-outline-title2__mgl-sp1 {
    margin-left: -0.5em;
  }
}
@media (max-width: 767.98px) {
  .pg-index-outline-title2__mgl-sp2 {
    margin-left: -0.35em;
  }
}
@media (max-width: 767.98px) {
  .pg-index-outline-title2__mgl-sp3 {
    margin-left: -0.4em;
  }
}
@media (max-width: 767.98px) {
  .pg-index-outline-title2__mgl-sp4 {
    margin-left: -0.15em;
  }
}
.pg-index-outline-title2__long {
  display: inline-block;
  margin-left: -0.2em;
  transform: scaleX(0.7);
}
@media (max-width: 767.98px) {
  .pg-index-outline-title2__long {
    margin-left: -0.4em;
    transform: scaleX(0.6);
  }
}
.pg-index-outline-title2__ja-space1 {
  letter-spacing: 0.075em;
}
.pg-index-outline-title2__ja-space2 {
  letter-spacing: 0.15em;
}
.pg-index-outline-title2__ja-space3 {
  letter-spacing: 0.1em;
}
.pg-index-outline-title2__ja-mgl1 {
  margin-left: 0.1em;
}
.pg-index-outline-title2__ja-mgl2 {
  margin-left: -0.4em;
}
.pg-index-outline-title2__ja-mgl3 {
  margin-left: 0.4em;
}
.pg-index-outline-title2__ja-long {
  display: inline-block;
  margin-left: -0.1em;
  letter-spacing: 0.35em;
}
@media (max-width: 767.98px) {
  .pg-index-outline-title2__ja-long {
    margin-left: -0.4em;
  }
}

.pg-index-outline-title3 {
  margin: 0.625em 0 0;
  font-size: 4rem;
  font-size: clamp(2rem, 2.0833333333cqi, 4rem);
  font-feature-settings: "palt";
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media (max-width: 767.98px) {
  .pg-index-outline-title3 {
    padding-inline: 0.5em;
    font-size: 2rem;
    font-size: clamp(2rem, 5.3333333333cqi, 4rem);
  }
}
.pg-index-outline-title3__small {
  font-size: 0.75em;
}
.pg-index-outline-title3__mgl1 {
  margin-left: -0.3em;
}
.pg-index-outline-title3__mgl2 {
  margin-left: 0.1em;
}
.pg-index-outline-title3__long {
  display: inline-block;
  transform: scaleX(0.5);
}
.pg-index-outline-title3__colon {
  display: inline-block;
  margin-inline: 0.1em;
  transform: translateY(-0.125em);
}
.pg-index-outline-title3__ja-long {
  display: inline-block;
  margin: 0 0.35em;
}

.pg-index-outline-para1 {
  margin: 2.05em 0 0;
  font-size: 2rem;
  font-size: clamp(1rem, 1.0416666667cqi, 2rem);
  font-feature-settings: "palt";
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media (max-width: 767.98px) {
  .pg-index-outline-para1 {
    padding-inline: 0.5em;
    font-size: 1rem;
    font-size: clamp(1rem, 2.6666666667cqi, 2rem);
    line-height: 1.75;
  }
}
html:lang(ja) .pg-index-outline-para1 {
  margin-top: 1.55em;
}

.pg-index-outline-para-ja1 {
  margin: 1.4444444444em 0 0;
  font-size: 1.8rem;
  font-size: clamp(0.9rem, 0.9375cqi, 1.8rem);
  font-feature-settings: "palt";
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media (max-width: 767.98px) {
  .pg-index-outline-para-ja1 {
    padding-inline: 0.5em;
    font-size: 0.9rem;
    font-size: clamp(0.9rem, 2.4cqi, 1.8rem);
  }
}

.pg-index-outline-chara1 {
  position: relative;
  display: block;
  width: 100%;
  margin: 2.34375% auto 0;
  padding-bottom: 13.8541666667%;
}
@media (max-width: 767.98px) {
  .pg-index-outline-chara1 {
    margin-top: 5.8666666667%;
    padding-bottom: 35.4666666667%;
  }
}
html:lang(ja) .pg-index-outline-chara1 {
  margin-top: 2.2395833333%;
}
@media (max-width: 767.98px) {
  html:lang(ja) .pg-index-outline-chara1 {
    margin-top: 5.7333333333%;
  }
}
.pg-index-outline-chara1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 12.4479166667%;
  height: 100%;
  background: url("../img/bg_outline_chara_1.png?d=202607170000") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .pg-index-outline-chara1::before {
    width: 31.8666666667%;
  }
}

.pg-index-message {
  position: relative;
}
.pg-index-message__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-message__inner {
  position: relative;
  padding: 10.3645833333% 0 0;
}
@media (max-width: 767.98px) {
  .pg-index-message__inner {
    padding: 26.5333333333% 0 0;
  }
}
.pg-index-message-title1 {
  margin: 0 auto 4.4270833333%;
  width: 18.4895833333%;
}
@media (max-width: 767.98px) {
  .pg-index-message-title1 {
    margin: 0 auto 11.8666666667%;
    width: 47.3333333333%;
  }
}
@media (max-width: 767.98px) {
  html:lang(ja) .pg-index-message-title1 {
    margin-bottom: 11.4666666667%;
  }
}
.pg-index-message-content {
  margin: 0 auto;
  text-align: center;
}
.pg-index-message-para1 {
  margin: 1.6em 0 0;
  padding: 0 0.5em;
  font-family: "Kaisei Decol", serif;
  font-size: 2.5rem;
  font-size: clamp(1.25rem, 1.3020833333cqi, 2.5rem);
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .pg-index-message-para1 {
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 3.3333333333cqi, 2.5rem);
  }
}
html:lang(ja) .pg-index-message-para1 {
  margin-top: 1.8em;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  html:lang(ja) .pg-index-message-para1 {
    margin-top: 1.6666666667em;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 4cqi, 3rem);
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
}
@media (max-width: 767.98px) {
  .pg-index-message-para1__ja-space1 {
    letter-spacing: -0.04em;
  }
}

.pg-index-message-sign {
  margin: 3.64em 0 0;
  padding: 0 0.5em;
  font-family: "Kaisei Decol", serif;
  font-size: 2.5rem;
  font-size: clamp(1.25rem, 1.3020833333cqi, 2.5rem);
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .pg-index-message-sign {
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 3.3333333333cqi, 2.5rem);
  }
}
html:lang(ja) .pg-index-message-sign {
  margin-top: 3.44em;
}
.pg-index-message-sign__from {
  display: inline-block;
  margin-right: 1.56em;
}
.pg-index-message-sign__name {
  display: inline-block;
  vertical-align: bottom;
  width: 7.68em;
}
.pg-index-message-sign__img {
  width: 100%;
  height: auto;
  transform: translateY(0.28em);
}

.pg-index-message-chara1 {
  position: relative;
  display: block;
  width: 12.96875%;
  margin: 5.0520833333% auto 0;
}
@media (max-width: 767.98px) {
  .pg-index-message-chara1 {
    width: 33.2%;
    margin-top: 13.3333333333%;
  }
}

.pg-index-bg1 {
  position: relative;
  background-image: linear-gradient(180deg, #bbabff, #f5b5e3);
}
.pg-index-bg1--pb1 {
  padding-bottom: 10.4166666667%;
}
@media (max-width: 767.98px) {
  .pg-index-bg1--pb1 {
    padding-bottom: 20%;
  }
}
@media (min-width: 1920px) {
  .pg-index-bg1--pb1 {
    padding-bottom: 20rem;
  }
}
.pg-index-bg1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 0.5208333333%;
  background: #d1c186;
}
@media (max-width: 767.98px) {
  .pg-index-bg1::after {
    padding-bottom: 1.3333333333%;
  }
}
@media (min-width: 1920px) {
  .pg-index-bg1::after {
    padding-bottom: 10px;
  }
}

.pg-index-movie {
  position: relative;
}
.pg-index-movie__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-movie__inner {
  position: relative;
  padding: 10.46875% 0 0;
}
@media (max-width: 767.98px) {
  .pg-index-movie__inner {
    padding-top: 20.1333333333%;
  }
}
.pg-index-movie-title1 {
  margin: 0 auto 4.1666666667%;
  width: 27.1875%;
}
@media (max-width: 767.98px) {
  .pg-index-movie-title1 {
    margin: 0 auto 7.0666666667%;
    width: 55.7333333333%;
  }
}
.pg-index-movie-content {
  position: relative;
  width: 0%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .pg-index-movie-content {
    width: 89.3333333333%;
  }
}
.pg-index-movie-content__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(infinity * 1%);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .pg-index-movie-content__inner {
    padding-bottom: 61.4925373134%;
  }
}
.pg-index-movie-content__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_movie_1.png?d=202607170000") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .pg-index-movie-content__inner::before {
    background-image: url("../img/bg_movie_1_sp.png?d=202607170000");
  }
}

.pg-index-movie-play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0);
  border: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  width: calc(infinity * 1%);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .pg-index-movie-play {
    width: 81.6417910448%;
  }
}
.pg-index-movie-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25.3125%;
  height: 0;
  padding-bottom: 25.3125%;
  background: url("../img/icon_play_1.png?d=202607170000") no-repeat center;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .pg-index-movie-play::before {
    width: 27.7879341865%;
    padding-bottom: 27.7879341865%;
  }
}
.pg-index-movie-play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1px;
  box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 0.15625cqi #fff;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .pg-index-movie-play::after {
    box-shadow: 0 0 0 1.5px #fff;
    box-shadow: 0 0 0 0.4cqi #fff;
  }
}
.pg-index-movie-play__img {
  width: 100%;
  height: auto;
}

.pg-index-movie-video {
  display: none;
}

.pg-index-movie-chara1 {
  position: relative;
  display: block;
  width: 100%;
  margin: 7.8125% auto 0;
  padding-bottom: 14.4791666667%;
}
@media (max-width: 767.98px) {
  .pg-index-movie-chara1 {
    margin-top: 13.4666666667%;
    padding-bottom: 35.2%;
  }
}
.pg-index-movie-chara1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 43.8020833333%;
  width: 10.6770833333%;
  height: 100%;
  background: url("../img/bg_movie_chara_1.png?d=202607170000") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .pg-index-movie-chara1::before {
    left: 34.8%;
    width: 26%;
  }
}

.pg-index-gallery-content {
  position: relative;
  overflow: hidden;
  margin: 7.8125% auto 0;
}
@media (max-width: 767.98px) {
  .pg-index-gallery-content {
    margin-top: 20%;
  }
}
@media (min-width: 1920px) {
  .pg-index-gallery-content {
    margin-top: 150px;
  }
}
.pg-index-gallery-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .pg-index-gallery-content::before {
    width: 102.3880597015%;
  }
}
.pg-index-gallery-content__inner {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pg-index-gallery-content__inner {
    overflow: visible;
  }
}

.pg-index-gallery-list {
  position: relative;
  width: 100%;
}
.pg-index-gallery-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  border-radius: 0 !important;
  overflow: visible !important;
}
@media (max-width: 767.98px) {
  .pg-index-gallery-list__item {
    padding: 0 5.3333333333%;
  }
}
@media (min-width: 768px) {
  .pg-index-gallery-list__item {
    transform: scale(80%);
    margin: 0 0.78125%;
  }
}
@media (min-width: 1920px) {
  .pg-index-gallery-list__item {
    width: 960px;
    margin: 0 15px;
  }
}
@media (min-width: 768px) {
  .is-loaded .pg-index-gallery-list__item {
    transition-duration: 1s;
  }
}
@media (min-width: 768px) {
  .pg-index-gallery-list__item.swiper-slide-active, .pg-index-gallery-list__item.swiper-slide-duplicate-active {
    transform: scale(1);
  }
}
.pg-index-gallery-list__wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  -webkit-mask-image: url(../img/bg_gallery_trim_1.png);
  mask-image: url(../img/bg_gallery_trim_1.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.pg-index-gallery-list__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url("../img/bg_gallery_frame_1.png?d=202607170000") no-repeat center;
  background-size: contain;
}
.pg-index-gallery-list__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.pg-index-gallery-list__item--1 .pg-index-gallery-list__img {
  width: 123.75%;
}

.pg-index-gallery-content .swiper-button-next,
.pg-index-gallery-content .swiper-button-prev {
  width: 2.0833333333%;
  height: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .pg-index-gallery-content .swiper-button-next,
  .pg-index-gallery-content .swiper-button-prev {
    width: 8%;
  }
}
@media (min-width: 1920px) {
  .pg-index-gallery-content .swiper-button-next,
  .pg-index-gallery-content .swiper-button-prev {
    width: 40px;
  }
}
.pg-index-gallery-content .swiper-button-next::after,
.pg-index-gallery-content .swiper-button-prev::after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pg-index-gallery-content .swiper-button-prev {
  left: 21.6145833333%;
  transform: translate(0, -50%);
}
@media (max-width: 767.98px) {
  .pg-index-gallery-content .swiper-button-prev {
    left: 1.3333333333%;
  }
}
@media (min-width: 1920px) {
  .pg-index-gallery-content .swiper-button-prev {
    left: calc(50% - 545px);
  }
}
.pg-index-gallery-content .swiper-button-prev::after {
  background-image: url("../img/arrow_left_1.png?d=202607170000");
}
@media (max-width: 767.98px) {
  .pg-index-gallery-content .swiper-button-prev::after {
    background-image: url("../img/arrow_left_1_sp.png?d=202607170000");
  }
}
.pg-index-gallery-content .swiper-button-next {
  right: 21.6145833333%;
  transform: translate(0, -50%);
}
@media (max-width: 767.98px) {
  .pg-index-gallery-content .swiper-button-next {
    right: 1.3333333333%;
  }
}
@media (min-width: 1920px) {
  .pg-index-gallery-content .swiper-button-next {
    right: calc(50% - 545px);
  }
}
.pg-index-gallery-content .swiper-button-next::after {
  background-image: url("../img/arrow_right_1.png?d=202607170000");
}
@media (max-width: 767.98px) {
  .pg-index-gallery-content .swiper-button-next::after {
    background-image: url("../img/arrow_right_1_sp.png?d=202607170000");
  }
}

.pg-index-event {
  position: relative;
}
.pg-index-event::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 0.5208333333%;
  background: #d1c186;
}
@media (max-width: 767.98px) {
  .pg-index-event::after {
    padding-bottom: 1.3333333333%;
  }
}
@media (min-width: 1920px) {
  .pg-index-event::after {
    padding-bottom: 10px;
  }
}
.pg-index-event__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-event__inner {
  position: relative;
  padding: 9.3229166667% 0 10.8854166667%;
}
@media (max-width: 767.98px) {
  .pg-index-event__inner {
    padding: 17.2% 0 27.8666666667%;
  }
}
@media (max-width: 767.98px) {
  html:lang(ja) .pg-index-event__inner {
    padding: 17.6% 0 27.8666666667%;
  }
}

.pg-index-event-note1 {
  margin: 1.3888888889em 0 0;
  text-align: center;
}
.pg-index-event-note1--mgt1 {
  margin-top: 2.6666666667em;
}
.pg-index-event-note1--mgt2 {
  margin-top: 2.0555555556em;
}
@media (max-width: 767.98px) {
  .pg-index-event-note1--mgb1-sp {
    margin-bottom: -2.2083333333em;
  }
}
.pg-index-event-note1--space1 {
  letter-spacing: -0.02em;
}
.pg-index-event-note1--left {
  width: fit-content;
  margin: 2.1111111111em auto 0;
  text-align: left;
}
.pg-index-event-note1--ja-space1 {
  letter-spacing: 0.1em;
}
.pg-index-event-note1--ja-mgt1 {
  margin-top: 2.2222222222em;
}

.pg-index-event-title1 {
  margin: 3.3666666667em 0 1.1666666667em;
  font-size: 3rem;
  font-size: clamp(1.5rem, 1.5625cqi, 3rem);
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 2;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pg-index-event-title1 {
    margin: 2.6666666667em 0 1.1666666667em;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 4cqi, 3rem);
  }
}
.pg-index-event-title1--mgt1 {
  margin-top: 3.2em;
}
@media (max-width: 767.98px) {
  .pg-index-event-title1--mgt1 {
    margin-top: 2.5666666667em;
  }
}
.pg-index-event-title1--ja-mgt1 {
  margin-top: 3.2333333333em;
}
@media (max-width: 767.98px) {
  .pg-index-event-title1--ja-mgt1 {
    margin-top: 2.5666666667em;
  }
}
.pg-index-event-title1--ja-mgt2 {
  margin-top: 3.2666666667em;
}
@media (max-width: 767.98px) {
  .pg-index-event-title1--ja-mgt2 {
    margin-top: 2.6em;
  }
}
.pg-index-event-title1--ja-mgt3 {
  margin-top: 3.2666666667em;
}
@media (max-width: 767.98px) {
  .pg-index-event-title1--ja-mgt3 {
    margin-top: 2.6em;
  }
}
.pg-index-event-title1__main {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 0.2666666667em;
}
.pg-index-event-title1__main::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.5333333333em;
  height: 0;
  padding-bottom: 0.5333333333em;
  background: url("../img/en/bg_ttl_1.png?d=202607170000") no-repeat center;
  background-size: contain;
}
html:lang(ja) .pg-index-event-title1__main::before {
  width: 9.2em;
  background-image: url("../img/bg_ttl_1.png?d=202607170000");
}

.pg-index-event-title2 {
  margin: 0.72em 0 0;
  font-size: 5rem;
  font-size: clamp(2.5rem, 2.6041666667cqi, 5rem);
  font-feature-settings: "palt";
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pg-index-event-title2 {
    margin-top: 0.36em;
    padding-inline: 0.5em;
    font-size: 2.5rem;
    font-size: clamp(2.5rem, 6.6666666667cqi, 5rem);
  }
}
.pg-index-event-title2__small {
  font-size: 0.6em;
}
.pg-index-event-title2__space1 {
  letter-spacing: 0.05em;
}
.pg-index-event-title2__space2 {
  letter-spacing: 0.065em;
}
@media (max-width: 767.98px) {
  .pg-index-event-title2__space-sp0 {
    letter-spacing: 0;
  }
}
@media (max-width: 767.98px) {
  .pg-index-event-title2__space-sp1 {
    letter-spacing: -0.03em;
  }
}
@media (max-width: 767.98px) {
  .pg-index-event-title2__space-sp2 {
    letter-spacing: 0.03em;
  }
}
.pg-index-event-title2__mgl1 {
  margin-left: -0.3em;
}
.pg-index-event-title2__mgl2 {
  margin-left: -0.2em;
}
.pg-index-event-title2__mgl3 {
  margin-left: -0.4em;
}
@media (max-width: 767.98px) {
  .pg-index-event-title2__mgl-sp1 {
    margin-left: -0.5em;
  }
}
@media (max-width: 767.98px) {
  .pg-index-event-title2__mgl-sp2 {
    margin-left: -0.35em;
  }
}
@media (max-width: 767.98px) {
  .pg-index-event-title2__mgl-sp3 {
    margin-left: -0.4em;
  }
}
@media (max-width: 767.98px) {
  .pg-index-event-title2__mgl-sp4 {
    margin-left: -0.15em;
  }
}
.pg-index-event-title2__long {
  display: inline-block;
  margin-left: -0.2em;
  transform: scaleX(0.7);
}
@media (max-width: 767.98px) {
  .pg-index-event-title2__long {
    margin-left: -0.4em;
    transform: scaleX(0.6);
  }
}
.pg-index-event-title2__ja-space1 {
  letter-spacing: 0.075em;
}
.pg-index-event-title2__ja-space2 {
  letter-spacing: 0.15em;
}
.pg-index-event-title2__ja-space3 {
  letter-spacing: 0.1em;
}
.pg-index-event-title2__ja-mgl1 {
  margin-left: 0.1em;
}
.pg-index-event-title2__ja-mgl2 {
  margin-left: -0.4em;
}
.pg-index-event-title2__ja-mgl3 {
  margin-left: 0.4em;
}
.pg-index-event-title2__ja-long {
  display: inline-block;
  margin-left: -0.1em;
  letter-spacing: 0.35em;
}
@media (max-width: 767.98px) {
  .pg-index-event-title2__ja-long {
    margin-left: -0.4em;
  }
}

.pg-index-event-title3 {
  margin: 0.7em 0 0;
  font-size: 5rem;
  font-size: clamp(2.5rem, 2.6041666667cqi, 5rem);
  font-feature-settings: "palt";
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pg-index-event-title3 {
    padding-inline: 0.5em;
    font-size: 2.5rem;
    font-size: clamp(2.5rem, 6.6666666667cqi, 5rem);
  }
}
.pg-index-event-title3__small {
  font-size: 0.6em;
}
.pg-index-event-title3__mgl1 {
  margin-left: -0.3em;
}
.pg-index-event-title3__mgl2 {
  margin-left: 0.1em;
}
.pg-index-event-title3__long {
  display: inline-block;
  transform: scaleX(0.5);
}
.pg-index-event-title3__colon {
  display: inline-block;
  margin-inline: 0.1em;
  transform: translateY(-0.125em);
}
.pg-index-event-title3__ja-long {
  display: inline-block;
  margin: 0 0.35em;
}

.pg-index-event-para1 {
  margin: 0.5666666667em 0 0;
  font-size: 3rem;
  font-size: clamp(1.5rem, 1.5625cqi, 3rem);
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pg-index-event-para1 {
    padding-inline: 0.5em;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 4cqi, 3rem);
  }
}
.pg-index-event-para1--mgt1 {
  margin-top: 2.6666666667em;
}
@media (max-width: 767.98px) {
  .pg-index-event-para1--mgt1 {
    margin-top: 2.3333333333em;
  }
}
.pg-index-event-para1__link {
  display: inline-block;
  text-decoration: underline;
  color: inherit;
}

.pg-index-event-buttons {
  margin-top: 4.1666666667%;
}
@media (max-width: 767.98px) {
  .pg-index-event-buttons {
    margin-top: 9.3333333333%;
  }
}

.pg-index-event-giveaway-list {
  width: 37.0833333333%;
  list-style: none;
  margin: 1.6666666667% auto 0;
  padding: 0;
  font-size: 2.5rem;
  font-size: clamp(1.25rem, 1.3020833333cqi, 2.5rem);
  font-feature-settings: "palt";
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pg-index-event-giveaway-list {
    width: 89.3333333333%;
    margin-top: 4.5333333333%;
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 3.3333333333cqi, 2.5rem);
  }
}
.pg-index-event-giveaway-list__item {
  position: relative;
}
.pg-index-event-giveaway-list__item + .pg-index-event-giveaway-list__item {
  margin-top: 7.1629213483%;
}
@media (max-width: 767.98px) {
  .pg-index-event-giveaway-list__item + .pg-index-event-giveaway-list__item {
    margin-top: 7.3333333333%;
  }
}
.pg-index-event-giveaway-list__item-inner {
  position: relative;
  min-height: 17.72em;
  padding: 5.0561797753% 0 4.2134831461%;
}
.pg-index-event-giveaway-list__item-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url("../img/bg_event_1_2.png?d=202607170000") no-repeat center;
  background-size: contain;
  background-position: top center;
}
@media (max-width: 767.98px) {
  .pg-index-event-giveaway-list__item-inner::before {
    background-image: url("../img/bg_event_1_2_sp.png?d=202607170000");
  }
}
.pg-index-event-giveaway-list__item:first-of-type .pg-index-event-giveaway-list__item-inner {
  min-height: 23.12em;
  padding-top: 24.0168539326%;
}
@media (max-width: 767.98px) {
  .pg-index-event-giveaway-list__item:first-of-type .pg-index-event-giveaway-list__item-inner {
    min-height: 23.88em;
    padding-top: 27.7611940299%;
  }
}
.pg-index-event-giveaway-list__item:first-of-type .pg-index-event-giveaway-list__item-inner::before {
  background-image: url("../img/bg_event_1_1.png?d=202607170000");
}
@media (max-width: 767.98px) {
  .pg-index-event-giveaway-list__item:first-of-type .pg-index-event-giveaway-list__item-inner::before {
    background-image: url("../img/bg_event_1_1_sp.png?d=202607170000");
  }
}
.pg-index-event-giveaway-list__sizer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 114.1826923077%;
}
.pg-index-event-giveaway-list__title {
  font-size: inherit;
  letter-spacing: -0.02em;
  margin: 0 0 0.68em;
}
.pg-index-event-giveaway-list__pic {
  width: 67.6966292135%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .pg-index-event-giveaway-list__pic {
    width: 71.9402985075%;
  }
}
.pg-index-event-giveaway-list__para1 {
  position: relative;
  margin: 0.8em 0 0;
  font-size: 0.6666666667em;
}
.pg-index-event-note2 {
  width: 37.0833333333%;
  margin-top: 2.4444444444em;
  padding-left: 2.1666666667em;
  letter-spacing: 0.02em;
}
@media (max-width: 767.98px) {
  .pg-index-event-note2 {
    width: 89.3333333333%;
    padding-left: 1em;
  }
}
html:lang(ja) .pg-index-event-note2 {
  width: fit-content;
  padding-left: 0;
}

.pg-index-artist {
  position: relative;
}
.pg-index-artist__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-artist__inner {
  position: relative;
}
.pg-index-artist-pic {
  width: 33.2291666667%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .pg-index-artist-pic {
    width: 85.0666666667%;
  }
}

.pg-index-artist-para1 {
  margin: 2.6041666667% 0 0;
  padding: 0 0.5em;
  font-family: "Kaisei Decol", serif;
  font-size: 2.5rem;
  font-size: clamp(1.25rem, 1.3020833333cqi, 2.5rem);
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
  line-height: 1.6;
  text-align: center;
  color: #010023;
}
@media (max-width: 767.98px) {
  .pg-index-artist-para1 {
    margin-top: 6.9333333333%;
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 3.3333333333cqi, 2.5rem);
    line-height: 1.4;
  }
}
html:lang(ja) .pg-index-artist-para1 {
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-size: clamp(1.5rem, 1.5625cqi, 3rem);
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media (max-width: 767.98px) {
  html:lang(ja) .pg-index-artist-para1 {
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 4cqi, 3rem);
    letter-spacing: 0;
  }
}

html:lang(ja) .pg-index-artist-buttons {
  margin-top: 2.1875%;
}
@media (max-width: 767.98px) {
  html:lang(ja) .pg-index-artist-buttons {
    margin-top: 6%;
  }
}

.pg-index-project {
  position: relative;
}
.pg-index-project__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-project__inner {
  position: relative;
  padding: 8.4895833333% 0 10.9375%;
}
@media (max-width: 767.98px) {
  .pg-index-project__inner {
    padding: 19.8666666667% 0 28%;
  }
}
.pg-index-project-pic {
  width: 12.9166666667%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .pg-index-project-pic {
    width: 33.0666666667%;
  }
}

.pg-index-project-title1 {
  margin-top: 2.2916666667%;
  font-family: "Kaisei Decol", serif;
  font-size: 3.5rem;
  font-size: clamp(1.75rem, 1.8229166667cqi, 3.5rem);
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.2857142857;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .pg-index-project-title1 {
    margin-top: 5.8666666667%;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 4cqi, 3rem);
  }
}
html:lang(ja) .pg-index-project-title1 {
  margin-top: 2.5%;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-size: clamp(1.5rem, 1.5625cqi, 3rem);
}
@media (max-width: 767.98px) {
  html:lang(ja) .pg-index-project-title1 {
    margin-top: 6.4%;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 4cqi, 3rem);
  }
}
.pg-index-project-title1__large {
  font-size: 1.2857142857em;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .pg-index-project-title1__large {
    font-size: 1.2333333333em;
  }
}
html:lang(ja) .pg-index-project-title1__large {
  font-size: 1.1666666667em;
}

.pg-index-project-para1 {
  margin: 1.6666666667% 0 0;
  padding: 0 0.5em;
  font-family: "Kaisei Decol", serif;
  font-size: 2.5rem;
  font-size: clamp(1.25rem, 1.3020833333cqi, 2.5rem);
  font-feature-settings: "palt";
  line-height: 1.6;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .pg-index-project-para1 {
    margin-top: 4.4%;
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 3.3333333333cqi, 2.5rem);
  }
}
html:lang(ja) .pg-index-project-para1 {
  margin-top: 1.56em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.pg-index-project-para1 + .pg-index-project-para1 {
  margin-top: 1.6em;
}
.pg-index-project-para1__ja-mgl1 {
  margin-left: 0.2em;
}

.pg-index-project-sign {
  width: 37.03125%;
  margin: 2.8125% auto 0;
}
@media (max-width: 767.98px) {
  .pg-index-project-sign {
    width: 89.6%;
    margin-top: 6.9333333333%;
  }
}
html:lang(ja) .pg-index-project-sign {
  width: 30.46875%;
}
@media (max-width: 767.98px) {
  html:lang(ja) .pg-index-project-sign {
    width: 78%;
    margin-top: 7.0666666667%;
  }
}

.pg-index-project-buttons {
  margin-top: 3.125%;
}
@media (max-width: 767.98px) {
  .pg-index-project-buttons {
    margin-top: 7.8666666667%;
  }
}

.pg-index-sns {
  position: relative;
}
.pg-index-sns__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-sns__inner {
  position: relative;
  padding: 10.4166666667% 0 7.8645833333%;
}
@media (max-width: 767.98px) {
  .pg-index-sns__inner {
    padding: 20.1333333333% 0 11.7333333333%;
  }
}
@media (min-width: 1920px) {
  .pg-index-sns__inner {
    padding: 20rem 0 15.1rem;
  }
}

.pg-index-sns-title1 {
  margin: 0 auto 4.1145833333%;
  width: 59.6354166667%;
}
@media (max-width: 767.98px) {
  .pg-index-sns-title1 {
    margin: 0 auto 6.5333333333%;
    width: 62.1333333333%;
  }
}
.pg-index-sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  gap: 3rem;
  gap: 1.5625cqi;
}
@media (max-width: 767.98px) {
  .pg-index-sns-list {
    gap: 1.7rem;
    gap: 4.5333333333cqi;
  }
}
.pg-index-sns-list__item {
  flex: 0 0 55rem;
  min-width: 25rem;
  container-type: inline-size;
}
@media (max-width: -0.02px) {
  .pg-index-sns-list__item {
    flex-basis: calc(infinity * 1%);
  }
}
@media (max-width: 767.98px) {
  .pg-index-sns-list__item {
    flex-basis: 0%;
    width: 0%;
    max-width: 55rem;
  }
}
.pg-index-sns-list__card {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
.pg-index-sns-list__card--tokyo {
  max-height: 78rem;
}
@media (max-width: -0.02px) {
  .pg-index-sns-list__card--tokyo {
    max-height: 163.6363636364cqi;
  }
}
@media (max-width: 767.98px) {
  .pg-index-sns-list__card--tokyo {
    max-height: 86rem;
  }
}
.pg-index-sns-list__card--tokyo::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30%;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}
.pg-index-sns-list__card > div {
  position: relative;
  margin: 0 auto !important;
}

.pg-index-sns-list1 {
  position: relative;
  max-width: 113rem;
  width: calc(infinity * 1%);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .pg-index-sns-list1 {
    width: 73.3333333333%;
  }
}

.pg-index-sns-chara1 {
  position: relative;
  display: block;
  width: 100%;
  margin: 7.8125% auto 0;
  padding-bottom: 15.5208333333%;
}
@media (max-width: 767.98px) {
  .pg-index-sns-chara1 {
    margin-top: 13.3333333333%;
    padding-bottom: 37.6%;
  }
}
.pg-index-sns-chara1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40.6%;
  width: 19.8958333333%;
  height: 100%;
  background: url("../img/bg_sns_chara_1.png?d=202607170000") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .pg-index-sns-chara1::before {
    left: 25.8666666667%;
    width: 48.2666666667%;
    background-image: url("../img/bg_sns_chara_1_sp.png?d=202607170000");
  }
}

.pg-index-links {
  position: relative;
}
.pg-index-links::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_links_1.jpg?d=202607170000") no-repeat center;
  background-size: contain;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .pg-index-links::before {
    background-image: url("../img/bg_links_1_sp.jpg?d=202607170000");
  }
}
.pg-index-links__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-links__inner {
  position: relative;
  padding: 10.3645833333% 0 10.4166666667%;
}
@media (max-width: 767.98px) {
  .pg-index-links__inner {
    padding: 20.1333333333% 0 26.6666666667%;
  }
}
@media (max-width: 767.98px) {
  html:lang(ja) .pg-index-links__inner {
    padding-top: 26.6666666667%;
  }
}

.pg-index-links-title1 {
  margin: 0 auto 4.9479166667%;
  width: 12.03125%;
}
@media (max-width: 767.98px) {
  .pg-index-links-title1 {
    margin-bottom: 12.6666666667%;
    width: 30.8%;
  }
}
.pg-index-links-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  container-type: inline-size;
  font-size: 2.5rem;
  font-size: clamp(1.25rem, 1.3020833333cqi, 2.5rem);
  font-weight: 800;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pg-index-links-list {
    gap: 2.8em 0;
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 3.3333333333cqi, 2.5rem);
  }
}
@media (max-width: 767.98px) {
  html:lang(ja) .pg-index-links-list {
    line-height: 1.6;
  }
}
.pg-index-links-list__item {
  flex: 0 0 18.4895833333%;
}
@media (max-width: 767.98px) {
  .pg-index-links-list__item {
    flex: 0 0 45.3333333333%;
  }
}
.pg-index-links-list-card {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 1.52em;
}
@media (max-width: 767.98px) {
  .pg-index-links-list-card {
    gap: 1.4em;
  }
}
.pg-index-links-list-card-content {
  margin: 0;
  padding: 0 0.5em;
  text-align: center;
}
.pg-index-links-list-card__title {
  display: block;
  margin: 0.0666666667em 0 0;
  font-size: 1.2em;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .pg-index-links-list-card__title {
    margin-top: 0;
  }
}
.pg-index-links-list-card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.pg-index-links-list-card__title-text {
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
.pg-index-links-list-card-pic {
  position: relative;
  width: 73.2394366197%;
  margin: 0 auto;
  container-type: inline-size;
}
@media (max-width: 767.98px) {
  .pg-index-links-list-card-pic {
    width: 76.4705882353%;
  }
}
.pg-index-links-list-card-pic::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.12em;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.pg-index-links-list-card:hover .pg-index-links-list-card-pic::before {
  opacity: 1;
}

.pg-index-links-buttons {
  margin-top: 5%;
}
@media (max-width: 767.98px) {
  .pg-index-links-buttons {
    margin-top: 12.5333333333%;
  }
}

/*
 * object/utility/_u-mg.scss
 */
.u-mg-auto {
  margin: 0 auto;
}

.u-mgi-auto {
  margin-inline: auto;
}

.u-mg-none {
  margin: 0;
}

.u-mgt-none {
  margin-top: 0;
}

.u-mgb-none {
  margin-bottom: 0;
}

.u-mgl-none {
  margin-left: 0;
}

.u-mgr-none {
  margin-right: 0;
}

.u-mgt-em1 {
  margin-top: 1em;
}

.u-mgb-em1 {
  margin-bottom: 1em;
}

.u-mgl-em1 {
  margin-left: 1em;
}

.u-mgr-em1 {
  margin-right: 1em;
}

.u-mgl-em03 {
  margin-left: 0.3em;
}

/*
 * object/utility/_u-pd.scss
 */
.u-pd-none {
  padding: 0;
}

.u-pdt-none {
  padding-top: 0;
}

.u-pdb-none {
  padding-bottom: 0;
}

.u-pdl-none {
  padding-left: 0;
}

.u-pdr-none {
  padding-right: 0;
}

.u-pdt-none {
  padding-top: 0;
}

.u-pdt-em1 {
  padding-top: 1em;
}

.u-pdb-em1 {
  margin-bottom: 1em;
}

.u-pdl-em1 {
  padding-left: 1em;
}

.u-pdr-em1 {
  padding-right: 1em;
}

/*
 * object/utility/_u-typo.scss
 */
.u-weight-thin {
  font-weight: 100;
}

.u-weight-exlight {
  font-weight: 200;
}

.u-weight-light {
  font-weight: 300;
}

.u-weight-normal {
  font-weight: 400;
}

.u-weight-medium {
  font-weight: 500;
}

.u-weight-semibold {
  font-weight: 600;
}

.u-weight-bold {
  font-weight: bold;
}

.u-weight-black {
  font-weight: 900;
}

.u-align-left {
  text-align: left;
}

.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: right;
}

.u-deco-under {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .u-phrase-sp {
    display: inline-block;
  }
}

@media (max-width: 749.98px) {
  .u-phrase-dssp {
    display: inline-block;
  }
}

@media (min-width: 750px) {
  .u-phrase-dssp-min {
    display: inline-block;
  }
}

@media (min-width: 560px) and (max-width: 767.98px) {
  .u-phrase-tab-s {
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width: 1305.98px) {
  .u-phrase-tab {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .u-phrase-pc {
    display: inline-block;
  }
}

/*
 * object/utility/_u-hover.scss
 */
@media (min-width: 375px) {
  .u-max-iphone {
    display: none;
  }
}

@media (max-width: 374.98px) {
  .u-min-iphone {
    display: none;
  }
}

@media (min-width: 560px) {
  .u-max-sp {
    display: none;
  }
}

@media (max-width: 559.98px) {
  .u-min-sp {
    display: none;
  }
}

@media (min-width: 750px) {
  .u-max-dssp {
    display: none;
  }
}

@media (max-width: 749.98px) {
  .u-min-dssp {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-max-br {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .u-min-br {
    display: none;
  }
}

@media (min-width: 0px) {
  .u-max-m {
    display: none;
  }
}

@media (max-width: -0.02px) {
  .u-min-m {
    display: none;
  }
}

@media (min-width: 0px) {
  .u-max-l {
    display: none;
  }
}

@media (max-width: -0.02px) {
  .u-min-l {
    display: none;
  }
}

@media (min-width: 1306px) {
  .u-max-xl {
    display: none;
  }
}

@media (max-width: 1305.98px) {
  .u-min-xl {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-max-head {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .u-min-head {
    display: none;
  }
}

@media (min-width: 560px) and (max-width: 767.98px) {
  .u-tab-s-none {
    display: none;
  }
}

.u-tab-s-block {
  display: none;
}
@media (min-width: 560px) and (max-width: 767.98px) {
  .u-tab-s-block {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1305.98px) {
  .u-tab-none {
    display: none;
  }
}

.u-tab-block {
  display: none;
}
@media (min-width: 768px) and (max-width: 1305.98px) {
  .u-tab-block {
    display: block;
  }
}

.u-display-none {
  display: none;
}

.u-display-i {
  display: inline;
}

.u-display-b {
  display: block;
}

.u-display-ib {
  display: inline-block;
}

.u-display-flex {
  display: flex;
}

.u-display-if {
  display: inline-flex;
}

/*
 * object/utility/_u-clearfix.scss
 */
.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}/*# sourceMappingURL=style.css.map */