@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/vam7pgs.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;
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
    background: #f3f3f3;
    position: relative;
    height: auto;
    color: #606f87;
    font-weight: 500;
    letter-spacing: 0.07em;
}

* {
    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;
}

a {
    color: #606f87;
}

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;
}



.fadeup {
    transition: all .5s ease-out;
    transform: translatey(30px);
    opacity: 0;
   }
 
.loaded .fadeup.started {
      transform: none;
      opacity: 1;
   }

.loaded .fade_list.started > li {
    transform: none;
    opacity: 1;
}
.fade_list > li {
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease;
}


body:not(.page--home) .header {
    position: relative;
    display: none;
}
body:not(.page--home) .wovn-languages {

}
.wovn-languages {
    position: absolute;
    top: 30px;
    right: 30px;
}
body:not(.page--home) .footer::after {
    display: none!important;
}
body:not(.page--home) .footer::before{
    display: none!important;
}
body:not(.page--home) .wrap {
    padding-bottom: 7.5em;
}
.cc-color-override-1332973529.cc-window {
  display: none;
}
.footer .copyright {
    font-weight: 500;
    color: #000;
    text-align: center;
}
body:not(.page--home) .footer {
    padding: 0 0 1em;
}

.wrap {
    background: none;
}




/****************************************
	ビジュアル
*****************************************/

.visual{
    height: 100vh;
    height: 100svh;
    margin: 0;
    position: relative;
    min-height: 40vw;
    display: flex;
    align-items: center;
    justify-content: center;
}


.loaded .visual::before {
    transform: scaleX(1);
}

.visual .visualInner{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 86%;
    max-width: 140vh;
}
.visual .visual_title{
    width: 60%;
}
.visual .visual_title p{
	opacity: 0;
}
.visual .visual_title p:nth-child(1) {
    width: 51%;
    margin: 0 auto 1.75em 0;
    line-height: 0;
}
.visual .visual_title p:nth-child(2) {
    width: 100%;
    margin: 0 auto 1.5em;
    line-height: 0;
}
.visual .visual_title p:nth-child(3){
    line-height: 0;
    width: 80%;
    margin-bottom: 1.5em;
}


.loaded .visual .visual_title p:nth-child(1){
  animation: upIn 0.8s ease 1.4s 1 forwards;
}
.loaded .visual .visual_title p:nth-child(2){
  animation: upIn 0.8s ease 1.6s 1 forwards;
}
.loaded .visual .visual_title p:nth-child(3){
  animation: upIn 0.8s ease 1.8s 1 forwards;
}
.loaded .visual .visual_title p:nth-child(4){
  animation: upIn 0.8s ease 2s 1 forwards;
}
.loaded .visual .visual_title p:nth-child(5){
  animation: upIn 0.8s ease 2.6s 1 forwards;
}


.visual .visual_txt .visual_title {
    width: 100%;
}

.visual .jk{
    width: 36%;
    opacity: 0;
    line-height: 0;
    box-shadow: 0.25em 0.5em 1.75em #00000040;
}
.loaded .visual .jk{
  animation: upIn 0.8s ease 1.2s 1 forwards;
}


.visual_bg {
    position: absolute;
    top: 4em;
    left: -2%;
    width: 99%;
    height: calc(100% - 8em);
    background: url(/static/kobukuro/official/feature/asb/img/ph_bg_title_c3HFuep5.png);
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 50%;
    transition: 0.5s 0.4s;
}

.visual_bg::before {
    content: '';
    display: block;
    width: 12vw;
    height: 12vw;
    border-top: 5px solid;
    border-right: 5px solid;
    position: absolute;
    top: 0;
    right: 0;
    border-color: #e3e4e7;
    transition: 0.5s 0.4s;
    width: 0;
    height: 0;
}

