@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');


/****************************************

          RESET

*****************************************/
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}


html {
    font-size: clamp(13px, 1.1vw, 2.2vh);
}

body {
    line-height: 1.7;
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
    color: #ffffff;
    background: #131313;
    position: relative;
    height: auto;
    font-weight: 500;
    letter-spacing: 0.07em;
}


* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
}

footer {
    background: #fff;
    padding: 2.5em 0;
    color: #f8b500;
}

.red {
    color: #ffb398;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    cont
}
[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}
.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
}
p.just {
    text-align: justify;
    text-justify: inter-ideograph;        
}
br.brsp {
    display:none;   
}
@media (max-width: 767px) {
br.brsp {
    display:block;   
}
}
img{
    width: 100%;
}


.sml {
    font-size: 0.85em;
}

a {
    color: #fff;
}

.fadeup {
    transition: all .5s ease-out;
    transform: translatex(1rem);
    opacity: 0;
}
 
.loaded .fadeup.started {
    transform: none;
    opacity: 1;
    filter: none;
}

.loaded .fade_list.started > li {
    transform: none;
    opacity: 1;
}
.fade_list > li {
    transform: translateX(1.5em);
    opacity: 0;
    transition: 0.8s ease;
}


.footer .copyright {
    font-weight: 500;
    color: #000;
    text-align: center;
}



/****************************************
	ビジュアル
*****************************************/

.bgBox {
}

.loaded .bg.bg01 {
    opacity: 1;
    transform: none;
}



.visual::before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #131313;
    z-index: 10000;
    transition: 0.5s 0.1s;
}
.loaded .visual::before {
    transform: scaleY(0);
}


.visual {
    height: 100vh;
    height: 100svh;
    margin: 0;
    position: relative;
    min-height: 45vw;
    overflow: hidden;
    background: url(/static/bradio/fansite-pc/feature/15th_anniversary/img/ph_main_kv_15th_w4QLDpFt.jpg);
    background-size: cover;
    background-position: 50% 10%;
}

.visual .visualInner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.scrolled .visual .visualInner {
}

.main_visual {
    width: 45%;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    position: relative;
}


.main_visual img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 60%;
    transform: scale(1.3);
    transition: 0.9s 0.1s;
}

.loaded .main_visual img {
    transform: none;
}

.visual .visual_title {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loaded .visual .visual_title {
}


.logo_main {
    line-height: 0;
    transition: 0.5s 0.5s;
    opacity: 0;
    transform: translateY(-1rem);
    margin: 0 auto;
    width: 50%;
    position: absolute;
    bottom: 10%;
    max-width: 92vh;
    min-width: 38%;
}

.loaded .logo_main {
    transform: none;
    opacity: 1;
}

.parts > div {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    height: 2rem;
    z-index: 0;
    background: url(/static/bradio/fansite-pc/feature/15th_anniversary/img/bg_copy_w4QLDpFt.png);
    background-size: 19rem;
    background-repeat: repeat-x;
    background-position: 0 50%;
    animation: copy 12s linear infinite;
}

.parts > div:last-child {
    top: auto;
    bottom: 1rem;
    animation-direction: reverse;
}

@keyframes copy {
  0%{ background-position: 0 50%;}
  100% { background-position: 19rem 50%; }
}



.scroll {
    display: block;
    width: 1px;
    height: 5rem;
    position: absolute;
    bottom: 2rem;
    right: 3.5%;
    z-index: 10;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease 1.8s;
    opacity: 0;
}

.loaded .scroll {
    opacity: 1;
}

.scroll:after {
    content: "";
    position: absolute;
    height: 0;
    width: 1px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #ffffff;
    -webkit-animation: scroll 2s linear 1.7s infinite;
    animation: scroll 2s linear 1.7s infinite;
}
.scroll::before {
    content: 'SCROLL';
    position: absolute;
    bottom: 0;
    right: 1em;
    font-size: 1.1em;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
}

  @-webkit-keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 1; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto; }
    54% { height: 100%; bottom: 0; top: auto; }
    100% { height: 0; bottom: 0; top: auto;}
  }
  @keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 1; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto;}
    54% { height: 100%; bottom: 0; top: auto;}
    100% { height: 0; bottom: 0; top: auto; }
  }






