@charset "UTF-8";
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, time, a, abbr, acronym, address, em, strong, b, u, i, dl, dt, dd, ol, ul, li, img, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, nav, section, article, figure, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

header, footer, nav, section, article, figure, figcaption {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  color: #4a4a4a;
  background: #fff;
  font-weight: 400;
}

body, input, button {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, Verdana, Arial, Helvetica, sans-serif;
}

/* * {
    min-height: 0vw;
    min-height: 0;
}
*/
:root {
  --side-padding-max: calc((100vw - 1288px) / 2);
}

body.index [class^=str-outer] {
  z-index: 100;
}

@media print {
  body {
    zoom: 90%;
    -webkit-print-color-adjust: exact;
  }
}
main #glt-wrapper {
  font-size: 1.6rem;
}
main #glt-wrapper a {
  color: #2c69ff;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
}
main #glt-wrapper a:hover {
  transition: 0.3s;
}
main #glt-wrapper a:active {
  color: #2c69ff;
}
main #glt-wrapper a[target=_blank] {
  padding-left: 0;
}
main #glt-wrapper li {
  list-style-type: none;
}
main #glt-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*---------- break point ----------*/
/*---------- フッターの空き調整 ----------*/
.site-main {
  margin: 0;
}

.site-footer-02 {
  margin: 0;
}

/*---------- fancyboxの設定 ----------*/
.fancybox-active .fancybox-bg {
  width: 100%;
  height: 100vh;
}

#fancybox-wrap #fancybox-close {
  font-size: 1.6rem;
}

/*---------- link ----------*/
/*---------- 幅 ----------*/
#glt-wrapper .glt-container {
  margin: 0 80px;
  padding: 0;
}
#glt-wrapper .glt-container > .inner {
  box-sizing: border-box;
  position: relative;
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 1696px), print {
  #glt-wrapper .glt-container {
    width: 1536px;
    margin-left: auto;
    margin-right: auto;
  }
  #glt-wrapper .glt-container > .inner {
    max-width: 1536px;
    padding-left: 124px;
    padding-right: 124px;
  }
}
@media screen and (max-width: 1279px), print {
  #glt-wrapper .glt-container {
    margin-left: 0;
    margin-right: 0;
  }
  #glt-wrapper .glt-container > .inner {
    padding-left: 0;
    padding-right: 0;
  }
  #glt-wrapper .glt-container > .inner .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  #glt-wrapper .glt-container > .inner {
    position: relative;
    margin: 0 auto;
    padding: 0;
  }
  #glt-wrapper .glt-container > .inner .content {
    padding: 0 20px 0;
  }
}

.mg_style01 {
  padding: 100px 0 100px;
}
@media screen and (max-width: 1025px), print {
  .mg_style01 {
    padding: 80px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .mg_style01 {
    padding: 50px 0 50px;
  }
}

.mg_style02 {
  padding: 100px 0 0;
}
@media screen and (max-width: 1025px), print {
  .mg_style02 {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mg_style02 {
    padding-top: 50px;
  }
}

.mg_style03 {
  padding: 100px 0 0;
}
@media screen and (max-width: 1025px), print {
  .mg_style03 {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mg_style03 {
    padding-top: 50px;
  }
}

/*---------- 見出し ----------*/
.glt_h2tit-01 {
  font-size: 4.6rem;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 1025px), print {
  .glt_h2tit-01 {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .glt_h2tit-01 {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
}

.glt_h3tit-01 {
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .glt_h3tit-01 {
    font-size: clamp(1.8rem, 3vw, 2rem);
    margin-bottom: 25px;
  }
}

/*---------- ブルーボタン ----------*/
.button-regular-blue {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 54px;
  padding: 0 28px 0 32px !important;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  background: #2c69ff;
  border: solid 2px #2c69ff;
  border-radius: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .button-regular-blue {
    min-height: 48px;
    font-size: 1.4rem;
  }
}
.button-regular-blue::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url(../img/arrow_button_white.svg) 0 0 no-repeat;
  background-size: 24px 24px;
  transition: filter 400ms ease-out;
}
@media screen and (max-width: 768px) {
  .button-regular-blue::after {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    margin-left: 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button-regular-blue:hover {
    border: solid 2px #2c69ff;
    color: #2c69ff !important;
  }
  .button-regular-blue:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .button-regular-blue:hover::after {
    background: url(../img/arrow_button.svg) 0 0 no-repeat;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .button-regular-blue:hover {
    border: solid 2px #2c69ff;
    color: #2c69ff !important;
  }
  .button-regular-blue:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .button-regular-blue:hover::after {
    background: url(../img/arrow_button.svg) 0 0 no-repeat;
  }
}
.button-regular-blue::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.button-regular-blue span {
  position: relative;
}

/*---------- ホワイトボタン ----------*/
.button-regular-white {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 54px;
  padding: 0 28px 0 32px !important;
  color: #2c69ff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  background: #fff;
  border: solid 2px #fff;
  border-radius: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .button-regular-white {
    min-height: 48px;
    font-size: 1.4rem;
  }
}
.button-regular-white::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url(../img/arrow_button.svg) 0 0 no-repeat;
  background-size: 24px 24px;
  transition: filter 400ms ease-out;
}
@media screen and (max-width: 768px) {
  .button-regular-white::after {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    margin-left: 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button-regular-white:hover {
    border: solid 2px #fff;
    color: #fff !important;
  }
  .button-regular-white:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .button-regular-white:hover::after {
    background: url(../img/arrow_button_white.svg) 0 0 no-repeat;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .button-regular-white:hover {
    border: solid 2px #fff;
    color: #fff !important;
  }
  .button-regular-white:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .button-regular-white:hover::after {
    background: url(../img/arrow_button_white.svg) 0 0 no-repeat;
  }
}
.button-regular-white::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #535a6e;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.button-regular-white span {
  position: relative;
}

/*---------- グレーボタン ----------*/
.button-regular-gray {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 54px;
  padding: 0 28px 0 32px !important;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  background: #535a6e;
  border: solid 2px #535a6e;
  border-radius: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .button-regular-gray {
    min-height: 48px;
    font-size: 1.4rem;
  }
}
.button-regular-gray::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url(../img/arrow_button_white.svg) 0 0 no-repeat;
  background-size: 24px 24px;
  transition: filter 400ms ease-out;
}
@media screen and (max-width: 768px) {
  .button-regular-gray::after {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    margin-left: 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button-regular-gray:hover {
    border: solid 2px #fff;
    color: #2c69ff !important;
  }
  .button-regular-gray:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .button-regular-gray:hover::after {
    background: url(../img/arrow_button.svg) 0 0 no-repeat;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .button-regular-gray:hover {
    border: solid 2px #fff;
    color: #2c69ff !important;
  }
  .button-regular-gray:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .button-regular-gray:hover::after {
    background: url(../img/arrow_button.svg) 0 0 no-repeat;
  }
}
.button-regular-gray::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.button-regular-gray span {
  position: relative;
}

/*---------- テキストリンク ----------*/
.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  color: #2c69ff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1025px), print {
  .text-link {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .text-link {
    font-size: 1.6rem;
  }
}
.text-link::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 0;
  background: url(../img/arrow_button.svg) 0 0 no-repeat;
  background-size: 36px 36px;
  transition: filter 400ms ease-out;
}
@media screen and (max-width: 768px) {
  .text-link::after {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
    margin-left: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .text-link:hover {
    color: #2c69ff;
  }
  .text-link:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .text-link:hover {
    color: #2c69ff;
  }
  .text-link:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.text-link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 98%;
  height: 2px;
  background: #2c69ff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

/*---------- 外部リンク ----------*/
.external-links {
  position: relative;
  padding-right: 1.4em;
}
@media screen and (max-width: 768px) {
  .external-links {
    font-size: 1.4rem;
  }
}
.external-links::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -3px;
  right: -3px;
  background: url(../img/icon_external.svg) 0 0 no-repeat;
}
@media screen and (max-width: 768px) {
  .external-links::after {
    width: 20px;
    height: 20px;
    bottom: -3px;
    right: -2px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .external-links:hover {
    text-decoration: underline !important;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .external-links:hover {
    text-decoration: underline !important;
  }
}

/*---------- メインビジュアル ----------*/
#glt-visual {
  position: relative;
  overflow: hidden;
  height: 43.6458333333vw;
}
@media screen and (max-width: 768px) {
  #glt-visual {
    height: 128.5333333333vw;
  }
}
#glt-visual .inner {
  z-index: 10;
  box-sizing: border-box;
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
#glt-visual .inner .extra {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #glt-visual .inner .extra {
    padding: 0;
  }
}
#glt-visual .inner .extra h1 {
  margin-top: 60px;
  max-width: 1000px;
  height: auto;
  transition: 0.3s;
}
@media screen and (max-width: 1630px), print {
  #glt-visual .inner .extra h1 {
    margin-top: 40px;
    width: 75%;
  }
}
@media screen and (max-width: 1025px), print {
  #glt-visual .inner .extra h1 {
    margin-top: 30px;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #glt-visual .inner .extra h1 {
    margin-top: 20px;
    width: 100%;
  }
}
#glt-visual .inner .extra .date {
  margin-top: 30px;
  width: 31%;
  transition: 0.3s;
}
@media screen and (max-width: 1025px), print {
  #glt-visual .inner .extra .date {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #glt-visual .inner .extra .date {
    width: 90%;
    margin: 20px auto 0;
  }
}
#glt-visual .inner .extra h1 img,
#glt-visual .inner .extra .date img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #glt-visual .inner .extra h1 img,
  #glt-visual .inner .extra .date img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #glt-visual .inner .extra h1 img.pc,
  #glt-visual .inner .extra .date img.pc {
    display: none;
  }
}
#glt-visual .inner .extra h1 img.sp,
#glt-visual .inner .extra .date img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #glt-visual .inner .extra h1 img.sp,
  #glt-visual .inner .extra .date img.sp {
    display: block;
  }
}
#glt-visual .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
#glt-visual .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}
@media screen and (max-width: 768px) {
  #glt-visual .bg img {
    object-position: 50% 100%;
  }
}
@media screen and (max-width: 768px) {
  #glt-visual .bg img.pc {
    display: none;
  }
}
#glt-visual .bg img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #glt-visual .bg img.sp {
    display: block;
  }
}

/*---------- 「軽井沢72ゴルフトーナメント」大会概要 ----------*/
#glt-overview.mg_style01 {
  padding: 80px 0 100px;
}
@media screen and (max-width: 1025px), print {
  #glt-overview.mg_style01 {
    padding: 70px 0 80px;
  }
}
#glt-overview .glt-container .glt_3c {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #glt-overview .glt-container .glt_3c {
    display: initial;
  }
}
#glt-overview .glt-container .glt_3c li {
  width: calc((100% - 64px) / 3);
  margin-left: 32px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #glt-overview .glt-container .glt_3c li {
    width: 100%;
    margin-left: initial;
    margin-bottom: 2.5em;
  }
}
#glt-overview .glt-container .glt_3c li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #glt-overview .glt-container .glt_3c li:nth-child(3n+1) {
    margin-left: initial;
  }
}
#glt-overview .glt-container .glt_3c li:nth-child(n+4) {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  #glt-overview .glt-container .glt_3c li:nth-child(n+4) {
    margin-top: initial;
  }
}
#glt-overview .glt-container .glt_3c li a .thumb {
  aspect-ratio: 408/230;
  border: 2px solid #d9d9d9;
  border-radius: 16px;
  overflow: hidden;
  will-change: transform;
}
#glt-overview .glt-container .glt_3c li a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
  will-change: transform;
}
#glt-overview .glt-container .glt_3c li a dl {
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  #glt-overview .glt-container .glt_3c li a dl {
    margin: 14px 0 0;
  }
}
#glt-overview .glt-container .glt_3c li a dl dt {
  color: #2c69ff;
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #glt-overview .glt-container .glt_3c li a dl dt {
    font-size: 2rem;
  }
}
#glt-overview .glt-container .glt_3c li a dl dt.arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
}
@media screen and (max-width: 1025px), print {
  #glt-overview .glt-container .glt_3c li a dl dt.arrow {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #glt-overview .glt-container .glt_3c li a dl dt.arrow {
    font-size: 1.6rem;
  }
}
#glt-overview .glt-container .glt_3c li a dl dt.arrow::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 0;
  background: url(../img/arrow_button.svg) 0 0 no-repeat;
  background-size: 36px 36px;
  transition: filter 400ms ease-out;
}
@media screen and (max-width: 768px) {
  #glt-overview .glt-container .glt_3c li a dl dt.arrow::after {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
    margin-left: 0;
  }
}
#glt-overview .glt-container .glt_3c li a dl dt.arrow::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 98%;
  height: 2px;
  background: #2c69ff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
#glt-overview .glt-container .glt_3c li a dl dd {
  color: #4a4a4a;
  margin: 8px 0 0;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #glt-overview .glt-container .glt_3c li a dl dd {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #glt-overview .glt-container .glt_3c li a:hover .thumb img {
    transform: scale(1.03);
  }
  #glt-overview .glt-container .glt_3c li a:hover dt.arrow::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  #glt-overview .glt-container .glt_3c li a:hover dd {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #glt-overview .glt-container .glt_3c li a:hover .thumb img {
    transform: scale(1.03);
  }
  #glt-overview .glt-container .glt_3c li a:hover dt.arrow::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  #glt-overview .glt-container .glt_3c li a:hover dd {
    text-decoration: none;
  }
}

