@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-feature-settings: "palt" 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-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 {
	background-color: #fff;
	font-family: minion-3, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.625rem;
	line-height: 1;
	width: 100%;
}
div{
	line-height: 0;
}
small{
	font-size: 0.75em;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
a{
	text-decoration: underline;
}
a:hover{
}

.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;
}
a{
	color: #000;
	text-decoration: none;
	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: #aaa;
	-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 2s ease-out;
	-o-transition:all 2s ease-out;
	-webkit-transition: 2s ease-in-out;
	transition: 2s ease-in-out;
}
a:hover img{
	opacity: 0.6;
	-moz-transition:all 1s ease-out;
	-o-transition:all 1s ease-out;
	-webkit-transition:all 1s ease-out;
	transition:all 1s ease-out;
}
.wrapper{
	padding: 0;
	margin: 0;
}

header{
	padding: 0 0 15%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
header h1{
	width: 20%;
	margin: 5%;
}
#logo_svg{
	fill: #000;
}
header h2{
	width: 37.5%;
	margin: auto auto auto 0;
}
/*
header h2::before{
	background-color: #000;
	content: "";
	display: block;
	width: 1px;
	height: 56px;
	margin-left: 50%;
	margin-bottom: 20px;
}
*/
h1,h2,h3{
	color: #000;
	font-weight: 400;
	text-align: left;
}
h1 img,h2 img,h3 img{
	width: 100%;
	height: auto;
}
h1 a:hover img{
	opacity: 1;
}

main{
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#mainVisual{
	padding: 0;
	margin: 0 auto 0 0;
}
main > section{
	margin: 0;
	padding: 0;
}
.page{
	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;
	align-items: center;
	position: relative;
	margin-bottom: 20%;
}
.page > div{
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}
.hide{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.w30.hide{
	transition-delay: 1.6s;
}

.fadeIn{
	-webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 0;
}
.show{
	opacity: 1;
	visibility: visible;
}

.page:not(#sec06) > div+div{
	margin-left: 3%;
}

.page div.col1{
	width: 100%;
}
.w25{ width: 25%; }
.w275{ width: 27.5%; }
.w30{ width: 30%; }
.w325{ width: 32.5%; }
.w35{ width: 35%; }
.w375{ width: 37.5%; }
.w40{ width: 40%; }
.w42{ width: 42%; }
.w45{ width: 45%; }
.w50{ width: 50%; }
.w525{ width: 52.5%; }
.w55{ width: 55%; }
.w60{ width: 60%; }
.w65{ width: 65%; }
.w70{ width: 70%; }
.w75{ width: 75%; }
.w80{ width: 80%; }
.w85{ width: 85%; }
.w90{ width: 90%; }
.w95{ width: 95%; }
.w100{ width: 100%; }


.slideWrap{
	position: relative;
	width: 100%;
	height: 61vw;
}
.slider{
	position: absolute;
	top: 0;
	left: 29.5vw;
	width: 41vw;
}
.sliderInner {
	display: flex;
	flex-wrap: wrap;	
}
.sliderInner > div{
	width: 48.78%;
}
.sliderInner > div:nth-child(2n){
	margin-left: 2.44%;
}
.sliderInner > div:nth-child(n+3){
	margin-top: 2.44%;
}
.slideWrap .slider1 {
	animation: 12s infinite slide1;
}
.slideWrap .slider2 {
	animation: 12s infinite slide2;
}
@keyframes slide1 {
	0% {
	opacity: 1;
	}
	35% {
	opacity: 1;
	}
	50% {
	opacity: 0;
	}
	85% {
	opacity: 0;
	}
	100% {
	opacity: 1;
	}
}

@keyframes slide2 {
	0% {
	visibility: hidden;
	opacity: 0;
	}
	34% {
	visibility: hidden;
	}
	35% {
	visibility: visible;
	opacity: 0;
	}
	50% {
	opacity: 1;
	}
	85% {
	opacity: 1;
	}
	100% {
	opacity: 0;
	}
}

.lookWrap,
.loop_box{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
}
.loop_box div{
	width: 20%;
}
.col4, .look{
	position: relative;
}
.col4 a::before,
.col4 a::after,
.look a::before,
.look a::after{
	content: "";
	display: block;
	background-color: #bbb;
	position: absolute;
	bottom: 11px;
	right: 8px;
	width: 12px;
	height: 1px;
	z-index: 1;
	transition: all .3s;
}
.col4 a::after,
.look a::after{
	transform: rotate(-90deg);
}

.col4 a::before,
.col4 a::after{
	content: "";
	display: block;
	background-color: #bbb;
	position: absolute;
	bottom: 8px;
	right: 5px;
	width: 9px;
	height: 1px;
	z-index: 1;
	transition: all .3s;
}

#sec06{
	margin-bottom: 30%;
	overflow: hidden;
}
#sec06 .lookWrap+.lookWrap{
	margin-top: 5%;
}
#sec08,#sec11{
	margin-bottom: 12.5%;
}
#sec09,#sec10{
	margin-bottom: 7.5%;
}

