@charset "UTF-8";


/*===================================================


	reset.css


====================================================*/
*{
	-webkit-touch-callout: none;
	user-select: none;
	outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}


html,body {
font-family: "Helvetica Neue",Arial,'ヒラギノ角ゴ ProN',"Hiragino Kaku Gothic ProN","Hiragino Sans",'メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 0.1em;
}

html {
  -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: antialiased;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul, ol {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	text-decoration: none;
	color: inherit;
}
input, select {
	vertical-align:middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	line-height: 1.0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
	width:100%;
	vertical-align: bottom;
	line-height: 1.0;
}

body::before{
    content: "";
    position: fixed;
    left: -2vw;
    top: -2vw;
    width: 20vw;
    height: 20vw;
    background: url(/static/funkymonkeybabys/official/feature/natsuko/images/ph_tree_01_z9a328pm.svg) no-repeat right bottom;
    background-size: contain;
    pointer-events: none;
    transform-origin: bottom center;
    animation: palmSwing 8s ease-in-out infinite;
}
body::after{
    content: "";
    position: fixed;
    right: -8vw;
    bottom: -7vw;
    width: 20vw;
    height: 20vw;
    background: url(/static/funkymonkeybabys/official/feature/natsuko/images/ph_tree_02_z9a328pm.svg) no-repeat right bottom;
    background-size: contain;
    pointer-events: none;
    transform-origin: bottom center;
    animation: palmSwing 8s ease-in-out infinite;
    z-index: -1;
}
@keyframes palmSwing{
    0%,100%{
        transform:rotate(0deg) translateY(0);
    }
    20%{
        transform:rotate(1deg) translateY(-2px);
    }
    50%{
        transform:rotate(2deg) translateY(-4px);
    }
    80%{
        transform:rotate(-1deg) translateY(-2px);
    }
}

.bgBox {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

.bg {
    position: absolute;
    inset: 0;
}

.bg02 {
    background: url(/static/funkymonkeybabys/official/feature/natsuko/images/ph_wave_z9a328pm.svg) repeat-x center bottom;
    background-size: 100%;
    opacity: .35;
    transform-origin: center bottom;
    animation: waveUpDown 10s ease-in-out infinite;
}

.bg01 {
    background: url(/static/funkymonkeybabys/official/feature/natsuko/images/bg_main_pc_z9a328pm.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
}

@keyframes waveUpDown{
    0%{
        transform:translateY(30px);
    }
    50%{
        transform:translateY(0);
    }
    100%{
        transform:translateY(30px);
    }
}


/*===================================================

	フレーム

====================================================*/
body{
    overflow-x: hidden;
}
.allContain{

}
.contentsWrap{

}
section{
    margin: 0 0 10vw 0;
    position: relative;
}
section .inBox{
    width: 95%;
    background: rgba(255, 255, 255, 0.3);
    padding: 5vw;
    position: relative;
    color: #196293;
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
}
section .inBox.rightArea{

}
.inner{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.btnList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.borderBox .border {
    background-color: #000;
    position: fixed;
    z-index: 1000;
}
.borderBox .border.top {
    height: 5px;
    right: 0;
    top: 0;
    width: 100%;
}
.borderBox .border.left {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
}
.borderBox .border.bottom {
    height: 5px;
    left: 0;
    bottom: 0;
    width: 100%;
}
.borderBox .border.right {
    height: 100%;
    right: 0;
    bottom: 0;
    width: 4px;
}

/*===================================================

	共通

====================================================*/

.tit{

}
.txt{

}
.attentionList{

}
.attentionList li{

}
.attentionList li:last-child{

}
h3{
    padding: 0 0 0 50px;
    margin: 0 0 20px 0;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0;
    -webkit-filter: drop-shadow(5px 5px 0px rgba(21, 22, 88, 0.5));
    -moz-filter: drop-shadow(5px 5px 0px rgba(21, 22, 88, 0.5));
    -ms-filter: drop-shadow(5px 5px 0px rgba(21, 22, 88, 0.5));
    filter: drop-shadow(5px 5px 0px rgba(21, 22, 88, 0.5));
    color: #fff;
    font-family: "vdl-logojrblack", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.delighter {
    transition: all .5s ease-out;
    transform: translatey(5%);
    opacity: 0;
}

.delighter.started {
      transform: none;
      opacity: 1;
}
.anc{
display:block;
position: absolute;
top: -20px;
}

.ancPoint{
position:relative;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
.btn a{
    background: #196293;
    color: #ffffff;
    width: 350px;
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    border: 1px solid #ffffff;
    margin: auto;
    border-radius: 999px;
    font-weight: bold;
    box-shadow: 5px 5px #ffffff;
    -webkit-box-shadow: 5px 5px #ffffff;
}
.btn.sub a{
    background: #3e6b93;
    color: #fff;
    margin: 10px auto 0;
    border: 1px solid #fff;
}
.link{

}
.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
a {
    transition: 0.4s;
}
.loading{
	width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999999;
    transition: 0.4s;
}
.loaded .loading{
    z-index: -99999;
    opacity: 0;
}

/* -------------------------------------------------
	navigation
------------------------------------------------- */
#gNav {
    position: fixed;
    right: 0;
    color: #fff;
    box-sizing: border-box;
    top: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: 0.5s;
    background: linear-gradient(135deg, rgba(110, 212, 255, 0.95) 0%, rgba(62, 117, 221, 0.95) 50%, rgba(33, 77, 183, 0.95) 100%);
}

#gNav.open {
    transform: none;
}

#gNav .gnavMenu {
    text-align: center;
}

#gNav a {
    color: #fff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 21px;
    width: auto;
    letter-spacing: 0;
    -webkit-filter: drop-shadow(3px 3px 0px rgba(21, 22, 88, 0.5));
    -moz-filter: drop-shadow(3px 3px 0px rgba(21, 22, 88, 0.5));
    -ms-filter: drop-shadow(3px 3px 0px rgba(21, 22, 88, 0.5));
    filter: drop-shadow(3px 3px 0px rgba(21, 22, 88, 0.5));
    font-family: "vdl-logojrblack", sans-serif;
    font-weight: 900;
    font-style: normal;
}

#gNav li:last-child a{
    margin: 0 auto 0;
}

.gNavInr{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 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: 5px;
    right: 5px;
    z-index: 9999;
    border: none;
    text-decoration: none;
    opacity: 1;
    -webkit-animation: upIn 0.8s ease 2s 1 forwards;
    animation: upIn 0.8s ease 2s 1 forwards;		
        opacity: 0;
}

#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 { 
	-webkit-transform: translateY(7px) rotate(45deg); 
	transform: translateY(7px) rotate(45deg); 
} 
#menuButton.active span:nth-child(2) { opacity: 0;} 
#menuButton.active span:nth-child(3) { 
	-webkit-transform: translateY(-7px) rotate(-45deg); 
	transform: translateY(-7px) rotate(-45deg); 
} 
#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 40%;
    margin: 40px auto;
}

