/*---------------------------------------------
  HEADER
---------------------------------------------*/

header.top_header {
	box-shadow: 0 3px 6px rgba(0,0,0,0);
}





/*---------------------------------------------
  MAIN
---------------------------------------------*/
.top-key-visual {
height: 100svh;
position: relative;
}

.top-key-visual .kv-inner {
height: 100svh;
position: relative;
margin: auto ;
    overflow: hidden;
}

.top-key-visual .kv-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
margin-top: 0;
}


.kv-inner:before {
    content: '';
background-size: cover;
background-position: center;
    background-image: url('../images/top/main_pc.jpg');
    position: absolute;
    top: -12px;
    bottom: -12px;
    left: -12px;
    right: -12px;
    filter: blur(12px);
    z-index: -1;
}

.kv-inner:after {
    content: '';
    position: absolute;
width: 100%;
height: 72svh;
bottom: 0;
background: #FFF;
background: linear-gradient(187deg,rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, .29) 69%, rgba(255, 255, 255, .46) 100%);
}

@media screen and (max-width:991px) {
.top-key-visual {
height: calc(100svh - 56px);
}

.top-key-visual .kv-inner {
height: calc(100svh - 56px);
margin: auto;
}

.kv-inner:after {
height: 72svh;
bottom: 0;
background: linear-gradient(187deg,rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, .29) 69%, rgba(255, 255, 255, .46) 100%);
}

}

@media screen and (orientation: portrait) {
.top-key-visual .kv-inner img {
height: calc(100svh - 56px);
  top: 30%;
width: 100%;
object-fit: contain;
}

.kv-inner:before {
    background-image: url('../images/top/main_sp.jpg');
}

}


@media screen and (max-width: 767px) {

}


/*---------------------------------------------
  TOPICS
---------------------------------------------*/
#topics {
position: absolute;
bottom: 0;
z-index: 10;
width:100%;
max-height: 172px;
background-color: rgba(7, 34, 60, 0.7);
padding: 20px 84px;
}

#topics .slick-slider {
  margin-bottom: 0!important;
margin: auto;
max-width: 1200px;
  position: relative;
}

#topics .post-item {
max-width: 1200px;
width:100%;
margin: auto;
}


#topics .post-option {
display: none;
}

#topics .px-4.py-5.post-body {
padding: 0!important;
}

#topics .post-title {
font-size: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
font-family: "Newsreader", "Noto Serif JP", serif;
font-weight: 500;
overflow-wrap: anywhere;
word-break: normal;
line-break: strict;
}
#topics .post-title,
#topics .post-lead {
color: #fff;
}

#topics .post-lead {
font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
margin-bottom: 20px;
}

#topics .slick-list {
padding: 0;
}

/* スライダー矢印 */
.slide-arrow {
  width: 18px;
  height: 18px;
  position: relative;
  background: transparent;
  border: transparent;
cursor: pointer;
}

.prev-arrow {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -65px;
	margin: auto;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	transform: rotate(-45deg);
}

.next-arrow {
  position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: -65px;
	margin: auto;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}

/* スライダードット */
.slick-bar {
	display:flex;
	justify-content:center;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
bottom: 0px;
	margin: 0 auto;
}

.slick-bar li {
	width: 80px;
	height: 5px;
	background-color: rgba(255, 255, 255, 0.4);
	margin: 0 4px;
	cursor: pointer;
}

.slick-bar li.slick-active{
	background-color: #fff;
}

.slick-bar li:last-child {
	margin-bottom: 0;
}

.slick-bar li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}


@media screen and (max-width: 767px) {
#topics {
max-height: 260px;
padding: 26px 15px;
}
#topics .post-item {
padding: 0 15px;
}

#topics .post-title {
font-size: 26px;
  -webkit-line-clamp: 3;
}
#topics .post-lead {
  -webkit-line-clamp: 3;
margin-bottom: 0;
}


#topics .post-item {
}

.prev-arrow {
	left: -10px;
}

.next-arrow {
  position: absolute;
	right: -10px;
}

.slick-bar {
bottom: -6px;
}

.slick-bar li {
	width: 40px;
}

}


/*---------------------------------------------
  TOP
---------------------------------------------*/

.top-main-contents {
	overflow: hidden;
	clear: both;
position: relative;
}

