@charset "UTF-8";
/*
ベガルタ仙台 ビギナーズガイド2026/27 スタイル
last: 2026.8.5
*/
/*フォント設定*/
html {
  font-size: 10px;
  /* initial 10px */
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  /* default font-size 16px */
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

html,
body {
  overflow-x: hidden;
}

/* デバッグ用 テンプレート名表示 */
.debug-comment {
  display: none !important;
  margin: 20px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #0000ff;
}

/*----------------------------------------------------------
/* define
-----------------------------------------------------------*/
/*----------------------------------------------------------
/* リセット・基本定義
-----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: bold;
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 800;
  }
}
/* 段落 */
p {
  margin: 0.4em 0 1.2em 0;
}

/* 自動整形で発生した空のpタグを消す */
p:empty {
  display: none;
}

/* アンカー */
a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #000;
}

a:active,
a:hover {
  text-decoration: none;
}

a.no-udline {
  text-decoration: none !important;
}

/*** 詳細以外のページリストスタイルリセット ***/
ul,
ul li,
ol,
ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*** イメージ ***/
img {
  max-width: 100%;
  height: auto;
}

/*** 汎用クラス ***/
.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

/*--------------------------------------------------
共通スタイル
----------------------------------------------------*/
.common-sec {
  padding: 40px 15px;
}

.common-sec:has(+ .top-cover-sec) {
  padding-bottom: 70px;
}

.top-cover-sec {
  margin-top: -30px;
}

.top-round-sec {
  border-radius: 30px 30px 0 0;
}

.common-inner {
  max-width: 1520px;
  margin: 0 auto;
}
.common-inner.inner-narrow {
  max-width: 1440px;
}

@media print, (min-width: 768px) {
  .common-sec {
    padding: 180px 40px;
  }
  .common-sec:has(+ .top-cover-sec) {
    padding-bottom: 240px;
  }
  .top-cover-sec {
    margin-top: -60px;
  }
  .top-round-sec {
    border-radius: 60px 60px 0 0;
  }
}
@media print, (min-width: 1200px) {
  .common-sec {
    padding-left: 60px;
    padding-right: 60px;
  }
}
h2 {
  margin: 0 0 60px 0;
  text-align: center;
}

.font-red {
  color: #D7000F;
}

.font-s {
  font-size: 1.4rem;
}

.button-box {
  margin: 40px 0 0 0;
}
.button-box a {
  display: block;
  width: 100%;
  max-width: 420px;
  padding: 24px 40px 24px 30px;
  margin: 0 auto;
  position: relative;
  border: 2px solid #3A54C0;
  border-radius: 100vh;
  background: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  transition: all 0.2s ease;
}
.button-box a::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../../images/common/button-narrow-bl.svg) no-repeat center center/contain;
}
.button-box a:hover::before {
  right: 10px;
}
.button-box .ohp-button a {
  padding-bottom: 34px;
  background: #3A54C0;
  color: #fff;
  line-height: 1.2;
  border: none;
  box-shadow: inset 0 -9px 0 0 rgba(0, 0, 0, 0.25), 0 9px 0 0 rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
}
.button-box .ohp-button a::before {
  top: calc(50% - 4px);
  background: url(../../images/common/button-narrow.svg) no-repeat center center/contain;
}
.button-box .ohp-button a:hover {
  transform: translateY(9px);
  box-shadow: inset 0 -9px 0 0 rgba(0, 0, 0, 0.25);
}

.button-box.button-pc-left {
  margin: 30px 0 40px 0 !important;
}

@media screen and (max-width: 767px) {
  .button-box a {
    padding: 16px 24px 16px 16px;
    font-size: 1.6rem;
  }
  .button-box a::before {
    width: 30px;
    height: 30px;
    right: 16px;
  }
  .button-box .ohp-button a {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1199px) {
  h2.sec-title img {
    width: 100%;
    max-width: 480px;
  }
}
@media print, (min-width: 768px) {
  h2 {
    margin: 0 0 80px 0;
  }
  .button-box {
    margin: 80px 0 0 0;
  }
  .button-box a {
    font-size: 2rem;
  }
  .button-box.button-pc-left {
    margin: 40px 0 60px 0 !important;
  }
  .button-box.button-pc-left a {
    margin: 0 auto 0 0;
  }
}
/*モーダル*/
.guide-modal-content .guide-modal-header {
  padding: 10px 16px;
}
.guide-modal-content .guide-modal-body {
  padding: 20px 16px;
}
.guide-modal-content .guide-modal-title {
  margin: 0 0 30px 0;
  font-weight: bold;
  color: #2c4198;
  font-size: 1.8rem;
  line-height: 1.4;
}
.guide-modal-content .guide-modal-detail > p:nth-child(n+2) {
  margin-top: 20px;
}
.guide-modal-content .guide-modal-detail span {
  display: block;
  margin: 0 0 4px 0;
  padding: 0 0 0 1.2em;
  position: relative;
  font-weight: bold;
}
.guide-modal-content .guide-modal-detail span::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

.summary {
  display: flex;
  padding: 10px;
  margin: 20px 0;
  border: 2px dotted #2c4198;
}
.summary .icon-box {
  width: 30px;
  margin: 0 10px 0 0;
  text-align: center;
}
.summary p {
  width: calc(100% - 40px);
  margin: 0;
  font-weight: bold;
  color: #2c4198;
}

@media screen and (max-width: 767px) {
  .guide-modal-content .guide-modal-detail {
    font-size: 1.4rem;
  }
}
@media print, (min-width: 768px) {
  .guide-modal-content .guide-modal-title {
    font-size: 2rem;
  }
}
/*--------------------------------------------------
メインビジュアル
----------------------------------------------------*/
.fv {
  position: relative;
  overflow: hidden;
}

/* 背景 */
.fv-bg {
  display: block;
}

.fv-bg img {
  width: 100%;
  height: auto;
  display: block;
}

/* 共通 */
.mascot,
.fv-logo,
.fv-title {
  position: absolute;
  opacity: 0;
}

/* PNG配置 */
.mascot {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

/* ロゴ */
.fv-logo {
  width: 7%;
  top: 20px;
  left: 2%;
  z-index: 4;
}

/* タイトル */
.fv-title {
  width: 53%;
  top: 32%;
  left: 51%;
  transform: translateX(-50%);
  z-index: 5;
}

.text-wrap {
  z-index: 2;
}

.fv-marquee {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
  position: absolute;
  left: 0;
  background: #2c4198;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(220, 241, 255, 0.3) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(220, 241, 255, 0.3) calc(100% - 1px));
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center center;
}

.marquee-top {
  top: 0;
}

.marquee-bottom {
  bottom: 0;
}

.marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 80px;
}

.marquee-track img {
  flex-shrink: 0;
}

.marquee-top .marquee-track {
  animation: marqueeLeft 25s linear infinite;
}

.marquee-bottom .marquee-track {
  animation: marqueeRight 25s linear infinite;
}

@media print, (min-width: 768px) {
  .marquee-track {
    gap: 120px;
  }
}
@keyframes marqueeLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.text-line {
  animation: marqueeLeft 20s linear infinite;
}

@keyframes marqueeRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.text-line {
  animation: marqueeRight 20s linear infinite;
}

/* 画像幅調整 */
.fv-image img {
  width: 100%;
  display: block;
}

.fv-logo,
.fv-title {
  display: block;
}

@media screen and (max-width: 767px) {
  /* ロゴ */
  .fv-logo {
    width: 15%;
    top: 10px;
  }
  /* タイトル */
  .fv-title {
    width: 88%;
    top: 18%;
  }
  .fv-marquee {
    padding: 16px 0;
  }
  .marquee-track img {
    width: 320px;
  }
}
/*----------------------------------------------------------
/* タイムスケジュール
-----------------------------------------------------------*/
.times-chedule-sec {
  padding-top: 60px;
  background: #fcc900;
}

.time-schedule-wrap {
  margin: 40px 0;
  border-radius: 20px;
  border: 2px solid #2c4198;
  overflow: hidden;
}

.detail-box {
  position: relative;
  margin: 60px 0 0 0;
}
.detail-box h3 {
  padding: 10px 16px;
  color: #fff;
  background: #2c4198;
  border-radius: 10px 10px 0 0;
}
.detail-box > div:not([class]) {
  padding: 30px 16px 20px 16px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  border: 2px solid #2c4198;
}
.detail-box h4 {
  margin: 0 0 20px 0;
  font-size: 2.4rem;
  color: #2c4198;
}
.detail-box h4 span {
  display: block;
  margin: 0 0 6px 0;
  font-size: 1.6rem;
  color: #000;
}
.detail-box h4 img {
  display: inline-block;
  width: 30px;
  margin: 0 6px 0 0;
  vertical-align: text-bottom;
}

.shiritai-badge {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .shiritai-badge {
    width: 120px;
    top: -10px;
    right: 4px;
  }
}
@media print, (min-width: 768px) {
  .times-chedule-sec {
    padding-top: 80px;
  }
  .times-chedule-sec .sec-title + p {
    text-align: center;
  }
  .time-schedule-wrap {
    margin: 60px 0 40px 0;
  }
  .detail-box {
    margin: 80px 0 0 0;
  }
  .detail-box h3 {
    padding: 20px 40px;
    font-size: 2.4rem;
  }
  .detail-box > div:not([class]) {
    padding: 40px;
  }
  .detail-box h4 {
    font-size: 3.2rem;
  }
  .detail-box h4 span {
    font-size: 1.8rem;
  }
  .detail-box h4 img {
    width: 40px;
  }
  .shiritai-badge {
    width: 250px;
    top: -40px;
    right: 20px;
  }
}
/*--------------------------------------------------
ページナビ
----------------------------------------------------*/
.pagenav-sec .pagenav-inner {
  max-width: 1200px;
}
.pagenav-sec h2 {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.2;
}
.pagenav-sec h2 span {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 4.8rem;
  color: rgba(44, 65, 152, 0.25);
}

@media screen and (max-width: 767px) {
  .pagenav-sec {
    padding-bottom: 100px !important;
  }
  .pagenav-sec h2 {
    margin: 20px 0 40px 0;
  }
  .pagenav-sec h2 span {
    bottom: 30px;
  }
}
@media print, (min-width: 768px) {
  .pagenav-sec {
    padding-top: 140px;
  }
  .pagenav-sec h2 {
    font-size: 3.6rem;
  }
  .pagenav-sec h2 span {
    font-size: 7rem;
  }
}
@media print, (min-width: 1200px) {
  .pagenav-sec h2 {
    font-size: 3.6rem;
  }
  .pagenav-sec h2 span {
    font-size: 9rem;
  }
}
.pagenav-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.pagenav-menu-list::before, .pagenav-menu-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}
.pagenav-menu-list::before {
  order: 1;
}
.pagenav-menu-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 50px 16px 20px;
  position: relative;
  border-radius: 100vh;
  border: 3px solid #2c4198;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  transition: all 0.2s ease;
}
.pagenav-menu-list li a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  border-top: 3px solid #2c4198;
  border-right: 3px solid #2c4198;
  transform: translateY(-50%) rotate(135deg);
}
.pagenav-menu-list li a:hover {
  background: #2c4198;
  color: #fff;
}
.pagenav-menu-list li a:hover::before {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .pagenav-menu-list::before,
  .pagenav-menu-list::after {
    width: 48%;
  }
  .pagenav-menu-list li {
    width: 48%;
  }
  .pagenav-menu-list li:nth-child(n+3) {
    margin: 10px 0 0 0;
  }
  .pagenav-menu-list li a {
    padding: 10px 24px 10px 12px;
    font-size: 1.4rem;
  }
  .pagenav-menu-list li a::before {
    width: 10px;
    height: 10px;
    right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pagenav-menu-list::before,
  .pagenav-menu-list::after {
    width: 31.5%;
  }
  .pagenav-menu-list li {
    width: 31.5%;
  }
  .pagenav-menu-list li:nth-child(n+4) {
    margin: 16px 0 0 0;
  }
}
@media print, (min-width: 1200px) {
  .pagenav-menu-list::before,
  .pagenav-menu-list::after {
    width: 23.5%;
  }
  .pagenav-menu-list li {
    width: 23.5%;
  }
  .pagenav-menu-list li:nth-child(n+5) {
    margin: 16px 0 0 0;
  }
}
.banner-box {
  margin: 80px 0 0 0;
}
.banner-box > div {
  max-width: 820px;
  margin: 0 auto;
  border: 3px solid #2c4198;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1450980392);
}

/*----------------------------------------------------------
/* 1日お楽しみプラン
-----------------------------------------------------------*/
.plan-sec {
  position: relative;
  background: #FFEA99;
}

.plan-start-box {
  display: flex;
  align-items: flex-end;
  margin-top: -80px;
}
.plan-start-box h2 {
  margin: 0;
  width: 65%;
}
.plan-start-box > div {
  width: 50%;
  margin: 0 0 -14px -15%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .plan-sec {
    padding-bottom: 10px;
  }
}
@media print, (min-width: 768px) {
  .plan-sec {
    padding-bottom: 100px;
  }
  .plan-start-box {
    margin: -280px auto 0 auto;
    max-width: 980px;
  }
  .plan-start-box h2 {
    width: 65%;
  }
  .plan-start-box > div {
    width: 50%;
    margin: 0 0 -20px -15%;
  }
}
.plan-cont {
  position: relative;
  z-index: 2;
}
.plan-cont > div {
  position: relative;
}
.plan-cont > div.plan-item {
  position: relative;
}
.plan-cont > div:nth-child(n+2) {
  margin: 60px 0 0 0;
}
.plan-cont > div:nth-child(odd) .photo-frame {
  transform: rotate(4deg);
}
.plan-cont > div:nth-child(even) .photo-frame {
  transform: rotate(-4deg);
}
.plan-cont h3 {
  margin: 0 0 20px 0;
  font-size: 2rem;
}
.plan-cont .text-box {
  position: relative;
}
.plan-cont .text-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  transform: rotate(-9deg);
  background: url(../../images/plan/bg-plan.svg) no-repeat top center/cover;
}
.plan-cont > div:nth-child(even) .text-box::before {
  transform: rotate(9deg);
}
.plan-cont .text-box > div:nth-child(n+2),
.plan-cont .text-box > p:nth-child(n+2) {
  margin: 20px 0 0 0;
}

