@charset "utf-8";
/* normalize */
*,::after,::before,blockquote,body,dd,dl,dt,fieldset,figure,.logo,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{padding:0;margin:0}body,html{height:100%;-webkit-text-size-adjust:none}.logo,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}audio,embed,iframe,img,object,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}i{font-style:normal}img{max-width:100%}::selection{background:#333;color:#e8e6df}::-moz-selection{background:#333;color:#e8e6df}*,::after,::before{box-sizing:border-box;outline:0;}

button,textarea,select,img ,input{ outline: none; }

/* clearfix */
.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}

/* base
============================== */
a {
  font-weight: bold;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #e68538;
}
img {max-width: 100%;}

/* layout
============================== */
body {
	height: 100%;
	font-family: YakuHanJP, -apple-system, Helvetica, Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Noto Sans Japanese', "メイリオ", sans-serif;
	font-weight: 400;
    line-height: 1.7;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	background: #FFFBF2;
	color: #1a1a1a;
	font-size: 15px;
	text-rendering: optimizeLegibility;
}
.wrap {
	overflow: hidden;
	min-height: 100%;
	position: relative;
	padding: 0 3vw;
	background: #FFFBF2;
}

/* components
============================== */
.center	{ text-align: center; }
.bold	{ font-weight: 600; }
.txt {margin: 0 0 1em;}
.txt--sub {
	font-size: .8em;
	opacity: .6;
	line-height: 1.4;
}
.ph {line-height: 0; position: relative;}
.ph img {width: 100%;}
.btn { text-align: center; margin: 30px 0 0;}
.btn--base {
    line-height: 1.75;
    -webkit-appearance: none;
    text-decoration: none;
    display: inline-block;
    width: 90%;
    border-radius: 100px;
    padding: 14px 2em;
    border: 1px solid transparent;
    font-size: 16px;
}
.btn--main {
	/*background: #d47122;*/
	background: #1a1a1a;
	color: #FFFBF2;
	box-shadow: 0 10px 80px -20px rgba(0,0,0,.8);
}
.link--external::after { content: "\f08e"; font-family: 'FontAwesome';}
.section-tit {
    font-size: 2.8rem;
    font-family: 'Passion One', cursive;
    line-height: 1;
    margin: 0 0 .4em;
    text-align: center;
}