.top-main-contents:before {
content: "";
position: absolute;
top: 0;
background: #3C5F71;
background: url(../images/top/bg_diamond.svg), linear-gradient(180deg,rgba(60, 95, 113, 0.3) 0%, rgba(219, 219, 219, 0.3) 50%, rgba(255, 255, 255, 0.3) 100%);
background-size: 48px auto;
background-position: top center;
width: 100%;
height: 350px;
}

.top-main-contents:after {
content: "";
position: absolute;
width: 100%;
height: 4px;
top: 0;
background-color: #fff;
box-shadow: 0 3px 4px rgba(2, 19, 36, 0.20);
z-index: 1;
}

.top-main-contents section {
position: relative;
z-index: 5;
}

.container {
    max-width: 1300px;
}

@media screen and (max-width: 767px) {

}


/*---------------------------------------------
  X埋め込み
---------------------------------------------*/

#xtwitter.side-contents {
/*	margin-bottom: 5%;*/
}

#xtwitter.side-contents .side-content-wrapper {
margin: auto;
max-width: 550px;
}

/*---------------------------------------------
  Instagram埋め込み
---------------------------------------------*/
#instagram.side-contents .side-content-wrapper {
margin: auto;
max-width: 540px;
}

/*---------------------------------------------
  FC案内
---------------------------------------------*/
#fanclub-guide {
margin: 0 auto 76px;
box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, .16);
max-width: 400px;
}


#fanclub-guide .wrapper {
background: #E35700;
background: linear-gradient(180deg, rgba(227, 87, 0, 1) 0%, rgba(242, 146, 26, 1) 100%);
border: solid 4px #fff;
position: relative;
}

#fanclub-guide .wrapper:before {
position: absolute;
content: "";
  inset: 0;
  z-index: 0;
  background: url(../images/top/bg_diamond.svg) center;
background-size: 48px auto;
background-position: top -50px center;
  mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 107.7%);
display: block;
opacity: 0;
transition: opacity 0.3s;
}

#fanclub-guide .wrapper .inner {
padding: 26px 20px 16px 20px;
    display: grid;
    grid-template-columns: 84px 1fr;
    grid-template-rows: auto;
    gap: 0px;
align-items: center;
position: relative;
z-index: 1;
}

@media (hover: hover) {
#fanclub-guide .wrapper:hover:before {
opacity: 1;
}
}

#fanclub-guide img.fc-logo {
width: 84px;
height: 100px;
}

#fanclub-guide p {
color: #fff;
}

#fanclub-guide p.ttl {
font-size: 20px;
line-height: 1;
text-align: center;
display: flex;
flex-direction: column;
}
#fanclub-guide p.ttl span.name {
font-size: 40px;
}

#fanclub-guide p.lead {
font-size: 16px;
font-weight: 700;
    grid-column: span 2 / span 2;
    grid-row-start: 2;
margin-bottom: 12px;
text-align: center;
padding-right: 0;
}
#fanclub-guide p.lead span.price {
font-size: 28px;
font-weight: bold;
}

#fanclub-guide ul {
display: flex;
flex-wrap: wrap;
gap: 5px;
    grid-column: span 2 / span 2;
    grid-row-start: 3;
justify-content: center;
}

#fanclub-guide ul li {
background-color: #fff;
border-radius: 5px;
text-align: center;
color: #333333;
max-width: 70px;
width: 23.7%;
height: 70px;
padding: 10px 0 6px;
display: flex;
flex-direction: column;
align-items: center;
}

#fanclub-guide ul li .material-symbols-outlined {
font-size: 40px;
background: #E35700;
background: linear-gradient(180deg, rgba(227, 87, 0, 1) 0%, rgba(242, 146, 26, 1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#fanclub-guide ul li .txt {
font-size: clamp(0.563rem, 0.503rem + 0.26vw, 0.625rem);
line-height: 1;
}

#fanclub-guide div.btn {
background-color: #fff;
color: #E45A01;
height: 36px;
width: 188px;
font-weight: 500;
box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .16);
padding: 0;
display: block;
margin: auto;
border-radius: 999px;
    grid-column: span 2 / span 2;
    grid-row-start: 4;
}

#fanclub-guide div.btn .material-symbols-outlined {
position: relative;
top: 5px;
right: -10px;
}


@media (min-width: 992px) {
#fanclub-guide {
width: 100%;
max-width: inherit;
}

#fanclub-guide .wrapper {
}

