/*---------------------------------------------
  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: 35%;
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: #FFFFFF;
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
padding: 20px 84px;
}

#topics .slick-slider {
  margin-bottom: 0!important;
margin: auto;
max-width: 1200px;
  position: relative;
max-height: 200px;
}

#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: "Reggae One", sans-serif;
overflow-wrap: anywhere;
word-break: normal;
line-break: strict;
}
#topics .post-title,
#topics .post-lead {
color: #07223C;
}

#topics .post-lead {
font-size: 16px;
font-weight: 600;
  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 #E74984;
	border-left: 3px solid #E74984;
	transform: rotate(-45deg);
}

.next-arrow {
  position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: -65px;
	margin: auto;
	border-top: 3px solid #E74984;
	border-right: 3px solid #E74984;
	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(53, 29, 65, 0.4);
	margin: 0 4px;
	cursor: pointer;
}

.slick-bar li.slick-active{
	background-color: #E74984;
}

.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: linear-gradient(180deg,rgba(60, 95, 113, 0.3) 0%, rgba(219, 219, 219, 0.3) 50%, rgba(255, 255, 255, 0.3) 100%);
width: 100%;
height: 350px;
}

.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: #351D41;
border: solid 4px #fff;
position: relative;
}

#fanclub-guide .wrapper:before {
}

#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 .fc-logo {
width: 70px;
height: 105px;
position: relative;
z-index: 1;
}
#fanclub-guide .fc-logo:before {
content: "";
position: absolute;
width: 70px;
height: 105px;
background-color: #fff;
top: -4px;
left: -4px;
z-index: -1;
}

#fanclub-guide p {
color: #fff;
}

#fanclub-guide p.ttl {
font-size: 14px;
line-height: 1;
display: flex;
flex-direction: column;
}
#fanclub-guide p.ttl span.name {
/*font-size: 25px;*/
font-size: clamp(1.438rem, -1.167rem + 11.11vw, 1.5rem);
}

#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: #351D41;
-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: #351D41;
height: 36px;
width: 188px;
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 .fc-logo {
grid-row: span 2 / span 2;
width: 75px;
height: 112px;
}
#fanclub-guide .fc-logo:before {
width: 75px;
height: 112px;
}

#fanclub-guide p.ttl {
font-size: 20px;
}
#fanclub-guide p.ttl span.name {
/*font-size: 45px;*/
font-size: clamp(1.5rem, -4.76rem + 10.1vw, 2.813rem);
}
#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;
color: #07223C;
margin-bottom: 8px;
}

.top-main-contents #fccontents .container h2 {
color: #E74984;
}

@media (max-width: 767px) {
.top-main-contents .container h2 {
font-size: 36px;
text-align: center;
margin-bottom: 10px;
}
}

a.btn.btn-main {
position: relative;
font-size: 14px;
width: 66.6%;
max-width: 260px;
height: 44px;
margin: auto;
padding: 10px 0;
box-shadow: 1px 1px 4px rgba(0,0,0,0.25);
background: #351D41;
border: solid 2px #E74984;
color: #fff!important;
font-weight: 700;
transition: opacity .3s;
}

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%);
font-weight: 400;
}

a.btn.btn-main:hover {
background: #351D41;
}

@media (hover: hover) {
a.btn.btn-main:hover {
opacity: 0.7;
}
}


@media (min-width: 768px) {
a.btn.btn-main {
font-size: 16px;
max-width: 270px;
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 {
background: #E8E8E8;
background: linear-gradient(90deg,rgba(232, 232, 232, 1) 0%, rgba(244, 244, 244, 1) 100%);
padding: 24px 0;
margin-top: 12px;
}


/*-----------------------------
  SCHEDULE
-----------------------------*/

#schedule {
padding-top: 38px;
}

#schedule h2 {
position: relative;
}

#schedule .more {
background: #E8E8E8;
background: linear-gradient(90deg,rgba(232, 232, 232, 1) 0%, rgba(244, 244, 244, 1) 100%);
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 .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: #FFCCDF;
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;
aspect-ratio: 16 / 9;
}

.contents-inn a .post-eyecatch img {
transition: filter 0.3s ease;
    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%;
}

.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: #351D41;
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 #E74984;
height: auto;
transition: scale .3s;
max-width: 260px;
margin-top: 40px;
}

#fccontents a.btn.btn-main::after {
color: #E74984!important;
font-weight: 400;
}

