@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(14px, 1.1vw, 1.8vh);
}

body {
    line-height: 1.7;
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
    color: #534a48;
    background: #ffffff;
    position: relative;
    height: auto;
    font-weight: 500;
    letter-spacing: 0.07em;
}

body::before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #cbb466;
    z-index: 99999;
    transition: 0.5s 0.2s;
}

body.loaded::before {
    height: 0;
}


* {
    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;
}

.red {
    color: #ff2626;
}

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: translatey(1rem);
    opacity: 0;
    filter: blur(0.8rem);
}
 
.loaded .fadeup.started {
    transform: none;
    opacity: 1;
    filter: none;
}

.loaded .fade_list.started > li {
    transform: none;
    opacity: 1;
}
.fade_list > li {
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease;
}



footer {
    padding: 4.5em 0;
    background: #cbb466;
}

footer .logoLink {
    position: relative;
    width: 100%;
    text-align: center;
}

footer .logoLink a {
    display: inline-block;
    line-height: 0;
    width: 200px;
}

footer .copyright {
    z-index: 999;
    font-size: 11px;
    position: relative;
    text-align: center;
    padding: 1rem 0 0;
    color: #fff;
}


/****************************************
	ビジュアル
*****************************************/

.bg.bg01 {
}

.loaded .bg.bg01 {
    opacity: 1;
    transform: none;
}


.visual {
    height: 100vh;
    height: 100svh;
    margin: 0;
    position: relative;
    min-height: 45vw;
}

.visual .visualInner {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 55px;
}
.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: 45%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 34rem;
}

.loaded .visual .visual_title {
}

.top_lead .lead_txt {
    background: #312927;
    color: #eee9a1;
    font-weight: bold;
    line-height: 2.2;
    padding: 0.2em 0;
    font-size: 1.05rem;
}

.logo_main {
    line-height: 0;
    transition: 0.5s 0.8s;
    padding: 1rem 0 0;
    max-width: 58vh;
    margin: 0 auto 4rem;
    width: 75%;
}

.loaded .logo_main {
}

.top_lead {
    width: fit-content;
    margin: 0 auto;
}

.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: acumin-pro-condensed, 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; }
  }






/****************************************
	メニュー
*****************************************/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: #312927;
    z-index: 100;
    background-image: url(/static/kariyushi58/fanclub/feature/20th_anniv/img/header_line_Vb93NrqQ.png);
    background-size: 320px;
    background-repeat: repeat-x;
    animation: bgAnim1 16s linear infinite;
}

@keyframes bgAnim1 {
0% {background-position: 0 50%;}
100% {background-position: -320px 50%;}
}


#gNav {
    position: fixed;
    right: 0;
    box-sizing: border-box;
    top: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    transform: translateY(-100%);
    transition: 0.5s;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/static/kariyushi58/fanclub/feature/20th_anniv/img/bg_wall.jpg);
    background-size: 500px;
}

#gNav.open {
    transform: none;
}

#gNav .gnavMenu {
    text-align: left;
    column-count: 2;
}

#gNav a {
    display: inline-block;
    text-decoration: none;
    margin: 0px auto 0px auto;
    font-size: 3.2em;
    width: auto;
    letter-spacing: 0.05em;
    font-family: "Permanent Marker", "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #534a48;
    line-height: 1.5;
    transition: 0.3s;
}

#gNav a:hover {
    color: #e95504;
}


.gNav_logo {
    width: 45%;
    margin: 0 auto 40px;
    line-height: 0;
    max-width: 250px;
}


#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 {
    position: relative;
}

#menuButton {
    display: block;
    width: 55px;
    height: 55px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    border: none;
    text-decoration: none;
    opacity: 1;
    background: #cbb466;
    padding: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

#menuButton .btn_inner {
    width: 45px;
    height: 100%;
    position: relative;
}

#menuButton span:first-child {
    top: 10px;
}
#menuButton span:nth-child(2) {
    margin-top: 0px;
    top: 50%;
}
#menuButton span:nth-child(3) {
    bottom: 10px;
}

#menuButton.active span {
}
#menuButton.active span:first-child { 
	-webkit-transform: translateY(8px) rotate(17deg); 
	transform: translateY(8px) rotate(17deg); 
} 
#menuButton.active span:nth-child(2) { opacity: 0;} 
#menuButton.active span:nth-child(3) { 
	-webkit-transform: translateY(-7px) rotate(-17deg); 
	transform: translateY(-7px) rotate(-17deg); 
} 
#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 #312927;
    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: center;
    position: relative;
    line-height: 1;
    z-index: 1;
    padding: 0 0%;
    color: #ffffff;
    margin: 0 auto 5rem;
    color: #f2d07a;
}