.photo-frame img {
  border: 10px solid #fff;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1450980392);
}

.vegatta-post {
  margin: 30px 0 0 0 !important;
  display: flex;
  justify-content: space-between;
}
.vegatta-post > div {
  width: 49%;
}
.vegatta-post > div:nth-child(2) img {
  border-radius: 10px;
  border: 2px solid #2c4198;
}

@media screen and (max-width: 767px) {
  .plan-cont .time-badge {
    width: 32%;
    position: absolute;
    top: -5%;
    left: -8px;
  }
  .plan-cont > div:nth-child(even) .time-badge {
    left: auto;
    right: -8px;
  }
  .plan-cont > div:nth-child(even) .text-box::before {
    transform: translateX(-50%) rotate(9deg);
  }
  .plan-cont .text-box {
    margin: 30px 0 0 0;
  }
  .plan-cont .text-box .time-badge {
    display: none;
  }
  .plan-cont .text-box::before {
    width: 110%;
    height: 100%;
    top: -30px;
    left: 50%;
    transform: translateX(-50%) rotate(-9deg);
    background-size: contain;
  }
  .plan-cont > div:nth-child(odd) .photo-frame {
    margin: 0 0 0 10px;
  }
  .plan-cont > div:nth-child(even) .photo-frame {
    margin: 0 10px 0 0;
  }
}
@media print, (min-width: 768px) {
  .plan-cont > div.plan-item {
    display: flex;
    justify-content: space-between;
  }
  .plan-cont > div.plan-item .img-box {
    width: 50%;
  }
  .plan-cont > div.plan-item .text-box {
    width: 44%;
  }
  .plan-cont > div.plan-item .text-box .time-badge {
    margin: 0 0 40px 0;
  }
  .plan-cont > div.plan-item .text-box::before {
    width: 1020px;
    height: 560px;
    left: -120px;
  }
  .plan-cont h3 {
    font-size: 3.2rem;
  }
  .plan-cont > div.info-box.photo-m .img-box {
    width: 54%;
  }
  .plan-cont > div.info-box.photo-m .text-box {
    width: 40%;
  }
  .plan-cont > div:nth-child(n+2) {
    margin: 120px 0 0 0;
  }
  .plan-cont > div:nth-child(odd) .img-box {
    order: 1;
  }
  .plan-cont .text-box > div:nth-child(n+2),
  .plan-cont .text-box > p:nth-child(n+2) {
    margin: 30px 0 0 0;
  }
  .plan-cont > div > .time-badge {
    display: none;
  }
  .vegatta-post {
    max-width: 540px;
    margin-left: auto !important;
  }
  .photo-frame img {
    border: 16px solid #fff;
  }
}
.point-box {
  display: flex;
  background: #fff;
  border: 3px solid #3A54C0;
  border-radius: 10px;
}
.point-box .point-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13%;
  padding: 10px 8px;
  background: #3A54C0;
  color: #fff;
}
.point-box .point-detail {
  width: 87%;
  padding: 10px 16px;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .point-box .point-detail {
    padding: 20px 20px 30px 20px;
  }
}
@media print, (min-width: 1200px) {
  .point-box .point-title {
    width: 10%;
  }
  .point-box .point-detail {
    width: 90%;
  }
}
.info-box {
  padding: 20px 16px;
  margin: 40px auto 0 auto;
  max-width: 780px;
  border: 2px solid #2c4198;
  background: #fff;
  box-shadow: 4px 4px #2c4198;
}
.info-box .text-box > p:first-of-type {
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 1.8rem;
  color: #2c4198;
}