#menuButton span { 
	display: block; 
    background: #fff;
	width: 30px; 
	height: 2px; 
	position: absolute; 
	left: 8px; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s; 
} 

#menuButton.active span:first-child { 
	-webkit-transform: translateY(7px) rotate(45deg); 
	transform: translateY(7px) rotate(45deg); 
} 
#menuButton.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
}
#menuButton.active span:nth-child(3) { 
	-webkit-transform: translateY(-7px) rotate(-45deg); 
	transform: translateY(-7px) rotate(-45deg); 
} 		



/*===================================================

	VISUAL

====================================================*/

.heroView{
	height: 100vh;
    min-height: 800px;
    position: relative;
    margin: 0 auto;
}
.heroView .inner{
/*
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    width: 100%;
}
.heroView .inner .jk{
	width: 45%;
}
.heroView .inner .jk p{
	opacity: 0;
}
.loaded .heroView .inner .jk p{
	-webkit-animation: upIn 0.5s linear 1s forwards;
	animation:upIn 0.5s linear 1s forwards;
}
.heroView .inner .titArea{
    width: 55%;
    max-width: 600px;
    margin: auto;
    position: relative;
}
.heroView .inner .titArea::before{
    content: "";
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 55%;
    background: url(/static/funkymonkeybabys/official/feature/natsuko/images/ph_main_tit_03_z9a328pm.png) no-repeat bottom center;
    background-size: contain;
    pointer-events: none;
    transform-origin: bottom center;
    z-index: 0;
    mix-blend-mode: multiply;
    opacity: 0;

}
.heroView .inner .titArea h2{

}
.heroView .inner .titArea h2 p{
    opacity: 0;
    line-height: 0;
}
.heroView .inner .titArea h2 p:nth-child(1){
    width: 60%;
    margin: 0 auto 30px;
}
.heroView .inner .titArea h2 p:nth-child(2){
    width: 90%;
    margin: 0 auto 60px;
}
.heroView .inner .titArea h2 p:nth-child(3){
    margin: 0 auto;
}

.heroView .inner .titArea::before{
	-webkit-animation: sideIn 0.3s linear 3s forwards;
	animation:sideIn 0.3s linear 3s forwards;
}
.loaded .heroView .inner .titArea h2 p:nth-child(1){
	-webkit-animation: upIn 0.3s linear 2s forwards;
	animation:upIn 0.3s linear 2s forwards;
}
.loaded .heroView .inner .titArea h2 p:nth-child(2){
	-webkit-animation: upIn 0.3s linear 2.5s forwards;
	animation:upIn 0.3s linear 2.5s forwards;
}
.loaded .heroView .inner .titArea h2 p:nth-child(3){
	-webkit-animation: upIn 0.3s linear 3s forwards;
	animation:upIn 0.3s linear 3s forwards;
}

@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 sideIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(-60%, -50%);
		transform:  translate(-60%, -50%);
	}
	100% {
		opacity: 0.7;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}


.heroView .logo{
    width: 120px;
    position: absolute;
    top: 25px;
    left: 20px;
    -webkit-filter: drop-shadow(3px 3px 0px rgba(21, 22, 88, 0.5));
    -moz-filter: drop-shadow(3px 3px 0px rgba(21, 22, 88, 0.5));
    -ms-filter: drop-shadow(3px 3px 0px rgba(21, 22, 88, 0.5));
    filter: drop-shadow(3px 3px 0px rgba(21, 22, 88, 0.5));
}



.heroView .scrolldown{
    position: absolute;
    right: 50px;
    height: 80px;
    transform: translate(0, -50%);
    top: 50%;
}

.heroView .scrolldown span{
    position: absolute;
    left: 10px;
    top: 45%;
    transform: translate(0, -50%);
    color: #fff;
    font-size: 33px;
    letter-spacing: 0;
    writing-mode: vertical-lr;
    text-decoration: none;
    font-family: "lakeside", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.heroView .scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom:80px;}
  100%{bottom:0px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.heroView .scrolldown:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 80px;
    background: #fff
}



.list--nav--sns{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 220px;
    color: #ffffff;
    position: fixed;
    bottom: 20px;
    left:20px;
    text-align: center;
    z-index: 5;
    transform: translateY(105%);
    opacity: 0;
        transition: 0.5s;
        transition-delay:4s;
}
.loaded .list--nav--sns{
transform: none;
        opacity: 1;
}
.list--nav--sns li{

}
.list--nav--sns li.nav--instagram{
    position: relative;
    left: -2px;
}
.list--nav--sns li a{
    font-size: 16px;
    background: #255aba;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 999px;
    position: relative;
    letter-spacing: 0;
}
.list--nav--sns li a span{
    font-size: 70%;
    position: absolute;
    right: 3px;
}
.list--nav--sns li a svg{
    width: 25px;
    height: 25px;
    position: relative;
    top: 2px;
}




/*===================================================

	releaseBox

====================================================*/


.releaseBox{

}
.releaseBox .inBox {
    margin: 0 0 15vw;
}
.releaseBox .inBox.rightArea{
    margin: 0 0 15vw auto;
}
.releaseBox .inBox:last-of-type{
    margin: 0;
}
.releaseBox .inner{
    align-items: center;
}
.releaseBox .inner .jk{
    width: 40%;
    position: absolute;
    top: -5vw;
    right: 5vw;
    max-width: 600px;
    z-index: 2;
    opacity: 0;
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
}
.releaseBox .inBox.started .inner .jk{
	-webkit-animation: upIn 0.5s linear 0.2s forwards;
	animation:upIn 0.5s linear 0.2s forwards;
}
.releaseBox .inner .txtArea{
    width: 40vw;
    text-align: center;
    position: relative;
    overflow: hidden;
}
/*
.releaseBox .inBox.started .inner .txtArea::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color:rgba(255,255,255,0.2);
    z-index: 1;
	-webkit-animation:1s bgLRextendAnime 0.4s forwards 1;
	animation:1s bgLRextendAnime 0.4s forwards 1;
}
*/
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}


