@charset "utf-8";


/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
	list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/*common*/
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover,
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

* {
  box-sizing: border-box;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #1f2c5c;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

/*** スマホ 320px ~ 767px***/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* !shizuoka_lp_wrapper
---------------------------------------------------------- */
#shizuoka_lp_wrapper {
	overflow: hidden;
	position: relative;
	padding-top: 7rem;
	min-width: 1300px;
}

/* !header
---------------------------------------------------------- */
#shizuoka_lp_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 0 4rem;
  width: 100%;
  height: 7.2rem;
  background: #1f2c5c;
  color: #fff;
}
.shizuoka_lp_headlogo {
  display: flex;
}
.shizuoka_lp_btn_menu {
  cursor: pointer;
  width: 5.4rem;
  height: 5.4rem;
  background: url("../image/common/icon_menu.svg") no-repeat center;
  background-size: 100%;
}
.shizuoka_lp_btn_menu.active {
  background-image: url("../image/common/icon_menu_close.svg");
}
#shizuoka_lp_navi {
  position: absolute;
  right: 0;
  top: 100%;
  transition: 0.5s;
  transform: translateY(150%);
  padding: 17rem 3.2rem;
  width: 100%;
  height: calc(100vh - 7.2rem);
  background: rgba(31, 44, 92, 0.85);
}
#shizuoka_lp_navi.open {
  transform: translateY(0%);
}
#shizuoka_lp_navi .inner {
  margin: 0 auto;
  max-width: 88rem;
}
#shizuoka_lp_navi ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4.6rem;
}
#shizuoka_lp_navi li {
  margin: 0 0 6.4rem 4.6rem;
  width: calc(25% - 4.6rem);
  text-align: center;
  font-weight: bold;
}
#shizuoka_lp_navi li a {
  display: block;
  padding-bottom: 1.4rem;
  background: url("../image/common/icon_down_wh.svg") no-repeat center bottom;
}
#shizuoka_lp_navi li .jap {
  display: block;
  border-bottom: 1px solid #fff;
  font-size: 1.9rem;
}
#shizuoka_lp_navi li .eng {
  font-size: 1.5rem;
}
.shizuoka_lp_cv {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	border-color: #1f2c5c;
	border-style: solid;
	border-width: 8px 0 8px;
	background: #ed6100;
}

.shizuoka_lp_cv .bleague {
display: flex;
align-items: center;
position: relative;
overflow: hidden;
padding: 0 0.8rem;
height: 6.6rem;
width: 16rem;
	background: #1f2c5c;
}