@media (hover: hover) {
#fccontents .btn.btn-main:hover {
scale: 1.1;
opacity: 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 20px;
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 {
	position: relative;
	margin: 100px 0 0;
	padding-bottom: 64px;
background: #351D41;
background: url(../images/top/bg_members_bottom_sp.webp), url(../images/top/bg_members_top_sp.webp), linear-gradient(180deg,rgba(53, 29, 65, 1) 0%, rgba(163, 79, 141, 1) 71.43%, rgba(255, 255, 255, 0.95) 100%);
/*background:  linear-gradient(180deg,rgba(53, 29, 65, 0.3) 0%, rgba(163, 79, 141, 0.3) 71.43%, rgba(255, 255, 255, 0.2) 100%);*/

background-repeat: no-repeat;
background-position: bottom center, top center;
background-size: contain;
background-blend-mode: color-dodge;
/*	z-index: 99;*/
}

#members:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	top: 0;
	left: 0;
background-color: rgba(255, 255, 255, 0.5);
z-index: 1;
}

#members .members_bg {
	position: relative;
}
/*
#members .members_bg:before {
	position: absolute;
content: "";
background: url(../images/top/bg_members_bottom_sp.webp), url(../images/top/bg_members_top_sp.webp), linear-gradient(180deg,rgba(53, 29, 65, 1) 0%, rgba(163, 79, 141, 1) 71.43%, rgba(255, 255, 255, 0.95) 100%);
background-repeat: no-repeat;
background-position: bottom center, top center;
background-size: contain;
background-blend-mode: color-dodge;
display: block;
width: 100%;
height: 100%;
opacity:0.5;
}
*/

.top-main-contents #members .container h2 {
	position: relative;
font-size: 30px;
color: #fff;
padding-top: 32px;
z-index: 1;
}

.top-main-contents #members .container h2:before {
content: "MEMBERS";
  font-family: "Reggae One", sans-serif;
	position: absolute;
font-size: 52px;
color: #492651;
text-shadow: 0 0 41px #F891F8;
bottom: 24px;
left: 50%;
transform: translateX(-50%);
z-index: -1;
opacity: 0.48;
}

#members ul.members {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4%;
	margin-bottom: 48px;
	margin-top: 40px;
}

#members ul.members li {
	width: 100%;
	padding: 0 10px 20px;
	margin-bottom: 4rem;
	position: relative;
z-index: 1;
}


#members ul.members li:before,
#members ul.members li:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	max-width: 290px;
aspect-ratio: 29 / 36;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
z-index: -1;
left: 50%;
translate: -50%;
}


#members ul.members li:before {
	transform: rotate(174deg);
	top: -16px;
}
#members ul.members li:after {
	transform: rotate(6deg);
	top: 0;
}

#members ul.members li.munch_kan:before,
#members ul.members li.munch_kan:after {
	background: #000000;
}

#members ul.members li.goldenkunkakun:before,
#members ul.members li.goldenkunkakun:after {
	background: #C99F2D;
}

#members ul.members li.chihuahuajapjr:before,
#members ul.members li.chihuahuajapjr:after {
	background: #B4B4B4;
}

#members ul.members li.persiagoraiko:before,
#members ul.members li.persiagoraiko:after {
	background: #FFFFFF;
}

#members ul.members li.ragamuffin88:before,
#members ul.members li.ragamuffin88:after {
	background: #D85F07;
}

#members ul.members li img {
	display: block;
	max-width: 290px;
	margin: 0 auto;
	height: 100%;
	max-height: 360px;
}

#members ul.members li a {
	font-size: 16px;
	text-align: center;
	position: relative;
	width: 100%;
	display: block;
	max-width: 240px;
	margin: 30px auto 0;
	height: 40px;
	line-height: 2.2;
	border: 1px solid #000;
	border-radius: 20px;
	color: #000;
	background-color: #fff;
transition: opacity .3s;
}
#members ul.members li a:hover {
opacity: 0.8;
}

#members ul.members li a:after {
font-family: "Material Symbols Outlined";
content: "\e5cc";
position: absolute;
font-size: 20px;
right: 2px;
top: 50%;
transform: translateY(-50%);
}



/* ボタン色変更 */
#members ul.members li.munch_kan a {
	border: 1px solid #000000;
}
#members ul.members li.munch_kan a:after {
	color: #000000;
}

