@charset "UTF-8";
/*
Version: 1.1.0
Creation Date: 2023.10.5
Last Updated: 2024.4.15
*/


/* import
------------------------------------------------------------ */
@import "https://w-shiya.com/release/font/fontawesome-free-6.4.2-web/css/all.css";


@font-face {
  font-family: 'Bely Display W00 Regular';
  src: url('https://www.89ers.jp/files/user/_/lp/fanclub2025-26/Bely_Display_W00_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* set
------------------------------------------------------------ */
.smd {
display: none;
}
.pc {
display: block;
}
:hover {
transition: .3s;
}
a:hover img {
opacity: .8;
}


/* common
------------------------------------------------------------ */
/* layout */
#wrapper {
min-width: 100%;
}
article * {
box-sizing: border-box;
font-weight: bold;
}
article {
background: #E9E611;
width: 100%;
position: relative;
}
article section {
width: 1200px;
max-width: 90%;
margin: 0 auto;
padding: 100px 0;
}
article section.pt0 {
margin-top: -100px;
}

/* style */
.flex {
display: flex;
}
.vwmax img {
width: 100vw;
}
small {
font-size: 80%;
}
.en {
font-family: 'Bely Display W00 Regular', 'League Gothic', 'Noto Sans Japanese', sans-serif !important;
letter-spacing: normal;
}
h2.fadeInUp100 {
padding: 8rem 0 0;
}


/* header
------------------------------------------------------------ */
#header_logo a {
font-family: 'Bely Display W00 Regular', 'League Gothic', 'Noto Sans Japanese', sans-serif;
color: #E9E611;
font-size: 3rem;
line-height: 45px;
letter-spacing: .1em;
}
#header_logo a:before {
content: "";
background: url("img/logo.png") no-repeat;
background-size: contain !important;
width: 123px;
height: 45px;
margin: 0 20px 5px 0;
display: inline-block;
vertical-align: middle;
}

#navi ul {
max-width: 360px;
}

#social i {
color: #000;
font-size: 3.5rem;
}
#social i.fa-line,
#social i.fa-tiktok {
font-size: 3rem;
}

/* nav
------------------------------------------------------------ */
nav {
background: rgba(0,0,0,.9);
text-align: center;
position: relative;
}
nav:before {
content: "";
background: url("img/bg_02.jpg") no-repeat fixed;
background-size: cover;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
nav section {
width: 1000px;
max-width: 90%;
margin: 0 auto;
padding: 100px 0;
}
nav div {
max-width: 750px;
margin: 0 auto;
}
nav div.min {
max-width: 500px;
}
nav div + div {
margin-top: 60px;
}
nav div.min + div.min {
margin-top: 40px;
}


/* #faq
------------------------------------------------------------ */
#faq h3 {
font-size: 3rem;
font-weight: 900;
margin-bottom: 20px;
}
#faq dl + h3 {
margin-top: 50px;
}
#faq dl a {
color: #E9E611;
color: #000;
text-decoration: underline !important;
}
#faq dl a:hover {
text-decoration: none !important;
}
#faq dl dt {
background: #E9E611;
background: #000;
color: #E9E611;
font-size: 18px;
margin-bottom: 20px;
padding: 20px 80px;
border-radius: 10px;
position: relative;
cursor: pointer;
}
#faq dl dt:before,
#faq dl dd:after {
content: "Q";
background: #000;
background: #E9E611;
font-family: 'Bely Display W00 Regular', 'League Gothic', 'Noto Sans Japanese', sans-serif;
color: #E9E611;
color: #000;
font-size: 2.5rem;
line-height: 35px;
text-align: center;
width: 40px;
height: 40px;
border-radius: 50%;
position: absolute;
top: 14px;
left: 20px;
}
#faq dl dt.open {
margin-bottom: 0;
border-radius: 10px 10px 0 0;
}
#faq dl dt:after {
content: "";
background: url("img/icon_plus.png") no-repeat;
background-size: 40px auto !important;
width: 40px;
height: 40px;
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
#faq dl dt.open:after {
background: url("img/icon_minus.png") no-repeat;
}
#faq dl dd {
display: none;
background: #FFF;
font-size: 16px;
margin-bottom: 20px;
padding: 20px 80px;
border-radius: 0 0 10px 10px;
position: relative;
}
#faq dl dd:after {
content: "A";
background: #E9E611;
color: #000;
}


/* .line
------------------------------------------------------------ */
.line {
background: #FFF;
text-align: center;
}


/* .ft_share
------------------------------------------------------------ */
.ft_share {
color: #E9E611;
}
.ft_share i {
color: #E9E611;
font-size: 4.5rem;
}
.ft_share i.fa-line,
.ft_share i.fa-tiktok {
font-size: 4rem;
}


/* .page_top
------------------------------------------------------------ */
.page_top a::before {
content: "";
width: 0;
height: 0;
margin: 0 auto;
display: block;
border-right: 20px solid transparent;
border-left: 20px solid transparent;
border-bottom: 30px solid #000;
}


/* 上書き用カスタムスタイル */
#social {
background-color: #E9E611 !important;
}



@media screen and (max-width: 768px) {

/* set
------------------------------------------------------------ */
.pc {
display: none;
}
.smd {
display: block;
}

/* common
------------------------------------------------------------ */
/* layout */
article section {
padding: 30px 0;
}
article section.pt0 {
margin-top: -30px;
}

/* style */
h2.fadeInUp100 {
padding: 1.5rem 0;
}

/* header
------------------------------------------------------------ */
#header_logo a {
font-size: 1.5rem;
line-height: 1;
letter-spacing: .08em;
}
#header_logo a:before {
width: 95px;
height: 35px;
margin-right: 10px;
}
#navi {
height: calc(100vh - 50px);
padding: 20px 0;
}
#navi ul {
max-width: 240px;
}

#social ul li {
padding: 5px 0;
}

/* nav
------------------------------------------------------------ */
nav section {
padding: 30px 0;
}
nav div.min {
max-width: 80%;
}
nav div + div {
margin-top: 30px;
}
nav div.min + div.min {
margin-top: 20px;
}

/* #faq
------------------------------------------------------------ */
#faq h3 {
font-size: 2rem;
}
#faq dl dt {
font-size: 15px;
padding: 10px 40px;
}
#faq dl dt:before,
#faq dl dd:after {
font-size: 1.5rem;
line-height: 15px;
width: 20px;
height: 20px;
top: 10px;
left: 10px;
}
#faq dl dt:after {
background-size: 20px auto !important;
width: 20px;
height: 20px;
right: 10px;
}
#faq dl dd {
font-size: 13px;
padding: 10px 40px;
}

/* .ft_share
------------------------------------------------------------ */
.ft_share li {
margin: 0 3vw;
}

}