/*---------------------------------------------
  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: calc(100svh - 78px);
position: relative;
margin: 78px auto 0;
    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;

/*width: auto;
height: calc(100svh - 78px);
display: block;
margin: 78px auto 0;
*/
}


.kv-inner:before {
    content: '';
background-size: cover;
background-position: center;
    position: absolute;
    top: -12px;
    bottom: -12px;
    left: -12px;
    right: -12px;
    filter: blur(12px);
    z-index: -1;
}

.kv-inner.kv-group:before {
    background-image: url('../images/top/main_group_pc.jpg');
}

.kv-inner.kv-talent:before {
    background-image: url('../images/top/main_talent_pc.jpg');
}

.kv-inner.kv-cafe:before {
    background-image: url('../images/top/main_cafe_pc.jpg');
}



@media screen and (max-width:991px) {

.top-key-visual .kv-inner {
height: calc(100svh - 50px);
margin: 50px auto 0;
}

.top-key-visual .kv-inner img {
/*
height: calc(100svh - 50px);
margin: 50px auto 0;
*/
}

/* スクロールダウンの位置 */
.top-key-visual .scroll {
  position: absolute;
  right: 50%;
  bottom: 55px;
  writing-mode: vertical-rl;
transform: translateX(50%);
}
.top-key-visual .scroll span {
color: #000
}

/* 線のアニメーション部分 */
.top-key-visual .scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -55px;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
/* 線の背景色 */
.top-key-visual .scroll::after {
  background-color: #ccc;
  bottom: -55px;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}

}

@media screen and (orientation: portrait) {
.top-key-visual .kv-inner img {
width: 100%;
object-fit: contain;
}

.kv-inner.kv-group:before {
    background-image: url('../images/top/main_group_sp.jpg');
}

.kv-inner.kv-talent:before {
    background-image: url('../images/top/main_talent_sp.jpg');
}

.kv-inner.kv-cafe:before {
    background-image: url('../images/top/main_cafe_sp.jpg');
}

}


@media screen and (max-width: 767px) {

}




/*---------------------------------------------
  TOP
---------------------------------------------*/

.top-main-contents {
	overflow: hidden;
	clear: both;
position: relative;
}

.top-main-contents:before {
content: "";
position: absolute;
background: #CFE4EB;
background: linear-gradient(185deg,rgba(207, 228, 235, 1) 5%, rgba(245, 245, 245, 1) 30%, rgba(232, 232, 232, 0.02) 77%, rgba(232, 232, 232, 0) 91%);
width: 100%;
height: 54.24vw;
}

.top-main-contents section {
position: relative;
z-index: 5;
}

.container {
    max-width: 1300px;
}

@media screen and (max-width: 767px) {
.top-main-contents:before {
height: 190vw;
}

}

/*---------------------------------------------
  FC案内
---------------------------------------------*/
#fanclub-guide {
margin-bottom: 76px;
}

#fanclub-guide a {
display: block;
}


#fanclub-guide .wrapper {
background: #FFCE8F;
background: linear-gradient(90deg,rgba(255, 206, 143, 1) 23.7%, rgba(255, 253, 184, 1) 100%);
padding: 28px 24px;
border-radius: 8px;
box-shadow:1px 1px 4px rgba(0, 0, 0, 0.16);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (hover: hover) {
#fanclub-guide .wrapper:hover{
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.30);
}
}

#fanclub-guide p {
color: #331500;
}

#fanclub-guide .inner {
    display: grid;
    grid-template-columns: 36% 1fr;
    grid-template-rows: auto;
align-items: center;
}

#fanclub-guide p.ttl {
/*font-size: 20px;*/
font-size: clamp(0.875rem, 0.458rem + 2.09vw, 1.75rem);
padding-left: 24px;
line-height: 1.5;
text-align: center;
}
#fanclub-guide p.ttl span.name {
/*font-size: 34px;*/
font-size: clamp(1.5rem, 0.427rem + 5.37vw, 3.75rem);
}

