@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;
}
video{
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 0.1s ease-in-out;
}
/* original style */
html{
	font-size: 10px;
}
body {
	color: #000;
	font-family: Helvetica, HelveticaNeue, 'Helvetica Neue', roboto, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-style: normal;
	font-weight: 400;
	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: #9f9f9f;
	text-decoration: underline;
}
h1 a img{
	-webkit-transition:	all 0.4s ease;
	transition:all 0.4s ease;
}
h1 a:hover img{
	opacity: 0.6;
}
a:focus{
	border: none;
	outline: none;
}
div{
	line-height: 0;
}
small{
	font-size: 0.75em;
}
.wrapper{
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
header{
	box-sizing: border-box;
	padding: 4vw 5vw;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 990;
	transition-delay: 1.2s!important;
}
header h1{
	width: 15vw;
	height: auto;
	max-width: 64px;
	margin: 0;
}
header h1 #logo_svg{
	fill: #000;
}
header nav{
	display: flex;
	align-items: center;
	position: fixed;
	top: 4vw;
	right: 3.75vw;
	z-index: 999;
}
header nav li{
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1;
	text-align: left;
	text-transform: uppercase;
}
header nav li a{
	color:#000;
	text-decoration: none;
}
header nav li a:hover{
	color: #9f9f9f;
}
header.black h1 #logo_svg{
	fill: #000;
}
header.black nav li a{
	color: #000;
}
main{
	padding: 0;
}
.mainImg {
	position: relative;
	margin: 0;
}
.mainImg h2{
	position: absolute;
	top: 50%;
	right: 3.75vw;
	transform: translateY(-50%);
	width: 27.5vw;
}
.visuals{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-top: 25%;
	width: 100%;
}
.visual a{
	display: block;
	transition: all .4s ease;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.visual img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.visual a:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.visuals > div{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.8s ease-in-out 0.3s;
	transition: 0.8s ease-in-out 0.3s;
}
.visuals > div.fadeIn{
	opacity: 1;
	visibility: visible;
}
#sec01{
	padding-top: 15%;
}
.look01-01{
	width: 50%;
	margin: 0 0 0 5%;
	position: relative;
	z-index: 1;
}
.look01-02{
	width: 75%;
	margin: -20% 0 0 25%;
}
.look02-02{
	width: 70%;
	margin: 10% 0 0 30%;
}
.look02-03{
	width: 40%;
	margin: -75% 0 0 0;
	position: relative;
	z-index: 1;
}
.look02-03 a+a{
	margin-top: 10%;
}
.look03-01{
	width: 75%;
	margin: 0 auto 5%;
}
.look03-02{
	width: 75%;
	margin: 0 auto;
}
.look04-01{
	width: 55%;
	margin: 0 0 0 auto;
	position: relative;
	z-index: 2;
}
.look04-02{
	width: 45%;
	margin: -20% 0 0 7.5%;
	position: relative;
	z-index: 1;
}
.look04-03{
	margin: -10% 0 0;
}
.look05-01{
	width: 75%;
	margin: 0;
}
.look05-02{
	width: 40%;
	margin: -10% 5% 5% auto;
}
#sec06{
	padding-top: 30%;
}
.look06-01,
.look06-02{
	width: 80%;
	margin: 0 auto;
}
.look06-03{
	width: 60%;
	margin: 15% auto 0;
}
#sec07{
	padding-top: 37.5%;
}
.look07-01{
	width: 65%;
	margin: 60% auto 0 10%;
}
.look07-02{
	width: 50%;
	margin: -157.5% 0 0 auto;
	position: relative;
	z-index: 1;
}
.look07-03{
	width: 80%;
	margin: 10% auto 0;
}
#sec08{
	padding-top: 30%;
}
.look08-02{
	width: 70%;
	margin: 15% auto 0;
}
#sec09{
	padding-top: 30%;
}
.look09-01{
	width: 60%;
	margin: 0 0 0 40%;
}
.look09-02{
	width: 40%;
	margin: 0 60% 0 0;
}
.look09-03{
	width: 40%;
	margin: -15% auto 0 40%;
}
#sec10{
	padding-top: 30%;
}
.look10-02{
	width: 70%;
	margin: 15% auto 0;
}
#sec11{
	padding-top: 30%;
}
.look11-02{
	width: 45%;
	margin: 10% auto 0 5%;
	position: relative;
	z-index: 1;
}
.look11-03{
	width: 60%;
	margin: -30% 5% 0 auto;
}
#sec12{
	padding-top: 30%;
}
.look12-01{
	width: 90%;
	margin: 0 auto 10%;
}
.look12-02{
	width: 45%;
	margin: 0 50% 0 5%;
}
.look12-03{
	width: 50%;
	margin: -10% 5% 0 auto;
}
#sec13{
	padding-top: 20%;
}
.look13-01{
	margin: 0 auto 25%;
}
.staff{
	color: #333;
	font-family: din-2014, sans-serif;
	font-size: 1.1rem;
	line-height: 2.5;
	text-align: left;
	margin: 0 auto;
}
.right {
	box-sizing: border-box;
	padding: 7.5vw 7.5vw 65px;
}
.credit-block {
	display: flex;
	align-items: center;
	margin-bottom:20px;
}
.credit-block dl dt,
.credit-block dl dd,
.credit-block p{
	font-family: din-2014, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
}
.credit-block dl {
	font-size: 1.3rem;
	width: 45%;
}
.credit-block dl dt,
.credit-block dl dd{
	line-height: 1.25;
}
.credit-block dl dt{
	margin-bottom: 0.5em;
}
.credit-block dl dd.item-number {
	display: none;
}
.credit-block p {
	border:solid 1px #666;
	box-sizing: border-box;
	font-size: 1.1rem;
	text-align:center;
	width: 45%;
	margin-left: 10%;
}
.credit-block p a {
	display:block;
	line-height: 40px;
	padding: 0 13px;
	text-decoration: none;
}
.credit-block p a:hover {
	color: #fff;
	text-decoration: none;
	background: #444;
}
.credit-block .comingsoon {
	border:solid 1px #ededed;
	background: #ededed;
}
.credit-block .comingsoon a {
	pointer-events:none;
}
.lookDetail .number {
	background: #FFF;
	font-family: din-2014, sans-serif;
	font-weight: 300;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	z-index: 100;
}
#cboxPrevious,
#cboxNext{
	position: fixed;
	text-indent: -9999px;
	width: 40px;
	height: 60px;
	z-index: 99999;
}
#cboxPrevious {
	bottom: 0;
	left: 0;
}
#cboxNext {
	bottom: 0;
	left: auto;
	right: 0;
}
#cboxNext::after,
#cboxPrevious::after {
	content: "";
	background: none;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	box-sizing: border-box;
}
#cboxNext::after {
	right: 15px;
	transform: rotate(45deg);
	transform-origin: 50% 50%;
}
#cboxPrevious::after{
	left: 15px;
	transform: rotate(225deg);
	transform-origin: 50% 50%;
}

