@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: "Noto Sans JP", sans-serif;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  background: #98d0df;
  color: #fff;
}
html[lang=en] body {
  font-family: "EB Garamond", sans-serif;
}

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;
}
@media (max-width: 767.98px) {
  .l-wrap--pdt1 {
    padding-top: 59px;
  }
}
@media (min-width: 768px) {
  .l-wrap--pdt1 {
    padding-top: 85px;
  }
}
/*
* layout/l-header.css
*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}
.l-header__inner {
  position: relative;
}

.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__hamburger {
  display: inline-block;
  position: fixed;
  top: 0;
  right: 2.7604166667%;
  width: 2.7083333333%;
  height: 0;
  margin-top: 1.1979166667%;
  padding: 0 0 2.7083333333%;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 20;
  background: url("../img/btn_header_hamburger.svg?d=2025122601061246") no-repeat center;
  background-size: contain;
  background-size: 96.1538461538%;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition: opacity 0.2s linear;
}
@media (max-width: 767.98px) {
  .l-header__hamburger {
    right: 3.4666666667%;
    width: 10.6666666667%;
    margin-top: 1.6%;
    padding-bottom: 10.6666666667%;
    background-image: url("../img/btn_header_hamburger_sp.svg?d=2025122601061246");
    background-size: 68.75%;
  }
}
@media (any-hover: hover) {
  .l-header__hamburger:hover {
    opacity: 0.6;
  }
}
body.is-gnav-open .l-header__hamburger {
  top: 4rem;
  right: 5.7rem;
  width: 4rem;
  height: 4rem;
  margin-top: 0;
  padding: 0;
  background-image: url("../img/btn_header_hamburger_close.svg?d=2025122601061246");
  background-size: 98.0769230769%;
}
@media (max-width: 767.98px) {
  body.is-gnav-open .l-header__hamburger {
    top: 1rem;
    right: 1.75rem;
    background-image: url("../img/btn_header_hamburger_close_sp.svg?d=2025122601061246");
    background-size: contain;
  }
}
.l-header__hamburger-txt {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

.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: 45rem;
  max-height: 84rem;
  overflow-y: auto;
  outline: none;
  pointer-events: none;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .l-header__menu {
    max-width: 37.5rem;
    max-height: 54rem;
  }
}
@media (max-width: 559.98px) {
  .l-header__menu {
    max-width: none;
  }
}
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: 59px;
  }
}
@media (min-width: 768px) {
  .l-header__menu-title {
    display: none;
  }
}

.l-header__nav {
  position: relative;
  z-index: 1;
  display: block;
  margin-inline: auto;
  padding: 10rem 10rem 10rem;
}
@media (max-width: 767.98px) {
  .l-header__nav {
    padding: 7.5rem 7.5rem 7.5rem;
  }
}
@media (max-width: 559.98px) {
  .l-header__nav {
    padding-inline: 20%;
  }
}

.l-header__nav-list1 {
  display: flex;
  list-style: none;
  padding: 0;
  flex-direction: column;
  gap: 5rem;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .l-header__nav-list1 {
    gap: 2.75rem;
  }
}

.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.3rem;
  background: rgba(141, 163, 186, 0.5);
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.l-header__nav-list1-link-img {
  width: auto;
  height: 2.3rem;
  vertical-align: bottom;
}
@media (max-width: 767.98px) {
  .l-header__nav-list1-link-img {
    height: 1.75rem;
  }
}
.l-header__nav-list1-link-img--size1 {
  height: 2.2rem;
}
@media (max-width: 767.98px) {
  .l-header__nav-list1-link-img--size1 {
    height: 1.65rem;
  }
}

@media (any-hover: hover) {
  .l-header__nav-list1-link:any-link:hover::before,
  button.l-header__nav-list1-link:hover::before {
    opacity: 1;
  }
}

.l-header__nav-list2 {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 4rem;
  margin: 8.1rem auto 0;
}
@media (max-width: 767.98px) {
  .l-header__nav-list2 {
    gap: 3.2rem;
    margin-top: 3.8rem;
  }
}

.l-header__nav-list2-item {
  position: relative;
  display: inline-flex;
}
.l-header__nav-list2-item + .l-header__nav-list2-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.15rem;
  left: -2.9rem;
  width: 1.6rem;
  height: 2.9rem;
  background: url("../img/menu_2_separator.svg?d=2025122601061246") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .l-header__nav-list2-item + .l-header__nav-list2-item::before {
    left: -2.4rem;
    height: 2.3rem;
  }
}

.l-header__nav-list2-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-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: rgba(141, 163, 186, 0.5);
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.l-header__nav-list2-link-img {
  width: auto;
  height: 2.6rem;
  vertical-align: bottom;
}
@media (max-width: 767.98px) {
  .l-header__nav-list2-link-img {
    height: 2rem;
  }
}
html[lang=en] .l-header__nav-list2-link--ja {
  opacity: 0.5;
}
html[lang=ja] .l-header__nav-list2-link--en {
  opacity: 0.5;
}

@media (any-hover: hover) {
  .l-header__nav-list2-link:any-link:hover,
  button.l-header__nav-list2-link:hover {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .l-header__nav-list2-link:any-link:hover::before,
  button.l-header__nav-list2-link:hover::before {
    opacity: 1;
  }
}

.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: #fcc0c5;
  box-shadow: inset 0 0 0 2px #fcc0c5;
  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: #fcc0c5;
  }
}

.l-header-loop {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .l-header-loop {
    display: none;
  }
}

/*
* layout/l-footer.css
*/
.l-footer {
  position: relative;
  text-align: center;
  background: #fcc0c5;
}
.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;
}

