@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');


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

          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: #ffffff;
    position: relative;
    height: auto;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.07em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    font-style: normal;
    overflow: hidden;
}

* {
    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.is-active {
      transform: none;
      opacity: 1;
   }

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


.delighter {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.header {
    display: none;
}

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

footer {
    padding: 0 5%;
    position: relative;
    text-align: right;
    display: none;
}

#container footer{
    display: block;
}
.copyright {
    color: #000;
}

.drawer__btn {
    display: none;
}


/*===================================================
  NAVIGATION
====================================================*/
.hamBtn {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
    transition-delay: 3.5s;
}
.hamSwitch {
    background: #000;
    padding: 10px;
}
.hamBtn .hamMenu{
    position: relative;
    width: 25px;
    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;
}
.navigation .headerNav li:after {
    content: none;
}
.navigation .headerNav li a{
    font-size: 100%;
    font-weight: 800;
	font-family: "gloock", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.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 60px 60px;
}
.navigation .snsList li{
    margin: 0 0 0 20px;
}
.navigation .snsList li a{
    display: block;
    width: 15px;
    height: 15px;
}
.navigation .snsList li a img{
	height: 100%;
    width: 100%;
}

/* NAVIGATION:PC-min-770 */
@media screen and (min-width: 770px){
.hamBtn {
    display: none;
}
.navigation {
    position: fixed;
    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 {
    padding: 60px 60px 0;
    text-align: right;
}
.navigation .headerNav li {
        margin: 0 0 15px 0;
        line-height: 1em;
}
.navigation .headerNav li a:hover{
    color: #ec1e16;
}
.navigation .snsList li a:hover{
    opacity: 0.8;
}

}

/* 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: url(/static/aska/fanclub/feature/concert2026_bd/img/ph_mask_z78b5pdg.jpg) center center / cover no-repeat;
}
.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%;
    color: #fff;
}
.navigation .snsList {
    justify-content: flex-start;
    padding: 0 40px;
}
.navigation .snsList li {
    margin: 0 20px 0 0;
}
.navigation .snsList li a{
        color: #fff;
        filter: invert(1);
}
}

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

.bgBox {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
}

.bgBox .bg01 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url(/static/aska/fanclub/feature/concert2026_bd/img/ph_mask_z78b5pdg.jpg) center 85% / 180% no-repeat;

}


.flowTxt {
    line-height: 0;
    color: transparent;
    position: fixed;
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    pointer-events: none;
    opacity: 0.05;
    transition: 1s ease;
}
.flowTxt.flowTop {
    left: 0;
    top: 0;
}
.flowTxt.flowBottom {
    left: 0;
    bottom: 0;
}
.flowTxt .inner {
    animation: slidemove 60s linear infinite;
    width: calc(2000px * 2);
    display: flex;
}
.flowTxt.flowBottom .inner {
    animation: slidemove 60s linear infinite reverse;
}
.flowTxt .inner img {
    width: 2000px;
}
@keyframes slidemove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2000px);
  }
}
.visual {
    margin-bottom: 60px;
}

.visual .heroView {
    position: relative;
}

.visual .fvInner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 96vh;
    min-height: 700px;
}



.visual .logo_area {
    flex: 1 1 auto;
    min-width: 0;
    height: 100vh;
    position: relative;
}
.visual .logo_tit {
    position: absolute;
    width: 80%;
    max-width: 550px;
    aspect-ratio: 11 / 5;
    line-height: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.visual .logo_tit span {
    display: block;
    transform: translateY(30px);
    opacity: 0;
}

.visual .logo_tit span:nth-child(1) {
    transition: 0.45s ease 1.2s;
    margin: 0 auto 2vw;
}
.visual .logo_tit span:nth-child(2) {
    transition: 0.45s ease 1.4s;
    width: 65%;
    margin: 0 auto 2vw;
}

.visual .logo_tit span:nth-child(3) {
    transition: 0.45s ease 1.6s;
}

.visual .logo_tit img {
    display: block;
    width: 100%;
    height: auto;
}
.loaded .logo_tit span{
    transform: translate(0);
    opacity: 1;
}
.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: 90%;
    margin: auto;
    position: relative;
    max-width: 1500px;
}

h2 {
    font-size: 9vw;
    color: #000;
    font-family: "gloock", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 90%;
    line-height: 1;
    background: url(/static/aska/fanclub/feature/concert2026_bd/img/ph_mask_z78b5pdg.jpg) center / cover no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}



.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;
    width: 300px;
    text-align: center;
    padding: 1.6em;
}
.support-link:hover {
    background: #f8b500;
    color: #fff;
    border-color: #f8b500;
}



/****************************************
	概要
*****************************************/

#container {
    position: relative;
    width: calc(100% - 40px);
    height: calc(100vh - 40px);
    margin: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
    background: url(/static/aska/fanclub/feature/concert2026_bd/img/bg_main_pc_z78b5pdg.jpg) center 85% / cover no-repeat;
}

.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: #000;
    padding: 1.5em 0.75em;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto 15px;
    font-size: 1.15em;
    line-height: 1.5;
    height: auto;
    transition: 0.4s;
    text-decoration: none;
    text-align: center;
    position: relative;
    overflow: visible;
	transition: transform 0.4s ease;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.btn a::before,
.btn a::after {
    content: "";
    position: absolute;
    left: -15px;
    width: calc(100% + 30px);
    height: 1px;
    background: #000;
    transition: left 0.4s ease, width 0.4s ease;
}

.btn a::before {
    top: 5px;
}

.btn a::after {
    bottom:5px;
}
.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: 45%;
}