#colorbox {
	left:0px !important;
}
#cboxContent {
	overflow: visible !important;
}
#cboxLoadedContent {
	margin-bottom: 0px;
	overflow:hidden !important;
}
#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxBottomCenter {
	width:0px !important;
	height:0px !important;
}
#cboxCurrent {
	display:none !important;
}
#cboxLoadingOverlay {
	background:url(../img/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
	background:none;
}

.btn_close {
	cursor: pointer;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	position: fixed;
	text-indent: -9999px;
	z-index: 100;
}
.btn_close::before,
.btn_close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 35px;
	background: #333;
}
.btn_close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.btn_close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
#movie{
	box-sizing: border-box;
	padding: 30% 20% 0;
}
#movie .movie__wrap{
	margin: 0 auto;
	width: 100%;
}
#movie iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.modaal-inner-wrapper{
	padding: 0;
}
.modaal-video-wrap{
	margin: auto 10vw;
}
.modaal-video-container{
	padding-bottom: 177.778%;
}
.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: #fff;
	border-radius: 0;
	height: 50px;
	width: 1px;
	top: 10px;
	left: 20px;
}
.modaal-close:focus::before,
.modaal-close:focus::after,
.modaal-close:hover::before,
.modaal-close:hover::after {
	background: #999;
}
aside{
	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;
	margin-top: 30%;
}
aside div h2{
	width: 27.5vw;
	margin: 0 auto;
}
aside div p{
	text-align: center;
	line-height: 1;
	letter-spacing: 0.06em;
}
.backTop{
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
}
.backTop a{
	display: block;
	text-decoration: none;
	padding: 20vw 0 0;
}
.backTop a::before{
	content: "";
	display: block;
	background-image: url(../../img/mark_top.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 12px;
	height: 10px;
	margin: 0 auto 8px;
}
footer{
	border-top: #ccc solid 1px;
	box-sizing: border-box;
	padding: 15vw 0 3.75vw;
	margin-top: 15vw;
}
footer ul{
	line-height: 1;
	text-align: center;
	margin-bottom: 15vw;
}
footer ul li{
	display: inline-block;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
footer ul li a{
	padding: 0 1.2em;
	text-decoration: none;
}
footer ul li a:hover{
	color: #9f9f9f;
}
.copy{
	font-weight: 400;
	font-size: 0.8rem;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
}
#comment{
	background:rgba(255,255,255,0.8);
	text-align: center;
	font-size: 11px;
	position: fixed;
	bottom: 10vh;
	left: 10%;
	width: 80%;
	line-height: 30px;
	height: 30px;
	border-radius: 15px;
	z-index: 100;
	opacity: 0;
	-webkit-transition: 0.8s ease-in-out 0.3s;
	transition: 0.8s ease-in-out 0.3s;
}
#comment::before{
	content: "● ";
	color: #999;
	font-size: 12px;
}
#comment.off{
	display: none;
}
.spBr{
	display:block;
}
.pcBr{
	display:inline;
}