.releaseBox .inner .txtArea .tit{
	font-size:min(4.1vw, 80px);
    margin: 0 0 10px 0;
    font-weight: bold;
}
.releaseBox .inner .txtArea .tit span{
font-size: 35%;
    display: block;
}
.releaseBox .inner .txtArea .date{
    margin: 0 0 20px 0;
    font-size: min(1.5vw, 40px);
    font-weight: bold;
}
.releaseBox .inner .txtArea .number{
    font-size: 14px;
    margin: 0 0 10px 0;
}
.releaseBox .inner .txtArea .txt {
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin: 0 0 30px 0;
}
.releaseBox .inner .txtArea .type{
    font-size: min(3.5vw, 60px);
    font-weight: bold;
    margin: 0 0 10px 0;
    letter-spacing: 0.1em;
    -webkit-filter: drop-shadow(3px 3px 0px rgba(255, 255, 255, 0.8));
    -moz-filter: drop-shadow(3px 3px 0px rgba(255, 255, 255, 0.8));
    -ms-filter: drop-shadow(3px 3px 0px rgba(255, 255, 255, 0.8));
    filter: drop-shadow(3px 3px 0px rgba(255, 255, 255, 0.8));
}
.releaseBox .inner .txtArea .type span{
    font-size: 13px;
    padding: 10px;
    position: relative;
    margin: 0 auto 10px;
    border: 1px solid;
    display: block;
    max-width: 300px;
    background: #196293;
    color: #fff;
}
.releaseBox .inner .txtArea .type .mini{
    font-size: 50%;
    position: relative;
    top: -7px;
}
.releaseBox .inner .txtArea .price{
    font-size: min(2.2vw, 30px);
    margin: 0 0 20px 0;
    font-weight: bold;
}
.releaseBox .inner .txtArea .price .mini{
    font-size: 50%;
}
.releaseBox .inner .txtArea .list{
    padding: 20px 20px 20px 30px;
    background: rgba(62, 117, 221, 0.4);
    text-align: left;
    color: #fff;
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
}
.releaseBox .inner .txtArea .list li{
	text-indent: -0.8em;
    margin: 0 0 5px 0.8em;
    font-size: 14px;
    line-height: 1.5;
}
.releaseBox .inner .txtArea .list li span{
    font-weight: bold;
}
.releaseBox .inner .txtArea .list li:last-child{
    margin: 0 0 0 0.8em;
}
.releaseBox .inner .txtArea .list li .fa{
    font-size: 11px;
    margin: 0 10px 0 0;
    color: #196293;
}
.releaseBox .inner .txtArea .attentionTxt{
    font-size: 14px;
    margin: 20px 0;
    text-align: center;
    color: #d62140;
}
.releaseBox .inBox.rightArea .inner .jk{
    right: auto;
    left: 5vw;
    margin: 0 auto;
}
.releaseBox .inBox.rightArea .inner .txtArea {
    text-align: center;
    margin: 0 0 0 auto;
    width: 40vw;
}