.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=2025122601061246") 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;
}

.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;
}

.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: "Noto Sans JP", sans-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: 630px;
  }
}

.c-maxim-xs {
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .c-maxim-xs {
    max-width: 630px;
  }
}

.c-maxim-s {
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .c-maxim-s {
    max-width: 676px;
  }
}

.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: 1206px;
  }
}

.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: 1440px;
  }
}

.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% - 160px);
  }
}

.c-width-xs {
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .c-width-xs {
    width: calc(100% - 120px);
  }
}

.c-width-s {
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .c-width-s {
    width: calc(100% - 74px);
  }
}

.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: 62.8125%;
  }
}

.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: 62.8125%;
  }
}

.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: 75%;
  }
}

/*
 * 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: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: #fcc0c5;
  text-decoration: underline;
}

/*
 * object/component/_c-button.scss
 */
.c-button1 {
  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;
  width: 16.1458333333%;
}
@media (max-width: 767.98px) {
  .c-button1 {
    width: 51.7333333333%;
  }
}
.c-button1__img {
  width: 100%;
}

.c-button1:any-link,
button.c-button1 {
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .c-button1:any-link:hover,
  button.c-button1:hover {
    opacity: 0.6;
  }
}

.c-buttons1 {
  display: flex;
  justify-content: center;
  margin: 4.53125% auto 0;
}
@media (max-width: 767.98px) {
  .c-buttons1 {
    margin-top: 11.6%;
  }
}

