@charset "UTF-8";



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..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: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.7;
    background: #1b1b1d;
    position: relative;
    height: auto;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.07em;
    font-weight: 500;
    font-style: normal;
    font-family: "tot-shizukago-stdn", "Noto Sans JP", sans-serif;
}

* {
    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;
    pointer-events: none;
}


a {
    color: #000000;
}

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: 769px) {
br.brsp {
    display:block;   
}
}
img{
    width: 100%;
}

.sml {
    font-size: 0.85em;
}


.fadeup {
    transition: all .5s ease-out;
    transform: translatey(30px);
    opacity: 0;
   }
 
.loaded .fadeup.started {
      transform: none;
      opacity: 1;
   }

.loaded .fade_list.started > li {
    transform: none;
    opacity: 1;
}
.fade_list > li {
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease;
}


.header {
    display: none;
}

.wrap {
    padding: 0;
    background: none;
    overflow: clip;
}

footer {
    padding: 0 5%;
    position: relative;
    text-align: center;
    background: #231009;
}

.copyright {
    color: #fff;
}

.drawer__btn {
    display: none;
}


/*===================================================
  NAVIGATION
====================================================*/
.hamBtn {
    display: block;
    position: fixed;
    right: 5px;
    top: 5px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
}
.hamSwitch {
    padding: 10px;
}
.hamBtn .hamMenu {
    position: relative;
    width: 35px;
    height: 25px;
}
.hamBtn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #FFF;
    transition: all .3s ease;
}
.hamBtn .hamMenu span:nth-of-type(1) {
    top: 2px;
}
.hamBtn .hamMenu span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamBtn .hamMenu span:nth-of-type(3) {
    bottom: 2px;
}
.hamSwitch.open{

}
.hamSwitch.open span {
    background: #FFF;
}
.hamSwitch.open span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}
.hamSwitch.open span:nth-of-type(2) {
    opacity: 0;
}
.hamSwitch.open span:nth-of-type(3) {
    transform: translateY(50%) rotate(45deg);
    bottom: 50%;
}
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #DDD;
    z-index: 10;
}
.navigation.active {
    transition: opacity 0.5s ease;
    pointer-events:auto;
    opacity:1;
}
.navigation .headerNav {
    display: block;
    padding: 60px;
}
.navigation .headerNav li {
    padding: 0;
    position: relative;
    margin: 0 0 40px;
    font-family: "Jost", sans-serif;
    font-style: italic;
    font-weight: 700;
}
.navigation .headerNav li:after {
    content: none;
}
.navigation .headerNav li a{
    font-size: 250%;
    color: #FFF;
}
.navigation .headerNav li a.blankBtn{
    opacity: 0.3;
    pointer-events: none;
}
.navigation .navTit{
    color: #FFF;
    position: absolute;
    right: 60px;
    bottom: 60px;
    text-align: right;
    font-family: "Roboto", sans-serif;
}
.navigation .snsList {
    display: flex;
    justify-content: flex-end;
    padding: 0 40px 40px;
}
.navigation .snsList li{
    margin: 0 0 0 20px;
}
.navigation .snsList li a {
    display: block;
    width: 18px;
    color: #FFF;
    filter: brightness(5);
}


/* NAVIGATION:PC-min-770 */
@media screen and (min-width: 770px){
.hamBtn {
    display: none;
}
.navigation {
    position: absolute;
    pointer-events: auto;
    top: 0;
    opacity: 1;
    left: auto;
    right:0;
    width: auto;
    height: auto;
    background: transparent;
    transition: 0.5s ease;
}
.navigation .navTit {
    display: none;
}
.navigation .headerNav {
    /* display: flex; */
    padding: 40px 40px 20px 0;
    text-align: right;
}
.navigation .headerNav li {
    margin: 0 0 15px;
    line-height: 1em;
}
.navigation .headerNav li a {
    font-size: 135%;
}

}