/*---------- チケット情報 ----------*/
#glt-ticket {
  background-color: #eff2f6;
}
@media screen and (max-width: 768px) {
  #glt-ticket {
    margin-bottom: 30px;
  }
}
#glt-ticket p.release {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #glt-ticket p.release {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
#glt-ticket .ticket {
  display: flex;
  justify-content: flex-start;
  background-color: #0f1ed2;
  border-radius: 10px;
  padding: 3px;
  margin-bottom: 15px;
}
#glt-ticket .ticket:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #glt-ticket .ticket {
    display: block;
  }
}
#glt-ticket .ticket dt,
#glt-ticket .ticket dd {
  padding: 20px 30px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1025px), print {
  #glt-ticket .ticket dt,
  #glt-ticket .ticket dd {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #glt-ticket .ticket dt,
  #glt-ticket .ticket dd {
    font-size: 1.6rem;
    padding: 15px 20px;
  }
}
#glt-ticket .ticket dt {
  color: #fff;
  width: 10em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #glt-ticket .ticket dt {
    width: 100%;
  }
}
#glt-ticket .ticket dd {
  background-color: #fff;
  border-radius: 7px;
  width: calc(100% - 10em);
}
@media screen and (max-width: 768px) {
  #glt-ticket .ticket dd {
    width: 100%;
  }
}
#glt-ticket .price .price_wrap {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1025px), print {
  #glt-ticket .price .price_wrap {
    display: block;
  }
}
#glt-ticket .price .price_wrap p {
  width: 5em;
}
@media screen and (max-width: 1025px), print {
  #glt-ticket .price .price_wrap p {
    width: 100%;
  }
}
#glt-ticket .price .price_wrap p,
#glt-ticket .price .price_wrap li {
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
  line-height: 1.2;
}
@media screen and (max-width: 1025px), print {
  #glt-ticket .price .price_wrap p,
  #glt-ticket .price .price_wrap li {
    line-height: 1.4;
  }
}
#glt-ticket .price .price_wrap li b {
  font-weight: 700;
}
#glt-ticket .price .price_wrap li .note {
  font-size: 1.6rem;
}
@media screen and (max-width: 1025px), print {
  #glt-ticket .price .price_wrap li .note {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1025px), print {
  #glt-ticket .price .price_wrap p {
    margin-bottom: 0;
    padding-bottom: 0.7em;
  }
  #glt-ticket .price .price_wrap li {
    margin-bottom: 0;
    padding-top: 0.7em;
  }
}
#glt-ticket .price .price_wrap ul {
  width: calc(100% - 5em);
}
@media screen and (max-width: 1025px), print {
  #glt-ticket .price .price_wrap ul {
    width: 100%;
    border-top: solid 1px #c5ccd9;
  }
}
#glt-ticket .price .price_wrap ul li {
  border-bottom: solid 1px #c5ccd9;
}
#glt-ticket .price .price_wrap.advance li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 1025px), print {
  #glt-ticket .price .price_wrap.advance li:last-child {
    padding-bottom: 0.7em;
  }
}
#glt-ticket .price .price_wrap.on_the_day {
  border-top: solid 1px #c5ccd9;
  padding-top: 0.7em;
}
@media screen and (max-width: 768px) {
  #glt-ticket .price .price_wrap.on_the_day {
    padding-top: 2em;
  }
}
#glt-ticket .price .price_wrap.on_the_day li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#glt-ticket .store ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #glt-ticket .store ul {
    display: block;
    text-align: center;
  }
}
#glt-ticket .store ul li:nth-child(2) {
  margin: 0 50px;
}
@media screen and (max-width: 1025px), print {
  #glt-ticket .store ul li:nth-child(2) {
    margin: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #glt-ticket .store ul li:nth-child(2) {
    margin: 20px 0;
  }
}
#glt-ticket .button {
  text-align: center;
  margin-top: 50px;
}

/*---------- 会期レポート ----------*/
#glt-reports {
  position: relative;
}
@media screen and (max-width: 768px) {
  #glt-reports {
    margin: 0 20px;
  }
}
#glt-reports .header .inner {
  box-sizing: border-box;
  position: relative;
  max-width: 1368px;
  margin: 0 auto;
}
#glt-reports .header .inner .glt_h2tit-01 {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  #glt-reports .header .inner .glt_h2tit-01 {
    padding-left: 0;
    padding-right: 0;
  }
}
#glt-reports .slide-item a dt,
#glt-reports .slide-item a dd {
  color: #4a4a4a;
}
#glt-reports .slide-item a:hover dt + dd {
  color: #2c69ff !important;
}

@media screen and (min-width: 769px), print {
  /* ---------- */
  /* Scroll Slide */
  .scroll-slide {
    box-sizing: border-box;
    position: relative;
    max-width: 1368px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1535px), print {
  .scroll-slide {
    padding: 0 0;
    max-width: 1290px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1328px), print {
  .scroll-slide {
    margin: 0 20px;
  }
}
@media screen and (min-width: 769px), print {
  .scroll-slide-loop .slide-inner {
    overflow: hidden;
    padding-top: 20px;
  }
  .scroll-slide .slide-item {
    position: relative;
    display: flex;
    width: 408px;
    padding-bottom: 30px;
  }
  .scroll-slide .slide-item .category {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    aspect-ratio: 408/230;
    right: 0;
    bottom: 25px;
    z-index: 10;
    pointer-events: none;
  }
  .scroll-slide .slide-item .category span {
    position: relative;
    display: inline-block;
    width: 408px;
    top: 10px;
    text-align: right;
    transform: translateY(100%);
  }
  .scroll-slide .slide-item .category a {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: #2c69ff;
    pointer-events: auto;
  }
  .scroll-slide .slide-item .category a:hover {
    text-decoration: underline;
  }
  .scroll-slide .slide-item .category a.site {
    padding-right: 26px;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url(../img/icon_site.svg);
  }
  .scroll-slide .slide-item .category .site.external {
    background-image: url(../img/icon_external.svg);
  }
  .scroll-slide .slide-item > a {
    display: block;
    width: 408px;
  }
  .scroll-slide .slide-item .image {
    border-radius: 15px;
    overflow: hidden;
    will-change: opacity;
  }
  .scroll-slide .slide-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 408/230;
    object-fit: cover;
    transition: transform 400ms ease-out;
  }
  .scroll-slide .slide-item dl {
    margin: 16px 0 0;
  }
  .scroll-slide .slide-item dt {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .scroll-slide .slide-item dt,
  .scroll-slide .slide-item dt .date {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: #5b6179;
  }
  .scroll-slide .slide-item dt .site {
    display: inline-block;
    padding-right: 26px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: #2c69ff;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url(../img/icon_site.svg);
  }
  .scroll-slide .slide-item dt .site.external {
    background-image: url(../img/icon_external.svg);
  }
  .scroll-slide .slide-item dt + dd {
    margin: 8px 0 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .scroll-slide .slide-item dd + dd {
    margin: 10px 0 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.02em;
  }
  .scroll-slide .slide-item p {
    margin: 16px 0 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .scroll-slide .slide-item a:hover dt + dd {
    text-decoration: underline;
    color: #2c69ff;
  }
  .scroll-slide .slide-item a:hover p {
    text-decoration: underline;
  }
  .scroll-slide .slide-item a:hover dd + dd {
    color: #4a4a4a;
  }
  .scroll-slide .slide-item a:hover .image img {
    transform: scale(1.03);
  }
  .scroll-slide .controller {
    position: relative;
    margin: 40px 0 0;
    height: 32px;
  }
  .scroll-slide .scrollbar {
    position: absolute;
    width: 94px;
    height: 24px;
    top: 4px;
    right: 112px;
  }
  .scroll-slide .scrollbar::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
    background: #c4c4c4;
  }
  .scroll-slide .swiper-scrollbar-drag {
    z-index: 10;
    background: none;
    border-radius: 0;
  }
  .scroll-slide .swiper-scrollbar-drag::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    left: 0;
    top: calc(50% - 5px);
    z-index: 10;
    background: #2c69ff;
    border-radius: 5px;
  }
  .scroll-slide .button-prev,
  .scroll-slide .button-next {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    cursor: pointer;
    transition: all 400ms ease-out;
  }
  .scroll-slide .button-prev button,
  .scroll-slide .button-next button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .scroll-slide .button-prev button img,
  .scroll-slide .button-next button img {
    width: 24px;
    height: auto;
  }
  .scroll-slide .button-prev {
    right: 48px;
  }
  .scroll-slide .button-next {
    right: 4px;
  }
  .scroll-slide .button-prev:hover,
  .scroll-slide .button-next:hover {
    opacity: 0.6;
  }
  .scroll-slide.compact .controller {
    display: none;
  }
  .scroll-slide .slide-item .category span {
    text-align: left;
  }
  .scroll-slide .slide-item .image {
    border: 2px solid #d9d9d9;
    border-radius: 16px;
    overflow: hidden;
    z-index: 9;
    position: relative;
  }
  .scroll-slide .slide-item a {
    position: relative;
  }
  .scroll-slide .slide-item .tag-list {
    position: absolute;
    left: 14px;
    top: -16px;
    z-index: 20000;
    display: flex;
    transform: translateZ(1px);
  }
  .scroll-slide .slide-item .tag-list li {
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    padding: 4px 16px;
    border-radius: 7px;
    border: 1px solid #2c69ff;
    background-color: #2c69ff;
    color: #fff;
    width: fit-content;
    margin-right: 4px;
  }
  .scroll-slide-loop .slide-inner {
    overflow: hidden;
    padding-top: 20px;
  }
  .scroll-slide-loop .swiper-button-prev,
  .scroll-slide-loop .swiper-button-next {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    top: 27%;
    display: block !important;
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px), print {
  .scroll-slide-loop .swiper-button-prev,
  .scroll-slide-loop .swiper-button-next {
    top: 23%;
  }
}
@media screen and (min-width: 769px), print {
  .scroll-slide-loop .swiper-button-prev {
    left: -6px;
  }
  .scroll-slide-loop .swiper-button-next {
    right: -6px;
  }
  .scroll-slide-loop .swiper-button-prev::after,
  .scroll-slide-loop .swiper-button-next::after {
    display: none;
  }
  .scroll-slide-loop .swiper-button-prev::before,
  .scroll-slide-loop .swiper-button-next::before {
    bottom: 0;
    background-image: url(../img/arrow-carousel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 8px);
    display: block;
    width: 9px;
    height: 16px;
    margin: 0;
    content: "";
    border: none;
  }
  .scroll-slide-loop .swiper-button-prev::before {
    left: 18px;
    transform: rotate(0);
  }
  .scroll-slide-loop .swiper-button-next::before {
    right: 18px;
    transform: rotate(180deg);
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: 25px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .swiper-pagination {
    position: relative;
    z-index: 1;
    width: fit-content;
    bottom: 0px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 13px !important;
    background-color: #fff;
    border: 2px solid #2c69ff;
    opacity: 1;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2c69ff;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn {
    position: relative;
    display: inline-block;
    z-index: 2;
    width: 56px;
    min-height: 24px;
    font-size: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 56px;
    height: 15px;
    margin-right: 0;
    margin-left: 14px;
    border: 1px solid #2c69ff;
    border-radius: 12px;
    background-color: #fff;
    cursor: pointer;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-top: 0;
    border-bottom: 0;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-width: 3px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn.is-stop::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-style: solid;
    border-color: transparent transparent transparent #717171;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    border-width: 5px 0 5px 9px;
  }
  .scroll-slide-loop .slide-item a {
    margin: 0 18px;
  }
  .scroll-slide-loop .swiper-button-prev {
    left: 34px;
  }
  .scroll-slide-loop .swiper-button-next {
    right: 34px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1535px), print {
  .scroll-slide-loop .swiper-button-prev {
    left: -6px;
  }
  .scroll-slide-loop .swiper-button-next {
    right: -6px;
  }
}
@media screen and (min-width: 769px) and (max-width: 639px), print {
  .scroll-slide-loop .slide-item a {
    margin: 0 14px;
  }
  .scroll-slide-loop .swiper-button-prev {
    left: -18px !important;
  }
  .scroll-slide-loop .swiper-button-next {
    right: -18px !important;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn {
    font-size: 0;
    flex-shrink: 0;
    width: 56px !important;
    min-height: 15px !important;
    margin-right: 0;
    margin-left: 14px;
    border: 1px solid #2c69ff;
    border-radius: 12px;
    color: transparent;
    background: 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-top: 0;
    border-bottom: 0;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn.is-stop::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-style: solid;
    border-color: transparent transparent transparent #717171;
    width: 6px;
    height: 6px;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    border-width: 4px 0 4px 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* ---------- */
  /* Scroll Slide */
  .scroll-slide {
    box-sizing: border-box;
    position: relative;
  }
  .scroll-slide .slide-item {
    position: relative;
    display: flex;
    width: 75vw;
    padding-bottom: 30px;
  }
  .scroll-slide .slide-item .category {
    position: absolute;
    display: flex;
    align-items: flex-end;
    aspect-ratio: 408/230;
    width: 75vw;
    left: 0;
    bottom: 20px;
    z-index: 10;
    pointer-events: none;
  }
  .scroll-slide .slide-item .category span {
    position: relative;
    display: inline-block;
    width: 75vw;
    top: 0;
    transform: translateY(100%);
  }
  .scroll-slide .slide-item .category a {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: #2c69ff;
    pointer-events: auto;
  }
  .scroll-slide .slide-item .category a:active {
    text-decoration: underline;
  }
  .scroll-slide .slide-item .category a.site {
    padding-right: 26px;
  }
  .scroll-slide .slide-item .category a.site::after {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    right: 0;
    top: calc(50% - 13px);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url(../img/icon_site.svg);
  }
  .scroll-slide .slide-item .category .site.external::after {
    background-image: url(../img/icon_external.svg);
  }
  .scroll-slide .slide-item > a {
    display: block;
    width: 75vw;
  }
  .scroll-slide .slide-item .image {
    border-radius: 15px;
    overflow: hidden;
    will-change: opacity;
  }
  .scroll-slide .slide-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 408/230;
    object-fit: cover;
    transition: transform 400ms ease-out;
  }
  .scroll-slide .slide-item dl {
    margin: 16px 0 0;
  }
  .scroll-slide .slide-item dt {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .scroll-slide .slide-item dt,
  .scroll-slide .slide-item dt .date {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: #5b6179;
  }
  .scroll-slide .slide-item dt .site {
    display: inline-block;
    padding-right: 26px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: #2c69ff;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url(../img/icon_site.svg);
  }
  .scroll-slide .slide-item dt .site.external {
    background-image: url(../img/icon_external.svg);
  }
  .scroll-slide .slide-item dt + dd {
    margin: 8px 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .scroll-slide .slide-item dd + dd {
    margin: 10px 0 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
  .scroll-slide .slide-item p {
    margin: 16px 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .scroll-slide .slide-item a:active dt + dd {
    text-decoration: underline;
    color: #0000c8;
  }
  .scroll-slide .slide-item a:active p {
    text-decoration: underline;
  }
  .scroll-slide .slide-item a:active dd + dd {
    color: #4a4a4a;
  }
  .scroll-slide .slide-item a:active .image img {
    transform: scale(1.03);
  }
  .scroll-slide .controller {
    position: relative;
    margin: 24px 0 0;
    height: 32px;
  }
  .scroll-slide .scrollbar {
    position: absolute;
    width: 190px;
    height: 24px;
    top: 4px;
    left: 0;
  }
  .scroll-slide .scrollbar::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
    background: #c4c4c4;
  }
  .scroll-slide .swiper-scrollbar-drag {
    z-index: 10;
    background: none;
    border-radius: 0;
  }
  .scroll-slide .swiper-scrollbar-drag::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    left: 0;
    top: calc(50% - 5px);
    z-index: 10;
    background: #2c69ff;
    border-radius: 5px;
  }
  .scroll-slide .button-prev,
  .scroll-slide .button-next {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    cursor: pointer;
    transition: all 400ms ease-out;
  }
  .scroll-slide .button-prev {
    right: 40px;
  }
  .scroll-slide .button-next {
    right: 4px;
  }
  .scroll-slide .button-prev button,
  .scroll-slide .button-next button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .scroll-slide .button-prev button img,
  .scroll-slide .button-next button img {
    width: 24px;
    height: auto;
  }
  .scroll-slide .button-prev:active,
  .scroll-slide .button-next:active {
    opacity: 0.6;
  }
  .scroll-slide.single .controller {
    display: none;
  }
  #dx-topics {
    margin-top: 44px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 44px;
  }
  .scroll-slide .slide-item .image {
    border: 2px solid #d9d9d9;
    border-radius: 16px;
    overflow: hidden;
    z-index: 9;
    position: relative;
  }
  .scroll-slide .slide-item a {
    position: relative;
  }
  .scroll-slide .slide-item .tag-list {
    position: absolute;
    left: 14px;
    top: -16px;
    z-index: 20000;
    display: flex;
    transform: translateZ(1px);
  }
  .scroll-slide .slide-item .tag-list li {
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    padding: 4px 16px;
    border-radius: 7px;
    border: 1px solid #2c69ff;
    background-color: #2c69ff;
    color: #fff;
    width: fit-content;
    margin-right: 4px;
  }
  .scroll-slide-loop .slide-inner .slide-item a {
    width: 100%;
  }
  .scroll-slide-loop .slide-inner {
    overflow: hidden;
    padding-top: 20px;
  }
  /* .scroll-slide-loop .swiper-button-prev,
  .scroll-slide-loop .swiper-button-next {
      background-color: rgba(255, 255, 255, 0.9);
      z-index: 1;
      top: 30%;
      display: block !important;
      width: 48px;
      height: 48px;
      border-radius: 50%;
  } */
  /* .scroll-slide-loop .swiper-button-prev {
      left: -6px;
  }
  .scroll-slide-loop .swiper-button-next {
      right: -6px;
  } */
  /* .scroll-slide-loop .swiper-button-prev::after,
  .scroll-slide-loop .swiper-button-next::after {
      display: none;
  }
  .scroll-slide-loop .swiper-button-prev::before,
  .scroll-slide-loop .swiper-button-next::before {
      bottom: 0;
      background-image: url(../img/arrow-carousel.svg);
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: calc(50% - 8px);
      display: block;
      width: 9px;
      height: 16px;
      margin: 0;
      content: "";
      border: none;
  }
  .scroll-slide-loop .swiper-button-prev::before {
      left: 18px;
      transform: rotate(0);
  }
  .scroll-slide-loop .swiper-button-next::before {
      right: 18px;
      transform: rotate(180deg);
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 2;
      margin-top: 25px;
  } */
  /* .scroll-slide-loop .swiper-stories-csv-pn-sb .swiper-pagination {
      position: relative;
      z-index: 1;
      width: fit-content;
      bottom: 0px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .swiper-pagination-bullet {
      width: 14px;
      height: 14px;
      margin: 0 13px !important;
      background-color: #fff;
      border: 2px solid #2c69ff;
      opacity: 1;
  } */
  /* .scroll-slide-loop .swiper-stories-csv-pn-sb .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #2c69ff;
  }

  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn {
      position: relative;
      display: inline-block;
      z-index: 2;
      width: 56px;
      min-height: 24px;
      font-size: 0;
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
      width: 56px;
      height: 15px;
      margin-right: 0;
      margin-left: 14px;
      border: 1px solid #2c69ff;
      border-radius: 12px;
      background-color: #fff;
      cursor: pointer;
  } */
  /*   .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn::before {
        position: absolute;
        display: block;
        content: "";
        border: 3px solid #717171;
        border-top: 0;
        border-bottom: 0;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        width: 10px;
        height: 10px;
        border-width: 3px;
    }
    .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn.is-stop::before {
        position: absolute;
        display: block;
        content: "";
        border: 3px solid #717171;
        border-style: solid;
        border-color: transparent transparent transparent #717171;
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        border-width: 5px 0 5px 9px;
    } */
  .scroll-slide-loop .slide-item a {
    margin: 0 4px;
  }
  .scroll-slide-loop .swiper-button-prev {
    left: -14px !important;
  }
  .scroll-slide-loop .swiper-button-next {
    right: -14px !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) and (max-width: 639px) {
  .scroll-slide-loop .slide-item a {
    margin: 0 4px;
  }
  .scroll-slide-loop .swiper-button-prev {
    left: -14px !important;
  }
  .scroll-slide-loop .swiper-button-next {
    right: -14px !important;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn {
    font-size: 0;
    flex-shrink: 0;
    width: 56px !important;
    min-height: 15px !important;
    margin-right: 0;
    margin-left: 14px;
    border: 1px solid #2c69ff;
    border-radius: 12px;
    color: transparent;
    background: 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-top: 0;
    border-bottom: 0;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn.is-stop::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-style: solid;
    border-color: transparent transparent transparent #717171;
    width: 6px;
    height: 6px;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    border-width: 4px 0 4px 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .scroll-slide-loop .slide-inner {
    overflow: hidden;
    padding-top: 20px;
  }
  .scroll-slide-loop .swiper-button-prev,
  .scroll-slide-loop .swiper-button-next {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    top: 30%;
    display: block !important;
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) and (max-width: 500px) {
  .scroll-slide-loop .swiper-button-prev,
  .scroll-slide-loop .swiper-button-next {
    top: 25%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .scroll-slide-loop .swiper-button-prev {
    left: -6px;
  }
  .scroll-slide-loop .swiper-button-next {
    right: -6px;
  }
  .scroll-slide-loop .swiper-button-prev::after,
  .scroll-slide-loop .swiper-button-next::after {
    display: none;
  }
  .scroll-slide-loop .swiper-button-prev::before,
  .scroll-slide-loop .swiper-button-next::before {
    bottom: 0;
    background-image: url(../img/arrow-carousel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 8px);
    display: block;
    width: 9px;
    height: 16px;
    margin: 0;
    content: "";
    border: none;
  }
  .scroll-slide-loop .swiper-button-prev::before {
    left: 18px;
    transform: rotate(0);
  }
  .scroll-slide-loop .swiper-button-next::before {
    right: 18px;
    transform: rotate(180deg);
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: 25px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .swiper-pagination {
    position: relative;
    z-index: 1;
    width: fit-content;
    bottom: 0px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 13px !important;
    background-color: #fff;
    border: 2px solid #2c69ff;
    opacity: 1;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2c69ff;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn {
    position: relative;
    display: inline-block;
    z-index: 2;
    width: 56px;
    min-height: 24px;
    font-size: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 56px;
    height: 15px;
    margin-right: 0;
    margin-left: 14px;
    border: 1px solid #2c69ff;
    border-radius: 12px;
    background-color: #fff;
    cursor: pointer;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-top: 0;
    border-bottom: 0;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-width: 3px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn.is-stop::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-style: solid;
    border-color: transparent transparent transparent #717171;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    border-width: 5px 0 5px 9px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) and (max-width: 639px) {
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn {
    font-size: 0;
    flex-shrink: 0;
    width: 56px !important;
    min-height: 15px !important;
    margin-right: 0;
    margin-left: 14px;
    border: 1px solid #2c69ff;
    border-radius: 12px;
    color: transparent;
    background: 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-top: 0;
    border-bottom: 0;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn.is-stop::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-style: solid;
    border-color: transparent transparent transparent #717171;
    width: 6px;
    height: 6px;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    border-width: 4px 0 4px 8px;
  }
}
/*---------- 新しいイベントのかたち ----------*/
#glt-newevent {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
@media screen and (max-width: 1025px), print {
  #glt-newevent {
    padding: 45px 0;
  }
}
#glt-newevent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(100deg, #282d3c, #282d3c 40%, transparent 90%);
}
@media screen and (max-width: 768px) {
  #glt-newevent::before {
    background-image: linear-gradient(180deg, #282d3c, #282d3c 20%, transparent);
    width: 100%;
    height: 80%;
  }
}
@media screen and (max-width: 768px) {
  #glt-newevent {
    margin: 0 20px;
    height: 550px;
    border-radius: 16px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #glt-newevent .glt-container {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #glt-newevent .glt-container .inner {
    height: 100%;
  }
}
#glt-newevent .glt-container .inner .content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #glt-newevent .glt-container .inner .content {
    height: 100%;
  }
}
#glt-newevent .glt-container .inner .content h2 {
  color: #fff;
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #glt-newevent .glt-container .inner .content h2 {
    font-size: 2.4rem;
  }
}
#glt-newevent .glt-container .inner .content p {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 30px;
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  #glt-newevent .glt-container .inner .content p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #glt-newevent .glt-container .inner .content .button {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: calc(100% - 40px);
  }
}
#glt-newevent .glt-container .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
#glt-newevent .glt-container .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 80%;
}
@media screen and (max-width: 768px) {
  #glt-newevent .glt-container .bg img {
    object-fit: cover;
    object-position: 70% 100%;
  }
}
@media screen and (max-width: 768px) {
  #glt-newevent .glt-container .bg img.pc {
    display: none;
  }
}
#glt-newevent .glt-container .bg img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #glt-newevent .glt-container .bg img.sp {
    display: block;
  }
}

/*---------- テクノロジーによる新しい体験 ----------*/
#glt-technology {
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  #glt-technology {
    padding: 30px 0 50px;
  }
}
#glt-technology .glt_2c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #glt-technology .glt_2c {
    display: block;
  }
}
#glt-technology .glt_2c li {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
#glt-technology .glt_2c li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 1025px), print {
  #glt-technology .glt_2c li {
    width: calc((100% - 20px) / 2);
    margin-top: 40px;
  }
  #glt-technology .glt_2c li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #glt-technology .glt_2c li {
    width: 100%;
    margin-top: 3em;
  }
  #glt-technology .glt_2c li:nth-child(-n+2) {
    margin-top: 3em;
  }
  #glt-technology .glt_2c li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #glt-technology .glt_2c li:last-child {
    margin-bottom: 0;
  }
}
#glt-technology .glt_2c li a .thumb {
  aspect-ratio: 628/230;
  border-radius: 16px;
  overflow: hidden;
  will-change: transform;
}
#glt-technology .glt_2c li a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
  will-change: transform;
}
#glt-technology .glt_2c li a dl dt {
  color: #4a4a4a;
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 0.5em;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  transition: 0.3s;
}
@media screen and (max-width: 1025px), print {
  #glt-technology .glt_2c li a dl dt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #glt-technology .glt_2c li a dl dt {
    font-size: 1.6rem;
  }
}
#glt-technology .glt_2c li a dl dt::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 98%;
  height: 2px;
  background: #2c69ff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