@media screen and (max-width: 767px) {
  .info-box .img-box {
    margin: 20px 0 0 0;
  }
}
@media print, (min-width: 768px) {
  .info-box {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    margin: 60px auto 0 auto;
  }
  .info-box .text-box {
    width: 48%;
  }
  .info-box .text-box > p:first-of-type {
    font-size: 2.2rem;
  }
  .info-box .img-box {
    width: 48%;
  }
}
.entrance-detail-box {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.entrance-detail-box h4 {
  margin: 0 0 10px 0;
  font-size: 2rem;
}
.entrance-detail-box h4 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin: 0 6px 0 0;
  background: #2c4198;
  color: #fff;
}
.entrance-detail-box .img-box {
  margin: 10px 0;
}

@media print, (min-width: 768px) {
  .entrance-detail-box h4 {
    margin: 0 0 20px 0;
    font-size: 2.4rem;
  }
  .entrance-detail-box h4 span {
    width: 30px;
    height: 30px;
  }
}
/*--------------------------------------------------
グッズ
----------------------------------------------------*/
.goods-sec {
  position: relative;
  padding-bottom: 90px;
  background-color: #DCF1FF;
  background-image: url(../../images/goods/bg-goods-2627.svg);
  background-repeat: repeat;
  background-position: center center;
}
.goods-sec h3 {
  margin: 0 0 30px 0;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
}
.goods-sec h3 span {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .goods-sec {
    padding-top: 80px !important;
    background-size: 50%;
  }
}
@media print, (min-width: 768px) {
  .goods-sec {
    padding-top: 240px;
    padding-bottom: 180px;
  }
  .goods-sec h3 {
    margin: 0 0 40px 0;
    font-size: 2rem;
  }
  .goods-sec h3 span {
    font-size: 3.2rem;
  }
  .flex-double.photo .img-box {
    width: 50%;
  }
  .flex-double.photo .text-box {
    width: 46%;
  }
  .flex-rev .img-box {
    order: 1;
  }
}
.cashless-icon {
  margin: 0 0 6px 0;
}
.cashless-icon img {
  width: 120px;
}

.goods-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFEA99;
  border-radius: 0 0 30px 30px;
}

@media print, (min-width: 768px) {
  .goods-sec::before {
    height: 60px;
    border-radius: 0 0 60px 60px;
  }
}
.osusume-goods {
  position: relative;
  margin: 80px 0 60px 0;
  padding: 60px 16px 30px 16px;
  background: #fff;
  border: 2px solid #2c4198;
  border-radius: 10px;
}
.osusume-goods h4 {
  margin: -80px 0 30px 0;
  text-align: center;
}

.osusume-goods-list p {
  margin: 0;
}
.osusume-goods-list p.goods-name {
  margin: 20px 0;
  font-weight: bold;
  font-size: 1.8rem;
}

