@charset "UTF-8";

/* -------------------------------------------------------------------------- */
/* -- #Loading -- */
#Loading {
	position: fixed;
	z-index: 201 !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
#Loading p.logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../../images/logo_m.png");
	background-position: center center;
	background-repeat: no-repeat;
	animation-name: loadAnimeLogo;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes loadAnimeLogo {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.sphone #Loading p.logo {
	background-size: 46% auto;
}
/*#Loading p.timeline {
	position: absolute;
	left: 0;
	bottom: 20%;
	width: 100%;
	height: 1px;
	background-color: #666;
	animation-name: loadAnimeBar;
	animation-duration: 4s;
	animation-fill-mode: forwards;
}
@keyframes loadAnimeBar {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}*/


/* -------------------------------------------------------------------------- */
/* -- header -- */
body:not(.sphone) header {
	overflow: hidden;
	background-color: #f7f7f7;
}
.sphone header {
	background-color: #fff;
}

/* -------------------------------------------------------------------------- */
/* -- #navArea -- */
#contArea img {
	width: 100%;
	height: auto;
}
/* ----------------------------- */
body:not(.sphone) #navArea h1 {
	text-align: center;
}
body:not(.sphone) #navArea h1 img {
	width: 80%;
	height: auto;
}
body:not(.sphone) #navArea nav {
	position: relative;
	z-index: 20;
}

body:not(.sphone) #navArea #menuList {
	width: 8.5em;
	margin: 1.2rem auto 1.2rem;
}
body:not(.sphone) #navArea #menuList li {
	margin-top: .8rem;
}
body:not(.sphone) #contArea {
	margin-top: 1rem;
}
/* ----------------------------- */
.pc #navArea {
	box-sizing: border-box;
	position: fixed;
	z-index: 100;
	width: 23%;
	padding: 1.5rem 1.3% 0;
}
/* #navArea内に#backがあるので非表示 */
.pc #navArea #back {
	display: none;
}
/* 一定数超えたらスクロールに追随 */
.pc #navArea.posiFix {
	position: absolute;
	top: 480px;
}
/* ----------------------------- */
.tablet #navArea {
	box-sizing: border-box;
	position: absolute;
	width: 23%;
	height: 100%;
	padding: 1.5rem 1.3% 0;
}

body:not(.sphone) #contArea h1 {
	display: none;
}
.sphone #contArea h1 {
	width: 80%;
	margin: 0 auto 5%;
}
/* キービジュアルの枚数によってpadding-top変更必要 */
.sphone #contArea {
	/*padding: 165% 4% 3%;*/
	padding: 194% 4% 3%;
}


/* -------------------------------------------------------------------------- */
/* -- #mainImgArea -- */
#mainImgArea {
	overflow: hidden;
	position: relative;
	z-index: 100;
	padding-bottom: 0;
	line-height: 0;
	background-color: #fff;
}
#mainImgArea .img {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
/* デフォで表示 */
#mainImgArea #open {
	left: 0 !important;
}

/* クリックした時の出し入れ */
#mainImgArea .img.motionImg_on {
	animation: motionImg_on .5s ease-in-out forwards;
}
@keyframes motionImg_on {
	0%    { left: 100%; }
	100%  { left: 0; }
}
#mainImgArea .img.motionImg_out {
	animation: motionImg_out .5s ease-in-out forwards;
}
@keyframes motionImg_out {
	0%    { left: 0; }
	100%  { left: 100%; }
}

#subImgArea {
	/*background-color: #191919;*/
}
#subImgArea div {
	position: relative;
	cursor: pointer;
	background-repeat: no-repeat;
}

#subImgArea div::after {
	box-sizing: border-box;
	content: '';
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	transition: all 200ms 0s ease-out;
}
body:not(.sphone) #subImgArea div:hover::after {
	background-color: transparent;
}
#subImgArea div::before {
	position: absolute;
	z-index: 101;
	font-family: 'Julius Sans One', sans-serif;
	color: #fff;
}
/* デフォで表示 */
#subImgArea #open {
	display: none;
}
#subImgArea div.teaser::before {
	content: 'TEASER VISUAL';
}
#subImgArea div.spring::before {
	content: 'SPRING VISUAL';
}
#subImgArea div.summer::before {
	content: 'SUMMER VISUAL';
}
#subImgArea div.springsummer::before {
	content: 'SPRING SUMMER VISUAL';
}
#subImgArea div.autumn::before {
	content: 'AUTUMN VISUAL';
}
#subImgArea div.winter::before {
	content: 'WINTER VISUAL';
}
#subImgArea div.autumnwinter::before {
	content: 'AUTUMN WINTER VISUAL';
}

/* ----------------------------- */
body:not(.sphone) .visualImg {
	overflow: hidden;
}
body:not(.sphone) .visualImg>div {
	float: left;
}
body:not(.sphone) #mainImgArea {
	width: 65%;
	height: 0;
	padding-top: 91.6%;
	margin-left: 23%;
}
body:not(.sphone) #subImgArea {
	overflow: hidden;
	width: 12%;
}
body:not(.sphone) #subImgArea>div {
	float: left;
	width: calc(100% / 6);
	height: 0;
	padding-top: 763.2%;
	background-position: center top;
	background-size: auto 100%;
}