#fanclub-guide .wrapper .inner {
padding: 26px 46px 26px 56px;
    grid-template-columns: 84px auto 450px 50px;
    grid-template-rows: auto;
}

#fanclub-guide img.fc-logo {
grid-row: span 2 / span 2;
}

#fanclub-guide p.ttl {
/*font-size: 34px;*/
font-size: clamp(1rem, -3.689rem + 7.56vw, 2.125rem);
text-align: left;
flex-direction: row;
align-items: center;
}
#fanclub-guide p.ttl span.name {
/*font-size: 60px;*/
font-size: clamp(2.5rem, -2.71rem + 8.4vw, 3.75rem);
}
#fanclub-guide p.lead {
font-size: 18px;
    grid-column-start: 2;
    grid-column-end: 2;
margin-bottom: 0;
text-align: start;
padding-right: 10%;
}
#fanclub-guide p.lead span.price {
font-size: 36px;
}

#fanclub-guide ul {
gap: 0 20px;
/*margin-right: clamp(1rem, -4.962rem + 9.62vw, 2.25rem);*/
/*margin-left: 0;*/
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 1;
align-items: center;
justify-content: flex-start;
}
#fanclub-guide ul li .material-symbols-outlined {
font-size: 50px;
}
#fanclub-guide ul li {
width: 88px;
height: 88px;
max-width: inherit;
padding: 9px 0 8px;
border-radius: 0;
}
#fanclub-guide ul li .txt {
font-size: 12px;
}
#fanclub-guide div.btn {
margin: 0;
    grid-column: 4;
    grid-row: span 2 / span 2;
    grid-row-start: 1;
height: 50px;
width: 50px;
}

#fanclub-guide div.btn .material-symbols-outlined {
top: 50%;
right: -2px;
transform: translate(0, -50%);
}

}

/*---------------------------------------------
  TOP CONTENTS
---------------------------------------------*/

.top-main-contents .container {
	padding:10px 15px 64px 15px;
max-width: 1230px;
}

.top-main-contents .container h2 {
margin: inherit;
font-size: 46px;
}

.top-main-contents #fccontents .container h2 {
color: #E45A01;
}

@media (max-width: 767px) {
.top-main-contents .container h2 {
font-size: 35px;
text-align: center;
}
}

a.btn.btn-main {
position: relative;
font-size: 14px;
width: 61.72%;
max-width: 272px;
height: 44px;
margin:auto;
padding: 10px 0;
box-shadow: 1px 1px 4px rgba(0,0,0,0.25);
background: #E35700;
background: linear-gradient(180deg, rgba(227, 87, 0, 1) 0%, rgba(242, 146, 26, 1) 100%);
border: solid 2px #fff;
color: #fff!important;
font-weight: 700;
}

a.btn.btn-main::after {
font-family: "Material Symbols Outlined";
content: "\e5cc";
position: absolute;
color: #fff;
font-size: 20px;
right: 2px;
top: 50%;
transform: translateY(-50%);
}

@media (hover: hover) {
a.btn.btn-main:hover {
background: #F79E3F;
}
}


@media (min-width: 768px) {
a.btn.btn-main {
font-size: 16px;
max-width: 260px;
padding: 7px 0;
}
a.btn.btn-main::after {
font-size: 30px;
right: 0px;
}

}

/*---------------------------------------------
  TOP CONTENTS-side bar
---------------------------------------------*/

.side-contents {
margin-bottom: 10%;
}

.side-contents .ttl {
display: flex;
align-items: flex-end;
justify-content: space-between;
margin-bottom: 4px;
}

.side-contents .ttl h2 {
font-size: 28px;
color: #404040;
}

.top-main-contents #youtube .side-content-wrapper {
width:100%;
}
.top-main-contents #youtube .side-content-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.16);
}

.side-contents a {
color: #000;
font-size: 14px;
position: relative;
padding-right: 19px;
}

.side-contents a:hover {
text-decoration: none;
}

.side-contents a:after {
position: absolute;
font-family: "Material Symbols Outlined";
content: "\e5cc";
right: -5px;
top: 50%;
transform: translateY(-50%);
font-size: 18px;
color: #333;
}

@media (hover: hover) {
.side-contents a:hover {
opacity: 0.6;
}
}

/*-----------------------------
  bnr
-----------------------------*/

#bnr {
	overflow:hidden;
	clear:both;
	margin:0 auto 50px;
}

