@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');

@import url("https://use.typekit.net/itv2hvt.css");


/****************************************

          RESET

*****************************************/
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}


html {
    font-size: clamp(13px, 1.1vw, 2.2vh);
    background: #000000;
}

body {
    line-height: 1.7;
    position: relative;
    height: auto;
    color: #ffffff;
    letter-spacing: 0.05em;
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-style: normal;
}

* {
    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;
}

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;        
}

img{
    width: 100%;
}


.sml {
    font-size: 0.85em;
}


.languages {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1001;
    background: #fff;
    padding: 0 10px;
    border-radius: 50px;
}

.wovn-languages {
    color: #333;
    font-size: 12px;
    position: relative;
    z-index: 2;
    width: 190px;
    height: 35px;
    cursor: pointer;
}
.wovn-languages::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    border: 0px;
    border-bottom: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg) translateY(-50%);
    z-index: 10;
}
.wovn-languages .langIcon {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: auto;
    line-height: 1;
    transform: translateY(-50%);
}
.wovn-languages .nav-dropdown {
    position: absolute;
    top: 50%;
    left: 30px;
    line-height: 1.4;
    text-align: left;
    z-index: 2;
    transform: translateY(-50%);
}

.wovn-languages .language-name {
  cursor: pointer;
}

.wovn-languages .nav-dropdown .list--language {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
}
.wovn-languages .nav-dropdown .list--language li.selected {
  display: block;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.wovn-languages.visible::before {
  content: none;
}
.wovn-languages.visible .nav-dropdown {
    opacity: 1;
    pointer-events: visible;
    z-index: 1;
    border: none;
    color: #fff;
    top: 0;
    transform: translateY(0);
    background: #333;
    padding: 10px 10px 0;
    border-radius: 10px;
}
.wovn-languages.visible .nav-dropdown .list--language li {
    display: block;
    transition: opacity 0.4s;
    margin-bottom: 10px;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
  opacity: 0.4;
  pointer-events: none;
}

.visible.wovn-languages::before {
  border: 1px solid;
  border-color: transparent transparent #000 #000;
  z-index: 15;
  top: 13px;
  right: 15px;
}





.fadeup {
    transition: all .5s ease-out;
    transform: translatey(30px);
    opacity: 0;
   }
 
.loaded .fadeup.started {
      transform: none;
      opacity: 1;
   }
   
.fade_list > li {
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease;
    filter: blur(1rem);
}
.loaded .fade_list.started > li {
    transform: none;
    opacity: 1;
    filter: none;
}



#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 1;
    filter: blur(0.6px) brightness(1.4);
}

#particles-js canvas {
    opacity: 0;
    animation: appear 1.4s 1 0.5s forwards;
}
@keyframes appear{
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}



.footer .copyright {
    font-weight: 500;
    color: #000;
    text-align: center;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100vh;
    width: calc(15rem + 3px);
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    filter: drop-shadow(0 0 1rem #00000078);
}

header::-webkit-scrollbar {
    display: none;
}

.header_inner {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: calc(100% - 4px);
    height: 100%;
    min-height: 35rem;
    padding: 1.5rem;
    background: #e55e00;
    background-image: url(/static/produce101/feature/aao/img/bg_header.png);
    background-size: cover;
    background-position: 0% 0%;
}

.header_inner::before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/static/produce101/feature/aao/img/bg_header_side.png);
    background-size: 100%;
}



.loading_inner {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100vh;
    height: 100svh;
    align-items: center;
    justify-content: center;
    transition: 0.8s;
    opacity: 1;
    z-index: 10000;
    background: #000;
}
.load_end .loading_inner {
    opacity: 0;
    transform: scale(1.2);
}


.loading_logo {
    width: 42%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading_logo p {
    position: relative;
    line-height: 0;
}

.loading_logo .loading_logo_01 {
    transition: 1.8s 0.2s;
    transform: scale(0.8);
    opacity: 0;
}

.loaded .loading_logo .loading_logo_01 {
    transform: none;
    opacity: 1;
    width: 50%;
}

.loading_logo .loading_logo_02 {
    position: absolute;
    top: 50%;
    left: 50%;
    mix-blend-mode: color-dodge;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 100%;
}


.logoimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.loaded .logoimg {
    animation: bright 3s linear forwards;
}

@keyframes bright {
  0% {
    filter: brightness(0);
  }
  40%{
    filter: brightness(0.15);
  }
  60%{
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(1);
  }
}






/****************************************
	ビジュアル
*****************************************/

.bg.bg01 {
    background-size: cover;
    background-position: 50% 32%;
    background-image: url(/static/produce101/feature/aao/img/ph_kv_main_zx4h23id.jpg);
    position: fixed;
    width: calc(100% - 15rem);
    height: 100vh;
    z-index: -1;
    opacity: 1;
    top: 0;
    right: 0;
    transition: 0.5s;
}

.fv_fix .bg.bg01 {
    filter: blur(1rem);
    opacity: 0.8;
}


.visual {
    margin: 0;
    position: relative;
    overflow: hidden;
}


.visual .visualInner {
    width: 100%;
    margin: 0 auto;
}

.kv_main {
    width: 100%;
    position: relative;
    height: 100svh;
    min-height: 42vw;
    background-size: 100%;
}

.kv_main > p {
    line-height: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.kv_main > p img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 50% 25%;
}

.visual .visual_title {
    width: 30%;
    position: absolute;
    z-index: 1;
    bottom: 3.5rem;
    right: 1.5rem;
    z-index: 10;
}

.loaded .visual .visual_title {
}

.visual_title_mid {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
}

.kv_logo {
    line-height: 0;
}


@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes upIn2 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%,-30%);
		transform: translate(-50%,-30%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}