@media screen and (max-width: 768px) {
  #glt-technology .glt_2c li a dl dt {
    font-size: 1.6rem;
  }
}
#glt-technology .glt_2c li a dl dd {
  color: #4a4a4a;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #glt-technology .glt_2c li a dl dd {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #glt-technology .glt_2c li a:hover .thumb img {
    transform: scale(1.03);
  }
  #glt-technology .glt_2c li a:hover dt {
    transition: 0.3s;
    color: #2c69ff;
  }
  #glt-technology .glt_2c li a:hover dt::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  #glt-technology .glt_2c li a:hover dd {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #glt-technology .glt_2c li a:hover .thumb img {
    transform: scale(1.03);
  }
  #glt-technology .glt_2c li a:hover dt {
    transition: 0.3s;
    color: #2c69ff;
  }
  #glt-technology .glt_2c li a:hover dt::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  #glt-technology .glt_2c li a:hover dd {
    text-decoration: none;
  }
}
#glt-technology .glt_2c_link ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #glt-technology .glt_2c_link ul {
    display: block;
  }
}
#glt-technology .glt_2c_link ul li {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
#glt-technology .glt_2c_link ul li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 1025px), print {
  #glt-technology .glt_2c_link ul li {
    width: calc((100% - 20px) / 2);
    margin-top: 40px;
  }
  #glt-technology .glt_2c_link ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #glt-technology .glt_2c_link ul li {
    width: 100%;
  }
}
#glt-technology .glt_2c_link ul li .thumb {
  aspect-ratio: 628/230;
  border-radius: 16px;
  overflow: hidden;
  will-change: transform;
}
#glt-technology .glt_2c_link ul li .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
  will-change: transform;
}
#glt-technology .glt_2c_link ul li dl dt {
  color: #4a4a4a;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  transition: 0.3s;
}
@media screen and (max-width: 1025px), print {
  #glt-technology .glt_2c_link ul li dl dt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #glt-technology .glt_2c_link ul li dl dt {
    margin-top: 1em;
    font-size: 1.6rem;
  }
}
#glt-technology .glt_2c_link ul li dl dt::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 98%;
  height: 2px;
  background: #2c69ff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
@media screen and (max-width: 768px) {
  #glt-technology .glt_2c_link ul li dl dt {
    font-size: 1.6rem;
  }
}
#glt-technology .glt_2c_link ul li dl dd {
  color: #4a4a4a;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #glt-technology .glt_2c_link ul li dl dd {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #glt-technology .glt_2c_link:hover ul .thumb img {
    transform: scale(1.03);
  }
  #glt-technology .glt_2c_link:hover ul dt {
    transition: 0.3s;
    color: #2c69ff;
  }
  #glt-technology .glt_2c_link:hover ul dt::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  #glt-technology .glt_2c_link:hover ul dd {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #glt-technology .glt_2c_link:hover ul .thumb img {
    transform: scale(1.03);
  }
  #glt-technology .glt_2c_link:hover ul dt {
    transition: 0.3s;
    color: #2c69ff;
  }
  #glt-technology .glt_2c_link:hover ul dt::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  #glt-technology .glt_2c_link:hover ul dd {
    text-decoration: none;
  }
}

/*---------- 新着情報 ----------*/
#glt-news {
  background-color: #eff2f6;
}
#glt-news .mod-presspnl-typed ul.list {
  border-top: 1px solid #8e8e8e;
}
#glt-news .mod-presspnl-typed ul.list li {
  background: url(../img/arrow_topics.svg) 100% 50% no-repeat;
  background-size: 40px 40px;
}
@media screen and (max-width: 768px) {
  #glt-news .mod-presspnl-typed ul.list li {
    background-size: 24px 24px;
  }
}
#glt-news .mod-presspnl-typed ul.list li a .detail {
  display: flex;
  justify-content: space-between;
  padding: 28px 0 !important;
  border-bottom: 1px solid #8e8e8e !important;
}
@media screen and (max-width: 768px) {
  #glt-news .mod-presspnl-typed ul.list li a .detail {
    display: block;
    padding: 24px 0 !important;
  }
}
#glt-news .mod-presspnl-typed ul.list li a .detail .category-group {
  width: 200px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #glt-news .mod-presspnl-typed ul.list li a .detail .category-group {
    width: 100%;
  }
}
#glt-news .mod-presspnl-typed ul.list li a .detail .category-group .time {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  line-height: 1.9;
  letter-spacing: 0.01em;
  color: #5b6179 !important;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #glt-news .mod-presspnl-typed ul.list li a .detail .category-group .time {
    font-size: 1.4rem !important;
  }
}
#glt-news .mod-presspnl-typed ul.list li a .detail .contents {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  #glt-news .mod-presspnl-typed ul.list li a .detail .contents {
    width: 100%;
  }
}
#glt-news .mod-presspnl-typed ul.list li a .detail .contents .text {
  display: block;
  width: 100%;
  padding: 0 80px 0 0 !important;
  font-size: 1.8rem !important;
  line-height: 1.9 !important;
  letter-spacing: 0.01em;
  color: #4a4a4a !important;
}
@media screen and (max-width: 768px) {
  #glt-news .mod-presspnl-typed ul.list li a .detail .contents .text {
    padding: 0 40px 0 0 !important;
    font-size: 1.4rem !important;
  }
}
#glt-news .mod-presspnl-typed ul.list li a .detail .contents .text::after {
  display: none !important;
}
@media (hover: hover) and (pointer: fine) {
  #glt-news .mod-presspnl-typed ul.list li a:hover .detail .contents .text {
    text-decoration: underline;
    color: #2c69ff !important;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #glt-news .mod-presspnl-typed ul.list li a:hover .detail .contents .text {
    text-decoration: underline;
    color: #2c69ff !important;
  }
}

