@charset "UTF-8";

/*-------------------------
*MAIN
-------------------------*/

html {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",Meiryo,sans-serif;
	font-size: 62.5%;
	letter-spacing: 0.15em;
    font-feature-settings: "palt" 1;
	overflow: auto;
}

body {
	overflow: hidden;
	min-width: 100%x;
}
@media screen and (min-width: 1025px) {
	body {min-width: 1100px;}
}
/* font-family: 'Cormorant Garamond', serif;
font-family: 'Ephesis', cursive;
font-family: 'Shippori Mincho', serif;
font-family: 'Zen Kaku Gothic New', sans-serif; */

/*-------------------------
*MAIN CONTENTS
-------------------------*/
main {
	background: url(../common/bg_ptn01.png);
	background-attachment: fixed;
}

section .inner {
	width: 90%;
	margin: 0 auto;
}
section h2 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 6.0vw;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-align: center;

	display: block;
	background: linear-gradient(90deg, #221815, #701217);
	background: -webkit-linear-gradient(0deg, #221815, #701217);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: 60px;
}
section h2 span {
	display: block;
	font-size: 0.5em;
}
section h2:after {
	display: block;
	content: "Windmill CD-BOX「Melodic Happiness」";
	width: 80%;
	font-size: 0.2em;
	color: #b2957c;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1.3em;
	padding: 10px 20px 0;
	margin: 10px auto 0;
	border-top: solid 1px #b2957c;
}
section h3 {
	width: 230px;
	margin: 0 auto 30px;
}
.specTitle {
	text-align: center;
	margin-bottom: 30px;
}
section h5 {
	display: inline-block;
	font-family: 'Shippori Mincho', serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	color: #FFF;
	padding: 5px 15px;
	background: linear-gradient(135deg, #701217, #221815);
}

@media screen and (min-width: 1025px) {
	section .inner {
		width: 1000px;
	}
	section h2 {
		font-size: 6.0rem;
	}
	section h2:after {
		width: 1000px;
	}
}
/*-------------------------
*HEADER
-------------------------*/
header {
	width: 100%;
	margin-bottom: 300px;
}
header nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
header nav ul li {
	font-family: 'Cormorant Garamond', serif;
	font-size: 3.0rem;
	font-weight: 400;
	letter-spacing: 0.0em;
	margin: 0 30px 0;
	text-align: center;
}
header nav ul li span {
	display: block;
	font-family: 'Shippori Mincho', serif;
	font-size: 0.5em;
	padding-top: 1.0rem;
}

/*-------------------------
*FOOTER
-------------------------*/

footer {
	background: #000;
	box-shadow: 0 0 10px rgba(0,0,0,0.35);
	padding: 20px 0;
	border-top: solid 1px #824a3e;
}
#footLogo {
	width: 120px;
	margin: 0 auto 10px;
}
#footLogo img {
	width: 100%;
}
footer address {
	font-size: 1.4rem;
	text-align: center;
	color: #FFF;
}
#footBtn {
	position: fixed;
	background: url(../img/btn_shop_off.png?v1.2) no-repeat;
	background-size: cover;
	width: 150px;
	height: 150px;
	right: 20px;
	bottom: 20px;
	z-index: 50;
}
#footBtn a {
	display: block;
	font-size: 0;
	width: 100%;
	height: 100%;
	background: url(../img/btn_shop_on.png) no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all 0.4s;
}
#footBtn a:hover {
	opacity: 1.0;
}
#downloadBtn {
	background: url(../img/btn_download_off.png?v1.2) no-repeat;
	width: 386px;
	height: 56px;
}
#downloadBtn a {
	display: block;
	font-size: 0;
	width: 100%;
	height: 100%;
	background: url(../img/btn_download_on.png) no-repeat;
	opacity: 0;
	transition: all 0.4s;
}
#downloadBtn a:hover {
	opacity: 1.0;
}
/*-------------------------
*COMMON SETTING
-------------------------*/
.fadein {
	animation:fadeIn; 
	animation-duration: 2s; 
}
.fadeinup {
	animation:fadeInUp; 
	animation-duration: 2s; 
}

/*-------------------------
*VISUAL
-------------------------*/
#visual {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#visual img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
}
.init:before {
	content: "";
	display: block;
	padding-top: 50%;
}
#visual1 {z-index: 3;}
#visual2 {z-index: 2;}
#visual3 {z-index: 1;}

/*-------------------------
*SECTION
-------------------------*/
section {
	width: 100%;
	margin-bottom: 100px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-image: linear-gradient(to right, #2a0902 0%, #de9c62 50%, #2a0902 100%);
	border-image-slice: 1;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.35);
	padding: 40px 0;
}



/*-------------------------
*INTRODUCTION
-------------------------*/