.btn_list .btn a {
    font-size: 14px;
    margin: 0 auto 20px;
}

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

.lead {
    width: 100%;
    position: relative;
    padding: 60px 40px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    margin: 0 auto 50px;
    max-width: 1000px;
}

.lead::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -15px;
    right: -15px;
    height: 1px;
    background: #000;
}

.lead::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: -15px;
    right: -15px;
    height: 1px;
    background: #000;
}
.lead_txt {
    font-size: 1em;
    line-height: 1.9;
    margin-bottom: 1.5em;
}

.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: rgba(0, 0, 0, 0.2);
}
.loaded .releaseBox.started .jkBox::before {

}


.releaseBox .txtBox {
    width: 43%;
    font-weight: 600;
}

.releaseBox .jk_info {
    transform: translateY(1.5em);
}

.releaseBox .jkBox .jk {
    box-shadow: 0 0.3em 2em rgba(0, 0, 0, 0.1);
    line-height: 0;
    aspect-ratio: 761 / 880;
    max-width: 100%;
}


.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 #595959;
    padding: 1em 0;
    flex-wrap: wrap;
}

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

.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: 600;
    width: 30%;
    font-size: 0.9em;
    padding-right: 1.2em;
}
.releaseBox .item_tit::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: url("/static/aska/fanclub/feature/concert2026_bd/img/ph_kira_z78b5pdg.svg")
        center / contain no-repeat;

    vertical-align: middle;
}

.releaseBox .item {
    width: 70%;
}

.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%;
}


.track_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 0 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: 5px;
    padding: 7px 20px;
    border-radius: 0;
    font-size: 14px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    background: linear-gradient(to right, rgba(167, 43, 41, 0.9), rgba(80, 20, 20, 0.9));
    color: #fff;
}
.track_list > li .mini{
    font-size: 80%;
}
.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 {
    display: inline-block;
    width: 2em;
    font-size: 0.9em;
}