h2 .tit_txt {
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    font-family: "Permanent Marker", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 6rem;
}

h2 .tit_sub {
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

h2 .tit_line {
    width: 7rem;
    line-height: 0;
    margin: 0 auto;
}


.release_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.release_wrap .jacket {
    width: 46%;
    box-shadow: 0 1rem 1.5rem #0000003b;
    line-height: 0;
    height: 100%;
}

.release_wrap .release_info {
    width: 48%;
}

.release_wrap .release_tit {
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.release_wrap .release_cat {
    background: #534a48;
    width: fit-content;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 0.1em 1em;
    margin-bottom: 0.5rem;
}

.release_wrap .release_txt {
    margin-bottom: 2.5rem;
    font-size: 1.3rem;
    font-weight: 600;
}


.release_wrap.release_info_cs {
    display: block;
    text-align: center;
}

.release_wrap .release_desc {
    font-weight: bold;
    border-left: 5px solid;
    padding-left: 0.6em;
}

.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;
}
.copy {
    text-align: center;
    font-size: 0.7em;
    font-weight: 500;
}


.no_ind {
    text-indent: 0 !important;
    padding-left: 0 !important;
}


/****************************************
	概要
*****************************************/

.contents {
    position: relative;
    padding: 9.5rem 0;
}

.contents.contents_w {
    background: #f9f7f1;
    z-index: 1;
    background: url(/static/kariyushi58/fanclub/feature/20th_anniv/img/bg_paper.jpg);
    background-size: 100%;
}

.contents.contents_b {
    background-image: url(/static/kariyushi58/fanclub/feature/20th_anniv/img/bg_wall_b.jpg);
    background-size: 500px;
}

.contents_b h2 {
    color: #e95504;
}

.contents.contents_w::before, .contents.contents_w::after {
    content: '';
    display: block;
    background: url(/static/kariyushi58/fanclub/feature/20th_anniv/img/bg_wave_top.png);
    position: absolute;
    width: 100%;
    height: 3rem;
    top: -3rem;
    left: 0;
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 76rem;
}

.contents.contents_w::after {
    top: auto;
    bottom: -3rem;
    background-position: 0 0%;
    background-image: url(/static/kariyushi58/fanclub/feature/20th_anniv/img/bg_wave_bottom.png);
}


.detailArea {
    background-position: top;
    background-size: auto;
    overflow: hidden;
}


.detailBox{
}

.detailBox:last-child {
    margin-bottom: 0;
}


.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_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;
}


.newsListWrap {
    background-image: url(/static/kariyushi58/fanclub/feature/20th_anniv/img/bg_wall.jpg);
    background-size: 500px;
    padding: 4rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.3rem 1.5rem #00000054;
    max-height: 28rem;
    overflow-y: scroll;
    margin-bottom: 6rem;
}

.newsListWrap li a {
    color: #534a48;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    padding: 2rem;
    background: #fff;
    margin-bottom: 0.8rem;
    border-radius: 0.5rem;
    border: 1px solid;
}

.newsListWrap li:last-child a {
    margin-bottom: 0;
}

.newsListWrap li a .date {
    width: 9rem;
    letter-spacing: 0.05em;
    font-family: "Permanent Marker", "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #d8bf69;
    font-size: 1.1rem;
}

.newsListWrap li a .tit {
    width: calc(100% - 9rem);
}

.contents.page--detail {
    min-height: calc(100vh - 13rem);
}

.news_detail {
    padding: 3rem;
    background: #fff;
    box-shadow: 0 1rem 1.5rem #0000003b;
    border-radius: 1rem;
    max-width: 60rem;
    margin: 0 auto;
}

.news_detail .tit {
    border-bottom: 1px solid;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 1rem;
    line-height: 1.5;
}

.news_detail .date {
    letter-spacing: 0.05em;
    font-family: "Permanent Marker", "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #d8bf69;
    text-decoration: none;
    font-size: 1rem;
    margin-bottom: 0.2rem;
    display: block;
}


.intro_tit {
    color: #e95504;
    font-weight: 900;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 3.5rem;
}