@media(min-width:768px){
header{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 1.6vw;
	width: 100%;
	margin: 0;
}
header h1{
	margin: 0 auto 0 0;
	width: 4vw;
	max-width: 4vw;
}
header h1 #logo_svg{
	fill: #000;
}
header nav{
	position: static;
	align-items: flex-end;
	padding: 0;
	width: auto;
	height: auto;
}
header nav ul li{
	display: inline-block;
	font-size: 1rem;
	line-height: 1.15;
	transform: none;
	margin: 0 0 0 1.87vw;
}
aside{
	margin-top: 15%;
}
aside div h2{
	width: 15vw;
}
.backTop{
	font-size: 1.2rem;
	margin-top: 15vw;
}
.backTop a{
	padding-top: 0;
}
.backTop a::before{
	margin-bottom: 15px;
}
footer{
	height: auto;
	padding: 15% 0 20px;
	margin-top: 15%;
}
footer ul{
	margin-bottom: 50px;
}
footer ul li{
	font-size: 1.2rem;
}
}

@media(min-width:821px){
header h1{
	width: 60px;
	max-width: 60px;
}
header nav ul li{
	font-size: 1rem;
	margin: 0 0 0 30px;
}
#sec00{
	height: 100svh;
}
.mainImg{
	width: 100%;
	height: 100svh;
	margin: 0 auto;
	position: relative;
}
.mainImg > img{
	display: block;
	width: auto;
	height: 100%;
	margin: 0;
}
.mainImg::after{
	background: url(../../img/01/main.webp) no-repeat top left;
	background-size: 100%;
	content: "";
	display: block;
	width: calc(100svh / 4 *3 );
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(100svh / 4 *3 );
}
.mainImg h2{
	width: 15%;
	top: 50%;
	right: 2.5%;
	z-index: 10;
}
.visuals{
	justify-content: center;
	align-items: center;
	padding-top: 10%;
}
.visual{
	width: 50%;
}
.visual a:hover{
	box-shadow: 0 0 30px rgba(0,0,0,.2);
}
#sec01{
	padding-top: 10%;
}
.look01-01{
	width: 35%;
	margin: 0 0 0 auto;
}
.look01-02{
	width: 50%;
	margin: 0 auto 0 -5%;
}
#sec02{
	padding-top: 15%;
}
.look02-02{
	width: 50%;
	margin: 10% 12.5% 0 37.5%;
}
.look02-03{
	width: 27.5%;
	margin: -63.5% auto 0 12.5%;
}
#sec03{
	padding-top: 15%;
}
.look03-01{
	width: 50%;
	margin: 0 0 0 auto;
}
.look03-02{
	width: 35%;
	margin: 0 auto 0 -5%;
}
#sec04{
	padding-top: 15%;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.look04-01{
	width: 35%;
	margin: 0 17.5% 0 5%;
}
.look04-02{
	width: 30%;
	margin: 20% 0 0 auto;
}
.look04-03{
	width: 50%;
	margin: -7.5% 12.5% 0 auto;
}
.look05-01{
	width: 45%;
	margin: 0 7.5%;
}
.look05-02{
	width: 30%;
	margin: auto auto auto 0;
}
.look05-03{
	margin: 5% 12.5% 0 auto;
}
#sec06{
	padding-top: 10%;
	align-items: flex-start;
}
.look06-01{
	width: 50%;
	margin: 0 0 0 5%;
	position: relative;
	z-index: 1;
}
.look06-02{
	width: 50%;
	margin: 45% 0 0 -5%;
}
.look06-03{
	width: 35%;
	margin: -22.5% auto 0 7.5%;
}
#sec07{
	padding-top: 10%;
	align-items: flex-start;
}
.look07-01{
	width: 40%;
	margin: 12.5% 7.5% 0 15%;
	position: relative;
	z-index: 2;
}
.look07-02{
	width: 27.5%;
	margin: 0 10% 0 auto;
}
.look07-03{
	width: 65%;
	margin: -5% 0 0 auto;
	position: relative;
	z-index: 0;
}
#sec08{
	padding-top: 20%;
	align-items: flex-start;
}
.look08-01{
	width: 55%;
	margin: 10% auto 0 7.5%;
}
.look08-02{
	width: 35%;
	margin: 0 7.5% 0 -5%;
}
#sec09{
	padding-top: 15%;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.look09-01{
	width: 47.5%;
	margin: 17.5% 7.5% 0 5%;
}
.look09-02{
	width: 30%;
	margin: 0 0 0 auto;
}
.look09-03{
	width: 30%;
	margin: -33.5% 60% 0 10%;
}
#sec10{
	padding-top: 15%;
}
.look10-01{
	width: 65%;
	margin: 0 auto;
}
.look10-02{
	width: 40%;
	margin: 7.5% auto 0;
}
#sec11{
	padding-top: 15%;
}
.look11-01{
	width: 90%;
	margin: 0 auto 7.5%;
}
.look11-02{
	width: 30%;
	margin: 0 0 0 auto;
}
.look11-03{
	width: 45%;
	margin: 0 auto 0 -5%;
}
#sec12{
	padding-top: 15%;
}
.look12-01{
	width: 50%;
	margin: 0 15% 10%;
}
.look12-02{
	width: 30%;
	margin: 0 5% auto auto;
}
.look12-03{
	width: 35%;
	margin: 0 auto 0 0;
}
.look13-01{
	width: 60%;
	margin: 0 20% 10%;
}