.releaseBox .inner .txtArea .detail{
    margin: 0 0 20px 0;
}
.releaseBox .inner .txtArea .detail dt{
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #fff;
}
.releaseBox .inner .txtArea .detail dd{
    font-size: 19px;
}

.releaseBox .inner .txtArea .add_area{
    background: #4dc48e;
    padding: 30px;
    color: #fff;
}
.releaseBox .inner .txtArea .add_area .tit{
    font-size: 29px;
}
.releaseBox .inner .txtArea .add_area .txt{
text-align: center;
    font-size: 20px;
    margin: 0 0 15px 0;
    border: 1px solid;
    padding: 5px;
}
.releaseBox .inner .txtArea .add_area .attentionList{
text-align: left;
    font-size: 12px;
    margin: 0 auto 30px;
}
.releaseBox .inner .txtArea .add_area .attentionList li{
    text-indent: -1em;
    margin: 0 0 0 1em;
}

.releaseBox .songBox{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 3vw;
    margin: 50px 0 0 0;
    background: rgba(255, 255, 255, 0.1);
}
.releaseBox .songList {
    text-align: left;
    width: 49%;
}
.releaseBox .songList li {
    text-indent: 0;
    margin: 0 0 15px 0;
    font-size: 14px;
}
.releaseBox .songList li .tit{
    font-size: 15px;
        font-weight: bold;
}
.releaseBox .songList li .tit span{
font-size: 12px;
    display: inline-block;
    margin: 0 0 0 25px;
    font-weight: normal;
    color: #ff0000;
}
.releaseBox .songList li .txt{
    text-indent: 0;
    margin: 0;
    font-size: 11px;
}

