@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: 62.5%;
}
body {
	font-family: "futura-pt", YuGothic, "游ゴシック","メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-weight: 400;
	font-style: normal;
	font-feature-settings : "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	animation: fadeIn 2s ease 0s 1 normal;
	width:100%;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a{
	color: #000;
	-webkit-transition:	all 0.4s ease;
	transition:all 0.4s ease;
}
a:hover{
	color:#F7323F;
	text-decoration: underline;
}
p,li,dt,dd,th,td{
	letter-spacing: 0.05em;
	line-height: 1.5;
}
div{
	line-height: 0;
}
.wrapper{
	width: 100%;
	margin: 0 auto;
}
header{
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
header h1{
	padding: 0;
	position: absolute;
	top: 5vw;
	left: 5vw;
	width: 15%;
	z-index: 1;
}
header h2{
	position: absolute;
	z-index: 1;
}
header .h2-01{
	top: 44.65%;
	left: 8.5%;
	width: 23%;
}
header .h2-02{
	top: 57.6%;
	left: 65%;
	width: 31.5%;
}
.mainImg{
	position: relative;
}
.mainImg figure{
	width: 100%;
}
main{
	padding: 0;
}
#navi{
	padding-top: 5vw;
}
nav ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	justify-content: center;
}
nav li{
	list-style: none;
	position: relative;
	width: 46.25%;
	aspect-ratio: 1 / 1.25;
}
nav li+li{
	margin-left: 2.5%;
}
nav li p{
	font-size: 1.5rem;
	border-bottom: 1px solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition:	all 0.4s ease;
	transition:all 0.4s ease;
}
nav a img{
	opacity: 0.5;
	-webkit-transition:	all 0.4s ease;
	transition:all 0.4s ease;
}
nav a:hover img{
	opacity: 1;
}
nav a:hover p{
	color: #fff;
	border-color: inherit;
}
section{
	padding: 12.5% 0 0;
}
#men{
	padding-top: 30%;
}
.look{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0;
	position: relative;
}
.look{
	margin-bottom: 15%;
}
section > div:last-of-type{
	margin-bottom: 0;
}
div + .visual{
	margin-top: 7.5%;
}
.visual{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
}
.visual figure{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.2s ease-in 0.3s;
	transition: 1.2s ease-in 0.3s;
	margin: 0 auto;
}
.visual figure.fadeIn{
	opacity: 1;
	visibility: visible;
}
.w40{ width: 40%; }
.w45{ width: 45%; }
.w50{ width: 50%; }
.w55{ width: 55%; }
.w60{ width: 60%; }
.w65{ width: 65%; }
.w70{ width: 70%; }
.w75{ width: 75%; }
.w80{ width: 80%; }
.w85{ width: 85%; }
.w100{ width: 100%; }

.caption{
	box-sizing: border-box;
	margin:0 auto;
	padding: 20px 5% 0;
	width: 50%;
}
.caption div+div,
.caption ul+p{
	margin-top: 1.5em;
}
.caption p{
	margin-bottom: 10px;
}
.caption li{
	color: #666;
	list-style: none;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	line-height: 1.33;
}
.caption li+li{
	margin-top: 0.75em;
}
.caption li a{
	border-bottom: #ccc solid 1px;
	display: inline-block;
}
.caption li span{
	display: inline-block;
	margin-right: 0.4em;
}
.caption .itemName{
	width: 6.75em;
}
.caption .itemNo{
	display: none;
}
.caption .instore,
.caption .shop{
	display: block;
	font-size: 1rem;
	margin-top:3px;
}
.caption small{
	display: inline-block;
	font-size: 0.75em;
	margin: 0 0 2px 0.25em;
	vertical-align: middle;
}
.caption .instore::before{
	content: "発売予定：";
}
.caption span:last-child{
	margin-right: 0;
}