.scroll {
    display: block;
    width: 1px;
    height: 180px;
    position: absolute;
    bottom: 0px;
    right: 2%;
    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: 2px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: linear-gradient(180deg, #00ca5b 0%, #49b8eb 50%, #0b3983 100%);
    -webkit-animation: scroll 2s linear 1.7s infinite;
    animation: scroll 2s linear 1.7s infinite;
}

.scroll::before {
    content: '';
    position: absolute;
    right: 5px;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
}
  @-webkit-keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 1; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto; }
    54% { height: 100%; bottom: 0; top: auto; }
    100% { height: 0; bottom: 0; top: auto;}
  }
  @keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 1; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto;}
    54% { height: 100%; bottom: 0; top: auto;}
    100% { height: 0; bottom: 0; top: auto; }
  }




/****************************************
	メニュー
*****************************************/
#gNav {
    position: fixed;
    right: 0;
    box-sizing: border-box;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    transform: translateY(-100%);
    transition: 0.5s;
    background: #e55e00;
    background-image: url(/static/produce101/feature/aao/img/bg_header.png);
    background-size: cover;
    background-position: 74% 50%;
}

#gNav.open {
    transform: none;
}

#gNav .gnavMenu {
    text-align: center;
}

#gNav a {
    display: block;
    text-decoration: none;
    margin: 0 0 2px;
    font-size: 1rem;
    width: auto;
    letter-spacing: 0.04em;
    color: #e55e00;
    font-family: nimbus-sans;
    font-weight: 800;
    position: relative;
    background: #000;
    width: 100%;
    padding: 0.3em 0.5em;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0%, calc(100% - 0.8rem) 0, 100% 0.8rem, 100% 100%, 0 100%);
}

#gNav a::before {
    content: '';
    background: url(/static/produce101/feature/aao/img/ph_deco_dia.png);
    width: 1em;
    height: 1em;
    display: inline-block;
    line-height: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: 0.5em;
}

.gNav_logo {
    width: 45%;
    margin: 0 auto 40px;
    line-height: 0;
    max-width: 250px;
}

#gNav li:last-child a{
    margin: 0 auto 0;
}

#gNav .product_link a {
    display: block;
    font-size: 0.75em;
    padding: 0.3em 1.5em;
    background: #23318b;
    border-radius: 3em;
}

#gNav .product_link.single_b a {
    background: #c72b2b;
}
#gNav .product_link.single_c a {
    background: #3f136b;
}

.gNavInr{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
}

#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;    
}


#menuButton {
    display: block;
    width: 45px;
    height: 40px;
    position: fixed;
    top: 0.7rem;
    right: 0.5rem;
    z-index: 9999;
    border: none;
    text-decoration: none;
    opacity: 1;
}

#menuButton span:first-child {
    top: 12px;
}
#menuButton span:nth-child(2) { margin-top: -1px; top: 50%;} 
#menuButton span:nth-child(3) {
    bottom: 12px;
}

#menuButton.active span {
}
#menuButton.active span:first-child {
    transform: translateY(7px) rotate(30deg);
}
#menuButton.active span:nth-child(2) { opacity: 0;} 
#menuButton.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-30deg);
}

#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: 40px;
    height: 1px;
    border-bottom: 2px solid #000000;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}




.inBox {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
    padding: 0 8%;
    max-width: 85rem;
}

h2 {
    text-align: left;
    font-size: 7em;
    position: relative;
    line-height: 1;
    z-index: 1;
    font-family: nimbus-sans;
    font-weight: 800;
    padding: 0 0%;
    color: #ffffff;
    width: 85%;
    margin: 0 auto 7rem;
    text-align: left;
    letter-spacing: 0;
    -webkit-text-stroke: 1px #e55e00;
    text-shadow: 3px 3px 0 #e55e00;
}

h2 p {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}

.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;
}

.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;
}



/****************************************
	概要
*****************************************/

.contents {
    position: relative;
    padding: 7.5em 0;
    border-radius: 6rem;
    overflow: clip;
}

.contents.contents_b {
    background: #000000;
}