#fanclub-guide p.lead {
font-size: clamp(0.75rem, 0.293rem + 1.95vw, 1.5rem);
/*font-size: clamp(0.625rem, 0.387rem + 1.19vw, 1.125rem);*/
font-weight: 700;
    grid-column: span 2 / span 2;
padding-left: 0px;
margin-top: 12px;
margin-bottom: 20px;
}

#fanclub-guide p.lead span.price {
font-size: 28px;
font-weight: bold;
}

#fanclub-guide ul {
display: flex;
flex-wrap: wrap;
gap: 5px;
}

#fanclub-guide ul li {
background-color: #fff;
border-radius: 5px;
text-align: center;
color: #333333;
min-width: 70px;
width: 23.7%;
padding: 10px 0 6px;
display: flex;
flex-direction: column;
align-items: center;
}

#fanclub-guide ul li .material-symbols-outlined {
font-size: 40px;
}
#fanclub-guide ul li .txt {
font-size: clamp(0.563rem, 0.503rem + 0.26vw, 0.625rem);
}

#fanclub-guide div.btn {
position: relative;
background-color: #EF9E3D;
color: #fff;
height: 50px;
width: 200px;
box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .16);
padding: 12px 12px 7px;
display: block;
margin: auto;
font-weight: 600;
}

#fanclub-guide div.btn .material-symbols-outlined {
position: absolute;
right: 4px;
}


@media (min-width: 992px) {
#fanclub-guide .wrapper {
padding: 28px;
border-radius: 10px;
justify-content: space-between;
align-items: center;
}

#fanclub-guide .inner {
    grid-template-columns: 146px 1fr;
 }

#fanclub-guide .inner img {
grid-row: span 2 / span 2;
}

#fanclub-guide p.ttl {
font-size: 28px;
/*padding-left: 36px;*/
padding-left: clamp(1.25rem, -2.918rem + 6.72vw, 2.25rem);
text-align: left;
}

#fanclub-guide p.ttl span.name {
font-size: 60px;
}

#fanclub-guide p.lead {
font-size: 18px;
    grid-column-start: 2;
    grid-row-start: 2;
/*padding-left: 36px;*/
padding-left: clamp(1.25rem, -2.918rem + 6.72vw, 2.25rem);
}

#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: auto;
}
#fanclub-guide ul li .material-symbols-outlined {
font-size: 50px;
}
#fanclub-guide ul li {
width: 88px;
padding: 9px 0 8px;
}
#fanclub-guide ul li .txt {
font-size: 12px;
}
#fanclub-guide div.btn {
margin: 0;
}

}



/*---------------------------------------------
  TOP CONTENTS
---------------------------------------------*/

.top-main-contents .container {
	padding:10px 15px 64px 15px;
max-width: 1230px;
}

.top-main-contents .container h2 {
margin: inherit;
text-align: center;
font-size: 30px;
}

a.btn.btn-main {
position: relative;
font-size: 14px;
width: 61.72%;
max-width: 208px;
height: 48px;
margin:auto;
padding: 12px 0;
box-shadow: 1px 1px 4px rgba(0,0,0,0.25);
border-color: #E36F96;
color: #E36F96!important;
background-color: #fff;
font-weight: bold;
}

a.btn.btn-main::after {
font-family: "Material Symbols Outlined";
content: "\e5cc";
position: absolute;
color: #E36F96;
font-size: 20px;
right: 2px;
top: 50%;
transform: translateY(-50%);
}

@media (hover: hover) {
a.btn.btn-main:hover {
color: #fff!important;
background-color: #E36F96;
}
a.btn.btn-main:hover::after {
color: #fff;
}
}

@media (min-width: 768px) {

.top-main-contents .container h2 {
text-align: left;
font-size: 26px;
}

a.btn.btn-main {
font-size: 16px;
max-width: 288px;
padding: 10px 0;
}
a.btn.btn-main::after {
font-size: 30px;
right: 0px;
}

}



/*-----------------------------
  bnr
-----------------------------*/

#topics {
	overflow:hidden;
	clear:both;
	margin:34px auto 30px;
}