#introHead {
	width: 100%;
	margin: 0 auto 40px;
}
#introHead img {width: 100%;}
#about p {
	font-family: 'Shippori Mincho', serif;
	font-size: 3.0vw;
	font-weight: 500;
	line-height: 1.8;
	color: #661506;
	text-align: center;
	padding-bottom: 4.0rem;
}
#aboutImg {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 4.0rem;
}
#aboutImg li {
	width: 60px;
	height: 60px;
	margin: 0 5px 10px;
	border-radius: 60px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5)inset;
}

.btn a {
	display: block;
	width: 386px;
	height: 56px;
	margin: 0 auto;
    background: url(../common/b_base.png) no-repeat;
	transition: all 0.5s;

	font-family: 'Cormorant Garamond', serif;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 56px;
	letter-spacing: 0.0em;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
	text-align: center;
}
.btn a:hover {
	text-shadow: 0 0 8px #FFD000,0 0 8px #FFD000,0 0 8px #FFD000,0 0 8px #FFD000;
}

@media screen and (min-width: 1025px) {
	#introHead {
		width: 1000px;
	}
	#about p {
		font-size: 1.8rem;
	}
	#aboutImg li {
		width: 120px;
		height: 120px;
	}
}

/*-------------------------
*MOVIE
-------------------------*/

#moviePict {
	width: 90%;
	margin: 0 auto 20px;
	position: relative;
	box-shadow: 0 0 4px rgba(0,0,0,0.45);
}
.initMovie:before {
	content: "";
	display: block;
	padding-top: 52.5%;
}
#moviePict a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#moviePict img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin-top: -52.5%;
}
#moviePict img.out {
	animation: fadeout 0.6s linear 0s 1 normal;
	-webkit-animation-name: fadeout;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.0s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}
@media screen and (min-width: 1025px) {
	#moviePict {
		width: 960px;
	}
	#moviePict a:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(255,255,255,0.5);
		opacity: 0;
		transition: opacity 0.3s;
		z-index: 2;
	}
	#moviePict a:after {
		content: "▲";
		font-family: fontAwesome;
		display: block;
		transform: rotate(90deg);
		width: 100px;
		height: 100px;
		line-height: 100px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -34%;
		margin-left: -50px;
		text-align: center;
		font-size: 50px;
		color: #FFF;
		background: transparent linear-gradient(to top, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.6) 100%) repeat scroll 0% 0%;
		border: solid 1px rgba(255,255,255,1);
		box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
		text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
		transition: all 0.3s;
		z-index: 2;
	}
	#moviePict a:hover:before {
		opacity: 1;
	}
	#moviePict a:hover:after {
		transform: scale(1.3,1.3) rotate(90deg);
		-webkit-transform: scale(1.3,1.3) rotate(90deg);
	}
}

/*-------------------------
*SHOP BONUS
-------------------------*/
.bnsBox {
	position: relative;
	width: 80%;
	margin: 0 auto 50px;
	background: #FFF;
	border: solid 1px #000;
	padding: 40px 25px;
	margin-bottom: 50px;
	box-shadow: 0 0 5px rgba(155, 130, 78, 0.9);
}
.bnsBox:before {
	position: absolute;
	content: "";
	display: block;
	top: -10px;
	left: -20px;
	z-index: 1;
	width: 84px;
	height: 74px;
	background: url(../common/head_kazari_l.png)no-repeat;
}
.bnsBox:after {
	position: absolute;
	content: "";
	display: block;
	bottom: -10px;
	right: -20px;
	z-index: 1;
	width: 84px;
	height: 74px;
	background: url(../common/foot_kazari_r.png)no-repeat;
}
.bnsBox h6 {
	width: 100%;
	height: 50px;
	font-family: 'Shippori Mincho', serif;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 50px;
	color: #FFF;
	padding: 0 15px;
	background: linear-gradient(135deg, #701217, #221815);
	margin: 0 auto 20px;
}
.bnsBox h6:after {
	display: none;
}
.bnsPict {
	clear: both;
	width: 90%;
	margin: 0 auto 15px;
}
.bnsPict ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.bnsPict ul .all {
	width: 100%;
}
.bnsPict ul .half {
	width: 100%;
	margin: 0 0 20px;
}
.bnsPict ul img {
	width: 100%;
	box-shadow: 0 0 5px rgba(155, 130, 78, 0.9);
}
.bnsTxt {
	width: 100%;
	margin: 0 auto 15px;
	border: solid 3px #b2957c;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	box-shadow: 0 0 5px rgba(155, 130, 78, 0.3);
}
.bnsTxt p {
	font-family: 'Shippori Mincho', serif;
	font-size: 2.0vw;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #2a0707;
}
.shopBtn {
	display: block;
	width: 280px;
	height: 41px;
	margin: 0 auto;
    background: url(../common/b_base.png) no-repeat;
	background-size: cover;
	text-align: center;
}
.shopBtn a {
	display: block;
	width: 100%;
	height: 100%;
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.0em;
	padding: 10px 0;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
	transition: all 0.5s;
}
.shopBtn a:hover {
	text-shadow: 0 0 8px #FFD000,0 0 8px #FFD000,0 0 8px #FFD000,0 0 8px #FFD000;
}

@media screen and (min-width: 1025px) {
	.bnsTxt p {
		font-size: 2.4rem;
	}
	.shopBtn {
		width: 386px;
		height: 56px;
		font-size: 2.4rem;
		padding: 10px 0;
	}
	.bnsPict ul .half {
		width: 45%;
		margin: 0 10px;
	}
	.bnsBox h6:after {
		display: block;
		content: "Windmill CD-BOX「Melodic Happiness」";
		font-family: 'Cormorant Garamond', serif;
		font-size: 1.2rem;
		line-height: 50px;
		float: right;
	}
}



/*-------------------------
*PRODUCT
-------------------------*/

#specBox {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 150px;
}
#boxImage {
	width: 100%;
}
#boxImage p {
	font-size: 1.2rem;
	padding: 5px 0 50px;
}