.contents.contents_b::before {
    content: '';
    display: block;
    background: url(/static/produce101/feature/aao/img/bg_smoke_b.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.page--detail .contents {
    border-radius: 0;
}

.detailArea {
    background-position: top;
    background-size: auto;
    overflow: clip;
}


.detailBox{
}

.detailBox:last-child {
    margin-bottom: 0;
}

.detailBox_inner {
    margin-bottom: 100px;
    position: relative;
}

.detailBox_inner:last-child {
    margin-bottom: 0;
}

.detailBox_inner::before {
    content: '';
    width: 720px;
    height: 100%;
    background: #002e67;
    display: block;
    position: absolute;
    bottom: 50px;
    right: -200px;
    border-radius: 400px 400px 0 0;
    z-index: -1;
    pointer-events: none;
}

.general_box {
    position: relative;
    padding: 6.5em 0;
}

.general_box:last-child {
margin-bottom: 0;
    padding-bottom: 0;
}

.general_box:first-child {
    padding-top: 3.5em;
}

.general_box_tit {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 1.8em;
    letter-spacing: 0.5em;
    text-indent: 0.45em;
}

.general_box_tit::after {
    content: '';
    display: block;
    width: 1.6em;
    height: 2px;
    background: #fff;
    margin: 0.3em auto 0;
}

.general_txt {
    font-size: 1.15em;
    margin-bottom: 1.75em;
    text-align: center;
    line-height: 2;
    font-weight: 600;
}

.general_txt:last-child {
    margin-bottom: 0;
}


.general_txt.large_txt {
    font-size: 2.2em;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.general_txt.large_txt .sml {
    font-size: 0.5em;
}


.detail_txt {
    font-size: 15px;
    margin-top: 30px;
    text-align: center;
}


.detailBox_tit {
    margin-bottom: 15px;
    position: relative;
    width: 70%;
    line-height: 0;
}



.link{
    color: #f8bb00;
    font-size: 12px;
}
.link:hover{
transition: 0.4s;
    opacity: 0.7;
}


.btn a {
    max-width: 25rem;
    color: #ffffff;
    padding: 1.7em 1em;
    display: block;
    box-sizing: border-box;
    margin: 0 auto 1em;
    font-size: 1.1em;
    line-height: 1.4;
    height: auto;
    transition: 0.2s;
    text-decoration: none;
    text-align: center;
    background: #e55e00;
    position: relative;
    top: 0;
    font-weight: bold;
    border-radius: 1rem;
}
.btn:last-child a {
    margin-bottom: 0;
}

.btn a:hover {
    top: -0.2rem;
}

.btn.hide a {
    background: #a4a4a4;
    color: #dedede;
    pointer-events: none;
}


.btn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.btn_list > li {
    width: 47%;
    margin: 0 10px 20px;
}

.btn_list > li .btn a {
    max-width: none;
}


.top_bnr_area {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 10;
}

.top_bnr a {
    max-width: 25rem;
    color: #ffffff;
    padding: 1em 1.5em;
    display: block;
    box-sizing: border-box;
    margin: 0.8rem auto 0;
    font-size: 1.1em;
    line-height: 1.4;
    height: auto;
    transition: 0.2s;
    text-decoration: none;
    text-align: left;
    background: linear-gradient(0deg, #f18a18, #e55e00);
    position: relative;
    top: 0;
    border-radius: 1rem;
    font-family: nimbus-sans;
    font-weight: 800;
    box-shadow: 0 0.5rem 1rem #00000052;
    overflow: hidden;
}

.top_bnr a::before {
    content: '';
    display: block;
    background: url(/static/produce101/feature/aao/img/bg_noise.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: soft-light;
    background-size: 300px;
    background-repeat: repeat;
    opacity: 0.7;
    pointer-events: none;
}


.top_bnr a i {
    margin-right: 0.3em;
}


.attentionList li a {
    text-decoration: underline;
}


.news_list {
    border-top: 1px solid #e55e00;
}

.news_list li a {
    display: flex;
    padding: 1.6rem 0;
    border-bottom: 1px solid;
    color: #e55e00;
    text-decoration: none;
    align-items: center;
}

.news_list li a time {
    width: 8rem;
    font-family: nimbus-sans;
    font-weight: 600;
}
.news_list li a .news_txt {
    width: calc(100% - 8rem);
    font-weight: 500;
}

.news_list li a .date {
    width: 8rem;
    font-family: nimbus-sans;
    font-weight: 600;
}
.news_list li a .title {
    width: calc(100% - 8rem);
    font-weight: 500;
}

.news_arc {
    display: none;
}

.news_more {
    display: block;
    text-align: center;
    color: #000000;
    padding: 1em;
    width: 100%;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.3s;
    background: #e55e00;
    border-radius: 5rem;
    max-width: 15rem;
    margin: 2.5rem auto 0;
    font-family: nimbus-sans;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    position: relative;
}

.news_more::before {
    content: '';
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border: 2px solid;
    border-top: none;
    border-left: none;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-69%) rotate(45deg);
    transition: 0.3s;
}
.news_more.open::before {
    transform: translateY(-38%) rotate(-135deg);
}

.news_more.spsite_more::before {
    transform: translateY(-50%) rotate(315deg);
}

.btn_back {
    margin: 3rem auto 0;
    width: fit-content;
    display: block;
    text-decoration: none;
    color: #e55e00;
    font-family: nimbus-sans;
    font-weight: 800;
    font-size: 1.3rem;
    border-bottom: 1px solid;
    line-height: 1.5;
}


.news_detail {
    background: #292525;
    padding: 3rem;
    border-radius: 3rem;
}

.news_detail .tit {
    border-bottom: 1px solid #e55e00;
    padding-bottom: 1.5rem;
    margin-bottom: 1.7rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
}

.news_detail .date {
    font-family: nimbus-sans;
    font-weight: 800;
    color: #e55e00;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    display: block;
}

.news_detail .txt {
    font-size: 0.96rem;
}

.news_detail .txt p {
    margin-bottom: 0.8em;
}
.news_detail .txt p:last-child {
    margin-bottom: 0;
}


#product {
    padding: 0;
}

.releaseBox {
    position: relative;
    padding: 10rem 0;
    background: #000000;
    border-radius: 6rem;
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease 0s;
    overflow: clip;
    filter: blur(1rem);
}

.releaseBox.started {
    opacity: 1;
    filter: none;
    transform: none;
}

.releaseBox::before {
    content: '';
    display: block;
    background: url(/static/produce101/feature/aao/img/bg_smoke.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: soft-light;
    background-size: 100%;
    background-repeat: no-repeat;
}

.releaseBox::after {
    content: '';
    display: block;
    background: url(/static/produce101/feature/aao/img/bg_noise.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: soft-light;
    background-size: 500px;
    background-repeat: repeat;
    opacity: 0.8;
}

#digital .releaseBox {
    opacity: 1;
    transform: none;
    background: none;
    padding: 0;
    filter: none;
}


#digital .releaseBox::before {
    display: none;
}


.releaseBox h2 {
    display: none;
}

#product_a {
    background: #0c3388;
}
#product_b {
    background: #898989;
}
#product_c {
    background: #e55e00;
}
#product_d {
    background: #cc0000;
}
#product_anim {
    background: #2c385a;
}