body:not(.sphone) #subImgArea div::before {
	top: 15rem;
	left: -14.4rem;
	width: 30rem;
	height: 1em;
	text-align: left;
	line-height: 1rem;
	letter-spacing: .05em;
	font-size: 1.6em;
	font-weight: 800;
	transform: rotateX(0deg) rotateY(0deg) rotateZ(90deg);
	-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(90deg);
}
/* ----------------------------- */
.sphone .visualImg {
	position: absolute;
	width: 100%;
	top: 0;
}
.sphone #mainImgArea {
	height: 0;
	padding-top: 141.1%;
}
.sphone #subImgArea>div {
	height: 0;
	padding-top: 8%;
	background-position: center center;
	background-size: 100% auto;
}
.sphone #subImgArea div::before {
	left: 1vw;
	top: 1.6vw;
	height: 1em;
	font-size: 1.2em;
	font-weight: 800;
}



/* -------------------------------------------------------------------------- */
/* -- article -- */
article>section {
	position: relative;
}
article>section h2 {
	position: relative;
	text-align: center;
	line-height: 1.9em;
	letter-spacing: .02em;
	font-size: 1.9em;
	font-family: 'Julius Sans One', sans-serif;
}
article>section h2::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 1.6em;
	height: 2px;
	margin: auto;
	background-color: #191919;
}
/* ----------------------------- */
.pc article>section {
	margin-top: 4rem;
}
.pc article>section h2+* {
	margin-top: 1rem;
}
/* ----------------------------- */
.tablet article>section {
	margin: 6% 3% 0;
}
.tablet article>section h2+* {
	margin-top: 2%;
}
/* ----------------------------- */
.sphone article>section {
	margin-top: 10%;
}
.sphone article>section h2+* {
	margin-top: 3%;
}


/* -------------------------------------------------------------------------- */
/* #newsArea */
#newsArea iframe {
	width: 100%;
}
/* ----------------------------- */
body:not(.sphone) #newsArea .btnArea {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
}
body:not(.sphone) #newsArea .btnArea .btn {
	float: right;
}
/* ----------------------------- */
.pc #newsArea .btnArea {
	width: 80%;
	margin: auto;
}
.pc #newsArea iframe {
	overflow: hidden;
	position: relative;
	height: 22vw;
}
@media screen and (max-height: 440px) {
#index.pc #newsArea iframe {
	height: 340px;
}
}
@media screen and (max-width: 1380px) {
#index.pc #newsArea iframe {
	height: 320px;
}
}
/* ----------------------------- */
.tablet #newsArea .btnArea {
	width: 100%;
}
.tablet #newsArea iframe {
	height: 28vw;
}
/* ----------------------------- */
.sphone #newsArea iframe {
	height: 132vw;
}
.sphone #newsArea .btnArea .btn a {
	margin: 2% auto 0;
}


/* -------------------------------------------------------------------------- */
/* #video_twitter */
/* #videoBase */
#videoBase {
	position: relative;
	background: url("../../images/loading.gif") center center no-repeat;
	background-color: #191919;
}
#videoBase .slider li {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}
#videoBase .slider li iframe {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* #twitterArea */
#twitterArea .btn a::before {
	content: '';
	position: absolute;
	left: 5%;
	top: 0;
	bottom: 0;
	width: 10%;
	height: 100%;
	margin: auto;
	background-image: url("../../images/sns_tw_white.png");
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#twitterArea .btn a:hover::before,#twitterArea .btn a:focus::before {
	background-image: url("../../images/sns_tw.png");
}
#twitterBase {
	background-color: #fff;
}
/* ----------------------------- */
.pc #videoArea {
    max-width: 700px;
    margin: auto;
}
/* ----------------------------- */
.tablet #videoArea {
	margin-left: 10%;
	margin-right: 10%;
}
/* ----------------------------- */
.sphone #videoArea {
	margin-left: 6%;
	margin-right: 6%;
}

/* スライダー */
#videoBase .my-dots {
	text-align: center;
}
#videoBase .my-dots li {
	width: 16px;
	height: 0;
	padding-top: 16px;
	background-color: #fff;
	border-radius: 13px;

	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
#videoBase .my-dots li::before,#videoBase .my-dots li::after {
	display: none;
}
#videoBase .my-dots li:not(:last-child) {
	margin-right: .8rem;
}
#videoBase .my-dots li.slick-active {
	background-color: #b0b0b0;
}
#videoBase .my-dots li button {
	opacity: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
}
/* ----------------------------- */
.pc #videoBase .my-dots {
	padding-top: 10px;
}
/* ----------------------------- */
.sphone #videoBase .my-dots {
	padding: 2% 0;
}


/* -------------------------------------------------------------------------- */
/* #bnrArea */
#bnrArea {
	text-align: center;
	letter-spacing: -.4em;
}
#bnrArea p {
	box-shadow:0px 0px 8px 0px rgba(0,0,0,.1);

	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
#bnrArea p img {
	width: 100%;
	height: auto;
}
/* ----------------------------- */
.pc #bnrArea {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.pc #bnrArea p {
	width: 24%;
	margin-top: .5rem;
}
.pc #bnrArea p:not(:nth-of-type(4n)) {
	margin-right: 1.3%;
}
/* ----------------------------- */
.tablet #bnrArea {
	margin-left: 3%;
	margin-right: 3%;
}
.tablet #bnrArea p {
	width: 32%;
	margin-top: 2%;
}
.tablet #bnrArea p:not(:nth-of-type(3n)) {
	margin-right: 2%;
}
/* ----------------------------- */
.sphone #bnrArea {
	margin-left: 6%;
	margin-right: 6%;
}
.sphone #bnrArea p {
	margin-top: 4%;
}