.intro_cat {
    text-align: left;
    font-weight: 800;
    font-size: 2rem;
    line-height: 1.8;
    width: fit-content;
    margin: 0 auto;
}

.intro_img {
    width: 75%;
    margin: 0 auto;
    line-height: 0;
}


.bnr_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3%;
    margin-top: -1rem;
}

.bnr_list > li {
    width: 24%;
    margin-top: 1rem;
}

.bnr_list > li a {
    background: #cbb466;
    display: block;
    text-align: center;
    padding: 2rem;
    text-decoration: none;
    border-radius: 0.6rem;
    box-shadow: 0 0.2rem 1rem #00000054;
    letter-spacing: 0.05em;
    font-family: "Permanent Marker", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.bnr_list > li a:hover {
    color: #cbb466;
    background: #ffffff;
}

.bnr_list > li a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/static/kariyushi58/fanclub/feature/20th_anniv/img/bg_paper.jpg);
    background-size: 100%;
    z-index: 0;
    mix-blend-mode: multiply;
}

.bnr_list > li.nav_cs a {
    background: #aaa;
    color: #e0e0e0;
    pointer-events: none;
}


#history {
    padding: 0;
}

#history h2 {
    position: absolute;
    top: 5rem;
    left: 5%;
}

#history h2 .tit_line {
    margin: 0;
}


#history .wrapper{
  overflow: hidden;
    position: relative;
    height: 100vh;
}
#history .container {
    display: flex;
    height: 100%;
}

#history .item {
    height: 100%;
    padding: 15rem 3.5vw 7rem;
    flex: 0 0 auto;
    background-image: url(/static/kariyushi58/fanclub/feature/20th_anniv/img/bg_wall_b.jpg);
    background-size: 500px;
}
#history .item:first-child {
    padding-left: 5vw;
}

#history .scroll-bar {
    position: absolute;
    bottom: 0;
    left: -15%;
    width: 130%;
    z-index: 1;
    height: 14vh;
    background-image: url(/static/kariyushi58/fanclub/feature/20th_anniv/img/bg_wave_history.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom;
}

#history .ship {
    display: block;
    width: 16%;
    line-height: 0;
    position: absolute;
    bottom: 25px;
    max-width: 36vh;
    pointer-events: none;
}

#history .hist_month {
    margin: 0 auto 1rem;
    letter-spacing: 0.05em;
    font-family: "Permanent Marker", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 1.1;
}

#history .hist_month .month {
    font-size: 0.7em;
    margin-left: 0.2em;
}

#history .hist_comment {
    font-weight: bold;
}

#history .hist_ph {
    width: 28rem;
    line-height: 0;
    max-width: 54vh;
}

#history .hist_ph .history_pop {
    display: block;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 1rem 1.5rem #0000003b;
    cursor: pointer;
}

#history .hist_ph .history_pop img {
    transition: 0.3s;
    display: block;
}

#history .hist_ph .history_pop:hover img {
    transform: scale(1.1);
}


.popup_box .hist_month {
    margin: 0 auto 2rem;
    letter-spacing: 0.05em;
    font-family: "Permanent Marker", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 1.1;
}

.popup_box .hist_img {
    line-height: 0;
    border-radius: 2rem;
    overflow: hidden;
    margin-bottom: 2.5rem;
}


.month_list {
    border-top: 1px solid #d0cebf;
}

.month_list > li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem 0;
    position: relative;
    border-bottom: 1px solid #d0cebf;
}

.month_list > li .hist_tit {
    width: 8rem;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.3;
}

.month_list > li  .hist_wrap {
    width: calc(100% - 8rem);
}

.month_list > li .hist_wrap .hist_comment {
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}
.month_list > li .hist_wrap .hist_comment:last-child {
    margin-bottom: 0;
}


.mov {
    aspect-ratio: 16/9;
    position: relative;
}

.mov iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



.comment_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4%;
}

.comment_list > li {
    width: 30.5%;
    box-shadow: 0 1rem 1.5rem #0000003b;
    line-height: 0;
}

.comment_list > li span {
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.comment_list > li img {
    display: block;
    transition: 0.3s;
}
.comment_list > li span:hover img {
    transform: scale(1.1);
}

.goods_img {
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 1rem 1.5rem #0000003b;
    line-height: 0;
}


.attention_sub {
    background: #ffffff12;
    padding: 1.5rem;
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
}

.attention_sub > li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}



.link{
    color: #f8bb00;
    font-size: 12px;
}
.link:hover{
transition: 0.4s;
    opacity: 0.7;
}