/*---------- お問い合わせ ----------*/
#glt-contact {
  background-color: #d9dfe9;
}
#glt-contact .content {
  text-align: center;
}
#glt-contact .content p:nth-child(1) {
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #glt-contact .content p:nth-child(1) {
    font-size: 1.6rem;
  }
}
#glt-contact .content p:nth-child(2) {
  font-size: clamp(3rem, 4vw, 6rem);
}
#glt-contact .content p:nth-child(2) span {
  font-size: clamp(1.6rem, 2.5vw, 3rem);
}
@media screen and (max-width: 768px) {
  #glt-contact .content p:nth-child(3) {
    font-size: 1.2rem;
  }
}

/*---------- スポーツ関連 ----------*/
#sports .glt-container .glt_7c {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#sports .glt-container .glt_7c li {
  width: calc((100% - 96px) / 7);
  margin-right: 16px;
}
#sports .glt-container .glt_7c li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1025px), print {
  #sports .glt-container .glt_7c li {
    width: calc((100% - 48px) / 4);
  }
  #sports .glt-container .glt_7c li:nth-child(4) {
    margin-right: 0;
  }
  #sports .glt-container .glt_7c li:nth-child(n+5) {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  #sports .glt-container .glt_7c li {
    width: calc((100% - 20px) / 2);
    margin-right: 16px;
    margin-bottom: 1.5em;
  }
  #sports .glt-container .glt_7c li:nth-child(2n) {
    margin-right: 0;
  }
  #sports .glt-container .glt_7c li:last-child {
    margin-bottom: 0;
  }
  #sports .glt-container .glt_7c li:nth-child(n+5) {
    margin-top: initial;
  }
}
#sports .glt-container .glt_7c li a .thumb {
  aspect-ratio: 170/130;
  border-radius: 16px;
  overflow: hidden;
  will-change: transform;
}
#sports .glt-container .glt_7c li a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
  will-change: transform;
}
#sports .glt-container .glt_7c li a p {
  text-align: center;
  color: #4a4a4a;
  margin-top: 0.5em;
  line-height: 1.4;
}
@media screen and (max-width: 1460px), print {
  #sports .glt-container .glt_7c li a p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px), print {
  #sports .glt-container .glt_7c li a p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1025px), print {
  #sports .glt-container .glt_7c li a p {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #sports .glt-container .glt_7c li a:hover .thumb img {
    transform: scale(1.03);
  }
  #sports .glt-container .glt_7c li a:hover p {
    text-decoration: underline;
    color: #2c69ff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #sports .glt-container .glt_7c li a:hover .thumb img {
    transform: scale(1.03);
  }
  #sports .glt-container .glt_7c li a:hover p {
    text-decoration: underline;
    color: #2c69ff;
  }
}
#sports .glt-container .glt_7c li.current p {
  font-weight: 700;
}

html:has(.inner-nav-sp.active) {
  overflow: hidden;
}

.inner-nav {
  margin: 0;
  padding: 10px 0 24px;
}
@media screen and (max-width: 1025px), print {
  .inner-nav {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav {
    height: auto;
    position: relative;
    width: 100vw;
    padding: 10px 12px 10px 20px;
    border-bottom: 1px solid #dcdcdc;
  }
}
.inner-nav ul {
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1025px), print {
  .inner-nav ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}
.inner-nav ul li + li {
  margin-left: 64px;
}
@media screen and (max-width: 1025px), print {
  .inner-nav ul li + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav ul li + li {
    margin-left: 0;
  }
}
.inner-nav ul li {
  position: relative;
  min-height: 32px;
}
@media screen and (max-width: 1025px), print {
  .inner-nav ul li {
    margin-right: initial;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav ul li {
    display: inline-block;
    height: 32px;
    margin-right: 20px;
  }
}
.inner-nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
  padding-right: 38px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #2c69ff;
}
@media screen and (max-width: 1025px), print {
  .inner-nav ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav ul li a {
    padding-right: 28px;
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .inner-nav ul li a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .inner-nav ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav ul li a:active {
    text-decoration: underline;
  }
}
.inner-nav ul li a span + span {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  right: 0;
  top: calc(50% - 14px);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  transition: all 300ms ease-out;
}
@media screen and (max-width: 768px) {
  .inner-nav ul li a span + span {
    width: 24px;
    height: 24px;
    top: calc(50% - 9px);
    background-size: 18px 18px;
  }
}
.inner-nav ul li a span img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .inner-nav ul li a span img {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
  }
}
.inner-nav ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -24px;
  background: #2c69ff;
  opacity: 0;
  transition: opacity 300ms ease-out;
}

body.fix-inner-nav .inner-nav {
  padding: 24px 0;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  left: 0;
  top: 103px;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 1025px), print {
  body.fix-inner-nav .inner-nav {
    top: 63px;
  }
}
@media screen and (max-width: 768px) {
  body.fix-inner-nav .inner-nav {
    position: static;
  }
}
body.fix-inner-nav .inner.has-nav {
  padding-top: 224px;
}

#glt-wrapper .hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  /* ハンバーガーメニューボタン */
  #glt-wrapper {
    /* スマホメニューを開いてる時のボタン */
  }
  #glt-wrapper .hamburger {
    background-color: #535a6e;
    display: block;
    position: fixed;
    z-index: 100;
    right: 10px;
    top: 72px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    transform: translateX(60px);
    transition: all 0.6s;
  }
  #glt-wrapper .hamburger span {
    display: block;
    position: absolute;
    width: 24px;
    height: 1px;
    left: 13px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #glt-wrapper .hamburger span:nth-child(1) {
    top: 16px;
  }
  #glt-wrapper .hamburger span:nth-child(2) {
    top: 24px;
  }
  #glt-wrapper .hamburger span:nth-child(3) {
    top: 33px;
  }
  #glt-wrapper .hamburger.active span:nth-child(1) {
    top: 24px;
    left: 14x;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #glt-wrapper .hamburger.active span:nth-child(2),
  #glt-wrapper .hamburger.active span:nth-child(3) {
    top: 24px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  body.fix-inner-nav .hamburger {
    transform: translateX(0%) !important;
  }
  body.fix-inner-nav .inner-nav {
    position: static;
    padding: 10px 12px 10px 20px;
  }
}
.inner-nav-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #glt-wrapper .inner-nav-sp {
    display: block;
    padding: 60px 0 50px;
    position: fixed;
    z-index: 20;
    top: 62px;
    left: 0;
    color: #fff;
    background: #eff2f6;
    text-align: center;
    width: 100%;
    transform: translateY(-130%);
    border-bottom: 3px solid #535a6e;
    transition: all 0.3s;
  }
  #glt-wrapper .inner-nav-sp.active {
    display: block;
    opacity: 100;
    transform: translateY(0%);
  }
  #glt-wrapper .inner-nav-sp ul {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #glt-wrapper .inner-nav-sp ul li {
    transition: 0.2s all;
    border-bottom: 1px solid #dcdcdc;
  }
  #glt-wrapper .inner-nav-sp ul li:first-child {
    border-top: 1px solid #dcdcdc;
  }
  #glt-wrapper .inner-nav-sp ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    padding: 0 20px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #2c69ff;
  }
  #glt-wrapper .inner-nav-sp ul li a span img {
    width: 20px;
    height: auto;
  }
}
.overlay-sp {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.overlay-sp.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  z-index: 10;
  opacity: 1;
  visibility: visible;
}

/*---------- グローバルメニュー ----------*/
.custom-local-menu {
  background: #eff2f6;
  padding: 10px 0;
  position: sticky;
  top: 99px;
  z-index: 10;
}
.custom-local-menu .str-inner {
  margin: 0 auto;
  max-width: 1200px;
}
.custom-local-menu .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  justify-content: center;
}
.custom-local-menu .menu > li {
  margin: 0 10px;
  position: relative;
}
.custom-local-menu .menu > li > a {
  background: rgba(22, 38, 124, 0);
  color: #000;
  display: block;
  font-size: 1.6rem;
  line-height: 1.312;
  min-height: 45px;
  padding: 12px 20px;
  text-decoration: none;
  transition: background 0.3s ease-out;
}
.custom-local-menu .menu > li > a:hover {
  background: rgba(22, 38, 124, 0.08);
}
.custom-local-menu .menu > li > a._current {
  background: rgba(22, 38, 124, 0.08);
  pointer-events: none;
}
.custom-local-menu .menu > li > a b {
  font-weight: 700;
}
.custom-local-menu .menu > li + li::before {
  border-left: 1px dotted #000;
  bottom: 10px;
  content: "";
  display: block;
  left: -10px;
  position: absolute;
  top: 10px;
  width: 1px;
}
.custom-local-menu .menu > li + li.is-break::before {
  display: none;
}
.custom-local-menu .sp-hdg-button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.3125;
  padding: 12px 30px 12px 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
.custom-local-menu .sp-hdg-button::after {
  border: 1px solid #787878;
  border-width: 2px 2px 0 0;
  bottom: auto;
  content: "";
  display: block;
  height: 10px;
  margin: auto 0;
  position: absolute;
  right: 12px;
  top: 0;
  top: calc(50% - 9px);
  transform: rotate(135deg);
  transition: 0.2s transform ease-out, 0.2s top ease-out;
  width: 10px;
}

@media screen and (min-width: 1024px) and (max-width: 1155px), print {
  .custom-local-menu {
    top: 121px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1050px), print {
  .custom-local-menu {
    top: 125px;
  }
}
@media screen and (max-width: 1024px), print {
  .custom-local-menu {
    top: 59px;
  }
  .custom-local-menu .menu > li > a {
    font-size: 1.4rem;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 768px) {
  .custom-local-menu .menu > li > a {
    font-size: 1.4rem;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 639px) {
  .custom-local-menu {
    padding: 0;
    top: 59px;
    transition: 0.2s margin ease-out;
  }
  .custom-local-menu:not(.is-fixed) {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-local-menu:not(.is-fixed) .menu {
    position: static;
  }
}
@media screen and (min-width: 1025px), print {
  .custom-local-menu .menu {
    display: flex !important;
  }
}
@media screen and (max-width: 639px) {
  .custom-local-menu .menu {
    background: #f2f2f2;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
}
@media screen and (max-width: 639px) {
  .custom-local-menu .menu > li {
    border-top: 1px solid #fff;
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  .custom-local-menu .menu > li > a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 639px) {
  .custom-local-menu .menu > li + li::before {
    display: none;
  }
}
@media screen and (min-width: 640px), print {
  .custom-local-menu .sp-hdg {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .custom-local-menu .sp-hdg-button {
    font-size: 1.4rem;
  }
}
.is-open.custom-local-menu .sp-hdg-button::after {
  top: calc(50% - 3px);
  transform: rotate(-45deg);
}

.custom-local-menu.is-fixed {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

@media screen and (min-width: 640px) and (max-width: 1024px), print {
  .custom-local-menu.is-fixed {
    padding: 0;
  }
  .custom-local-menu.is-fixed .sp-hdg {
    display: block;
  }
  .custom-local-menu.is-fixed .menu {
    background: #f2f2f2;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .custom-local-menu.is-fixed .menu > li {
    border-top: 1px solid #fff;
    margin: 0;
  }
}
@media screen and (min-width: 640px) {
  .custom-local-menu:not(.is-fixed) .menu {
    display: flex !important;
  }
}
@media screen and (min-width: 1025px), print {
  .custom-local-menu._x-narrow .menu > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/*---------- ページ内リンクメニュー ----------*/
.second-inner-nav {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #c5ccd9;
  border-bottom: 1px solid #c5ccd9;
}
@media screen and (max-width: 768px) {
  .second-inner-nav {
    height: auto;
    position: relative;
    width: 100vw;
    padding: 10px 12px 10px 20px;
    overflow: hidden;
  }
}
.second-inner-nav ul {
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .second-inner-nav ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.second-inner-nav ul li + li {
  margin-left: 64px;
}
.second-inner-nav ul li {
  /* margin-right: 64px; */
  position: relative;
  min-height: 32px;
  /*  white-space: nowrap; */
  /* &:last-child {
      margin-right: 0;
  } */
}
@media screen and (max-width: 768px) {
  .second-inner-nav ul li {
    display: inline-block;
    height: 40px;
    margin: 0 8px 0 0;
  }
}
.second-inner-nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
  padding-right: 38px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #2c69ff;
}
@media screen and (max-width: 768px) {
  .second-inner-nav ul li a {
    min-height: 40px;
    padding-right: 28px;
    font-size: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .second-inner-nav ul li a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .second-inner-nav ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .second-inner-nav ul li a:active {
    text-decoration: underline;
  }
}
.second-inner-nav ul li a span + span {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  right: 0;
  top: calc(50% - 14px);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  transition: all 300ms ease-out;
}
@media screen and (max-width: 768px) {
  .second-inner-nav ul li a span + span {
    width: 24px;
    height: 24px;
    top: calc(50% - 9px);
    background-size: 18px 18px;
  }
}
.second-inner-nav ul li a span img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .second-inner-nav ul li a span img {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
  }
}
.second-inner-nav ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -24px;
  background: #2c69ff;
  opacity: 0;
  transition: opacity 300ms ease-out;
}

body.fix-inner-nav .second-inner-nav {
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  height: 80px;
  left: 0;
  top: 103px;
  z-index: 50;
  padding-top: 24px;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  body.fix-inner-nav .second-inner-nav {
    position: static;
  }
}
body.fix-inner-nav .inner.has-nav {
  padding-top: 224px;
}

@media screen and (max-width: 1279px), print {
  .second-inner-nav li + li {
    margin-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .second-inner-nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .second-inner-nav ul li + li {
    margin-left: 0;
  }
  .second-inner-nav ul li {
    margin-left: 0;
    margin-right: 24px;
  }
}
/*---------- セカンドページメインビジュアル ----------*/
#glt-sckv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #glt-sckv .pc {
    display: none;
  }
}
#glt-sckv .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #glt-sckv .sp {
    display: block;
  }
}
#glt-sckv::before {
  content: " ";
  position: absolute;
  width: 80%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #glt-sckv::before {
    width: 100%;
    height: 80%;
  }
}
#glt-sckv .inner {
  position: relative;
  z-index: 10;
  position: relative;
  max-width: 1368px;
  margin: 0 auto;
}
#glt-sckv .inner .extra {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-height: 400px;
  min-height: 300px;
  height: 22.2222222222vw;
  margin: 0 auto;
  padding: 50px 40px 0;
}
@media screen and (max-width: 768px) {
  #glt-sckv .inner .extra {
    height: 400px;
    padding: 40px 20px 0;
  }
}
#glt-sckv .inner .extra .content h1 {
  font-size: clamp(3rem, 3vw, 4.6rem);
  color: #fff;
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
}
#glt-sckv .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
#glt-sckv .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*---------- セカンドページハンバーガーメニュー ----------*/
html:has(.second-nav-sp.active) {
  overflow: hidden;
}