/*
 * 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=2025122601061246") no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: 0.2s linear;
  transition: opacity 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;
  }
}
@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=2025122601061246") no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: 0.2s linear;
  transition: opacity 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;
  }
}
@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-hero {
  position: relative;
  background: #fcc0c5;
}
.pg-index-hero__sizer {
  position: relative;
}
.pg-index-hero__inner {
  position: relative;
  height: 0;
  margin: 0 auto;
  padding-bottom: 56.25%;
}
@media (max-width: 767.98px) {
  .pg-index-hero__inner {
    padding-bottom: 173.3333333333%;
  }
}
.pg-index-hero-kv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pg-index-hero-nav {
  position: absolute;
  top: 0;
  left: 2.8125%;
  width: 8.59375%;
  margin-top: 0.8854166667%;
  border-radius: 100vh;
  background: #fff;
  container-type: inline-size;
}
@media (max-width: 767.98px) {
  .pg-index-hero-nav {
    left: 5.0666666667%;
    width: 22%;
    margin-top: 2.6666666667%;
  }
}

.pg-index-hero-nav-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 10.303030303% 13.9393939394%;
  gap: 3.8rem;
  gap: 23.0303030303cqi;
}
.pg-index-hero-nav-list__item {
  position: relative;
  display: inline-flex;
  width: 33.6134453782%;
}
.pg-index-hero-nav-list__item--en {
  width: 32.7731092437%;
}
.pg-index-hero-nav-list__item + .pg-index-hero-nav-list__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1.5rem;
  bottom: -0.9090909091cqi;
  left: -2.7rem;
  left: -16.3636363636cqi;
  width: 1.5rem;
  width: 9.0909090909cqi;
  height: 2.8rem;
  height: 16.9696969697cqi;
  background: url("../img/menu_2_separator.svg?d=2025122601061246") no-repeat center;
  background-size: contain;
}
.pg-index-hero-nav-list__link {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  color: inherit;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.pg-index-hero-nav-list__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -24.2620299232%;
  left: 0;
  width: 100%;
  height: 8.0873433077%;
  background: rgba(27, 72, 118, 0.5);
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
html[lang=en] .pg-index-hero-nav-list__link--ja {
  opacity: 0.5;
}
html[lang=ja] .pg-index-hero-nav-list__link--en {
  opacity: 0.5;
}

.pg-index-hero-nav-list__img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (any-hover: hover) {
  .pg-index-hero-nav-list__link:any-link:hover,
  button.pg-index-hero-nav-list__link:hover {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .pg-index-hero-nav-list__link:any-link:hover::before,
  button.pg-index-hero-nav-list__link:hover::before {
    opacity: 1;
  }
}

.pg-index-banner {
  position: relative;
}
.pg-index-banner__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-banner__inner {
  position: relative;
  padding: 5.2083333333% 0 0;
}
@media (max-width: 767.98px) {
  .pg-index-banner__inner {
    padding-top: 13.3333333333%;
  }
}
.pg-index-banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.125cqi;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pg-index-banner-list {
    gap: 2.75rem;
    gap: 7.3333333333cqi;
  }
}
.pg-index-banner-list__item {
  flex: 0 0 32.4479166667%;
}
@media (max-width: 767.98px) {
  .pg-index-banner-list__item {
    flex: 1 1 auto;
  }
}
.pg-index-banner-list__link {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0;
}
@media (max-width: 767.98px) {
  .pg-index-banner-list__link {
    width: 84%;
    margin: 0 auto;
  }
}
.pg-index-banner-list__link:any-link {
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .pg-index-banner-list__link:any-link:hover {
    opacity: 0.6;
  }
}

.pg-index-message {
  position: relative;
}
.pg-index-message__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-message__inner {
  position: relative;
  padding: 10.4166666667% 0 10.3645833333%;
}
@media (max-width: 767.98px) {
  .pg-index-message__inner {
    padding: 20.1333333333% 0 20%;
  }
}
.pg-index-message-title1 {
  margin: 0 auto 6.875%;
  width: 37.4479166667%;
}
@media (max-width: 767.98px) {
  .pg-index-message-title1 {
    margin: 0 auto 7.7333333333%;
    width: 76.6666666667%;
  }
}
.pg-index-message-content {
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 767.98px) {
  .pg-index-message-content {
    padding: 0 2rem;
  }
}

.pg-index-message-para1 {
  margin: 0;
  font-size: 3rem;
  font-size: clamp(1.5rem, 1.5625cqi, 3rem);
  font-feature-settings: "palt";
  letter-spacing: 0.18em;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pg-index-message-para1 {
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 4cqi, 3rem);
  }
}
.pg-index-message-para1--midium {
  font-size: 3.2rem;
  margin-top: 0.96875em;
}
@media (max-width: 767.98px) {
  .pg-index-message-para1--midium {
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 4cqi, 3rem);
    margin-top: 1.2333333333em;
  }
}
.pg-index-message-para1 + .pg-index-message-para1 {
  margin-top: 2em;
}
html:lang(en) .pg-index-message-para1 {
  letter-spacing: 0;
}

.pg-index-message-para2 {
  width: 14.225em;
  margin: 2.125em auto 0;
  font-size: 4rem;
  font-size: clamp(2rem, 2.0833333333cqi, 4rem);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pg-index-message-para2 {
    width: 12.625em;
    margin-top: 2.125em;
    font-size: 4rem;
    font-size: clamp(2rem, 5.3333333333cqi, 4rem);
  }
}
.pg-index-message-para2 + .pg-index-message-para2 {
  margin-top: 2em;
}
html:lang(en) .pg-index-message-para2 {
  width: auto;
  letter-spacing: 0;
}

.pg-index-message-chara1 {
  position: relative;
  display: block;
  width: 100%;
  margin: 7.0833333333% auto 0;
  padding-bottom: 15.6770833333%;
}
@media (max-width: 767.98px) {
  .pg-index-message-chara1 {
    margin-top: 11.3333333333%;
    padding-bottom: 38%;
  }
}
.pg-index-message-chara1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45.4166666667%;
  width: 20.3125%;
  height: 100%;
  background: url("../img/bg_message_chara_1.png?d=2025122601061246") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .pg-index-message-chara1::before {
    left: 30.9333333333%;
    width: 49.2%;
    background-image: url("../img/bg_message_chara_1_sp.png?d=2025122601061246");
  }
}

.pg-index-bg1 {
  position: relative;
  background: #fcc0c5;
}
.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-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: 62.8125%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .pg-index-movie-content {
    width: 90.1333333333%;
  }
}
.pg-index-movie-content__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65.1741293532%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .pg-index-movie-content__inner {
    padding-bottom: 60.9467455621%;
  }
}
.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=2025122601061246") 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=2025122601061246");
  }
}

.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: 79.6019900498%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .pg-index-movie-play {
    width: 80.9171597633%;
  }
}
.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=2025122601061246") 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=2025122601061246") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .pg-index-movie-chara1::before {
    left: 34.8%;
    width: 26%;
  }
}

.pg-index-gallery {
  position: relative;
}
.pg-index-gallery__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-gallery__inner {
  position: relative;
  padding: 7.7604166667% 0 10.4166666667%;
}
@media (max-width: 767.98px) {
  .pg-index-gallery__inner {
    padding: 13.3333333333% 0 20%;
  }
}
.pg-index-gallery-title1 {
  margin: 0 auto 4.1145833333%;
  width: 35.8333333333%;
}
@media (max-width: 767.98px) {
  .pg-index-gallery-title1 {
    margin: 0 auto 7.3333333333%;
    width: 73.4666666667%;
  }
}
.pg-index-gallery-content {
  position: relative;
  width: 62.8125%;
  margin: 7.7083333333% auto 0;
}
@media (max-width: 767.98px) {
  .pg-index-gallery-content {
    width: 90.1333333333%;
    margin-top: 13.0666666667%;
  }
}
.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: 101.4792899408%;
  }
}
.pg-index-gallery-content__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 0 76.2023217247%;
  width: 79.6019900498%;
  overflow: visible;
}
@media (max-width: 767.98px) {
  .pg-index-gallery-content__inner {
    width: 79.5857988166%;
    padding-bottom: 77.5147928994%;
  }
}

.pg-index-gallery-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.pg-index-gallery-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  overflow: visible !important;
}
.pg-index-gallery-list__wrap {
  position: relative;
  width: 100%;
}
.pg-index-gallery-list--bd1 .pg-index-gallery-list__wrap::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-gallery-list--bd1 .pg-index-gallery-list__wrap::after {
    box-shadow: 0 0 0 1.5px #fff;
    box-shadow: 0 0 0 0.4cqi #fff;
  }
}
.pg-index-gallery-list__img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.pg-index-gallery-content .swiper-button-next,
.pg-index-gallery-content .swiper-button-prev {
  width: 9.2868988391%;
  height: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .pg-index-gallery-content .swiper-button-next,
  .pg-index-gallery-content .swiper-button-prev {
    width: 12.7218934911%;
  }
}
.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: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .pg-index-gallery-content .swiper-button-prev {
    transform: translateX(-35%);
  }
}
.pg-index-gallery-content .swiper-button-prev::after {
  background-image: url("../img/arrow_left_1.png?d=2025122601061246");
}
@media (max-width: 767.98px) {
  .pg-index-gallery-content .swiper-button-prev::after {
    background-image: url("../img/arrow_left_1_sp.png?d=2025122601061246");
  }
}
.pg-index-gallery-content .swiper-button-next {
  right: 0;
  transform: translate(50%, -50%);
}
@media (max-width: 767.98px) {
  .pg-index-gallery-content .swiper-button-next {
    transform: translateX(35%);
  }
}
.pg-index-gallery-content .swiper-button-next::after {
  background-image: url("../img/arrow_right_1.png?d=2025122601061246");
}
@media (max-width: 767.98px) {
  .pg-index-gallery-content .swiper-button-next::after {
    background-image: url("../img/arrow_right_1_sp.png?d=2025122601061246");
  }
}

.pg-index-gallery-thum {
  margin-top: 2.5%;
}
@media (max-width: 767.98px) {
  .pg-index-gallery-thum {
    margin-top: 3.8666666667%;
  }
}
.pg-index-gallery-thum__inner {
  justify-content: center;
}
.pg-index-gallery-thum__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.2291666667%;
  cursor: pointer;
  border-radius: 0 !important;
  overflow: visible !important;
}
@media (max-width: 767.98px) {
  .pg-index-gallery-thum__item {
    width: 12%;
  }
}
.pg-index-gallery-thum__item + .pg-index-gallery-thum__item {
  margin-left: 0.3125%;
}
@media (max-width: 767.98px) {
  .pg-index-gallery-thum__item + .pg-index-gallery-thum__item {
    margin-left: 0.2666666667%;
  }
}
.pg-index-gallery-thum__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2658227848%;
  opacity: 0.6;
  transition: opacity 0.2s linear;
}
@media (max-width: 767.98px) {
  .pg-index-gallery-thum__wrap {
    padding: 2.2222222222%;
  }
}
.pg-index-gallery-thum__inner--bd1 .pg-index-gallery-thum__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1px;
  box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 0.1041666667cqi #fff;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .pg-index-gallery-thum__inner--bd1 .pg-index-gallery-thum__wrap::before {
    box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 0.2666666667cqi #fff;
  }
}
@media print, (min-width: 768px) {
  .pg-index-gallery-thum__inner--bd1-pc .pg-index-gallery-thum__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1px;
    box-shadow: inset 0 0 0 2px #fff;
    pointer-events: none;
  }
}
.pg-index-gallery-thum__item.swiper-slide-thumb-active .pg-index-gallery-thum__wrap {
  opacity: 1;
}
@media (any-hover: hover) {
  .pg-index-gallery-thum__wrap:hover {
    opacity: 1;
  }
}
.pg-index-gallery-thum__img {
  width: 100%;
  height: auto;
}

.pg-index-gallery-content1 {
  margin-top: 0;
}
.pg-index-gallery-content1::before {
  background: url("../img/bg_gallery_1.png?d=2025122601061246") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .pg-index-gallery-content1::before {
    background-image: url("../img/bg_gallery_1_sp.png?d=2025122601061246");
  }
}
.pg-index-gallery-content2::before {
  background: url("../img/bg_gallery_2.png?d=2025122601061246") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .pg-index-gallery-content2::before {
    background-image: url("../img/bg_gallery_2_sp.png?d=2025122601061246");
  }
}
.pg-index-gallery-chara1 {
  position: relative;
  display: block;
  width: 100%;
  margin: 7.6041666667% auto 0;
  padding-bottom: 13.1770833333%;
}
@media (max-width: 767.98px) {
  .pg-index-gallery-chara1 {
    margin-top: 13.0666666667%;
    padding-bottom: 32%;
  }
}
.pg-index-gallery-chara1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 29.1145833333%;
  width: 43.2291666667%;
  height: 100%;
  background: url("../img/bg_gallery_chara_1.png?d=2025122601061246") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .pg-index-gallery-chara1::before {
    left: auto;
    right: 0.1333333333%;
    width: 96.6666666667%;
    background-image: url("../img/bg_gallery_chara_1_sp.png?d=2025122601061246");
  }
}

.pg-index-event {
  position: relative;
}
.pg-index-event__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-event__inner {
  position: relative;
  padding: 10.4166666667% 0;
}
@media (max-width: 767.98px) {
  .pg-index-event__inner {
    padding: 20% 0;
  }
}
.pg-index-event-title1 {
  margin: 0 auto 5.2083333333%;
  width: 24.9479166667%;
}
@media (max-width: 767.98px) {
  .pg-index-event-title1 {
    margin: 0 auto 3.3333333333%;
    width: 51.0666666667%;
  }
}
.pg-index-event-desc1 {
  margin-top: 3.6458333333%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pg-index-event-desc1 {
    margin-top: 9.3333333333%;
  }
}
html:lang(en) .pg-index-event-desc1 {
  margin-top: 4.1666666667%;
}
@media (max-width: 767.98px) {
  html:lang(en) .pg-index-event-desc1 {
    margin-top: 9.3333333333%;
  }
}

.pg-index-event-title2 {
  margin: 0 0 1.1333333333em;
  font-size: 3rem;
  font-size: clamp(1.5rem, 1.5625cqi, 3rem);
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.18em;
  line-height: 2.4;
}
@media (max-width: 767.98px) {
  .pg-index-event-title2 {
    margin-bottom: 1.3333333333em;
    padding-inline: 0.5em;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 4cqi, 3rem);
    line-height: 2.2;
  }
}
html:lang(en) .pg-index-event-title2 {
  margin-bottom: 1.4473684211em;
  font-size: 1.9rem;
  font-size: clamp(1.9rem, 1.9791666667cqi, 3.8rem);
  line-height: 1.4;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  html:lang(en) .pg-index-event-title2 {
    margin-bottom: 1.3684210526em;
    font-size: 1.9rem;
    font-size: clamp(1.9rem, 5.0666666667cqi, 3.8rem);
    padding-inline: 0.8em;
  }
}
.pg-index-event-title2__main {
  display: block;
  width: 19.9333333333em;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .pg-index-event-title2__main {
    width: 16em;
  }
}
.pg-index-event-title2__img {
  max-width: 100%;
  vertical-align: middle;
}
.pg-index-event-title2__sub {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
}
html:lang(en) .pg-index-event-title2__sub {
  font-size: 0.5789473684em;
  margin-top: 0.5454545455em;
}

.pg-index-event-para1 {
  margin: 0;
  font-size: 2.5rem;
  font-size: clamp(1.25rem, 1.3020833333cqi, 2.5rem);
  font-feature-settings: "palt";
  letter-spacing: 0.18em;
  line-height: 2.4;
}
@media (max-width: 767.98px) {
  .pg-index-event-para1 {
    padding-inline: 0.5em;
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 3.3333333333cqi, 2.5rem);
    line-height: 2.2;
  }
}
.pg-index-event-para1--mgt1 {
  margin-top: 1.64em;
}
@media (max-width: 767.98px) {
  .pg-index-event-para1--mgt1 {
    margin-top: 1.68em;
  }
}
html:lang(en) .pg-index-event-para1 {
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  html:lang(en) .pg-index-event-para1 {
    padding-inline: 0.8em;
  }
}

.pg-index-event-para2 {
  margin: 1.1714285714em 0 0;
  font-size: 3.5rem;
  font-size: clamp(1.75rem, 1.8229166667cqi, 3.5rem);
  font-feature-settings: "palt";
  letter-spacing: 0.18em;
  line-height: 2.1428571429;
}
@media (max-width: 767.98px) {
  .pg-index-event-para2 {
    padding-inline: 0.4em;
    margin-top: 1.2em;
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 4.6666666667cqi, 3.5rem);
    letter-spacing: 0.12em;
    line-height: 1.8571428571;
  }
}
html:lang(en) .pg-index-event-para2 {
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  html:lang(en) .pg-index-event-para2 {
    padding-inline: 0.8em;
  }
}

.pg-index-event-pics1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.125cqi;
  list-style: none;
  width: 50%;
  margin: 2.6041666667% auto 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .pg-index-event-pics1 {
    gap: 4cqi;
    width: 90.1333333333%;
    margin-top: 10%;
  }
}
.pg-index-event-pics1__item {
  position: relative;
  flex: 0 0 46.875%;
}
@media (max-width: 767.98px) {
  .pg-index-event-pics1__item {
    flex-basis: 47.3372781065%;
  }
}
.pg-index-event-pics1__item:first-of-type {
  flex-basis: 100%;
}
.pg-index-event-pics1__sizer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.pg-index-event-pics1__item--1 .pg-index-event-pics1__sizer {
  padding-bottom: 62.5%;
}
.pg-index-event-pics1__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.pg-index-event-pics1__item--1 .pg-index-event-pics1__img {
  transform: translate(-53%, -43%);
  width: 130%;
}
.pg-index-event-pics1__item--2 .pg-index-event-pics1__img {
  width: 152.8888888889%;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  transform: translate(0, 0);
}
.pg-index-event-pics1__item--3 .pg-index-event-pics1__img {
  width: 145.7777777778%;
  transform: translate(-37.2%, -55%);
}
.pg-index-event-info-area {
  display: flex;
  margin: 4.21875% auto 0;
}
@media (max-width: 767.98px) {
  .pg-index-event-info-area {
    margin-top: 9.0666666667%;
  }
}

.pg-index-event-info {
  flex: 1 1 auto;
  margin: 0;
  font-size: 4rem;
  font-size: clamp(2rem, 2.0833333333cqi, 4rem);
  font-feature-settings: "palt";
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .pg-index-event-info {
    flex: 0 0 86.6666666667%;
    margin: 0 auto 0 8%;
    font-size: 2rem;
    font-size: clamp(2rem, 5.3333333333cqi, 4rem);
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  html:lang(en) .pg-index-event-info {
    flex-basis: 90.1333333333%;
    margin: 0 auto;
  }
}
.pg-index-event-info__item {
  display: flex;
  gap: 1.225em;
}
.pg-index-event-info__item + .pg-index-event-info__item {
  margin-top: 1.6em;
}
@media (max-width: 767.98px) {
  .pg-index-event-info__item + .pg-index-event-info__item {
    margin-top: 1em;
  }
}
@media (max-width: 767.98px) {
  .pg-index-event-info__item + .pg-index-event-info__item--mgt1 {
    margin-top: 0.775em;
  }
}
@media (max-width: 767.98px) {
  .pg-index-event-info__item + .pg-index-event-info__item--mgt2 {
    margin-top: 0.875em;
  }
}
@media (max-width: 767.98px) {
  html:lang(en) .pg-index-event-info__item {
    flex-direction: column;
    text-align: center;
    gap: 0.425em;
  }
}
@media (max-width: 767.98px) {
  html:lang(en) .pg-index-event-info__item + .pg-index-event-info__item {
    margin-top: 1.625em;
  }
}
.pg-index-event-info-title {
  font-size: 0.75em;
}
.pg-index-event-info-title__cate {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.2em;
  min-height: 1.7333333333em;
  border: 0.0666666667em solid;
  border-radius: 0.8666666667em;
  padding: 0 0.4333333333em 0.1333333333em;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .pg-index-event-info-title__cate {
    margin-top: 0.2em;
  }
}
.pg-index-event-info-title__cate--space1 {
  letter-spacing: 0.04em;
}
html:lang(en) .pg-index-event-info-title__cate {
  width: 6.4em;
  padding: 0.0666666667em 0.2em;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  html:lang(en) .pg-index-event-info-title__cate {
    width: auto;
    min-width: 7.0666666667em;
    min-height: 1.7333333333em;
    padding-inline: 0.6333333333em;
  }
}
.pg-index-event-info-desc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375em 1.525em;
  flex: 1 1 auto;
  margin: 0;
  letter-spacing: 0.12em;
}
html:lang(en) .pg-index-event-info-desc {
  row-gap: 0;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  html:lang(en) .pg-index-event-info-desc {
    justify-content: center;
    letter-spacing: 0;
  }
}
.pg-index-event-info-desc__content {
  margin: 0;
}
.pg-index-event-info-desc__small {
  display: inline-block;
  transform: translateY(-0.1333333333em);
  font-size: 0.75em;
  letter-spacing: 0.1em;
}
html:lang(en) .pg-index-event-info-desc__small {
  letter-spacing: 0;
}
.pg-index-event-info-desc__note {
  display: inline-block;
  align-self: center;
  font-size: 0.5em;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .pg-index-event-info-desc__note {
    align-self: flex-start;
    letter-spacing: 0.14em;
  }
}
html:lang(en) .pg-index-event-info-desc__note {
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  html:lang(en) .pg-index-event-info-desc__note {
    text-align: left;
  }
}
.pg-index-event-info-desc__hyphen {
  display: inline-block;
  font-size: 1.8em;
  vertical-align: top;
  font-weight: 100;
  margin: 0.2em 0.05em;
  line-height: 0;
}

.pg-index-event-benefit {
  margin-top: 5.15625%;
  container-type: inline-size;
}
@media (max-width: 767.98px) {
  .pg-index-event-benefit {
    margin-top: 9.6%;
  }
}

.pg-index-event-benefit-title {
  margin: 0 auto 0.95em;
  font-size: 4rem;
  font-size: 3.0627871363cqi;
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pg-index-event-benefit-title {
    font-size: 2rem;
    font-size: 5.3333333333cqi;
    margin-bottom: 0.7em;
  }
}
html:lang(en) .pg-index-event-benefit-title {
  letter-spacing: 0;
}
.pg-index-event-benefit-title__text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 3.15em;
  min-height: 1.725em;
  border: 0.075em solid;
  border-radius: 0.85em;
  padding: 0 0.4em 0.1em;
}
html:lang(en) .pg-index-event-benefit-title__text {
  padding-bottom: 0;
}

.pg-index-event-benefit-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 3rem;
  font-size: 2.2970903522cqi;
  font-feature-settings: "palt";
  line-height: 1.1666666667;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pg-index-event-benefit-list {
    display: block;
    font-size: 1.75rem;
    font-size: 4.6666666667cqi;
    line-height: 1.1428571429;
  }
}
.pg-index-event-benefit-list__item {
  position: relative;
  flex: 0 0 31.8529862175%;
}
@media (max-width: 767.98px) {
  .pg-index-event-benefit-list__item {
    width: 66.5333333333%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .pg-index-event-benefit-list__item + .pg-index-event-benefit-list__item {
    margin-top: 7.3333333333%;
  }
}
.pg-index-event-benefit-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url("../img/bg_event_benefit_1.png?d=2025122601061246") no-repeat center;
  background-size: contain;
}
.pg-index-event-benefit-list__sizer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 114.1826923077%;
}
.pg-index-event-benefit-list__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  margin: 2.5666666667em 0 0;
}
@media (max-width: 767.98px) {
  .pg-index-event-benefit-list__title {
    margin-top: 2.6em;
  }
}
.pg-index-event-benefit-list__img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
}
.pg-index-event-benefit-list__item--1 .pg-index-event-benefit-list__img {
  width: 92.7884615385%;
  margin: 0 0 -4.5673076923% -1.9230769231%;
}
.pg-index-event-benefit-list__item--2 .pg-index-event-benefit-list__img {
  width: 37.9807692308%;
  margin: 0 0 4.5% 0.3%;
}
.pg-index-event-benefit-list__item--3 .pg-index-event-benefit-list__img {
  width: 68.0288461538%;
  margin: 0 0 6.4903846154% 0.4807692308%;
}

.pg-index-event-benefit-note {
  width: fit-content;
  margin: 2.7em auto 0;
  padding: 0;
  font-size: 2rem;
  font-size: clamp(1rem, 1.5313935681cqi, 2rem);
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.14em;
  line-height: 1.5;
  list-style: none;
}
@media (max-width: 767.98px) {
  .pg-index-event-benefit-note {
    font-size: 1rem;
    font-size: clamp(1rem, 2.6666666667cqi, 2rem);
    margin-top: 2.4em;
    padding: 0 2.3em;
  }
}
html:lang(en) .pg-index-event-benefit-note {
  letter-spacing: 0;
}
.pg-index-event-benefit-note__item {
  position: relative;
  padding-left: 1.2em;
  transform: translateX(-0.1em);
}
html:lang(en) .pg-index-event-benefit-note__item {
  padding-left: 0.7em;
}
.pg-index-event-benefit-note__item::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
html:lang(en) .pg-index-event-benefit-note__item::before {
  content: "*";
}

.pg-index-event-chara1 {
  position: relative;
  flex: 0 0 27.1822358346%;
  flex: 0 0 15.3139356815%;
  margin: 0 7.886676876% 0 3.9816232772%;
}
@media (max-width: 767.98px) {
  .pg-index-event-chara1 {
    display: block;
    width: 100%;
    margin: 8.2666666667% auto 0;
    padding-bottom: 35.8666666667%;
  }
}
.pg-index-event-chara1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 32.5%;
  padding-bottom: 142%;
  background: url("../img/bg_event_chara_1.png?d=2025122601061246") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .pg-index-event-chara1::before {
    left: 34.8%;
    width: 25.4666666667%;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: url("../img/bg_event_chara_1_sp.png?d=2025122601061246");
  }
}

.pg-index-event-chara2 {
  position: relative;
  display: block;
  width: 100%;
  margin: 3.90625% auto 0;
  padding-bottom: 31.71875%;
}
@media (max-width: 767.98px) {
  .pg-index-event-chara2 {
    margin-top: 6.6666666667%;
    padding-bottom: 77.0666666667%;
  }
}
.pg-index-event-chara2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 32.8125%;
  width: 34.5833333333%;
  height: 100%;
  background: url("../img/bg_event_chara_2.png?d=2025122601061246") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .pg-index-event-chara2::before {
    left: 8%;
    width: 84.1333333333%;
    background-image: url("../img/bg_event_chara_2_sp.png?d=2025122601061246");
  }
}

.pg-index-book {
  position: relative;
}
.pg-index-book__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-book__inner {
  position: relative;
  padding: 10.4166666667% 0 0;
}
@media (max-width: 767.98px) {
  .pg-index-book__inner {
    padding-top: 20.1333333333%;
  }
}
.pg-index-book-title1 {
  margin: 0 auto 4.1145833333%;
  width: 23.8541666667%;
}
@media (max-width: 767.98px) {
  .pg-index-book-title1 {
    margin: 0 auto 7.3333333333%;
    width: 48.8%;
  }
}
.pg-index-book-pic {
  width: 26.40625%;
  margin: 0 auto;
  border-radius: 1px;
  box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 0.15625cqi #fff;
}
@media (max-width: 767.98px) {
  .pg-index-book-pic {
    width: 59.0666666667%;
    box-shadow: 0 0 0 1.5px #fff;
    box-shadow: 0 0 0 0.4cqi #fff;
  }
}

.pg-index-book-table-area {
  display: flex;
  justify-content: center;
  margin-top: 2.34375%;
}
@media (max-width: 767.98px) {
  .pg-index-book-table-area {
    margin-top: 5.2%;
  }
}

.pg-index-book-table {
  padding: 0 0.5em;
  font-size: 2.5rem;
  font-size: clamp(1.25rem, 1.3020833333cqi, 2.5rem);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.86;
  text-align: left;
}
@media (max-width: 767.98px) {
  .pg-index-book-table {
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 3.3333333333cqi, 2.5rem);
  }
}
html:lang(en) .pg-index-book-table {
  letter-spacing: 0;
}
.pg-index-book-table th, .pg-index-book-table td {
  position: relative;
}
.pg-index-book-table th {
  font-weight: normal;
}
.pg-index-book-table th::before {
  content: "";
  display: inline-block;
  width: 0.64em;
  height: 0.64em;
  margin-right: 0.6em;
  border: 0.08em solid #fff;
  border-radius: 50%;
}
.pg-index-book-table td {
  padding-left: 1.5em;
}

.pg-index-book-chara1 {
  position: relative;
  display: block;
  width: 100%;
  margin: 7.8125% auto 0;
  padding-bottom: 13.1770833333%;
}
@media (max-width: 767.98px) {
  .pg-index-book-chara1 {
    margin-top: 13.0666666667%;
    padding-bottom: 32%;
  }
}
.pg-index-book-chara1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 13.75%;
  height: 100%;
  background: url("../img/bg_book_chara_1.png?d=2025122601061246") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .pg-index-book-chara1::before {
    width: 33.4666666667%;
  }
}

.pg-index-media {
  position: relative;
}
.pg-index-media__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-media__inner {
  position: relative;
  padding: 7.8125% 0 0;
}
@media (max-width: 767.98px) {
  .pg-index-media__inner {
    padding: 13.3333333333% 0 0;
  }
}

.pg-index-media-title1 {
  margin: 0 auto 3.3854166667%;
  width: 26.1979166667%;
}
@media (max-width: 767.98px) {
  .pg-index-media-title1 {
    margin: 0 auto 8%;
    width: 53.6%;
  }
}
.pg-index-media-desc1 {
  font-size: 2.5rem;
  font-size: clamp(1.25rem, 1.3020833333cqi, 2.5rem);
  font-feature-settings: "palt";
  letter-spacing: 0.14em;
  line-height: 2.04;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pg-index-media-desc1 {
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 3.3333333333cqi, 2.5rem);
  }
}
html:lang(en) .pg-index-media-desc1 {
  letter-spacing: 0;
}

.pg-index-media-para1 {
  margin: 0;
}
.pg-index-media-para1--mgb1 {
  margin-bottom: 0.88em;
}
@media (max-width: 767.98px) {
  .pg-index-media-para1--mgb1 {
    margin-bottom: 0.08em;
  }
}
.pg-index-media-para1--mgt1 {
  margin-top: 0.64em;
}
@media (max-width: 767.98px) {
  .pg-index-media-para1--mgt1 {
    margin-top: 0.08em;
  }
}
.pg-index-media-para1--large {
  font-size: 1.6em;
  line-height: 1.75;
}
@media (max-width: 767.98px) {
  .pg-index-media-para1--large {
    font-size: 1.4em;
  }
}
.pg-index-media-para1__hash {
  margin: 0 0.1em 0 0.2em;
}
.pg-index-media-para1__midium {
  font-size: 1.2em;
}

@media (max-width: 767.98px) {
  .pg-index-media-buttons {
    margin-top: 7.8666666667%;
  }
}

.pg-index-media-chara1 {
  position: relative;
  display: block;
  width: 100%;
  margin: 7.8125% auto 0;
  padding-bottom: 16.25%;
}
@media (max-width: 767.98px) {
  .pg-index-media-chara1 {
    margin-top: 13.0666666667%;
    padding-bottom: 39.4666666667%;
  }
}
.pg-index-media-chara1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 18.125%;
  height: 100%;
  background: url("../img/bg_media_chara_1.png?d=2025122601061246") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .pg-index-media-chara1::before {
    width: 44%;
  }
}

.pg-index-sns-and-links {
  position: relative;
  padding: 10.4166666667% 0 7.8645833333%;
}
@media (max-width: 767.98px) {
  .pg-index-sns-and-links {
    padding: 20.1333333333% 0 11.7333333333%;
  }
}
@media (min-width: 1920px) {
  .pg-index-sns-and-links {
    padding: 20rem 0 15.1rem;
  }
}

.pg-index-sns {
  position: relative;
}
.pg-index-sns__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-sns__inner {
  position: relative;
}
.pg-index-links + .pg-index-sns .pg-index-sns__inner {
  padding-top: 7.8645833333%;
}
@media (max-width: 767.98px) {
  .pg-index-links + .pg-index-sns .pg-index-sns__inner {
    padding-top: 13.2%;
  }
}

.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: 1439.98px) {
  .pg-index-sns-list__item {
    flex-basis: 38.1944444444%;
  }
}
@media (max-width: 767.98px) {
  .pg-index-sns-list__item {
    flex-basis: 78.6666666667%;
    width: 78.6666666667%;
    max-width: 55rem;
  }
}
.pg-index-sns-list__card {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
.pg-index-sns-list__card--height1 {
  max-height: 78rem;
}
@media (max-width: 1439.98px) {
  .pg-index-sns-list__card--height1 {
    max-height: 163.6363636364cqi;
  }
}
@media (max-width: 767.98px) {
  .pg-index-sns-list__card--height1 {
    max-height: 86rem;
  }
}
.pg-index-sns-list__card--height1::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: 78.4722222222%;
  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=2025122601061246") 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=2025122601061246");
  }
}

.pg-index-links {
  position: relative;
}
.pg-index-links__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-links__inner {
  position: relative;
}
.pg-index-sns + .pg-index-links .pg-index-links__inner {
  padding-top: 7.8645833333%;
}
@media (max-width: 767.98px) {
  .pg-index-sns + .pg-index-links .pg-index-links__inner {
    padding-top: 13.2%;
  }
}

.pg-index-links-title1 {
  margin: 0 auto 0.9375%;
  width: 23.5416666667%;
}
@media (max-width: 767.98px) {
  .pg-index-links-title1 {
    margin-bottom: 7.4666666667%;
    width: 48.2666666667%;
  }
}
.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: 2rem;
  font-size: min(1.0416666667cqi, 2rem);
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pg-index-links-list {
    flex-direction: column;
    flex-wrap: nowrap;
    font-size: 1rem;
    font-size: clamp(1rem, 2.6666666667cqi, 2rem);
  }
}
.pg-index-links-list__item {
  flex: 0 0 29.84375%;
  margin-top: 3.125%;
}
@media (max-width: 767.98px) {
  .pg-index-links-list__item {
    flex-basis: auto;
    margin-top: 0;
  }
}
@media print, (min-width: 768px) {
  .pg-index-links-list__item + .pg-index-links-list__item {
    margin-left: 3.125%;
  }
}
@media (max-width: 767.98px) {
  .pg-index-links-list__item + .pg-index-links-list__item {
    margin-top: 4.8em;
  }
}
.pg-index-links-list-card {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 1.85em;
  transition: opacity 0.2s linear;
}
@media (max-width: 767.98px) {
  .pg-index-links-list-card {
    gap: 1.95em;
  }
}
@media (any-hover: hover) {
  .pg-index-links-list-card:hover {
    opacity: 0.6;
  }
}
.pg-index-links-list-card-content {
  text-align: center;
}
.pg-index-links-list-card__title {
  display: block;
  margin: 0;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: inherit;
  text-decoration: none;
}
html:lang(en) .pg-index-links-list-card__title {
  letter-spacing: 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;
  padding: 0 0.2em;
}
.pg-index-links-list-card__title-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.08em;
  background: #fff;
}
.pg-index-links-list-card__para1 {
  margin: 1.05em 0 0;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .pg-index-links-list-card__para1 {
    margin-top: 0.95em;
    padding: 0 0.5em;
  }
}
html:lang(en) .pg-index-links-list-card__para1 {
  letter-spacing: 0;
}
.pg-index-links-list-card-pic {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .pg-index-links-list-card-pic {
    width: 78.6666666667%;
  }
}

.pg-index-links-chara1 {
  position: relative;
  display: block;
  width: 100%;
  margin: 7.8125% auto 0;
  padding-bottom: 15.5208333333%;
}
@media (max-width: 767.98px) {
  .pg-index-links-chara1 {
    margin-top: 13.3333333333%;
    padding-bottom: 37.6%;
  }
}
.pg-index-links-chara1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40.6%;
  width: 19.8958333333%;
  height: 100%;
  background: url("../img/bg_sns_chara_1.png?d=2025122601061246") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .pg-index-links-chara1::before {
    left: 25.8666666667%;
    width: 48.2666666667%;
    background-image: url("../img/bg_sns_chara_1_sp.png?d=2025122601061246");
  }
}

/*
 * 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: 1206px) {
  .u-max-l {
    display: none;
  }
}

@media (max-width: 1205.98px) {
  .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 */