/****************************************
	メニュー
*****************************************/
#gNav {
    position: fixed;
    right: 0;
    color: #efc100;
    box-sizing: border-box;
    top: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    transform: translateX(100%);
    transition: 0.5s;
    background: #0d0d0d6e;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border-left: 3px solid #efc100;
}

#gNav.open {
    transform: none;
}

#gNav .gnavMenu {
    text-align: center;
}

.gNavInr {
    padding: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
#gNav a {
    display: inline-block;
    text-decoration: none;
    margin: 0px auto 0.2em auto;
    font-size: 2.2em;
    width: auto;
    letter-spacing: 0;
    color: #efc100;
}
.gNav_logo {
    width: 45%;
    margin: 0 auto 40px;
    line-height: 0;
    max-width: 250px;
}

#gNav .gnavMenu > li:first-child {
    font-size: 0.85em;
    letter-spacing: 0;
}

#gNav li:last-child a{
    margin: 0 auto 0;
}

.gNavInr {
    margin: auto;
    display: flex;
}

#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: auto;
}
#gNav .menu li a {
    display: block;
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0.05em;
}
#gNav .menu li a.off {
    opacity: 0.5;
    pointer-events: none;    
}

.gnavMenu > li {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
}

#menuButton {
    display: block;
    width: 2rem;
    height: 3rem;
    position: fixed;
    top: 1.5rem;
    right: 3rem;
    z-index: 9999;
    border: none;
    text-decoration: none;
    opacity: 1;
}

#menuButton::before {
    content: '';
    display: block;
    width: 5rem;
    height: 5rem;
    background: url(/static/bradio/fansite-pc/feature/15th_anniversary/img/hambtn.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#menuButton span:first-child { top: 1rem;} 
#menuButton span:nth-child(2) { top: 50%;} 
#menuButton span:nth-child(3) { bottom: 1rem;} 

#menuButton.active span {
}
#menuButton.active span:first-child {
    transform: rotate(17deg);
    top: 50%;
}
#menuButton.active span:nth-child(2) { opacity: 0;} 
#menuButton.active span:nth-child(3) {
    transform: translateY(0.5px) rotate(-17deg);
    bottom: 50%;
}
#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 40%;
    margin: 40px auto;
}

#menuButton span {
    display: block;
    width: 100%;
    height: 0px;
    border-bottom: 1px solid #efc100;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}




.inBox{
    width: 80%;
    margin: auto;
    position: relative;
    max-width: 80rem;
    z-index: 1;
}

h2 {
    text-align: left;
    font-size: 9.5em;
    position: relative;
    line-height: 0.6;
    z-index: 1;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    padding: 0;
    letter-spacing: -0.02em;
    position: absolute;
    top: 0;
    left: 0;
    color: #efc100
}

h2 p {
    position: relative;
}


.contents_v h2 {
    left: auto;
    right: -0.02em;
    color: #131313;
}

.tit_sub {
    font-size: 4rem;
    padding: 0 3rem;
    position: relative;
}

.tit_sub::before {
    content: '';
    width: 1.75rem;
    height: 0;
    border-bottom: 1px solid;
    display: block;
    position: absolute;
    left: 0;
    top: 54%;
}

.contents_s h2 {
    flex-flow: row-reverse;
}
.contents_s h2 .tit_sub::before {
    left: auto;
    right: 0;
}

.tit_bg {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    position: absolute;
    font-size: 14rem;
    top: -3rem;
    left: -18%;
    opacity: 0;
    transition: 0.8s 0.1s;
    transform: translateX(10%);
}

.contents.started .tit_bg {
    opacity: 0.07;
    transform: none;
}

.contents_v .tit_bg {
    left: auto;
    right: -18%;
}

.msg_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.msg_thumb {
    line-height: 0;
}
.msg_name {
    display: inline-block;
    background: #131313;
    color: #efc100;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0.5em;
    font-size: 1.2em;
    position: absolute;
    top: -0.75em;
    left: 0;
    z-index: 1;
}