.releaseBox:last-child {
    margin-bottom: 0;
}

.releaseBox > .detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.releaseBox .jkBox {
    width: 45%;
    position: sticky;
    top: 2rem;
    height: 100%;
}

.releaseBox .txtBox {
    width: 48%;
    position: relative;
    z-index: 1;
}

.releaseBox .txtBox .jk_info {
    margin-bottom: 1.5rem;
}

.releaseBox .jk_info {
    color: #fff;
}

.releaseBox .jkBox .jk {
    box-shadow: 0.25em 0.5em 1.75em #00000040;
    line-height: 0;
    margin-bottom: 2rem;
}

.releaseBox .jkBox .jk:last-child {
    margin-bottom: 0;
}


.releaseBox .tit {
    font-size: 2.3em;
    letter-spacing: 0;
    margin-bottom: 0.2rem;
    line-height: 1;
    display: flex;
    align-items: anchor-center;
    font-weight: 700;
    flex-wrap: wrap;
}

.releaseBox .set {
    display: flex;
    align-items: center;
    padding: 0.3em 0.6em;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-left: 0.75rem;
    font-size: 1rem;
    border: 2px solid;
    font-family: nimbus-sans;
}

.releaseBox .price {
    font-size: 1.5em;
    font-family: nimbus-sans, 'Manrope','Zen Kaku Gothic New', sans-serif;
    font-weight: 600;
}

.releaseBox .price .sml {
    font-size: 0.7em;
}

