@charset "UTF-8";


@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");
@import url("https://use.typekit.net/vdm8gza.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: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.7;
    background: #15342c;
    position: relative;
    height: auto;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.07em;
    font-family: 'nimbus-sans','Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    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;
}

footer {
    background: #fff;
    padding: 2.5em 0;
    color: #f8b500;
}


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(1.5em);
    opacity: 0;
   }
 
.loaded .fadeup.started {
      transform: none;
      opacity: 1;
   }

.loaded .fade_list.started > li {
    transform: none;
    opacity: 1;
}
.fade_list > li {
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease;
}




/****************************************
	ビジュアル
*****************************************/

.bgBox {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/static/itzy/official/feature/ringo/img/bg_main_01_Qh9tERny.jpg);
    z-index: -1;
    transform: scale(1.1);
    transition: 1s;
    opacity: 0;
}

.loaded .bgBox {
    transform: scale(1);
    opacity: 1;
}

.bgBox > div {
    position: fixed;
    width: 100%;
    height: 100lvh;
    z-index: -1;
    transition: 1.4s cubic-bezier(0.25, 0.1, 0, 1);
    opacity: 0;
    transition-delay: 1.2s;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.5);
}

.bgBox > div.current {
    opacity: 1;
    transition-delay: 0s;
    transform: scale(1);
}

.bgBox .bg01 {
    background-image: url(/static/itzy/official/feature/ringo/img/bg_main_02_Qh9tERny.jpg);
}
.bgBox .bg02 {
    background-image: url(/static/itzy/official/feature/ringo/img/bg_main_03_Qh9tERny.jpg);
}
.bgBox .bg03 {
    background-image: url(/static/itzy/official/feature/ringo/img/bg_main_04_Qh9tERny.jpg);
}
.bgBox .bg04 {
    background-image: url(/static/itzy/official/feature/ringo/img/bg_main_01_Qh9tERny.jpg);
}
.bgBox > div::before {
    content: '';
    position: absolute;
    top: 43px;
    left: 56px;
    font-size: 12vw;
    font-weight: 900;
    line-height: 1;
    color: b6f5ea;
    mix-blend-mode: soft-light;
}

.bgBox .bg01::before {
    content: 'TRACK LIST';
}
.bgBox .bg02::before {
    content: 'PRODUCT';
}
.bgBox .bg03::before {
    content: 'SHOP';
}

.bgBox_deco {
    position: fixed;
    width: calc(100% - 3em);
    height: calc(100dvh - 3em);
    top: 1.5em;
    left: 1.5em;
    z-index: 0;
    transform: scale(0.8);
    opacity: 0;
    transition: 1s cubic-bezier(0.25, 0.1, 0, 0.99);
}

.loaded .bgBox_deco {
    transform: none;
    opacity: 1;
}

.bgBox_txt_01, .bgBox_txt_02 {
    position: absolute;
    top: 0;
    left: 50%;
    font-family: nimbus-sans-condensed, sans-serif;
    font-weight: 500;
    letter-spacing: 0.5em;
    font-size: 12px;
    color: #a9cebd;
    transform: translateX(-50%);
}

.bgBox_txt_02 {
    top: auto;
    bottom: 0;
    transform: translateX(-50%) rotate(180deg);
}

.bgBox_deco_01, .bgBox_deco_02, .bgBox_deco_03, .bgBox_deco_04 {
    width: 10%;
    max-width: 500px;
    position: absolute;
    top: 0;
    left: 0;
}
.bgBox_deco_02 {
    right: 0;
    left: auto;
}
.bgBox_deco_03 {
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
}
.bgBox_deco_04 {
    bottom: 0;
    top: auto;
}

.bgBox_deco_05, .bgBox_deco_06 {
    width: 1%;
    left: -0.5%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    pointer-events: all;
}
.bgBox_deco_06 {
    left: auto;
    right: -0.5%;
}

.bgBox_deco.anker_box {
    z-index: 1;
    pointer-events: none;
}

.anker_list > li a {
    display: block;
    width: 10px;
    height: 10px;
    background: #a9cebd;
    margin-bottom: 9px;
    transform: rotate(45deg);
}

.anker_list > li:last-child a {
    margin-bottom: 0;
}

.anker_list > li.current a {
    background: #d14e4e;
}