.shizuoka_lp_cv .bleague:after {
  content: "";
  position: absolute;
  left: calc(100% - 9rem);
  bottom: -0.5rem;
  width: 15rem;
  height: 12rem;
	background: #ed6100;
  clip-path: inset(0% 0% 0% 0% round 0% 0% 0% 80%);
}
#shizuoka_lp_header .shizuoka_lp_gametime {
  display: flex;
  align-items: center;
}
#shizuoka_lp_header .shizuoka_lp_gametime .season .sec {
  font-size: 1.4rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .date li {
  padding: 0 1.5rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .date li + li {
  border-left: 1px solid #fff;
}
#shizuoka_lp_header .shizuoka_lp_gametime .date .month {
  padding-right: 2rem;
  font-size: 4rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .date .week {
  right: -0.8rem;
  top: 1rem;
  font-size: 1.4rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .date .off {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .date .off:after {
  margin-left: 0.6rem;
  width: 2.2rem;
  height: 1rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .teams:before {
  font-size: 2.4rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .teams li {
  padding: 0 1rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .teams .logo img {
  max-height: 6.6rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .place {
  min-width: 16rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .place .tit {
  overflow: hidden;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
}
#shizuoka_lp_header .shizuoka_lp_gametime .place .tit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #fff;
}
#shizuoka_lp_header .shizuoka_lp_gametime .place .tit span {
  display: inline-block;
  position: relative;
  z-index: 3;
  padding: 0 0.7rem;
	background: #ed6100;
}
#shizuoka_lp_header .cv {
  display: flex;
  align-items: center;
}
#shizuoka_lp_header .cv .menu {
  margin: -2px 0 -4px 0.8rem;
}
#shizuoka_lp_header .cv .buy {
  font-family: "Noto Sans JP", sans-serif;
}

/*** スマホ ***/
@media screen and (max-width: 1360px) {
  .shizuoka_lp_cv .bleague {
    width: 14rem;
  }
  .shizuoka_lp_cv .bleague:after {
    left: calc(100% - 5rem);
    width: 16rem;
  }
  #shizuoka_lp_header .shizuoka_lp_gametime {
    font-size: 1.4rem;
  }
  #shizuoka_lp_header .shizuoka_lp_gametime .season .sec {
    font-size: 1.2rem;
  }
  #shizuoka_lp_header .shizuoka_lp_gametime .date .off {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #shizuoka_lp_wrapper {
    padding: 6.8rem 0 16vw;
    min-width: inherit;
  }
  #shizuoka_lp_header {
    padding: 0 1.6rem;
    height: 6.8rem;
    border-bottom: 4px solid #fff;
  }
  .shizuoka_lp_headlogo img {
    height: 2.5rem;
  }
  .shizuoka_lp_btn_menu {
    width: 4rem;
    height: 4rem;
  }
  #shizuoka_lp_navi {
    padding: 6.8rem 3.2rem;
    height: calc(100vh - 7.2rem);
  }
  #shizuoka_lp_navi li {
    margin: 0 0 3.2rem 4.6rem;
    width: calc(50% - 4.6rem);
  }
  #shizuoka_lp_navi li a {
    padding-bottom: 1.2rem;
    background-size: 1.2rem;
  }
  #shizuoka_lp_navi li .jap {
    font-size: 1.4rem;
  }
  #shizuoka_lp_navi li .eng {
    font-size: 1.2rem;
  }

  #shizuoka_lp_header .bleague,
  #shizuoka_lp_header .shizuoka_lp_gametime {
    display: none;
  }
  .shizuoka_lp_cv {
    display: block;
    border-width: 0;
    width: 100%;
    background: none;
  }
  #shizuoka_lp_header .cv .buy {
    width: 78%;
  }
  #shizuoka_lp_header .cv .menu {
    margin: 0;
    width: 22%;
  }
  #shizuoka_lp_header .cv img {
    object-fit: fill;
    width: 100%;
    height: 16vw;
  }
}

/* shizuoka_lp_footer
-----------------------------------------------------------*/
.shizuoka_lp_footer {
  padding: 9.6rem 0 12rem;
  background: #ed6100;
  border-top: 1.6rem solid #1f2c5c;
  color: #fff;
}
.shizuoka_lp_footer a:hover {
  opacity: 0.7;
}
.shizuoka_lp_footer .shizuoka_lp_inner {
  max-width: 53.5rem;
}
.shizuoka_lp_footer .footlogo {
  margin-bottom: 4rem;
  text-align: center;
}
.shizuoka_lp_footer .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 3.5rem;
  padding-top: 5rem;
  text-align: center;
}
.shizuoka_lp_footer .sns:before {
  content: "FOLLOW US";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 1.25;
  font-family: "Aku & Kamu";
  font-size: 3.2rem;
}
.shizuoka_lp_footer .sns a {
  margin: 0 2.3rem;
  width: 3.5rem;
}
.shizuoka_lp_footer .sns img {
  width: 100%;
}
.shizuoka_lp_footer .footlinks {
  border-top: 1px solid #fff;
}
.shizuoka_lp_footer .footlinks li {
  border-bottom: 1px solid #fff;
}
.shizuoka_lp_footer .footlinks li a {
  display: block;
  padding: 1.5rem 4.5rem 1.5rem 3.6rem;
  background: url("../image/common/icon_right_wh.svg") no-repeat right 3.6rem center;
  background-size: 0.8rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .shizuoka_lp_footer .footlogo {
    margin-bottom: 8rem;
  }
  .shizuoka_lp_footer .footlogo img {
    width: 18rem;
  }
  .shizuoka_lp_footer .sns {
    margin-bottom: 4rem;
  }
  .shizuoka_lp_footer .sns:before {
    font-size: 2.4rem;
  }
  .shizuoka_lp_footer .sns a {
    margin: 0 1.6rem;
    width: 2.4rem;
  }
  .shizuoka_lp_footer .footlinks li a {
    padding: 1.5rem 2rem 1.5rem 0;
    background-position: right 1rem center;
    background-size: 0.6rem;
    font-size: 1.4rem;
  }
}