@media print, (min-width: 768px) {
  .osusume-goods {
    margin: 120px 0 100px 0;
    padding: 80px 40px 60px 40px;
    border-radius: 20px;
  }
  .osusume-goods h4 {
    margin: -120px 0 40px 0;
  }
  .osusume-goods-list p.goods-name {
    margin: 30px 0 20px 0;
    font-size: 2.2rem;
  }
}
@media print, (min-width: 1200px) {
  .osusume-goods {
    padding: 80px 80px 60px 80px;
  }
  .osusume-goods h4 {
    margin: -138px 0 40px 0;
  }
}
.button-copy {
  margin: 0 0 -20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

@media print, (min-width: 768px) {
  .button-copy {
    margin-bottom: -60px;
  }
}
/*--------------------------------------------------
グルメ
----------------------------------------------------*/
.gourmet-sec {
  position: relative;
  background: #fcc900;
}
.gourmet-sec::before {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 0;
  background: url(../../images/gourmet/wave-top-gourmet.svg) no-repeat bottom center/cover;
}

.gourmet-img-box > div:last-child {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.gourmet-img-box > div:last-child > div {
  width: 49%;
}

.curry-fes {
  margin: 40px 0 0 0 !important;
}

@media print, (min-width: 768px) {
  .curry-fes {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .curry-fes {
    display: block;
  }
  .curry-fes .img-box,
  .curry-fes .text-box {
    width: 100% !important;
  }
  .curry-fes .img-box {
    margin: 20px auto 0 auto;
    text-align: center;
  }
  .curry-fes .img-box img {
    max-width: 240px;
  }
}
@media print, (min-width: 1200px) {
  .curry-fes {
    margin: 60px 0 0 0 !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .curry-fes .img-box {
    width: 40% !important;
  }
  .curry-fes .text-box {
    width: 56% !important;
  }
}
/*--------------------------------------------------
イベント
----------------------------------------------------*/
.event-sec {
  background: #FFEA99;
}

.event-sec .common-inner > div:nth-child(n+3) {
  margin: 80px 0 0 0;
}

@media print, (min-width: 768px) {
  .event-sec .common-inner > div:nth-child(n+3) {
    margin: 120px 0 0 0;
  }
}
.event-cont > div:nth-child(n+2) {
  margin: 60px 0 0 0;
}
.event-cont h3 {
  margin: 0 0 30px 0;
  color: #2c4198;
  font-size: 2.4rem;
  line-height: 1.2;
}
.event-cont h3 img {
  display: inline-block;
  width: 80px;
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
}

@media screen and (max-width: 767px) {
  .event-cont h3 img {
    display: block;
    margin: 0 0 10px 0;
  }
}
@media print, (min-width: 768px) {
  .event-cont > div:nth-child(n+2) {
    margin: 80px 0 0 0;
  }
  .event-cont h3 {
    margin: 0 0 40px 0;
    font-size: 2.8rem;
  }
}
@media print, (min-width: 1200px) {
  .event-cont h3 {
    font-size: 3.6rem;
  }
  .event-cont h3 img {
    width: 120px;
  }
}
.event-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}
.event-list > div {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #2c4198;
}
.event-list > div .text-box {
  padding: 20px 16px;
  background: #fff;
  border-top: 2px solid #2c4198;
}
.event-list > div h4 {
  margin: 0 0 20px 0;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .event-list > div {
    width: 100%;
  }
  .event-list > div:nth-child(n+2) {
    margin: 30px 0 0 0;
  }
}
@media print, (min-width: 768px) {
  .event-list {
    margin: 30px 0;
  }
  .event-list > div {
    width: 23.5%;
  }
  .event-list > div .text-box {
    padding: 30px 20px;
  }
  .event-list > div h4 {
    font-size: 2.4rem;
  }
}
.img-radius img {
  border-radius: 10px;
  border: 2px solid #2c4198;
}

.photo-spot-wrap {
  margin: 20px 0 60px 0;
}

.photo-spot {
  position: relative;
}
.photo-spot h4 {
  margin: 0 0 20px 0;
  font-size: 2rem;
}

@media print, (min-width: 768px) {
  .photo-spot-wrap {
    margin: 30px 0 80px 0;
  }
  .photo-spot > div {
    width: 44%;
    margin: 0 0 0 auto;
  }
  .photo-spot .img-box {
    width: 52%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .photo-spot h4 {
    font-size: 2.4rem;
  }
}
@media print, (min-width: 1200px) {
  .photo-spot > div {
    height: 0;
    padding-bottom: 36%;
  }
}
.mascot-wrap {
  margin: 40px 0;
}

.mascot-profile {
  padding: 10px 16px;
  background: #fff;
  border: 2px solid #2c4198;
  box-shadow: 4px 4px #2c4198;
  position: relative;
}
.mascot-profile h4 {
  padding: 4px 0;
  margin: 0 0 20px 0;
  position: relative;
  border-bottom: 1px solid #2c4198;
  font-size: 2.4rem;
  color: #2c4198;
}
.mascot-profile h4 span {
  display: inline-block;
  padding: 8px;
  margin: 0 10px 0 0;
  line-height: 1;
  background: #2c4198;
  font-size: 110%;
  color: white;
  transform: translateY(4px);
}
.mascot-profile .birthday {
  font-weight: bold;
  color: #2c4198;
  font-size: 1.8rem;
}

.mascot-sns-list {
  margin: 20px 0 0 0;
}
.mascot-sns-list li {
  display: inline-block;
  width: 40px;
}
.mascot-sns-list li:nth-child(n+2) {
  margin: 0 0 0 8px;
}

@media screen and (max-width: 767px) {
  .mascot-wrap .mascot-img {
    width: 70%;
    max-width: 250px;
    margin: 0 auto;
  }
  .mascot-wrap > div.luttana {
    margin: 80px 0 0 0 !important;
  }
}
@media print, (min-width: 768px) {
  .mascot-wrap {
    margin: 80px 0;
  }
}
@media screen and (max-width: 1199px) {
  .mascot-profile {
    margin: 20px 0 0 0;
  }
}
@media print, (min-width: 1200px) {
  .mascot-wrap > div {
    display: flex;
    justify-content: space-between;
    width: 50%;
  }
  .mascot-wrap > div .mascot-img {
    width: 44%;
  }
  .mascot-wrap > div .mascot-profile {
    width: 48%;
    padding: 30px;
  }
  .mascot-wrap > div .mascot-profile::before {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    position: absolute;
    background: #2c4198;
    border-radius: 100vh;
    transform: rotate(45deg);
  }
  .mascot-wrap > div h4 {
    font-size: 3.2rem;
  }
  .mascot-wrap .vegatta {
    align-items: flex-start;
  }
  .mascot-wrap .vegatta .mascot-img {
    order: 1;
  }
  .mascot-wrap .vegatta .mascot-profile {
    margin-top: 40px;
  }
  .mascot-wrap .vegatta .mascot-profile::before {
    top: 30%;
    right: -25%;
  }
  .mascot-wrap .luttana {
    align-items: flex-end;
  }
  .mascot-wrap .luttana .mascot-profile {
    margin-bottom: 40px;
  }
  .mascot-wrap .luttana .mascot-profile::before {
    top: 30%;
    left: -25%;
  }
}
.mascot-greeting-wrap {
  margin: 60px 0 0 0;
}

@media print, (min-width: 768px) {
  .mascot-greeting-wrap {
    margin: 80px 0 0 0;
  }
}
.modal-mascot-profile {
  font-size: 1.4rem;
  border: 1px solid #2c4198;
}
.modal-mascot-profile dt {
  padding: 4px 10px;
  background: #2c4198;
  color: #fff;
  font-weight: normal;
}
.modal-mascot-profile dd {
  padding: 8px 10px;
}

/*便利コンテンツ*/
.useful-cont {
  padding: 40px 16px 0 16px;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  border-radius: 10px;
  border: 2px solid #2c4198;
}
.useful-cont > div {
  position: relative;
}
.useful-cont h3 {
  margin: 0 0 40px 0;
  text-align: center;
}
.useful-cont h4 {
  margin: 0 0 20px 0;
  font-size: 1.8rem;
}
.useful-cont h4 span {
  font-size: 1.2rem;
}

.useful-cont-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.useful-mascot {
  max-width: 520px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 767px) {
  .useful-cont .useful-cont-inner > div:nth-child(n+3) {
    margin: 60px 0 0 0;
  }
  .useful-cont .img-box {
    margin: 20px 0;
  }
}
@media print, (min-width: 768px) {
  .useful-cont {
    padding: 80px 40px 0 40px;
    border-radius: 20px;
  }
  .useful-cont .useful-cont-inner > div {
    position: relative;
  }
  .useful-cont .useful-cont-inner > div h4,
  .useful-cont .useful-cont-inner > div > p,
  .useful-cont .useful-cont-inner > div > ul,
  .useful-cont .useful-cont-inner > div > div {
    width: 54%;
  }
  .useful-cont .useful-cont-inner > div .img-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
  }
  .useful-cont .useful-cont-inner > div .button-box {
    margin-top: 40px;
  }
  .useful-cont .useful-cont-inner > div:nth-child(n+3) {
    margin: 80px 0 0 0;
  }
  .useful-cont h3 {
    margin: 0 0 60px 0;
  }
  .useful-cont h4 {
    margin: 0 0 30px 0;
    font-size: 2.4rem;
  }
  .useful-cont h4 span {
    font-size: 1.8rem;
  }
}
@media print, (min-width: 1200px) {
  .useful-cont .useful-cont-inner > div:nth-child(2),
  .useful-cont .useful-cont-inner > div:nth-child(3) {
    height: 0;
    padding-bottom: 28%;
  }
}
/*キッズ＆ファミリー*/
.kids-family-cont {
  padding: 40px 16px;
  background-color: #fff;
  background-image: radial-gradient(circle, rgba(255, 234, 153, 0.5) 3px, transparent 3px), radial-gradient(circle, rgba(255, 234, 153, 0.5) 3px, transparent 3px);
  background-position: 0 0, 13px 26px;
  background-size: 26px 52px;
  border-radius: 10px;
}
.kids-family-cont h3.cont-title {
  margin: 0 0 40px 0;
  text-align: center;
}

.kids-family-cont-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.kids-family-cont-inner > div:nth-of-type(n+2) {
  margin: 60px 0 0 0;
}

@media print, (min-width: 768px) {
  .kids-family-cont {
    padding: 80px 40px;
    border-radius: 20px;
  }
  .kids-family-cont h3.cont-title {
    margin: 0 0 60px 0;
  }
  .kids-family-cont-inner > div:nth-of-type(n+2) {
    margin: 80px 0 0 0;
  }
}
.kids-main {
  margin: 30px 0;
}
.kids-main .fuwafuwa-s .img-box {
  position: relative;
}
.kids-main .fuwafuwa-s .img-box::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  border-radius: 100vh;
  background: #2c4198;
  position: absolute;
}
.kids-main .gatcha {
  margin: 40px 0 0 0;
}

@media screen and (max-width: 1199px) {
  .kids-main .fuwafuwa-s {
    margin: 20px 0;
  }
  .kids-main .fuwafuwa-s .img-box {
    width: 60%;
    margin: 0 auto;
  }
  .kids-main .fuwafuwa-s .img-box::before {
    width: 68px;
    top: -59px;
    left: 50%;
    transform: rotate(-60deg) translateX(-50%);
  }
}
@media print, (min-width: 1200px) {
  .kids-main {
    display: flex;
    margin: 60px 0 0 0;
  }
  .kids-main .fuwafuwa-l {
    width: 54%;
    margin-right: -4%;
  }
  .kids-main .fuwafuwa-detail {
    width: 50%;
  }
  .kids-main .fuwafuwa-s {
    display: flex;
    justify-content: space-between;
  }
  .kids-main .fuwafuwa-s .img-box {
    width: 46%;
  }
  .kids-main .fuwafuwa-s .img-box::before {
    width: 120px;
    top: 70%;
    left: -46px;
    transform: rotate(-45deg) translateX(-50%);
  }
  .kids-main .fuwafuwa-s .text-box {
    width: 50%;
  }
  .kids-main .gatcha {
    width: 80%;
    margin: -60px 0 0 auto;
  }
}
.kids-facilities h4 {
  margin: 0 0 20px 0;
  font-size: 1.8rem;
}
.kids-facilities h4 span {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .kids-facilities-wrap > div:nth-child(n+2) {
    margin: 40px 0 0 0;
  }
  .kids-facilities .img-box {
    width: 70%;
    margin: 16px auto 0 auto;
  }
}
@media print, (min-width: 768px) {
  .kids-facilities {
    display: flex;
    justify-content: space-between;
  }
  .kids-facilities .text-box {
    width: 56%;
  }
  .kids-facilities .img-box {
    width: 40%;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .kids-kansen {
    margin-top: 80px !important;
  }
  .kids-kansen .shiritai-badge {
    top: -54px;
  }
}
.kids-kansen .img-box img {
  border-radius: 10px;
}
.kids-kansen .img-box span {
  display: block;
  margin: 6px 0 0 0;
  font-size: 1.4rem;
}

@media print, (min-width: 768px) {
  .kids-kansen > div {
    display: flex;
    justify-content: space-between;
  }
  .kids-kansen .text-box {
    width: 64%;
  }
  .kids-kansen .img-box {
    width: 30%;
  }
}
/*----------------------------------------------------------
/* キックオフ
-----------------------------------------------------------*/
.plan-sec.kickoff {
  position: relative;
  background: #2c4198;
  color: #fff;
}
.plan-sec.kickoff .standby-box {
  margin: -68px 0 30px 0;
}
.plan-sec.kickoff .standby-box h2 {
  text-align: left;
}
.plan-sec.kickoff .standby-box h2 > div:first-child {
  width: 70%;
  max-width: 500px;
}
.plan-sec.kickoff .standby-box h2 > div:last-child {
  margin-top: -30px;
}
.plan-sec.kickoff h3 {
  font-size: 3.2rem;
}
.plan-sec.kickoff .plan-cont .text-box::before {
  content: none;
}

@media print, (min-width: 768px) {
  .plan-sec.kickoff .standby-box {
    margin: -240px 0 30px 0;
  }
  .plan-sec.kickoff h3 {
    font-size: 4.2rem;
  }
}
.kickoff-photo-cont {
  margin: 60px 0 0 0;
}
.kickoff-photo-cont > div:first-of-type {
  transform: rotate(2deg);
}
.kickoff-photo-cont > div:nth-of-type(2) {
  transform: rotate(-2deg);
}
.kickoff-photo-cont > div:last-of-type {
  transform: rotate(3deg);
}
.kickoff-photo-cont .photo-frame img {
  border-width: 12px;
}

@media screen and (max-width: 767px) {
  .kickoff-photo-cont > div:nth-of-type(odd) {
    margin-left: 20px !important;
  }
  .kickoff-photo-cont > div:nth-of-type(even) {
    margin-right: 20px !important;
  }
}
@media print, (min-width: 768px) {
  .kickoff-photo-cont {
    margin: 60px 0 0 0;
  }
  .kickoff-photo-cont > div:nth-of-type(2) {
    margin-top: 80px;
  }
  .kickoff-photo-cont > div:last-of-type {
    margin-top: 30px;
  }
}
.kickoff-time {
  margin: 0 0 40px 0;
}
.kickoff-time + h3 {
  margin: 0 0 -10px 0;
}

.soccer-rule {
  margin: 80px 0;
  padding: 30px 16px;
  background: #fff;
  border-radius: 10px;
}
.soccer-rule h4 {
  margin: 0 0 30px 0;
  color: #2c4198;
  font-size: 2rem;
  text-align: center;
}

@media print, (min-width: 768px) {
  .soccer-rule {
    max-width: 1200px;
    margin: 120px auto;
    padding: 60px 40px;
  }
  .soccer-rule h4 {
    font-size: 2.8rem;
  }
}
.fulltime {
  margin: 120px 0 80px 0;
}
.fulltime h3 {
  margin: 0 auto 40px auto;
  max-width: 660px;
  text-align: center;
}
.fulltime h3 span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 2rem;
}
.fulltime .photo-frame {
  max-width: 1080px;
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .fulltime {
    margin: 140px 0 100px 0;
  }
}
.after-match .time-badge {
  margin: 0 0 20px 0;
}

.sns-rule {
  margin: 80px auto;
  max-width: 1200px;
}
.sns-rule > div {
  border-radius: 10px;
  overflow: hidden;
}
.sns-rule p {
  margin: 16px 0 0 0;
}
.sns-rule a.external-link {
  color: #fff;
}
.sns-rule a.external-link::before {
  top: 4px;
  transform: translateY(0);
  background: url(../../images/common/icon-external-wh.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .after-match .time-badge {
    width: 32%;
  }
}
@media print, (min-width: 768px) {
  .after-match .time-badge {
    margin: 0 0 40px 0;
  }
  .sns-rule {
    margin: 160px auto 140px auto;
  }
  .sns-rule > div {
    border-radius: 20px;
  }
}
.youtube-box {
  padding: 30px 16px 40px 16px;
  background: #FFEA99;
  border-radius: 10px;
  color: #000;
}
.youtube-box > p:first-child {
  margin: 0 0 8px 0;
  color: #2c4198;
  font-weight: bold;
  text-align: center;
}
.youtube-box h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 2.2rem;
}
.youtube-box h4 img {
  display: inline-block;
  margin: 0 8px 0 0;
  width: 40px;
  vertical-align: middle;
}
.youtube-box .logo-koho-camera {
  margin: 0 auto 30px auto;
  text-align: center;
}
.youtube-box .img-box {
  margin: 20px 0 30px 0;
}

@media screen and (max-width: 767px) {
  .logo-koho-camera {
    max-width: 300px;
  }
}
@media print, (min-width: 768px) {
  .outro-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .outro-wrap .youtube-box {
    width: 50%;
    padding: 60px 40px 80px 40px;
    border-radius: 20px;
  }
  .outro-wrap .youtube-box > p:first-child {
    margin: 0 0 20px 0;
    font-size: 2.4rem;
  }
  .outro-wrap .youtube-box h4 {
    font-size: 3.2rem;
  }
  .outro-wrap .youtube-box .logo-koho-camera {
    margin: 0 auto 40px auto;
  }
  .outro-wrap .outro-mascot-box {
    width: 44%;
  }
}
@media print, (min-width: 1200px) {
  .outro-wrap .youtube-box {
    padding: 60px 60px 80px 60px;
  }
}
.outro-mascot-box {
  display: flex;
}
.outro-mascot-box > div {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .outro-mascot-box {
    margin: 60px 0 0 0;
  }
}
/*--------------------------------------------------
試合日程
----------------------------------------------------*/
.game-schedule-sec {
  padding-bottom: 30px !important;
  background: #fcc900;
}

@media print, (min-width: 768px) {
  .game-schedule-sec {
    padding-bottom: 60px !important;
  }
}
.game-item {
  background: #fff;
  border-radius: 10px;
}
.game-item .game-item-inner {
  padding: 30px 16px;
}
.game-item .game-item-inner p {
  margin: 0;
}
.game-item .game-item-inner > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.game-item .game-item-inner > div:nth-child(n+2) {
  margin: 20px 0 0 0;
}
.game-item .game-item-inner > div.match img {
  width: 34%;
  margin: 0 4% 0 0;
}
.game-item .game-item-inner > div.match p {
  width: 42%;
}
.game-item .game-item-inner > div.date {
  font-weight: bold;
  font-size: 2.4rem;
}
.game-item .game-item-inner > div.date p:first-child {
  width: 42%;
  margin: 0 4% 0 0;
}
.game-item .game-item-inner > div.date p:first-child span {
  font-size: 4rem;
}
.game-item .game-item-inner > div.date p:last-child {
  width: 34%;
  line-height: 1.2;
}
.game-item .game-item-inner > div.venue {
  font-size: 1.8rem;
  font-weight: bold;
}
.game-item .game-item-inner > div.venue span {
  display: inline-block;
  padding: 4px 16px;
  margin: 0 10px 0 0;
  background: #fcc900;
  font-size: 1.4rem;
  border-radius: 100vh;
}
.game-item .game-item-inner > div.opponent {
  margin: 40px 0;
  font-size: 2rem;
  font-weight: bold;
}
.game-item .game-item-inner > div.opponent img {
  width: 20%;
  margin: 0 4% 0 0;
}
.game-item .game-item-inner > div.button-box > div {
  width: 48%;
}
.game-item .game-item-inner > div.button-box > div:last-child {
  margin: 0 0 0 4%;
}
.game-item .game-item-inner > div.button-box > div a {
  padding: 10px 40px 10px 16px;
  font-size: 1.6rem;
}
.game-item .game-item-inner > div.button-box > div a::before {
  width: 28px;
  height: 28px;
  right: 12px;
}

.modal-description {
  display: inline-block;
  position: relative;
  padding: 4px 26px 4px 0;
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: normal;
  cursor: pointer;
}
.modal-description::before {
  content: "＋";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: 0;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
}

.opponent-description-box {
  margin: 60px 0 0 0;
  text-align: center;
  position: relative;
}

.opponent-ballon {
  position: relative;
  display: inline-block;
  padding: 60px 40px 40px 40px;
  margin: 0 auto 110px auto;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border-radius: 90px;
}
.opponent-ballon::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -80px;
  left: 40%;
  transform: translateX(-50%);
  background: url(../../images/schedule/ballon-tail.svg) no-repeat top center/contain;
}

@media print, (min-width: 768px) {
  .opponent-description-box {
    margin: 120px 0 0 0;
  }
  .opponent-description-box .opponent-ballon {
    position: absolute;
    top: -80px;
    right: 24%;
  }
  .opponent-description-box .opponent-img {
    width: 500px;
    margin: 0 calc(50% - 120px) 0 auto;
  }
}
.game-item.is-past {
  position: relative;
}
.game-item.is-past::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/*--------------------------------------------------
おすすめ席種
----------------------------------------------------*/
.seat-sec {
  background: repeating-linear-gradient(-45deg, #FFEA99, #FFEA99 10px, rgb(255, 223.5, 102) 10px, rgb(255, 223.5, 102) 20px);
}

.seat-inner {
  padding: 40px 16px 60px 16px;
  background: #fff;
  border-radius: 20px;
}

.tabs-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.common-tabs {
  border: none;
  justify-content: space-between;
}
.common-tabs .nav-item {
  width: 32%;
  line-height: 1.2;
}
.common-tabs .nav-item .nav-link {
  padding: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #000;
  letter-spacing: -0.03em;
  border-radius: 10px;
  border: 2px solid #3A54C0;
}
.common-tabs .nav-item .nav-link.active {
  background: #3A54C0;
  color: #fff;
}
.common-tabs .nav-item .nav-link.active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #3A54C0;
  border-bottom: 0;
}
.common-tabs .nav-link.active {
  border: none;
}

.tabs-wrap .tab-content {
  padding: 60px 0 0 0;
}

@media screen and (max-width: 767px) {
  .common-tabs .nav-item {
    font-size: 1.4rem;
  }
}
@media print, (min-width: 768px) {
  .seat-inner {
    padding: 80px 40px 120px 40px;
    border-radius: 40px;
  }
  .common-tabs .nav-item .nav-link {
    padding: 20px 30px;
    border-radius: 100vh;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .common-tabs .nav-item .nav-link.active::before {
    bottom: -14px;
  }
  .tabs-wrap .tab-content {
    padding: 80px 0 0 0;
  }
}
.seat-wrap .img-box {
  text-align: right;
}
.seat-wrap h3 {
  display: inline-block;
  padding: 0 0 4px 0;
  margin: 0 0 40px 0;
  border-bottom: 3px solid #fcc900;
}
.seat-wrap h3 span {
  font-size: 1.8rem;
}

.ticket-price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.ticket-price p {
  margin: 0;
  font-weight: bold;
}
.ticket-price p:first-child {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 2% 0 0;
  background: #3A54C0;
  color: #fff;
  border-radius: 100vh;
}

.seat-point-list {
  display: flex;
  justify-content: center;
  margin: 60px 0 0 0;
}
.seat-point-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  margin: 0 1.5%;
}
.seat-point-list li span {
  display: block;
  margin: 10px 0 0 0;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
.seat-point-list + p {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  .seat-wrap .text-box {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .seat-wrap .text-box > p {
    text-align: left;
  }
  .seat-wrap .seat-point-list li span {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .ticket-price p:first-child {
    font-size: 1.4rem;
  }
}
@media print, (min-width: 768px) {
  .seat-wrap {
    display: flex;
    justify-content: space-between;
  }
  .seat-wrap .img-box {
    width: 42%;
    order: 1;
  }
  .seat-wrap .text-box {
    width: 54%;
  }
  .seat-wrap h3 {
    font-size: 2.4rem;
  }
  .seat-wrap h3 span {
    font-size: 3.6rem;
  }
  .seat-point-list li img {
    width: 100%;
    max-width: 120px;
  }
  .ticket-price {
    justify-content: flex-start;
  }
}
/*--------------------------------------------------
購入方法
----------------------------------------------------*/
.how-to-buy-sec {
  background: #DCF1FF;
  padding-bottom: 240px !important;
}

.how-to-buy-inner > div {
  position: relative;
}
.how-to-buy-inner > div:nth-child(n+2):not([class]) {
  margin: 120px 0 0 0;
}
.how-to-buy-inner h3 {
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  background: #2c4198;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  border-radius: 20px 20px 0 0;
}
.how-to-buy-inner h3 > div {
  position: absolute;
  z-index: -1;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.how-to-buy-inner h3 > div img {
  width: 42px;
}
.how-to-buy-inner h3 > div::before {
  content: "";
  display: block;
  width: 220%;
  height: 200%;
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 50%;
  background: #2c4198;
}
.how-to-buy-inner h4 {
  margin: 0 0 20px 0;
  font-size: 1.8rem;
}
.how-to-buy-inner h4 span {
  font-size: 1.6rem;
}
.how-to-buy-inner .ticket-cat span {
  display: inline-block;
  padding: 4px 8px;
  background: #3A54C0;
  color: #fff;
  border-radius: 100vh;
}
.how-to-buy-inner .ticket-cat span:nth-child(n+2) {
  margin: 0 0 0 10px;
}

@media print, (min-width: 768px) {
  .how-to-buy-inner h3 > div {
    top: -40px;
  }
  .how-to-buy-inner h3 > div img {
    width: 60px;
  }
  .how-to-buy-inner h3 > div::before {
    width: 250%;
    height: 250%;
    top: -30%;
  }
}
.ichioshi-badge {
  position: absolute;
  z-index: 1;
}

.how-to-buy-mascot {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .ichioshi-badge {
    width: 90px;
    top: -30px;
    right: 6px;
  }
  .how-to-buy-mascot {
    width: 90%;
    bottom: -170px;
    right: 5%;
  }
}
@media print, (min-width: 768px) {
  .ichioshi-badge {
    top: -60px;
    right: 5%;
  }
  .how-to-buy-mascot {
    width: 40%;
    max-width: 460px;
    bottom: -50px;
    right: 40px;
  }
}
.how-to-buy-detail {
  padding: 30px 20px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.how-to-buy-detail.web {
  padding-bottom: 120px;
  margin-bottom: 240px;
}
.how-to-buy-detail > div {
  max-width: 1280px;
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .how-to-buy-detail.web {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 767px) {
  .how-to-buy-inner h4 {
    text-align: center;
  }
  .ticket-cat {
    text-align: center;
  }
  .ticket-cat span {
    font-size: 1.4rem;
  }
  .point-title {
    font-size: 1.4rem;
  }
}
@media print, (min-width: 768px) {
  .how-to-buy-inner h3 {
    padding: 30px 20px 16px 20px;
    font-size: 3.6rem;
  }
  .how-to-buy-inner h4 {
    font-size: 2.8rem;
  }
  .how-to-buy-inner h4 span {
    font-size: 2rem;
  }
  .how-to-buy-detail {
    padding: 40px 30px 80px 30px;
    border-radius: 0 0 20px 20px;
  }
  .how-to-buy-detail .button-box {
    margin-top: 40px;
  }
}
/*PC横並び基本*/
.common-pc-flex {
  position: relative;
}
.common-pc-flex .text-box > div:nth-child(n+2),
.common-pc-flex .text-box > ul:nth-child(n+2),
.common-pc-flex .text-box > p:nth-child(n+2) {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  .common-pc-flex > div:nth-child(n+2) {
    margin: 30px 0 0 0;
  }
}
@media print, (min-width: 768px) {
  .common-pc-flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  .common-pc-flex.flex-double > div {
    width: 48%;
  }
}
@media print, (min-width: 1200px) {
  .common-pc-flex {
    gap: 60px;
  }
}
.common-list li {
  padding: 0 0 0 1.2em;
  position: relative;
}
.common-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.speech {
  text-align: center;
}
.speech span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  margin: 0 0 20px 0;
  font-weight: bold;
}
.speech span::before, .speech span::after {
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  background: #000;
  position: absolute;
  bottom: 0;
  border-radius: 100vh;
}
.speech span::before {
  left: 0;
  transform: rotate(-20deg);
}
.speech span::after {
  right: 0;
  transform: rotate(20deg);
}

@media print, (min-width: 768px) {
  .speech span {
    padding: 0 30px;
    font-size: 2rem;
  }
  .speech span::before, .speech span::after {
    height: 36px;
    bottom: -4px;
  }
}
@media print, (min-width: 768px) {
  .how-to-buy-detail.web .common-pc-flex .img-box {
    width: 42%;
  }
  .how-to-buy-detail.web .common-pc-flex .text-box {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  .how-to-buy-detail.shop .common-pc-flex > div:nth-child(n+2) {
    padding-top: 20px;
    border-top: 1px solid #2c4198;
  }
}
@media print, (min-width: 768px) {
  .how-to-buy-detail.shop .common-pc-flex > div {
    position: relative;
    width: 22%;
  }
  .how-to-buy-detail.shop .common-pc-flex > div:first-child {
    width: 28%;
  }
  .how-to-buy-detail.shop .common-pc-flex > div:nth-child(n+2)::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -12%;
    background: #2c4198;
  }
}
@media screen and (max-width: 1200px) {
  .how-to-buy-detail.shop h4 {
    font-size: 2.2rem;
  }
  .how-to-buy-detail.shop h4 span {
    font-size: 1.8rem;
  }
}
/*--------------------------------------------------
注目選手
----------------------------------------------------*/
.player-sec {
  position: relative;
  padding-top: 120px !important;
  background-color: #fcc900;
  background-image: radial-gradient(circle, #fcb900 3px, transparent 3px);
  background-position: 0 0;
  background-size: 24px 24px;
}

.player-mascot {
  position: absolute;
  width: 70%;
  max-width: 380px;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
}

@media print, (min-width: 768px) {
  .player-sec {
    padding-top: 240px !important;
  }
  .player-mascot {
    top: -120px;
  }
}
.player-item .img-box {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.player-item .text-box {
  padding: 30px 16px;
  position: relative;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.player-item .text-box h3 {
  margin: 0 0 20px 0;
  font-size: 1.8rem;
}
.player-item .player-link-box {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.player-item .player-link-box .player-profile-button {
  width: 63%;
}
.player-item .player-link-box .player-profile-button a {
  display: block;
  max-width: 240px;
  padding: 10px 40px 10px 16px;
  position: relative;
  border: 2px solid #3A54C0;
  border-radius: 100vh;
  background: #fff;
  font-weight: bold;
}
.player-item .player-link-box .player-profile-button a::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(../../images/common/button-narrow-bl.svg) no-repeat center center/contain;
}
.player-item .player-link-box .sns-link-box {
  width: 32%;
  display: flex;
  justify-content: flex-start;
}
.player-item .player-link-box .sns-link-box a {
  display: block;
  width: 30%;
}
.player-item .player-link-box .sns-link-box a:nth-child(n+2) {
  margin: 0 0 0 5%;
}

@media print, (min-width: 768px) {
  .player-item .text-box {
    padding: 40px 30px;
    border-radius: 0 0 20px 20px;
  }
  .player-item .text-box h3 {
    font-size: 2.4rem;
  }
}
/*--------------------------------------------------
ギャラリー
----------------------------------------------------*/
.gallery-sec {
  position: relative;
  background-color: #fcc900;
  background-image: radial-gradient(circle, #fcb900 3px, transparent 3px);
  background-position: 0 0;
  background-size: 24px 24px;
}

.gallery-sec::before {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFEA99;
}

.gallery-slider {
  overflow: visible;
}
.gallery-slider .swiper-slide.offset {
  transform: translateY(-20px);
}
.gallery-slider img {
  border-radius: 10px;
}

.gallery-slider-bottom {
  margin: 40px 0 0 0;
}

.swiper-wrapper {
  /* イージングを線形（一定速度）にする */
  transition-timing-function: linear !important;
}

/*--------------------------------------------------
観戦準備
----------------------------------------------------*/
.ready-sec {
  background: #FFEA99;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.ready-sec h2 {
  margin: 0 0 20px 0;
}
.ready-sec h3 {
  margin: 0 0 30px 0;
  text-align: center;
}
.ready-sec h3 span {
  display: inline-block;
  padding: 8px 20px;
  background: #F5B113;
  color: #fff;
  font-size: 2rem;
}

@media print, (min-width: 768px) {
  .ready-sec {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .ready-sec h3 span {
    font-size: 3.2rem;
  }
}
.clothing-cont > div:nth-child(n+2) {
  margin: 60px 0 0 0;
}

@media print, (min-width: 768px) {
  .clothing-cont > div:nth-child(n+2) {
    margin: 100px 0 0 0;
  }
}
.clothing-title-box .clothing-mascot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.clothing-title-box .clothing-mascot > div {
  display: block;
  width: 34%;
}

@media print, (min-width: 768px) {
  .clothing-title-box .clothing-mascot {
    margin-top: -80px;
  }
  .clothing-title-box .clothing-mascot > div {
    width: 20%;
    max-width: 240px;
  }
  .clothing-title-box .clothing-mascot h3 {
    margin: 0 0 240px 0;
  }
  .clothing-title-box .clothing-mascot + p {
    margin: -120px auto 0 auto;
    text-align: center;
  }
}
.ready-inner {
  padding: 40px 16px 60px 16px;
  background: #fff;
  border-radius: 20px;
}
.ready-inner .clothing-cont {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media print, (min-width: 768px) {
  .ready-inner {
    padding: 80px 40px 120px 40px;
    border-radius: 40px;
  }
}
.small-button {
  margin: 20px 0;
}
.small-button a {
  display: block;
  max-width: 240px;
  padding: 10px 40px 10px 16px;
  position: relative;
  border: 2px solid #3A54C0;
  border-radius: 100vh;
  background: #fff;
  font-weight: bold;
}
.small-button a::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(../../images/common/button-narrow-bl.svg) no-repeat center center/contain;
}

.clothing-style h4 {
  margin: 0 0 40px 0;
  font-size: 1.8rem;
  text-align: center;
}
.clothing-style h4 img {
  display: inline-block;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .clothing-style h4 img {
    width: 36px;
  }
}
@media print, (min-width: 768px) {
  .clothing-style {
    margin-top: 120px !important;
  }
  .clothing-style h4 {
    margin: 0 0 60px 0;
    font-size: 3rem;
  }
}
.style-wrap .detail-box > p span {
  display: block;
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #2c4198;
}
.style-wrap .detail-box h5 {
  margin: 40px 0;
  font-size: 1.6rem;
}
.style-wrap .detail-box h5 span {
  display: inline-block;
  padding: 0 0 4px 0;
  border-bottom: 4px solid #fcc900;
}
.style-wrap .detail-box h6 {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  letter-spacing: -0.03em;
}
.style-wrap .detail-box .goods-price {
  font-weight: bold;
}
.style-wrap .detail-box .goods-price span {
  font-size: 1.2rem;
}

#styleTab .nav-link span {
  display: inline-block;
  padding: 0 0 0 10px;
  color: #3A54C0;
}
#styleTab .nav-link.active span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #styleTab .nav-link {
    text-align: center;
  }
  #styleTab .nav-link span {
    display: block;
    padding: 0;
  }
}
.recommend-goods-list {
  margin: 30px 0;
}

.recommend-goods-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recommend-goods-list li .img-box {
  width: 32%;
  border: 1px solid #ccc;
}
.recommend-goods-list li .text-box {
  width: 64%;
}

@media screen and (max-width: 767px) {
  .recommend-goods-list li:nth-child(n+2) {
    margin: 20px 0 0 0;
  }
}
@media print, (min-width: 768px) {
  .recommend-goods-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .recommend-goods-list li {
    width: 48%;
  }
  .recommend-goods-list li:nth-child(n+3) {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .style-wrap .detail-box {
    margin: 20px 0 0 0;
  }
  .style-wrap .detail-box h5 {
    text-align: center;
  }
  .style-wrap .detail-box > p {
    text-align: center;
  }
}
@media print, (min-width: 768px) {
  .style-wrap .detail-box > p span {
    font-size: 2.4rem;
  }
  .style-wrap .detail-box h5 {
    margin: 80px 0 40px 0;
    font-size: 2.4rem;
  }
  .style-wrap .detail-box .goods-price span {
    font-size: 1.4rem;
  }
}
@media print, (min-width: 1200px) {
  .style-wrap {
    display: flex;
    justify-content: space-between;
  }
  .style-wrap .style-box {
    width: 42%;
  }
  .style-wrap .detail-box {
    width: 54%;
  }
}
.rainy-day-box {
  padding: 30px 16px;
  border-radius: 10px;
  background: #DCF1FF;
}
.rainy-day-box h3 {
  margin: 0 0 20px 0;
  font-size: 1.8rem;
}
.rainy-day-box .img-box {
  display: flex;
  justify-content: center;
}
.rainy-day-box .img-box > div {
  width: 40%;
  margin: 0 4%;
}

@media screen and (max-width: 767px) {
  .rainy-day-box .img-box {
    margin: 30px 0 0 0;
  }
}
@media print, (min-width: 768px) {
  .rainy-day-box {
    display: flex;
    justify-content: space-between;
    padding: 40px 60px;
    border-radius: 20px;
  }
  .rainy-day-box h3 {
    margin: 0 0 30px 0;
    text-align: left;
    font-size: 2.8rem;
  }
  .rainy-day-box .text-box {
    width: 60%;
  }
  .rainy-day-box .img-box {
    width: 36%;
  }
}
/*--------------------------------------------------
スタジアム
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  .stadium-sec {
    padding-bottom: 150px !important;
  }
}
.stadium-cont > div:nth-child(n+2) {
  margin: 80px 0 0 0;
}

@media print, (min-width: 768px) {
  .stadium-cont > div:nth-child(n+2) {
    margin: 140px 0 0 0;
  }
}
.stadium-access .img-box {
  border-radius: 10px;
  overflow: hidden;
}
.stadium-access .text-box > div:nth-of-type(n+2),
.stadium-access .text-box > p:nth-child(n+2) {
  margin: 30px 0 0 0;
}
.stadium-access h3 {
  margin: 0 0 20px 0;
  font-size: 2rem;
  color: #2c4198;
}
.stadium-access p {
  margin: 0;
}
.stadium-access p:nth-child(n+2) {
  margin: 10px 0 0 0;
}
.stadium-access .transportation,
.stadium-access .announce {
  display: flex;
}
.stadium-access .transportation .icon-box,
.stadium-access .announce .icon-box {
  width: 40px;
  margin: 0 10px 0 0;
  text-align: center;
}
.stadium-access .transportation p,
.stadium-access .announce p {
  width: calc(100% - 50px);
  margin: 0;
}

.transportation .icon-box {
  padding: 4px;
}

@media screen and (max-width: 767px) {
  .stadium-access .text-box {
    margin: 30px 0 0 0;
  }
}
@media print, (min-width: 768px) {
  .stadium-access {
    display: flex;
    justify-content: space-between;
  }
  .stadium-access h3 {
    font-size: 3.2rem;
  }
  .stadium-access > div {
    width: 46%;
  }
  .stadium-access .img-box {
    border-radius: 20px;
  }
}
.stadium-point ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .stadium-point ul li {
    width: 85%;
  }
  .stadium-point ul li:first-child {
    width: 100%;
  }
  .stadium-point ul li:nth-child(n+2) {
    margin: 10px 0 0 0;
  }
  .stadium-point ul li:nth-child(even) {
    margin-left: auto;
  }
}
@media print, (min-width: 768px) {
  .stadium-point ul {
    justify-content: space-between;
    align-items: last baseline;
  }
  .stadium-point ul li {
    width: 22%;
  }
  .stadium-point ul li:first-child {
    width: 27%;
  }
  .stadium-point ul li:nth-child(even) {
    transform: translateY(30px);
  }
}
@media print, (min-width: 1600px) {
  .stadium-point {
    margin-left: -160px !important;
    margin-right: -160px !important;
  }
}
.stadium-others h3 {
  margin: 0 0 30px 0;
  text-align: center;
}
.stadium-others h3 span {
  display: inline-block;
  padding: 8px 20px;
  background: #F5B113;
  color: #fff;
  font-size: 2rem;
}

.text-link,
a.text-link {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
  text-decoration: underline;
}
.text-link::before,
a.text-link::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../../images/common/button-text-link.svg) no-repeat center center/contain;
}

.external-link,
a.external-link {
  display: inline-block;
  padding: 0 24px 0 0;
  position: relative;
  text-decoration: underline;
}
.external-link::before,
a.external-link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../../images/common/icon-external.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .stadium-others ul li:nth-child(n+2) {
    margin: 60px 0 0 0;
  }
  .stadium-others ul li .img-box {
    max-width: 150px;
    margin: 0 auto;
  }
  .stadium-others ul li .text-box {
    margin: 20px 0 0 0;
  }
}
@media print, (min-width: 768px) {
  .stadium-others h3 {
    margin: 0 0 60px 0;
  }
  .stadium-others h3 span {
    font-size: 3.2rem;
  }
  .stadium-others ul {
    display: flex;
    justify-content: space-between;
  }
  .stadium-others ul li {
    width: 46%;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .stadium-others ul li .img-box {
    width: 25%;
  }
  .stadium-others ul li .text-box {
    width: 70%;
  }
  .stadium-others ul li:last-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #2c4198;
    position: absolute;
    top: 0;
    left: -8%;
  }
}
/*--------------------------------------------------
ユアスタNAVIへ
----------------------------------------------------*/
.banner-sec {
  position: relative;
  background: #fcc900;
}
.banner-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: #2c4198;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 30px 30px;
}
.banner-sec .common-inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  .banner-sec {
    padding-top: 60px;
  }
  .banner-sec h2 {
    margin: 0 0 30px 0;
  }
  .banner-sec .banner-box {
    margin: 30px 0 0 0;
  }
}
@media print, (min-width: 768px) {
  .banner-sec::before {
    height: 60px;
    border-radius: 0 0 60px 60px;
  }
}
/*--------------------------------------------------
よくある質問
----------------------------------------------------*/
.faq-cont {
  margin: 60px 0 0 0;
}
.faq-cont h3 {
  margin: 0 0 30px 0;
  font-size: 1.8rem;
}
.faq-cont > div:nth-child(n+2) {
  margin: 60px 0 0 0;
}

@media print, (min-width: 768px) {
  .faq-sec {
    padding-top: 140px;
  }
  .faq-cont {
    margin: 100px 0 0 0;
  }
  .faq-cont h3 {
    font-size: 2.4rem;
  }
  .faq-cont > div:nth-child(n+2) {
    margin: 80px 0 0 0;
  }
}
.accordion-list dt {
  position: relative;
  padding: 10px 40px 10px 20px;
  background: #fcc900;
  border-radius: 6px;
  color: #2c4198;
  transition: all 0.2s ease;
  cursor: pointer;
}
.accordion-list dt:nth-of-type(n+2) {
  margin-top: 20px;
}
.accordion-list dt::before {
  content: "＋";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 2.4rem;
  line-height: 1;
  transition: all 0.1s ease;
  transform: translateY(-50%);
}
.accordion-list dt.open::before {
  content: "ー";
}
.accordion-list dd {
  display: none;
  padding: 20px;
  line-height: 1.6;
  color: #000;
}

/*--------------------------------------------------
SNS
----------------------------------------------------*/
.sns-sec {
  padding: 40px 16px 80px 16px;
}
.sns-sec h2 {
  margin: 0 0 40px 0;
}

.sns-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sns-list li a {
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sns-list li {
    width: 20%;
    margin: 2%;
  }
}
@media print, (min-width: 768px) {
  .sns-sec {
    padding: 80px 16px 160px 16px;
  }
  .sns-list li {
    width: 8%;
    margin: 0 1%;
  }
}
/*--------------------------------------------------
ヘッダー
----------------------------------------------------*/
.hamburger {
  position: fixed;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 2px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #2c4198;
  box-shadow: 2px 4px 3.3px 0px rgba(0, 0, 0, 0.0784313725);
}
.hamburger div {
  position: relative;
  width: 26px;
  height: 26px;
}
.hamburger span {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 26px;
  height: 3px;
  background: #2c4198;
  border-radius: 100vh;
  transition: all 0.3s ease;
}
.hamburger span:nth-of-type(2) {
  top: 11px;
}
.hamburger span:nth-of-type(3) {
  top: 19px;
}
.hamburger.open span {
  right: 5px;
}
.hamburger.open span:first-of-type {
  transform: rotate(-45deg);
  transform-origin: top right;
}
.hamburger.open span:nth-of-type(2) {
  visibility: hidden;
  opacity: 0;
}
.hamburger.open span:nth-of-type(3) {
  top: 21px;
  transform: rotate(45deg);
  transform-origin: bottom right;
}

@media print, (min-width: 768px) {
  .hamburger {
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    padding: 10px;
  }
  .hamburger div {
    width: 40px;
    height: 40px;
  }
  .hamburger span {
    top: 4px;
    right: 0;
    width: 40px;
  }
  .hamburger span:nth-of-type(2) {
    top: 16px;
  }
  .hamburger span:nth-of-type(3) {
    top: 28px;
  }
  .hamburger.open span {
    right: 6px;
  }
  .hamburger.open span:nth-of-type(3) {
    top: 32px;
  }
}
/*グロナビ*/
.g-nav-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  /* transform: translateY(-100%); */
  visibility: hidden;
  opacity: 0;
  padding: 60px 20px;
  background-color: #fcc900;
  background-image: radial-gradient(circle, #fcb900 3px, transparent 3px);
  background-position: 0 0;
  background-size: 24px 24px;
  z-index: 10;
  overflow-y: auto;
  transition: all 0.5s ease;
}
.g-nav-box.open {
  /* transform: translateY(0); */
  opacity: 1;
  visibility: visible;
}
.g-nav-box > div {
  width: 84%;
  max-width: 480px;
  margin: 0 auto 40px auto;
}

@media screen and (max-width: 767px) {
  .g-nav-box > div {
    margin: 20px auto 40px 0;
  }
}
.g-nav {
  margin: 0 0 20px 0;
}
.g-nav > ul > li:nth-child(n+2) {
  margin: 20px 0 0 0;
}
.g-nav > ul > li > a {
  display: block;
}
.g-nav > ul > li > a span {
  display: inline-block;
  position: relative;
  padding: 6px 40px 6px 0;
  font-weight: 800;
  font-size: 2rem;
}
.g-nav > ul > li > a span::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 6px;
  right: 0;
  background: url(../../images/common/button-narrow-bl.svg) no-repeat center center/contain;
}

@media print, (min-width: 768px) {
  .g-nav > ul {
    max-width: 480px;
    margin: 0 auto 40px auto;
    text-align: center;
  }
  .g-nav > ul > li > a span {
    font-size: 2.8rem;
  }
  .g-nav > ul > li > a span::before {
    top: 13px;
  }
}
.stand-by a {
  pointer-events: none !important;
  opacity: 0.4 !important;
}

/*背景*/
.nav-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  transition: all 0.5s ease-in-out;
}
.nav-bg.open {
  display: block;
}

/*--------------------------------------------------
フッター
----------------------------------------------------*/
.footer-pagetop {
  padding: 10px 16px;
  background: #2c4198;
}
.footer-pagetop a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.footer-pagetop a img {
  width: 30px;
}
.footer-pagetop a span {
  font-weight: 800;
  font-size: 2rem;
}

.footer-inner {
  padding: 30px 16px 40px 16px;
  background: #fcc900;
}
.footer-inner .emb-box {
  margin: 40px auto 20px auto;
  max-width: 80px;
}
.footer-inner .copy {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .official-link-box li:nth-child(n+2) {
    margin: 8px 0 0 0;
  }
}
@media print, (min-width: 768px) {
  .footer-inner {
    padding: 60px 16px;
  }
  .official-link-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .official-link-box li {
    width: 20%;
    margin: 0 1%;
  }
  .official-link-box li:first-child {
    text-align: right;
  }
}
/*--------------------------------------------------
ページトップ検証
----------------------------------------------------*/
.pagetop-button {
  display: none;
  text-decoration: none !important;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: block;
  width: 120px;
  text-align: center;
  z-index: 5;
}

@media print, (min-width: 1200px) {
  .pagetop-button {
    width: 160px;
  }
}
/*--------------------------------------------------
デモ用包含スタイル
----------------------------------------------------*/
article {
  margin: 0 auto 0;
  padding: 0 15px 80px 15px;
  width: 100%;
  max-width: 1200px;
}

article > section:nth-of-type(n+2) {
  margin-top: 30px;
  padding-top: 30px;
}

/*--------------------------------------------------
matchheight検証
----------------------------------------------------*/
.box-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.cmn-box {
  width: 24%;
  color: #fff;
}

.a-box {
  height: 100px;
  background-color: #9224ec;
}

.b-box {
  height: 80px;
  background-color: #6024ec;
}

.c-box {
  height: 120px;
  background-color: #3824ec;
}

.d-box {
  height: 60px;
  background-color: #2442ec;
}

/*--------------------------------------------------
swiper検証
----------------------------------------------------*/
/*--------------------------------------------------
gsap検証
----------------------------------------------------*/
.slide-text {
  overflow: hidden;
}

/* SplitTextで分割された際にスタイルを適用 */
.split-parent {
  overflow: hidden;
  display: inline-block;
  /* インライン要素を動かす場合に必要 */
}/*# sourceMappingURL=style.css.map */