.btn a {
    max-width: 28rem;
    padding: 1.5em 3em;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto 1.2em;
    font-size: 1.15em;
    line-height: 1.4;
    height: auto;
    transition: 0.4s;
    text-decoration: none;
    text-align: center;
    background: #cbb466;
    position: relative;
    color: #212121;
    border-radius: 5rem;
    overflow: hidden;
}

.btn a:hover {
    background: #fff;
}

.btn:last-child a {
    margin-bottom: 0;
}

.btn a::before {
    content: '\f054';
    position: absolute;
    top: 50%;
    right: 1rem;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 0;
    transition: 0.3s;
    z-index: 1;
    color: #cbb466;
    width: 2.2rem;
    text-align: center;
    display: block;
    font-size: 0.9rem;
}

.btn a::after {
    content: '';
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    background: #212121;
    z-index: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}

.release_info .btn a {
    margin: 0;
}

.btn.hide a {
    background: #a4a4a4;
    color: #dedede;
    pointer-events: none;
}
.btn.end a {
  background: #a4a4a4;
  color: #dedede;
}

.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;
}


.innerWrap {
    width: 80%;
    margin: 0 auto;
    position: relative;
    max-width: 70rem;
}


.live_tit {
    text-align: center;
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 4rem;
}

.live_tit span {
    background: linear-gradient(transparent 70%, #f2d07a 70%);
}

.schedule table {
    width: 100%;
    border-bottom: 1px solid;
    margin: 0 auto 5rem;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    letter-spacing: 0.02em;
    font-size: 0.98em;
}

.schedule table:last-child {
    margin-bottom: 0;
}

.schedule tr {
    position: relative;
}
.schedule th {
    font-size: 1.1em;
}

.schedule tr:first-child th {
    padding-bottom: 1em;
    padding-top: 0;
    letter-spacing: 0.05em;
    font-family: "Permanent Marker", "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #e95504;
}

.schedule td {
    border-top: 1px solid;
    vertical-align: middle;
    padding: 1.5rem 0;
    position: relative;
    font-weight: 500;
}

.schedule .soldout td.date::before {
    content: 'SOLD \A OUT!!';
    position: absolute;
    left: -44px;
    white-space: pre;
    color: #E6E691;
    font-family: 'Caveat', cursive;
    line-height: 1;
    top: 18px;
    transform: rotate(-9deg);
    font-size: 16px;
}

.schedule .venue,.schedule .eventer{
	vertical-align: middle;
	box-sizing: border-box;
}

.schedule .date {
	width: 15%;
}
.schedule .date .week {
    font-size: 0.6em;
    margin-left: 0.5rem;
    letter-spacing: 0;
}

.schedule .time { width: 15%;}
.schedule .time span { display: block; padding: 7px 0 0 0;}


.schedule .area {
    width: 10%;
    padding: 0 1.3rem;
    text-align: center;
}
.schedule .info {
    padding-left: 1.5rem;
    width: 30%;
}
.schedule td.info {
    font-weight: 600;
    font-size: 0.95em;
}

.schedule td.info .vs {
    color: #ED1A3D;
    font-weight: bold;
}

.schedule .venue {
    width: 30%;
    line-height: 1.5;
    padding: 1rem 1.5rem;
}
.schedule td.venue {
    font-weight: 600;
    font-size: 1.1em;
}

.schedule td.venue .taiban {
    color: #e95504;
    font-weight: bold;
    padding-left: 0.5em;
}

.schedule .venue a {
    transition: 0.3s;
}
.schedule .venue a:hover { opacity: 0.5;}

.schedule .venue a i {
    margin-left: 5px;
    font-size: 12px;
}

.schedule .venue_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.schedule .general {
	width: 10%;
	padding: 5px;
	text-decoration: none;
}
.schedule .general .week { font-size: 12px;  margin-left: 5px; font-family: sans-serif;}

.schedule td.date {
    font-size: 2em;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-family: "Permanent Marker", "Noto Sans JP", sans-serif;
    font-weight: 400;
}

.schedule td.time {
    font-size: 1.1em;
    font-weight: bold;
}

.schedule td.area {
    font-weight: 600;
    font-size: 1em;
}





.cs {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 2rem 0.5rem;
}



.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;
}



.iframe_wrap {
    padding-top: 56.25%;
    height: 0;
    position: relative;
}
.iframe_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bold {
    font-weight: bold;
}