#topics .bnr {
	width:100%;
	position:relative;
}

#topics .bnr a {
display:block;
}

#topics .slick-dotted.slick-slider {
max-width: 1030px;
margin: 0 auto 30px;
}

#topics .slick-slide {
margin: 0px 16px;
padding: 6px 0px;
}

#topics .slick-bar {
display:flex;
justify-content:center;
margin-top:20px;
}

#topics .slick-bar li {
    width: 35px;
    height: 4px;
    background-color: #BBBCBC;
    margin: 0 4px;
    cursor: pointer;
}

#topics .slick-bar li.slick-active{
    background-color: #EF9E3D;
}

#topics .slick-bar li:last-child {
    margin-bottom: 0;
}

#topics .slick-bar li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}


#topics .bnr .post-eyecatch {
	overflow: hidden;
	position: relative;
/*	width:480px;*/
width:320px;
	padding-top: 75%;
	z-index:-1;
}

#topics .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%;
}

#topics .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;
}

#topics .bnr:hover .post-eyecatch::after {
    background-color: rgba(255, 255,255, .4);
}

#topics .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;
	
}

#topics .bnr:hover .post-title {
    display:block;
}



@media screen and (max-width: 991px) {

#topics .bnr .post-eyecatch {
	width:240px;
}

}


/*-----------------------------
  NEWS
-----------------------------*/

#news h2 {
position: relative;
margin-bottom: 10px;
font-size: 30px;
}

#news h2:before {
	content: "";
	width: 171px;
	height: 44px;
	position: absolute;
	display: block;
	background: URL(../images/top/h2_news.svg) no-repeat;
background-size: contain;
	left: 50%;
transform: translateX(-50%);
	bottom: 12px;
	z-index: -999;
}


#top-main-contents #news .post-item-type_a1 a {
	color:#5F6368;
}

#news .more {
background: #E8E8E8;
background: linear-gradient(90deg,rgba(232, 232, 232, 1) 0%, rgba(244, 244, 244, 1) 100%);
border-radius:0 0 6px 6px;
padding: 24px 0;
margin-top: 12px;
}

@media (min-width: 768px) {
#news h2 {
margin-bottom: 0;
font-size: 40px;
}

#news h2:before {
	width: 100%;
	height: 72px;
	left: -9%;
transform: none;
bottom: 0;
}
}


/*-----------------------------
  SCHEDULE
-----------------------------*/

#schedule {
padding-top: 84px;
}

#schedule h2 {
position: relative;
margin-bottom: 10px;
font-size: 30px;
}

#schedule h2:before {
	content: "";
	width: 300px;
	height: 44px;
	position: absolute;
	display: block;
	background: URL(../images/top/h2_schedule.svg) no-repeat;
background-size: contain;
	left: 50%;
transform: translateX(-50%);
	bottom: 12px;
	z-index: -999;
}

#schedule .more {
background: #E8E8E8;
background: linear-gradient(90deg,rgba(232, 232, 232, 1) 0%, rgba(244, 244, 244, 1) 100%);
border-radius:0 0 6px 6px;
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: 768px) {

#schedule {
padding-top: 80px;
}

#schedule h2 {
margin-bottom: 0;
font-size: 40px;
}

#schedule h2:before {
	width: 100%;
	height: 72px;
	left: -9%;
transform: none;
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 .container {
padding-bottom: 40px;
}

#fccontents h2 {
position: relative;
margin-bottom: 10px;
font-size: 30px;
}

#fccontents h2:before {
	content: "";
	width: 282px;
	height: 72px;
	position: absolute;
	display: block;
	background: URL(../images/top/h2_fccontents_sp.svg) no-repeat;
background-size: contain;
	left: 50%;
transform: translateX(-50%);
	bottom: 16px;
	z-index: -999;
}

#fccontents .fccontents-wrapper {
background-color: rgba(255, 253, 184, 0.5);
background: linear-gradient(97deg, rgba(255, 253, 184, .5) 0%, rgba(255, 206, 143, .5) 100%);
padding: 38px 16px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.contents-inn {
border-radius: 8px;
overflow: hidden;
position: relative;
}