#bnr .bnr {
	width:100%;
	position:relative;
}

#bnr .bnr a {
display:block;
}


#bnr .bnr .post-eyecatch {
	overflow: hidden;
	position: relative;
	width:480px;
	padding-top: 75%;
	border-radius: 32px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	z-index:-1;
}

#bnr .bnr .post-eyecatch img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: top;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
}

#bnr .bnr .post-eyecatch::after {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(255, 255,255, 0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#bnr .bnr:hover .post-eyecatch::after {
    background-color: rgba(255, 255,255, .4);
}

#bnr .bnr .post-title {
    width: 100%;
	padding:0px 10px;
	margin:0 !important;
	position:absolute;
	color:#fff;
	text-align:center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:999;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display:none;
	
}

#bnr .bnr:hover .post-title {
    display:block;
}



@media screen and (max-width: 991px) {

#bnr .bnr .post-eyecatch {
	width:240px;
	border-radius: 4px;
}

}


/*-----------------------------
  NEWS
-----------------------------*/

#top-main-contents #news .post-item-type_a1 a {
	color:#5F6368;
}

#news .more {
padding: 24px 0;
margin-top: 12px;
}


/*-----------------------------
  SCHEDULE
-----------------------------*/

#schedule {
padding-top: 38px;
}

#schedule h2 {
position: relative;
margin-bottom: 10px;
}

#schedule .more {
padding: 24px 0;
margin-top: 12px;
}

#schedule .post-item-type_a1 {
margin-top: 16px;
}

#schedule .post-item-type_a1 a {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-template-rows: 40px 1fr;
}

#schedule .post-item-type_a1 .post-ticket-status {
grid-column: span 2 / span 2;
}

#schedule .post-item-type_a1 .ticket-status {
width:156px;
border-radius: 999px;
font-size: 14px;
color: #404040;
font-weight: bold;
margin-right: 0;
background-color: #fff;
padding: 1px 0 0px;
text-align: center;
}

.ticket-status[data-content="チケット発売中"] {
border: 3px solid #FF4D4D;
}

.ticket-status[data-content="FC先行受付中"] {
border: 3px solid #EF9E3D;
}

.ticket-status[data-content="受付終了"] {
border: 3px solid #B4D4FF;
}

.ticket-status[data-content="準備中"],
.ticket-status[data-content="販売終了"] {
border: 3px solid #83868F;
}

#schedule .post-item-type_a1 .post-option {
    width: 72px;
    padding: 24px 0;
margin-bottom:16px;
}

#schedule .post-item-type_a1 .post-body {
    width: calc(100% - 32px);
    margin-left: 12px;
    padding: 20px 0!important;
display: grid;
align-content: center;
}

#schedule .post-item-type_a1 .post-date {
    line-height: 1.2;
    color: #000000;
    font-size: 26px;
font-weight: bold;
display: inline-block;
width:70px;
}

#schedule .post-item-type_a1 .post-date-year {
    display: block;
    font-size: 20px;
}

#schedule .post-item-type_a1 .post-location {
color: #000000;
font-size: 16px;
}

@media (min-width: 992px) {

#schedule {
padding-top: 12px;
}

#schedule h2 {
margin-bottom: 0;
}

#schedule .post-item-type_a1 {
padding-bottom: 16px;
}

#schedule .post-item-type_a1 a {
    grid-template-columns: 190px 80px 1fr;
    grid-template-rows: repeat(1, 1fr);
align-items: center;
}
#schedule .post-item-type_a1 .post-ticket-status {
grid-column: 1;
}

#schedule .post-item-type_a1 .ticket-status {
width:170px;
font-size: 16px;
margin-right: 22px;
padding: 12px 0;
}

#schedule .post-item-type_a1 .post-body {
    width: calc(100% - 52px);
}

}

/*-----------------------------
  FC MEMBERS ONLY
-----------------------------*/
#fccontents .fccontents-wrapper {
background-color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

#fccontents .fccontents-wrapper .fccontents-bg {
background-color: #FFEAC7;
background-image: url(../images/top/bg_fccontents_sp_bottom.svg),url(../images/top/bg_fccontents_sp_top.svg);
background-repeat: no-repeat;
background-position: bottom 10px center, top 10px center;
background-size: 92.3%;
padding: 56px 16px 64px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

#fccontents .fccontents-wrapper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.contents-inn {
overflow: hidden;
position: relative;
box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.contents-inn a .post-eyecatch {
overflow: hidden;
position: relative;
}