.releaseBox .listItems {
    margin-bottom: 2rem;
}
.releaseBox .listItems > li {
    padding-bottom: 2em;
}
.releaseBox .listItems > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.releaseBox .detail_list {
    border-left: 1px solid;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.releaseBox .detail_list:last-child {
    margin-bottom: 0;
}

.releaseBox .detail_list.jk_attention {
    border: none;
    padding: 0;
}

.releaseBox .detail_list.track_list {
    column-count: 1;
}

.releaseBox .detail_list > li {
    padding-left: 2em;
    margin-bottom: 0.5em;
    position: relative;
    line-height: 1.5;
    text-indent: -2em;
    font-size: 0.9em;
    break-inside: avoid;
}

.releaseBox .detail_list > li.no_indent {
    text-indent: 0;
    padding-left: 0;
}

.releaseBox .detail_list > li:last-child {
    margin-bottom: 0;
}

.releaseBox .detail_list > li .num {
    letter-spacing: 0.03em;
    width: 2.2em;
    display: inline-block;
    text-indent: 0;
    font-size: 0.85em;
    opacity: 0.8;
}

.releaseBox .detail_list > li .dr {
    display: inline-block;
    padding: 0.1em 0.6em;
    letter-spacing: 0.05em;
    margin-left: 0.2rem;
    font-size: 0.8em;
    border: 1px solid;
    text-indent: 0;
    vertical-align: 0.1em;
}

.releaseBox .item_tit {
    margin-bottom: 0.7em;
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.3;
}


.releaseBox:nth-of-type(even) > .detail {
    flex-flow: row-reverse;
}

.releaseBox .fcBox .txtBox {
    width: 100%;
}

.releaseBox .listItems > li.dl_wrap {
}
.releaseBox .listItems > li.dl_wrap .btn a {
    margin: 0 0 1.5rem;
}

.releaseBox .listItems > li.dl_wrap .btn:last-child a {
    margin-bottom: 0;
}

.releaseBox .listItems > li.dl_wrap .btn_desc {
    margin-bottom: 0.8rem;
    font-weight: 600;
    border-left: 1px solid;
    padding-left: 0.8em;
    line-height: 1.5;
}


.jkList {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 5%;
}

.jkList li {
    width: 30%;
    margin: 0 0 3rem 0;
}

.jkList li .tit {
    font-size: 1.5em;
}

.jkList li .jk {
    line-height: 0;
    margin-bottom: 1rem;
    box-shadow: 0em 0.25em 1.2em #00000040;
}

.jkList li .jk a {
    display: block;
    line-height: 0;
    overflow: hidden;
}

.jkList li .jk a img {
    display: block;
    transition: 0.3s;
}

.jkList li .jk a:hover img {
    transform: scale(1.1);
}


.jkmember {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.7rem;
    flex-wrap: wrap;
}

.jkmember .mini {
    font-size: 0.9rem;
}


.shopBtn a {
    display: block;
    text-align: center;
    color: #000000;
    padding: 0.75em;
    width: 100%;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.3s;
    background: #e55e00;
    border-radius: 5rem;
    max-width: 18rem;
    margin: 0 auto;
}

.shopBox {
    position: relative;
}


.shopBox .inBox{
    position: relative;
}
.shopBox .inBox h3{
    text-align: center;
    font-size: 700%;
    font-family: nimbus-sans;
    font-weight: 900;
    margin-bottom: 100px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.shopBox.started .inBox h3{
    opacity:1;
    animation: flip 0.3s ease forwards;
}
.shopBox .shopList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shopBox .shopList:after{
    content:"";
    width: 30%;
}
.shopBox .shopList li{
    width: 30%;
    margin: 0 0 60px;
}

.shopBox .shopList li .thumb {
    line-height: 0;
    margin: 0 0 18px;
    overflow: hidden;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    height: 30rem;
}
.shopBox .shopList li .thumb img{ 
    pointer-events: none;
}
.shopBox .shopList li .thumb .blur{ 
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    transform: scale(2);
}
.shopBox .shopList li .thumb .blur img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.shopBox .shopList li .thumb .front{ 
    position: relative;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.shopBox .shopList li .tit{
    font-size: 90%;
    margin: 0 0 15px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}
.shopBox .shopList li .cap{
    font-size: 75%;
    font-weight: 600;
    line-height: 1.3em;
}
.shopBox .shopList li .shopBtn a {
    width: 12rem;
    box-shadow: 0 0.5em 1em #00000047;
    margin: 0 auto;
}

.shopBox .shopList li .shopBtn.hide a {
    pointer-events: none;
    background: #676767;
    color: #e3e3e3;
}

.infoBox {
    background: #0e465a;
    padding: 3rem;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.infoBox::before {
    content: '';
    display: block;
    width: 25%;
    height: 1.5rem;
    background: #0e465a;
    position: absolute;
    left: 0;
    transform: translateY(-99%);
    top: 1px;
    transform-origin: right bottom;
    clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}

.shopLead {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.1em;
}

@media screen and (min-width: 960px){
.shopBtn a:hover {
    filter: brightness(1.2);
}
}

@media screen and (max-width: 959px){
.shopBox {
}
.shopBox .clip img {
    width: 200%;
}
.shopBox .inBox {
}
.shopBox .inBox h3 {
    font-size: 400%;
    margin-bottom: 60px;
}
.shopBox .shopList li {
    width: 100%;
    margin: 0 0 40px;
}
.shopBox .shopList li .tit{
        text-align: center;
        font-size: 1em;
        margin-bottom: 0.8em;
}
.shopBox .shopList li .cap{
    text-align: center;
}
.shopBox .shopList li .shopBtn a {
    margin: 0 auto;
}

.shopBox .shopList li .thumb {
    height: 35rem;
}
}


section#special {
    position: relative;
}

.special_box {
    background: linear-gradient(90deg, #ffffff 60%, #f0f9fa);
    padding: 4rem 4.5rem;
    margin-bottom: 4rem;
    color: #113741;
    box-shadow: 0em 0.25em 1.2em #00000040;
}

.special_tit {
    text-align: center;
    border-bottom: 1px solid;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    font-weight: bold;
    font-size: 1.5rem;
}


.special_box .howto {
    display: flex;
    justify-content: space-between;
}

.special_box .howto .item {
    position: relative;
    text-align: center;
}

.special_box .howto .item::after {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    border-top: 5px solid;
    border-right: 5px solid;
    transform: rotate(45deg);
    top: 40%;
    right: -1%;
    position: absolute;
    color: #107794;
}
.special_box .howto .item:last-child::after {
    display: none;
}

.special_box .howto .item .text1 {
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0.6rem;
}
.special_box .howto .item .text1:last-child {
    margin-bottom: 0;
}

.special_box .howto .item .fig {
    width: 75%;
    margin: 0 auto 0.5rem;
    display: block;
    line-height: 0;
}

.special_wrap.special_flex {
    display: flex;
    justify-content: center;
    gap: 1.5%;
    flex-wrap: wrap;
}

.special_box .desc {
    margin-bottom: 1.5rem;
}

.special_box .detail_list {
    background: #f1f1f1;
    padding: 1.75rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}

.special_box .detail_list dt {
    background: #113741;
    color: #f1f1f1;
    padding: 0.1em 2em;
    border-radius: 2rem;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    margin-right: 1.5rem;
}

.special_wrap .tiktok .tiktok-embed {
    max-width: none !important;
    min-width: auto !important;
    margin: 0 auto 2rem;
    width: 100%;
    border-radius: 35px;
    box-shadow: 0em 0.25em 1.2em #00000040;
}

.special_wrap .tiktok {
    max-width: 325px;
    margin: 0 auto;
}

.special_wrap .tiktok .text1 {
    color: #0e465a;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bold;
}


.fc_thumb {
    margin: 0 auto 3rem;
    width: 32%;
    line-height: 0;
    position: relative;
}
.btn.btn_thumb a {
    font-size: 0.8em;
    position: absolute;
    bottom: -0.75rem;
    display: block;
    right: -0.75rem;
    top: auto;
    padding: 1em 2.7em 1em 1.8em;
    clip-path: none;
    word-wrap: normal;
    text-align: left;
    box-shadow: 0em 0.25em 1.2em #00000057;
    z-index: 1;
    border-radius: 5rem;
}
.btn.btn_thumb a::before {
    content: '';
    display: block;
    width: 0.6em;
    height: 0.6em;
    border: 1px solid;
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-left: none;
    border-bottom: none;
}

.fclead {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 3rem;
    font-weight: 700;
    line-height: 2;
}

.btnList {
    display: flex;
    justify-content: center;
    gap: 2%;
    margin-bottom: 3rem;
}
.btnList:last-child {
    margin-bottom: 0;
}

.btnList > li {
    width: 25rem;
    max-width: 100%;
}


.inBox.fcinbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}
.inBox.fcinbox.fcinbox_sub {
    align-items: center;
}

.inBox.fcinbox:last-child {
    margin-bottom: 0;
}


.inBox.fcinbox .fc_inner {
    position: relative;
    z-index: 1;
}

.inBox.fcinbox .fc_inner .btn a {
    margin: 0 0 2rem;
}

.btn.btn_main a {
    background: #fdd100;
}

.btn.fcbtn a {
    background: #0e465a;
    color: #fff;
}

.inBox.fcinbox .fc_thumb {
    width: 53%;
    line-height: 0;
    position: relative;
    height: 100%;
}

.cs {
    padding: 2em 0;
    text-align: center;
    font-size: 1.8em;
    letter-spacing: 0;
    font-family: nimbus-sans;
    font-weight: 400;
    font-style: italic;
    text-shadow: 0 0 0.5em #15404ca1;
}

.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;
}



#photo {
    padding: 8rem 0 13rem;
}

.member_name {
    position: absolute;
    bottom: 0;
    right: 6%;
    z-index: 1;
    font-family: nimbus-sans;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1;
    color: #000000;
    background: #e55e00;
    padding: 0.3em 0.8em;
}

.member_name::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e55e00;
    z-index: -1;
    transform: skewX(-30deg);
}