.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: #E36F96;
padding: 7px 8px;
border-top-right-radius: 8px;
}

#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;
}

#fccontents .btn.btn-main {
margin-top: 28px;
background-image: none;
background-color: #F2921B;
color: #FFF!important;
font-weight: bold;
border: none;
height: auto;
transition: scale .3s;
}


#fccontents a.btn.btn-main::after {
color: #FFF!important;
font-weight: 400;
}

@media (hover: hover) {
#fccontents .btn.btn-main:hover {
scale: 1.1;
}
}


@media (min-width: 768px) {
#fccontents .container {
padding-bottom: 72px;
}

#fccontents h2 {
margin-bottom: 0;
font-size: 40px;
}

#fccontents h2:before {
	width: 100%;
	height: 72px;
	left: -7%;
	background: URL(../images/top/h2_fccontents_pc.svg) no-repeat;
transform: none;
bottom: 0;
}

#fccontents .fccontents-wrapper {
padding: 70px 0;
box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.16);
background: linear-gradient(98deg, rgba(255, 253, 184, .5) -5%, rgba(255, 206, 143, .5) 69.3%);
border-radius: 8px;
margin-left: auto;
margin-right: auto;
}
#fccontents .fccontents-wrapper .col-md-4 {
max-width: 340px;
width: 33.333333%;
}
#fccontents .btn.btn-main {
max-width: 412px;
margin-top: 48px;
}
}

/*-----------------------------
 PROFILE
-----------------------------*/
#profile {
position: relative;
padding-top: 50px;
}
#profile::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #F4F6F7;
background: linear-gradient(180deg,rgba(244, 246, 247, 1) 0%, rgba(244, 246, 247, 0) 82%, rgba(244, 246, 247, 0) 100%);
}

#profile .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

#profile .shape svg {
    position: relative;
    display: block;
    width: calc(156% + 1.3px);
    height: 50px;
}

#profile .shape .shape-fill {
    fill: #FFFFFF;
}

#profile .container {
padding-top: 42px;
}

#profile h2 {
position: relative;
margin-bottom: 44px;
font-size: 30px;
position: relative;
z-index: 1;
}

#profile h2:before {
	content: "";
	width: 228px;
	height: 44px;
	position: absolute;
	display: block;
	background: URL(../images/top/h2_profile.svg) no-repeat;
background-size: contain;
	left: 50%;
transform: translateX(-50%);
	bottom: 12px;
	z-index: -999;
}


#profile ul.profile {
display: flex;
flex-wrap: wrap;
margin-bottom: 48px;
}


#profile ul.profile li img {
box-shadow: 0 0px 2px rgba(0,0,0,0.1);
}


#profile ul.profile .col-6.col-md-3 {
padding: 4px;
}

@media (min-width: 768px) {
#profile {
padding-top: 99px;
}

#profile .shape svg {
    height: 99px;
}

#profile .container {
padding-top: 60px;
}
#profile h2:before {
	width: 381px;
	height: 71px;
	bottom: 12px;
}

#profile h2 {
margin-bottom: 72px;
font-size: 40px;
}

#profile ul.profile .col-6.col-md-3 {
  cursor: pointer;
  overflow: hidden;
}

#profile ul.profile li img {
  height: auto;
  transition: transform .6s ease;
}

}

@media (hover: hover) {
#profile ul.profile li a:hover {
  opacity: 0.6;
}
}


/*-----------------------------
  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;
}

}

/*-----------------------------
  notice
-----------------------------*/
.notice {
margin: 40px auto 100px;
max-width: 1000px;
}

.notice img {
border-radius: 8px;
}

@media (min-width: 768px) {
.notice {
margin-top: 126px;
}

}

@media (hover: hover) {
.notice a:hover {
opacity: 0.6;
}
}

/*-----------------------------
  fadein
-----------------------------*/
.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: transform 1s, opacity 1s;
}
.fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.scaleup {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  transition: transform 0.6s, opacity 0.6s;
}
.scaleup.is-show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}