#sec04 > div:nth-child(1){
	margin-left: 8.5%;
}
#sec04 > div:nth-child(2){
	margin-right: 21%;
}
#sec07 > div:nth-child(1){
	margin-left: 16%;
}
#sec07 > div:nth-child(2){
	margin-right: 6.5%;
}

.lookDetail{
	/*background-color:#fff;*/
	box-sizing: border-box;
	padding:15% 5%;
	width: 100%;
}
.lookImg{
	width:100%;
}
.lookCredit{
	margin: 10% 0 0;
}
.lookCredit p{
	margin-top:10px;
}
.lookCredit li{
	color: #666;
	font-size: 1.1rem;
	line-height: 1.33;
	list-style: none;
}
.lookCredit li+li{
	margin-top: 1em;
}
.lookCredit li a{
	border-bottom: #ddd solid 1px;
	display: inline-block;
	color: #000;
}
.lookCredit li a:hover {
	color: #999;
}
.lookCredit li span{
	display: inline-block;
	margin-right: 0.5em;
}
.lookCredit .itemName{
	width: 4.5em;
}
.lookCredit .itemNo{
	display: none;
}
.lookCredit .instore,
.lookCredit .shop{
	/*display: block;*/
	font-size: 1rem;
	/*margin-top:3px;*/
}
.lookCredit small{
	display: inline-block;
	font-size: 0.75em;
	margin: 0 0 0 0.25em;
}
.lookCredit .instore::before{
	content: "発売予定：";
}
.lookCredit span:last-child{
	margin-right: 0;
}
.staff{
	line-height: 2.5;
	text-align: center;
	font-size:1rem;
}
.modaal-container{
	background-color: transparent;
	box-shadow: none;
}
.modaal-content-container{
	padding: 0;
	position: relative;
}
.modaal-close{
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
}
.modaal-close,.modaal-close:focus, .modaal-close:hover{
	background-color: transparent;
}
.modaal-close::before, .modaal-close::after{
	background: #999;
	border-radius: 0;
	height: 50px;
	width: 1px;
	top: -3px;
}
.modaal-close::before {
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.modaal-close::after {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.modaal-close:focus::before,
.modaal-close:focus::after,
.modaal-close:hover::before,
.modaal-close:hover::after {
	background: #999;
}
footer{
	/*font-family: HelveticaNeue-Light,"Helvetica Neue Light", HelveticaNeue, "Helvetica Neue", Helvetica, "Helvetica", 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-weight: 400;
	padding: 20% 5%;
}
footer ul{
	line-height: 2.5;
	margin-bottom: 50px;
	text-align: center;
}
footer li{
	display: inline-block;
	font-size: 1.1rem;
	letter-spacing: 0.02em;
	margin: 0 6px;
}
footer li a{
	color:#000;
}
footer .copy{
	color:#000;
	letter-spacing: 0.02em;
	text-align: center;
}
@media(min-width:768px){
header h1{
	width: 15%;
}
header h2{
	width: 27.5%;
}
.lookDetail{
	padding:15% 15%;
}
.loop_box+.loop_box{
	display: none!important;
}
.col4 a::before,
.col4 a::after,
.look a::before,
.look a::after{
	bottom: 16px;
	right: 10px;
	width: 19px;
}
.staff{
	font-size:1.2rem;
}
}
@media(min-width:1000px){
.wrapper{
	margin: 0 auto;
}
header{
	padding: 0 0 10%;
}
header h1{
	width: 10%;
	max-width: 130px;
	margin: 3%;
}
header h2{
	/*font-size: 2vw;*/
	width: 17.5%;
}
#mainVisual{
	margin-top: 2%;
}
/*
header h2::before{
	height: 90px;
	margin-bottom: 20px;
}
*/
.page{
	margin-bottom: 10%;
}
#sec06{
	margin-bottom: 20%;
}
#sec08,#sec11{
	margin-bottom: 7%;
}
#sec09,#sec10{
	margin-bottom: 5%;
}
.lookDetail{
	box-sizing: border-box;
	padding:0;
	font-size: 0;
}
.lookImg{
	display: inline-block;
	width: 50%;
	margin: 0 5% 0 0;
	vertical-align: bottom;
}
.lookCredit{
	display: inline-block;
	width: 45%;
	margin:10% 0 20px;
}
.lookCredit li{
	font-size: 1.3rem;
	line-height: 1.25;
}
.lookCredit li+li{
	margin-top: 1.25em;
}
.lookCredit .instore,
.lookCredit .shop{
	display: inline-block;
	font-size: 1rem;
}
footer{
	padding: 250px 0 100px;
}
footer ul{
	margin-bottom: 100px;
}
footer li{
	font-size: 1.3rem;
	margin: 0 15px;
}
footer .copy{
	font-size: 1.1rem;
}
.modaal-inner-wrapper{
	padding-top: 0;
	padding-bottom: 0;
}
}