#glt-wrapper .second-hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  /* ハンバーガーメニューボタン */
  #glt-wrapper {
    /* スマホメニューを開いてる時のボタン */
  }
  #glt-wrapper .second-hamburger {
    background-color: #535a6e;
    display: block;
    position: fixed;
    z-index: 6;
    right: 10px;
    top: 110px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    transform: translateX(60px);
    transition: all 0.6s;
  }
  #glt-wrapper .second-hamburger span {
    display: block;
    position: absolute;
    width: 24px;
    height: 1px;
    left: 13px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #glt-wrapper .second-hamburger span:nth-child(1) {
    top: 16px;
  }
  #glt-wrapper .second-hamburger span:nth-child(2) {
    top: 24px;
  }
  #glt-wrapper .second-hamburger span:nth-child(3) {
    top: 33px;
  }
  #glt-wrapper .second-hamburger.active span:nth-child(1) {
    top: 24px;
    left: 14x;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #glt-wrapper .second-hamburger.active span:nth-child(2),
  #glt-wrapper .second-hamburger.active span:nth-child(3) {
    top: 24px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  body.fix-nav-sp .second-hamburger {
    transform: translateX(0%) !important;
  }
  body.fix-nav-sp .second-inner-nav {
    position: static;
  }
}
.second-nav-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #glt-wrapper .second-nav-sp {
    display: block;
    padding: 100px 0 50px;
    position: fixed;
    z-index: 5;
    top: 62px;
    left: 0;
    color: #fff;
    background: #eff2f6;
    text-align: center;
    width: 100%;
    transform: translateY(-130%);
    border-bottom: 3px solid #535a6e;
    transition: all 0.3s;
  }
  #glt-wrapper .second-nav-sp.active {
    display: block;
    opacity: 100;
    transform: translateY(0%);
  }
  #glt-wrapper .second-nav-sp ul {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #glt-wrapper .second-nav-sp ul li {
    transition: 0.2s all;
    border-bottom: 1px solid #dcdcdc;
  }
  #glt-wrapper .second-nav-sp ul li:first-child {
    border-top: 1px solid #dcdcdc;
  }
  #glt-wrapper .second-nav-sp ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    padding: 0;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #2c69ff;
  }
  #glt-wrapper .second-nav-sp ul li a span img {
    width: 20px;
    height: auto;
  }
}
.second-overlay-sp {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.second-overlay-sp.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  z-index: 4;
  opacity: 1;
  visibility: visible;
}

/*---------- セカンドページメインビジュアル ----------*/
#glt-sckv.gray::before {
  background-image: linear-gradient(100deg, #282d3c, #282d3c 35%, transparent 80%);
}
@media screen and (max-width: 768px) {
  #glt-sckv.gray::before {
    background-image: linear-gradient(180deg, #282d3c, #282d3c 20%, transparent);
  }
}
#glt-sckv.about .bg img {
  object-position: 80% 100%;
}

/*---------- intoro ----------*/
#about-intoro .read {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 1025px), print {
  #about-intoro .read {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #about-intoro .read {
    text-align: left;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1025px), print {
  #about-intoro .read .no-break {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #about-intoro .read .sp-no-break {
    display: none;
  }
}

/*---------- about01 ----------*/
#about01 {
  background-color: #eff2f6;
}
#about01 .overview {
  background-color: #fff;
  border: solid 2px #c5ccd9;
  border-radius: 16px;
  padding: 70px;
}
@media screen and (max-width: 1025px), print {
  #about01 .overview {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  #about01 .overview {
    padding: 30px 20px;
  }
}
#about01 .overview dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: solid 1px #8e8e8e;
}
@media screen and (max-width: 768px) {
  #about01 .overview dl {
    display: block;
  }
}
#about01 .overview dl dt,
#about01 .overview dl dd {
  padding: 25px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1025px), print {
  #about01 .overview dl dt,
  #about01 .overview dl dd {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #about01 .overview dl dt,
  #about01 .overview dl dd {
    font-size: 1.3rem;
  }
}
#about01 .overview dl dt {
  border-bottom: solid 1px #8e8e8e;
  width: 8em;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1025px), print {
  #about01 .overview dl dt {
    width: 10em;
  }
}
@media screen and (max-width: 768px) {
  #about01 .overview dl dt {
    width: 100%;
    border-bottom: none;
    padding: 15px 0 5px;
  }
}
#about01 .overview dl dd {
  border-bottom: solid 1px #8e8e8e;
  width: calc(100% - 8em);
  position: relative;
}
@media screen and (max-width: 1025px), print {
  #about01 .overview dl dd {
    width: calc(100% - 10em);
  }
}
@media screen and (max-width: 768px) {
  #about01 .overview dl dd {
    width: 100%;
    padding: 0 0 15px;
  }
}
#about01 .overview dl dd::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 2px;
  height: calc(100% - 10px);
  background-color: #d9dfe9;
}
@media screen and (max-width: 768px) {
  #about01 .overview dl dd::before {
    display: none;
  }
}
#about01 .overview dl dd b {
  font-weight: 700;
}
#about01 .overview dl dd .prize {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1025px), print {
  #about01 .overview dl dd .prize {
    display: block;
  }
}
#about01 .overview dl dd .prize .champion h3,
#about01 .overview dl dd .prize .tokubetsu h3 {
  font-weight: 700;
  border-bottom: solid 1px #c5ccd9;
  margin-bottom: 1em;
}
#about01 .overview dl dd .prize .champion ul.item li,
#about01 .overview dl dd .prize .tokubetsu ul.item li {
  line-height: 1.4;
  font-size: 1.6rem;
  margin: 0.75em 0 0 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about01 .overview dl dd .prize .champion ul.item li,
  #about01 .overview dl dd .prize .tokubetsu ul.item li {
    font-size: 1.4rem;
  }
}
#about01 .overview dl dd .prize .champion ul.item li::before,
#about01 .overview dl dd .prize .tokubetsu ul.item li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #6b7387;
  position: absolute;
  top: 7px;
  left: -0.75em;
}
@media screen and (max-width: 1025px), print {
  #about01 .overview dl dd .prize .champion ul.item li b,
  #about01 .overview dl dd .prize .tokubetsu ul.item li b {
    margin-right: 1em;
  }
  #about01 .overview dl dd .prize .champion ul.item li br,
  #about01 .overview dl dd .prize .tokubetsu ul.item li br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #about01 .overview dl dd .prize .champion ul.item li br,
  #about01 .overview dl dd .prize .tokubetsu ul.item li br {
    display: block;
  }
}
#about01 .overview dl dd .prize .champion {
  width: 60%;
}
@media screen and (max-width: 1025px), print {
  #about01 .overview dl dd .prize .champion {
    width: 100%;
  }
}
#about01 .overview dl dd .prize .champion .image {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
  align-items: baseline;
}
#about01 .overview dl dd .prize .champion .image li {
  width: 48%;
}
#about01 .overview dl dd .prize .champion .image li a p {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about01 .overview dl dd .prize .champion .image li a p {
    font-size: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #about01 .overview dl dd .prize .champion .image li a:hover p {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #about01 .overview dl dd .prize .champion .image li a:hover p {
    text-decoration: underline;
  }
}
#about01 .overview dl dd .prize .tokubetsu {
  width: calc(40% - 30px);
}
@media screen and (max-width: 1025px), print {
  #about01 .overview dl dd .prize .tokubetsu {
    width: 100%;
    margin-top: 2em;
  }
}
#about01 .overview dl dd .offer {
  font-size: 1.4rem;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #about01 .overview dl dd .offer {
    font-size: 1.2rem;
  }
}

/*---------- about02 ----------*/
#about02 .read-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about02 .read-center {
    text-align: left;
  }
}
#about02 .read-center h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #about02 .read-center h3 {
    font-size: 2rem;
  }
}
#about02 .read-center p {
  font-size: 2rem;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #about02 .read-center p {
    font-size: 1.6rem;
    margin-bottom: 2em;
  }
}
#about02 .mod-media .js-modal-img img.lazyload {
  width: 900px !important;
  max-width: min(100%, 900px) !important;
}

/*---------- about03 ----------*/
#about03 {
  background-color: #eff2f6;
}
#about03 h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #about03 h3 {
    font-size: 2rem;
  }
}
#about03 h3.center {
  text-align: center;
}
#about03 .glt_2c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #about03 .glt_2c {
    display: block;
  }
}
#about03 .glt_2c > li {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  #about03 .glt_2c > li {
    width: 100%;
    margin-top: 30px;
  }
  #about03 .glt_2c > li:first-child {
    margin-top: 0;
  }
}
#about03 .glt_2c > li a {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 639px) {
  #about03 .glt_2c > li a {
    pointer-events: none;
  }
}
#about03 .glt_2c > li a picture {
  display: block;
}
#about03 .glt_2c > li a .link {
  margin-top: 0.5em;
  text-align: center;
}
#about03 .glt_2c > li a .link span {
  position: relative;
  padding-left: 1.5em;
}
#about03 .glt_2c > li a .link span img {
  top: 0;
}
@media screen and (max-width: 639px) {
  #about03 .glt_2c > li a .link {
    display: none;
  }
}
#about03 .glt_2c > li > ul li {
  font-size: 1.4rem;
  padding-left: 0.75em;
  margin-bottom: 0.5em;
  list-style-position: inside;
  position: relative;
}
#about03 .glt_2c > li > ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #6b7387;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
  margin-right: 5px;
}
#about03 .glt_2c.mg-btm {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  #about03 .glt_2c.mg-btm {
    margin-bottom: 35px;
  }
}

/*---------- about04 ----------*/
#about04 .glt_2c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #about04 .glt_2c {
    display: block;
  }
}
#about04 .glt_2c li {
  width: calc((100% - 30px) / 2);
  text-align: center;
}
#about04 .glt_2c li:first-child img {
  border: solid 1px #d9dfe9;
}
@media screen and (max-width: 768px) {
  #about04 .glt_2c li {
    width: 100%;
    margin-top: 40px;
  }
  #about04 .glt_2c li:first-child {
    margin-top: 0;
  }
}
#about04 .glt_2c li h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #about04 .glt_2c li h3 {
    font-size: 2rem;
  }
}
#about04 .glt_2c li p.text-left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #about04 .glt_2c li p.text-left {
    font-size: 1.4rem;
  }
}
#about04 .glt_2c li p.link {
  margin-top: 1em;
}
#about04 .glt_2c li a[href$=".pdf"] {
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0 0 0 30px;
  position: relative;
}
#about04 .glt_2c li a[href$=".pdf"]:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #about04 .glt_2c li a[href$=".pdf"] {
    font-size: 1.6rem;
  }
}
#about04 .glt_2c li a[href$=".pdf"]::before {
  content: "";
  background: url(../about/img/icon_pdf.png) 0 50% no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
}
#about04 .glt_2c li a[href$=".zip"] {
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0 30px 0 0;
  position: relative;
}
#about04 .glt_2c li a[href$=".zip"]:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #about04 .glt_2c li a[href$=".zip"] {
    font-size: 1.6rem;
  }
}
#about04 .glt_2c li a[href$=".zip"]::after {
  content: "";
  background: url(../about/img/icon_download.svg) 0 50% no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: 20px;
  height: 20px;
}

/*---------- about05 ----------*/
#about05 {
  background-color: #eff2f6;
}
#about05 h2 span {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #about05 h2 span {
    font-size: 1.6rem;
  }
}
#about05 .sponsors {
  border: solid 2px #c5ccd9;
  background-color: #fff;
  border-radius: 16px;
  padding: 10px 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #about05 .sponsors {
    padding: 10px 0;
  }
}
#about05 .sponsors li {
  width: 25%;
  padding: 40px 30px;
}
#about05 .sponsors li img {
  width: 100%;
}
@media screen and (max-width: 1025px), print {
  #about05 .sponsors li {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #about05 .sponsors li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 576px) {
  #about05 .sponsors li {
    width: 50%;
    padding: 20px;
  }
}

/*---------- セカンドページメインビジュアル ----------*/
#glt-sckv.newev .text {
  margin-top: 1em;
}
#glt-sckv.newev .text p {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
}
#glt-sckv.newev .text p.powered-by {
  margin-top: 6vw;
}
@media screen and (max-width: 768px) {
  #glt-sckv.newev .text p.powered-by {
    margin-top: 2em;
  }
}
#glt-sckv.newev .text p.powered-by br {
  display: none;
}
@media screen and (max-width: 1025px), print {
  #glt-sckv.newev .text p.powered-by br {
    display: block;
  }
}
#glt-sckv.newev::before {
  background-image: linear-gradient(100deg, #282d3c, #282d3c 50%, transparent 100%);
}
@media screen and (max-width: 768px) {
  #glt-sckv.newev::before {
    background-image: linear-gradient(180deg, #282d3c, #282d3c 40%, transparent);
  }
}
#glt-sckv.newev .bg img {
  object-position: 100% 100%;
}
@media screen and (max-width: 768px) {
  #glt-sckv.newev .bg img {
    object-position: 0 0;
  }
}

/*---------- new_event-intoro ----------*/
#new_event-intoro .read {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 1025px), print {
  #new_event-intoro .read {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #new_event-intoro .read {
    text-align: left;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1365px), print {
  #new_event-intoro .read .no-break {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #new_event-intoro .read .sp-no-break {
    display: none;
  }
}

