@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{
    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{
    text-decoration: underline;
}
div{
	line-height: 0;
}
.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;
}

body {
	color:#272727;
	font-family: adobe-caslon-pro, serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	width:100%;
}

a{
	color:#000;
	text-decoration: underline;
	outline: none;
	-moz-transition:all .8s ease-in;
	-o-transition:all .8s ease-in;
	-webkit-transition:all .8s ease-in;
	transition:all .8s ease-in;
}
a:hover{
	color:#999;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
a img{
	opacity: 1;
	-moz-transition:all 1s ease-out;
	-o-transition:all 1s ease-out;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
a:hover img{
	opacity: 0.6;
}

.wrapper{
	padding: 0;
}
main{
	margin: 0 auto;
}
header{
	padding: 0;
	margin-bottom: 20%;
}
.ttlWrap{
	padding :10% 0;
	text-align: center;
}
.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: 6.75vw;
	text-align: center;
	white-space: nowrap;
}

section{
	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;
	-ms-flex-align: center;
	align-items: center; */
	padding-top: 30%;
}
main > section:nth-child(1){
	padding: 0!important;
}
section > div{
	width: 48%;
}
section > div:nth-child(2n){
	margin-left: 4%;
}
section > div:nth-child(n+3){
	margin-top: 4%;
}
section.wide > div{
	width: 91%;
	margin: 0 auto!important;
}
section.col1{
	flex-direction: column;
}
section.col1 > div{
	margin: 0 auto;
}
section.col1 > div+div{
	margin: 4% auto 0;
}
section.wide,
#look11{
	padding-top: 15%;
}


.fadeIn figure img{
	opacity: 0;
	transition: 1.2s ease-in-out;
	visibility: hidden;
}
.blur figure img{
	filter: blur(3px);
	transition: 1.2s ease-in-out 0.4s;
}
.fadeIn.show figure img{
	opacity: 1;
	visibility: visible;
}
header .blur.show,
.blur.show figure img{
	filter: unset!important;
	visibility: visible;
}
header .blur,
#look01 .blur img{
	filter: blur(3px);
	transition: 0.4s ease-in-out;
}
/*
#look06 > div:nth-child(1),
#look09 > div:nth-child(3){
	margin-left: auto;
}
*/
/*img.lazyload {
	opacity: 0;
	transition: 1.5s;
}
img.lazyloaded {
	opacity: 1;
}*/

.w25{ width: 25%; }
.w30{ width: 30%; }
.w35{ width: 35%; }
.w38{ width: 38%; }
.w40{ width: 40%; }
.w43{ width: 43%; }
.w45{ width: 45%; }
.w50{ width: 50%; }
.w55{ width: 55%; }
.w57{ width: 57%; }
.w60{ width: 60%; }
.w65{ width: 65%; }
.w70{ width: 70%; }
.w75{ width: 75%; }
.w80{ width: 80%; }
.w90{ width: 90%; }
.w100{ width: 100%; }
.ml5{ margin-left: 5%; }
.ml10{ margin-left: 10%; }
.mr5{ margin-right: 5%; }


.lookDetail{
	width:100%;
	padding: 0;
	box-sizing:border-box;
}
.lookImg{
	width:100%;
	margin:0;
}
.lookCredit{
	width:100%;
	margin:0;
	padding: 7.5% 7.5% 15%;
}
.lookCredit dl{
	line-height: 1.5;
}
.lookCredit dl+dl{
	margin-top:15px;
}
.lookCredit dt,.lookCredit dd{
	display:inline-block;
	letter-spacing: 0.06em;
}
.lookCredit dt{
	margin-right:.5em;
	text-transform: capitalize;
}
.lookCredit dd{
	margin-right: .4em;
}
.lookCredit dd:last-child{
	margin-right: 0;
}
.lookCredit dd.itemBrand::before,
.lookCredit dd.instore::before{
	content: "/";
	margin-right: .15em;
}
.lookCredit dd.itemBrand{
	font-size: 0.85em;
}
.lookCredit dd.itemNo{
	display:none;
}
.lookCredit dd.instore,.lookCredit dd.shoponly{
	font-size:0.625rem;
	font-style:normal;
}
.lookCredit dd.instore::after{
	content:"発売予定";
	display: inline-block;;
}
.lookCredit 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;
}
.staff{
	line-height: 2.5;
	margin: 40% auto 0;
	text-align: center;
}
.staff+p{
	line-height: 1;
	margin: 5% auto 0;
	text-align: center;
}
.modaal-inner-wrapper{
	padding: 0;
}
.modaal-content-container{
	padding: 0;
	position: relative;
}
.modaal-close{
	position: absolute;
	top: 0;
	right: 0;
}
.modaal-close,.modaal-close:focus, .modaal-close:hover{
	background-color: transparent;
}
.modaal-close::before, .modaal-close::after{
	background: #000;
	border-radius: 0;
	height: 36px;
	width: 1px;
	top: 10px;
	left: 20px;
}
.modaal-close:focus::before,
.modaal-close:focus::after,
.modaal-close:hover::before,
.modaal-close:hover::after {
	background: #999;
}

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;
}

@media(min-width:481px){
header{
	margin-bottom: 15%;
}
.ttlWrap{
	top: 15vw;
	left: 0;
	width: 100vw;
	text-align: center;
}
.ttlWrap h1{
	width: 33.33%;
}
.ttlWrap p{
	font-size: 1.2rem;
}
.lookDetail{
	padding:25px 5%;
}
.lookCredit{
	padding: 7.5%;
}
.lookCredit dl{
	white-space: normal;
}
.lookCredit dl,
.lookCredit p{
	margin-top:25px;
}
.lookCredit dl dt{
	font-size:0.875rem;
}
.lookCredit dl dd{
	font-size:0.8125rem;
	line-height:1.5;
	margin-top: 0.25em;
}
.lookCredit dl dd.itemNo{
	font-size:0.75rem;
	line-height:1.85;
}
.loop_box {
	width: calc(292px * 6);
}
.loop_box li{
	width: 280px;
	padding: 0 6px;
}
}

@media(min-width:821px){
.wrapper{
	overflow: hidden;
}
header{
	padding: 0;
	position: relative;
	margin-bottom: 10%;
}
.ttlWrap{
	box-sizing: border-box;
	position:absolute;
	top: 50%;
	left: auto;
	right: 7.5vw;
	width: 25%;
	max-width: 220px;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
	transform: translateY(-50%);
}
.ttlWrap h1{
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.ttlWrap p{
	color: #000;
	font-size:1.4vw;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-top: 30px;
	text-align: center;
}
main{
	width: 720px;
}
section{
	padding-top: 20%;
}
.lookDetail{
	background-color:#fff;
	box-sizing: border-box;
	font-size:0;
	padding:7.5% 10%;
	overflow: hidden;
}
.lookImg{
	display: inline-block;
	vertical-align: bottom;
	width:50%;
}
.lookCredit{
	display: inline-block;
	font-size: 0.875rem;
	margin-left:5%;
	width:45%;
	padding: 0;
}
.staff{
	margin: 25% auto 0;
}
footer{
	padding:15% 0 5%;
}
.subLogo{
	margin-bottom: 10%;
}
.subLogo img{
	width:8.7%;
}
footer .copy{
	margin-top: 5%;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.modaal-close::before, .modaal-close::after{
	height: 68px;
	top: -9px;
	left: 25px;
}
}

@media(min-width:1001px){
main{
	width: 1000px;
}
.w80,.w90,.w100{ width: 75%; }
}