#look02{
	justify-content: flex-start;
}
#look02 .visual{
	margin: 0 auto 0 5%;
}
#look02 .caption{
	margin: 0;
}
#look03,
#look04,
#look12,
#look14,
#look16,
#look18{
	margin-bottom: 20%;
}
#look03 > div,
#look04 > div{
	margin: 0 5% 0 auto;
}
#look04 > div figure+figure{
	margin-top: 10%;
}
#look06 > div figure+figure{
	margin-top: 31.25%;
}
#look07{
	margin-bottom: 10%;
}
#look10 > div figure{
	margin-left: 5%;
	margin-right: 0;
}
#look10{
	margin-bottom: 30%;
}
#look16 .w55{
	margin: 0 12.5% 0 auto;
}
#look16 .visual:nth-child(2) figure{
	margin-right: 5%;
}
p.location{
	font-size:15px; margin: 15% 0 0;
}
footer{
	letter-spacing: 0.15em;
	margin-top: 0;
	padding: 25% 5% 10%;
	text-align: center;
}
footer ul{
	margin: 0 auto 10%;
}
footer li{
	font-size: 1rem;
	letter-spacing: 0.075em;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
footer li a{
	display: inline-block;
	padding: 5px 12px;
}
footer li::after{
	content: "|";
	display: inline-block;
}
footer li:last-child::after{
	content: "";
}
footer .subLogo{
	width: 20%;
	margin: 0 auto 10%;
}
.copy{
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	line-height: 1;
}
.pcbr{ display:inline; }
.spbr{ display:block; }

#ec{
	text-align: center;
	margin-bottom: 10vw;
}
#ec a{
	border:#000 solid 1px;
	display: block;
	width: 200px;
	line-height: 30px;
	margin: 0 auto;
	text-decoration: none;
	position: relative;
}
#ec a::after{
	content:">";
	display: inline-block;
	font-size: 1.3rem;
	position: absolute;
	right: 10px;
}

@media(min-width:821px){
header{
	padding: 0;
}
header h1{
	top: 3.33vw;
	left: auto;
	right: 3.33vw;
	width: 7.5%;
	max-width: 120px;
}
header h2{
	position: absolute;
	z-index: 1;
}
header .h2-01{
	top: 33.33%;
	left: 10.4%;
	width: 16.22%;
}
header .h2-02{
	top: 43.58%;
	left: 52.66%;
	width: 21.94%;
}
#navi{
	margin-top: 10%;
}
nav li p{
	font-size: 2.4rem;
}

section{
	padding: 15% 0 0;
}
#men{
	padding-top: 20%;
}
.look{
	margin-bottom: 10%;
}
.caption{
	padding: 30px 5% 0;
	width: 30%;
	min-width: 300px;
}
.caption div+div{
	margin-top: 20px;
}
.caption li{
	font-size: 1.3rem;
	line-height: 1.25;
}
.caption .instore,
.caption .shop{
	display: inline-block;
	font-size: 1rem;
}

.w40{ width: 35%; }
.w55{ width: 45%; }
.w60{ width: 50%; }
.w65{ width: 55%; }
.w70{ width: 60%; }
.w75{ width: 65%; }
.w80{ width: 70%; }
.w85{ width: 75%; }

#look03,
#look12,
#look16,
#look18{
	margin-bottom: 15%;
}
#look04{
	margin-bottom: 17.5%;
}
#look14{
	margin-bottom: 20%;
}
#look02{
	flex-direction: row;
}
#look02 .visual{
	margin: 0 0 0 5%;
}
#look02 .caption{
	margin: auto auto 0 0;
}
#look03,
#look04{
	flex-direction: row-reverse;
}
#look03 .visual,
#look04 .visual{
	margin: 0 5% 0 0;
}
#look03 .caption,
#look04 .caption{
	margin: auto 0 0 auto;
}
#look07{
	margin-bottom: 5%;
}
#look10 > div figure:nth-child(1){
	margin-left: 0;
}
#look10{
	margin-bottom: 20%;
}
#look16 .w55{
	width: 60%;
	margin: 0 10% 0 auto;
}
#look16 .visual:nth-child(2) figure:nth-child(2){
	margin-right: 0;
}
footer{
	padding: 20% 0 2.5%;
}
footer .subLogo{
	width: 7.5%;
	max-width: 100px;
	margin: 0 auto 5%;
}
footer ul{
	margin-bottom: 5%;
}
footer li,
footer p{
	font-size: 1.1rem;
}
.pcbr{ display:block; }
.spbr{ display:inline; }
#ec{
	margin-bottom: 10%;
}
#ec a{
	font-size: 1.7rem;
	width: 300px;
	line-height: 50px;
	margin: 0 auto;
	text-decoration: none;
	position: relative;
}
#ec a::after{
	font-size:1.7rem;
	right: 10px;
}
#ec a:hover{
	background-color: #000;
	color:#fff;
}

}
@media(min-width:1001px){
p.location{
	font-size:13px; text-align: center; margin: 22.5% 0 0;
}
main{
	width: 1000px;
	margin: 0 auto;
}
}
@media(max-width:1000px){

}
@media(max-width:480px){
.caption small{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin:left bottom 0;
	-moz-transform-origin:left bottom 0;
	-ms-transform-origin:left bottom 0;
	-o-transform-origin:left bottom 0;
	transform-origin:left bottom 0;
}
}