/*---------- ページ内リンクメニュー ----------*/
@media screen and (max-width: 1360px), print {
  .second-inner-nav.new-event ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.second-inner-nav.new-event ul li + li {
  margin-left: 40px;
}
@media screen and (max-width: 1360px), print {
  .second-inner-nav.new-event ul li + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 1360px), print {
  .second-inner-nav.new-event ul li {
    margin-right: 30px;
  }
}

/*---------- new_event01 ----------*/
#new_event01.bg-gray,
#new_event02.bg-gray,
#new_event03.bg-gray,
#new_event04.bg-gray {
  background-color: #eff2f6;
}
#new_event01 .mod-media-video > .outer,
#new_event02 .mod-media-video > .outer,
#new_event03 .mod-media-video > .outer,
#new_event04 .mod-media-video > .outer {
  max-width: 1000px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1025px), print {
  #new_event01 .mod-media-video > .outer,
  #new_event02 .mod-media-video > .outer,
  #new_event03 .mod-media-video > .outer,
  #new_event04 .mod-media-video > .outer {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #new_event01 .mod-media-video > .outer,
  #new_event02 .mod-media-video > .outer,
  #new_event03 .mod-media-video > .outer,
  #new_event04 .mod-media-video > .outer {
    margin-bottom: 40px;
  }
}
#new_event01 .mod-media-video > .outer.mgb-80,
#new_event02 .mod-media-video > .outer.mgb-80,
#new_event03 .mod-media-video > .outer.mgb-80,
#new_event04 .mod-media-video > .outer.mgb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #new_event01 .mod-media-video > .outer.mgb-80,
  #new_event02 .mod-media-video > .outer.mgb-80,
  #new_event03 .mod-media-video > .outer.mgb-80,
  #new_event04 .mod-media-video > .outer.mgb-80 {
    margin-bottom: 40px;
  }
}
#new_event01 .glt_2c_style01 h3,
#new_event02 .glt_2c_style01 h3,
#new_event03 .glt_2c_style01 h3,
#new_event04 .glt_2c_style01 h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.5em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #new_event01 .glt_2c_style01 h3,
  #new_event02 .glt_2c_style01 h3,
  #new_event03 .glt_2c_style01 h3,
  #new_event04 .glt_2c_style01 h3 {
    font-size: 1.6rem;
  }
}
#new_event01 .glt_h3tit-01,
#new_event02 .glt_h3tit-01,
#new_event03 .glt_h3tit-01,
#new_event04 .glt_h3tit-01 {
  margin-top: 120px;
}
@media screen and (max-width: 1025px), print {
  #new_event01 .glt_h3tit-01,
  #new_event02 .glt_h3tit-01,
  #new_event03 .glt_h3tit-01,
  #new_event04 .glt_h3tit-01 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #new_event01 .glt_h3tit-01,
  #new_event02 .glt_h3tit-01,
  #new_event03 .glt_h3tit-01,
  #new_event04 .glt_h3tit-01 {
    margin-top: 40px;
  }
}
#new_event01 ul.list-disc li,
#new_event02 ul.list-disc li,
#new_event03 ul.list-disc li,
#new_event04 ul.list-disc li {
  width: 100%;
  font-size: 1.8rem;
  padding-left: 0.75em;
  margin-bottom: 1em;
  list-style-position: inside;
  position: relative;
}
@media screen and (max-width: 1025px), print {
  #new_event01 ul.list-disc li,
  #new_event02 ul.list-disc li,
  #new_event03 ul.list-disc li,
  #new_event04 ul.list-disc li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #new_event01 ul.list-disc li,
  #new_event02 ul.list-disc li,
  #new_event03 ul.list-disc li,
  #new_event04 ul.list-disc li {
    font-size: 1.4rem;
  }
}
#new_event01 ul.list-disc li::before,
#new_event02 ul.list-disc li::before,
#new_event03 ul.list-disc li::before,
#new_event04 ul.list-disc li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #6b7387;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
  margin-right: 5px;
}
@media screen and (max-width: 1025px), print {
  #new_event01 ul.list-disc li::before,
  #new_event02 ul.list-disc li::before,
  #new_event03 ul.list-disc li::before,
  #new_event04 ul.list-disc li::before {
    top: 11px;
  }
}
@media screen and (max-width: 768px) {
  #new_event01 ul.list-disc li::before,
  #new_event02 ul.list-disc li::before,
  #new_event03 ul.list-disc li::before,
  #new_event04 ul.list-disc li::before {
    top: 9px;
  }
}

/*---------- new_event06 ----------*/
#new_event06 {
  background-color: #c5ccd9;
}
#new_event06 .mod-media-video > .outer {
  max-width: 1000px;
}
#new_event06 .instructions {
  max-width: 1000px;
  margin: 0 auto 3em;
}
#new_event06 .instructions p {
  font-size: 2.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #new_event06 .instructions p {
    font-size: 1.6rem;
  }
}
#new_event06 .button {
  text-align: center;
  margin-top: 60px;
}

/*---------- 2カラムスタイル01 ----------*/
.glt_2c_style01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .glt_2c_style01 {
    display: block;
  }
}
.glt_2c_style01 li {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1025px), print {
  .glt_2c_style01 li {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .glt_2c_style01 li {
    width: 100%;
  }
}
.glt_2c_style01 li picture {
  aspect-ratio: 628/230;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .glt_2c_style01 li picture {
    margin-bottom: 1em;
  }
}
.glt_2c_style01 li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.glt_2c_style01 li p.read {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media screen and (max-width: 1025px), print {
  .glt_2c_style01 li p.read {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .glt_2c_style01 li p.read {
    font-size: 1.4rem;
  }
}

/*---------- 2カラムスタイル02 ----------*/
.glt_2c_style02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .glt_2c_style02 {
    display: block;
  }
}
.glt_2c_style02 li {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.glt_2c_style02 li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 1025px), print {
  .glt_2c_style02 li {
    width: calc((100% - 20px) / 2);
    margin-top: 40px;
  }
  .glt_2c_style02 li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .glt_2c_style02 li {
    width: 100%;
    margin-top: 3em;
  }
  .glt_2c_style02 li:nth-child(-n+2) {
    margin-top: 3em;
  }
  .glt_2c_style02 li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .glt_2c_style02 li:last-child {
    margin-bottom: 0;
  }
}
.glt_2c_style02 li a .thumb {
  aspect-ratio: 628/230;
  border-radius: 16px;
  overflow: hidden;
  will-change: transform;
}
.glt_2c_style02 li a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
  will-change: transform;
}
.glt_2c_style02 li a dl dt {
  color: #4a4a4a;
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 0.5em;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  transition: 0.3s;
}
@media screen and (max-width: 1025px), print {
  .glt_2c_style02 li a dl dt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .glt_2c_style02 li a dl dt {
    font-size: 1.6rem;
  }
}
.glt_2c_style02 li a dl dt::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 98%;
  height: 2px;
  background: #2c69ff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
@media screen and (max-width: 768px) {
  .glt_2c_style02 li a dl dt {
    font-size: 1.6rem;
  }
}
.glt_2c_style02 li a dl dd {
  color: #4a4a4a;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .glt_2c_style02 li a dl dd {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .glt_2c_style02 li a:hover .thumb img {
    transform: scale(1.03);
  }
  .glt_2c_style02 li a:hover dt {
    transition: 0.3s;
    color: #2c69ff;
  }
  .glt_2c_style02 li a:hover dt::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .glt_2c_style02 li a:hover dd {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .glt_2c_style02 li a:hover .thumb img {
    transform: scale(1.03);
  }
  .glt_2c_style02 li a:hover dt {
    transition: 0.3s;
    color: #2c69ff;
  }
  .glt_2c_style02 li a:hover dt::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .glt_2c_style02 li a:hover dd {
    text-decoration: none;
  }
}

/*---------- 2カラムスタイルmv ----------*/
.glt_2c_style-mv {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .glt_2c_style-mv {
    display: block;
  }
}
.glt_2c_style-mv.btm_line {
  border-bottom: solid 1px #8e8e8e;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .glt_2c_style-mv.btm_line {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.glt_2c_style-mv li.movie-wrap {
  width: 40%;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .glt_2c_style-mv li.movie-wrap {
    width: 100%;
    margin-right: 0;
  }
}
.glt_2c_style-mv li.movie-wrap a {
  display: block;
  overflow: hidden;
}
.glt_2c_style-mv li.movie-wrap a img {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .glt_2c_style-mv li.movie-wrap a:hover img {
    transition: 0.3s;
    transform: scale(1.03);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .glt_2c_style-mv li.movie-wrap a:hover img {
    transition: 0.3s;
    transform: scale(1.03);
  }
}
.glt_2c_style-mv li.text-wrap {
  width: calc(60% - 30px);
}
@media screen and (max-width: 768px) {
  .glt_2c_style-mv li.text-wrap {
    width: 100%;
    margin-top: 0.5em;
  }
}
.glt_2c_style-mv li picture {
  aspect-ratio: 750/422;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .glt_2c_style-mv li picture {
    margin-bottom: 1em;
  }
}
.glt_2c_style-mv li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.glt_2c_style-mv li p.read {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media screen and (max-width: 1025px), print {
  .glt_2c_style-mv li p.read {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .glt_2c_style-mv li p.read {
    font-size: 1.4rem;
  }
}

/*---------- プレスリリース ----------*/
.glt-press-release {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .glt-press-release {
    margin-top: 45px;
  }
}
.glt-press-release h4 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .glt-press-release h4 {
    font-size: 2rem;
  }
}
.glt-press-release ul.list li {
  background: url(../img/arrow_topics.svg) 100% 50% no-repeat;
  background-size: 40px 40px;
  border-bottom: 1px solid #8e8e8e;
}
.glt-press-release ul.list li:first-child {
  border-top: 1px solid #8e8e8e;
}
@media screen and (max-width: 768px) {
  .glt-press-release ul.list li {
    background-size: 30px 30px;
  }
}
.glt-press-release ul.list li a .detail {
  padding: 15px 50px 15px 10px;
}
@media screen and (max-width: 768px) {
  .glt-press-release ul.list li a .detail {
    padding: 15px 25px 15px 10px;
  }
}
.glt-press-release ul.list li a .detail .text {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #4a4a4a;
}
@media screen and (max-width: 768px) {
  .glt-press-release ul.list li a .detail .text {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .glt-press-release ul.list li a:hover .detail .text {
    text-decoration: underline;
    color: #2c69ff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .glt-press-release ul.list li a:hover .detail .text {
    text-decoration: underline;
    color: #2c69ff;
  }
}

/*---------- モーダルウインドウ ----------*/
#glt-video-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.85);
}

#glt-video-modal {
  position: fixed;
  display: inline-block;
  width: 1280px;
  height: 720px;
  left: 50%;
  top: 50%;
  z-index: 100010;
  transform: translate(-50%, -50%);
}
#glt-video-modal .video-inner > div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 1360px) {
  #glt-video-modal {
    width: calc(100vw - 180px);
    height: calc((100vw - 180px) / 16 * 9);
  }
}
@media screen and (max-height: 960px) {
  #glt-video-modal {
    width: calc((100vh - 180px) / 9 * 16);
    height: calc(100vh - 180px);
  }
}
@media screen and (max-height: 960px) and (orientation: landscape) {
  #glt-video-modal {
    width: calc((100vh - 150px) / 9 * 16);
    height: calc(100vh - 150px);
  }
}
@media screen and (max-height: 960px) and (max-aspect-ratio: 4/3) {
  #glt-video-modal {
    width: calc(100vw - 180px);
    height: calc((100vw - 180px) / 16 * 9);
  }
}
@media screen and (max-width: 768px) {
  #glt-video-modal {
    width: calc(100vw - 30px);
    height: calc((100vw - 30px) / 16 * 9);
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  #glt-video-modal {
    width: calc((100vh - 80px) / 9 * 16) !important;
    height: calc(100vh - 80px);
  }
}

#glt-video-close-btn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  left: calc(50% + 640px + 10px);
  top: calc(50% - 360px - 50px - 30px);
  z-index: 100020;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 0;
}
@media screen and (min-width: 1361px) and (max-width: 1410px) {
  #glt-video-close-btn {
    left: calc(100vw - (100vw - 1280px) / 2 - 50px);
  }
}
@media screen and (max-width: 1360px) {
  #glt-video-close-btn {
    left: calc(100vw - 90px - 50px);
    top: calc((100vh - (100vw - 180px) / 16 * 9) / 2 - 50px - 30px);
  }
}
@media screen and (max-height: 960px) {
  #glt-video-close-btn {
    left: calc(100vw - (100vw - (100vh - 180px) / 9 * 16) / 2 - 50px);
    top: 10px;
  }
}
@media screen and (max-height: 960px) and (orientation: landscape) {
  #glt-video-close-btn {
    left: calc(100vw - (100vw - (100vh - 180px) / 9 * 16) / 2 - 10px);
  }
}
@media screen and (max-height: 960px) and (max-aspect-ratio: 4/3) {
  #glt-video-close-btn {
    left: calc(100vw - (100vw - (100vw - 180px)) / 2 - 50px);
  }
}
@media screen and (max-width: 768px) {
  #glt-video-close-btn {
    width: 40px;
    height: 40px;
    left: initial;
    right: 10px;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  #glt-video-close-btn {
    left: initial;
    right: 10px;
    top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #glt-video-close-btn {
    left: initial;
    right: 10px;
    top: calc((100vh - (100vw - 180px) / 16 * 9) / 2 - 50px - 30px);
  }
}
#glt-video-close-btn img {
  width: 42px;
  height: 42px;
}
@media screen and (max-height: 960px) and (orientation: landscape) {
  #glt-video-close-btn img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  #glt-video-close-btn img {
    width: 20px;
    height: 20px;
  }
}

#glt-video-overlay,
#glt-video-modal,
#glt-video-close-btn {
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

body.modal-start #glt-video-overlay,
body.modal-start #glt-video-modal,
body.modal-start #glt-video-close-btn {
  visibility: visible;
  opacity: 1;
}

/*---------- セカンドページメインビジュアル ----------*/
#glt-sckv.gray::before {
  background-image: linear-gradient(100deg, #282d3c, #282d3c 35%, transparent 80%);
}
@media screen and (max-width: 768px) {
  #glt-sckv.gray::before {
    background-image: linear-gradient(180deg, #282d3c, #282d3c 20%, transparent);
  }
}
#glt-sckv.players_list .bg img {
  object-position: 80% 100%;
}

/*---------- intoro ----------*/
#players_list-intoro .read {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 1025px), print {
  #players_list-intoro .read {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #players_list-intoro .read {
    text-align: left;
    font-size: 1.6rem;
  }
  #players_list-intoro .read br {
    display: none;
  }
}
@media screen and (max-width: 1365px), print {
  #players_list-intoro .read .no-break {
    display: none;
  }
}