.member_photo {
}

.slider {
    width: 100%;
    margin: 0 auto 60px;
}

.slider li {
    padding: 0 6%;
    position: relative;
    overflow: hidden;
}

.slick-slide img {
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.slider .slick-next {
    right: calc(18% + 12px);
    top: auto;
    bottom: -30px;
    width: 80px;
    height: 10px;
    border-bottom: 1px solid #ffffff;
}

.slider .slick-prev {
    left: calc(18% + 12px);
    top: auto;
    bottom: -30px;
    width: 80px;
    height: 10px;
    border-bottom: 1px solid #ffffff;
}



.slider .slick-prev:before, .slider .slick-next:before {
    content: '';
    width: 13px;
    height: 2px;
    border-bottom: 1px solid #ffffff;
    display: block;
    opacity: 1;
    bottom: -0.5px;
    top: 8px;
    position: absolute;
    transform: rotate(330deg);
    transform-origin: left bottom;
    background: none;
}

.slider .slick-next:before {
    transform: rotate(30deg);
    transform-origin: right bottom;
    left: auto;
    right: 0;
}



.photo_inner {
    position: relative;
}

footer {
    padding: 5rem 0 5rem;
    background: #000;
    color: #e55e00;
}
.footerLogo {
    display: block;
    margin: 0 auto 2rem;
    text-align: center;
    width: 30%;
    max-width: 12rem;
}
.footerLogo .site {
    display: inline-block;
    color: #e55e00;
    font-weight: 800;
}

footer .logo-footer {
    display: block;
    width: 60%;
    margin-inline: auto;
    margin-bottom: 0.6rem;
}
footer .sns_list{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
footer .sns_list li a {
    font-size: 15px;
    color: #e55e00;
}
footer .copy{
    font-size: 12px;
    text-align: center;
}

.btm_sns {
}

.btm_sns_btn {
    width: 100%;
    max-width: 18rem;
    margin-bottom: 1rem;
}

.btm_sns_btn:last-child {
    margin-bottom: 0;
}


.btm_sns_btn a {
    background: #e55e00;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    gap: 1em;
    font-weight: bold;
}

.btm_sns_btn a i {
    width: 2em;
    height: 2em;
    background: #fff;
    color: #e55e00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border-radius: 0.6rem;
    line-height: 1;
}


#digital {
    background: #000000;
    overflow: clip;
}

#digital::after {
    content: '';
    display: block;
    background: url(/static/produce101/feature/aao/img/ph_jacket_ignite_zx4h23id.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.2;
    background-position: 50%;
}


#digital .releaseBox::after {
    display: none;
}

#digital .releaseBox:nth-of-type(even) > .detail {
    flex-flow: row;
}

section#fanclub {
    border-radius: 6rem 6rem 0 0;
}



.app_wrap {
    width: 43rem;
    display: flex;
    align-items: center;
    margin: 0 auto 5rem;
    background: #292929;
    padding: 1rem;
    border-radius: 1rem;
}
.app_wrap .app_icon {
    width: 4rem;
    border-radius: 0.8rem;
    overflow: hidden;
    line-height: 0;
}

.appBtn {
    display: flex;
    width: 25rem;
    align-items: center;
    gap: 3%;
    line-height: 0;
}

.app_tit {
    width: 12rem;
    text-align: center;
    font-weight: 800;
}


/****************************************

	PC

*****************************************/

@media screen and (min-width: 960px) {
.sp{
    display:none!important;  
}


.article_wrap {
    padding-left: 15rem;
}

#menuButton {
    display: none;
}

#gNav {
    transform: none;
    width: auto;
    height: auto !important;
    box-shadow: none;
    transition-delay: 1.3s;
    top: 0;
    background: none;
    position: relative;
}

.loaded #gNav {
}

#gNav .gnavMenu {
    text-align: left;
}

.top_bnr a:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 1rem #00000038;
}

}