.track_wrap.sub{
    margin: 50px 0 0 auto;
}
.track_wrap.sub .subTit{
	font-size: 17px;
    margin: 0 0 10px 0;
    border-left: 5px solid;
    padding: 0 0 0 10px;
}
.track_wrap.sub .subTit .mini{
    font-size: 70%;
    margin: 0 0 0 10px;
}
.track_wrap.sub .track_list > li{
    background: rgba(165, 165, 165, 0.5);
    color: #000;
}
.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: 30.5%;
    font-size: 15px;
    overflow: hidden;
    position: relative;
    padding: 10px;
    box-shadow: 0 0.3em 2em rgba(0, 0, 0, 0.1);
    color: #fff;
    background-color: #000;
}
.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: 75%;
    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 0px;
	text-align: center;
}

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



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

	PC

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

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

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

body::before {
    display: none;
}

#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::before,
.btn a:hover::after {
    left: -30px;
    width: calc(100% + 60px);
}

.official_link > li.menu_icon a:hover {
    filter: drop-shadow(0px 12px 10px #00000015);
    transform: scale(1.08);
}
.visual .jk {
        width: 60vw;
        display: block;
        position: relative;
        box-shadow: 0 0.3em 2em rgba(0, 0, 0, 0.1);
        max-width: 84vh;
}

.visual .jk > img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: contain;
}


}



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

	SP

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

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

html {
    font-size: 8px;
}

.pc{
    display:none!important;  
}

.btn a {
    max-width: 350px;
    font-size: 1.2em;
    padding: 1em;
    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;
}


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

#container {
        position: relative;
        width: calc(100% - 20px);
        height: calc(100vh - 20px);
        margin: 10px;
}
.flowTxt .inner {
    width: calc(800px * 2);
}
.flowTxt .inner img {
    width: 800px;
}
@keyframes slidemove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-800px);
  }
}

.bgBox .bg01 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url(/static/aska/fanclub/feature/concert2026_bd/img/ph_mask_z78b5pdg.jpg) center center / cover no-repeat;
}

body:not(.page--home) .wovn-languages {
    top: 20px;
}
.visual {
    height: auto;
    margin-bottom: 10px;
}
.visual .heroView {
        margin-bottom: 10px;
        height: 100dvh;
}
.visual .fvInner{
        display: block;
        width: 48vh;
        margin: auto;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    min-height: auto;
}

.visual .jk {
        height: auto;
        margin: 0 auto 4vh;
        width: 80%;
}

.loaded .visual .jk {
    transform: none;
    opacity: 1;
}
.visual .logo_area {
    height: auto;
}
.visual .logo_tit {
        position: relative;
        right: auto;
        bottom: auto;
        line-height: 0;
        width: 70%;
        transform: none;
        left: auto;
        top: auto;
        margin: auto;
}
.menu_top {
    display: none;
}

.visual .jk > img {
	box-shadow: 0 0.3em 2em rgba(0, 0, 0, 0.1);
}

.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: 16vw;
    top: 0;
    position: relative;
    line-height: 1em;
    z-index: 1;
}

.title_sub {
    font-size: 12px;
}


.inBox {
    margin: auto;
    position: relative;
    max-width: 90%;
}

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

.contents {
    padding: 40px 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%;
}

.lead {
        width: 100%;
        padding: 60px 25px;
        margin: 0 auto 30px;
}

.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 {
    width: 100%;
    margin: 0 auto 0 0;
}
.releaseBox .txtBox {
    width: 100%;
    font-size: 1.1em;
    padding-top: 40px;
}
.releaseBox .releaseBox_logo {
    width: 50%;
    top: 50%;
}
.releaseBox .detail_list > li {
    line-height: 1.5;
}

.releaseBox {
    margin-bottom: 3em;
}

.releaseBox .item_tit {
    width: 40%;
}

.releaseBox .item {
    width: 60%;
}

.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%;
}

.track_wrap {
    width: 100%;
    padding-top:5px;
}
.track_list {
        width: 100%;
        column-count: 1;
    }

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

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

#about h2 {
    right: auto;
    z-index: 1;
}
#product h2 {
    left: 5%;
    right: auto;
    top: auto;
}
#special {
    padding-top: 0;
}

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


.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;
}



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

#shop .fade_list > li,
#shop .fadeup{
    transform: none;
    opacity: 1;
}




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

}