.contents-inn a .post-eyecatch img {
transition: filter 0.3s ease;
}

.contents-inn.not-login a .post-eyecatch:before {
transition: opacity 0.3s ease;
opacity: 0;
font-family: "Material Symbols Outlined";
content: "\e898";
font-size: 30px;
  font-variation-settings:  'FILL' 1;
color: #FFF;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
  transform: translate(-50%, -50%);
}


@media (hover: hover) {
.contents-inn.not-login a:hover .post-eyecatch img {
filter: blur(6px) brightness(0.6);
}

.contents-inn a:hover .post-eyecatch img {
filter: brightness(1.1);
}

.contents-inn.not-login a:hover .post-eyecatch:before {
opacity: 1;
}

}

/*
.contents-inn a:hover {
color: inherit;
opacity: 0.6;
}
*/

#fccontents h3 {
position: absolute;
right: 15px;
z-index: 1;
font-size: 12px;
color: #fff;
background-color: #E45A01;
padding: 7px 8px;
margin-top:3px;
margin-right: 3px;
}

#fccontents .contents-inn .post-body {
padding: 20px;
}

#fccontents .contents-inn .contents-date {
color: #868686;
margin-bottom:10px;
}
#fccontents .contents-inn .contents-ttl {
font-size:18px;
font-weight: bold;
}

@media (hover: hover) {
#fccontents .contents-inn a:hover .contents-ttl {
color: #333;
}
}


#fccontents .btn.btn-main {
margin-top: 28px;
background-image: none;
background-color: #fff;
color: #07223C!important;
font-weight: bold;
border: 2px solid #E45A01;
height: auto;
transition: scale .3s;
max-width: 260px;
margin-top: 40px;
}

#fccontents a.btn.btn-main::after {
color: #E45A01!important;
font-weight: 400;
}

@media (hover: hover) {
#fccontents .btn.btn-main:hover {
scale: 1.1;
}
}


@media (min-width: 768px) {
#fccontents .fccontents-wrapper {
box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.16);
margin-left: auto;
margin-right: auto;
max-width: 1200px;
padding: 4px;
}

#fccontents .fccontents-wrapper .fccontents-bg {
padding: 70px 28px;
border-image-slice: 96 96 96 96;
border-image-width: 96px 96px 96px 96px;
border-image-outset: 0px 0px 0px 0px;
border-image-repeat: round round;
border-image-source: url(../images/top/bg_fccontents.svg);
background-image: none;
border-style: solid;
width: 100%;
margin: auto;
}

#fccontents .fccontents-wrapper .col-md-4 {
max-width: 340px;
width: 33.333333%;
}
#fccontents .btn.btn-main {
max-width: 452px;
margin-top: 52px;
}
}

/*-----------------------------
 MEMBERS (PROFILE)
-----------------------------*/

#members ul.members {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 4%;
margin-bottom: 48px;
}

#members ul.members li {
width: calc(100% * 0.48);
border: 1px solid;
padding: 20px 10px;
margin-bottom: 16px;
}

#members ul.members li span.name {
font-size: 16px;
margin-top: 12px;
text-align: center;
position: relative;
width: 100%;
display: inline-block;
}
#members ul.members li span.name:after {
content: "";
position: absolute;
border: 1px solid #000;
width: 60px;
right: 0;
left: 0;
bottom: 0;
margin: 0 auto;
}

@media (min-width: 576px) {
#members ul.members {
flex-wrap: nowrap;
justify-content: space-between;
gap: inherit;
}

#members ul.members li {
max-width: 220px;
width: calc(100% / 5.27);
margin-bottom: 0;
}

#members ul.members li span.name {
font-size: 20px;
margin-top: 20px;
}
}

/*-----------------------------
  banner
-----------------------------*/

.top-main-contents #link_list ul {
/*text-align: center;*/
overflow: hidden;
clear: both;
}

.top-main-contents #link_list li {
width: 100%;
max-width: 300px;
margin: 0 1.5% 16px;
display: inline-block;
}

.top-main-contents #link_list li a:hover {
opacity: 0.7;
}


@media screen and (max-width: 575px) {

.top-main-contents #link_list li {
max-width: 100%;
margin: 0 auto 16px;
display: inline-block;
}

}


/*-----------------------------
  fadein
-----------------------------*/
.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}