.btn_desc {
    font-size: 0.8em;
    text-align: center;
}


.back {
    text-align: center;
    margin-top: 3rem;
}

.back a {
    letter-spacing: 0.05em;
    font-family: "Permanent Marker", "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #e95504;
    text-decoration: none;
    border-bottom: 2px solid;
    font-size: 1.4rem;
}


.popup_box {
    width: 60rem;
    padding: 4rem;
    border-radius: 2rem;
    overflow-y: scroll;
    background: #fff;
    max-height: 80vh;
}

.popup_box {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.popup_box::-webkit-scrollbar {
    display: none;
}

#cboxContent {
    background: none !important;
}

#cboxLoadedContent {
    overflow: hidden !important;
}

.artist_img {
    width: 50%;
    margin: 0 auto 2rem;
    line-height: 0;
}

.comment_tit {
    background: #e95504;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0.5em 2rem;
    border-radius: 1.2rem 1.2rem 0 0;
    width: fit-content;
}

.comment_txt {
    background: #f1f1f1;
    padding: 1.5rem 2rem;
    border-radius: 0 1.2rem 1.2rem 1.2rem;
}



/****************************************

	PC

*****************************************/

@media screen and (min-width: 960px) {
.sp{
    display:none!important;  
}

}





/****************************************

	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;
}


#gNav {
    background-size: 400px;
}

#gNav a {
    display: block;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0.7em;
    line-height: 1;
}

.gNavInr {
    padding: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

#gNav .gnavMenu {
    column-count: 1;
}

.gnavMenu > li {}


/****************************************
	ビジュアル
*****************************************/


body:not(.page--home) .wovn-languages {
    top: 1rem;
}


.main_visual {
    width: 100%;
    height: 160vw;
}

.visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual .visual_title {
    width: 88%;
}

.logo_main {
    padding: 1rem 10% 0;
    width: 100%;
}

.top_lead .lead_txt {
    font-size: 1rem;
}

.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: 2.8em;
    margin-bottom: 2.5rem;
}

h2 .tit_txt {
    font-size: 3.2rem;
    margin-bottom: 0.7rem;
}

h2 .tit_line {
    width: 4rem;
}

h2 .tit_sub {
    font-size: 1rem;
    margin-bottom: 1.2rem;
}


.inBox {
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.contents {
    padding: 5rem 0;
}

.attentionList > li {
    font-size: 11px;
}

.general_box_tit {
    margin-bottom: 1.3em;
}

.general_box {
    position: relative;
    padding: 3.5em 0;
}

.contents.contents_b {
    background-size: 400px;
}

.newsListWrap {
    padding: 2rem 1rem;
    max-height: 26rem;
    background-size: 300px;
    margin-bottom: 3rem;
}

.newsListWrap li a {
    padding: 1rem;
    display: block;
}
.newsListWrap li a .date {
    width: 100%;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}
.newsListWrap li a .tit {
    width: 100%;
    line-height: 1.5;
}

.news_detail {
    padding: 2rem 1.5rem;
    box-shadow: 0 0.5rem 1rem #0000003b;
}

.news_detail .tit {
    font-size: 1.1rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
}


.intro_tit {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}
.intro_cat {
    font-size: 1.3rem;
}
.intro_img {
    width: 100%;
}

.bnr_list {
    gap: 2%;
}

.bnr_list > li {
    width: 49%;
    margin-top: 0.6rem;
}

.bnr_list > li a {
    font-size: 0.95rem;
    padding: 1.2rem 1rem;
    line-height: 1.5;
}


.release_wrap .jacket {
    width: 77%;
    margin: 0 auto 2rem;
}

.release_wrap .release_info {
    width: 100%;
}

.release_wrap .release_tit {
    font-size: 1.8rem;
    line-height: 1.6;
}

.release_wrap .release_cat {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}

.release_wrap .release_txt {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}



#history h2 {
    top: 8rem;
}

#history .scroll-bar {
    background-size: 120vh;
}

#history .ship {
    width: 36%;
}

#history .item {
    padding: 14rem 6vw 6rem;
    width: 100vw;
    background-size: 400px;
}
#history .item:first-child {
    padding-left: 6vw;
}

#history .hist_ph {
    width: 100%;
}

#history .hist_month {
    font-size: 3rem;
    line-height: 1.5;
}

.popup_box .hist_img {
    border-radius: 1rem;
    margin-bottom: 1.8rem;
}