.releaseBox .inBox.rightArea.re .inner .jk{
width: 30%;
    left: 10vw;
}


.releaseBox .inner{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

.releaseBox .inner .txtArea{
    width:40vw;
}

.releaseBox .inner .jk{
    width:40%;
    max-width:600px;
    position:sticky;
    top:100px;
    align-self:flex-start;
}

/*===================================================

	collaborationBox

====================================================*/

.collaborationBox{

}
.collaborationBox .inBox{
    margin: auto;
    width: 80%;
    max-width: 800px;
    padding: 2vw 3vw;
    background: rgba(62, 117, 221, 0.2);
    color: #fff;
}
.collaborationBox .inBox .ph{
    margin: 0 auto;
    max-width: 400px;
}
.collaborationBox .inBox .copy{
    font-size: 11px;
    text-align: center;
    margin: 0 auto 30px;
}
.collaborationBox .inBox .tit{
    font-size: 23px;
    text-align: center;
    font-weight: bold;
}
.collaborationBox .inBox .tit p:nth-child(1){
    font-size: 60%;
    margin: 0;
}
.collaborationBox .inBox .tit p:nth-child(2){
    margin: 0 0 10px 0;
}
.collaborationBox .inBox .tit p:nth-child(3){
    font-size: 50%;
    font-weight: normal;
}
.collaborationBox .inBox .tit .link{
    text-decoration: underline;
}


/*===================================================

	commentBox

====================================================*/

.commentBox .inBox h4 {
    text-align: center;
    font-size: min(3vw, 47px);
    font-weight: bold;
    margin: 0 0 30px 0;
}
.commentBox .inBox{
    margin: auto;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #404040;
}
.commentBox .inBox .lead{
    text-align: center;
    font-size: 19px;
    margin: 0 auto 30px;
}
.commentBox .inBox .btnList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.commentBox .inBox .btnList li{
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    transition: 0.4s;
    width: 48%;
    margin: 0;
    padding: 3vw 1.5vw;
    letter-spacing: 0.1em;
}
.commentBox .inBox .btnList li .txt {
    font-size: 17px;
    text-align: center;
    margin: 0 0 15px 0;
    color: #000;
}
.commentBox .inBox .btnList li .txt span{
    width: 100%;
    display: block;
    margin: 5px auto 0;
    max-width: 300px;
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 5px;
}
.commentBox .inBox .btnList li .btn a {
    background: none;
    color: #c1335c;
    width: auto;
    display: block;
    text-align: center;
    padding: 0;
    font-size: 19px;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}
.commentBox .inBox .btnList {
    max-width: 1000px;
    margin: auto;
}
.commentBox .inBox .btnList {
    justify-content: space-between;
    width: 100%;
}
.commentBox .inBox .btnList li .qr{
    max-width: 250px;
    margin: auto;
}


.heroView .linkTxt a{
    font-size: 14px;
    background: #000;
    color: #fff;
    width: 220px;
    padding: 10px;
    border-radius: 999px;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%,0);
    opacity: 0;
    text-align: center;
}
.loaded .heroView .linkTxt a{
    opacity: 1;
    transition-delay: 4s;
}
.btn.off a{
    pointer-events: none;
    background: #9e9e9e;
    margin: auto;
    border: 1px solid #9e9e9e;
}
.releaseBox.digitalReleaseInfoBox .inBox{
	width: 80%;
    margin: auto;
    background: rgba(62, 117, 221, 0.2);
    color: #fff;
}
.releaseBox.digitalReleaseInfoBox .inBox .subTit{
    border: 1px solid;
    text-align: center;
    max-width: 200px;
    padding: 10px;
    font-size: 18px;
    margin: 0 auto 30px;
    background: #fff;
    color: #196293;
    font-family: "vdl-logojrblack", sans-serif;
    font-weight: 900;
    font-style: normal
}
.releaseBox.digitalReleaseInfoBox .inBox .txt {
    font-size: 31px;
    text-align: center;
    margin: 0 auto 30px;
    font-weight: bold;
}
.releaseBox .inner .txtArea .btn a{
    margin: 0 auto 20px;
}