.anker_list > li a.hide {
    pointer-events: none;
}


.visual{
    height: 100vh;
    height: 100svh;
    margin: 0;
    position: relative;
    min-height: 40vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual .visualInner{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 80%;
    z-index: 1;
}
.visual .visual_title{
    width: 47%;
}
.visual .visual_title > p{
	opacity: 0;
}
.visual .visual_title > p:nth-child(1) {
    width: 100%;
    margin: 0 0 1.5em auto;
    line-height: 0;
}

.visual .visual_title .top_release {
    width: 100%;
    margin: 0;
    line-height: 1;
    font-size: 1.5em;
    font-weight: 800;
    font-family: nimbus-sans-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    display: flex;
    align-items: center;
	opacity: 0;
}

.visual .visual_title .top_release::before {
    content: '';
    display: block;
    border-top: 1px solid #a9cebd;
    flex-grow: 1;
}
.visual .visual_title .top_release::after {
    content: '';
    display: block;
    border-top: 1px solid #a9cebd;
    flex-grow: 1;
}



.loaded .visual .visual_title > p:nth-child(1){
  animation: upIn 1s cubic-bezier(0.25, 0.1, 0, 0.99) 1.4s 1 forwards;
}
.loaded .visual .visual_title .top_release{
  animation: upIn 1s cubic-bezier(0.25, 0.1, 0, 0.99) 1.6s 1 forwards;
}

.top_release_in {
    border: 1px solid #a9cebd;
    padding: 0.4em 1em;
    border-radius: 3em;
    position: relative;
}

.top_release_in::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3em;
    border: 1px solid #a9cebd;
    position: absolute;
    top: -5px;
    left: -5px;
    padding: 4px;
    box-sizing: content-box;
}

.top_release_in .min {
    font-size: 0.8em;
    margin-left: 0.1em;
}


.visual .jk {
    width: 45%;
    opacity: 0;
    line-height: 0;
    max-height: 80vh;
    min-height: 38vw;
    height: 43vw;
    position: relative;
    transform: scale(1.2);
    transition: 1s ease 0.8s;
}
.loaded .visual .jk {
    transform: scale(1.001);
    opacity: 1;
}

.visual .jk::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #a9cebd;
    position: absolute;
    top: -8px;
    left: -8px;
    padding: 7px;
    box-sizing: content-box;
    border-radius: 20em 20em 0 0;
}


.visual .jk > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    border-radius: 20em 20em 0 0;
    display: block;
}

@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%);
	}
}


.inBox{
    width: 85%;
    margin: auto;
    position: relative;
    max-width: 1500px;
    z-index: 1;
}

h2 {
    line-height: 0;
    z-index: 1;
    position: absolute;
    width: 42%;
    top: 0;
    left: 0;
    z-index: 0;
}

section#track {
    padding-top: 13em;
}

.track_wrap {
    background: #ffffff1f;
    border-radius: 5px;
    box-shadow: 0 5px 10px #25002c52;
    -webkit-backdrop-filter: blur(0.5em);
    backdrop-filter: blur(0.5em);
    padding: 7.5vw 1em 6vw;
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}

.release_tit {
    position: absolute;
    top: -15%;
    width: 32%;
}

.track_bg {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    z-index: -1;
    pointer-events: none;
    transform: scale(0.8);
    opacity: 0;
    transition: 1s cubic-bezier(0.25, 0.1, 0, 0.99);
}
.loaded .track_wrap.started .track_bg {
    transform: none;
    opacity: 1;
}

.track_bg > div {
    position: absolute;
    width: 1.5vw;
    height: 1.5vw;
    top: 0;
    left: 0;
    background: #b14141;
    border-radius: 1px;
}

.track_bg .track_bg02 {
    right: 0;
    left: auto;
}
.track_bg .track_bg03 {
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
}
.track_bg .track_bg04 {
    bottom: 0;
    top: auto;
}



.track_list {
    margin: 0 1em;
}

.track_list > li {
    font-weight: 600;
    margin-bottom: 0.1em;
    font-size: min(1.5vw, 22px);
}

#product h2 {
    left: auto;
    right: -3%;
}

.title_sub {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    padding: 0 0.5em;
}

.attentionList {
    margin-bottom: 0.75em;
}

.attentionList:last-child {
    margin-bottom: 0;
}

