@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: #666;
	font-family: "adobe-caslon-pro", 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:#000;
	outline:none;
	text-decoration:none;
	background:transparent;
	-moz-transition:all .4s ease-in;
	-o-transition:all .4s ease-in;
	-webkit-transition:all .4s ease-in;
	transition:all .4s ease-in;
}
a:hover{
	color:#8a093d;
	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;
}
p{
	color: #000;
	line-height: 1;
}
header{
	margin: 0 auto 25%;
	padding: 0;
	line-height: 0;
	position: relative;
}
.ttl{
	position: absolute;
	top: 50%;
	right: 2.5%;
	width: 40%;
	transform: translateY(-50%);
	margin: 0;
}
.kv{
	width: 90%;
}
header h1{
	width:100%;
	margin: 0 auto;
}
header h2{
	font-size: 1.2rem;
	line-height: 1;
	margin: 12px auto 0;
	text-align: center;
}
.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;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	line-height: 0;
	position: relative;
	margin-bottom: 37.5%;
}
.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;
}
.fadeIn figure,
.caption{
	-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);
	opacity: 0;
	visibility: hidden;
}
.fadeIn figure.show,
.caption.show{
	opacity: 1;
	visibility: visible;
}
.visual{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 0;
	width: 100%;
}
.visual + .visual{
	margin-top: 25%;
}
.visual + .caption{
	margin-top: 15%;
}
.visual figure{
	width: 50%;
}
.visual figure.col1{
	width: 100%;
}
figure.left{
	margin-right: 50%;
}
figure.right{
	margin-left: 50%;
}
.w375{ width: 37.5%; }
.w40{ width: 40%; }
.w45{ width: 45%; }
.w50{ width: 50%; }
.w55{ width: 55%; }
.w60{ width: 60%; }
.w70{ width: 70%; }

figure img{
	height:auto;
	width:100%;
}
.caption{
	font-family: "sheila", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 5vw;
	letter-spacing: -.015em;
	line-height: 1.5;
	text-align: center;
	transform: scale(0.95, 1);
	margin: 0 10% 15%;
}
.credit{
	font-weight: 400;
	box-sizing:border-box;
	padding: 10vw 10vw 0;
}
.credit p{
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: left;
}
.credit p+p{
	margin-top: 1.1em;
}
.credit p span{
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 0.4em;
}
.credit p span a{
	color:#000;
}
.credit p a:hover{
	color: #8a093d;
	text-decoration: underline;
}
.credit p .itemPrice{
	margin-left: 0.5em;
}
.credit p .itemNo{
	display: none;
}
.credit p span small{
	font-size: 0.75em;
}
.credit p .inStore{
	font-size: 0.85em;
}
.credit p .inStore::after{
	content: "発売予定";
}
.credit p .moreBtn,
.credit p .inStore{
	margin-left: 0.75em;
}
.credit p .moreBtn{
	text-decoration: underline;
}
.credit p span:last-child{
	margin-right: 0;
}
footer{
	border-top: #666 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:#000;
}
footer .copy{
	font-size: 9px;
	letter-spacing: 0.1em;
	text-align: center;
}
@media(min-width:768px){
html{
	font-size: 11px;
}
footer .ftLogo{
	width: 37.5%;
}
}
@media(min-width:1000px){
.ttl{
	width: 25%;
	right: auto;
	left: 55%;
}
.kv{
	width: 50%;
}
header{
	margin-bottom: 20%;
}
header h2{
	font-size: 1.44rem;
	margin-top: 20px;
	text-align: left;
}
.look{
	margin-bottom: 25%;
}
.visual + .visual{
	margin-top: 20%;
}
.visual + .caption{
	margin-top: 10%;
}
.caption{
	font-size: 3.25vw;
	margin-bottom: 10%;
}
.credit{
	padding: 60px 0 0;
}
footer > div{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
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(max-width: 767px){
.left + .right{
	margin-top: 15%;
}
}