/*===================================================
  footer
====================================================*/
footer{
    padding: 60px;
    position: relative;
}
footer .link--fc{
    max-width: 500px;
    margin: 0 auto 20px;
}
footer .copyright{
    text-align: center;
}


@media screen and (min-width:960px){


.pc{
    display:block!important;
}
.sp{
    display: none!important;
}
#menuButton {
    display: none;
}

#gNav {
        transform: translateY(-105%);
        width: auto;
        height: auto !important;
        transition-delay: 4s;
        background: none;
        top: 20px;
        right: 20px;
        opacity: 0;
}

.loaded #gNav {
    transform: none;
        opacity: 1;
}

#gNav .gnavMenu {
    text-align: left;
    display: flex;
}
#gNav .gnavMenu li{
        position: relative;
        padding-left: 45px;
        list-style: none;
}

#gNav .gnavMenu li::before{
        content: "";
        position: absolute;
        left: 15px;
        top: 50%;
        width: 20px;
        height: 2px;
        background: #fff;
        transform: translateY(-50%);
        -webkit-filter: drop-shadow(3px 3px 0 rgba(21, 22, 88, 0.5));
        -moz-filter: drop-shadow(3px 3px 0 rgba(21, 22, 88, 0.5));
        -ms-filter: drop-shadow(3px 3px 0 rgba(21, 22, 88, 0.5));
        filter: drop-shadow(3px 3px 0 rgba(21, 22, 88, 0.5));
}
#gNav .gnavMenu li:hover::before{
    transform: translate(6px, -50%);
}
.list--nav--sns li a:hover{
    opacity: 0.5;
}
.btn a:hover{
    transform: translate(2px, 2px);
}
.btn.sub a:hover{

}
.linkBox .inBox .campaignBox .btn a:hover{
    background: #c1335c;
    color: #fff;
}
.commentBox .inBox .btnList li:hover a{
    opacity: 0.8;
}
footer .bnrList li a:hover{

}

}

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