.attentionList li{
    font-size: 0.85em;
    text-indent: -1em;
    margin: 0 0 4px 1em;
    line-height: 1.6;
}
.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 {
    overflow: hidden;
}

.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;
    padding: 3.5em;
    background: #fff;
    margin-bottom: 3em;
    color: #dc809c;
    border-radius: 2em;
    box-shadow: 1vw 1vw 0 #00000029;
}

.general_box:last-child {
margin-bottom: 0;
}

.general_box_tit {
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 1.5em;
    letter-spacing: 0.15em;
}
.general_box_tit::after {
    content: '';
    display: block;
    width: 1.6em;
    height: 2px;
    background: #e3809c;
    margin: 0.5em 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: 400px;
    color: #fff;
    padding: 1.3em 0.75em;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto;
    background: #4d834c;
    font-size: 1.15em;
    line-height: 1;
    height: auto;
    background: linear-gradient(130deg, #4d834c, #0a5f38);
    transition: 0.4s;
    text-decoration: none;
    text-align: center;
    border-radius: 3em;
    position: relative;
}


.btn a .fa {
    position: absolute;
    right: 1.2em;
    font-size: 1.1em;
}

.btn.hide a {
    background: #a4a4a4;
    color: #dedede;
    pointer-events: none;
}


.btn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.btn_list > li {
    width: 47%;
    margin: 0 10px 20px;
}

.btn_list > li .btn a {
    max-width: none;
}

.attentionList li a {
    text-decoration: underline;
}



.releaseBox > .detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.releaseBox .jkBox {
    width: 47%;
    position: relative;
}

.releaseBox .jk_info {
    margin-bottom: 1.5em;
}

.releaseBox .txtBox {
    width: 46%;
    font-weight: 600;
}

.releaseBox .jk_info {
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease 0s;
}

.releaseBox .jkBox .jk {
    box-shadow: 0.25em 0.25em 1em #00000070;
    line-height: 0;
    transform: scale(1.2);
    opacity: 0;
    transition: 1s ease 0s;
}

.loaded .releaseBox.started .jk_info {
    transform: none;
    opacity: 1;
}
.loaded .releaseBox.started .jkBox .jk {
    transform: scale(1.001);
    opacity: 1;
}



.releaseBox .tit {
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 0.5em;
    letter-spacing: 0.08em;
    line-height: 1.5;
}

.releaseBox .tit.solotit {
    font-size: 1.8em;
}

.releaseBox .set {
    display: inline-block;
    padding: 0.1em 1em;
    font-size: 0.35em;
    letter-spacing: 0.05em;
    vertical-align: 3px;
    margin-left: 0.2em;
    letter-spacing: 0.15em;
    border-radius: 3px;
    background: #9f3636
}

.releaseBox .price {
    font-size: 1.6em;
    line-height: 1;
}

.releaseBox .price .sml {
    font-size: 0.7em;
}


.releaseBox .listItems > li {
    margin-bottom: 1.25em;
}

.releaseBox .listItems > li:last-child {
    margin-bottom: 0;
}

.releaseBox .detail_list {
    padding-left: 1.75em;
    border-left: 2px solid #9f3636;
}

.releaseBox .detail_list > li {
    margin-bottom: 0.5em;
    font-size: 0.9em;
    position: relative;
    line-height: 1.6;
    border-radius: 2em;
    list-style: disc;
    letter-spacing: 0.06em;
}

.releaseBox .detail_list > li:last-child {
    margin-bottom: 0;
}
.listItems {
    background: #ffffff1f;
    z-index: -1;
    border-radius: 5px;
    box-shadow: 0 5px 10px #25002c52;
    -webkit-backdrop-filter: blur(0.5em);
    backdrop-filter: blur(0.5em);
    padding: 1.5em;
}

.releaseBox .item_tit {
    font-weight: 600;
    margin-bottom: 0.3em;
}

.releaseBox {
    position: relative;
    margin-bottom: 10em;
}

.releaseBox:last-child {
    margin-bottom: 0;
}

.releaseBox > .detail.soloBox {
    width: 100%;
    display: block;
    max-width: none;
}

.releaseBox .soloBox .txtBox {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.releaseBox .soloBox .txtBox .listItems {
    width: calc(100% - 470px);
}


.product_02.releaseBox > .detail {
    flex-flow: row-reverse;
}

.product_02.releaseBox .jkBox::before {
    left: -21%;
    right: auto;
}


.product_02.releaseBox .releaseBox_logo > img {
    object-position: left top;
}


.shopBox {
    position: relative;
}

.store_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.store_list::after {
    content: '';
    width: 31%;
    height: 0;
}

.store_list > li {
    width: 31%;
    position: relative;
    padding: 0 1.5em 1.5em;
    margin-bottom: 3em;
    opacity: 0;
    transform: translateY(1em);
    transition: 0.4s;
}

.loaded .store_list.started > li {
    opacity: 1;
    transform: translateY(0);
}


.store_list > li::before {
    content: '';
    display: block;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff1f;
    z-index: -1;
    border-radius: 5px;
    box-shadow: 0 5px 10px #25002c52;
    -webkit-backdrop-filter: blur(0.5em);
    backdrop-filter: blur(0.5em);
}



.store_img {
    line-height: 0;
    margin-bottom: 1em;
}

.store_tit {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.store_txt {
    font-size: 0.85em;
}

.store_detail {
    margin-bottom: 1.2em;
}


#special h2 {
    width: 50%;
}

#special .special_inner {
    padding-top: 7em;
    max-width: 800px;
    margin: 0 auto;
}



#event {
    background: #ffffff1f;
    box-shadow: 0 5px 10px #25002c52;
    -webkit-backdrop-filter: blur(0.5em);
    backdrop-filter: blur(0.5em);
}