@media(max-width:480px){
footer{
	padding: 20% 7.5% 5%;
}
.modaal-close{
	width: 33px;
}
.modaal-close::before, .modaal-close::after{
	height: 40px;
}
.modaal-inner-wrapper{
	padding-left: 5%;
	padding-right: 5%;
}
}
@media(max-width:767px){
.loop_box {
	display: flex;
	justify-content: flex-start;
	width: calc(50vw * 5);
}
.loop_box div{
	width: 50vw;
	padding: 0;
	aspect-ratio: 2 / 3;
}
.loop_box div img{
	display: block!important;
	opacity: 1!important;
}
.loopAnimeStart .loop_box{
	animation: loop-list 40s linear 1.5s infinite;
	animation-delay: 1000ms;
}
.loopAnimeStart.rtl .loop_box{
	animation: loop-list-rtl 40s linear 1.5s infinite;
	animation-delay: 1000ms;
}
@keyframes loop-list {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loop-list-rtl {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0%);
	}
}
#mainVisual{
	width: 100%;
}
#sec01 .w30{
	width: 50%;
}
#sec02 .w40{
	width: 45.5%;
}
#sec03 .w275{
	width: 35%;
}
#sec04 .w40{
	width: 45%;
	margin-left: 3.5%!important;
}
#sec04 .w275{
	width: 32.5%;
	margin-right: 16%!important;
}
.slideWrap{
	height: 91vw;
}
.slider{
	width: 61%;
	left: 19.5%;
}
#sec07 .w325{
	width: 37.5%;
	margin-left: 11%!important;
}
#sec07 .w42{
	width: 45%;
	margin-right: 3%!important;
}
#sec08 .w42{
	width: 45.5%;
}
#sec09{
	margin-bottom: 12.5%;
}
#sec09 .w375{
	width: 42.5%;
}
#sec10 .w42{
	width: 45.5%;
}
#sec11{
	margin-bottom: 20%;
}
#sec11 .w375,
#sec12 .w375{
	width: 50%;
}

}
@media(max-width:375px){
footer .copy{
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	text-align: center;
}
}