.pc{
    display:none!important;
}
.sp{
    display: block!important;
}

body::before {
    left: -5vh;
    top: -2vh;
    width: 20vh;
    height: 20vh;
}
body::after {
    right: -9vh;
    bottom: -7vh;
    width: 20vh;
    height: 20vh;
}
section .inBox {
    padding:30px 20px;
    width: 95%;
}
section .inBox.rightArea {

}
h3 {
        font-size: 40px;
        text-align: center;
        padding: 0;
        margin: 0 auto 50px;
}
.btn a {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    font-size: 13px;
    margin: auto;
}
.allContain {
    position: relative;
    overflow: hidden;
}
section {
    margin: 0 0 50px 0;
    position: relative;
}
#gNav {
    width: 100%;
    height: 100lvh;
}
#gNav li {
    margin: 0 auto 20px;
}
#gNav a {
        font-size: 26px;
        line-height: 1.3;
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        filter: none;
}

#gNav::before {
    background-size: 66.5%;
}

#menuButton {
        top: 8px;
        width: 40px;
        background: #255aba;
        right: 7px;
}

#menuButton span {
    width: 25px;
}


.list--nav--sns {

}
.list--nav--sns li a {
        font-size: 15px;
}
.list--nav--sns li a svg {
    width: 17px;
    height: 17px;
    top: 2px;
}
.heroView {
    margin: 0 auto 10vh;
    min-height: auto;
}
.heroView .inner {
    top: 50%;
}
.heroView .inner .jk {
    width: 40vh;
    max-width: 600px;
    margin: 0 auto 5vh;
}
.heroView .inner .titArea {
        width: 80%;
}
.heroView .inner .titArea h2 {

}
.heroView .inner .titArea h2 p:nth-child(1) {

}
.heroView .inner .titArea h2 p:nth-child(2) {

}
.heroView .logo {
        width: 80px;
        position: fixed;
        top: 15px;
        left: 10px;
}

.heroView .scrolldown {
        position: absolute;
        right: 60px;
        transform: none;
        bottom: 20px;
        top: auto;
}

.movBox{

}
.movBox .mask {
    top: auto;
    bottom: -15vh;
    left: auto;
    right: -40vh;
}
    .releaseBox .inner .jk {
        width: 100%;
        margin: 0 auto;
        position: relative;
        left: auto;
        right: auto;
        top: -50px;
    }
.linkBox .inBox .campaignBox .btn a {
    width: 100%;
    max-width: 400px;
    padding: 15px;
}
.releaseBox .inner .txtArea {
    width: 100%;
	order: 2;
}
.releaseBox .inner .txtArea .tit {
    font-size: 33px;
    margin: 0 0 10px 0;
    text-align: center;
}
.releaseBox .inner .txtArea .tit span {
    display: block;
        font-size: 15px;
}

.releaseBox .inner .txtArea .date {
    margin: 0 0 20px 0;
    font-size: 14px;
    text-align: center;
}
.releaseBox .inner .txtArea .type {
        font-size: 35px;
}
.releaseBox .inner .txtArea .type span{
    font-size: 11px;
    max-width: 150px;
    padding: 5px;
}
.releaseBox .inner .txtArea .type .mini {
    top: -3px;
}
.releaseBox .inner .txtArea .price {
    font-size: 19px;
    margin: 0 0 20px 0;
}
.releaseBox .inner .txtArea .number {
    font-size: 11px;
    margin: 0 0 5px 0;
}
.releaseBox .inner .txtArea .txt {
    font-size: 12px;
    margin: 0 0 15px 0;
}
.releaseBox .inner .txtArea .list li {
    font-size: 11px;
}