.visual_bg::after {
    content: '';
    display: block;
    width: 12vw;
    height: 12vw;
    border-bottom: 5px solid;
    border-right: 5px solid;
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: #e3e4e7;
    transition: 0.5s 0.4s;
    width: 0;
    height: 0;
}

.loaded .visual_bg::before {
    width: 12vw;
    height: 12vw;
}


.loaded .visual_bg::after {
    width: 12vw;
    height: 12vw;
}


@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-family: "nimbus-sans", sans-serif;
    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; }
  }






.inBox{
    width: 80%;
    margin: auto;
    position: relative;
    max-width: 1300px;
    z-index: 1;
    margin-bottom: 6.5em;
}

.inBox:last-child {
    margin-bottom: 0;
}

h2 {
    text-align: left;
    font-size: 3em;
    position: relative;
    line-height: 1;
    z-index: 1;
    padding: 0 0%;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    margin-bottom: 1.2em;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.tit_sub {
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
    font-size: 0.4em;
    margin-left: 0.5em;
}

.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.mov_wrap {
    width: 64%;
    margin: 0 0 0 auto;
}

.comment h2 {
    position: absolute;
    top: 0;
    left: 0;
}

.tit_bg {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-size: 9vw;
    position: absolute;
    line-height: 0.9;
    bottom: -4%;
    left: -15%;
    opacity: 0.1;
    letter-spacing: -0.05em;
}


#product h2 {
    margin-bottom: 0;
}

.title_sub {
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    padding: 0 0.5em;
}

.attentionList li{
font-size: 0.85em;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.attentionList li:last-child {
    margin-bottom: 0;
}

.attentionList li.sml {
    font-size: 0.85em;
}

.attentionBox > dt {
    font-weight: 600;
    margin-bottom: 0.5em;
}

.copy{
    text-align: center;
    color: #f8b500;
    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;
}



/****************************************
	概要
*****************************************/

.contents {
    position: relative;
    padding: 6.5em 0;
}

.contents:nth-of-type(odd) {
    background: #fff;
}

.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;
    border: 2px solid;
    padding: 2.5em;
    box-shadow: 5px 5px;
    background: #fff;
    margin-bottom: 2.5em;
}

.general_box:last-child {
margin-bottom: 0;
}

.general_box_tit {
font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 1.5em;
    letter-spacing: 0.2em;
    text-indent: 0.45em;
    border-left: 5px solid;
    padding: 0 0 0 0.25em;
    line-height: 1.55;
}

.general_txt {
    font-size: 1em;
    margin-bottom: 1.5em;
    line-height: 1.9;
    font-weight: 600;
}

.general_txt:last-child {
    margin-bottom: 0;
}

.general_txt_min {
    font-size: 0.9em;
    line-height: 1.6;
}

.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;
}

.album_box:not(:last-child) {
    margin-bottom: 2.5em;
    padding-bottom: 2.5em;
    border-bottom: 1px solid;
}


.detail_txt {
    font-size: 15px;
    margin-top: 30px;
    text-align: center;
}


.detailBox_tit {
    margin-bottom: 15px;
    position: relative;
    width: 70%;
    line-height: 0;
}

.lead {
    line-height: 2.2;
    font-size: 1.08em;
}


.type_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.type_list > li {
    background: #fff;
    width: 32%;
    border-radius: 1em;
    padding: 1em 1.25em;
    box-shadow: 0 0.3em 0.75em #1d1e2729;
}

.type_list_tit {
    border-bottom: 1px solid;
    margin-bottom: 0.6em;
}

.type_list_txt {
    font-size: 0.75em;
}


.disc_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.disc_list > li {
    width: 23%;
}

.disc_list > li a {
aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #d85fd0;
    font-weight: bold;
    font-size: 1.1em;
    border-left: 9px solid;
    background: #ffffff;
    box-shadow: 0 0.3em 0.75em #1d1e2729;
    border-radius: 0.25em;
    position: relative;
    z-index: 1;
    transition: 0.4s;
}