/* NAVIGATION:SP-max-769 */
@media screen and (max-width: 769px){
.navigationBlock{
    position: fixed;
    z-index: 9999;
}
.navigation {
    pointer-events: none;
    opacity: 0;
    display: flex;
    align-items: center;
    background: #9b3400;
}
.navigation .headerNav {
    padding: 0 40px;
    margin-bottom: 40px;
}
.navigation .navTit {
    right: 40px;
    bottom: 40px;
    max-width: 120px;
}
.navigation .headerNav li{
    margin: 0 0 20px;
}
.navigation .headerNav li a{
    font-size: 150%;
}
.navigation .snsList {
    justify-content: flex-start;
    padding: 0 40px;
}
.navigation .snsList li {
    margin: 0 20px 0 0;
}
}

/****************************************
	ビジュアル
*****************************************/


body::before {
    background: #1b1b1d;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    content: '';
    display: block;
    transition: 0.8s 0.2s;
    opacity: 1;
    pointer-events: none;
}

body.loaded::before {
    opacity: 0;
}


.bgBox {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: url(/static/aska/fanclub/feature/live_docking/img/ph_kv_c3Yau76V.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    z-index: 0;
}



.visual {
    margin-bottom: 240px;
}
.visual .heroView {
    position: relative;
    min-height: 100svh;
    padding: 40px;
}

.fvInner {
    position: relative;
    width: 100%;
    height: 100%;
}

.visual .logo_tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    max-width: 950px;
    line-height: 0;
    mix-blend-mode: hard-light;
    clip-path: inset(0 100% 0 0);
    transition: 0.5s ease 0.6s;
}

.loaded .visual .logo_tit {
    clip-path: inset(0 0 0 0);
}

.visual .logo_release {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    max-width: 800px;
    line-height: 0;
    mix-blend-mode: hard-light;
    clip-path: inset(0 100% 0 0);
    transition: 0.5s ease 0.6s;
    background: #c2520c;
}

.loaded .visual .logo_release {
    clip-path: inset(0 0 0 0);
}

.visual .logo_lead {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: min(0.85vw, 2.4vh);
    font-weight: 800;
    text-shadow: 0 0 0.3em #0000007d;
    line-height: 2;
    clip-path: inset(0 100% 0 0);
    transition: 0.55s ease 0.9s;
}

.visual .logo_lead span {
    background: #1e1e20;
    padding: 5px 0;
}

.loaded .visual .logo_lead {
    clip-path: inset(0 0 0 0);
}


.official_link {
    position: fixed;
    z-index: 3;
    top: 50%;
    left: 2.5%;
    transform: translateY(-50%);
}

.official_link > li:nth-of-type(1) {
writing-mode: vertical-rl;
    line-height: 1;
    font-size: 0.9em;
    margin: 0 auto 1em;
}

.official_link > li.menu_icon a {
    background: #fff;
    display: flex;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    color: #f2a4bc;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    margin-bottom: 0.65em;
    transition: 0.3s;
}

.official_link {
    opacity: 0;
    transition: 0.6s 1.6s;
    top: 53%;
}

.loaded .official_link {
    opacity: 1;
    top: 50%;
}


.inBox{
    width: 82%;
    margin: auto;
    position: relative;
    max-width: 1500px;
}

h2 {
    font-size: min(533%, 7vw);
    color: #ffffff;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 80px;
    font-family: "Jost", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
}

.title_sub {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    padding: 0 0.5em;
}

.attentionList li{
font-size: 0.85em;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.attentionList li:last-child {
    margin-bottom: 0;
}

.attentionList li.sml {
    font-size: 0.85em;
}

.attentionBox > dt {
    font-weight: 600;
    margin-bottom: 0.5em;
}

.copy{
    color: #090607;
    font-size: 0.7em;
}

.support-link {
    display: block;
    margin: 0 auto 2.5em;
    border: 1px solid;.aboutBox h2
    
    width: 300px;
    text-align: center;
    padding: 1.6em;
}
.support-link:hover {
    background: #f8b500;
    color: #fff;
    border-color: #f8b500;
}



/****************************************
	概要
*****************************************/
#container {
}

.contents {
    position: relative;
    padding: 7.5em 0;
}

.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;
    margin-bottom: 3em;
}

.general_box:last-child {
margin-bottom: 0;
}

.general_box_tit {
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 0.15em;
    padding-top: 1em;
    margin-bottom: 2em;
    text-align: center;
}