.event_tit {
    text-align: center;
    font-weight: bold;
    font-size: 1.75em;
    margin-bottom: 2em;
    line-height: 1.9;
    text-shadow: 0 0 0.2em #002d089e;
}

.event_tit::after {
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    background: #d14e4e;
    margin: 0.8em auto 0;
}



.ac {
margin-bottom: 30px;
    overflow: hidden;
    background: #1a710b1f;
    z-index: -1;
    border-radius: 5px;
    box-shadow: 0 5px 10px #001e06a1;
}

.ac:last-child {
    margin-bottom: 0;
}

.ac>dt {
    position: relative;
    cursor: pointer;
    background: #01ef1324;
}
.ac>dt::after {
content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-right: #d14e4e solid 4px;
    border-bottom: #d14e4e solid 4px;
    position: absolute;
    top: 45%;
    right: 20px;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}
.ac.on>dt::after {
    top: 53%;
    transform: translateY(-50%) rotate(-135deg);
}

.ac>dd {
    padding: 40px 55px;
    display: none;
    font-weight: 500;
}
.ac_title {
    color: #fff;
    padding: 30px 45px;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.09em;
}


.ac.inner_ac {
    border: none;
    background: #efefef;
    color: #000;
    border-radius: 10px;
}

.ac.inner_ac:last-child {
    margin-bottom: 0;
}

.ac.inner_ac .ac_title {
    color: #000;
    padding: 20px 30px;
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.05em;
    border-left: 10px solid #d14e4e;
}

.ac.inner_ac>dd {
    background: #fff;
    padding: 25px 35px;
}


.ac_txt {
    margin-bottom: 1em;
    font-size: 0.95em;
    letter-spacing: 0.05em;
}
.ac_txt:last-child {
    margin-bottom: 0;
}

.ac_innerBox a {
    color: #ffa5a5;
}

.ac_innerBox {
    background: #ffffff14;
    margin-bottom: 1.5em;
    padding: 1.5em 2em;
    border-radius: 5px;
}

.ac_innerBox:last-child {
    margin-bottom: 0;
}

.ac_boxtit {
font-size: 1.05em;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-bottom: 0.9em;
    border-left: 5px solid;
    padding-left: 0.5em;
    line-height: 1.5;
}

.bold_txt {
    font-weight: bold;
    margin-bottom: 0.2em;
}

.ac_detail_list > li {
    padding: 1em 0;
    border-bottom: 1px solid #fff6;
}

.ac_detail_list > li:first-child {
    border-top: 1px solid #fff6;
}

.ac_detail_list_tit {
    color: #c9f3e0;
    font-size: 0.95em;
    margin-bottom: 0.3em;
}

.cs {
    padding: 1em 0;
    text-align: right;
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 0.1em;
}


.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;
}


