@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: "Cormorant Garamond", 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!important;
}

.wrapper{
	padding: 0;
}
.video-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #ffffff;
}
.video-wrapper.pc-only {
	padding-top: 56.25%;
}
.video-wrapper.sp-only {
	padding-top: 100%;
}
.video-wrapper iframe {
	position: absolute;
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.4s ease;
	transition-delay: 1s;
}
.video-wrapper.is-loaded iframe {
	opacity: 1;
}

main{
	margin: 0 auto;
}
header{
	padding: 15% 0;
}
header h1{
	width: 51.5%;
	padding: 0;
	margin: 0 auto;
}
section{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 25%;
}
main > section:nth-child(1){
	padding: 0!important;
}
section > div{
	width: 100%;
}
section > div:nth-child(n+2){
	margin-top: 5%;
}
section > div figure{
	display: flex;
}
.ratio4-9 img:nth-child(1){
	width: 30.769%;
}
.ratio4-9 img:nth-child(2){
	width: 69.231%;
}
.ratio1-1 img{
	width: 50%;
}
#look01 .l02,
#look04 .l02,
#look07 .l02,
#look08 .l03{
	margin-top: 1.25%;
}
.fadeIn figure img,
p.fadeIn {
	opacity: 0;
	filter: blur(3px);
	transition: 1.2s ease-in-out 0.4s;
	visibility: hidden;
}
.fadeIn.show figure img,
p.fadeIn.show{
	filter: unset!important;
	opacity: 1;
	visibility: visible;
}
.more {
	text-indent: -9999px;
	background: url(../../img/01/more.svg) no-repeat center top;
	background-size: contain;
	width: 45%;
	height: 3vw;
	margin: 22% auto 0;
}
.more a {
	display: block;
	width: 100%;
	height: 100%;
}
.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%; }

body.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(190, 185, 183, 1);
	cursor: pointer;
}
.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
	max-width: 900px;
	background: #fff;
	padding: 40px 20px;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.modal.is-visible .modal-content {
	opacity: 1;
}
.modal-close-btn {
	position: absolute;
	bottom: -40px;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: none;
	background: none;
	z-index: 10;
}
.modal-close-btn::before,
.modal-close-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
.modal-close-btn::before { transform: rotate(45deg); }
.modal-close-btn::after { transform: rotate(-45deg); }

.slick-slider {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease;
	overflow: hidden;
}
.slick-slider.slick-initialized {
	opacity: 1;
	visibility: visible;
}
.slick-slider:not(.slick-initialized) {
	display: flex;
	height: 400px;
}
.slick-slider:not(.slick-initialized) > div {
	display: none;
}
.slick-slider:not(.slick-initialized) > div:first-child {
	display: block;
	width: 100%;
}
.slick-slide img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slick-dots {
	position: absolute;
	bottom: 18px;
	left: 16%;
	width: 68%;
	display: flex !important;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #e6e6e6;
	height: 2px;
}
.slick-dots li {
	flex: 1;
	height: 100%;
	margin: 0;
	position: relative;
}
.slick-dots li button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	background: transparent;
	text-indent: -9999px;
	cursor: pointer;
}
.slick-dots li button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #898989;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.slick-dots li.slick-active button::before {
	opacity: 1; 
}
.lookDetail{
	box-sizing:border-box;
	width: 75%;
	padding: 0;
}
.lookImg{
	width: 100%;
	margin: 0;
}
.lookCredit{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 7.5%;
}
.lookCredit dl{
	line-height: 1.25;
}
.lookCredit dl+dl{
	margin-top: 15px;
}
.lookCredit dt,.lookCredit dd{
	display:inline-block;
	letter-spacing: 0.035em;
}
.lookCredit dt{
	margin-right:.5em;
}
.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{
	font-size: 0.9375rem;
	line-height: 2.5;
	margin: 50% auto 0;
	text-align: center;
}
.staff+p{
	line-height: 1;
	margin: 5% auto 0;
	text-align: center;
}
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){
.lookDetail{
	padding:25px 5%;
}
.lookCredit{
	padding: 7.5%;
}
.lookCredit dl{
	white-space: normal;
}
.lookCredit dl,
.lookCredit p{
	margin-top: 15px;
}
.lookCredit dl dt{
	font-size: 0.875rem;
}
.lookCredit dl dd{
	font-size: 0.8125rem;
	margin-top: 0.25em;
}
}