#boxImage img {
	width: 100%;
	border: solid 1px #000;
}
#specText {
	width: 100%;
}
#specText dl {
	width: 100%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	line-height: 1.8;
}
#specText dl dt {
	font-size: 1.2rem;
	color: #7d5c1b;
}
#specText dl dd {
	font-size: 1.8rem;
	color: #661506;
	margin-bottom: 20px;
}
.staffList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 20px;
}
.staffList li {
	font-family: 'Shippori Mincho', serif;
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1.8;
	color: #661506;
	letter-spacing: 0em;
	margin: 0 20px 20px;
}
.staffList li span {
	font-size: 0.8em;
}
.caption {
	text-align: center;
}
.caption p {
	display: inline-block;
	font-size: 1.2rem;
	color: #661506;;
	border: solid 1px #661506;
	padding: 5px 10px;

}

@media screen and (min-width: 1025px) {
	#specBox {
		flex-direction: row;
	}
	#boxImage {
		width: 500px;
	}
	#specText {
		width: calc(100% - 530px);
	}
}
/*-------------------------
*TRACK LIST
-------------------------*/

#trackList {
	width: 90%;
	margin: 0 auto;
}
.trackBox {
	position: relative;
	width: 100%;
	background: url(../common/box_bg.png);
	border: solid 1px #000;
	padding: 40px 25px;
	margin-bottom: 50px;
	box-shadow: 0 0 20px rgba(255,225,160,0.9) inset;
}
.trackBox:before {
	position: absolute;
	content: "";
	display: block;
	top: -10px;
	left: -20px;
	z-index: 1;
	width: 84px;
	height: 74px;
	background: url(../common/head_kazari_l.png)no-repeat;
}
.trackBox:after {
	position: absolute;
	content: "";
	display: block;
	bottom: -10px;
	right: -20px;
	z-index: 1;
	width: 84px;
	height: 74px;
	background: url(../common/foot_kazari_r.png)no-repeat;
}

.trackBtn {
	display: block;
	width: 280px;
	height: 41px;
	margin: 0 auto;
    background: url(../common/b_base.png) no-repeat;
	background-size: cover;
	transition: all 0.5s;
    cursor: pointer;

	font-family: 'Cormorant Garamond', serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 41px;
	letter-spacing: 0.0em;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
	text-align: center;
}
.trackBtn:hover {
	text-shadow: 0 0 8px #FFD000,0 0 8px #FFD000,0 0 8px #FFD000,0 0 8px #FFD000;
}