.disc_list > li a:hover {
    transform: translateY(-13px);
}

.disc_list > li:nth-of-type(2) a {
    color: #65c8dd;
}
.disc_list > li:nth-of-type(3) a {
    color: #dda765;
}
.disc_list > li:nth-of-type(4) a {
    color: #dd6590;
}
.disc_list > li a::before {
    content: '';
    display: block;
    width: 82%;
    background: #9d9d9d17;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    aspect-ratio: 1/1;
}

.disc_list > li a::after {
    content: '';
    display: block;
    width: 20%;
    background: #ffffff;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    aspect-ratio: 1/1;
}

.disc_click {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 0.7em;
    border-bottom: 2px solid;
    line-height: 1.5;
}


.ank_list > li a {
background: #3fc2e0;
    margin-bottom: 1em;
    display: block;
    border-radius: 3em;
    padding: 1em 2em 1em 1.75em;
    box-shadow: 0 0.2em 0.5em #1d1e2729;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    font-size: 1.4em;
    line-height: 1.5;
}

.ank_list > li a .fa {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

.ank_list > li:last-child a {
    margin-bottom: 0;
}


.point_wrap h2 {
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
    font-size: 1.7em;
    text-align: center;
    margin-bottom: 2.5em;
    font-weight: bold;
    display: block;
    line-height: 1.6;
    color: #07bae3;
}

.point_wrap h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 5px;
    background: #07bae3;
    margin: 25px auto 0;
}

.menu_icon {
    width: 150px;
    position: absolute;
    top: -127px;
    left: -5px;
}

.jacket_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.jacket_ph {
    width: 38%;
    line-height: 0;
}

.jacket_lead {
    width: 50%;
    line-height: 1.9;
}

.jacket_lead .name {
    text-align: right;
    display: inline-block;
    margin-top: 0.75em;
    width: 100%;
}

.ico_prize {
    display: inline-block;
    font-size: 2em;
    line-height: 1;
    margin-bottom: 0.75em;
    background: #c90000;
    color: #fff;
    font-weight: bold;
    padding: 0.1em 0.6em;
    box-shadow: 3px 3px 0 #00000040;
}
.prize_b .ico_prize {
    background: #0081c9;
}

.line_txt {
    background: linear-gradient(transparent 60%, #ffe3e3 60%);
}

.prize_b .line_txt {
    background: linear-gradient(transparent 60%, #e3e4ff 60%);
}


.period {
    text-align: center;
    border: 2px solid #c90000;
}

.period_tit {
    background: #c90000;
    letter-spacing: 0.2em;
    padding: 0.5em;
    font-size: 1.4em;
        color: #fff;
}

.period_txt {
    font-size: 1.35em;
    padding: 0.9em;
    font-weight: 500;
    background: #fff;
    font-weight: bold;
    color: #c90000;
}

.ph_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 4em;
}
.ph_list:last-child {
    margin-bottom: 0;
}

.ph_list > li {
    width: 31%;
    margin: 0 1%;
    line-height: 0;
}


.ph_desc {
    line-height: 1.6;
    margin-top: 0.35em;
    text-align: center;
}

.disc_pick_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.disc_pick_list > li {
    width: 48%;
    background: #eff0f3;
    margin-bottom: 2em;
    display: block;
    border-radius: 1em;
    padding: 1.5em 1.75em;
    box-shadow: 0 0.2em 0.5em #1d1e2729;
}

.disc_pick_list .tit {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
}


.link{
    color: #f8bb00;
    font-size: 12px;
}
.link:hover{
transition: 0.4s;
    opacity: 0.7;
}

.btn {
    margin-bottom: 1em;
}
.btn:last-child {
    margin-bottom: 0;
}

.btn a {
    max-width: 400px;
    color: #fff;
    padding: 1.5em 0.75em;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto;
    background: #5f6f86;
    font-size: 1.1em;
    line-height: 1;
    height: auto;
    background: linear-gradient(0deg, #5f6f86 0%,  #7e8aa0 100%);
    transition: 0.4s;
    text-decoration: none;
    text-align: center;
}

.btn a:hover {
    filter: grayscale(0.8);
}

.btn.hide a {
    background: #a4a4a4;
    color: #dedede;
    pointer-events: none;
}
.btn.btn_b a {
    background: linear-gradient(180deg, #59c6e1 0%, #3292bf 100%);
}

.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;
}







section#special {
}

#special h2 {
    justify-content: flex-start;
    flex-flow: row-reverse;
}