/*---------- NEC所属選手 ----------*/
#players_list01 {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #players_list01 .glt-container .content {
    padding: 0 !important;
  }
}
#players_list01 .glt-container .banner {
  position: relative;
  height: 31.0559006211vw;
  height: 400px;
}
@media screen and (max-width: 1025px), print {
  #players_list01 .glt-container .banner {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #players_list01 .glt-container .banner {
    height: 350px;
  }
}
#players_list01 .glt-container .banner:first-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #players_list01 .glt-container .banner:first-child {
    margin-bottom: 30px;
  }
}
#players_list01 .glt-container .banner .banner-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 60px;
  overflow: hidden;
}
@media screen and (max-width: 1025px), print {
  #players_list01 .glt-container .banner .banner-inner {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #players_list01 .glt-container .banner .banner-inner {
    height: auto;
    top: initial;
    bottom: 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#players_list01 .glt-container .banner .banner-inner::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
  display: inline-block;
  background: #0f1ed2;
  transform: skewX(170deg);
}
#players_list01 .glt-container .banner .banner-inner h2 {
  position: relative;
  z-index: 1;
  font-size: 3rem;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #players_list01 .glt-container .banner .banner-inner h2 {
    font-size: 2rem;
    margin-bottom: 1em;
  }
  #players_list01 .glt-container .banner .banner-inner h2 br {
    display: none;
  }
}
#players_list01 .glt-container .banner .banner-inner.left .button {
  left: 60px;
}
#players_list01 .glt-container .banner .banner-inner.left .button br {
  display: none;
}
@media screen and (max-width: 1025px), print {
  #players_list01 .glt-container .banner .banner-inner.left .button {
    left: 30px;
  }
  #players_list01 .glt-container .banner .banner-inner.left .button br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #players_list01 .glt-container .banner .banner-inner.left .button br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #players_list01 .glt-container .banner .banner-inner.left .button br {
    display: block;
  }
}
#players_list01 .glt-container .banner .banner-inner.left::before {
  left: 0;
  width: 58%;
  margin: 0 0 0 -5%;
}
@media screen and (max-width: 768px) {
  #players_list01 .glt-container .banner .banner-inner.left::before {
    width: 100%;
    margin: 0;
    transform: skewX(0deg);
  }
}
#players_list01 .glt-container .banner .banner-inner.right .button {
  text-align: left;
  right: 60px;
}
#players_list01 .glt-container .banner .banner-inner.right .button br {
  display: none;
}
@media screen and (max-width: 1025px), print {
  #players_list01 .glt-container .banner .banner-inner.right .button {
    right: 30px;
  }
  #players_list01 .glt-container .banner .banner-inner.right .button br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #players_list01 .glt-container .banner .banner-inner.right .button br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #players_list01 .glt-container .banner .banner-inner.right .button br {
    display: block;
  }
}
#players_list01 .glt-container .banner .banner-inner.right::before {
  right: 0;
  width: 58%;
  margin: 0 -5% 0 0;
}
@media screen and (max-width: 768px) {
  #players_list01 .glt-container .banner .banner-inner.right::before {
    width: 100%;
    margin: 0;
    transform: skewX(0deg);
  }
}
#players_list01 .glt-container .banner .banner-inner.right h2 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #players_list01 .glt-container .banner .banner-inner.right h2 {
    text-align: left;
  }
}
#players_list01 .glt-container .banner .banner-inner.right div {
  text-align: right;
}
#players_list01 .glt-container .banner .banner-inner .button {
  position: absolute;
  bottom: 60px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #players_list01 .glt-container .banner .banner-inner .button {
    position: initial;
    bottom: initial;
    width: 100%;
    text-align: center !important;
  }
}
#players_list01 .glt-container .banner .banner-inner .button a {
  line-height: 1.2;
}
@media screen and (max-width: 1025px), print {
  #players_list01 .glt-container .banner .banner-inner .button a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #players_list01 .glt-container .banner .banner-inner .button a {
    text-align: left;
  }
}
#players_list01 .glt-container .banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
#players_list01 .glt-container .banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#players_list01 .glt-container .banner .bg.left img {
  object-position: 80% 20%;
}
@media screen and (max-width: 768px) {
  #players_list01 .glt-container .banner .bg.left img {
    object-position: 90% 100%;
    height: 250px;
  }
}
#players_list01 .glt-container .banner .bg.right img {
  object-position: 0 0;
}
@media screen and (max-width: 1450px), print {
  #players_list01 .glt-container .banner .bg.right img {
    object-position: 40% 0;
  }
}
@media screen and (max-width: 1025px), print {
  #players_list01 .glt-container .banner .bg.right img {
    object-position: 30% 0;
  }
}
@media screen and (max-width: 768px) {
  #players_list01 .glt-container .banner .bg.right img {
    object-position: 10% 0;
    height: 250px;
  }
}

/*---------- 7月下旬公開予定 ----------*/
#scheduled-release {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #scheduled-release {
    margin-top: 60px;
  }
}
#scheduled-release p {
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #scheduled-release p {
    font-size: 1.8rem;
    text-align: left;
  }
}

/*---------- players_list02 ----------*/
#players_list02 .players_nav ul {
  border-top: solid 1px #c5ccd9;
  border-bottom: solid 1px #c5ccd9;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #players_list02 .players_nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
#players_list02 .players_nav ul li {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #players_list02 .players_nav ul li {
    padding: 10px 0;
  }
}
#players_list02 .players_nav ul li a {
  font-size: 2rem;
  font-weight: 700;
  padding: 0 30px;
  display: inline-block;
  border-left: solid 1px #2c69ff;
}
@media (hover: hover) and (pointer: fine) {
  #players_list02 .players_nav ul li a:hover {
    text-decoration: underline;
    color: #4a4a4a;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #players_list02 .players_nav ul li a:hover {
    text-decoration: underline;
    color: #4a4a4a;
  }
}
@media screen and (max-width: 1025px), print {
  #players_list02 .players_nav ul li a {
    font-size: 1.8rem;
    padding: 0 20px;
  }
}
#players_list02 .players_nav ul li:last-child a {
  border-right: solid 1px #2c69ff;
}

.players_link {
  max-width: 1100px;
  padding-left: 100px;
  margin: 0 auto;
  padding-top: 70px;
}
@media screen and (max-width: 1025px), print {
  .players_link {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .players_link {
    padding-top: 35px;
    padding-left: 0;
  }
}
.players_link dl {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .players_link dl {
    display: block;
  }
}
.players_link dl dt {
  border-right: solid 2px #c5ccd9;
  font-size: 3rem;
  font-weight: 700;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .players_link dl dt {
    font-size: 2.6rem;
    border-right: none;
    border-bottom: solid 2px #c5ccd9;
    padding: 0;
    margin-bottom: 0.5em;
  }
}
.players_link dl dd {
  width: 100%;
  display: block;
  padding: 0 0 0 25px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .players_link dl dd {
    padding: 0;
    font-size: 1.6rem;
  }
}
.players_link dl dd ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.players_link dl dd ul li {
  width: 20%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1025px), print {
  .players_link dl dd ul li {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .players_link dl dd ul li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 480px) {
  .players_link dl dd ul li {
    width: 50%;
  }
}
.players_link .note {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .players_link .note {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}

/*---------- セカンドページメインビジュアル ----------*/
#glt-sckv.gray::before {
  background-image: linear-gradient(100deg, #282d3c, #282d3c 35%, transparent 80%);
}
@media screen and (max-width: 768px) {
  #glt-sckv.gray::before {
    background-image: linear-gradient(180deg, #282d3c, #282d3c 20%, transparent);
  }
}
#glt-sckv.ticket .bg img {
  object-position: 80% 100%;
}

/*---------- intoro ----------*/
#ticket-intoro .read {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 1025px), print {
  #ticket-intoro .read {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #ticket-intoro .read {
    text-align: left;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1365px), print {
  #ticket-intoro .read .no-break {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #ticket-intoro .read .sp-no-break {
    display: none;
  }
}

/*---------- ticket01 ----------*/
#ticket01 .content.release {
  border-bottom: solid 1px #c5ccd9;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #ticket01 .content.release {
    padding-bottom: 35px !important;
  }
}
#ticket01 .content.release p {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #0f1ed2;
}
@media screen and (max-width: 1025px), print {
  #ticket01 .content.release p {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  #ticket01 .content.release p {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 576px) {
  #ticket01 .content.release p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  #ticket01 .content.release p {
    font-size: 1.8rem;
  }
}
#ticket01 .content.schedule {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #ticket01 .content.schedule {
    padding-top: 35px !important;
  }
}
#ticket01 .content.schedule ul li {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
#ticket01 .content.schedule ul li br {
  display: none;
}
@media screen and (max-width: 1025px), print {
  #ticket01 .content.schedule ul li {
    font-size: clamp(1.6rem, 2.8vw, 2.8rem);
  }
}
@media screen and (max-width: 576px) {
  #ticket01 .content.schedule ul li {
    margin-bottom: 1em;
    text-align: left;
  }
  #ticket01 .content.schedule ul li br {
    display: block;
  }
}

/*---------- ticket02 / #ticket03共通 ----------*/
#ticket02,
#ticket03 {
  background-color: #eff2f6;
}
#ticket02 .price_wrap,
#ticket03 .price_wrap {
  outline: 5px solid #0f1ed2;
  outline-offset: -5px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
#ticket02 .price_wrap > dt,
#ticket03 .price_wrap > dt {
  background-color: #0f1ed2;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  padding: 1em 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #ticket02 .price_wrap > dt,
  #ticket03 .price_wrap > dt {
    font-size: 2.4rem;
  }
}
#ticket02 .price_wrap > dt.tit-2l,
#ticket03 .price_wrap > dt.tit-2l {
  padding: 0.4em 0 0.5em !important;
}
#ticket02 .price_wrap > dt.tit-2l span,
#ticket03 .price_wrap > dt.tit-2l span {
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #ticket02 .price_wrap > dt.tit-2l span,
  #ticket03 .price_wrap > dt.tit-2l span {
    font-size: 1.2rem;
  }
}
#ticket02 .price_wrap dd .price,
#ticket03 .price_wrap dd .price {
  margin: 10px 35px 35px;
  text-align: center;
  border-bottom: solid 2px #c5ccdb;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1025px), print {
  #ticket02 .price_wrap dd .price,
  #ticket03 .price_wrap dd .price {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #ticket02 .price_wrap dd .price,
  #ticket03 .price_wrap dd .price {
    margin: 10px 25px 25px;
  }
}
#ticket02 .price_wrap dd .price p,
#ticket03 .price_wrap dd .price p {
  color: #0f1ed2;
  font-size: 4rem;
  font-weight: 700;
}
#ticket02 .price_wrap dd .price p span,
#ticket03 .price_wrap dd .price p span {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #ticket02 .price_wrap dd .price p span,
  #ticket03 .price_wrap dd .price p span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #ticket02 .price_wrap dd .price p,
  #ticket03 .price_wrap dd .price p {
    font-size: 3rem;
  }
}
#ticket02 .price_wrap dd .detail,
#ticket03 .price_wrap dd .detail {
  margin: 0 35px 35px;
}
#ticket02 .price_wrap dd .detail h4,
#ticket02 .price_wrap dd .detail strong,
#ticket03 .price_wrap dd .detail h4,
#ticket03 .price_wrap dd .detail strong {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
}
#ticket02 .price_wrap dd .detail strong,
#ticket03 .price_wrap dd .detail strong {
  color: #0f1ed2;
}
#ticket02 .price_wrap dd .detail ul li,
#ticket03 .price_wrap dd .detail ul li {
  margin-top: 0.5em;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  text-indent: -1em;
  margin-left: 1em;
}
#ticket02 .price_wrap dd .detail ul li.blue,
#ticket03 .price_wrap dd .detail ul li.blue {
  color: #0f1ed2;
}
#ticket02 .price_wrap dd .detail ul.dot_style,
#ticket03 .price_wrap dd .detail ul.dot_style {
  margin-left: 0;
}
#ticket02 .price_wrap dd .detail ul.dot_style li,
#ticket03 .price_wrap dd .detail ul.dot_style li {
  padding-left: 1em;
  margin-left: 0.5em;
  list-style-position: inside;
  position: relative;
  text-indent: 0;
}
#ticket02 .price_wrap dd .detail ul.dot_style li::before,
#ticket03 .price_wrap dd .detail ul.dot_style li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #4a4a4a;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

/*---------- ticket02 ----------*/
#ticket02 .recommended .price_wrap .price_2c {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #ticket02 .recommended .price_wrap .price_2c {
    display: block;
  }
}
#ticket02 .recommended .price_wrap .price_2c .left {
  width: 30%;
  padding-right: 0;
}
@media screen and (max-width: 1300px), print {
  #ticket02 .recommended .price_wrap .price_2c .left {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  #ticket02 .recommended .price_wrap .price_2c .left {
    width: 100%;
    padding-right: 0;
  }
}
#ticket02 .recommended .price_wrap .price_2c .right {
  width: 70%;
  padding-left: 80px;
  margin: 0 35px 35px 0;
  border-left: solid 1px #c5ccdb;
}
@media screen and (max-width: 1300px), print {
  #ticket02 .recommended .price_wrap .price_2c .right {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  #ticket02 .recommended .price_wrap .price_2c .right {
    margin: 0 25px 35px;
    border-top: solid 1px #c5ccdb;
    width: calc(100% - 50px);
    padding: 20px 0 0;
    border-left: none;
  }
}