/*=====================================================
        footer
=======================================================*/
.footer{
    height: 300px;
    position: relative;
    overflow: hidden;
}
.footer .inner{
    position: absolute;
    left: 50%;
    bottom: 75px;
    transform: translateX(-50%);
    text-align: center;
}
.footer .inner .footerLogo{
    display: flex;
    margin: 0 0 20px;
}
.footer .inner .logo{
    width: 200px;
    margin: 0 auto 10px;
    padding: 0 20px;
}
.footer .inner .credit{
    font-weight: 500;
    color: #FFF;
    font-size: 0.8em;
}


#video h2 {
    width: 40%;
    left: -1%;
}

.innerVideo {
    width: 65%;
    margin: 0 0 0 auto;
}

.innerVideo iframe {
    border-radius: 1.5em;
    box-shadow: 1vw 1vw 0 #00000029;
}

.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%;
}




/****************************************

	PC

*****************************************/

@media screen and (min-width: 960px) {
.sp{
    display:none!important;  
}

.btn a:hover {
    filter: hue-rotate(37deg);
}

.official_link > li.menu_icon a:hover {
    filter: drop-shadow(0px 12px 10px #00000015);
    transform: scale(1.08);
}

}



/****************************************

	SP

*****************************************/

@media screen and (max-width: 960px) {

html {
    font-size: 8px;
}

.pc{
    display:none!important;  
}

.btn a {
    max-width: 350px;
    font-size: 1.3em;
    padding: 1.3em;
}

.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;
    background: #ffffff;
    box-shadow: none;
    color: #7fbeea;
}

#gNav .sns.share a {
    color: #7fbeea;
}

#gNav .official_link > li.menu_icon a {
    color: #7fbeea;
}

/****************************************
	ビジュアル
*****************************************/

.bgBox {
    height: 100lvh;
}

.bgBox_deco {
    width: calc(100% - 2em);
    height: calc(100dvh - 2em);
    top: 1em;
    left: 1em;
}

.bgBox_deco_01, .bgBox_deco_02, .bgBox_deco_03, .bgBox_deco_04 {
    width: 20%;
}

.bgBox_deco.anker_box {
    z-index: 2;
}

.bgBox_deco_05, .bgBox_deco_06 {
    top: -0.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
}

.bgBox_deco_06 {
    top: auto;
    bottom: -0.5%;
}

.anker_list {
    display: flex;
    justify-content: center;
}

.anker_list > li a {
    margin: 0 3px;
    width: 9px;
    height: 9px;
}

.bgBox_txt_01, .bgBox_txt_02 {
    left: -1.5%;
    font-size: 10px;
    -webkit-text-orientation: sideways;
    text-orientation: sideways;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: 0.3em;
}

.bgBox_txt_02 {
    left: auto;
    right: -1.5%;
    transform: translateY(-50%) rotate(180deg);
    bottom: auto;
}

.bgBox > div::before {
    top: 0.65em;
    left: 0.65em;
    font-size: 13vw;
}


.visual {
    height: auto;
}

.visual .visualInner {
flex-wrap: wrap;
    width: 100%;
    top: 0;
    position: relative;
    transform: none;
    left: 0;
    padding: 4em 0px;
    min-height: 100svh;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}
.visual .jk {
    width: 75%;
    padding: 0;
    margin: 0 auto 1.5em;
    max-width: 45vh;
    max-height: 50vh;
    min-height: 38vw;
    height: 88vw;
}

.visual .visual_title > p:nth-child(1) {
    width: 80%;
    margin: 0 auto 1.4em;
}



.visual .visual_title {
width: 75%;
    padding: 0;
    margin: 0 auto;
    max-width: 45vh;
}

.visual::before {
    top: 0;
    height: 60%;
    width: 50%;
}


.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%;
}

.visual .visual_title > p:nth-child(1) {
    width: 80%;
    margin: 0 auto 1.5em;
}

.top_release_in {
    font-size: min(4vw , 16px);
}


h2 {
    font-size: 2.3em;
}

.inBox {
    margin: auto;
    position: relative;
    max-width: 80%;
    z-index: 1;
}

.contents {
    padding: 4.5em 0;
}


section#track {
    padding-top: 9em;
}

.track_wrap {
    justify-content: flex-start;
}

.track_list > li {
    font-size: 1em;
}

.release_tit {
    top: -9%;
    width: 50%;
    left: 25%;
}