/****************************************

	SP

*****************************************/

@media screen and (max-width: 960px) {

html {
    font-size: clamp(10px, 3.5vw, 2.5vh);
}

.pc{
    display:none!important;  
}

header {
    width: 100%;
    height: 4rem;
    overflow: visible;
}

.header_inner {
    width: 100%;
    min-height: auto;
    padding: 0;
    background-position: 0% 60%;
}

.languages {
    top: 0.7rem;
    right: auto;
    left: 0.6rem;
}

.wovn-languages {
    width: 160px;
    font-size: 11px;
}


.bg.bg01 {
    width: 100%;
    background-position: center;
}

.btn a {
    font-size: 1.1rem;
}
.nav_logo {
    width: 52%;
    margin: 0 auto 2rem;
    max-width: 27vh;
}

#gNav a {
    font-size: 1.3rem;
    padding: 0.3em 0.8em;
}

.gNavInr {
    padding: 5%;
    height: 100vh;
    height: 100svh;
    justify-content: flex-end;
}

#gNav .product_link a {
font-size: 0.95em;
    width: 17rem;
    display: flex;
    margin: 0 auto 1em;
    line-height: 1.2;
    text-align: center;
    height: 3rem;
    align-items: center;
    justify-content: center;
}

.loading_logo {
    width: 80%;
}

#logo_svg {
    padding: 5%;
}
.logoimg {
    padding: 5%;
}

/****************************************
	ビジュアル
*****************************************/


.wovn-languages .nav-dropdown {
}

.visual {
    //padding-top: 4.2rem;
}
.kv_main {
    width: 100%;
}

.visual::before {
    top: 0;
    background-size: 175%;
    background-position: 100% 0;
}

.visual .visualInner {
    flex-wrap: wrap;
}

.visual .jk {
    width: 100%;
    margin-bottom: 2em;
}

.visual .visual_title {
    width: 68%;
    bottom: 2rem;
    right: 1rem;
}

.kv_main > p {
    position: relative;
}

.kv_release {
    padding: 2rem 4rem;
}

.kv_logo {
    //padding: 3rem 3rem;
}

.visual_title_mid {
    width: 88%;
}

.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%;
}



.main_visual_wp {
    top: 1.5vh;
    left: 1.5vh;
}

.scroll {
    display: block;
    position: absolute;
    bottom: 0%;
    left: 8%;
    height: 15%;
}

.scroll::before {
    width: 62px;
    text-align: center;
    content: 'Scroll';
    bottom: 9px;
    left: 0;
    color: #188fcd;
}

.scroll:after {
    width: 1px;
}


.top_bnr_area {
    bottom: 1rem;
    right: 1rem;
}

.top_bnr a {
    font-size: 0.9rem;
    margin-top: 0.6rem;
    border-radius: 0.8rem;
}

h2 {
    font-size: 4.5em;
    margin-bottom: 3rem;
}

.title_sub {
    font-size: 12px;
}


.inBox {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
    padding: 0 8%;
    max-width: 100rem;
}

.contents {
    padding: 5rem 0;
    border-radius: 4rem;
}

#news {
    border-radius: 0 0 4rem 4rem;
}

.page--detail #news {
    border-radius: 0;
}

.page--detail .article_wrap {
    padding-top: 3rem;
}


.attentionList li {
    font-size: 11px;
}

.general_box_tit {
    margin-bottom: 1.3em;
}

.general_box {
    position: relative;
    padding: 3.5em 0;
}


.news_list li a {
    padding: 1.4rem 0;
}
.news_list li a time {
    width: 7rem;
}

.news_list li a .news_txt {
    width: calc(100% - 7rem);
    font-size: 0.9rem;
    line-height: 1.5;
}

.news_list li a .date {
    width: 7rem;
}

.news_list li a .title {
    width: calc(100% - 7rem);
    font-size: 0.9rem;
    line-height: 1.5;
}

.news_detail {
    padding: 2rem 1.5rem;
    border-radius: 2rem;
}
.news_detail .tit {
    font-size: 1.1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}
.news_detail .txt {
    font-size: 0.92rem;
}
.news_detail .date {
    font-size: 1.15rem;
    margin-bottom: 0.3rem;
}

.releaseBox .jkBox {
    width: 100%;
    margin-bottom: 2.5rem;
    top: 0;
    position: relative;
}

.releaseBox::before {
    background-size: 150%;
    background-position: 50% 0;
}

.releaseBox .jkBox .jk:last-child {
    margin-bottom: 0;
}

.releaseBox .txtBox .jk_info {
    margin-bottom: 1rem;
}

.releaseBox .txtBox {
    width: 100%;
    font-size: 1.1em;
    padding: 0;
}

.releaseBox {
    padding: 5rem 0;
    border-radius: 4rem;
}

.releaseBox > .detail {
    margin-bottom: 3rem;
}

.releaseBox > .detail:last-child {
    margin-bottom: 0;
}

.releaseBox:nth-of-type(even) > .detail {
    flex-flow: column;
    margin-bottom: 3rem;
}
.releaseBox:nth-of-type(even) > .detail:last-child {
    margin-bottom: 0;
}

.releaseBox .tit {
    font-size: 1.85em;
}
.releaseBox .price {
    font-size: 1.2em;
}

.releaseBox .listItems > li {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 1.2rem;
}

.releaseBox .item_tit {
    font-size: 1em;
    margin-bottom: 0.6em;
}