.msg_list > li {
    width: 31%;
    position: relative;
    padding: 1.3rem;
    background: #fff;
    display: flex;
    align-items: flex-end;
    background-image: url(/static/bradio/fansite-pc/feature/15th_anniversary/img/ph_msg_shingyoji_w4QLDpFt.jpg);
    background-position: 50%;
    background-size: cover;
    color: #fff;
    aspect-ratio: 5/8;
}
.msg_list > li:nth-of-type(2) {
    background-image: url(/static/bradio/fansite-pc/feature/15th_anniversary/img/ph_msg_oyama_w4QLDpFt.jpg);
}
.msg_list > li:nth-of-type(3) {
    background-image: url(/static/bradio/fansite-pc/feature/15th_anniversary/img/ph_msg_sakai_w4QLDpFt.jpg);
}

.msg_list > li::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #000000b0, transparent);
    top: 0;
    left: 0;
}
.msg_txt {
    font-size: 0.8em;
    position: relative;
    z-index: 1;
    height: 50%;
    overflow-y: scroll;
    scrollbar-width: none;
    text-shadow: 0 0 5px #00000096;
}
.msg_txt::-webkit-scrollbar{
  display: none;
}

.attentionList {
    margin: 0 auto 30px;
}
.attentionList li {
    font-size: 0.85em;
    text-indent: -1em;
    margin: 0 0 0.2em 1em;
    line-height: 1.6;
}
.attentionList li:last-child {
    margin-bottom: 0;
}

.attentionList li.sml {
    font-size: 0.85em;
}

.attentionList.attentionList_mb > li {
    margin-bottom: 0.8em;
}
.attentionList.attentionList_mb > li:last-child {
    margin-bottom: 0;
}

.attentionBox > dt {
    font-weight: 600;
    margin-bottom: 0.5em;
}

.footer_box {
    width: 100%;
    padding: 2rem;
    background: #131313;
    position: relative;
    z-index: 1;
}
.copy {
    text-align: center;
    font-size: 0.7em;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
}




/****************************************
	概要
*****************************************/

.contents {
    position: relative;
    padding: 14em 0 9rem;
    overflow: hidden;
    background: #131313;
}

.detailArea {
    background-position: top;
    background-size: auto;
    overflow: hidden;
}


.detailBox{
}

.detailBox:last-child {
    margin-bottom: 0;
}

.detailBox_inner {
    margin-bottom: 100px;
    position: relative;
}

.detailBox_inner:last-child {
    margin-bottom: 0;
}

.detailBox_inner::before {
    content: '';
    width: 720px;
    height: 100%;
    background: #002e67;
    display: block;
    position: absolute;
    bottom: 50px;
    right: -200px;
    border-radius: 400px 400px 0 0;
    z-index: -1;
    pointer-events: none;
}

.general_box {
    position: relative;
    padding: 6.5em 0;
}

.general_box:last-child {
margin-bottom: 0;
    padding-bottom: 0;
}

.general_box:first-child {
    padding-top: 3.5em;
}

.general_box_tit {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 1.8em;
    letter-spacing: 0.5em;
    text-indent: 0.45em;
}

.general_box_tit::after {
    content: '';
    display: block;
    width: 1.6em;
    height: 2px;
    background: #fff;
    margin: 0.3em auto 0;
}

.general_txt {
    font-size: 1.15em;
    margin-bottom: 1.75em;
    text-align: center;
    line-height: 2;
    font-weight: 600;
}

.general_txt:last-child {
    margin-bottom: 0;
}