.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: 460px;
    color: #fff;
    padding: 1.5em 0.75em;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto 15px;
    background: linear-gradient(90deg, #f06c2a, #c54b0f);
    font-size: 1.15em;
    line-height: 1.5;
    height: auto;
    transition: 0.4s;
    text-decoration: none;
    text-align: center;
    border-radius: 3em;
    position: relative;
}
.btn.other a {
    background: #38728e;
}
.btn a .fa {
    position: absolute;
    right: 1.2em;
    font-size: 1.1em;
    top: 50%;
    transform: translateY(-50%);
}

.btn.hide a {
    background: #a4a4a4;
    color: #dedede;
    pointer-events: none;
}


.btn_list {
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
}

.btn_list .btn {
    width: 49%;
}

.btn_list .btn a {
    font-size: 14px;
    height: 80px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.attentionList li a {
    text-decoration: underline;
}


.aboutBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.aboutBox h2 {
    width: 40%;
    text-align: left;
    position: sticky;
    top: 7.5rem;
    height: 100%;
}

.aboutBox .lead {
    width: 60%;
}

.lead_txt {
    font-size: 0.92em;
    line-height: 2;
    margin-bottom: 1.8em;
}
.lead_txt:last-child {
    margin-bottom: 0;
}

.writer {
    text-align: right;
}


.releaseBox > .detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.releaseBox .jkBox {
    width: 50%;
    position: sticky;
    top: 0;
    height: 100vh;
    max-width: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.releaseBox .jkBox::before {
    content: "";
    display: block;
    width: 50vw;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: -1;
    transition: 0.5s 0.3s;
    background: #385162;
}
.loaded .releaseBox.started .jkBox::before {

}


.releaseBox .txtBox {
    width: 80%;
    margin: 0 auto;
}

.releaseBox .jk_info {
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease 0s;
}

.releaseBox .jkBox .jk {
    box-shadow: 0 0.3em 2em #0925365c;
    line-height: 0;
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease 0s;
    overflow: hidden;
    aspect-ratio: 761 / 880;
    max-width: 100%;
    max-height: 70vh;
}

.loaded .releaseBox.started .jk_info {
    transform: none;
    opacity: 1;
}
.loaded .releaseBox.started .jkBox .jk {
    transform: none;
    opacity: 1;
}



.releaseBox .tit {
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.3em;
    font-family: inherit;
    color: #ffffff;
    padding: 5px 15px;
    line-height: 1.3;
    background: #335869;
}

.releaseBox .set {
    display: inline-block;
    border: 1px solid;
    padding: 0.1em 1em;
    font-size: 0.45em;
    letter-spacing: 0.05em;
    vertical-align: 3px;
    margin-left: 0.2em;
    letter-spacing: 0.15em;
    border-radius: 2em;
}

.releaseBox .price {
    font-size: 1.15em;
}

.releaseBox .price .sml {
    font-size: 0.7em;
}


.releaseBox .listItems > li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff40;
    padding: 3rem 0;
    flex-wrap: wrap;
}

.releaseBox .listItems > li:last-child {
    margin-bottom: 0;
}

.releaseBox .listItems > li a {
    color: #ffffff;
}

.releaseBox .listItems:last-child {
    margin-bottom: 0;
}

.releaseBox .detail_list > li {
    background: #fff;
    padding: 0.4em 1.5em 0.4em 3.2em;
    margin-bottom: 0.5em;
    box-shadow: 0 0.1em 0.3em #101b211a;
    font-size: 0.9em;
    position: relative;
    line-height: 1.6;
    text-indent: -2em;
    color: #dc809c;
    border-radius: 2em;
}

.releaseBox .detail_list > li .num {
    letter-spacing: 0.01em;
    width: 1.9em;
    display: inline-block;
    text-indent: 0;
    color: #94cdf5;
}

.releaseBox .listItems {
    margin-bottom: 2.5em;
}

.releaseBox .item_tit {
    font-weight: bold;
    width: 30%;
    font-size: 0.82em;
    padding-right: 1.2em;
    color: #f06c2a;
}

.releaseBox .item {
    width: 70%;
    font-size: 0.9em;
}

.releaseBox .listItems.type li{
    display: block;
}
.releaseBox .listItems.type .item_tit {
    width: 100%;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 0 8px;
    border-left: 5px solid;
    padding: 0 0 0 10px;
}
.releaseBox .listItems.type .item_tit span{
    font-size: 75%;
    color: #b9e8e9;
}
.releaseBox .listItems.type li.caution{
    border: none;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.releaseBox .listItems.type li.caution .cautionTxt{
    position: relative;
    padding: 0 0 0 20px;
    font-size: 12px;
}
.releaseBox .listItems.type li.caution .cautionTxt span{
    position: absolute;
    left: 0;
}

.releaseBox {
    position: relative;
    margin-bottom: 10em;
}


.releaseBox:last-child {
    margin-bottom: 0;
}

.item_desc {
    font-size: 14px;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 15px;
    width: 100%;
}


section#track {
    position: sticky;
    top: 0;
    height: 160vh;
    padding: 0;
    background: #9b3400;
}

section#track .inBox {
    height: 100svh;
    padding: 7rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#track .inBox .trackBox {
    width: 100%;
}