.releaseBox .detail_list > li {
    font-size: 0.88em;
    line-height: 1.4;
    margin-bottom: 0.4em;
}

.releaseBox .detail_list.track_list {
    column-count: 1;
}

.releaseBox .detail_list > li .dr {
    margin: 0.3em 0 0 0;
}

#digital .releaseBox .set {
    margin: 0.6rem 0;
    font-size: 1.2rem;
}
#digital .releaseBox:nth-of-type(even) > .detail {
    flex-flow: column;
}

.jkList {
    gap: 4%;
}

.jkList li .jk {
    line-height: 0;
    margin-bottom: 0.8rem;
    box-shadow: 0em 0.25em 1.2em #00000040;
}

.jkList li .tit {
    font-size: 1.2em;
}

.jkList li  .mini {
    font-size: 0.8rem;
}

.jkList li {
    width: 48%;
    margin-bottom: 2.2rem;
}

#photo {
    padding: 7rem 0;
}

.slider {
    margin-bottom: 2rem;
}
.slider li {
    padding: 0 4%;
}
.member_name {
    right: 8px;
}


section#fanclub {
    border-radius: 4rem 4rem 0 0;
}

.fclead {
    text-align: left;
    font-size: 1em;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.special_wrap.special_flex {
    margin-bottom: 2.5rem;
}

.btnList {
    flex-wrap: wrap;
}

.fc_thumb {
    width: 100%;
    margin-bottom: 2rem;
}
.fc_thumb:last-child {
    margin-bottom: 0;
}

.btn.btn_thumb a {
    font-size: 0.88em;
}

.inBox.fcinbox .fc_inner {
    width: 100%;
}
.fc_inner.fc_inner_mb {
    margin-bottom: 3rem;
}

.inBox.fcinbox h2 p {
    margin: 0 auto;
}
.inBox.fcinbox .fc_inner .btn a {
    margin: 0 auto 1.3rem;
}
.inBox.fcinbox .fc_thumb {
    width: 100%;
    margin-bottom: 3rem;
    height: auto;
}
.inBox.fcinbox {
    margin-bottom: 3rem;
}

.cs {
    font-size: 2em;
    padding: 1em;
}

.general_txt {
    text-align: left;
    font-size: 0.9em;
    margin-bottom: 1.5rem;
}

.btn {
    width: 100%;
}

.infoBox {
    width: 100%;
    padding: 1.6rem;
}
.infoBox::before {
    width: 30%;
    height: 1.2rem;
}

.shopLead {
    text-align: left;
    font-size: 1.05em;
    margin-bottom: 1.2rem;
}


section#special {
}

.special_box {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
}

.special_tit {
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
    font-size: 1.2rem;
}

.special_box .desc {
    margin-bottom: 1.2rem;
}

.special_box .detail_list {
    flex-wrap: wrap;
    padding: 1.2rem;
}

.special_box .detail_list dt {
    font-size: 1em;
    margin: 0 auto 0.8rem;
}

.special_box .detail_list dd {
    text-align: center;
}

.special_box .howto {
    display: block;
}

.special_box .howto .item {
    margin-bottom: 1rem;
    padding-bottom: 2rem;
}

.special_box .howto .item:last-child {
    margin-bottom: 0;
}

.special_box .howto .item .fig {
    width: 64%;
}

.special_box .howto .item::after {
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(135deg);
    top: auto;
    bottom: 0;
    right: auto;
    left: calc(50% - 0.6rem);
}

.special_wrap .tiktok .shopBtn a {
    width: 80%;
    margin: 0 auto;
    padding: 1.2em;
}

.link:hover{
opacity: 1;
}

.copy {
    text-align: left;
    font-size: 1em;
    writing-mode: initial;
    display: block;
    width: 100%;
    font-size: 0.7rem;
}
.copy:last-child {
    display: block;
}

.popup {
    padding: 1.8em;
    font-size: 1em;
}

.popup .section-tit {
    line-height: 1.6;
    margin-bottom: 1.5em;
}

.slider .slick-next {
    width: 50px;
    right: 18%;
}

.slider .slick-prev {
    width: 50px;
    left: 18%;
}

.slider li {
    padding: 0 8px;
}


.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;
}

footer {
    padding: 1rem 0 10rem;
}

.footer_box {
    padding: 1rem 7%;
    text-align: center;
    position: relative;
    height: auto;
}



.btn.btn_bnr {
    margin-bottom: 3em;
}

footer .logo-footer {
    width: 45%;
}

.footerLogo {
    max-width: 30rem;
    width: 50%;
}

footer .copy {
    font-size: 0.8rem;
}

.app_wrap {
    width: 90%;
    justify-content: center;
    flex-wrap: wrap;
}

.app_tit {
    width: 100%;
    padding: 1rem;
}

.appBtn {
    width: 100%;
    max-width: 22rem;
}

.btm_sns {
    max-width: 90%;
    width: 17rem;
    margin: 0 auto;
}

.btm_sns_btn {
    width: 100%;
    margin-bottom: 0.8rem;
}

.btm_sns_btn a {
    font-size: 0.9rem;
}

}



@media screen and (max-width: 960px) and (min-width: 500px) {

html {
    font-size: clamp(10px, 2.6vw, 2.5vh);
}

}

#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent {
    overflow: visible !important;
}

#cboxOverlay {
    background: rgb(0 0 0) !important;
}

#cboxLoadedContent {
    margin: 0;
}
