@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: "Yu Gothic", "游ゴシック体", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  background: #00bcae;
  color: #000;
}
body.is-gnav-open {
  overflow: hidden;
}

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 screen and (max-width: 767.98px) {
  .l-wrap--pdt1 {
    padding-top: 59px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrap--pdt1 {
    padding-top: 85px;
  }
}
/*
* layout/l-header.css
*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  font-size: 1.4rem;
  background: #00bcae;
  transition-property: padding-top;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
@media screen and (max-width: 1199.98px) {
  .l-header {
    height: 59px;
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-header {
    position: fixed;
    height: 62px;
    padding: 1.3636363636em 1.3636363636em 0.9090909091em;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-header.is-scrolling {
    padding-top: 0.9090909091em;
  }
}
@media screen and (min-width: 1200px) {
  .l-header--fixed {
    position: absolute;
    transition: none;
  }
}
@media screen and (min-width: 1200px) {
  .l-header--fixed.is-scrolling {
    position: fixed;
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 1200px) {
  .l-header--fixed.is-fixed {
    transform: translateY(0);
  }
}
.l-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1360px;
  height: 100%;
  margin: 0 auto;
}
.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 screen and (max-width: 767.98px) {
  .l-header__logo {
    position: absolute;
    top: 0.4210526316em;
    left: 50%;
    transform: translate(-50%, 0);
    width: 14.55rem;
  }
}
@media screen and (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: none;
  position: fixed;
  top: 0.2105263158em;
  right: 0.1578947368em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.6315789474em;
  height: 2.6315789474em;
  padding: 0;
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
  background: url("../img/common/btn_header_hamburger.svg?d=202511141726") no-repeat center;
  background-size: contain;
  background-size: 1.3684210526em;
  background-color: #00bcae;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
@media screen and (max-width: 1199.98px) {
  .l-header__hamburger {
    display: flex;
  }
}
@media (any-hover: hover) {
  .l-header__hamburger:hover {
    background-color: #0082bc;
  }
}
body.is-gnav-open .l-header__hamburger {
  background-image: url("../img/common/btn_header_hamburger_close.svg?d=202511141726");
  background-size: 40%;
}
.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;
}

@media screen and (max-width: 1199.98px) {
  .l-header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    outline: none;
    pointer-events: none;
    background: #00bcae;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__menu {
    position: static;
    flex: 1;
    height: auto;
  }
}
@media screen and (max-width: 1199.98px) {
  body.is-gnav-open .l-header__menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (max-width: 1199.98px) {
  .l-header__menu-title {
    position: relative;
    width: 100%;
    height: 59px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__menu-title {
    display: none;
  }
}

.l-header__nav {
  position: relative;
  font-family: "Yu Mincho", "游明朝体", "游明朝", YuMincho, "MS P明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #fff;
}
@media screen and (max-width: 1199.98px) {
  .l-header__nav {
    display: block;
    margin-inline: auto;
    padding: 1.6842105263em 0 58px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2.8125em;
    flex: 1 1 0%;
    margin-left: 1em;
  }
}

.l-header__nav-list1 {
  display: flex;
  list-style: none;
  padding: 0;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1199.98px) {
  .l-header__nav-list1 {
    flex-direction: column;
    gap: 0.8421052632em;
    width: calc(100% - 6.7368421053em);
    margin: 0 auto;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__nav-list1 {
    margin: 0;
    line-height: 1.8;
    letter-spacing: -0.02em;
  }
}

.l-header__nav-list1-item {
  position: relative;
}
@media screen and (max-width: 1199.98px) {
  .l-header__nav-list1-item {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__nav-list1-item {
    display: inline-flex;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__nav-list1-item + .l-header__nav-list1-item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 1.3em;
    background: #fff;
  }
}

.l-header__nav-list1-link {
  display: inline-flex;
  text-decoration: none;
  color: inherit;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition: opacity 0.2s linear;
}
@media screen and (max-width: 1199.98px) {
  .l-header__nav-list1-link {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__nav-list1-link {
    align-items: center;
    height: 100%;
    padding: 0 1.3636363636em;
  }
}
@media screen and (min-width: 1260px) {
  .l-header__nav-list1-link {
    font-size: 1.1818181818em;
  }
}
@media screen and (max-width: 1199.98px) {
  .l-header__nav-list1-link--en {
    font-size: 1.0555555556em;
    line-height: 1.4210526316;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__nav-list1-link--en {
    font-size: 1.0625em;
  }
}
.l-header__nav-list1-link--slim {
  letter-spacing: 0;
}
.l-header__nav-list1-link--space1 {
  letter-spacing: 0.2em;
}
@media (any-hover: hover) {
  .l-header__nav-list1-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1199.98px) {
  .l-header__nav-list1-link__ja {
    letter-spacing: 0.15em;
  }
}

.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: #00bcae;
  box-shadow: inset 0 0 0 2px #00bcae;
  transition-property: background, color, opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
@media screen and (max-width: 1199.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 screen and (min-width: 1200px) {
  .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: #00bcae;
  }
}

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

/*
* layout/l-footer.css
*/
.l-footer {
  position: relative;
  background: #00bcae;
}
.l-footer__sizer {
  container-type: inline-size;
}
.l-footer__inner {
  margin-inline: auto;
  font-size: 2.2rem;
}
@media screen and (max-width: 559.98px) {
  .l-footer__inner {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__inner {
    padding: 3.3636363636em 2.6666666667% 0.9545454545em;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    font-size: 1.4rem;
    padding: 3.6428571429em 1.4285714286em 3.3571428571em;
  }
}

.l-footer__brand {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__brand {
    align-self: flex-end;
  }
}

.l-footer__logo {
  display: inline-block;
  max-width: 90%;
}
@media screen and (max-width: 767.98px) {
  .l-footer__logo {
    width: 11.8636363636em;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 10em;
  }
}
.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__info {
  margin: 0 auto;
  font-weight: 500;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .l-footer__info {
    margin-top: 1.8181818182em;
    line-height: 1.22405;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__info {
    margin-top: 1.7857142857em;
    line-height: 1.5;
  }
}

.l-footer__info-item {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .l-footer__info-item + .l-footer__info-item {
    margin-top: 1.0909090909em;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__info-item + .l-footer__info-item {
    margin-top: 1em;
  }
}

@media screen and (max-width: 767.98px) {
  .l-footer__info-label {
    display: inline-block;
    margin-bottom: 0.3636363636em;
  }
}
.l-footer__info-label::before {
  content: "【";
}
.l-footer__info-label::after {
  content: "】";
}

.l-footer__info-tel {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .l-footer__info-tel::before {
    content: "/";
    margin: 0 0.5em;
  }
}

.l-footer__copyright {
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .l-footer__copyright {
    padding: 1.4rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    padding: 2.1rem 2rem;
  }
}

/*
* layout/l-main.css
*/
.l-main {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .l-main--mgt1 {
    margin-top: 62px;
  }
}
@media screen and (min-width: 768px) {
  .l-main--mgt1 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-main--mgb1 {
    margin-bottom: 62px;
  }
}
@media screen and (min-width: 768px) {
  .l-main--mgb1 {
    margin-bottom: 29.4166666667%;
  }
}
@media screen and (min-width: 1200px) {
  .l-main--mgb1 {
    margin-bottom: 353px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-main--pdt1 {
    padding-top: 62px;
  }
}
@media screen and (min-width: 768px) {
  .l-main--pdt1 {
    padding-top: 6.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .l-main--pdt1 {
    padding-top: 80px;
  }
}

/*
* layout/l-content.css
*/
@media screen and (max-width: 767.98px) {
  .l-content--mgt1 {
    margin-top: 22px;
  }
}
@media screen and (min-width: 768px) {
  .l-content--mgt1 {
    margin-top: 22px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-content--pdt1 {
    padding-top: 63px;
  }
}
@media screen and (min-width: 768px) {
  .l-content--pdt1 {
    padding-top: 10.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .l-content--pdt1 {
    padding-top: 124px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-content--pdb1 {
    padding-bottom: 19.2%;
  }
}
@media screen and (min-width: 768px) {
  .l-content--pdb1 {
    padding-bottom: 29.4166666667%;
  }
}
@media screen and (min-width: 1200px) {
  .l-content--pdb1 {
    padding-bottom: 353px;
  }
}

.l-content-bg1 {
  position: relative;
  overflow: hidden;
}

.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 screen and (max-width: 767.98px) {
  .c-maxim-xxs {
    max-width: 0px;
  }
}

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

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

.c-maxim-dssp {
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .c-maxim-dssp {
    max-width: 750px;
  }
}

.c-maxim-head {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-maxim-head {
    max-width: 1200px;
  }
}

.c-maxim-m {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-maxim-m {
    max-width: 500px;
  }
}

.c-maxim-l {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-maxim-l {
    max-width: 700px;
  }
}

.c-maxim-lm {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-maxim-lm {
    max-width: 0px;
  }
}

.c-maxim-xl {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-maxim-xl {
    max-width: 750px;
  }
}

.c-maxim-dspc {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-maxim-dspc {
    max-width: 1200px;
  }
}

/*
 * object/component/_width.scss
 */
.c-width {
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .c-width {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .c-width {
    width: 90%;
  }
}

.c-width-mb {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-width-mb {
    width: 90%;
  }
}

.c-width-pc {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-width-pc {
    width: 90%;
  }
}

.c-width-xxs {
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .c-width-xxs {
    width: calc(100% - 750px);
  }
}

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

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

.c-width-head {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-width-head {
    width: 100%;
  }
}

.c-width-l {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-width-l {
    width: 58.3333333333%;
  }
}

.c-width-lm {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-width-lm {
    width: 0%;
  }
}

.c-width-xl {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-width-xl {
    width: 62.5%;
  }
}

/*
 * object/component/_c-text.scss
 */
.c-text-caption1 {
  margin: 1.1666666667em 0 0;
  font-size: 1.2rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.2106291667;
  letter-spacing: 0.04em;
}

/*
 * object/component/_c-title.scss
 */
.c-title1 {
  display: block;
  margin: 0;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.c-title1__main {
  position: relative;
  display: inline-block;
}
.c-title1__img {
  display: inline-block;
  vertical-align: bottom;
}

.c-title2 {
  display: block;
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 559.98px) {
  .c-title2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-title2 {
    letter-spacing: 0.14em;
    line-height: 1.4705882353;
  }
}
@media screen and (min-width: 768px) {
  .c-title2 {
    line-height: 1.5;
    letter-spacing: 0.14em;
  }
}
.c-title2__main {
  position: relative;
  display: inline-block;
}
.c-title2__main::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.15em;
  background: #e6e6e6;
}

.c-title3 {
  display: block;
  margin: 0;
  font-size: 1.9rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-align: center;
}
@media screen and (max-width: 559.98px) {
  .c-title3 {
    font-size: 1.55rem;
  }
}
.c-title3__main {
  position: relative;
  display: inline-block;
  padding-bottom: 0.1052631579em;
}
.c-title3__main::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background: rgba(0, 0, 0, 0.2);
}

/*
 * 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;
}
.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: #00bcae;
  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: 200px;
  max-width: 100%;
}
@media screen and (max-width: 559.98px) {
  .c-button1 {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .c-button1 {
    width: 138px;
  }
}
.c-button1--topback {
  width: 121px;
}
.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-button-back1 {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-button-back1 {
    max-width: 1200px;
  }
}
.c-button-back1__link {
  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;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .c-button-back1__link {
    right: 7.6%;
    width: 4%;
  }
}
@media screen and (min-width: 768px) {
  .c-button-back1__link {
    right: 4.75%;
    width: 30px;
    margin-top: 15px;
  }
}

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

.c-buttons {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .c-buttons {
    margin-top: 5.7333333333%;
  }
}
@media screen and (min-width: 768px) {
  .c-buttons {
    margin-top: 29px;
  }
}

/*
 * object/component/_c-card.scss
 */
.c-card1 {
  position: relative;
  display: block;
  height: 100%;
  font-feature-settings: "halt" on;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
@media screen and (max-width: 767.98px) {
  .c-card1 {
    padding: 12px;
    border-radius: 3px;
  }
}
@media screen and (min-width: 768px) {
  .c-card1 {
    padding: 20px;
    border-radius: 3px;
  }
}
.c-card1__inner {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-card1__inner + .c-card1__inner {
    padding-top: 52px;
  }
}
@media (any-hover: hover) {
  .c-card1[href]:hover {
    color: #00bcae;
  }
}

.c-card1-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .c-card1-content {
    min-height: 234px;
  }
}

.c-card1-label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #fff;
  background: #97999B;
}
@media screen and (max-width: 767.98px) {
  .c-card1-label {
    min-height: 1.875em;
    padding: 0 0.5em 0 2.5625em;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .c-card1-label {
    min-height: 1.9090909091em;
    padding: 0 0.5em 0 3em;
    font-size: 2.2rem;
  }
}
.c-card1-label::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  pointer-events: none;
  background: url("../img/common/icon_emblem_1.png?d=202511141726") no-repeat top left;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .c-card1-label::before {
    top: -0.125em;
    width: 2.625em;
    height: 2.625em;
    background-image: url("../img/common/icon_emblem_1_sp.png?d=202511141726");
  }
}
@media screen and (min-width: 768px) {
  .c-card1-label::before {
    top: -0.0909090909em;
    width: 2.7727272727em;
    height: 2.7727272727em;
  }
}
@media screen and (max-width: 767.98px) {
  .c-card1-label--vip::before {
    background-image: url("../img/common/icon_emblem_1_vip_sp.png?d=202511141726");
  }
}
@media screen and (min-width: 768px) {
  .c-card1-label--vip::before {
    background-image: url("../img/common/icon_emblem_1_vip.png?d=202511141726");
  }
}
.c-card1-label__main {
  margin: 0;
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
}
@media screen and (min-width: 768px) and (max-width: 1079.98px) {
  .c-card1-label__main--small-1 {
    font-size: 0.7272727273em;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1439.98px) {
  .c-card1-label__main--small-1 {
    font-size: 0.8181818182em;
  }
}
@media screen and (max-width: 359.98px) {
  .c-card1-label__main--small-tab {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079.98px) {
  .c-card1-label__main--small-tab {
    font-size: 0.7619047619em;
  }
}
.c-card1-label__sub {
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 499.98px) {
  .c-card1-label__sub {
    display: none;
  }
}

.c-card1-wrap {
  flex: 1 1 auto;
}

.c-card1-desc {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .c-card1-desc {
    padding-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-card1-desc {
    padding-top: 29px;
  }
}
.c-card1-desc + .c-card1-desc {
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 767.98px) {
  .c-card1-desc + .c-card1-desc {
    margin-top: 22px;
    padding-top: 22px;
  }
}
@media screen and (min-width: 768px) {
  .c-card1-desc + .c-card1-desc {
    margin-top: 22px;
    padding-top: 22px;
  }
}
.c-card1-desc__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  flex: 1 1 auto;
}

.c-card1-title1 {
  margin: 0;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .c-card1-title1 {
    margin-bottom: 0.75em;
    font-size: 1.6rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .c-card1-title1 {
    margin-bottom: 0.8888888889em;
    font-size: 1.8rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
  }
}

.c-card1-info {
  flex: 1 1 auto;
}

.c-card1-info-name2 {
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .c-card1-info-name2 {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .c-card1-info-name2 {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}

.c-card1-info-name1 {
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .c-card1-info-name1 {
    margin-top: 0.2em;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .c-card1-info-name1 {
    font-size: 1.9rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}

.c-card1-info-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .c-card1-info-list {
    margin-top: 0.25em;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .c-card1-info-list {
    margin-top: 0.25em;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
.c-card1-info-list__item {
  margin: 0;
}
.c-card1-info-list__item + .c-card1-info-list__item::before {
  content: "/";
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .c-card1-info-list__item + .c-card1-info-list__item::before {
    margin: 0 0.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  .c-card1-info-list__item + .c-card1-info-list__item::before {
    margin: 0 0.625em;
  }
}

.c-card1-icons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: flex-end;
  gap: 0.3846153846em;
  margin-left: 10px;
  font-size: 1.2rem;
  text-align: right;
}
.c-card1-minutes {
  position: relative;
  padding-left: 1.6666666667em;
  line-height: 1.3333333333;
  color: #00bcae;
}
@media screen and (max-width: 767.98px) {
  .c-card1-minutes {
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .c-card1-minutes {
    letter-spacing: -0.05em;
  }
}
.c-card1-minutes::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: bottom;
  background: url("../img/common/icon_movie_1.svg?d=202511141726") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .c-card1-minutes::before {
    top: -0.1666666667em;
    width: 1.3333333333em;
    height: 1.3333333333em;
    margin-right: 0.3333333333em;
  }
}
@media screen and (min-width: 768px) {
  .c-card1-minutes::before {
    top: -0.1666666667em;
    width: 1.3333333333em;
    height: 1.3333333333em;
    margin-right: 0.3333333333em;
  }
}

.c-card1-arrow {
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .c-card1-arrow {
    width: 4.3333333333em;
    height: 4.3333333333em;
  }
}
@media screen and (min-width: 768px) {
  .c-card1-arrow {
    width: 4.3333333333em;
    height: 4.3333333333em;
  }
}
.c-card1-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-card1-arrow__icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: #00bcae;
  box-shadow: inset 0 0 0 2px #00bcae;
  transition: 0.3s linear;
}
@media (any-hover: hover) {
  .c-card1:hover .c-card1-arrow__icon {
    background: #fff;
  }
}
.c-card1-arrow__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: url("../img/common/icon_arrow_1_right_white.svg?d=202511141726") no-repeat center;
  background-size: contain;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
@media screen and (max-width: 767.98px) {
  .c-card1-arrow__icon::before {
    width: 38%;
    height: 100%;
    background: url("../img/common/icon_arrow_1_right_white_sp.svg?d=202511141726") no-repeat center;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .c-card1-arrow__icon::before {
    width: 40.3846153846%;
    height: 100%;
  }
}
@media (any-hover: hover) {
  .c-card1:hover .c-card1-arrow__icon::before {
    background: url("../img/common/icon_arrow_1_right.svg?d=202511141726") no-repeat center;
    background-size: contain;
  }
}

.c-card1-pic {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .c-card1-pic {
    border-radius: 3px 3px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .c-card1-pic {
    border-radius: 3px 3px 0 0;
  }
}
.c-card1-pic__sizer {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  background: none;
  appearance: none;
}
@media screen and (max-width: 767.98px) {
  .c-card1-pic__sizer {
    padding-bottom: 56.270096463%;
  }
}
@media screen and (min-width: 768px) {
  .c-card1-pic__sizer {
    padding-bottom: 74.8648648649%;
  }
}
.c-card1-pic__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  transition-property: transform;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
}
@media (any-hover: hover) {
  .c-card1--hv:hover .c-card1-pic__img {
    transform: scale(1.07);
  }
}
@media (any-hover: hover) {
  .c-card1-pic[href]:hover .c-card1-pic__img, .c-card1-pic [href]:hover .c-card1-pic__img {
    transform: scale(1.07);
  }
}

.c-card1-pic-icon {
  position: relative;
}
.c-card1-pic-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.c-card1-pic-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .c-card1-pic-icon::after {
    width: 21.5384615385%;
    max-width: 70px;
  }
}
@media screen and (min-width: 768px) {
  .c-card1-pic-icon::after {
    width: 15.923566879%;
    max-width: 100px;
  }
}
.c-card1-pic-icon--play::after {
  background: url("../img/common/icon_play_1.png?d=202511141726") no-repeat center;
  background-size: contain;
}
@media (any-hover: hover) {
  .c-card1-pic-icon:hover .c-card1-pic__img {
    transform: scale(1.07);
  }
}

.c-card1-cap1 {
  position: relative;
  margin: 0;
  font-weight: 400;
  font-feature-settings: "halt" on;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .c-card1-cap1 {
    margin-top: 0.9em;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .c-card1-cap1 {
    margin-top: 1.1538461538em;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .c-card1--row1 .c-card1__inner {
    flex-direction: row-reverse;
    gap: 3.8461538462%;
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row1 .c-card1-wrap {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .c-card1--row1 .c-card1-content {
    min-height: 310px;
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row1 .c-card1-label {
    min-height: 1.92em;
  }
}
@media screen and (min-width: 500px) {
  .c-card1--row1 .c-card1-label {
    font-size: 2.5rem;
  }
}
.c-card1--row1 .c-card1-label__sub {
  transform: translateY(11.1111111111%);
}
@media screen and (min-width: 768px) {
  .c-card1--row1 .c-card1-label__sub {
    letter-spacing: 0.03em;
    font-feature-settings: "halt" on;
  }
}
@media screen and (min-width: 500px) {
  .c-card1--row1 .c-card1-label__sub {
    flex: 0 1 30.4789550073%;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row1 .c-card1-label__main {
    flex: 1 1 auto;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row1 .c-card1-label::before {
    width: 2.4em;
    height: 2.68em;
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row1 .c-card1-desc {
    padding: 4.4871794872% 0 0 11px;
  }
}
.c-card1--row1 .c-card1-desc__inner {
  flex-wrap: nowrap;
}
@media screen and (max-width: 767.98px) {
  .c-card1--row1 .c-card1-desc__inner {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row1 .c-card1-desc__inner {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row1 .c-card1-title1 {
    line-height: 1.55;
    margin-bottom: 0.8666666667em;
  }
}
@media screen and (min-width: 500px) {
  .c-card1--row1 .c-card1-title1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-card1--row1 .c-card1-info {
    flex-basis: calc(100% - 68px);
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row1 .c-card1-info {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row1 .c-card1-info-name2 {
    line-height: 1.6;
  }
}
@media screen and (min-width: 500px) {
  .c-card1--row1 .c-card1-info-name2 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 500px) {
  .c-card1--row1 .c-card1-info-name1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row1 .c-card1-icons {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row1 .c-card1-pic {
    flex: 0 0 36.1538461538%;
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row1 .c-card1-pic__sizer {
    padding-bottom: 65.9574468085%;
    border-radius: 3px;
    overflow: hidden;
  }
}

.c-card1--row2 {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .c-card1--row2 {
    padding: 50px 12px 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row2 {
    padding-top: 62px;
  }
}
.c-card1--row2 .c-card1__inner {
  flex: 0 0 50%;
}
.c-card1--row2 .c-card1__inner + .c-card1__inner {
  padding-top: 0;
}
.c-card1--row2 .c-card1-label {
  position: absolute;
  z-index: 1;
  border-radius: 0 3px 0 0;
}
@media screen and (max-width: 767.98px) {
  .c-card1--row2 .c-card1-label {
    top: 13px;
    left: 12px;
    width: calc(100% - 24px);
    min-height: 1.9em;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row2 .c-card1-label {
    top: 21px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767.98px) {
  .c-card1--row2 .c-card1-content {
    min-height: 253px;
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row2 .c-card1-content {
    min-height: 215px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-card1--row2 .c-card1-desc {
    padding: 13px 0 0 6px;
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row2 .c-card1-desc {
    padding: 15px 0 0 5px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-card1--row2 .c-card1-title1 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 1.125em;
  }
}
@media screen and (max-width: 767.98px) {
  .c-card1--row2 .c-card1-info-name2 {
    font-size: 1.1rem;
    line-height: 1.42;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767.98px) {
  .c-card1--row2 .c-card1-info-name1 {
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-top: 0.2666666667em;
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row2 .c-card1-pic {
    border-radius: 0 0 3px 3px;
  }
}
.c-card1--row2 .c-card1__inner:nth-child(odd) .c-card1-pic {
  border-radius: 0 0 0 3px;
}
.c-card1--row2 .c-card1__inner:nth-child(even) .c-card1-pic {
  border-radius: 0 0 3px 0;
}
@media screen and (max-width: 767.98px) {
  .c-card1--row2 .c-card1-pic__sizer {
    padding-bottom: 112.3456790123%;
  }
}
@media screen and (min-width: 768px) {
  .c-card1--row2 .c-card1-pic__sizer {
    padding-bottom: 65.8703071672%;
  }
}

/*
 * object/component/_c-breadcrumbs.scss
 */
.c-breadcrumbs {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.5;
}
@media screen and (max-width: 559.98px) {
  .c-breadcrumbs {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumbs {
    letter-spacing: 0.14em;
    padding-top: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs {
    letter-spacing: 0.14em;
    padding-top: 1.4285714286em;
    padding-top: 1.6428571429em;
  }
}
.c-breadcrumbs__list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumbs__list {
    width: 86.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs__list {
    max-width: 1024px;
    width: 90%;
  }
}
.c-breadcrumbs__item + .c-breadcrumbs__item::before {
  content: "〉";
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumbs__item + .c-breadcrumbs__item::before {
    margin: 0 0.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs__item + .c-breadcrumbs__item::before {
    margin: 0 0.5em;
  }
}
.c-breadcrumbs__link {
  color: inherit;
  text-decoration: none;
}
.c-breadcrumbs__link:any-link {
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .c-breadcrumbs__link:any-link:hover {
    opacity: 0.6;
  }
}

/*
* object/component/c-carousel.css
*/
.c-carousel1-area {
  position: relative;
}

.c-carousel1-swiper {
  position: relative;
}
.c-carousel1-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.c-carousel1-list__item {
  position: relative;
  height: auto;
}
.c-carousel1-list__item-img {
  max-width: 100%;
}

.c-carousel1-button-prev,
.c-carousel1-button-next {
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  margin: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .c-carousel1-button-prev,
  .c-carousel1-button-next {
    width: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-carousel1-button-prev,
  .c-carousel1-button-next {
    width: 1.6666666667vw;
    max-width: 2rem;
  }
}
.c-carousel1-button-prev::after,
.c-carousel1-button-next::after {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 200%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-carousel1-button-prev.swiper-button-disabled,
.c-carousel1-button-next.swiper-button-disabled {
  opacity: 0;
}
.c-carousel1-area.is-disabled .c-carousel1-button-prev, .swiper:not(.swiper-initialized) .c-carousel1-button-prev,
.c-carousel1-area.is-disabled .c-carousel1-button-next,
.swiper:not(.swiper-initialized) .c-carousel1-button-next {
  display: none;
}
.c-carousel1-button-prev svg,
.c-carousel1-button-next svg {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .c-carousel1-button-prev {
    left: 1.8666666667%;
  }
}
@media screen and (min-width: 768px) {
  .c-carousel1-button-prev {
    left: 0;
  }
}
.c-carousel1-button-prev::after {
  background-image: url("../img/common/icon_arrow1_left.svg?d=202511141726");
}

@media screen and (max-width: 767.98px) {
  .c-carousel1-button-next {
    right: 1.8666666667%;
  }
}
@media screen and (min-width: 768px) {
  .c-carousel1-button-next {
    right: 0;
  }
}
.c-carousel1-button-next::after {
  background-image: url("../img/common/icon_arrow1_right.svg?d=202511141726");
}

.c-carousel1-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 50% !important;
  z-index: 1;
  transform: translateX(-50%);
  max-width: 98%;
  padding: 8px 0;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .c-carousel1-pagination {
    bottom: 7px !important;
    gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-carousel1-pagination {
    bottom: 14px !important;
    gap: 14px;
  }
}
.c-carousel1-area.is-disabled .c-carousel1-pagination, .swiper:not(.swiper-initialized) .c-carousel1-pagination {
  display: none;
}
.c-carousel1-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  opacity: 1;
  background: #fff;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
@media (any-hover: hover) {
  .c-carousel1-pagination .swiper-pagination-bullet:hover {
    background: #00bcae;
  }
}
.c-carousel1-pagination .swiper-pagination-bullet-active {
  background: #00bcae;
}
/*
 * object/component/_c-acd.scss
 */
.c-acd .c-acd-content {
  transition: visibility 0.3s linear;
}

.c-acd:not(.is-active) .c-acd-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.c-acd .c-acd-icon {
  cursor: pointer;
  position: relative;
}
.c-acd .c-acd-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  border-radius: 3px;
  background: url("../img/common/icon_plus_1_white.svg?d=202511141726") no-repeat center;
  background-size: contain;
  background-size: 46.1538461538% auto;
  background-color: #00bcae;
  box-shadow: inset 0 0 0 2px #00bcae;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
@media screen and (max-width: 767.98px) {
  .c-acd .c-acd-icon::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-acd .c-acd-icon::before {
    width: 52px;
    height: 52px;
  }
}
@media (any-hover: hover) {
  .c-acd .c-acd-icon:hover::before {
    background-color: #fff;
    background-image: url("../img/common/icon_plus_1.svg?d=202511141726");
  }
}

.c-acd.is-active .c-acd-icon::before {
  background-image: url("../img/common/icon_minus_1_white.svg?d=202511141726");
}
@media (any-hover: hover) {
  .c-acd.is-active .c-acd-icon:hover::before {
    background-color: #fff;
    background-image: url("../img/common/icon_minus_1.svg?d=202511141726");
  }
}

@media screen and (max-width: 767.98px) {
  .c-acd-sp .c-acd-content {
    transition: visibility 0.3s linear;
  }
}

@media screen and (max-width: 767.98px) {
  .c-acd-sp:not(.is-active) .c-acd-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 767.98px) {
  .c-acd-sp .c-acd-icon {
    cursor: pointer;
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .c-acd-sp .c-acd-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    border-radius: 3px;
    background: url("../img/common/icon_plus_1_white.svg?d=202511141726") no-repeat center;
    background-size: contain;
    background-size: 46.1538461538% auto;
    background-color: #00bcae;
    box-shadow: inset 0 0 0 2px #00bcae;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    width: 40px;
    height: 40px;
  }
}
@media (any-hover: hover) {
  .c-acd-sp .c-acd-icon:hover::before {
    background-color: #fff;
    background-image: url("../img/common/icon_plus_1.svg?d=202511141726");
  }
}

@media screen and (max-width: 767.98px) {
  .c-acd-sp.is-active .c-acd-icon::before {
    background-image: url("../img/common/icon_minus_1_white.svg?d=202511141726");
  }
}
@media (any-hover: hover) {
  .c-acd-sp.is-active .c-acd-icon:hover::before {
    background-color: #fff;
    background-image: url("../img/common/icon_minus_1.svg?d=202511141726");
  }
}

/*
 * object/component/_c-banner.scss
 */
.c-banner1-area {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-banner1-area {
    max-width: 1200px;
  }
}
.c-banner1-area__sizer {
  position: relative;
  margin: 0 auto;
  container-type: inline-size;
}
@media screen and (max-width: 767.98px) {
  .c-banner1-area__sizer {
    width: 86.6666666667%;
    padding: 12.1333333333% 0 14.1333333333%;
  }
}
@media screen and (min-width: 768px) {
  .c-banner1-area__sizer {
    width: 90%;
    max-width: 500px;
    padding: 6.5833333333% 0 9.9166666667%;
  }
}

.c-banner1 {
  position: relative;
  display: block;
  text-align: center;
}
.c-banner1:any-link {
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .c-banner1:any-link:hover {
    opacity: 0.6;
  }
}
.c-banner1__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/*
 * 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 screen and (max-width: 767.98px) {
  .c-popup1__container {
    width: 90%;
    max-width: 650px;
    padding: 73px 0;
  }
}
@media screen and (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-family: "Yu Mincho", "游明朝体", "游明朝", YuMincho, "MS P明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  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 screen and (max-width: 767.98px) {
  .c-popup1__bg {
    font-size: 1.25rem;
    font-size: 3.8461538462cqi;
    line-height: 1.640388;
  }
}
@media screen and (min-width: 768px) {
  .c-popup1__bg {
    font-size: 1.6rem;
    font-size: 1.8823529412cqi;
    line-height: 1.5;
  }
}

.c-popup1__inner {
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .c-popup1__inner {
    padding: 2.32em 1em 1em;
  }
}
@media screen and (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 screen and (max-width: 767.98px) {
  .c-popup1-card__inner {
    flex-direction: column-reverse;
    gap: 1.12em;
  }
}
@media screen and (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 screen and (max-width: 767.98px) {
  .c-popup1-card__head {
    margin-bottom: 0.56em;
  }
}
@media screen and (min-width: 768px) {
  .c-popup1-card__head {
    margin-bottom: 0.5625em;
  }
}
.c-popup1-card__time {
  display: block;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .c-popup1-card__time {
    font-size: inherit;
  }
}
@media screen and (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 screen and (max-width: 767.98px) {
  .c-popup1-card__title {
    font-size: 1.32em;
  }
}
@media screen and (min-width: 768px) {
  .c-popup1-card__title {
    font-size: 1.25em;
  }
}
.c-popup1-card__para1 {
  margin: 0;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767.98px) {
  .c-popup1-card__para1 {
    margin: -0.44em 0 -1em;
  }
}
@media screen and (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=202511141726") no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: 0.2s linear;
  transition: opacity 0.2s linear;
}
@media screen and (max-width: 767.98px) {
  .c-popup1__close {
    top: 0.48em;
    right: 0.48em;
    width: 1.84em;
    height: 1.84em;
  }
}
@media screen and (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 screen and (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: 40px 0;
  background: rgba(0, 0, 0, 0.7);
}

.c-popup2__container {
  position: relative;
  width: 156.2064156206vh;
  height: calc(64.0178571429vw - 120.3535714286px);
  max-width: calc(100% - 188px);
  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(64.0178571429vw - 21.7660714286px);
    max-width: 100%;
  }
}

.c-popup2__bg {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 3px;
  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 {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.c-popup2__content {
  margin: 0;
  border-radius: 3px;
  background: #fff;
}

.c-popup2__close {
  position: absolute;
  top: 0;
  left: calc(100% + 16px);
  width: 52px;
  height: 52px;
  border-radius: 3px;
  background: url("../img/common/icon_close_1_white.svg?d=202511141726") no-repeat center;
  background-size: contain;
  background-size: 34.6153846154% auto;
  background-color: #00bcae;
  box-shadow: inset 0 0 0 2px #00bcae;
  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;
  }
}
@media (any-hover: hover) {
  .c-popup2__close:hover {
    background-image: url("../img/common/icon_close_1.svg?d=202511141726");
    background-color: #fff;
  }
}
.c-popup2__close--sp {
  display: none;
}
@media (orientation: portrait) {
  .c-popup2__close--sp {
    display: block;
  }
}

/*
 * object/component/_c-ani.scss
 */
.c-ani-fadein-up {
  opacity: 0;
  transform: translateY(50px);
  transition-property: transform, opacity;
  transition-duration: 1.5s;
  transition-timing-function: ease-out;
}
.c-ani-fadein-up.is-active {
  transform: translateY(0);
  opacity: 1;
}
.c-ani-fadein-up--delay2 {
  transition-delay: 0.2s;
}
.c-ani-fadein-up--delay3 {
  transition-delay: 0.3s;
}
.c-ani-fadein-up--delay4 {
  transition-delay: 0.4s;
}
.c-ani-fadein-up--delay5 {
  transition-delay: 0.5s;
}
.c-ani-fadein-up--delay6 {
  transition-delay: 0.6s;
}
.c-ani-fadein-up--delay7 {
  transition-delay: 0.7s;
}
.c-ani-fadein-up--delay8 {
  transition-delay: 0.8s;
}
.c-ani-fadein-up--delay9 {
  transition-delay: 0.9s;
}
.c-ani-fadein-up--delay10 {
  transition-delay: 1s;
}

/*
* object/project/p-pagetop.css
*/
.p-pagetop {
  position: fixed;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-pagetop {
    display: none;
    right: 8px;
    bottom: 8px;
    width: 48px;
  }
}
@media screen and (min-width: 768px) {
  .p-pagetop {
    right: 27px;
    bottom: 27px;
    width: 48px;
  }
}
.p-pagetop__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  cursor: pointer;
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .p-pagetop__btn:hover {
    opacity: 0.6;
  }
}

/*
* object/project/p-head.css
*/
.p-head1 {
  display: block;
  margin: 0 auto;
  container-type: inline-size;
  font-size: initial;
}
@media screen and (max-width: 767.98px) {
  .p-head1 {
    margin-bottom: 2%;
    padding-top: 3.6%;
  }
}
@media screen and (min-width: 768px) {
  .p-head1 {
    margin-bottom: 42px;
    padding-top: 57px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-head1--pdt1 {
    padding-top: 8.2666666667%;
  }
}
@media screen and (min-width: 768px) {
  .p-head1--pdt1 {
    padding-top: 26px;
  }
}
.p-head1__sizer {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-head1__sizer {
    max-width: 1024px;
    width: 90%;
  }
}
@media screen and (max-width: 559.98px) {
  .p-head1 .c-title2 {
    margin-top: 1em;
  }
}
@media screen and (min-width: 560px) {
  .p-head1 .c-title2 {
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 767.98px) {
  .p-head1__img {
    width: 100%;
  }
}

.p-head2 {
  display: block;
  margin: 0 auto;
  container-type: inline-size;
}
@media screen and (max-width: 767.98px) {
  .p-head2 {
    margin-bottom: 5.8666666667%;
    padding-top: 6.9333333333%;
  }
}
@media screen and (min-width: 768px) {
  .p-head2 {
    margin-bottom: 42px;
    padding-top: 54px;
  }
}
@media screen and (min-width: 768px) {
  .p-head2--pdt1 {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  .p-head2--mgb1 {
    margin-bottom: 58px;
  }
}
.p-head2__sizer {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-head2__sizer {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .p-head2__sizer {
    max-width: 1024px;
    width: 90%;
  }
}
/*
* object/project/p-listing.css
*/
.p-listing1 {
  position: relative;
}
.p-listing1__sizer {
  position: relative;
  container-type: inline-size;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-listing1__sizer {
    max-width: 800px;
    width: 90%;
  }
}
.p-listing1__inner {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-listing1__inner {
    padding: 10.9333333333% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-listing1__inner {
    padding: 15.25% 0 0;
  }
}

.p-listing1-head {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-listing1-head {
    margin-bottom: 6.1333333333%;
  }
}
@media screen and (min-width: 768px) {
  .p-listing1-head {
    margin-bottom: 27px;
  }
}

.p-listing1-list-area {
  position: relative;
  container-type: inline-size;
}

.p-listing1-list {
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767.98px) {
  .p-listing1-list {
    gap: 1.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-listing1-list {
    flex-direction: column;
    width: 86.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .p-listing1-list {
    gap: 10px;
    gap: 1.25cqi;
  }
}
@media screen and (min-width: 768px) {
  .p-listing1-list__item {
    flex: 0 0 32.5%;
  }
}

.p-listing1-list-card {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  color: inherit;
  text-decoration: none;
}
.p-listing1-list-card:any-link {
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .p-listing1-list-card:any-link:hover {
    opacity: 0.6;
  }
}

.p-listing1-list-content {
  text-align: center;
}

.p-listing1-list-title {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.3667071429;
  letter-spacing: 0.08em;
  text-align: center;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .p-listing1-list-title {
    font-size: 1.75rem;
    line-height: 1.3637914286;
    margin-top: 0.5714285714em;
  }
}
@media screen and (min-width: 768px) {
  .p-listing1-list-title {
    font-size: 1.75cqi;
    margin-top: 0.9285714286em;
  }
}

.p-listing1-list-pic {
  position: relative;
  display: block;
  margin: 0;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.98px) {
  .p-listing1-list-pic {
    box-shadow: 0.5333333333cqi 0.5333333333cqi 0.5333333333cqi 0 rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) {
  .p-listing1-list-pic {
    padding-bottom: 64.6153846154%;
    box-shadow: 0.5cqi 0.5cqi 0.5cqi 0 rgba(0, 0, 0, 0.15);
  }
}
.p-listing1-list-pic__img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-listing1-list-pic__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: contain;
  }
}

/*
* object/project/p-info.css
*/
.p-info1 {
  margin-top: 16px;
}
@media screen and (max-width: 559.98px) {
  .p-info1 {
    margin-top: 9px;
  }
}
.p-info1__sizer {
  margin: 0 auto;
  container-type: inline-size;
}
.p-info1__sizer--1 {
  max-width: 1024px;
}
@media screen and (max-width: 767.98px) {
  .p-info1__sizer--1 {
    padding: 0 6.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .p-info1__sizer--1 {
    width: 90%;
  }
}

.p-info1-head {
  font-size: 3.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 559.98px) {
  .p-info1-head {
    font-size: 2.1rem;
    padding-bottom: 0.2380952381em;
    margin-bottom: 0.5238095238em;
  }
}
@media screen and (min-width: 560px) {
  .p-info1-head {
    padding-bottom: 0.40625em;
    margin-bottom: 0.40625em;
  }
}

.p-info1-title1 {
  margin: 0;
  font-size: inherit;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.373;
}
@media screen and (max-width: 559.98px) {
  .p-info1-title1 {
    letter-spacing: 0.08em;
  }
}

.p-info1-copy {
  display: block;
  margin: 0;
  font-size: 0.5333333333em;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.373;
}
@media screen and (max-width: 559.98px) {
  .p-info1-copy {
    margin-top: 0.0333333333em;
    font-size: 0.7142857143em;
    line-height: 1.1811033333;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 560px) {
  .p-info1-copy {
    margin-top: -0.0625em;
    letter-spacing: 0.08em;
  }
}

.p-info1-para1 {
  display: block;
  margin: 0;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.4679428571;
}
@media screen and (max-width: 559.98px) {
  .p-info1-para1 {
    font-size: 1.25rem;
    line-height: 1.360632;
    text-align: justify;
    margin: -0.12em 0 -1em;
  }
}
@media screen and (min-width: 560px) {
  .p-info1-para1 {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    margin: -0.1875em 0 -1em;
  }
}

.p-info1-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-info1-wrap--row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.p-info1-table {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.4679428571;
}
@media screen and (max-width: 559.98px) {
  .p-info1-table {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-info1-table {
    min-width: 71.4%;
    margin-top: 2.1666666667em;
  }
}
@media screen and (min-width: 768px) {
  .p-info1-table {
    order: 1;
    flex: 1 1 auto;
    max-width: 70%;
    margin-top: 2.6em;
  }
}
@media screen and (max-width: 767.98px) {
  .p-info1-table--size1 {
    min-width: 80.6%;
  }
}
@media screen and (min-width: 768px) {
  .p-info1-table--size1 {
    min-width: 35.4em;
  }
}
.p-info1-table__item {
  display: flex;
}
.p-info1-table__item + .p-info1-table__item {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767.98px) {
  .p-info1-table-title,
  .p-info1-table-desc {
    min-height: 2.5833333333em;
    padding: 0.75em 0 0.25em;
  }
}
@media screen and (min-width: 768px) {
  .p-info1-table-title,
  .p-info1-table-desc {
    min-height: 2.8em;
    padding: 0.8em 0 0.5em;
  }
}

.p-info1-table-title {
  padding-right: 0.5em;
}
@media screen and (max-width: 767.98px) {
  .p-info1-table-title {
    flex: 0 0 10em;
  }
}
@media screen and (min-width: 768px) {
  .p-info1-table-title {
    flex: 0 0 11.3em;
  }
}

.p-info1-table-desc {
  flex: 1 1 auto;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .p-info1-table-desc {
    padding-right: 0.6666666667em;
  }
}
@media screen and (min-width: 768px) {
  .p-info1-table-desc {
    padding-right: 2em;
  }
}

.p-info1-list1 {
  min-width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.62992;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 559.98px) {
  .p-info1-list1 {
    font-size: 1.1rem;
    line-height: 1.5191590909;
  }
}
@media screen and (max-width: 767.98px) {
  .p-info1-list1 {
    margin-top: 2.4545454545em;
  }
}
@media screen and (min-width: 768px) {
  .p-info1-list1 {
    order: 3;
    margin-top: 2.3em;
  }
}
.p-info1-list1__item + .p-info1-list1__item {
  margin-top: 2.6em;
}

.p-info1-list1-desc {
  margin: 0;
}

.p-info1-buttons {
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .p-info1-buttons {
    margin: 5.5384615385% auto 0;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-info1-buttons {
    order: 2;
    margin-top: 3.7109375%;
    padding-left: 40px;
  }
}

/*
* object/project/p-hero.css
*/
.p-hero1 {
  position: relative;
}
.p-hero1-swiper-area {
  position: relative;
  margin: 0 auto;
}
.p-hero1-swiper {
  position: relative;
  margin: 0 auto;
}
.p-hero1-list {
  position: relative;
  justify-content: center;
}
.swiper-initialized .p-hero1-list {
  justify-content: flex-start;
}
.p-hero1-list__item-inner {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-hero1-list__item-inner {
    padding-bottom: 80%;
  }
}
@media screen and (min-width: 768px) {
  .p-hero1-list__item-inner {
    padding-bottom: 41.6666666667%;
  }
}
.p-hero1-list__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}
@media screen and (max-width: 767.98px) {
  .p-hero1-list__item-img {
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .p-hero1-list__item-img {
    object-fit: contain;
  }
}

.p-hero2 {
  position: relative;
}
.p-hero2-swiper-area {
  position: relative;
  max-width: 824px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-hero2-swiper-area {
    padding: 0 6.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .p-hero2-swiper-area {
    width: 90%;
    padding: 0 62px;
  }
}
.p-hero2-swiper {
  position: relative;
  margin: 0 auto;
}
.p-hero2-list {
  position: relative;
  justify-content: center;
}
.swiper-initialized .p-hero2-list {
  justify-content: flex-start;
}
.p-hero2-list__item-inner {
  position: relative;
  width: 100%;
  padding-bottom: 64.2857142857%;
}
.p-hero2-list__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.p-hero3 {
  position: relative;
}
.p-hero3-swiper-area {
  position: relative;
  max-width: 824px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-hero3-swiper-area {
    padding: 0 6.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .p-hero3-swiper-area {
    width: 90%;
    padding: 0 62px;
  }
}
.p-hero3-swiper {
  position: relative;
  margin: 0 auto;
}
.p-hero3-list {
  position: relative;
  justify-content: center;
}
.swiper-initialized .p-hero3-list {
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .p-hero3-list__item {
    width: 67.7142857143%;
    padding: 0 1.7142857143%;
  }
}
.p-hero3-list__item-inner {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  transition-property: opacity;
  transition-duration: 1s;
}
.swiper-slide-prev .p-hero3-list__item-inner, .swiper-slide-next .p-hero3-list__item-inner {
  opacity: 0.3;
}
.p-hero3-list__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

/*
* page/pg-index.css
*/
@media screen and (max-width: 767.98px) {
  .pg-index .l-main {
    padding-bottom: 8.8%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index .l-main {
    padding-bottom: 6.5833333333%;
  }
}
@media screen and (min-width: 1200px) {
  .pg-index .l-main {
    padding-bottom: 79px;
  }
}

.pg-index-hero {
  position: relative;
  background: #00bcae;
}
.pg-index-hero__sizer {
  position: relative;
}
.pg-index-hero__inner {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero__inner {
    padding: 1.8666666667% 0 66%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero__inner {
    padding-bottom: 50%;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-hero-text1 {
    margin: 0 auto 9.0666666667%;
    width: 55.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero-text1 {
    position: absolute;
    right: 3.4166666667%;
    top: 0;
    margin: 0.5833333333% 0 0;
    width: 9.6666666667%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero-text1__img {
    margin-left: 1.4457831325%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero-title1 {
    position: relative;
    width: 78.4%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero-title1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 33%;
    margin: 8% 0 0;
    padding-bottom: 3.25%;
  }
}
.pg-index-hero-title1::before {
  content: "";
  position: absolute;
  background: url("../img/index/bg_index_hero_1.svg?d=202511141726") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero-title1::before {
    right: 5.1020408163%;
    top: 100%;
    width: 75.5102040816%;
    margin-top: -17.6870748299%;
    padding-bottom: 62.2448979592%;
    background-image: url("../img/index/bg_index_hero_1_sp.svg?d=202511141726");
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero-title1::before {
    right: -45.9595959596%;
    bottom: 0;
    width: 73.7373737374%;
    padding-bottom: 60.6060606061%;
  }
}

.pg-index-hero-news {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pg-index-hero-news {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1480px;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-hero-news-title {
    margin: 0 auto;
    width: 87.8666666667%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero-news-title {
    margin: 0 auto 2.0833333333% 2.5%;
    width: 36.4166666667%;
    max-width: 437px;
  }
}
@media screen and (min-width: 1200px) {
  .pg-index-hero-news-title {
    margin-left: 2.5%;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1480px) {
  .pg-index-hero-news-title {
    margin-left: 11.4864864865%;
  }
}
.pg-index-hero-news-title__img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero-news-title__img {
    margin-left: 3.0349013657%;
  }
}
.pg-index-hero-news-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  container-type: inline-size;
  background: rgba(255, 255, 255, 0.85);
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s linear;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero-news-content {
    margin: 2.5333333333% auto 0;
    padding: 0 6.5333333333%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero-news-content {
    width: 50.8333333333%;
    max-width: 610px;
    margin: 0;
    padding: 0 10px 0 23px;
  }
}
@media (any-hover: hover) {
  .pg-index-hero-news-content:hover {
    opacity: 0.6;
  }
}
.pg-index-hero-news-content__inner {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  font-size: 2.5rem;
  font-size: 3.8343558282cqi;
  font-family: "Yu Mincho", "游明朝体", "游明朝", YuMincho, "MS P明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: normal;
  font-feature-settings: "palt";
  line-height: 1.5;
}
@media screen and (max-width: 559.98px) {
  .pg-index-hero-news-content__inner {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero-news-content__inner {
    min-height: 2.92em;
    padding: 0.76em 0 0.6em 0.76em;
    letter-spacing: 0.169em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero-news-content__inner {
    min-height: 2.7em;
    padding: 0.6em 0 0.6em 0.75em;
    font-size: 2rem;
    font-size: 3.4662045061cqi;
    letter-spacing: 0.07em;
  }
}
.pg-index-hero-news-content__inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #231815;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero-news-content__inner::before {
    height: calc(100% - 0.48em);
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero-news-content__inner::before {
    height: calc(100% - 0.6em);
  }
}
.pg-index-hero-news-content__inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-40%);
  border-radius: 50%;
  background: #231815;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero-news-content__inner::after {
    top: 0.48em;
    width: 0.16em;
    height: 0.16em;
    min-width: 2px;
    min-height: 2px;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero-news-content__inner::after {
    top: 0.6em;
    width: 3px;
    height: 3px;
  }
}
.pg-index-hero-news-content__time {
  flex: 0 0 auto;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero-news-content__time {
    margin-right: 1.16em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero-news-content__time {
    margin-right: 1em;
  }
}
.pg-index-hero-news-content__text {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pg-index-intro {
  position: relative;
  background: #00bcae;
}
.pg-index-intro__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-intro__inner {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-intro__inner {
    padding: 9.2% 0 9.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-intro__inner {
    padding: 9.5833333333% 0 7.1666666667%;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-intro-title1 {
    margin: 0 auto 3.3333333333%;
    width: 93.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-intro-title1 {
    margin: 0 auto 3.0833333333%;
    width: 53.5833333333%;
  }
}
.pg-index-intro-content {
  font-size: 2.2rem;
  font-size: 2.9333333333cqi;
  font-family: "Yu Mincho", "游明朝体", "游明朝", YuMincho, "MS P明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media screen and (max-width: 559.98px) {
  .pg-index-intro-content {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-intro-content {
    line-height: 1.5139590909;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-intro-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
    padding-right: 0.3571428571em;
    font-size: 1.4rem;
    font-size: 1.1666666667cqi;
    line-height: 1.7142857143;
    letter-spacing: 0.28em;
  }
}

.pg-index-intro-title2 {
  margin: 0;
  font-size: inherit;
}
@media screen and (max-width: 767.98px) {
  .pg-index-intro-title2 {
    width: 69.7333333333%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-intro-title2 {
    width: 16.5833333333%;
    margin-left: 2.4285714286em;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-intro-content-desc1 {
    margin: 1.2272727273em auto 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-intro-content-desc1 {
    margin: 0.8571428571em 0 0;
    font-feature-settings: normal;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.pg-index-intro-content-para1 {
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .pg-index-intro-content-para1 + .pg-index-intro-content-para1 {
    margin-top: 1.5139590909em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-intro-content-para1 + .pg-index-intro-content-para1 {
    margin-right: 1.7142857143em;
  }
}

.pg-index-intro-buttons {
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767.98px) {
  .pg-index-intro-buttons {
    flex-direction: column;
    margin-top: 6.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-intro-buttons {
    justify-content: center;
    margin-top: 6.25%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-intro-buttons__item {
    flex: 0 0 22.3333333333%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-intro-buttons__item + .pg-index-intro-buttons__item {
    margin-top: 4.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-intro-buttons__item + .pg-index-intro-buttons__item {
    margin-left: 1.9166666667%;
  }
}

.pg-index-intro-button {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .pg-index-intro-button {
    width: 53.4666666667%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-intro-buttons__item--3 .pg-index-intro-button--comment {
    margin-top: 13.0666666667%;
  }
}
.pg-index-intro-button--comment::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  width: 100%;
}
.pg-index-intro-buttons__item--3 .pg-index-intro-button--comment::before {
  background: url("../img/index/btn_index_ryogoku_txt_1.svg?d=202511141726") no-repeat center;
  background-size: contain;
  padding-bottom: 15.671641791%;
}
@media screen and (max-width: 767.98px) {
  .pg-index-intro-buttons__item--3 .pg-index-intro-button--comment::before {
    width: 101.9950124688%;
    margin-bottom: 2.7431421446%;
    padding-bottom: 21.1970074813%;
    background-image: url("../img/index/btn_index_ryogoku_txt_1_sp.svg?d=202511141726");
  }
}
@media screen and (min-width: 768px) {
  .pg-index-intro-buttons__item--3 .pg-index-intro-button--comment::before {
    margin-bottom: 4.1044776119%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-intro-button__img {
    width: 100%;
  }
}

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

.pg-index-history-title1 {
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .pg-index-history-title1 {
    width: 80.4%;
    margin-bottom: -2.1333333333%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history-title1 {
    max-width: 480px;
    margin-bottom: -10px;
  }
}

.pg-index-history-list__item--delay1 {
  transition-delay: 0.3s;
}

.pg-index-history-list-pic {
  transition-delay: 0.3s;
}
.pg-index-history-list__item.is-active .pg-index-history-list-pic {
  transform: translateY(0);
  opacity: 1;
}

.pg-index-history1 {
  position: relative;
}
.pg-index-history1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/index/bg_index_history1_1.png?d=202511141726") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .pg-index-history1::before {
    background-image: url("../img/index/bg_index_history1_1_sp.png?d=202511141726");
    background-size: contain;
    background-position: center bottom;
  }
}
.pg-index-history1__sizer {
  position: relative;
}
.pg-index-history1__inner {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-history1__inner {
    padding: 8.5333333333% 0 8.1333333333%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history1__inner {
    padding: 5.4166666667% 0 4.5833333333%;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-history1-title1 {
    margin: 0 auto 3.6%;
    width: 40.2666666667%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history1-title1 {
    margin: 0 auto 22px;
    max-width: 211px;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-history1-title1__img {
    width: 100%;
  }
}

.pg-index-history1-list-area {
  position: relative;
}

.pg-index-history1-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  container-type: inline-size;
}
@media screen and (max-width: 767.98px) {
  .pg-index-history1-list {
    width: 86%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history1-list {
    margin-top: -2.5714285714%;
  }
}
.pg-index-history1-list__item {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-history1-list__item {
    font-size: 1.225rem;
    font-size: 3.7984496124cqi;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history1-list__item {
    display: inline-block;
    margin-top: 4.1428571429%;
    font-size: 1.4rem;
    font-size: 2cqi;
  }
}
.pg-index-history1-list__item--2, .pg-index-history1-list__item--3, .pg-index-history1-list__item--4 {
  float: left;
}
@media screen and (min-width: 768px) {
  .pg-index-history1-list__item--3, .pg-index-history1-list__item--4, .pg-index-history1-list__item--5 {
    margin-left: 2.1428571429%;
  }
}
.pg-index-history1-list__item--1 {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .pg-index-history1-list__item--2 {
    width: 34.4186046512%;
    margin: 4.1860465116% 0 0 11.1627906977%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history1-list__item--2 {
    width: 28.5714285714%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-history1-list__item--3 {
    width: 40.4651162791%;
    margin: 4.1860465116% 0 0 2.6356589147%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history1-list__item--3 {
    width: 33.5714285714%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-history1-list__item--4 {
    width: 40.4651162791%;
    margin: 2.6356589147% 0 0 2.6356589147%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history1-list__item--4 {
    width: 33.5714285714%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-history1-list__item--5 {
    clear: both;
    margin: 0 auto 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history1-list__item--5 {
    float: left;
    width: 69.2857142857%;
    margin-top: 1.2857142857%;
  }
}
.pg-index-history1-list-title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  margin: 0;
  font-size: inherit;
}
@media screen and (max-width: 767.98px) {
  .pg-index-history1-list-title {
    margin: -0.2857142857em 0 0 -0.1632653061em;
    width: 2.0408163265em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history1-list-title {
    margin: -0.4285714286em 0 0 -0.4285714286em;
    width: 3.2142857143em;
  }
}
.pg-index-history1-list-title__img {
  width: 100%;
}

.pg-index-history1-list__item--2 .pg-index-history1-list-cap {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767.98px) {
  .pg-index-history1-list__item--2 .pg-index-history1-list-cap {
    margin: 0.9009009009% 0 0 -41.4414414414%;
    width: 79.2vw;
    width: 92.0930232558cqi;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history1-list__item--2 .pg-index-history1-list-cap {
    margin: 8.5% 0 0 -18%;
    width: 118%;
  }
}

.pg-index-history1-para1 {
  margin: 0;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767.98px) {
  .pg-index-history1-para1 {
    font-size: 1.225rem;
    padding-top: 0.8979591837em;
    line-height: 1.4462489796;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history1-para1 {
    line-height: 1.5714285714;
  }
}

.pg-index-history2 {
  position: relative;
  background-color: #dbf6f3;
}
.pg-index-history2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/index/bg_index_history2_1.png?d=202511141726") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .pg-index-history2::before {
    background-image: url("../img/index/bg_index_history2_1_sp.png?d=202511141726");
  }
}
.pg-index-history2__sizer {
  position: relative;
}
.pg-index-history2__inner {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-history2__inner {
    padding: 8.8% 0 8.1333333333%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history2__inner {
    padding: 7.8333333333% 0 4.8333333333%;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-history2-title1 {
    margin: 0 auto 4.2666666667%;
    width: 51.0666666667%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history2-title1 {
    margin: 0 auto 22px;
    max-width: 272px;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-history2-title1__img {
    width: 100%;
  }
}

.pg-index-history2-list-area {
  position: relative;
}

.pg-index-history2-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  container-type: inline-size;
}
@media screen and (max-width: 767.98px) {
  .pg-index-history2-list {
    width: 86%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history2-list {
    margin-top: -2.5714285714%;
  }
}
.pg-index-history2-list__item {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-history2-list__item {
    font-size: 1.225rem;
    font-size: 3.7984496124cqi;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history2-list__item {
    margin-top: 4.1428571429%;
    font-size: 1.4rem;
    font-size: 2cqi;
  }
}
.pg-index-history2-list__item--1 {
  width: 100%;
}
.pg-index-history2-list__item--2 {
  float: left;
}
@media screen and (max-width: 767.98px) {
  .pg-index-history2-list__item--2 {
    width: 37.3643410853%;
    margin: 4.1860465116% 0 0 11.1627906977%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history2-list__item--2 {
    width: 69.1428571429%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-history2-list__item--3 {
    float: left;
    width: 37.3643410853%;
    margin: 4.1860465116% 0 0 2.6356589147%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history2-list__item--3 {
    float: right;
    width: 28.5714285714%;
    margin-left: 2.1428571429%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-history2-list__item--4 {
    clear: both;
    float: none;
    margin: 0 auto 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history2-list__item--4 {
    display: inline-block;
    width: 69.1428571429%;
    margin-top: 1.2857142857%;
  }
}
.pg-index-history2-list-title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  margin: 0;
  font-size: inherit;
}
@media screen and (max-width: 767.98px) {
  .pg-index-history2-list-title {
    margin: -0.2857142857em 0 0 -0.1632653061em;
    width: 2.0408163265em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history2-list-title {
    margin: -0.4285714286em 0 0 -0.4285714286em;
    width: 3.2142857143em;
  }
}
.pg-index-history2-list-title__img {
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .pg-index-history2-list__item--3 .pg-index-history2-list-cap {
    margin: 0.8298755187% 0 0 -107.8838174274%;
    width: 79.2vw;
    width: 92.0930232558cqi;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history2-list__item--3 .pg-index-history2-list-cap {
    margin: 8.5% -18% 0 0;
    width: 118%;
  }
}

.pg-index-history2-para1 {
  margin: 0;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.065em;
  text-align: justify;
}
@media screen and (max-width: 767.98px) {
  .pg-index-history2-para1 {
    font-size: 1.225rem;
    padding-top: 0.8979591837em;
    line-height: 1.4462489796;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-history2-para1 {
    line-height: 1.5714285714;
  }
}

.pg-index-lineup {
  position: relative;
}
.pg-index-lineup__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-lineup__inner {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-lineup__inner {
    padding: 10% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-lineup__inner {
    padding: 6.4166666667% 0 0;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-lineup-title1 {
    margin: 0 auto 6.5333333333%;
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-lineup-title1 {
    margin: 0 auto 29px;
    max-width: 353px;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-lineup-title1__img {
    width: 100%;
  }
}

.pg-index-lineup-list-area {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  container-type: inline-size;
}
@media screen and (max-width: 767.98px) {
  .pg-index-lineup-list-area {
    width: 86.6666666667%;
  }
}

.pg-index-lineup-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767.98px) {
  .pg-index-lineup-list {
    gap: 0.9rem;
    gap: 2.7692307692cqi;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-lineup-list {
    gap: 12px;
    gap: 1.2244897959cqi;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-lineup-list__item {
    flex: 0 0 48.6153846154%;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) {
  .pg-index-lineup-list__item {
    flex: 0 0 24.0816326531%;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
  }
}
.pg-index-lineup-list__link {
  position: relative;
  display: block;
  padding-bottom: 100%;
}
.pg-index-lineup-list__link:any-link {
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .pg-index-lineup-list__link:any-link:hover {
    opacity: 0.6;
  }
}
.pg-index-lineup-list__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pg-index-banner-area__sizer {
  padding-bottom: 0;
}

.pg-index-event {
  position: relative;
}
.pg-index-event__sizer {
  position: relative;
}
.pg-index-event__inner {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-event__inner {
    padding: 12.2666666667% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-event__inner {
    padding: 7.3333333333% 0 0;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-event-title1 {
    margin: 0 auto 6.8%;
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-event-title1 {
    margin: 0 auto 29px;
    max-width: 353px;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-event-title1__img {
    width: 100%;
  }
}

.pg-index-event-list-area {
  position: relative;
  container-type: inline-size;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .pg-index-event-list-area {
    width: 86.6666666667%;
  }
}

.pg-index-event-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767.98px) {
  .pg-index-event-list {
    gap: 19px;
    gap: 2.9230769231cqi;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-event-list {
    gap: 15px;
    gap: 3cqi;
  }
}
.pg-index-event-list__item {
  text-align: center;
}
.pg-index-event-list__link {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.pg-index-event-list__link:any-link {
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .pg-index-event-list__link:any-link:hover {
    opacity: 0.6;
  }
}
.pg-index-event-list__link[aria-label]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.pg-index-event-list__link[aria-label]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  height: 100%;
  background: url("../img/common/txt_banner_closed_1.svg?d=202511141726") no-repeat center;
  background-size: contain;
}

.pg-index-news {
  position: relative;
}
.pg-index-news__sizer {
  position: relative;
}
.pg-index-news__inner {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-news__inner {
    padding: 13.4666666667% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-news__inner {
    padding: 7.1666666667% 0 0;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-news-title1 {
    margin: 0 auto 6%;
    width: 32.5333333333%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-news-title1 {
    margin: 0 auto 32px;
    max-width: 151px;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-news-title1__img {
    width: 100%;
  }
}

.pg-index-news-list-area {
  position: relative;
  container-type: inline-size;
}
@media screen and (max-width: 767.98px) {
  .pg-index-news-list-area {
    width: 86.6666666667%;
  }
}
.pg-index-news-list {
  position: relative;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-family: "Yu Mincho", "游明朝体", "游明朝", YuMincho, "MS P明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .pg-index-news-list {
    gap: 0.68em;
    margin: 0 auto;
    font-size: 1.25rem;
    font-size: 3.8461538462cqi;
    line-height: 1.640388;
    letter-spacing: 0.12em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-news-list {
    gap: 0.6923076923em;
    padding-top: 0.3076923077em;
    font-size: 1.3rem;
    font-size: 2.6cqi;
    line-height: 1.5;
    letter-spacing: 0.18em;
  }
}
.pg-index-news-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #231815;
}
@media screen and (max-width: 767.98px) {
  .pg-index-news-list::before {
    height: calc(100% + 0.16em);
  }
}
.pg-index-news-list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  transform: translateX(-40%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #231815;
}
.pg-index-news-list__item {
  position: relative;
  display: flex;
  align-items: center;
}
.pg-index-news-list__link {
  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: flex;
  align-items: center;
  width: 100%;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: inherit;
  text-align: left;
  transition: opacity 0.2s linear;
}
@media (any-hover: hover) {
  .pg-index-news-list__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-news-list__link {
    padding: 0 0 0 0.6em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-news-list__link {
    padding: 0.3846153846em 0 0.3846153846em 1em;
  }
}
.pg-index-news-list__time {
  flex: 0 0 auto;
  margin-right: 1em;
}
.pg-index-news-list__text {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  flex: 1 1 auto;
}

@media screen and (max-width: 767.98px) {
  .pg-index-news-buttons {
    margin-top: 4.9333333333%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-news-buttons {
    margin-top: 21px;
  }
}

.pg-index-insta {
  position: relative;
}
.pg-index-insta__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-insta__inner {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-insta__inner {
    padding: 12.4% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-insta__inner {
    padding: 8.6666666667% 0 0;
  }
}

.pg-index-insta-title1 {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-insta-title1 {
    width: 32.5333333333%;
    margin: 0 auto 3.7333333333%;
    padding-top: 8.4%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-insta-title1 {
    max-width: 151px;
    margin: 0 auto 26px;
    padding-top: 41px;
  }
}
.pg-index-insta-title1::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 17.880794702%;
  padding-bottom: 17.880794702%;
  background: url("../img/common/icon_insta_1.png?d=202511141726") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .pg-index-insta-title1__img {
    width: 100%;
  }
}

.pg-index-insta-list-area {
  position: relative;
  container-type: inline-size;
  max-width: 980px;
  margin-inline: auto;
}

@media screen and (max-width: 767.98px) {
  .pg-index-insta-list-area .eapps-widget-toolbar-panel-wrapper {
    text-align: center;
  }
}
.pg-index-insta-list-area .eapps-widget-toolbar-panel-share {
  width: 88px;
}
@media screen and (max-width: 767.98px) {
  .pg-index-insta-list-area .eapps-widget-toolbar-panel-share {
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
}
.pg-index-insta-list-area .eapps-instagram-feed-header-inner {
  max-width: none;
}
.pg-index-insta-list-area .eapps-instagram-feed-header-user {
  flex-shrink: 1;
}
.pg-index-insta-list-area .eapps-instagram-feed-header-user + .eapps-instagram-feed-header-stats {
  flex-shrink: 0;
  margin-left: 30px;
}
.pg-index-insta-list-area .eapps-instagram-feed-header-small .eapps-instagram-feed-header-user + .eapps-instagram-feed-header-stats {
  flex-shrink: 1;
  margin-left: 0;
}
.pg-index-insta-list-area .eapps-instagram-feed-header-user + .eapps-instagram-feed-header-follow-button-wrapper, .pg-index-insta-list-area .eapps-instagram-feed-header-stats + .eapps-instagram-feed-header-follow-button-wrapper {
  flex-shrink: 0;
  margin-left: 20px;
}
.pg-index-insta-list-area .eapps-instagram-feed-header-small .eapps-instagram-feed-header-user + .eapps-instagram-feed-header-follow-button-wrapper, .pg-index-insta-list-area .eapps-instagram-feed-header-small .eapps-instagram-feed-header-stats + .eapps-instagram-feed-header-follow-button-wrapper {
  flex-shrink: 1;
  margin-left: 0;
}
.pg-index-insta-list-area .eapps-instagram-feed-posts-container {
  width: calc(100% - 12px);
  margin: 0 auto;
}
.pg-index-insta-list-area .eapps-instagram-feed-posts-grid-load-more-container {
  display: none !important;
}
.pg-index-insta-list-area .eapps-instagram-feed-posts-grid-load-more {
  display: none !important;
}

.pg-index-map {
  position: relative;
}
.pg-index-map__sizer {
  position: relative;
  container-type: inline-size;
}
.pg-index-map__inner {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-map__inner {
    padding: 12% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-map__inner {
    padding: 8.6666666667% 0 0;
  }
}

.pg-index-map-title1 {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-map-title1 {
    margin: 0 auto 6.1333333333%;
    width: 32.5333333333%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-map-title1 {
    margin: 0 auto 26px;
    max-width: 151px;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-map-title1__img {
    width: 100%;
  }
}

.pg-index-map-content {
  position: relative;
  container-type: inline-size;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .pg-index-map-content {
    width: 86.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-map-content {
    max-width: 479px;
    width: 48.8775510204%;
  }
}
@media screen and (min-width: 980px) {
  .pg-index-map-content {
    width: 100%;
  }
}
.pg-index-map-content__sizer {
  position: relative;
  padding-bottom: 100%;
}
.pg-index-map-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
* page/pg-lineup.css
*/
@media screen and (max-width: 767.98px) {
  .pg-lineup-head1 {
    margin-bottom: 6.1333333333%;
  }
}
@media screen and (max-width: 559.98px) {
  .pg-lineup-head1__main {
    width: 115.5px;
    max-width: 100%;
  }
}

.pg-lineup-list-area {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  container-type: inline-size;
}
@media screen and (max-width: 767.98px) {
  .pg-lineup-list-area {
    width: 86.6666666667%;
  }
}

.pg-lineup-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767.98px) {
  .pg-lineup-list {
    gap: 0.9rem;
    gap: 2.7692307692cqi;
  }
}
@media screen and (min-width: 768px) {
  .pg-lineup-list {
    gap: 12px;
    gap: 1.2244897959cqi;
  }
}
.pg-lineup-list__item {
  opacity: 0;
  transform: translateY(100px);
  transition-property: transform, opacity;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .pg-lineup-list__item {
    flex: 0 0 48.6153846154%;
    transition-duration: 1.5s;
  }
}
@media screen and (min-width: 768px) {
  .pg-lineup-list__item {
    flex: 0 0 24.0816326531%;
    transition-duration: 0.8s;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-lineup-list__item:nth-of-type(2n+2) {
    transition-delay: 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .pg-lineup-list__item:nth-of-type(4n+2) {
    transition-delay: 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .pg-lineup-list__item:nth-of-type(4n+3) {
    transition-delay: 0.6s;
  }
}
@media screen and (min-width: 768px) {
  .pg-lineup-list__item:nth-of-type(4n+4) {
    transition-delay: 0.9s;
  }
}
.pg-lineup-list.is-active .pg-lineup-list__item {
  transform: translateY(0);
  opacity: 1;
}
.pg-lineup-list__link {
  position: relative;
  display: block;
  padding-bottom: 100%;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.98px) {
  .pg-lineup-list__link {
    box-shadow: 0.5333333333cqi 0.5333333333cqi 0.5333333333cqi 0 rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) {
  .pg-lineup-list__link {
    box-shadow: 0.5714285714cqi 0.5714285714cqi 0.5714285714cqi 0 rgba(0, 0, 0, 0.15);
  }
}
.pg-lineup-list__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .pg-lineup-banner-area__sizer {
    padding-top: 8.3333333333%;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-lineup-detail .l-main {
    padding-bottom: 14.1333333333%;
  }
}
@media screen and (min-width: 768px) {
  .pg-lineup-detail .l-main {
    padding-bottom: 11.9166666667%;
  }
}
@media screen and (min-width: 1200px) {
  .pg-lineup-detail .l-main {
    padding-bottom: 143px;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-lineup-detail-banner-area__sizer {
    padding: 11.2% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-lineup-detail-banner-area__sizer {
    padding: 11.1666666667% 0 0;
  }
}

/*
* page/pg-event.css
*/
@media screen and (max-width: 767.98px) {
  .pg-event-detail .l-main {
    padding-bottom: 13.6%;
  }
}
@media screen and (min-width: 768px) {
  .pg-event-detail .l-main {
    padding-bottom: 18.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .pg-event-detail .l-main {
    padding-bottom: 224px;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-event-detail-banner-area__sizer {
    padding: 11.2% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-event-detail-banner-area__sizer {
    padding: 11.1666666667% 0 0;
  }
}

/*
* page/pg-member.css
*/
@media screen and (max-width: 767.98px) {
  .pg-member .l-main {
    padding-bottom: 14.1333333333%;
  }
}
@media screen and (min-width: 768px) {
  .pg-member .l-main {
    padding-bottom: 18.75%;
  }
}
@media screen and (min-width: 1200px) {
  .pg-member .l-main {
    padding-bottom: 225px;
  }
}

.pg-member-list-area {
  position: relative;
  margin: 0 auto;
}
.pg-member-list {
  display: flex;
  gap: 0.8571428571em;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  font-weight: bold;
  font-feature-settings: "halt";
  line-height: 1.4173214286;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 559.98px) {
  .pg-member-list {
    font-size: 1.1375rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-member-list {
    width: 86.6666666667%;
    max-width: 90%;
  }
}
@media screen and (min-width: 560px) {
  .pg-member-list {
    max-width: 812px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 560px) {
  .pg-member-list__item {
    flex: 0 0 calc(50% - 0.4285714286em);
  }
}

.pg-member-list-card {
  position: relative;
  display: block;
  box-shadow: 0.2857142857em 0.2857142857em 0.2857142857em 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 560px) {
  .pg-member-list-card {
    height: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-member-list-card {
    padding: 0.9285714286em 1.2857142857em 1.1428571429em;
  }
}
@media screen and (min-width: 768px) {
  .pg-member-list-card {
    padding: 0.9285714286em 1.2857142857em 1.1428571429em;
  }
}
.pg-member-list-card button,
.pg-member-list-card a:any-link {
  position: relative;
  z-index: 1;
}

.pg-member-list-card-title {
  margin: 0 0 0.2631578947em;
  font-size: 1.3571428571em;
  letter-spacing: 0.08em;
}

.pg-member-list-card-info {
  margin: 0;
}
.pg-member-list-card-info__item {
  display: flex;
  flex-wrap: wrap;
}

.pg-member-list-card-info-title {
  margin: 0;
}

.pg-member-list-card-info-desc {
  margin: 0;
}

.pg-member-list-card-info-desc__hover:any-link,
button.pg-member-list-card-info-desc__hover {
  position: static !important;
  z-index: 0 !important;
  letter-spacing: 0;
}
.pg-member-list-card-info-desc__hover:any-link::before,
button.pg-member-list-card-info-desc__hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
@media (any-hover: hover) {
  .pg-member-list-card:has(.pg-member-list-card-info-desc__hover):hover .pg-member-list-card-info-desc__hover:any-link::before,
  .pg-member-list-card:has(.pg-member-list-card-info-desc__hover):hover button.pg-member-list-card-info-desc__hover::before {
    opacity: 1;
  }
}

/*
* page/pg-404.css
*/
.pg-404 .l-main {
  background: none;
}
@media screen and (max-width: 767.98px) {
  .pg-404 .l-main {
    padding-bottom: 11.0666666667%;
  }
}
@media screen and (min-width: 768px) {
  .pg-404 .l-main {
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .pg-404 .l-main {
    padding-bottom: 60px;
  }
}

.pg-404-hero {
  position: relative;
  background: #00bcae;
}
.pg-404-hero__sizer {
  position: relative;
}
.pg-404-hero__inner {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-404-hero__inner {
    padding: 4.2666666667% 0 6.5333333333%;
  }
}
@media screen and (min-width: 768px) {
  .pg-404-hero__inner {
    padding-bottom: 44.1666666667%;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-404-hero-text1 {
    margin: 0 auto 7.0666666667%;
    width: 51.6%;
  }
}
@media screen and (min-width: 768px) {
  .pg-404-hero-text1 {
    position: absolute;
    right: 3.4166666667%;
    top: 0;
    margin: 0.5833333333% 0 0;
    width: 8.5833333333%;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-404-hero-title1 {
    position: relative;
    width: 71.2%;
    margin: 0 auto;
    padding-bottom: 29.7333333333%;
  }
}
@media screen and (min-width: 768px) {
  .pg-404-hero-title1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 33.5833333333%;
    margin: 3.5% 0 0;
  }
}
.pg-404-hero-title1::before {
  content: "";
  position: absolute;
  background: url("../img/index/bg_index_hero_1.svg?d=202511141726") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .pg-404-hero-title1::before {
    right: -5.0561797753%;
    bottom: 0;
    width: 76.2172284644%;
    padding-bottom: 62.734082397%;
    background-image: url("../img/index/bg_index_hero_1_sp.svg?d=202511141726");
  }
}
@media screen and (min-width: 768px) {
  .pg-404-hero-title1::before {
    right: -44.1687344913%;
    bottom: 0;
    width: 72.4565756824%;
    margin-bottom: 8.9330024814%;
    padding-bottom: 59.5533498759%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-404-hero-title1__img {
    margin-left: 2.2471910112%;
  }
}
.pg-404-buttons {
  margin-top: 0;
}
/*
 * 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 screen and (max-width: 767.98px) {
  .u-phrase-sp {
    display: inline-block;
  }
}

@media screen and (max-width: 749.98px) {
  .u-phrase-dssp {
    display: inline-block;
  }
}

@media screen and (min-width: 750px) {
  .u-phrase-dssp-min {
    display: inline-block;
  }
}

@media screen and (min-width: 560px) and (max-width: 767.98px) {
  .u-phrase-tab-s {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 749.98px) {
  .u-phrase-tab {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .u-phrase-pc {
    display: inline-block;
  }
}

/*
 * object/utility/_u-hover.scss
 */
@media screen and (min-width: 375px) {
  .u-max-iphone {
    display: none;
  }
}

@media screen and (max-width: 374.98px) {
  .u-min-iphone {
    display: none;
  }
}

@media screen and (min-width: 560px) {
  .u-max-sp {
    display: none;
  }
}

@media screen and (max-width: 559.98px) {
  .u-min-sp {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .u-max-dssp {
    display: none;
  }
}

@media screen and (max-width: 749.98px) {
  .u-min-dssp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-max-br {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .u-min-br {
    display: none;
  }
}

@media screen and (min-width: 500px) {
  .u-max-m {
    display: none;
  }
}

@media screen and (max-width: 499.98px) {
  .u-min-m {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .u-max-l {
    display: none;
  }
}

@media screen and (max-width: 699.98px) {
  .u-min-l {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .u-max-xl {
    display: none;
  }
}

@media screen and (max-width: 749.98px) {
  .u-min-xl {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .u-max-head {
    display: none;
  }
}

@media screen and (max-width: 1199.98px) {
  .u-min-head {
    display: none;
  }
}

@media screen and (min-width: 560px) and (max-width: 767.98px) {
  .u-tab-s-none {
    display: none;
  }
}

.u-tab-s-block {
  display: none;
}
@media screen and (min-width: 560px) and (max-width: 767.98px) {
  .u-tab-s-block {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 749.98px) {
  .u-tab-none {
    display: none;
  }
}

.u-tab-block {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 749.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 */