.popup_box .hist_month {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}

.month_list > li .hist_tit {
    width: 100%;
    margin-bottom: 0.8rem;
}

.month_list > li .hist_wrap {
    width: 100%;
}



.comment_list > li {
    width: 80%;
    margin: 0 auto 2rem;
}
.comment_list > li:last-child {
    margin-bottom: 0;
}


.live_tit {
    font-size: 1.6rem;
    margin-bottom: 3rem;
}

.schedule table {
    margin-bottom: 3rem;
}


.schedule tr {
    display: block;
    padding: 1.3rem 0;
    border-top: 1px solid;
}

.schedule tr:first-child {
    display: none;
}

.schedule tr:first-child th {
    font-size: 0.9em;
    line-height: 1.2;
}

.schedule td {
    border: none;
    width: 100%;
    padding: 0;
    display: block;
}

.schedule td.date {
    font-size: 2.2em;
    letter-spacing: 0;
    margin-bottom: 0.3rem;
    color: #e95504;
}

.schedule .date .week {
    font-size: 0.6em;
    margin-left: 0.3rem;
}

.schedule td.time {
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 0.2rem;
}

.schedule td.time::before {
    content: 'OPEN / START';
    margin-right: 0.6em;
    font-size: 0.8em;
    color: #e95504;
    width: 7rem;
    display: inline-block;
}

.schedule td.area {
    padding: 0;
    font-size: 0.9em;
    line-height: 1.3;
}

.schedule td.venue {
    padding: 0 0 0.5rem;
    font-size: 1.5em;
    font-weight: bold;
}
.schedule td.venue .taiban {
    display: block;
    padding: 0;
    font-size: 0.9em;
}

.schedule .date {
    width: 100%;
}

.schedule .area {
    width: 100%;
    text-align: left;
}

.schedule .venue {
    width: 100%;
}


.schedule .venue {
    padding-left: 0;
}
.schedule .info {
    padding-left: 1rem;
    width: 20%;
}

.schedule .time {
    width: 100%;
}


.schedule td.info {
    font-size: 1em;
    line-height: 1.6;
    width: 100%;
    padding: 0;
}
.schedule td.info::before {
    content: 'INFO';
    margin-right: 0.6em;
    font-size: 0.8em;
    color: #e95504;
    width: 7rem;
    display: inline-block;
}

.goods_img {
    width: 100%;
}


.link:hover{
opacity: 1;
}


.cs {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
}


.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.8em;
    width: 2rem;
}
.btn a::after {
    width: 2rem;
    height: 2rem;
    right: 1rem;
}

.innerWrap {
    width: 88%;
    max-width: 35rem;
}

.contents_box {
}

.contents_tit {
    font-size: 1.1em;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
}

.popup_box {
    width: 100%;
    padding: 2.5rem 1.5rem;
    border-radius: 1.4rem;
}

.artist_img {
    width: 100%;
}

.comment_tit {
    padding: 0.5em 1.5rem;
    border-radius: 1rem 1rem 0 0;
}

.comment_txt {
    padding: 1.5rem;
    font-size: 0.9rem;
}

.attention_sub {
    padding: 1rem;
    font-size: 0.85em;
    margin-bottom: 1rem;
}
.attention_sub > li {
 line-height: 1.55;
 margin-bottom: 3px;
}


footer .logoLink a {
    width: 150px;
}

}




.bgBox {
    width: 100%;
    height: 100vh;
    background: url(/static/kariyushi58/fanclub/feature/20th_anniv/img/bg_main_Vb93NrqQ.jpg);
    position: fixed;
    background-size: cover;
    background-position: 50% 10%;
    z-index: -1;
    top: 0;
    left: 0;
    transition: 0.5s;
    opacity: 0;
}

.loaded .bgBox {
    opacity: 0.9;
}
.loaded.scrolled .bgBox {
    filter: brightness(0.7) blur(10px);
    transform: scale(1.1);
}




.btn_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}
.btn_wrap .btn {
    width: 49%;
    max-width: 28rem;
}
.btn_wrap .btn a {
    max-width: 100%;
}



@media screen and (max-width: 960px) {

.btn_wrap .btn {
    width: 100%;
}
.btn_wrap .btn a {
    margin-bottom: 0.7em;
}


}



@media screen and (max-width: 960px) and (min-width: 500px) {

html {
    font-size: clamp(10px, 2.5vw, 2.5vh);
}

}