#special h2::before {
    margin: 0 0 0 1.5%;
}

.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;
}

.popup {
    color: #484848;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    padding: 4em;
    max-width: 800px;
}

.popup .section-tit {
    text-align: center;
    margin-bottom: 3em;
    font-size: 1.05em;
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
}


.topBtn a {
    display: inline-block;
}

.topBtn_txt {
    font-weight: 600;
    margin-bottom: 0.8em;
}



/****************************************

	PC

*****************************************/

@media screen and (min-width: 960px) {
.sp{
    display:none!important;  
}

body:not(.page--home) .wovn-languages {
    top: 75px;
    right: 5%;
}

#menuButton {
    display: none;
}

}





/****************************************

	SP

*****************************************/

@media screen and (max-width: 960px) {

html {
    font-size: 8px;
}

.pc{
    display:none!important;  
}

.btn a {
    max-width: 325px;
    font-size: 15px;
    line-height: 1.5;
    padding: 1.2em 0.75em;
}

.loading_inner {
    background: linear-gradient(180deg, #00ca5b 0%, #38a8db 50%, #124493 100%);
}

.loading_img {
    width: 20%;
}

#gNav a {
    color: #fff;
    border-bottom: 1px solid;
    display: block;
    text-align: right;
    padding: 0 0.5em 0.2em;
}

/****************************************
	ビジュアル
*****************************************/

.visual {
    min-height: auto;
}

.visual .visualInner {
    width: 85%;
    flex-flow: column-reverse;
}

.visual .jk {
    width: 100%;
    margin-bottom: 2em;
}


.visual .visual_title {
width: 100%;
    padding: 0;
    margin: 0 0 0 auto;
}

.visual_bg {
    background-position: 0 100%;
}

.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;
}


h2 {
    font-size: 2.3em;
}

.title_sub {
    font-size: 12px;
}


.inBox {
    width: 85%;
    margin: auto;
    margin-bottom: 4em;
}

.contents {
    padding: 4em 0;
    overflow: hidden;
}

.disc_list > li {
    width: 48%;
    margin-bottom: 1em;
}

.type_list > li {
    width: 100%;
    margin-bottom: 1em;
}

.type_list > li:last-child {
    margin-bottom: 0;
}

.ank_list > li a {
    padding: 1em 2.75em 1em 1.75em;
    font-size: 1.2em;
}

.inBox.menu {
    padding-top: 7em;
}

.menu_icon {
    width: 117px;
    top: -9px;
    left: -31px;
    transform: rotate(-13deg);
}

.jacket_ph {
    width: 100%;
    margin-bottom: 1.5em;
}

.jacket_lead {
    width: 100%;
    line-height: 1.8;
}

.ph_list > li:last-child {
    margin-bottom: 0;
}

.ph_list > li {
    width: 100%;
    margin: 0 0 1.5em;
}

.point_wrap h2 {
    margin-bottom: 1.5em;
    font-size: 1.4em;
}

.point_wrap h2::after {
    width: 60px;
    height: 4px;
    margin-top: 15px;
}

.ph_list {
    margin-bottom: 2em;
}

.list--track > li {
    font-size: 1em;
}

.disc_pick_list > li {
    width: 100%;
    margin-bottom: 1.5em;
    padding: 1.2em 1.3em;
}