.track_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

.track_list {
width: 100%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
    column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
    column-gap: 10px;
}
.track_list > li {
    margin-bottom: 1em;
    font-size: min(14px, 2vh);
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.track_list > li .ico_track {
    display: inline-block;
    font-size: 12px;
    background: #ffffff29;
    border-radius: 3em;
    line-height: 1;
    padding: 3px 8px;
    vertical-align: 1px;
}

.track_list > li .num {
    color: #f6ffb6;
    display: inline-block;
    width: 2em;
    font-size: 0.9em;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    text-indent: 0;
}


.trackbar {
    width: 0%;
    position: absolute;
    height: 5px;
    background: #f6ffb6;
    top: 0;
    left: 0;
}


section#band {
    background: url(/static/aska/fanclub/feature/live_docking/img/bg_band_c3Yau76V.jpg);
    background-size: cover;
}



.member_list {
    width: fit-content;
    margin: 0 auto;
}

.member_list > li {
    text-align: left;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member_list .member_name {
    font-size: 120%;
    font-weight: 600;
    width: calc(100% - 20rem);
}

.member_list .part {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    color: #f6ffb6;
    width: 20rem;
    text-align: right;
    padding-right: 2rem;
}


.shopBox {
    position: relative;
}


.loaded .shopBox.started::before {
    transform: scaleX(1);
}

.shop_list {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3em;
    gap: 3%;
}

.shop_list > li {
    width: 33.5%;
    color: #fff;
    font-size: 15px;
    background: #ffffff17;
    box-shadow: 0 0 9px #00000033;
    border-radius: 20px;
    overflow: hidden;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.shop_list > li .item_tit {
    border-bottom: 1px solid;
    margin-bottom: 12px;
    padding-bottom: 10px;
}

.shop_list > li .item {
    font-size: 13px;
    line-height: 1.6;
}

.shop_list > li .item_img {
    line-height: 0;
}

.item_wrap {
    padding: 25px;
}

#special .special_inner {
    padding-top: 7em;
    max-width: 800px;
    margin: 0 auto;
}




.cs {
    padding: 7em 0;
    text-align: right;
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 0.1em;
}

.btn {
    width: 100%;
}
.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;
}


.topBtn a {
    display: inline-block;
}

.topBtn_txt {
    font-weight: 600;
    margin-bottom: 0.8em;
}

#gallery h2 {
    top: -0.7em;
}
.gallery_tit {
    margin-bottom: 1em;
    border-left: 5px solid;
    padding-left: 10px;
    font-weight: bold;
}
.gallery_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 3em;
}
.gallery_list:last-child {
    margin-bottom: 0;
}
.gallery_list li {
    width: 25%;
    line-height: 0;
}

.gallery_list li a {
    transition: 0.3s;
    aspect-ratio: 16/9;
    display: block;
    overflow: hidden;
}

.gallery_list li a:hover {
    opacity: 0.8;
}

.pswp img {
    object-fit: contain;
}

.innerVideo {
    width: 85%;
    margin: 0 auto;
}

.innerVideo iframe {
    box-shadow: 0 0.3em 2em #0925365c;
}

.iframe_wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    margin: 0px auto 5rem;
    text-align: center;
}

.iframe_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}


section#footer_fc {
    background: #231009;
    padding: 0 0 4rem;
}