.general_txt.large_txt {
    font-size: 2.2em;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.general_txt.large_txt .sml {
    font-size: 0.5em;
}


.detail_txt {
    font-size: 15px;
    margin-top: 30px;
    text-align: center;
}


.detailBox_tit {
    margin-bottom: 15px;
    position: relative;
    width: 70%;
    line-height: 0;
}



.link{
    color: #f8bb00;
    font-size: 12px;
}
.link:hover{
transition: 0.4s;
    opacity: 0.7;
}


.btn a {
    max-width: 27rem;
    padding: 1.5em 3em;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto 1.2em;
    font-size: 1.2em;
    line-height: 1.4;
    height: auto;
    transition: 0.4s;
    text-decoration: none;
    text-align: center;
    background: #ffffff;
    position: relative;
    color: #212121;
}


.btn--fin a {
    max-width: 27rem;
    padding: 1.5em 3em;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto 1.2em;
    font-size: 1.2em;
    line-height: 1.4;
    height: auto;
    transition: 0.4s;
    text-decoration: none;
    text-align: center;
    background: #484848;
    position: relative;
    color: #fff;
    pointer-events: none;
}

.btn a:hover {
}

.btn:last-child a {
    margin-bottom: 0;
}

.btn a::before {
    content: '\f054';
    position: absolute;
    top: 50%;
    right: 1.28em;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 0;
    transition: 0.3s;
    z-index: 1;
}

.btn a:hover::before {
    right: 0.9em;
}

.btn a::after {
    content: '';
    display: block;
    width: 2.8rem;
    height: 100%;
    /*border-left: 1px solid;*/
    position: absolute;
    right: 0;
    top: 0;
    /*background: #c6c6c6;*/
    z-index: 0;
}

.btn.hide a {
    background: #a4a4a4;
    color: #dedede;
    pointer-events: none;
}


.btn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.btn_list > li {
    width: 47%;
    margin: 0 10px 20px;
}

.btn_list > li .btn a {
    max-width: none;
}

.attentionList li a {
    text-decoration: underline;
}



.btn.btn_sub a {
    width: 220px;
    min-width: auto;
    padding: 1em;
    border-radius: 3em;
    font-size: 0.9em;
}

.btn.btn_w a {
    border: 1px solid;
    box-shadow: 4px 4px 0 #fff;
    font-size: 1.2em;
}

.btn a .min {
    font-size: 0.75em;
    margin-left: 0.5em;
}

.btn.btn_bnr {
    margin-bottom: 5em;
}

.btn.btn_bnr a {
    line-height: 1.3;
    font-size: 1.2em;
    padding: 1.1em;
}

.btn.btn_bnr a .min {
    margin-left: 0;
}




.innerWrap {
    width: 76%;
    margin: 0 auto;
    position: relative;
}

.contents_v {
    background: #efc100;
    color: #131313;
}

.accordion {
    border-bottom: 1px solid #212121;
    position: relative;
}
.accordion:last-child {
    margin-bottom: 0;
}

dl.accordion dt {
    cursor: pointer;
    position: relative;
    padding: 2rem 9rem 2rem 10rem;
    font-size: 1.2em;
    background: #efc100;
    color: #131313;
    overflow: hidden;
}

.accordion dt .num {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    padding: 0;
    letter-spacing: -0.02em;
    position: absolute;
    top: 0;
    left: -0.18rem;
    font-size: 7rem;
    line-height: 0.65;
}



.accordion dt .new {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    padding: 0;
    letter-spacing: -0.02em;
    position: absolute;
    top: -0.3rem;
    font-size: 2rem;
    line-height: 0.5;
    left: 8rem;
}
.finish {
  width: 12%;
  position: absolute;
  top: 10px;
  left: -90px;
  transform: rotate(-15deg);
  z-index: 1;
}
.accordion dt .finish {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    padding: 0;
    letter-spacing: -0.02em;
    position: absolute;
    top: 4px;
    font-size: 2rem;
    line-height: 0.5;
    left: 8rem;
}

.accordion dt .date {
}

dl.accordion dd {
    padding: 3.5rem;
    display: none;
    font-size: 0.95em;
    background: #ffffff14;
    position: relative;
}

dl.accordion dd .txt {
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    border-left: 3px solid;
    padding: 0 0 0 10px;
    color: #efc100;
    margin-bottom: 5px;
}
dl.accordion dd .Venue {
  font-size: 20px;
  font-weight: bold;
}
dl.accordion dd .date {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.7;
  margin: 3px 0 25px;
}
dl.accordion dd .date .attention {
  background: #f00;
  padding: 3px 15px;
  font-size: 13px;
  margin-right: 13px;
}
dl.accordion dd .date.jk {
  margin: 3px 0 0;
}

dl.accordion dd .ph_jk {
  display: flex;
}
dl.accordion dd .ph {
  margin: 10px;
}

.accordion dt::before, .accordion dt::after {
    content: "";
    display: block;
    width: 1rem;
    height: 0px;
    border-top: 1px solid ;
    position: absolute;
    top: 50%;
    right: 2.7rem;
    transition: all 0.3s ease-out;
    z-index: 1;
}

.accordion dt::after {
    transform: rotate(90deg);
}

.accordion.on dt::after {
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
}

dl.accordion dt h4::before {
    content: '';
    display: block;
    width: 6.5rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff;
    border-left: 1px solid;
}

.accordion.open dd {
    display: block;
}


.fc_entry.accordion {
    padding: 4rem;
}

.logo_fc {
    line-height: 0;
    width: 57%;
    margin: 0 auto 3rem;
}

.btn.fc_entry a {
    background: #fff;
    box-shadow: none;
    color: #081427;
}

.btn.fc_entry a::after {
    display: none;
}


.cs {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 2rem 0.5rem;
}



.box_ac {
    text-align: left;
    border-bottom: 1px solid #ffffff73;
}

.box_ac li {
    text-indent: -1.4em;
    padding-left: 1.4em;
    list-style: disc;
    margin-bottom: 4px;
    line-height: 1.6;
}

.box_ac li:last-child {
    margin-bottom: 0;
}

.box_ac li a {
    word-wrap: break-word;
    word-break: break-all;
}
.box_ac li a {
    text-decoration: underline;
}

.box_ac li .fa {
    text-indent: 0;
}

.box_ac > dt {
    position: relative;
    cursor: pointer;
    padding: 1.3em 2.5em 1.3em 0;
    line-height: 1.6;
    font-weight: 600;
    font-size: 15px;
}

.box_ac > dt::after {
  content: "";
  display: block;
  width: 13px;
  height: 0;
  border-bottom: solid 1px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_ac > dt::before {
  content: "";
  display: block;
  width: 13px;
  height: 0;
  border-bottom: solid 1px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transition: all 0.3s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.box_ac.on > dt::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
.box_ac > dd {
    display: none;
    position: relative;
    padding: 0rem 0.8rem 2rem;
    font-size: 0.85em;
    letter-spacing: 0.05em;
}

.contact_tit {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    font-weight: bold;
    border-left: 0.2em solid;
    padding-left: 0.7em;
    line-height: 1.3;
}

.contact_wrap {
    background: #ffffff12;
    padding: 3rem;
}

.contact_list > li {
    border-bottom: 1px solid #ffffff40;
    padding: 1em 0;
    font-size: 0.95em;
}
.contact_list > li:first-child {
    padding-top: 0;
}

.contact_list > li .contact_area {
    display: inline-block;
    width: 5rem;
}


.btn.fc_entry.btn_contact a {
    font-size: 1em;
    letter-spacing: 0.01em;
}


.iframe_wrap {
    padding-top: 56.25%;
    height: 0;
    position: relative;
}
.iframe_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bnr {
    width: 75%;
    margin: 0 auto;
    line-height: 0;
}
.bnr a {
    display: block;
    transition: 0.4s;
}
.bnr a:hover {
    opacity: 0.6;
}


/****************************************

	PC

*****************************************/

@media screen and (min-width: 960px) {
.sp{
    display:none!important;  
}

#gNav {
    width: 25rem;
}

#gNav .gnavMenu {
}

#gNav a {
    font-size: 1.5rem;
}

}