.releaseBox .inBox.rightArea .inner .txtArea {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.releaseBox .inner .txtArea .attentionTxt {
    font-size: 11px;
    margin: 15px 0;
    text-align: left;
}
.releaseBox .inner .txtArea .list {
    margin: 0 0 20px 0;
}
.releaseBox .inner .txtArea .add_area .tit {
    font-size: 18px;
}
.releaseBox .inner .txtArea .add_area .txt {
    font-size: 14px;
}
.releaseBox .inner .txtArea .add_area .attentionList {
    margin: 0 auto 20px;
}

.releaseBox .inBox.rightArea .inner .jk {
        position: relative;
        right: auto;
        left: auto;
        margin: 0 auto;
}

.releaseBox .songBox {
    padding: 20px;
    margin: 20px 0 0 0;
}
.releaseBox .songList {
    width: 100%;
}
.releaseBox .songList li .tit {
    font-size: 13px;
    margin: 0 0 5px 0;
}
.releaseBox .songList li .tit span {
    font-size: 11px;
    display: block;
    margin: 0;
}
.releaseBox .songList li {
    margin: 0 0 10px 0;
}
.releaseBox .inBox.rightArea.re .inner .jk {
    width: 65%;
    right: auto;
    left: auto;
    margin: 0 auto;
}
.releaseBox .inner .txtArea .detail {
    margin: 0 0 15px 0;
}
.releaseBox .inner .txtArea .detail dt {
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #fff;
}
.releaseBox .inner .txtArea .detail dd {
    font-size: 14px;
}

.collaborationBox .inBox {
        width: 90%;
        padding: 30px;
}
.commentBox .inBox h4 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
    .commentBox .inBox .btnList li {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 20px;
    }
	.commentBox .inBox .btnList li:last-child{
    	margin: 0;
    }
	.commentBox .inBox h3 {
        margin: 0 0 15px 0;
        font-size: 20px;
	}
	.commentBox .inBox .lead {
	    text-align: left;
	    font-size: 13px;
	    margin: 0 auto 20px;
	}
    .commentBox .inBox .btnList li .btn a {
        background: transparent;
        color: #000;
        border: none;
        padding: 0;
        position: initial;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        font-size: 14px;
    }
	.commentBox .inBox .btnList li .txt {
	    font-size: 14px;
	}

.collaborationBox .inBox .ph{
    margin: 0 auto 5px;
}
.collaborationBox .inBox .copy {
    font-size: 9px;
    text-align: center;
    margin: 0 auto 20px;
}
.collaborationBox .inBox .tit {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.collaborationBox .inBox .tit p:nth-child(1) {
    font-size: 70%;
    margin: 0 0 5px 0;
}
.collaborationBox .inBox .tit p:nth-child(2) {
    margin: 0 0 5px 0;
}
.collaborationBox .inBox .tit p:nth-child(3) {
    font-size: 80%;
    font-weight: normal;
}

.inBox {
    width: 85%;
    margin: auto;
}
.releaseBox.digitalReleaseInfoBox .inBox {
    width: 90%;
}
.releaseBox.digitalReleaseInfoBox .inBox .subTit {
    max-width: 180px;
    padding:5px;
    font-size: 13px;
    margin: 0 auto 15px;
}
.releaseBox.digitalReleaseInfoBox .inBox .txt {
    font-size: 17px;
    text-align: center;
    margin: 0 auto 15px;
    font-weight: bold;
}


footer {
    padding:20px 20px 80px 20px;
}
footer .bnrList {
    display: block;
    margin: 0 auto 40px;
}
footer .bnrList li {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
}
footer .bnrList li:last-child {
    margin: 0;
}
footer .footerLogo {
    width: 50%;
    margin: 0 auto 40px;
}
footer .credit {
    font-size: 10px;
    line-height: 1.5em;
}
footer .link--fc {
    max-width: 250px;
    margin: 0 auto 20px;
}
footer .copyright {
    text-align: center;
    font-size: 11px;
}




}