.fellows_logo {
    z-index: 1;
    width: 16rem;
    position: relative;
    margin: 0 auto 0px;
}

.fellows_logo a {
    display: block;
}

/****************************************

	PC

*****************************************/

@media screen and (min-width: 770px) {
.sp{
    display:none!important;  
}

body:not(.page--home) .wovn-languages {
    top: 75px;
    right: 5%;
}

#menuButton {
    display: none;
}

#gNav {
    transform: translateY(-30px);
    width: auto;
    height: auto !important;
    box-shadow: none;
    transition-delay: 1.6s;
    top: 4vh;
    position: absolute;
    right: 5%;
    opacity: 0;
    display: none;
}

.loaded #gNav {
    transform: none;
    opacity: 1;
}

#gNav .gnavMenu {
    text-align: right;
}


#gNav .gnavMenu a {
    font-size: 1.1em;
    margin: 0 0 0.5em;
}

.btn a:hover {
    filter: brightness(1.1);
}

.official_link > li.menu_icon a:hover {
    filter: drop-shadow(0px 12px 10px #00000015);
    transform: scale(1.08);
}

}



/****************************************

	SP

*****************************************/

@media screen and (max-width: 769px) {

html {
    font-size: 8px;
}

.pc{
    display:none!important;  
}

.btn a {
    max-width: 350px;
    font-size: 1.1em;
    padding: 1.5em;
    line-height: 1.6;
}
.loading_inner {
    background: linear-gradient(180deg, #00ca5b 0%, #38a8db 50%, #124493 100%);
}

.loading_img {
    width: 20%;
}

.official_link {
    position: absolute;
    top: 2em;
    transform: none;
}

.loaded .official_link {
    opacity: 1;
    top: 1em;
}

#gNav .gnavMenu {
    margin-bottom: 2em;
}

#gNav .menu_tit {
    width: 55%;
    margin: 0 auto 2.5em;
    line-height: 0;
}

#gNav .sns.share {
    margin: 0 auto;
    font-size: 1.35em;
    color: #ffffff;
}
#gNav .sns.share a {
    color: #ffffff;
}

.gNavInr {
        background: #9e5600ab;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
}
#gNav .gnavMenu a {
    margin-bottom: 15px;
}


/****************************************
	ビジュアル
*****************************************/

.bgBox {
    height: 82vw;
    background-image: url(/static/aska/fanclub/feature/live_docking/img/ph_kv_sp_c3Yau76V.jpg);
}

body:not(.page--home) .wovn-languages {
    top: 20px;
}
.visual {
    height: auto;
    margin-bottom: 10px;
}
.visual .heroView {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 7vh 20px;
}


.visual .jk {
    position: relative;
    width: 100%;
    border-radius: 0;
    max-height: none;
    min-height: auto;
    height: auto;
    margin: 0;
    max-width: unset;
    aspect-ratio: unset;
    object-fit: unset;
    left: auto;
    top: auto;
    transform: none;
}

.loaded .visual .jk {
    transform: none;
    opacity: 1;
}
.visual .logo_tit {
    width: 100%;
    line-height: 0;
    left: 0;
    top: 0;
    position: relative;
    margin-bottom: 5px;
    mix-blend-mode: normal;
}
.visual .logo_release {
    position: relative;
    width: 80%;
    margin-bottom: 15px;
    mix-blend-mode: color-dodge;
    background: #8c441c;
    mix-blend-mode: normal;
}

.visual .logo_lead {
    position: relative;
    width: 100%;
    font-size: min(2.85vw, 2.4vh);
}

.fvInner {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}

.menu_top {
    display: none;
}

.visual .jk > img {
}

.visual .visual_title p:nth-child(1) {
    width: 70%;
    margin-bottom: 30px;
}

.visual .visual_title {
        width: 100%;
        padding: 0 7%;
}

.visual::before {
        top: 0;
        height: 100vh;
}

.visual .visual_title .mv_period {
    padding: 1.4em 0;
    font-size: 3.1vw;
    margin: 0rem 0 3rem;
    width: 80%;
}