/****************************************

	SP

*****************************************/

@media screen and (max-width: 960px) {

html {
    font-size: clamp(10px, 3.5vw, 2.5vh);
}

.pc{
    display:none!important;  
}

.btn a {
    font-size: 1.05rem;
}

.nav_logo {
    width: 35%;
    margin: 0 auto 3rem;
}

#gNav a {
    display: block;
    font-size: 2rem;
    margin-bottom: 0.8em;
    line-height: 1;
}

#menuButton {
    top: 2rem;
    right: 2.5rem;
}


/****************************************
	ビジュアル
*****************************************/


body:not(.page--home) .wovn-languages {
    top: 1rem;
}


.main_visual {
    width: 100%;
    height: 160vw;
}

.visual {
    background-image: url(/static/bradio/fansite-pc/feature/15th_anniversary/img/ph_main_kv_sp_15th_w4QLDpFt.jpg);
    background-position: 50% 100%;
    height: 100vw;
}

.visual .visualInner {
}

.logo_main {
    width: 80%;
}

.visual h1 .main_visual {
    width: 100%;
}


.scroll {
    display: block;
    position: absolute;
    bottom: 0%;
    left: 8%;
    height: 15%;
}

.scroll::before {
    width: 62px;
    text-align: center;
    content: 'Scroll';
    bottom: 9px;
    left: 0;
}

