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

small{
    font-size: 0.75em;
}
strong{
    font-weight: bold;
}
em{
    font-style: italic;
}
.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;
}

html{
	font-size: 12px;
}
body{
	font-family: "roboto-condensed", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-feature-settings: "palt" 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background:#FFFFFF;
}

/*   --------------------   common  --------------------------------   */
a { color:#000; outline: none; }
a:link { text-decoration:none; }
a:link, button {
	outline:none;
}
a:visited { text-decoration:none; color:#000;}
a:hover { text-decoration: underline; color:#999;}
a img {
	border: none;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
a:hover img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
img{
	-ms-interpolation-mode: bicubic;
}
p,li,dt,dd{
	color:#000;
	font-size: 1.2rem;
	letter-spacing:0.05em;
	line-height:1.75;
	list-style:none;
}
/* cf */
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .cf {
	height: 1%;
}
.cf {
	display:block;
}
.wrapper{
	position: relative;
}
.main-img{
	background-image: url(../img/01/main_pc.jpg?230815);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	margin:0;
	padding: 0;
	position: fixed;
	z-index: 1;
}
header{
	background-color: #fff;
	width: 100%;
	padding: 10% 0 0;
	position: relative;
	margin: 0 auto;
}
header h1{
	width: 17.5%;
	margin: 0 auto;
	/*transform: translateY(-50%);*/
}
header h1 img{
	width: 100%;
	height: auto;
}
#logo_svg{
	fill: #000;
}
header h1+p{
	font-size: 1.6vw;
	font-family: 'STIX Two Math', serif;
	letter-spacing: 0.08em;
	text-align: center;
	margin-top: 30px;
	padding-left: 0.5rem;
}
h2,h3{
	font-family: "Helvetica Neue", "HelveticaNeue", "Helvetica", "Roboto", "Arial", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
}
h2{
	font-size: 3rem;
	line-height: 1.25;
	margin: 0 auto 1rem;
	text-align: center;
	width: auto;
}
h2 span{
	display: block;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	margin-bottom: 1.75rem;
}
h2+p{
	letter-spacing: 0.1em;
	text-align: center;
	margin: 2.5rem auto 5%;
}
.contents{
	/*padding-top:75vw;*/
	position: relative;
	text-align: center;
	z-index: 1;
}
main{
	background-color: #fff;
	padding:5% 0 0;
}
blockquote{
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	padding: 20px 0;
	position: relative;
	margin: 0 auto 10%;
	width: 500px;
}
blockquote::before{
	content:'\201C';
	display: inline-block;
	line-height: 1;
	position: absolute;
	top: -5px;
	color: #f4f4f4;
	font-size:15rem;
	z-index: -1;
}
blockquote,
blockquote p{
	font-family: arno-pro, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.25rem;
	text-align: left;
	line-height: 2;
}
blockquote p+p{
	font-size: 0.9em;
	margin-top: 0.5em;
}
blockquote cite{
	display: block;
	font-size: 1rem;
	letter-spacing: 0.075em;
	margin-top: 1em;
	text-align: right;
}
blockquote cite::before{
	content: "—";
	display: inline-block;
	margin-right: 0.4em;
}
.looks{
	width: 90%;
	padding-bottom: 10%;
	margin: 0 auto;
}

.look {
	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;
	line-height: 0;
	width: 100%;
	margin:0;
	text-align: center;
}
.look > div{
	padding-top: 3%;
	padding-bottom: 3%;
	width:42%;
}
.look > div+div{
	margin-left: 3%;
}
.look.col1 > div{
	width: 87%;
}
.look.col1s > div{
	width: 60%;
}
.look.col3 > div{
	width: 27%;
}
.look.col1full > div{
	padding: 0!important;
	width: 100%;
}
/*.look+.look{
	opacity:0;
}
.look:nth-child(2n){
	margin-left: 10%;
}
.look:last-child{
	margin-bottom: 0;
}
*/

.look a img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.look a img:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.look a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.look a::before,
.look a::after{
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	bottom:23px;
	right: 12px;
	width: 23px;
	height: 1px;
	z-index: 1;
	transition: all .3s;
}
.look a::after{
	transform: rotate(-90deg);
}
.look a:hover::before{
	transform: rotate(180deg);
}
.look a:hover::after{
	transform: rotate(90deg);
}
.swiper-container{
	padding-bottom: 20px;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 20px;
	width: 87%;
	margin: 0 6.5%;
	text-align: right;
}
.swiper-pagination-bullet{
	border-radius: 0;
}
.swiper-pagination-bullet-active{
	background-color: #000;
}
.swiper-button-next, .swiper-button-prev{
	/*background-color: rgba(255, 0, 0, 0.5);
	transform: translateY(-50%);*/
	top: 0;
	height: calc(100% - 20px);
	width: 7.5%;
	margin-top: 0;
	z-index: 9999;
}
.swiper-button-prev{
	left: -20px;
}
.swiper-button-next{
	right: -20px;
}
.swiper-button-prev:before,
.swiper-button-prev:after,
.swiper-button-next:before,
.swiper-button-next:after{
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #000;
	position: absolute;
	top: calc(50% - 24px);
	left: 5px;
}
.swiper-button-next:before,
.swiper-button-next:after{
	left: auto;
	right: 4px;
}
.swiper-button-prev:before{
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.swiper-button-prev:after{
	top: calc(50% + 28px);
	-webkit-transform: rotate(-120deg);
	transform: rotate(-120deg);
}
.swiper-button-next:before{
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.swiper-button-next:after{
	top: calc(50% + 24px);
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}

.lookDetail {
	overflow:hidden;
	padding: 0 0 5%;
	font-size:0;
	width: 1000px;
	margin: 0 auto;
}
.lookDetail .left {
	box-sizing: border-box;
	display: inline-block;
	width:46.25%;
	margin: 0 7.5% 0 0;
}
.lookDetail .left img {
	display:block;
}
.lookImg {
	/*margin: auto;
	background-color: white;
	position: relative;*/
	width:100%;
	box-sizing: border-box;
	padding: 0;
}
.lookImg div,.lookImg img{ width:100%; }
.lookDetail .right {
	display: inline-block;
	box-sizing: border-box;
	width: 46.25%;
	padding-top: 0;
}
.lookDetail .right >div,
.lookDetail .right >div > p{
	margin-bottom:20px;
}
.lookDetail .right > p{
	margin-bottom:20px;
	color:#000;
	font-size: 1.1rem;
}
.lookDetail .right .credit-block {
	margin-bottom:20px;
	overflow:hidden;
	color:#333333;
}
.lookDetail .right .credit-block:last-of-type{
	margin-bottom: 0;
}
.lookDetail .right .credit-block dl {
	font-size: 1.2rem;
	width: 56%;
	float: left;
}
.lookDetail .right .credit-block dt{
	text-transform: uppercase;
}
.lookDetail .right .credit-block dt,
.lookDetail .right .credit-block dd{
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.lookDetail .right .credit-block p.comingsoon,
.lookDetail .right .credit-block p a{
	font-size: 1rem;
	letter-spacing: 0.08em;
}
.lookDetail .right .credit-block dt span{
	display: inline-block;
	font-size: 1rem;
	margin-left: 0.3em;
	text-transform: none!important;
}
.lookDetail .right .credit-block dt span::before{
	display: inline-block;
	content: "/";
	margin-right: 0.3em;
}
.lookDetail .right .credit-block dl dd.item-number {
	display: none;
	color: #cccccc;
	line-height: 2;
	margin-top: 15px;
	font-size: 0.916rem;
	margin-top:6px;
}
.lookDetail .right .credit-block dd small{
	display: inline-block;
	letter-spacing: 0.125em;
	margin-left: 0.25em;
}
.lookDetail .right .credit-block p {
	float:right;
	border:solid 1px #000;
	box-sizing: border-box;
	text-align:center;
	width: 35%;
	margin-right: 9%;
	margin-top: 5px;
}
.lookDetail .right .credit-block p a {
	display:block;
	padding: 8px 13px;
}
.lookDetail .right .credit-block p a:hover {
	text-decoration: none;
	background: #ededed;
}
.lookDetail .right .credit-block p.comingsoon {
	border:solid 1px #ededed;
	background: #ededed;
}
.lookDetail .right .credit-block p.comingsoon a {
	pointer-events:none;
}
.lookDetail .right .credit-block p.comingsoon a::before{
	content: "発売予定：";
	display: inline-block;
}
#cboxLoadedContent{
	background-color: #fff;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#cboxLoadedContent::-webkit-scrollbar {
	display:none;
}

#cboxLoadingOverlay {
	background:url(../img/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
	background:none;
}
#colorbox,#cboxWrapper,#cboxContent{
	overflow: visible;
}
#cboxContent{
	margin-top: 60px;
}
@keyframes closeBtnFadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes closeBtnColor{
	0%{
		background-color: #fff;
	}
	100%{
		background-color: #000;
	}
}
#cboxClose{
	width:50px;
	height: 50px;
	/*background:url(../img/ss18_close.png) no-repeat 0 0;*/
	top: -40px;
	right: 0;
	animation: closeBtnFadeIn 1.5s linear;
	animation-fill-mode: both;
	opacity: 0;
}
#cboxClose::before,
#cboxClose::after{
	content: "";
	display: block;
	background-color: #000;
	position: absolute;
	bottom: 25px;
	right: -10px;
	width: 70px;
	height: 1px;
	z-index: 1;
	transition: all .3s;
	transform: rotate(-45deg);
	animation: closeBtnColor 1.5s linear;
	animation-fill-mode: both;
}
#cboxClose::after{
	transform: rotate(-135deg);
}
#cboxClose:hover::before,
#cboxClose:hover::after{
	background-color: #999;
}
#cboxPrevious,#cboxNext,#cboxSlideshow {
	display: none!important;
}