/* footer
============================== */
footer {
	background: #004A25;
	text-align: center;
	padding: 4vh 9.5vw;
	margin: 0 -3vw;
	color: #FFFBF2;
	position: relative;
	background: #00381b;
}
footer svg > * {fill: #FFFBF2; }
.list--social {
    position: relative;
	padding: 10vw 0;
	color: #FFFBF2;
	text-align: center;
}
.list--social::before {
	content: 'SHARE';
	display: inline-block;
	margin-right: 1em;
	font-family: 'Passion One', cursive;
	opacity: .5;
	position: relative;
	top: -.3em;
}
.list--social li {
    display: inline-block;
    margin: 0 .6em;
    font-size: 1.7rem;
}
.list--social li a {color: #FFFBF2;}
.list--social li svg {fill: #FFFBF2; }
footer .btn {margin: 0 0 .75em;}
.btn--official { display: inline-block; text-decoration: none;}
.btn--official span{
    display: block;
    color: #FFFBF2;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    margin-top: .15em;
}
.btn--official svg { width: 55%;}
.copyright {font-size: 12px; opacity: .5;}


/* contents
============================== */
.section--top {
	position: relative;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	margin: 0 -3vw;
}
.section--top::before {
	content:'';
	width: 100%;
	height: 100%;
	height: calc(var(--vh, 1vh) * 100);
	background: #004A25;
	position: fixed;
	top: 0;
	left: 0;
	transition: all .8s ease-out .3s;
	transform-origin: top;
	transform: scaleY(0);
}
.load-finish .section--top::before {transform:scaleY(.5);}
.scrolled-first .section--top::before {transition-delay: 0s;}
.scrolled .section--top::before {transform: scaleY(1.2);}
.scrolled2 .section--top::before {background: #c76212;}

.section--top .inner {
	width: 85%;
	position: fixed;
	top: 15vh;
	top: calc(var(--vh, 1vh) * 17);
	left: 50%;
	text-align: center;
	font-family: 'Passion One', cursive;
	line-height: 1;
	transform: translateX(-50%);
	transition: all .4s ease-out;
}
.section--top .txt--sholder{ margin: 0 0 3vh;}
.section--top .txt--sholder span {
    display: block;
    font-size: 14vw;
    color: #FFFBF2;
    margin-top: .1em;
}
.section--top .logo--single{
	width: 100%;
	transform:scale(.6) translateY(10vh);
	transition: all .6s ease-out;
}
.load-finish .logo--single { transform: scale(1);}
.section--top .date{
	margin-top: 3vh;
	font-size: 9vw;
	transform: translateY(5vh);
	opacity :0;
	transition: all .6s ease-out .6s;
}
.section--top .date img{width: 90%;}
.load-finish .section--top .date{ transform: translate(0); opacity :1;}
.section--top .date span {
    font-size: .6em;
    margin: 0 .5em 0 .2em;
    position: relative;
    top: -.1em;
}
.block--scroll {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 12vh;
	transition: none;
}
.block--scroll span,
.block--scroll span::before {
	display: block;
	width: 2px;
	height: 100%;
	margin: 0 auto;
}
.block--scroll span{
	background-color: #ddd;
	position: relative;
	overflow: hidden;
	left: -1px;
}
.block--scroll span::before {
	content: '';
	background-color: #004A25;
	position: absolute;
	top: -100%;
	left: 1px;
	-webkit-animation: arrow 2s ease 0s infinite normal;
	animation: arrow 2s ease 0s infinite normal;
}
@keyframes arrow {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
	70% {
		-webkit-transform: translate3d(-50%, 12vh, 0);
		transform: translate3d(-50%, 12vh, 0);
	}
	100% {
		-webkit-transform: translate3d(-50%, 12vh, 0);
		transform: translate3d(-50%, 12vh, 0);
	}
}
.scrolled .block--scroll {opacity: 0;}
.scrolled2 .section--top > * {opacity: 0;}
.section--base {
	padding: 12vw 6.5vw;
	position: relative;
	background: #FFFBF2;
	box-shadow: 0 10px 80px -20px rgba(0,0,0,.8);
	border-radius: 1em;
	margin: 0 0 3vw;
}
.section--message {margin-top: 3.5em; padding-top: 4.25em;}
.section--message .ph--circle {
    position: absolute;
    top: -3.5em;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: #fffbf2;
    overflow: hidden;
    border-radius: 100%;
}
.section--message .ph--circle img{
	width: 7em;
    height: 7em;
	border-radius: 5em;
	border: .5em solid #fffbf2;
}
.section--message .txt{font-size: 13px; font-weight: bold;}
.section--message .txt--name {
	text-align: right;
	margin: 2em 0 0 ;
}
.section--release .block--jkt{
	width: 85%;
	margin: 0 auto 2em;
	text-align: center;
}
.section--release .block--jkt .ph{
	box-shadow: 20px 20px 80px -20px rgba(0,0,0,.4);
	margin: 0 0 1em;
}
.section--release .txt--price {
	display: block;
	font-size: 12px;
	opacity: .6;
}
.block--contents dt {
    font-family: 'Londrina Shadow', cursive;
	font-size: 2.25rem;
	line-height: 1em;
	margin: 0 0 .5em;
	opacity: .7;
	font-weight: bold;
}
.block--contents dd {
  margin-left: 0;
	padding: 0;
	margin-bottom: 2em;
}
.list--track li {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.35;
}
.list--track li + li{ margin: 1.1em 0 0 ;}
.list--track li .numb {
	margin-right: .3em;
}
.list--track li .tie-up {
	display: block;
	font-size: 11px;
	line-height: 1.5em;
	margin-top: .25em;
	font-weight: normal;
}
.ph--artist {margin: 0 -3vw; overflow: hidden;}

.list--video li{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.list--video li + li {margin-top: 1.75em;}
.list--video li iframe,
.list--video li object,
.list--video li embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* scroll-animation */
body:not(.ua--ie) section.delighter{
	transition: .4s all ease-out;
	transform: translateY(10vh);
}
body:not(.ua--ie) section.delighter.started { transform: translateY(0);}
body:not(.ua--ie) .block--jkt.delighter .ph,
body:not(.ua--ie) .list--video li.delighter{
	transform: scale(1.5);
	opacity: 0;
	transition: all .6s ease-out;
}
body:not(.ua--ie) .block--jkt.delighter.started .ph,
body:not(.ua--ie) .list--video li.delighter.started { transform: scale(1); opacity: 1;}
body:not(.ua--ie) .block--contents dt.delighter {
	transform: translateX(-10vh);
	opacity: 0;
	transition: all .6s ease-out .2s;
}
body:not(.ua--ie) .block--contents dt.delighter.started { transform: translateX(0); opacity: 1;}
body:not(.ua--ie) .ph--artist.delighter img{
	filter: grayscale(1);
	transform: scale(1.2);
	transition: all .8s ease-out .1s;
	position: relative;
}
body:not(.ua--ie) .ph--artist.delighter.started img { filter: grayscale(0); transform: scale(1);}
body:not(.ua--ie) .ph--artist.delighter::after{
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
	transition: all .8s ease-out .2s;
	opacity: .8;
}
body:not(.ua--ie) .ph--artist.delighter.started::after{opacity: 0;}


/* sp
============================== */
@media screen and (max-width: 900px){
	.pc { display: none!important; }
	.section--top .txt--sholder .sholder__artist {width: 80%;}
	.section--top .txt--sholder .sholder__newsingle {width: 65%; margin-top: 1vh;}
  .list--track li{font-size: 1.16rem; }
	.list--track li .tie-up {
    width: 120%;
    font-size: 10px;
    word-break: break-all;
  }
}


/* pc
============================== */
@media screen and (min-width: 900px){
	.sp { display: none!important; }
	body {
		min-height: 100%;
		min-width: 1000px;
		font-size: 16px;
		font-size: 1.1vw;
		font-family: YakuHanJP, -apple-system, Helvetica, 'Noto Sans Japanese', Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "メイリオ", sans-serif;
	}
	a, svg > *{transition: all .3s ease-out;}
	a:hover {text-decoration: none;}

	/* layout */
	.wrap { padding: 0 12vw;}
	.section--base { padding: 8vh 8vw; margin-bottom: 6vh;}
	.section--base:last-of-type {margin-bottom: 15vh;}

	/* components */
	.btn--base { width: auto; min-width: 320px; padding: 20px 2em;}
	.btn--main:hover { transform: translateY(5px); box-shadow: none;}
	.section-tit { font-size: 4.5rem; margin-bottom: .6em;}

	/* footer */
	footer {padding: 8vh 8vw;  margin: 0 -12vw; }
	.list--social {
		position: fixed;
		right: 0;
		bottom: 50%;
		transform: rotate(90deg) translate(50%, 50%);
		padding: 1em 3em 1em 3.5em;
		margin: 0;
		transform-origin: right;
		background: #00381b;
		box-shadow: 10px 10px 80px 0px rgba(0,0,0,.5);
		border-radius: 0 0 .5em .5em;
	}
	.list--social li {font-size: 1.5rem; transform: rotate(-90deg);}
	.list--social li a:hover { color: #e68538;}
	.list--social li a:hover svg > *{fill: #e68538;}
	.btn--official span {
		display: inline-block;
		margin: 0 0 0 1.25em;
		position: relative;
		top: -.3em;
	}
	.btn--official svg{width: 50%;}

	/* contents */
	.section--top .txt--sholder {margin-bottom: 5vh;}
	.section--top .txt--sholder span{display: inline-block; font-size: 3.25vw;}
	.section--top .txt--sholder img {
		height: 2.5em;
		position: relative;
		top: .4em;
		margin: 0 1em 0 0;
	}
	.section--top .inner {
		width: 60%;
		top: 48%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.section--top .logo--single {width: 86%;}
	.section--top .date {font-size: 5vw; margin-top: 3.5vh;}
	.section--message { padding-top: 6.5em; margin-top: 5em;}
	.section--message .txt {font-size: inherit;}
	.section--message .ph--circle {top: -5em;}
	.section--message .ph--circle img { width: 10em; height: 10em;}
	.section--release .block--jkt { width: 43%; margin: 0; float: left;}
	.list--track li + li { margin: .8em 0 0;}
	.list--track li .tie-up {font-size: 13px; font-size: .85vw; margin-top: .5em;}
	.block--contents {width: 50%; margin: 0; float: right;}
	body:not(.ua--ie) .block--contents dt.delighter { font-size: 2.5rem; margin: 0 0 .3em;}
	.block--contents dd {padding: .5em 0 .5em 0; margin: 0 0 4em 0;}
	.block--contents + .btn {clear: both; }
	.ph--artist { margin: 0 -12vw;}
	.list--video li + li {margin-top: 5em;}
}

/* tablet
=================================== */
@media screen and (min-width: 768px) and (max-width: 900px) {
	body {font-size: 16px;}
	.section--base {padding: 8vw 6.5vw; margin-bottom: 3vh;}
	.btn--base { width: auto; min-width: 320px; padding: 20px 2em;}
	.section-tit { font-size: 4rem;}
	.section--top .inner {width: 72%; top: calc(var(--vh, 1vh) * 14);}
	.section--top .txt--sholder span {font-size: 10vw;}
	.section--top .txt--sholder img {width: 80%;}
	.section--top .date {font-size: 8vw;}
	.section--message {padding-top: 5em;}
	.section--message .txt {font-size: inherit;}
	.section--release .block--jkt {width: 80%; }
	.block--contents {margin-bottom: 5vh;}
	.block--contents dt {font-size: 3rem;}
	.block--contents dd { margin-left: 0; padding: 0;}
	.block--contents dd br {display: none}
	.list--track li .tie-up {font-size: 13px;}
}

/* ie
=================================== */
.ua--ie .btn--official svg {height: 18px;}



/* 2019.09 追加
=================================== */
.section--base + .section--message {margin-top: 4.5em;}
.section--release .block--jkt.jkt--can { width:100%; }
.section--release .block--jkt.jkt--can .ph {box-shadow: none;}
.section--release .block--jkt.jkt--can img{
	filter:drop-shadow(20px 20px 30px rgba(0,0,0, .3));
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
.list--video {margin-bottom: 3.5em;}
.list--video:last-of-type {margin-bottom: 0;}
.section--bnr { padding: 0; margin-top: -25.5vw;}
.section--bnr .ph a{display: block;}
.section--bnr .ph a img {border-radius: 1em}
div.block--contents .contents__list {margin: 0 0 2em;}
div.block--contents .contents__list dt {margin-bottom: .3em; border-bottom: 1px solid; opacity: 1;}
div.block--contents .contents__list dt span {
    font-family: YakuHanJP, -apple-system, Helvetica, Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Noto Sans Japanese', "メイリオ", sans-serif;
    font-size: 12px;
    margin: 0 0 0 1em;
    position: relative;
    top: -.25em;
}
div.block--contents .contents__list dd {font-size: .8em;}
div.block--contents .contents__list dd:last-of-type {margin-bottom: 0;}
div.block--contents .list--track li + li {margin: .75em 0 0;}
div.block--contents .tokuten {
	font-size: 13px;
	background: #e6e2d9;
	padding: .5em 1em;
}
div.block--contents .tokuten span {
	display: block;
	font-weight: bold;
}
/* sp */
@media screen and (max-width: 900px){
	div.block--contents .contents__list dt {font-size: 2rem;}
	div.block--contents .list--track li {font-size: 1rem;}
	.section--release .block--jkt.jkt--can img{ width: 85%;}
}
/* pc */
@media screen and (min-width: 900px){
	.section--base + .section--message {margin-top: 8em;}
	.list--video {margin-bottom: 7em;}
	.section--bnr { margin-top: -8vh;}
	.section--bnr .ph a{ transition: all .3s ease-out;}
	.section--bnr .ph a:hover{transform: scale(1.05);}
	div.block--contents {margin-bottom: 4em;}
	div.block--contents .contents__list dd {margin-bottom: 2em;}
	.section--release .block--jkt.jkt--can{margin-top: 1em; width: 43%;}
	
}