#members ul.members li.goldenkunkakun a {
	border: 1px solid #C99F2D;
}
#members ul.members li.goldenkunkakun a:after {
	color: #C99F2D;
}

#members ul.members li.chihuahuajapjr a {
	border: 1px solid #A2ACB1;
}
#members ul.members li.chihuahuajapjr a:after {
	color: #A2ACB1;
}

#members ul.members li.persiagoraiko a {
	border: 1px solid #D5DCE0;
}
#members ul.members li.persiagoraiko a:after {
	color: #D5DCE0;
}


#members ul.members li.ragamuffin88 a {
	border: 1px solid #D85F08;
}
#members ul.members li.ragamuffin88 a:after {
	color: #D85F08;
}

#members  a.btn.btn-main {
max-width: 260px;
width: 66.6%;
}

@media (min-width: 768px) {
#members {
background: url(../images/top/bg_members_bottom_pc.jpg), url(../images/top/bg_members_top_pc.webp), linear-gradient(180deg,rgba(53, 29, 65, 1) 0%, rgba(163, 79, 141, 1) 71.43%, rgba(255, 255, 255, 1) 100%);
background-repeat: no-repeat;
background-position: bottom -1px center, top center;
background-size: contain;
background-blend-mode: color-dodge;
}

#members .members_bg:before {
content: none;
}

.top-main-contents #members .container h2 {
font-size: 46px;
padding-top: 80px;
}

.top-main-contents #members .container h2:before {
font-size: 100px;
bottom: 30px;
}


#members ul.members {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4%;
	margin-bottom: 48px;
	margin-top: 40px;
}

#members ul.members li {
	width: auto;
	padding: 0 10px 20px;
	margin-bottom: 4rem;
	position: relative;
}

#members  a.btn.btn-main {
max-width: 360px;
}


}


/*-----------------------------
  TOP-DISCOGRAPHY
-----------------------------*/

#top-discography {
	margin-bottom: 100px;
	position: relative;
}

#top-discography h2 {
}

#top-discography .inbox {
	width: 100%;
background: #937C9F;
background: linear-gradient(180deg,rgba(147, 124, 159, 1) 0%, rgba(255, 255, 255, 1) 62%, rgba(251, 204, 223, 1) 100%);
	padding: 0 295px 70px;
	position: relative;
	z-index: 10;
}

#top-discography dl {
	padding-top: 90px;
}

#top-discography dd {
	padding-top: 15px;
}

#top-discography dt {
	width: 100%;
	max-width: 500px;
	display: block;
	margin: 0 auto 30px;
	position: relative;
}

#top-discography dt:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	max-width: 500px;
	height: 100%;
	background: #FFFFFF;
	top: 0;
	left: 0;
	transform: rotate(12deg);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

#top-discography dt img {
	width: 100%;
	max-width: 500px;
	height: auto;
	position: relative;
	transform: rotate(5deg);
}

#top-discography dd .release {
	text-align: center;
	width: 100%;
	max-width: 320px;
padding: 5px 12px 0;
	display: block;
	background: #FFFFFF;
	line-height: 1.7;
	margin: 0 auto;
box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}

#top-discography dd .release p {
	font-size: 24px;
opacity: 0.7;
	color: #07223C;
}

#top-discography dd .release span {
	font-size: 16px;
}

#top-discography dd .category {
	text-align: center;
	padding-top: 25px;
	font-size: 16px;
	color: #07223C;
}

#top-discography dd .title {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	color: #07223C;
}

#top-discography dd p {
font-size: 16px;
}

#top-discography .btn.btn-main {
max-width: 332px;
margin-top: 48px;
}

@media screen and (max-width:991px) {

	#top-discography {
		margin-bottom: 100px;
	}

#top-discography h2 {
}

	#top-discography .inbox {
		padding: 0 15px 52px;
	}

	#top-discography dt {
		width: 90%;
	}

	#top-discography dd .title {
		font-size: 30px;
	}

	#top-discography .inbox a.btn.btn-main {
    width: 100%;
    max-width: 260px;
margin-top: 38px;
	}

}

@media (max-width: 645px) {
	#top-discography .inbox {
		padding: 0 15px 52px;
	}

	#top-discography dl {
		padding-top: 50px;
	}

	#top-discography dt {
		width: 80%;
	}
}

/*-----------------------------
  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);
}