/*---------- ticket03 ----------*/
#ticket03 h2.glt_h2tit-01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1025px), print {
  #ticket03 h2.glt_h2tit-01 {
    margin-bottom: 15px;
  }
}
#ticket03 h3 {
  font-size: 4.6rem;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1025px), print {
  #ticket03 h3 {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #ticket03 h3 {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
}
#ticket03 .various {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #ticket03 .various {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #ticket03 .various {
    margin-bottom: 20px;
  }
}
#ticket03 .various .price_wrap.reserved {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  #ticket03 .various .price_wrap.reserved {
    width: 100%;
    margin-bottom: 20px;
  }
}
#ticket03 .various .price_wrap.three-days {
  width: 65%;
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  #ticket03 .various .price_wrap.three-days {
    width: 100%;
    margin-left: 0;
  }
}
#ticket03 .various .price_wrap.three-days .three-days_2c {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #ticket03 .various .price_wrap.three-days .three-days_2c {
    display: block;
  }
}
#ticket03 .various .price_wrap.three-days .three-days_2c .three-days_2c_inner {
  width: 50%;
}
@media screen and (max-width: 1436px), print {
  #ticket03 .various .price_wrap.three-days .three-days_2c .three-days_2c_inner {
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 1025px), print {
  #ticket03 .various .price_wrap.three-days .three-days_2c .three-days_2c_inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #ticket03 .various .price_wrap.three-days .three-days_2c .three-days_2c_inner {
    width: 100%;
  }
}
#ticket03 .various .price_wrap.three-days .three-days_2c .three-days_2c_inner.left {
  border-right: solid 5px #0f1ed2;
}
@media screen and (max-width: 768px) {
  #ticket03 .various .price_wrap.three-days .three-days_2c .three-days_2c_inner.left {
    border-right: none;
    border-bottom: solid 5px #0f1ed2;
  }
}
#ticket03 .parking .parking_wrap {
  outline: 5px solid #535a6e;
  outline-offset: -5px;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #ticket03 .parking .parking_wrap {
    display: block;
  }
}
#ticket03 .parking .parking_wrap > dt {
  width: 35%;
  background-color: #535a6e;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  padding: 1.2em 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1025px), print {
  #ticket03 .parking .parking_wrap > dt {
    font-size: 2.4rem;
    line-height: 1.4;
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 768px) {
  #ticket03 .parking .parking_wrap > dt {
    font-size: 2.4rem;
    width: 100%;
    padding: 1em 0;
  }
}
#ticket03 .parking .parking_wrap > dt br {
  display: none;
}
@media screen and (max-width: 1025px), print {
  #ticket03 .parking .parking_wrap > dt br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #ticket03 .parking .parking_wrap > dt br {
    display: none;
  }
}
#ticket03 .parking .parking_wrap dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #ticket03 .parking .parking_wrap dd {
    display: block;
  }
}
#ticket03 .parking .parking_wrap dd .price {
  padding: 0 2em;
  text-align: center;
  border-right: solid 2px #c5ccdb;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #ticket03 .parking .parking_wrap dd .price {
    border-right: none;
    border-bottom: solid 2px #c5ccdb;
    padding-bottom: 10px;
    margin: 10px 25px 25px;
  }
}
#ticket03 .parking .parking_wrap dd .price p {
  color: #0f1ed2;
  font-size: 4rem;
  font-weight: 700;
}
#ticket03 .parking .parking_wrap dd .price p span {
  font-size: 2.4rem;
}
@media screen and (max-width: 1025px), print {
  #ticket03 .parking .parking_wrap dd .price p span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1025px), print {
  #ticket03 .parking .parking_wrap dd .price p {
    font-size: 3rem;
  }
}
#ticket03 .parking .parking_wrap dd .detail {
  padding: 0.5em 0.5em 0.5em 0;
}
@media screen and (max-width: 768px) {
  #ticket03 .parking .parking_wrap dd .detail {
    margin: 25px 35px 35px;
  }
}
#ticket03 .parking .parking_wrap dd .detail li {
  margin-left: 2em;
}
@media screen and (max-width: 1200px), print {
  #ticket03 .parking .parking_wrap dd .detail li {
    margin-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  #ticket03 .parking .parking_wrap dd .detail li {
    margin-left: 0;
    margin-top: 0.5em;
    font-size: 1.4rem;
  }
}
#ticket03 .line {
  border-top: solid 3px #c5ccd9;
  margin-top: 90px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #ticket03 .line {
    border-top: solid 2px #c5ccd9;
    margin-top: 45px;
    margin-bottom: 35px;
  }
}
#ticket03 .on-the-day {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #ticket03 .on-the-day {
    display: block;
  }
}
#ticket03 .on-the-day .price_wrap {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  #ticket03 .on-the-day .price_wrap {
    width: 100%;
  }
}
#ticket03 .on-the-day .price_wrap.parking {
  outline: 5px solid #535a6e;
  outline-offset: -5px;
}
@media screen and (max-width: 768px) {
  #ticket03 .on-the-day .price_wrap.parking {
    margin-top: 20px;
  }
}
#ticket03 .on-the-day .price_wrap.parking dt {
  background-color: #535a6e;
}
#ticket03 .free {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ticket03 .free {
    font-size: 1.6rem;
    text-align: left;
  }
}
#ticket03 .sales h3 + p {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
}
#ticket03 .sales h3 + p br {
  display: none;
}
@media screen and (max-width: 768px) {
  #ticket03 .sales h3 + p {
    font-size: 2rem;
  }
  #ticket03 .sales h3 + p br {
    display: block;
  }
}
#ticket03 .sales p + p {
  font-size: 2.8rem;
  text-align: center;
}
#ticket03 .sales p + p br {
  display: none;
}
@media screen and (max-width: 768px) {
  #ticket03 .sales p + p {
    font-size: 1.8rem;
  }
  #ticket03 .sales p + p br {
    display: block;
  }
}
#ticket03 .sales-channels {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 20px 60px 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1025px), print {
  #ticket03 .sales-channels {
    padding: 40px 20px 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  #ticket03 .sales-channels {
    display: block;
    padding: 30px 20px;
  }
}
#ticket03 .sales-channels li:first-child {
  width: 45%;
  text-align: center;
  padding-right: 40px;
}
@media screen and (max-width: 1025px), print {
  #ticket03 .sales-channels li:first-child {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #ticket03 .sales-channels li:first-child {
    width: 100%;
    padding-right: 0;
  }
  #ticket03 .sales-channels li:first-child img {
    width: 80%;
  }
}
#ticket03 .sales-channels li:first-child .button {
  margin-top: 2em;
}
#ticket03 .sales-channels li:first-child .button .button-regular-blue {
  padding-left: 30px;
}
@media screen and (max-width: 1025px), print {
  #ticket03 .sales-channels li:first-child .button .button-regular-blue {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #ticket03 .sales-channels li:first-child .button .button-regular-blue {
    width: 100%;
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    text-align: center;
    padding: 0 !important;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #ticket03 .sales-channels li:first-child .button .button-regular-blue::after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin-left: 0;
  }
}
#ticket03 .sales-channels li:first-child .button .button-regular-blue span {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #ticket03 .sales-channels li:first-child .button .button-regular-blue span {
    padding-left: 20px;
  }
}
#ticket03 .sales-channels li:first-child .button .button-regular-blue span::before {
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_external_white.svg) 0 0 no-repeat;
  background-size: 24px 24px;
  transition: filter 400ms ease-out;
}
@media screen and (max-width: 768px) {
  #ticket03 .sales-channels li:first-child .button .button-regular-blue span::before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #ticket03 .sales-channels li:first-child .button .button-regular-blue:hover span::before {
    background: url(../img/icon_external.svg) 0 0 no-repeat;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #ticket03 .sales-channels li:first-child .button .button-regular-blue:hover span::before {
    background: url(../img/icon_external.svg) 0 0 no-repeat;
  }
}
#ticket03 .sales-channels li:last-child {
  width: 55%;
}
@media screen and (max-width: 1025px), print {
  #ticket03 .sales-channels li:last-child {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #ticket03 .sales-channels li:last-child {
    width: 100%;
  }
}
#ticket03 .sales-channels li:last-child dl {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #ticket03 .sales-channels li:last-child dl {
    font-size: 1.4rem;
    margin-top: 2em;
  }
}
#ticket03 .sales-channels li:last-child dl dd + dt {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #ticket03 .sales-channels li:last-child dl dd + dt {
    margin-top: 1em;
  }
}
#ticket03 .sales-channels + .sales-channels {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #ticket03 .sales-channels + .sales-channels {
    margin-top: 20px;
  }
}

/*---------- ticket04 ----------*/
#ticket04 .ticket04-inner + .ticket04-inner {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #ticket04 .ticket04-inner + .ticket04-inner {
    margin-top: 30px;
  }
}
#ticket04 .ticket04-inner h3 {
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #ticket04 .ticket04-inner h3 {
    font-size: 1.4rem;
  }
}
#ticket04 .ticket04-inner ul li {
  padding-left: 0.85em;
  margin-bottom: 0.5em;
  list-style-position: inside;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ticket04 .ticket04-inner ul li {
    font-size: 1.4rem;
  }
}
#ticket04 .ticket04-inner ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #4a4a4a;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  margin-right: 5px;
}
#ticket04 .precautions {
  margin-top: 60px;
  background-color: #eff2f6;
  border-radius: 20px;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  #ticket04 .precautions {
    margin-top: 40px;
    padding: 30px;
  }
}
#ticket04 .precautions .precautions-inner + .precautions-inner {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #ticket04 .precautions .precautions-inner + .precautions-inner {
    margin-top: 30px;
  }
}
#ticket04 .precautions .precautions-inner h3 {
  font-weight: 700;
  margin-bottom: 0.35em;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #ticket04 .precautions .precautions-inner h3 {
    font-size: 2rem;
  }
}
#ticket04 .precautions .precautions-inner ul li {
  padding-left: 0.85em;
  margin-bottom: 0.5em;
  list-style-position: inside;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ticket04 .precautions .precautions-inner ul li {
    font-size: 1.4rem;
  }
}
#ticket04 .precautions .precautions-inner ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #4a4a4a;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  margin-right: 5px;
}

/*---------- セカンドページメインビジュアル ----------*/
#glt-sckv.gray::before {
  background-image: linear-gradient(100deg, #282d3c, #282d3c 45%, transparent 80%);
}
@media screen and (max-width: 768px) {
  #glt-sckv.gray::before {
    background-image: linear-gradient(180deg, #282d3c, #282d3c 20%, transparent);
  }
}
#glt-sckv .read {
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  #glt-sckv .read br {
    display: none;
  }
}
#glt-sckv.plaza .bg img {
  object-position: 80% 100%;
}

/*---------- plaza01 ----------*/
#plaza01 #visitors-events {
  margin-bottom: 100px;
  background-color: #eff2f6;
  border-radius: 20px;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  #plaza01 #visitors-events {
    margin-bottom: 50px;
    border-radius: 10px;
    padding: 30px;
  }
}
#plaza01 #visitors-events h2 {
  font-size: 4.6rem;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1025px), print {
  #plaza01 #visitors-events h2 {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #plaza01 #visitors-events h2 {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
}
#plaza01 #visitors-events p.coming_soon {
  margin: 0 0 60px;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #plaza01 #visitors-events p.coming_soon {
    font-size: 1.8rem;
    margin: 0 0 30px;
  }
}
#plaza01 #visitors-events .read {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #plaza01 #visitors-events .read {
    font-size: 1.6rem;
  }
}
#plaza01 #visitors-events .link {
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  #plaza01 #visitors-events .link {
    margin-bottom: 2em;
  }
}
#plaza01 #visitors-events .glt_2c.img-left {
  padding-bottom: 80px;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  #plaza01 #visitors-events .glt_2c.img-left {
    padding-bottom: 40px;
    margin-bottom: 35px;
  }
}
#plaza01 .glt_2c {
  margin-top: 4em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #plaza01 .glt_2c {
    display: block;
    margin-top: 2em;
  }
}
#plaza01 .glt_2c.img-left {
  border-bottom: solid 2px #c5ccd9;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #plaza01 .glt_2c.img-left {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
#plaza01 .glt_2c.img-right .img {
  order: 2;
}
@media screen and (max-width: 768px) {
  #plaza01 .glt_2c.img-right .img {
    order: initial;
  }
}
#plaza01 .glt_2c.img-right .contents {
  order: 1;
}
@media screen and (max-width: 768px) {
  #plaza01 .glt_2c.img-right .contents {
    order: initial;
  }
}
#plaza01 .glt_2c > li {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 1025px), print {
  #plaza01 .glt_2c > li {
    width: calc((100% - 35px) / 2);
  }
}
@media screen and (max-width: 768px) {
  #plaza01 .glt_2c > li {
    width: 100%;
  }
}
#plaza01 .glt_2c > li .thumb {
  aspect-ratio: 605/440;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #plaza01 .glt_2c > li .thumb {
    margin-bottom: 0.5em;
  }
}
#plaza01 .glt_2c > li .thumb img {
  width: 100%;
}
#plaza01 .glt_2c .contents h3 {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 700;
  color: #0f1ed2;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 1190px), print {
  #plaza01 .glt_2c .contents h3 .no-break {
    display: none;
  }
}
@media screen and (max-width: 1025px), print {
  #plaza01 .glt_2c .contents h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #plaza01 .glt_2c .contents h3 {
    font-size: 2rem;
  }
}
#plaza01 .glt_2c .contents ul.item li {
  font-size: 2rem;
  padding-left: 0.85em;
  margin-left: 0.25em;
  list-style-position: inside;
  margin-bottom: 0.5em;
  position: relative;
}
@media screen and (max-width: 1025px), print {
  #plaza01 .glt_2c .contents ul.item li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #plaza01 .glt_2c .contents ul.item li {
    font-size: 1.4rem;
  }
}
#plaza01 .glt_2c .contents ul.item li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #4a4a4a;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
  margin-right: 5px;
}
@media screen and (max-width: 1025px), print {
  #plaza01 .glt_2c .contents ul.item li::before {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #plaza01 .glt_2c .contents ul.item li::before {
    top: 7px;
  }
}
#plaza01 .glt_2c .contents dl.item dt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1025px), print {
  #plaza01 .glt_2c .contents dl.item dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #plaza01 .glt_2c .contents dl.item dt {
    font-size: 1.8rem;
  }
}
#plaza01 .glt_2c .contents dl.item dt.mgt {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #plaza01 .glt_2c .contents dl.item dt.mgt {
    margin-top: 1em;
  }
}
#plaza01 .glt_2c .contents dl.item dd {
  font-size: 2rem;
  padding-left: 0.85em;
  margin-left: 0.25em;
  list-style-position: inside;
  margin-bottom: 0.5em;
  position: relative;
}
@media screen and (max-width: 1025px), print {
  #plaza01 .glt_2c .contents dl.item dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #plaza01 .glt_2c .contents dl.item dd {
    font-size: 1.4rem;
  }
}
#plaza01 .glt_2c .contents dl.item dd::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #4a4a4a;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
  margin-right: 5px;
}
@media screen and (max-width: 1025px), print {
  #plaza01 .glt_2c .contents dl.item dd::before {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #plaza01 .glt_2c .contents dl.item dd::before {
    top: 7px;
  }
}
#plaza01 .glt_2c .registration {
  margin-top: 2em;
}
#plaza01 .glt_2c .contact {
  margin-top: 2em;
}
#plaza01 .glt_2c .contact dt {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #plaza01 .glt_2c .contact dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #plaza01 .glt_2c .contact dd {
    font-size: 1.4rem;
  }
}
#plaza01 .glt_2c .contact dd::before {
  display: none;
}
#plaza01 .vpoint h3 {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 700;
  color: #0f1ed2;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 1190px), print {
  #plaza01 .vpoint h3 .no-break {
    display: none;
  }
}
@media screen and (max-width: 1025px), print {
  #plaza01 .vpoint h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #plaza01 .vpoint h3 {
    font-size: 2rem;
  }
}
#plaza01 .vpoint ul.item {
  margin-bottom: 1em;
}
#plaza01 .vpoint ul.item li {
  font-size: 2rem;
  padding-left: 0.85em;
  margin-left: 0.25em;
  list-style-position: inside;
  margin-bottom: 0.5em;
  position: relative;
}
@media screen and (max-width: 1025px), print {
  #plaza01 .vpoint ul.item li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #plaza01 .vpoint ul.item li {
    font-size: 1.4rem;
  }
}
#plaza01 .vpoint ul.item li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #4a4a4a;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
  margin-right: 5px;
}
@media screen and (max-width: 1025px), print {
  #plaza01 .vpoint ul.item li::before {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #plaza01 .vpoint ul.item li::before {
    top: 7px;
  }
}
#plaza01 .vpoint .registration {
  margin-bottom: 1em;
  padding-left: 1.5em;
}
#plaza01 .vpoint .mail-link {
  margin-bottom: 3em;
  padding-left: 1.5em;
}
#plaza01 .vpoint .vpoint-img {
  background-color: #fff;
  border-radius: 16px;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1025px), print {
  #plaza01 .vpoint .vpoint-img {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #plaza01 .vpoint .vpoint-img {
    padding: 20px;
  }
}
#plaza01 .vpoint .vpoint-img li img {
  width: 100%;
}
#plaza01 .vpoint .vpoint-img li:first-child {
  width: 63%;
}
@media screen and (max-width: 1025px), print {
  #plaza01 .vpoint .vpoint-img li:first-child {
    width: 100%;
  }
}
#plaza01 .vpoint .vpoint-img li:first-child .touroku {
  text-align: center;
  margin-top: 1em;
}
#plaza01 .vpoint .vpoint-img li:last-child {
  width: 32%;
}
@media screen and (max-width: 1025px), print {
  #plaza01 .vpoint .vpoint-img li:last-child {
    width: 80%;
    margin: 50px auto 0;
  }
}
#plaza01 .vpoint .vpoint-img li:last-child p {
  font-size: 1.4rem;
  margin-top: 0.5em;
  line-height: 1.4;
}/*# sourceMappingURL=style.css.map */