.attentionList li {
    font-size: 11px;
}

.general_box_tit {
    margin-bottom: 1.3em;
    line-height: 1.5;
}

.general_box {
    position: relative;
    padding: 1.5em;
    border-radius: 1.3em;
    margin-bottom: 2em;
}

.general_box.judging::before {
    width: 85%;
}


#product h2 {
    width: 54%;
    right: -1%;
}

.releaseBox .jkBox {
    width: 100%;
    margin-bottom: 1em;
}

.releaseBox .jkBox::before {
width: 120vw;
    right: 0;
    border-radius: 2em;
    border-width: 1px;
}

.releaseBox .jkBox .jk {
box-shadow: 0.7em 0.7em 0 #00000029;
    width: 85%;
    margin: 0 auto;
}

.releaseBox .txtBox {
    width: 100%;
    font-size: 1.1em;
    padding-top: 1em
}

.releaseBox .releaseBox_logo {
    width: 50%;
    top: 50%;
}

.releaseBox .tit {
    font-size: 2em;
}

.releaseBox .set {
    font-size: 0.5em;
    padding: 0.15em 1em;
    margin: 0;
    border-radius: 2px;
}

.listItems {
    padding: 1.5em 1em;
}

.releaseBox .detail_list > li {
    line-height: 1.5;
}

.releaseBox {
    margin-bottom: 4em;
}

.product_02.releaseBox > .detail {
    flex-flow: column;
}

.product_02.releaseBox .jkBox {
}

.releaseBox .tit.solotit {
    font-size: 1.5em;
    letter-spacing: 0.05em;
}

.releaseBox .price {
    line-height: 1.3;
}

.releaseBox .soloBox .txtBox .listItems {
    width: 100%;
}

#video h2 {
    left: -6%;
    width: 90%;
}

.innerVideo {
    width: 100%;
    padding-top: 3em;
}


#special {
    padding-top: 0;
}

#special h2 {
    width: 73%;
    left: -11%;
}

#special .special_inner {
    padding-top: 4em;
}


.event_tit {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 1.5em;
    word-break: keep-all;
}
.event_tit::after {
    width: 100%;
    margin-left: 0;
    height: 1px;
}
.ac_title {
    padding: 15px;
    font-size: 15px;
}
.ac>dt::after {
    right: 15px;
}

.ac>dd {
    padding: 15px;
}
.ac_innerBox {
    padding: 12px;
}

.ac_boxtit {
    border-width: 4px;
    margin-bottom: 12px;
    letter-spacing: 0.09em;
}

.bold_txt {
    line-height: 1.6;
    margin-bottom: 6px;
    text-indent: -1em;
    padding-left: 1em;
}


.link:hover{
opacity: 1;
}

.copy {
    text-align: center;
    font-size: 10px;
}

.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;
}



.store_list > li {
    width: 100%;
    margin-bottom: 1.5em;
}

.store_list > li:nth-last-child(-n + 3) {
    margin-bottom: 1.5em;
}

.store_list > li:last-child {
    margin-bottom: 0;
}

section#special::before {
    width: 8%;
    background: linear-gradient(180deg, #00ca5b 0%, #49b8eb 50%, #0b3983 100%);
}


.bg_blue .general_txt {
    font-size: 1.05em;
    text-shadow: 0 0 5px #0000006b;
}


.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
=======================================================*/
.footer{
    position: relative;
    overflow: hidden;
    height: 45vw;
}

.footer .mainImage {
    position: absolute;
    top: 0;
    transform: translateY(0);
}
.footer .inner .logo {
    width: 40%;
}
.footer .inner .credit {
    font-size: 10px;
}
.footer .inner {
    width: 85%;
    bottom: 9vw;
}
.footer .inner .footerLogo {
    margin: 0 0 10px;
}
.footer .inner .logo {
    width: 30%;
    padding: 0 10px;
}


.footer .mainImage img {
    height: 65vw;
}

}



@media screen and (max-width: 960px) and (min-width: 500px) {

html {
    font-size: 12px;
}

}




.slick-slide {
    height: auto !important;
}

.slick_img li {
    padding: 0 2%;
}

.slick_img {
    margin-bottom: 4em;
}


@media screen and (max-width: 960px) {
.slick_img {
    margin-bottom: 1em;
}

}