#movie{
	padding: 10% 35% 0;
}

.lookDetail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.lookDetail .left {
	width: 50%;
}
.lookDetail .right {
	width: 40%;
	position: absolute;
	top: 50vh;
	left: 55%;
	margin: 0;
	padding: 0;
	transform: translateY(-50%);
}
.credit-block {
	margin-bottom: 30px;
}
.lookDetail .number {
	background: none;
	bottom: auto;
	top: 0;
	right: 0;
	width: 49%;
	height: 60px;
	line-height: 60px;
	padding-top: 20px;
}
#cboxPrevious,
#cboxNext{
	width: 40px;
	height: 60px;
}
#cboxPrevious {
	top: 20px;
	left: 55%;
}
#cboxNext {
	top: 20px;
	left: auto;
	right: 5%;
}
#cboxNext::after,
#cboxPrevious::after {
	width: 25px;
	height: 25px;
}
#cboxNext::after{
	right: 5px;
}
#cboxPrevious::after{
	left: 5px;
}
.btn_close {
	top: calc(100svh - 60px - 2%);
	right: 2%;
	width: 60px;
	height: 60px;
}
.btn_close::before,
.btn_close::after {
	height: 60px;
}
.staff{
	font-size: 1.3rem;
}
.modaal-video-wrap{
	width: calc(90vh * 0.5625);
	margin: 0 auto;
}
aside{
	margin-top: 10%;
}
.backTop{
	margin-top: 7.5vw;
}
footer{
	padding-top: 10%;
	margin-top: 10%;
}
.spBr{
	display:inline;
}
.pcBr{
	display:block;
}
#comment{
	font-size: 14px;
	left: 30%;
	width: 35%;
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
}
#comment::before{
	font: 12px;
}
#comment{
	display: none;
}
}

@media(max-width:767px){
header nav li:not(:first-child){
	display: none;
}
header nav li:first-child{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
/*.mainImg h2 img{
	filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.3));
}*/

}