/* !common
---------------------------------------------------------- */
.shizuoka_lp_mainVisual img {
  width: 100%;
}

.shizuoka_lp_inner {
  margin: 0 auto;
  padding: 0 50px 100px 50px; 
  max-width: 100rem;
}

.hidden {
  display: none;
}

.shizuoka_lp_hdl {
  margin-bottom: 2.4rem;
  text-align: center;
	position: relative;
}
.shizuoka_lp_foods .shizuoka_lp_hdl {
	margin-bottom: 2.4rem;
	text-align: center;
	color: #ed6100;
}
.shizuoka_lp_hdl span + span:before {
  content: "";
  display: block;
  margin: 0.8rem auto;
	/*max-width: 90rem;*/
  border-bottom: 3px dotted;
}
.shizuoka_lp_hdl .eng {
  display: block;
}
.shizuoka_lp_hdl .jap {
  font-size: 2.2rem;
  font-weight: bold;
}
.shizuoka_lp_gametime {
  text-align: center;
  font-weight: 500;
	position: relative;
}
.shizuoka_lp_gametime .season .sec {
  display: block;
  font-family: "Aku & Kamu";
}
.shizuoka_lp_gametime .date,
.shizuoka_lp_gametime .teams {
  display: flex;
  justify-content: center;
  position: relative;
  line-height: 1;
}
.shizuoka_lp_gametime .teams:before {
  content: "VS";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Aku & Kamu";
}
.shizuoka_lp_gametime .date li .month {
  display: inline-block;
  position: relative;
	color: #1f2c5c;
}
.shizuoka_lp_gametime .date li .week {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: 0 0;
	color: #1f2c5c;
}

.shizuoka_lp_gametime .date .off {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shizuoka_lp_gametime .date .off:after {
  content: "";
  background: url("../image/common/icon_arr_flow.svg") repeat-x left center;
  background-size: 100%;
}
.shizuoka_lp_btnsB {
	text-align: center;
}
.shizuoka_lp_btnsB a {
	display: block;
	margin: 3.2rem auto 0;
	max-width: 36rem;
	font-size: 1.6rem;
	font-weight: bold;
}
.shizuoka_lp_btnsB .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.8rem 5rem;
	min-height: 3.6rem;
	background: url("../image/common/icon_right_wh.svg") no-repeat right 4rem center  #1f2c5c;;
	border: 2px solid #ed6100;
	border-radius: 4rem;
	color: #fff;
}
.shizuoka_lp_btns02 {
  text-align: center;
}
.shizuoka_lp_btns02 a {
  display: block;
  margin: 3.2rem auto 0;
  max-width: 36rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.shizuoka_lp_btns02 .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.8rem 5rem;
	min-height: 3.6rem;
	background: url("../image/common/icon_right.svg") no-repeat right 4rem center;
	border: 3px solid #1f2c5c;
	border-radius: 4rem;
	color: #1f2c5c;
}
.shizuoka_lp_btns {
	text-align: center;
}
.shizuoka_lp_btns a {
	display: block;
	margin: 3.2rem auto 0;
	/* max-width: 36rem; */
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.shizuoka_lp_btns .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.8rem 5rem;
	min-height: 3.6rem;
	background: url("../image/common/icon_right_wh.svg") no-repeat right 4rem center  #ed6100;;
	border: 2px solid #ed6100;
	border-radius: 4rem;
	color: #fff;
}
.shizuoka_lp_anchorArea {
  position: relative;
}
.shizuoka_lp_anchorArea .anchor {
  position: absolute;
  top: -7.2rem;
}