.ico_prize {
    font-size: 1.5em;
}

.attentionList li {
    font-size: 11px;
}



.general_box_tit {
    margin-bottom: 1.3em;
}

.general_box {
position: relative;
    border: 2px solid;
    padding: 1.25em;
    box-shadow: 3px 3px;
    margin-bottom: 2em;
}

.general_box.judging::before {
    width: 85%;
}


.lead {
    line-height: 2;
    font-size: 1em;
}

.comment h2 {
    position: relative;
    margin-bottom: 0.8em;
}

.mov_wrap {
    width: 100%;
    margin: 0 0 0 auto;
}

.tit_bg {
    right: -22%;
    left: auto;
    top: -1%;
    font-size: 16vw;
}

.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;
}


.shop_list > li {
    width: 100%;
}

.shopBox::before {
    height: calc(100% - 37em);
    top: 5em;
    width: 84%;
}

section#special::before {
    width: 8%;
    background: linear-gradient(180deg, #00ca5b 0%, #49b8eb 50%, #0b3983 100%);
}


.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;
}


.btn.btn_bnr {
    margin-bottom: 3em;
}

.footer_logo {
    width: 200px;
    height: 33px;
}

body:not(.page--home) .footer .copyright {
    text-align: center;
    padding-top: 0;
}


}



@media screen and (max-width: 960px) and (min-width: 500px) {

html {
    font-size: 12px;
}

}



#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent {
    overflow: visible !important;
}

#cboxOverlay {
    background: rgb(0 0 0) !important;
}

#cboxLoadedContent {
    margin: 0;
}

#cboxContent {
    border-radius: 2em;
}

#cboxLoadedContent::-webkit-scrollbar {
    display: none;
}