footer{
	background-color: #555555;
	padding:7.5% 0 4.5%;
	position: relative;
	z-index: 1;
}
footer li,footer p,footer a,footer a:link,footer a:active,footer a:any-link{
	color: #fff;
}
footer ul{
	text-align: center;
	margin-bottom: 30px;
}
footer ul li{
	display: inline-block;
	font-size: 1.167rem;
}
footer ul li+li::before{
	content:"|";
}
footer ul li a{
	padding: 0 1.5em;
}
footer p{
	text-align: center;
	font-size: 1.167rem;
}
footer .copy{
	line-height:1.2;
	font-size:0.917rem;
	margin: 30px 0 0;
	text-align: center;
}

@media only screen and (max-width: 1000px) {
.wrapper{
	width: 100%;
}
.lookDetail{
	width: 90%;
}
/*.lookDetail .right{
	padding-top: 15vw;
}
.lookDetail .right .credit-block dt,
.lookDetail .right .credit-block dd{
	font-size: 0.75rem;
	line-height: 1.5;
}*/
}

@media only screen and (max-width: 768px) {
html{
	font-size: 10px;
}
.main-img{
	background-image: url(../img/01/main_sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 75vw;
}
.wrapper{
	width: 100%;
}
header h1{
	width: 33.33%;
	left: 6%;
}
header h1+p{
	font-size: 3.5vw;
}
h2{
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 1.4;
}
h2 span{
	display: block;
	font-size: 0.5em;
	margin-bottom: 1rem;
}
h2+p{
	font-size: 1.2rem;
	text-align: center;
	margin: 1.5rem auto 10%;
}
blockquote{
	width: 80%;
	margin-bottom: 15%;
}
blockquote p{
	line-height: 1.75;
}
.looks{
	width:100%;
}
.look{
	width:100%;
}
.look a::before, .look a::after{
	background-color: #eee;
	right: 6px;
	bottom: 12px;
	width: 16px;
}
.lookDetail{
	width: 100%;
}
.swiper-pagination-bullet{
	width: 5px;
	height: 5px;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 16px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 3px;
}
.swiper-button-prev{
	left: 0;
}
.swiper-button-next{
	right: 0;
}
.swiper-button-prev:before,
.swiper-button-prev:after{
	left: -2px;
}
.swiper-button-next:before,
.swiper-button-next:after{
	right: -2px;
}
.swiper-button-prev:before,
.swiper-button-prev:after,
.swiper-button-next:before,
.swiper-button-next:after{
	width: 24px;
	top: calc(50% - 11px);
}
.swiper-button-prev:after,
.swiper-button-next:after{
	top: calc(50% + 10px);
}
.lookDetail .left {
	width:100%;
	margin: 0;
	padding: 0;
}
.lookDetail .right {
	width:100%;
	margin:0 auto;
	padding:30px 7.5% 60px;
}
.lookDetail .right .credit-block dl {
	width: 58%;
}
.lookDetail .right .credit-block p {
	width: 40%;
	margin-top: 0;
	margin-right: 0;
}
.lookDetail .right .credit-block p a {
	padding: 8px;
}
.lookImg {
	padding: 0;
}
footer{
	display: block;
	padding: 15vw 5vw 7.5vw;
}
footer ul{
	margin-bottom: 7.5vw;
}
footer ul li{
	font-size: 1.3rem;
}
footer ul li a{
	padding: 0 0.75em;
}
footer p{
	font-size: 1.3rem;
}
footer .copy{
	font-size: 1rem;
	transform: scale(0.8);
	transform-origin: top center;
}
.pc-br {
	display:inline;
}
.sp-br{
	display:block;
}
}

@media(max-width:414px){
main{
	padding:7.5% 0 0;
}
header h1+p{
	margin-top: 5vw;
}
.lookDetail .right .credit-block dl dd.item-number{
	line-height: 1.75;
	margin-top: 6px;
}
/*
.lookDetail .right .credit-block dt,
.lookDetail .right .credit-block dd{
	font-size:0.75rem;
}
.lookDetail .right .credit-block dt span,
.lookDetail .right .credit-block p.comingsoon,
.lookDetail .right .credit-block p a{
	font-size:0.6875rem;
}
*/
#cboxClose{
	width:40px;
	height: 40px;
	top: -50px;
	right: 0;
}
#cboxClose::before,
#cboxClose::after{
	bottom: 19px;
	right: 0px;
	width: 40px;
	height: 1px;
}
}

@media(max-width:320px){
.lookDetail .right .credit-block p{
	font-size: 1rem;
}
footer{
	margin-left: -5vw;
	margin-right: -5vw;
}
footer ul li a{
	padding: 0 0.5em;
}
}
@media(min-width:769px){
.lookDetail.yoko .left{
	width: 100%;
	margin: 0 0 50px 0;
}
.lookDetail.yoko .right{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.lookDetail.yoko .right >div{
	width: 46.25%;
	margin-right: 3.75%;
}
.swiper-pagination-bullet{
	width: 6px;
	height: 6px;
}
}