.visual .logo {
position: relative;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 55vh;
    margin: 0 auto;
}
.visual h1 {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.visual h1 .main_visual {
    width: 100%;
}

.menu_sns {
    color: #fff;
}

.sns.share {
    font-size: 17px;
    color: #fff;
}

.sns.share > li a {
        font-size: 17px;
        color: #ffffff;
}

.scroll {
        display: block;
        position: absolute;
        bottom: 0%;
        right: 0;
        height: 10vh;
    }

.scroll::before {
        width: 1.5em;
        text-align: center;
        content: 'Scroll';
        bottom: 0;
        left: auto;
        font-size: 0.9em;
        right: 6px;
}

.scroll:after {
    width: 1px;
}

h2 {
    font-size: 300%;
    margin-bottom: 30px;
}

.title_sub {
    font-size: 12px;
}


.inBox {
    margin: auto;
    position: relative;
    width: 88%;
}

.iframe_wrap iframe {
    border-radius: 0.3em;
}

.contents {
    padding: 70px 0;
}

.attentionList li {
    font-size: 11px;
}

.general_box_tit {
    margin-bottom: 1.3em;
    line-height: 1.5;
}

.general_box {
    position: relative;
    margin-bottom: 2em;
}

.general_box.judging::before {
    width: 85%;
}

.aboutBox .lead {
    width: 100%;
}

.releaseBox .jkBox {
    height: auto;
    width: 100%;
    margin-bottom: 0em;
    position: relative;
    top: 0;
    padding: 0;
}
.releaseBox .jkBox::before {
    width: 120%;
    height: 50%;
    right: auto;
    left: -10%;
    bottom: -30px;
}
.releaseBox .jkBox .jk {
    border-width: 1px;
    box-shadow: 0 0.3em 1.2em #0925365c;;
    width: 100%;
    margin: 0 auto 0 0;
}
.releaseBox .txtBox {
    width: 100%;
}
.releaseBox .releaseBox_logo {
    width: 50%;
    top: 50%;
}
.releaseBox .detail_list > li {
    line-height: 1.5;
}

.releaseBox {
    margin-bottom: 3em;
}

.releaseBox .item_tit {
    width: 34%;
}

.releaseBox .item {
    width: 66%;
}

.releaseBox .listItems.type .item_tit {
    font-size: 1.2em;
    line-height: 1.2em;
}

.releaseBox .tit {
    font-size: 1.5em;
}

.item_desc {
    font-size: 12px;
}

.innerVideo {
    width: 100%;
}


section#track {
    height: 130vh;
}

.track_wrap {
    width: 100%;
}
.track_list {
    width: 100%;
    column-count: 2;
}

.track_list > li {
    font-size: 12px;
    padding-left: 2.2em;
    text-indent: -2.2em;
}

.track_list > li .ico_track {
    font-size: 11px;
}

#about h2 {
    position: relative;
    top: auto;
    width: 100%;
}
#product h2 {
    left: 5%;
    right: auto;
    top: auto;
}
#special {
    padding-top: 0;
}

#special .special_inner {
    padding-top: 4em;
}

.member_list > li {
    width: 100%;
    margin-bottom: 30px;
}

.link:hover{
opacity: 1;
}


.cs {
    padding: 4em 0;
}

.copy {
    text-align: center;
    font-size: 10px;
}

footer {
    padding: 0 6% 20px;
}

.shop_list {
    margin-bottom: 2em;
}

.shop_list > li {
    width: 100%;
    margin-bottom: 20px;
}

.shop_list > li:last-child {
    margin-bottom: 0;
}

.item_wrap {
    padding: 25px;
}

.btn_list .btn {
    width: 100%;
}

.btn_list .btn a {
    font-size: 13px;
    margin-bottom: 10px;
}

.member_list {
}
.member_list .member_name {
    width: calc(100% - 15rem);
}
.member_list .part {
    width: 15rem;
}

.shopBox::before {
    height: calc(100% - 37em);
    top: 5em;
    width: 84%;
}

section#special::before {
    width: 8%;
    background: linear-gradient(180deg, #00ca5b 0%, #49b8eb 50%, #0b3983 100%);
}

.gallery_list li {
    width: 50%;
}

.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.btn_bnr {
    margin-bottom: 3em;
}



}




@media screen and (max-width: 770px) and (min-width: 500px) {

html {
    font-size: 12px;
}

}