/* popup */
.block--overlay {
    display: none;
    position: fixed;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -10px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 9000;
    background: rgba(0, 0, 0, 0.8);
}
.block--overlay .overlay__container {
  display: table;
  padding: 10px 0;
  width: 100%;
  height: 100%;
}
.block--overlay .overlay__inner {
  display: table-cell;
  vertical-align: middle;
}
.block--overlay .overlay__modal {
  background-color: #fff;
  margin: 0 5%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
.block--overlay .overlay__modal::after {
  display: table;
  content: '';
  clear: both;
}

.block--popup {
    padding: 40px 50px;
    width: 850px;
}

.block--overlay .scroll-area {
  max-height: 300px;
  max-height: 85vh;
  padding: 20px 5.5% 80px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.block--overlay .btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  margin: 0;
}
.block--overlay .btn--main {
  border-radius: 0 0 9px 9px;
  border: none;
  width: 100%;
  background:#151515;
}


.block--popup .tit {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.popup01 .tit {
    color: #d85fd0;
}
.popup01 .list--track > li .song .numb {
    color: #d85fd0;
}
.popup02 .tit {
    color: #65c8dd;
}
.popup02 .list--track > li .song .numb {
    color: #65c8dd;
}
.popup03 .tit {
    color: #dda765;
}
.popup03 .list--track > li .song .numb {
    color: #dda765;
}
.popup04 .tit {
    color: #dd6590;
}
.popup04 .list--track > li .song .numb {
    color: #dd6590;
}

.list--track_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list--track_wrap .list--track {
    width: 49%;
}

.list--track > li {
    line-height: 1.5;
    margin: 0 0 10px;
    font-size: 0.85em;
}

.list--track > li .song .numb{
    margin: 0 5px 0 0;
    font-weight: 700;
    font-size: 0.9em;
    letter-spacing: 0;
}
.list--track li .song {
	display: block;
    text-indent: -1.8em;
    padding-left: 1.8em;
    font-weight: bold;
}
.list--track li .song.before {color: #999;}
.list--track li .song .song--first {
    font-size: 12px;
    background: -moz-linear-gradient(-45deg, rgb(255, 115, 71) 1%,rgb(149, 74, 158) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(255, 115, 71) 1%,rgb(149, 74, 158) 100%);
    color: #fff;
    padding: 0 5px;
    margin: 0 0 0 10px;
    position: relative;
    top: -1px;
}
.list--track li .tieup {
	display: block;
	opacity: .5;
	font-size: 11px;
	margin-top: 2px;
}
.list--track .item--track__bonus_track p{
  font-weight: bold;
  font-size: 15px;
  color: #3d9e84;
  padding-top: 20px;
}



/*===================================================
  fansiteBox
====================================================*/
.fansiteBox{
}
.fansiteBox .inBox{

}
.fansiteBox h3{
    width: 500px;
    margin: 0 auto 60px;
}
.fansiteBox .txt {
text-align: center;
    font-size: 0.85em;
    margin: 1.3em auto;
}
.fansiteBox .btnList{
    display: flex;
    justify-content: center;
}
.fansiteBox .btnList li{
    line-height: 0;
    width: 300px;
    padding: 0 20px;
}
.fansiteBox .btnList li a{
    display: block;
    padding: 20px 40px;
    border-radius: 20px;
}
.fansiteBox .btnList li a.team{
    background: #184DB1;
}
.fansiteBox .btnList li a.class{
    background: #3DB7E4;
}
.fansiteBox .footerMenu{
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}
.fansiteBox .footerMenu li{
    margin-right: 20px;
    border-right: 1px solid;
    padding-right: 20px;
    line-height: 1em;
}
.fansiteBox .footerMenu li a{
font-size: 80%;
}
.fansiteBox .footerMenu li:last-child {
    margin-right:0;
    border-right: none;
    padding-right: 0;
}
.fansiteBox .credit{
    text-align: center;
    font-size: 70%;
}

.btn_box {
    background: #f3f3f3;
    padding: 3em;
    text-align: center;
    margin: 3em 0;
}

.btn_box_tit {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
}


.floatBtn{
    transition: 0.5s ease 0.2s;
    position: fixed;
    bottom: 2em;
    left: 2em;
    z-index: 999;
    opacity: 0;
}
.loaded.scrolled .floatBtn {
    opacity: 1;
}


.floatBtn a{
    width: 220px;
    font-size: 100%;
    padding: 20px 20px;
    text-align: center;
    font-weight: 500;
    box-shadow: 0 5px 15px #00000080;
}

.period_desc {
    text-align: center;
    padding-top: 0.5em;
    color: #c90000;
}


/* fansiteBox min 768 max 960 */
@media screen and (min-width:520px) and ( max-width:768px) {
.fansiteBox .inBox {
    max-width: 520px;
}
}

/* fansiteBox max 769 */
@media screen and (max-width: 769px){
.fansiteBox h3 {
    width: 80%;
    margin: 0 auto 40px;
}
.fansiteBox .txt {
    text-align: left;
    font-size: 0.9em;
}
.fansiteBox .btnList {
    justify-content: space-between;
}
.fansiteBox .btnList li {
    width: calc(50% - 10px);
    padding: 0;
}
.fansiteBox .btnList li a {
    padding: 20px;
    border-radius: 10px;
}
.fansiteBox .footerMenu {
    display: block;
    text-align: center;
}
.fansiteBox .footerMenu li {
    margin-right: 0;
    border-right: none;
    margin-bottom: 10px;
    padding: 0;
}

.btn_box {
    padding: 1.5em;
    margin: 2em 0;
}

.fansiteBox .credit {
    font-size: 60%;
    margin-bottom: 3em;
}
.floatBtn {
    left: auto;
    right: 0.5em;
    bottom: 0.5em;
}

.block--popup {
    width: 100%;
    padding: 20px;
}

.list--track_wrap .list--track {
    width: 100%;
}

.period_desc {
    text-align: left;
    font-size: 12px;
}

}