.mt80 {
  margin-top: 8rem !important;
}
.mb96 {
  margin-bottom: 9.6rem !important;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 959px) {
  .shizuoka_lp_inner {
    padding: 0 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .shizuoka_lp_inner {
    padding: 1rem 1.6rem;
  }

  .shizuoka_lp_hdl {
    margin-bottom: 3.2rem;
  }
  .shizuoka_lp_hdl span + span:before {
    margin: 0.4rem auto;
    max-width: 24rem;
    border-bottom-width: 2px;
  }
  .shizuoka_lp_hdl .eng img {
    height: 5.6rem;
  }
  .shizuoka_lp_hdl .jap {
    font-size: 2rem;
  }

  .slick-prev,
  .slick-next {
    width: 2.2rem;
    height: 2.2rem;
  }
  .slick-dots li {
    width: 3rem;
  }

  .shizuoka_lp_btns a {
    margin: 2.4rem auto 0;
    font-size: 1.8rem;
  }
  .shizuoka_lp_btns .btn {
    padding: 0.8rem 3.2rem;
    min-height: 4.8rem;
    background-position: right 3.2rem center;
    background-size: 0.8rem;
  }

  .mt80 {
    margin-top: 4rem !important;
  }
  .mb96 {
    margin-bottom: 8rem !important;
  }
}

/* !page
---------------------------------------------------------- */
/* インフォセクション（テキスト＋画像横並び） */
.text-and-image-section {
    padding: 60px 0;
    background-color: #fff;
}
.s2-inner-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 60%;
    max-width: 960px;
    margin: 0 auto;
}
.info-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: #fff;
}

.info-text {
    flex: 1 1 300px;
    padding: 20px;
}

.info-image img {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.text-and-image-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-heading {
    text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 2em;
	color: #1F2C5C;

}

.s2-inner-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 60%; 
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.s2-inner-wrapper .content-left {
    flex: 1;
}

.s2-inner-wrapper .content-right {
    flex: 1;
}

.text-and-image-section h2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 2em;
    color: #2c3e50;
}

.s2-inner-wrapper img {
    width: 250px;
    height: auto;
    display: block;
    max-width: 100%;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .s2-inner-wrapper {
        flex-direction: column;
        text-align: center;
		gap: 20px;
		width: 95%;
    }

    .s2-inner-wrapper .content-left,
    .s2-inner-wrapper .content-right {
        flex: none;
        width: 100%;
    }

    .text-and-image-section h2 {
        text-align: center;
    }
}


/* S3 */
.full-width-image-section {
    position: relative;
    padding: 80px 20px;
    background-image: url('../image/s2_back.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.full-width-image-section .image-overlay-text {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

.full-width-image-section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.full-width-image-section p {
    font-size: 1.1em;
    line-height: 1.8;
}

.full-width-image-section .highlight {
    font-weight: bold;
    font-size: 1.8em;
    display: inline-block;
    line-height: 1.6;
}

.full-width-image-section .footnote {
    font-size: 0.85em;
    line-height: 1.8;
    display: block;
    margin-top: 0.5em;
    opacity: 0.8;
}

.full-width-image-section .info-set {
    margin-bottom: 1.2em;
}
.full-width-image-section .page-heading {
    color: white;
}

/* スマホ用調整 */
@media (max-width: 768px) {
    .full-width-image-section {
        padding: 40px 15px;
    }

    .full-width-image-section h2 {
        font-size: 1.6em;
    }

    .full-width-image-section .highlight {
        font-size: 1.2em;
        line-height: 1.6;
    }

    .full-width-image-section .footnote {
        font-size: 0.75em;
        line-height: 1.6;
    }

    .sp-br {
        display: inline;
    }
}

.sp-br {
    display: none;
}

/* S4: 販売概要 */
.sales-info-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}
.sales-info-section .s4-inner-wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}
.sales-info-section h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
}
.sales-info-section .main-text {
    text-align: center;
}