.trackCap{
	padding-top: 2.0rem;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
.trBox {
	width: 100%;
}
.trackCap dl {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: left;
	font-family: 'Shippori Mincho', serif;
	font-size: 1.4rem;
	line-height: 1.5;
}
.trackCap dl dt {
	width: 13%;
	padding: 5px 10px;
	font-weight: normal;
	letter-spacing: 0.0em;
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
.trackCap dl dd {
	width: 87%;
	padding: 5px 0;
	letter-spacing: 0.02em;
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
.trackCap dl dd span {font-size: 0.8em;}
.trackCap p {
	display: inline-block;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 1.2rem;
	color: #FFF;
	background: #000;
	padding: 3px;
	margin-bottom: 5px;
}

.trackHead {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 2.0rem;
}

.trackAbout {
	width: calc(100% - 120px);
}
.trackNo {
	font-family: 'Great Vibes', cursive;
	font-size: 4.2rem;
	color: #7d5c1b;
	margin-bottom: 10px;
	border-bottom: solid 1px #7d5c1b;
}
.trackNo:after {
	display: none;
}


.trackTitle {
	font-family: 'Shippori Mincho', serif;
	font-size: 3.0vw;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #2a0707;
}
.trackJacket {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.45) inset;
}

.disc1 .trackJacket,.trImg01 {
	background: url(../img/p_jacket01.png)no-repeat center center;
	background-size: cover;
}
.disc2 .trackJacket,.trImg02 {
	background: url(../img/p_jacket02.png)no-repeat center center;
	background-size: cover;
}
.disc3 .trackJacket,.trImg03 {
	background: url(../img/p_jacket04.png?v2)no-repeat center center;
	background-size: cover;
}
.disc4 .trackJacket,.trImg04 {
	background: url(../img/p_jacket03.png?v2)no-repeat center center;
	background-size: cover;
}
.disc5 .trackJacket,.trImg05 {
	background: url(../img/p_jacket05.png)no-repeat center center;
	background-size: cover;
}
.disc6 .trackJacket,.trImg06 {
	background: url(../img/p_jacket06.png)no-repeat center center;
	background-size: cover;
}
.disc7 .trackJacket,.trImg07 {
	background: url(../img/p_jacket07.png)no-repeat center center;
	background-size: cover;
}
.disc8 .trackJacket,.trImg08 {
	background: url(../img/p_jacket08.png)no-repeat center center;
	background-size: cover;
}
.disc9 .trackJacket,.trImg09 {
	background: url(../img/p_jacket09.png)no-repeat center center;
	background-size: cover;
}
.disc10 .trackJacket,.trImg10 {
	background: url(../img/p_jacket10.png)no-repeat center center;
	background-size: cover;
}
.disc11 .trackJacket,.trImg11 {
	background: url(../img/p_jacket11.png)no-repeat center center;
	background-size: cover;
}
.disc12 .trackJacket,.trImg12 {
	background: url(../img/p_jacket12.png)no-repeat center center;
	background-size: cover;
}
.disc13 .trackJacket,.trImg13 {
	background: url(../img/p_jacket13.png)no-repeat center center;
	background-size: cover;
}
.disc14 .trackJacket,.trImg14 {
	background: url(../img/p_jacket14.png)no-repeat center center;
	background-size: cover;
}
.disc15 .trackJacket,.trImg15 {
	background: url(../img/p_jacket15.png)no-repeat center center;
	background-size: cover;
}
.disc16 .trackJacket,.trImg16 {
	background: url(../img/p_jacket16.png)no-repeat center center;
	background-size: cover;
}
.disc17 .trackJacket,.trImg17 {
	background: url(../img/p_jacket17.png)no-repeat center center;
	background-size: cover;
}
.disc18 .trackJacket,.trImg18 {
	background: url(../img/p_jacket18.png)no-repeat center center;
	background-size: cover;
}
.disc19 .trackJacket,.trImg19 {
	background: url(../img/p_jacket19.png)no-repeat center center;
	background-size: cover;
}
.disc20 .trackJacket,.trImg20 {
	background: url(../img/p_jacket20.png)no-repeat center center;
	background-size: cover;
}
@media screen and (min-width: 1025px) {
	#trackList {
		width: 1000px;
	}
	.trackNo:after {
		display: block;
		content: "Windmill CD-BOX「Melodic Happiness」";
		font-family: 'Cormorant Garamond', serif;
		font-size: 1.2rem;
		line-height: 6.0rem;
		float: right;
	}
	.trackTitle {
		font-size: 2.2rem;
	}
	.trackBtn {
		width: 386px;
		height: 56px;
		font-size: 2.4rem;
		line-height: 56px;
	}
	.trackCap{
		flex-direction: row;
	}
	.trBox {
		width: 49%;
	}
}

/*-------------------------
*SHARE
-------------------------*/

#shareArea:before {
	font-family: 'Sulphur Point', sans-serif;
	content: "Social Networking Service";
	line-height: 40px;
	color: #FFF;
	margin-right: 10px;
}
#shareArea {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

#shareArea div a {
	width: 40px; height: 40px;
	text-align: center;
	display: block;
	margin: 0 5px;
	text-decoration: none;
	transition: all 0.6s;
}
#shareArea div a:hover {
	opacity: 0.3;
}

.shareTw {
	background: url(../common/icon_twitter.svg?v1.4) no-repeat center center;
}
.shareFb {
	background: url(../common/icon_facebook.svg?v1.4) no-repeat center center;
}
.shareLi {
	background: url(../common/icon_line.svg?v1.4) no-repeat center center;
}


/*-------------------------
*LOADING
-------------------------*/
#loadBg {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	background: url(../common/bg_ptn01.png),#FFF;
}

.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.loader {
	color: #661506;
	font-size: 10px;
	margin: 80px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}
.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
  