@charset "UTF-8";
/* CSS Document */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
ul,ol{
	list-style: none;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* original style */
html{
	font-size: 10px;
}
body {
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
body {
	color: #fef57e;
	font-family: futura-pt, "futura", "Century Gothic", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt" 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
small{
    font-size: 0.75em;
}
strong{
    font-weight: bold;
}
em{
    font-style: italic;
}
a{
	cursor:pointer!important;
	color:#fef57e;
	outline:none;
	text-decoration:none;
	background:transparent;
	-moz-transition:all .5s ease-in;
	-o-transition:all .5s ease-in;
	-webkit-transition:all .5s ease-in;
	transition:all .5s ease-in;
}
a:hover{
	color:#999;
	text-decoration:underline;
	/*-moz-transition:all .8s ease-in;
	-o-transition:all .8s ease-in;
	-webkit-transition:all .8s ease-in;
	transition:all .8s ease-in;*/
}
a:focus, *:focus { cursor:pointer; outline:none; }

a img{
	-moz-transition:all .8s ease-out;
	-o-transition:all .8s ease-out;
	-webkit-transition:all .8s ease-out;
	transition:all .8s ease-out;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.youtube{
    position:relative;
    width:100%;
    height:0;
    padding-top:56.25%;
}
.youtube iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.pcBr{
    display: block;
}
h1,h2,h3{
	color: #000;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: left;
}
h1 img,h2 img,h3 img{
	width: 100%;
	height: auto;
}
h1 a:hover img{
	opacity: 1;
}
header{
	padding: 10% 0;
	line-height: 0;
}
header h1{
	width:50%;
	margin: 0 auto;
}
header h2{
	color: #fef57e;
	font-family: "adobe-caslon-pro", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 5% auto 0;
	text-align: center;
}
.wrapper{
	background-color: #dadfe2;
	width: 100%;
	padding: 0;
}
.content{
	padding: 0;
	margin: 0 auto;
}
.look{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	line-height: 0;
	position: relative;
	margin-bottom: 20%;
}
.hide{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1.6s cubic-bezier(0.5, 0.61, 0.355, 1);
	-o-transition: all 1.6s cubic-bezier(0.5, 0.61, 0.355, 1);
	transition: all 1.6s cubic-bezier(0.5, 0.61, 0.355, 1);
}
.season.hide{
	transition-delay: 1.6s;
}
.visualWrap > div:nth-child(1){
	-webkit-transition-delay: 1.3s;
	-o-transition-delay: 1.3s;
	transition-delay: 1.3s;
}
.visualWrap > div:nth-child(2){
	-webkit-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.fadeIn{
	-webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 0;
}
.show{
	opacity: 1;
	visibility: visible;
}
.visual{
	line-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 60%;
}

#mainVisual .visual:nth-of-type(1){
	width: 100%;
}
#mainVisual .visual:nth-of-type(2){
	display: none;
}
.col2 .visual{
	width: 44.25%;
}
.col2 .visual:nth-of-type(2){
	margin-left: 1.5%;
}
.col1 .visual{
	width: 100%;
}

.visual img{
	height:auto;
	width:100%;
}
.visual:nth-of-type(1){
	margin-top: 0;
}
.visual .mask{
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex-wrap: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}
.credit{
	box-sizing:border-box;
	display: -webkit-flex;
	display: flex;
	/*-webkit-box-align: center;
	align-items: center;*/
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex-wrap: nowrap;
	font-weight: 400;
	padding: 15%;
	width:100%;
	height: 100%;
}
.credit p{
	color:#333;
	font-size: 1.2rem;
	letter-spacing: 0.01em;
	line-height:1.1;
	text-align:left;
}
.credit p::before{
	content: "[ ";
}
.credit p::after{
	content: " ]";
}
.credit dl{
	text-align: left;
	line-height: 1.75;
}
.credit p+dl,
.credit dl+dl{
	margin-top: 1rem;
}
.credit dl+p{
	margin-top: 2.5rem
}
.credit dt,
.credit dd{
	color: #fef57e;
	display: inline-block;
	font-size: 1.2rem;
	/*display: inline-block;*/
	line-height:1em;
	letter-spacing: 0.075em;
}
.credit dt{
	font-size: 1.3rem;
	margin-right: 1.15rem;
}
.credit dd{

}
.credit dt span::before{
	content: ": ";
}
.credit dd.itemPrice{
	letter-spacing: 0.05em;
}
.credit dl dd.itemNo,
.credit dl dd.instore{
	font-size: .8rem;
}
.credit dl dd.itemNo{
	display: none;
	color: #999;
	margin-left: 0.75rem;
}
.credit dl dd.instore{
	display: block;
	margin-top: 0.5em;
}
.credit dl dd.instore::before{
	content: "発売予定：";
	display: inline-block;
}
.credit dl a{
	text-decoration: underline;
}

footer{
	/*border-top: #fff solid 1px;*/
}
footer > div{
	padding: 15% 0 7.5%;
}
footer .ftLogo{
	width: 45%;
	margin: 0 auto 10%;
}
footer ul{
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 15%;
}
footer li{
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin: 25px 0 0 0;
}
footer li:first-of-type{
	margin-top: 0;
}
footer li a{
	color: #fef57e;
}
footer .copy{
	font-size: 9px;
	letter-spacing: 0.1em;
	text-align: center;
}
#comment{
	background:rgba(255,255,255,0.75);
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.04em;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	line-height: 30px;
	height: 30px;
	/*border-radius: 15px;*/
	z-index: 100;
}
#comment.off{
	display: none;
}

@media(min-width:768px){
html{
	font-size: 11px;
}
header h1{
	width:40%;
}
#mainVisual .visual:nth-of-type(1){
	width: 72.727%;
}
#mainVisual .visual:nth-of-type(2){
	display: block;
	width: 27.273%;
}
.visual{
	width: 50%;
}
.col2 .visual{
	width: 40%;
}
.col2 .visual:nth-of-type(2){
	margin-left: 1.6%;
}
footer .ftLogo{
	width: 37.5%;
}
}
@media(min-width:1200px){
html{
	font-size: 13px;
}
header{
	padding: 7.5% 0;
}
header h1{
	width:35%;
}
header h2{
	font-size: 1.44rem;
	margin-top: 30px;
}
header,
.content,
footer > div{
	width: 1200px;
	margin: 0 auto;
}
.look{
	margin-bottom: 20%;
}
.credit{
	padding: 50px;
	align-items: center;
}
.credit dl,
.credit p{
	width: 200px;
}
.credit p+dl,
.credit dl+dl{
	margin-top: 1.5rem;
}
.credit dl dd.instore{
	font-size: 1rem;
}

footer > div{
	padding: 10% 0 5%;
}
footer .ftLogo{
	width: 30%;
	margin: 0 auto 10%;
}
footer ul{
	margin-bottom: 10%;
}
footer li{
	font-size: 1.25rem;
	margin: 30px 0 0 0;
}
}
@media(min-width:821px){
#comment{
	display: none;
}
.visual .mask{
	opacity:0;
	-webkit-transition:	all 0s ease;
	transition:all 0s ease;
}
.visual:hover .mask{
	display: flex;
	opacity:1;
}
/*.visual:hover a img{
	opacity: 0.7;
}*/
.visual .mask::after{
	content: "";
	display: block;
	background-color: rgba(144,170,176,0.75);
	/*mix-blend-mode: multiply;*/
	position:absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition:	all 0.4s ease;
	transition:all 0.4s ease;
	z-index: 0;
}
.visual:hover .mask::after{
	opacity: 1;
	-webkit-transition:	all 0.4s ease;
	transition:all 0.4s ease;
}
.visual .mask .credit{
	box-sizing:border-box;
	/*width:auto;*/
	margin:0 auto;
	position:absolute;
	top:0;
	left: 0;
	z-index: 1;
}
.btn-close{
	display:none;
}
a.creditArea{
	display:block;
	width:100%;
	height:100%;
	cursor: pointer;
}
a.creditArea:focus{
	border: none;
	outline: none;
}
}
@media(max-width:820px){
.visual .mask,
.visual:hover .mask{
	display:none;
}
.visual:hover .mask::after{
	opacity: 0;
}
.visual:hover a img{
	opacity: 1;
}
.visual .mask.txtopen::after{
	opacity: 1;
	-webkit-transition:	all 0.4s ease;
	transition:all 0.4s ease;
}
.visual .mask.txtopen{
	display: flex;
	opacity:1;
	-webkit-transition:	all 0s ease;
	transition:all 0s ease;
	background: rgba(144,170,176,0.75);
}
.mask.txtopen button{
	display:block;
	position:absolute;
	top:0;
	right:0;
}
.btn-close{
	background: 0 0;
	border:none;
	position:fixed;
	right:20px;top:20px;
	color:#fef57e;
	cursor:pointer;
	opacity:1;
	width:40px;height:40px;
	transition:all .2s ease-in-out;
	text-indent: -9999px;
	z-index: 1;
}
.btn-close:focus,.btn-close:hover{
	outline:none;
}
.btn-close:focus:after,
.btn-close:focus:before,
.btn-close:hover:after,
.btn-close:hover:before{
	background:#fef57e;
}
.btn-close:after,.btn-close:before{
	display:block;
	content:"";
	position:absolute;
	top:10px;left:20px;width:1px;height:22px;
	background:#fef57e;
	transition:background .2s ease-in-out;
}
.btn-close:before{
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.btn-close:after{
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
}
@media(max-width:415px){
.credit dl{
	position: relative;
	padding-bottom: 1.35rem;
}
.credit dl dd.itemNo{
	position: absolute;
	left:0;
	bottom: 0;
	margin-left: 0;
}
}