@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 */
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:#272727;
	font-family: adobe-caslon-pro, serif;
	font-size: 0.875rem;
	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:#000;
	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:#aaa;
	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 15%;
	margin-bottom: 0;
}
.ttlWrap{
	padding :0;
	text-align: center;
	width: 100%;
}
.ttlWrap h1{
	width: 40%;
	padding: 0;
	margin: 0 auto;
}
.ttlWrap p{
	color: #000;
	font-size: 0.625rem;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
	white-space: nowrap;
}
.lead{
    margin: 15% 5% 0;
}
.lead+.lead{
    margin-top: 7.5%;
	margin-bottom: 0;
}
.lead p{
    font-size: 0.75rem;
    letter-spacing: 0.015em;
    line-height: 1.5;
}
.lead p+p{
    margin-top: 0.75em;
}
.lead+.lead p{
    font-style: italic;
}
.wrapper{
	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: 30%;
}
.hide{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(0.5, 0.61, 0.355, 1);
	-o-transition: all 1s cubic-bezier(0.5, 0.61, 0.355, 1);
	transition: all 1s cubic-bezier(0.5, 0.61, 0.355, 1);
}
.season.hide{
	transition-delay: 1.6s;
}
/*.fadeIn{
	-webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 0;
}*/
.show{
	opacity: 1;
	visibility: visible;
}
.visual{
	line-height: 0;
	margin: 10% auto 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 90%;
}
.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;
}
.w90{ width: 90%; }
.w80{ width: 80%; }
.w70{ width: 70%; }
.w75{ width: 75%; }
.w60{ width: 60%; }
.mt5{ margin-top: 5%; }
.mt15{ margin-top: 15%; }
.mt20{ margin-top: 20%; }
.mt25{ margin-top: 25%; }
.mt30{ margin-top: 30%; }
.mt35{ margin-top: 35%; }
.mt40{ margin-top: 40%; }
.left{
	margin-left: 5%;
	margin-right: auto;
}
.right{
	margin-right: 5%;
	margin-left: auto;
}
.staff{
	font-size: 0.8125rem;
	line-height: 2.5;
	margin-top: 15%;
}
.attention{
	font-size: 0.75rem;
	line-height: 1;
	margin-top: 10%;
}
.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 a{
	text-decoration: underline;
}
.credit dl{
	line-height: 1.5;
}
.credit dl+dl{
	margin-top:20px;
}
.credit dt,.credit dd{
	display:block;
	letter-spacing: 0.06em;
    line-height: 1.25;
}
.credit dt{
	margin-right:.5em;
}
.credit dd{
	margin-right: .4em;
}
.credit dd:last-child{
	margin-right: 0;
}
.credit dd.itemBrand::before,
.credit dd.instore::before{
	content: "/";
	margin-right: .15em;
}
.credit dd.itemBrand{
	font-size: 0.85em;
}
.credit dd.itemNo{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 0.85em;
	color: #666;
}
.credit dd.instore,.credit dd.shoponly{
	font-size:0.625rem;
	font-style:normal;
}
.credit dd.instore::after{
	content:"発売予定";
	display: inline-block;;
}
.credit p{
	font-family:"游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 9px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 25px;
}

footer{
	padding: 30% 0 7.5%;
	text-align:center;
}
.subLogo{
	text-align:center;
	margin-bottom: 30%;
}
.subLogo img{
	width:15%;
	height:auto;
}
footer ul{
	font-size: 0;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 15px;
}
footer li{
	font-size: 0.75rem;
	display: inline-block;
	letter-spacing: 0.08em;
	vertical-align: middle;
}
footer li+li::before{
	content: "|";
	font-size:0.625rem;
}
footer li a{
	padding: 0 0.75em;
}
footer .copy{
	font-size: 0.625rem;
	margin-top: 7.5%;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: center;
	transform-origin: 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:481px){
.ttlWrap h1{
	width: 30%;
}
.ttlWrap p{
	font-size: 1.2rem;
}
.credit dl{
	white-space: normal;
}
.credit dl,
.credit p{
	margin-top:25px;
}
.credit dl dt{
	font-size:0.875rem;
}
.credit dl dd{
	font-size:0.8125rem;
	margin-top: 0.25em;
}
.credit dl dd.itemNo{
	font-size:0.75rem;
}
}
@media(min-width:769px){
header h1{
	width:20%;
	max-width: 220px;
	padding: 0;
	margin: 0 auto;
}
.ttlWrap p{
	color: #000;
	font-size:1.667vw;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-top: 25px;
	text-align: center;
}
.lead{
    margin: 10% 10% 0;
}
.lead+.lead{
    margin-top: 7.5%;
	margin-bottom: 15%;
}
.lead p{
    font-size: 0.875rem;
    line-height: 1.66;
}
.look{
    margin-bottom: 15%;
}
.visual{
    width: 47.5%;
    margin-top: 0;
}
footer{
	padding:15% 0 5%;
}
.subLogo{
	margin-bottom: 10%;
}
.subLogo img{
	width:80px;
}
footer .copy{
	margin-top: 5%;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
@media(min-width:1000px){
header{
    padding: 60px 0 120px;
}
.ttlWrap p{
	font-size:0.975rem;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-top: 25px;
	text-align: center;
}
.lead{
    margin: 60px auto 0;
    width: 720px;
}
.lead p{
    line-height: 1.5;
}
.lead+.lead{
    margin-top: 60px;
}
.lead+.lead p{
    font-size: 0.9375rem;
}
.content,
footer{
	width: 85%;
	margin: 0 auto;
}
footer{
    padding-top: 0;
}
.credit{
	padding: 50px 90px;
}
}
@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(255,255,255,0.9);
	/*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(255,255,255,0.9);
}
.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:#fff;
	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:#ccc;
}
.btn-close:after,.btn-close:before{
	display:block;
	content:"";
	position:absolute;
	top:10px;left:20px;width:1px;height:22px;
	background:#000;
	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;
}
}