.sales-info-section .plan-options-text {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.sales-info-section .plan-box {
    background-color: #fff;
    color: #1F2C5C;
    border-radius: 10px;
    padding: 16px;
    text-align: center; /* 行内要素の水平中央寄せ */
    width: 300px;
    box-sizing: border-box;
    border: 4px solid #EB6100;
    /* 以下を天地左右中央寄せのために追加 */
    display: flex;
    align-items: center; /* 垂直方向の中央寄せ */
    justify-content: center; /* 水平方向の中央寄せ */
    /* flex-direction: column; もし内容が複数のブロック要素で、それらを縦に並べて中央寄せしたい場合 */
}
.sales-info-section .plan-box h3 {
    color: #EB6100;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.5em;
}

.sales-info-section .plan-box p {
    color: #1F2C5C;
    margin-bottom: 5px;
    font-size: 1em;
}

.sales-info-section .plan-box .discount {
    font-weight: bold;
    font-size: 1.2em;
}

/* 試合会場リストのスタイル */
.sales-info-section .venue-list {
    margin-top: 40px;
}
.sales-info-section .venue-list p {
    text-align: center;
}
.sales-info-section .venue-list ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.sales-info-section .venue-list li {
    background-color: #eee;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
}

/* 試合会場リストのスタイル */
.sales-info-section .venue-list {
    margin-top: 40px;
}
.sales-info-section .venue-list p {
    text-align: center;
}
.sales-info-section .venue-list ul {
    list-style-type: none;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
}
.sales-info-section .venue-list li {
    background-color: #eee;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px;
    display: flex;
    align-items: left;
    gap: 15px;
}
.sales-info-section .venue-list .venue-name {
    min-width: 300px;
}
.sales-info-section .venue-list .game-count {
    flex-grow: 1;
}

@media (max-width: 768px) {
    .sales-info-section .venue-list li {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .sales-info-section .venue-list .venue-name,
    .sales-info-section .venue-list .game-count {
        min-width: auto;
        flex: none;
    }
}

/* S5: 座席図 */
.seat-map-section {
    background-color: #1F2C5C;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.seat-map-section .seat-map-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}


.seat-map-section .page-heading {
    color: white;
}


.seat-map-section . {
    color: white;
    margin-bottom: 10px;
}
.seat-map-description {
	margin-bottom: 40px;
	font-size: 1.3em;
}

.seat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.seat-item {
    background-color: #EB6100;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.seat-item h3 {
    color: white;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.seat-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 4px;
}

.seat-detail-button {
    display: block;
    width: 80%;
    margin: 0 auto;
    background-color: #1F2C5C;
    color: white;
    padding: 10px 0;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.2em;
    transition: background-color 0.3s;
}

.seat-detail-button:hover {
    background-color: #3f4c6c;
}

/* 注意事項のスタイル */
.seat-map-notes {
    margin-top: 40px;
    font-size: 1em;
    padding: 0 20px;
}

.seat-map-notes h4 {
    color: white;
    font-size: 1em;
    margin-bottom: 5px;
    text-align: left;
}

.seat-map-notes ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.seat-map-notes li {
    line-height: 1.6;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    /* S5: 座席図 */
    .seat-map-description {
        margin-bottom: 20px;
    }

    .seat-grid {
        display: block;
    }

    .seat-item {
        margin-bottom: 20px;
    }

    .seat-map-notes {
        padding: 0 10px;
    }
}

/* S6: シーズンチケット価格表 */
.price-table-section {
    background-color: white;
    padding: 60px 0;
    text-align: center;
}

.price-table-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.price-table-image {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

/* S7: チケット受取媒体について */
.delivery-section {
    background-color: #1F2C5C;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.delivery-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.delivery-section .page-heading {
    color: white;
}

.delivery-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.delivery-box {
    background-color: white;
    color: #333;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: calc(33.333% - 14px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.delivery-box h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #1F2C5C;
}

.delivery-box p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: left;
    flex-grow: 0.3;
}

.delivery-box img {
    max-width: 100%;
    height: 250px;
    margin-bottom: 15px;
    object-fit: contain;
}

.delivery-box .highlight-red {
    color: red;
    font-weight: bold;
}

.delivery-box .small-note {
    font-size: 0.8em;
    display: block;
    margin-top: 10px;
}

.delivery-note {
    display: inline-block;
    background-color: #EB6100;
	color: white;
	width:100%;
    padding: 8px 16px;
    border-radius: 0px;
    font-size: 0.9em;
    font-weight: bold;
    align-self: center;
    margin-top: auto;
}

@media (max-width: 768px) {
    /* S7: チケット受取媒体について */
    .delivery-options {
        flex-direction: column;
        gap: 20px;
    }
    
    .delivery-box {
        width: 100%;
    }
    
    .delivery-box p {
        text-align: center;
    }
}

/* S8: 支払方法と購入枚数 */
.payment-section {
    background-color: white;
    padding: 60px 0;
    text-align: center;
}

.payment-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.payment-section .page-heading {
    color: #333;
    margin-bottom: 40px;
}

.payment-box {
    border: 4px solid #1F2C5C;
    color: #1F2C5C;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.payment-box p {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.payment-box ul {
    list-style: none;
    padding-left: 20px;
}

.payment-box li {
    margin-bottom: 5px;
}

.ticket-limit-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.ticket-limit-item {
    display: flex;
    border: 3px solid #1F2C5C;
}

.limit-left {
    background-color: #1F2C5C;
    color: white;
    padding: 15px;
    width: 60%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 2px solid #1F2C5C;
}

.limit-left p {
    margin: 0;
    font-size: 1.0em;
}

.limit-right {
    background-color: white;
    color: #1F2C5C;
    padding: 15px;
    width: 40%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.limit-right p {
    margin: 0;
    font-size: 1.2em;
}

.highlight-number {
    color: red;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 4px;
}

/* S9: 販売スケジュール */
.schedule-section {
    background-color: #1F2C5C;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.schedule-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.schedule-section .page-heading {
    color: white;
}

.schedule-box {
    margin-top: 40px;
}

.schedule-title {
    background-color: #EB6100;
    color: white;
    font-size: 1.5em;
    padding: 15px;
    margin: 0;
}

.schedule-content {
    background-color: white;
    color: #333;
    padding: 20px;
    text-align: center;
}

.schedule-content p {
    margin: 0;
    line-height: 1.6;
}

/* S9: 販売スケジュール */
.schedule-section {
    background-color: #1F2C5C;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.schedule-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.schedule-section .page-heading {
    color: white;
}

.schedule-box {
    margin-top: 40px;
}

.schedule-title {
    background-color: #EB6100;
    color: white;
    font-size: 1.5em;
    padding: 15px;
    margin: 0;
}

.schedule-content {
    background-color: white;
    color: #333;
    padding: 20px;
    text-align: center;
}

.schedule-content p {
    margin: 0;
    line-height: 1.6;
}

/* 新規購入セクション */
.schedule-category {
    margin-bottom: 40px;
}

.schedule-content .fc-note {
    color: #EB6100;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 5px;
}

.schedule-content .ticket-target {
    color: #1F2C5C;
    font-weight: bold;   /* 文字をボールドに */
    text-align: center;  /* センター揃えに */
    font-size: 1.1em;    /* 文字サイズを1.2emに */
}

.schedule-content .ticket-type {
    color: #1F2C5C;
    margin-bottom: 20px;
}

.schedule-table {
    display: flex;
    flex-direction: column;
}

.schedule-row {
    display: flex;
    margin-bottom: 20px;
}

.schedule-left {
    border: 3px solid #1F2C5C;
    color: #1F2C5C;
    padding: 10px;
    width: 30%;
    text-align: center;
}

.schedule-right {
    background-color: #1F2C5C;
    color: white;
    border: 3px solid #1F2C5C;
    border-left: none;
    padding: 10px;
    width: 70%;
    text-align: center;
}

/* S10: 特典 */
.benefits-section {
    background-color: white;
    padding: 60px 0;
}

.benefits-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.benefits-group {
    margin-bottom: 40px;
}

.benefits-boxes {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.benefits-box {
    background-color: #EB6100;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    flex-basis: 50%;
}

.benefits-box img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.benefits-box p {
    margin: 0;
    line-height: 1.6;
}

.benefits-note {
    margin-top: 20px;
    color: #333;
    font-size: 0.9em;
    text-align: left;
}

.benefits-note p {
    margin: 0;
}

.benefits-box h3 {
    font-size: 2.5em;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Aku & Kamu", sans-serif;
}

/* S10: 不正転売に関する情報 */
.resale-info {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.resale-info h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.resale-text {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #333;
}

.resale-btn {
    display: block;
    width: 100%;
    background-color: #1F2C5C;
    color: white;
    padding: 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 20px;
    transition: background-color 0.3s;
    box-sizing: border-box;
}

.resale-btn:hover {
    background-color: #334371;
}

/* S11: FAQ */
.faq-section {
    background-color: #1F2C5C;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.faq-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-section .page-heading {
    color: white;
}

.faq-item {
    text-align: left;
    margin-bottom: 40px;
}

.faq-q {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}

.faq-q-mark {
    color: #EB6100;
    font-family: "Aku & Kamu", sans-serif;
    font-size: 4em;
    line-height: 1;
    font-weight: bold;
}

.faq-q p {
    color: white;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    padding-top: 10px;
}

/* ★ Qの右端に＋アイコンを追加 */
.faq-q::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

/* ★ Aが開いた時にアイコンをーに変える */
.faq-q.open::after {
    content: '-';
}

.faq-a-content {
    display: none;
}

.faq-a {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 5px solid #EB6100;
    border-radius: 5px;
}

.faq-a p {
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    /* S11: FAQ */
    .faq-q {
        padding-right: 40px;
    }

    .faq-q p {
        flex-grow: 1;
    }
}

/* S12: 最終CTA */
.final-cta-section {
    background-color: white;
    padding: 20px 0;
    text-align: center;
}

.final-cta-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-btn {
    display: block;
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-align: center;
    transition: opacity 0.3s;
    box-sizing: border-box;
}

.cta-btn:hover {
    opacity: 0.8;
}

/* 利用規約ボタンのスタイル */
.policy-btn {
    background-color: #1F2C5C;
    padding: 15px;
    margin-bottom: 30px;
    font-size: 1.2em;
    border-radius: 50px;
}

/* お申込みボタンのスタイル */
.apply-btn {
    background-color: #EB6100;
    padding: 25px 15px;
    font-size: 1.8em;
    border-radius: 15px;
    line-height: 1.4;
}

/* S13: お問い合わせ先 */
.contact-section {
    background-color: #1F2C5C;
    color: white;
    padding: 60px 0;
}

.contact-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
}

.contact-inner h3 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 20px;
}

.contact-inner p {
    font-size: 1em;
    line-height: 1.8;
    margin: 0;
}

.contact-inner a {
    color: white;
    text-decoration: none;
}

.contact-inner a:hover {
    text-decoration: underline;
}

/* =========================================
    メディアクエリ（スマホ対応）
   ========================================= */

@media (max-width: 768px) {
    /* S2: 購入のメリット */
    .merits-inner {
        flex-direction: column;
        gap: 40px;
    }
    
    .merit-item {
        flex-direction: column;
        text-align: center;
        align-items: center; /* 念のため中央揃え */
    }
    
    .merit-text {
        order: 2;
    }
    
    .merit-img {
        order: 1;
        margin: 0 auto 20px;
    }

    /* S4: 販売スケジュール - 継続購入 */
    .schedule-inner {
        padding: 0 10px;
    }
    
    .schedule-box {
        margin-top: 30px;
    }
    
    .schedule-title {
        font-size: 1.2em;
    }

    .schedule-content {
        padding: 15px;
    }

    .ticket-limit-item {
        flex-direction: column;
    }

    .limit-left,
    .limit-right {
        width: 100%;
        border: none;
    }

    .limit-left {
        border-bottom: 3px solid #1F2C5C;
    }

    /* S5: 特典 */
    .benefits-boxes {
        flex-direction: column;
        gap: 30px;
    }

    .benefits-box {
        flex-basis: 100%;
    }
}

.sp-br {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp-br {
        display: inline;
    }
}