.scroll:after {
    width: 1px;
}

h2 {
    font-size: 4em;
}

.tit_sub {
    font-size: 1.3rem;
    padding: 0 2rem;
}
.tit_sub::before {
    width: 1.2rem;
}


.tit_bg {
    font-size: 8rem;
    left: -10%;
}
.contents_v .tit_bg {
    left: auto;
    right: -10%;
}


.inBox {
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.contents {
    padding: 7rem 0 7rem;
}

.attentionList li {
    font-size: 11px;
}

.general_box_tit {
    margin-bottom: 1.3em;
}

.general_box {
    position: relative;
    padding: 3.5em 0;
}

.msg_list > li {
    width: 100%;
    margin-bottom: 3rem;
    aspect-ratio: 5 / 7;
}
.msg_list > li:last-child {
    margin-bottom: 0;
}

.msg_name {
    font-size: 1.3em;
}

.msg_txt {
    font-size: 1em;
}

.accordion {
}
.accordion::before {
    bottom: -5px;
    right: -5px;
}

dl.accordion dt {
    padding: 1.3rem 4.2rem 1.3rem 6rem;
    font-size: 1.02em;
}
dl.accordion dt h4::before {
    width: 3rem;
}

dl.accordion dd {
    padding: 2rem 1.5rem 2rem 1.5rem;
}
dl.accordion dd .Venue {
    font-size: 15px;
}
dl.accordion dd .date {
    font-size: 15px;
}
dl.accordion dd .ph_jk {
    display: block;
}
.accordion dt::before, .accordion dt::after {
    right: 0.96em;
}

dl.accordion dt .type {
    font-size: 0.9em;
    padding: 5px 10px 4px;
}

.logo_fc {
    width: 70%;
    margin: 0 auto 2rem;
}

.link:hover{
opacity: 1;
}
.finish {
    width: 20%;
    top: -24px;
    left: -15px;
}
.accordion dt .num {
    font-size: 5rem;
    letter-spacing: -0.05em;
}
.accordion dt .new {
    font-size: 1.5rem;
    line-height: 0.65;
    left: 5.8rem;
}
.accordion dt .finish {
    font-size: 1.5rem;
    line-height: 0.65;
    left: 5.8rem;
}

.cs {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
}

.copy {
    text-align: center;
    font-size: 1em;
    writing-mode: initial;
    display: block;
    width: 100%;
    font-size: 0.7rem;
}


.btn.btn_sub a {
    font-size: 1em;
    padding: 1.2em;
    width: 17em;
}

.btn.btn_w a {
    box-shadow: 3px 3px 0 #fff;
    font-size: 1.3em;
}

.btn a::before {
    font-size: 0.85em;
}

.footer_box {
    padding: 0rem 0 3rem 0;
    text-align: center;
}



.btn.btn_bnr {
    margin-bottom: 3em;
}

.footer_logo {
    width: 200px;
    height: 33px;
}

body:not(.page--home) .footer .copyright {
    text-align: center;
    padding-top: 0;
}


.innerWrap {
    width: 90%;
}


.box_ac > dt {
    font-size: 0.95rem;
    padding: 11px 30px 11px 0px;
}

.box_ac > dt::before, .box_ac > dt::after {
    right: 2px;
}

.box_ac > dd {
    padding: 0rem 0rem 1rem;
    font-size: 0.88em;
    letter-spacing: 0.01em;
}

.contact_wrap {
    padding: 1.5rem;
}

.contact_tit {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.contact_list > li .contact_area {
    width: 100%;
    opacity: 0.8;
    margin-bottom: 0.1em;
}

.contact_list > li {
    line-height: 1.6;
}

.bnr {
    width: 100%;
}

}



@media screen and (max-width: 960px) and (min-width: 500px) {

html {
    font-size: clamp(10px, 2.5vw, 2.5vh);
}

}