@media(min-width:768px){
.wrapper{
	overflow: hidden;
}
header{
	padding: 8% 0 10%;
}
header h1{
	width: 18.67%;
	padding: 0;
	margin: 0 auto;
}
section{
	padding-top: 9.33%;
}
.more {
	background-image: none;
	background-color: #000;
	background-size: 100%;
	width: 4.75%;
	height: 1px;
	margin: 9.33% 47.625% 0;
}
#look01 .l01{
	width: 38.5%;
	margin: 0 0 0 11.5%;
}
#look01 .l02{
	width: 32%;
	margin: 18% auto 9% 8.4%;
}
#look01 .l03{
	width: 57%;
	margin: 0 1.2% 0 0;
}
#look01 .l04{
	width: 17.53%;
	margin: 0 auto 0 0;
}
#look02 .l01{
	width: 32%;
	margin: 10% 0 0 7.5%;
}
#look02 .l02{
	width: 48%;
	margin: 0 0 0 10%;
}
#look02 .l03{
	width: 24.2%;
	margin: -18.2% 0 0 58.7%;
}
#look03 .l01{
	width: 66.33%;
	margin: 0 auto;
}
#look04 .l01{
	width: 32%;
	margin: 10% 0 0 14%;
}
#look04 .l02{
	width: 32%;
	margin: 0 0 0 13%;
}
#look04 .l03{
	width: 39.1%;
	margin: 4.26% auto 0 43%;
}
#look05 .l01{
	width: 48%;
	margin: 0 14.5% 0 0;
}
#look05 .l02{
	width: 32%;
	margin: 10% auto 0 0;
}
#look05 .l03{
	width: 43.75%;
	margin: -15.5% auto 0 12.7%;
}
#look06 .l01{
	width: 44.2%;
	margin: 0 27.9% 9.66%;
}
#look06 .l02{
	width: 60%;
	margin: 0 4.5% 0 0;
}
#look06 .l03{
	width: 30%;
	margin: 0 auto 0 0;
}
#look07 .l01{
	order: 2;
	width: 38.5%;
	margin: 0 auto 0 0;
}
#look07 .l02{
	order: 1;
	width: 32%;
	margin: 17.6% 8.4% 0 11.3%;
}
#look07 .more{
	order: 3;
}
#look08 .l01{
	width: 48%;
	margin: 0 26% 7.2%;
}
#look08 .l02{
	width: 22%;
	margin: 0 12.5% 0 15%;
}
#look08 .l03{
	width: 34.1%;
	margin: 2.2% auto 0 0;
}
#look09 .l01{
	order: 3;
	width: 43.75%;
	margin: -15.6% auto 0 18%;
}
#look09 .l02{
	order: 2;
	width: 32%;
	margin: 10% 0 0 auto;
}
#look09 .l03{
	order: 1;
	width: 48%;
	margin: 0 auto 0 5.5%;
}
#look09 .more{
	display: none;
	order: 4;
}

.lookDetail{
	display: flex;
	box-sizing: border-box;
	padding: 0;
}
.lookImg{
	width: 50%;
}
.lookCredit{
	width: 50%;
	padding: 6.5%;
	margin: auto 0 0;
}
.lookCredit dl dt,.lookCredit dl dd{
	font-size: 1rem;
}
.lookCredit dl dd{
	margin-top: 0.35em;
}
.modal-close-btn {
	bottom: 0;
	right: -50px;
}
.slick-dots {
	bottom: 24px;
	height: 3px;
}
.staff{
	margin: 20% 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);
}
}
@media screen and (min-width: 769px) {
.sp-only { display: none !important; }
.video-wrapper iframe{
	top: -8.5%;
	left: -7.5%;
	width: 115%;
	height: 115%;
}
}
@media screen and (max-width: 768px) {
	.pc-only { display: none !important; }
}


