@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: 10px;
}
body {
    background-color: #fff;
	color: #000;
    font-family: 'Gotham', "aktiv-grotesk-extended", 'TBゴシック', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, HelveticaNeue, 'Helvetica Neue', 'Source Sans Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	font-weight: 200;
	font-style: normal;
	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.25s ease;
	transition:all 0.25s ease;
}
a:hover{
	color: #999;
	text-decoration: underline;
}
a img{
	-webkit-transition:	all 0.25s ease;
	transition:all 0.25s ease;
}
a:hover img,
.visual a:hover img.lazyloaded{
	opacity: 0.8;
	transition:all 0.25s ease;
	transition-delay: unset;
}
a:focus{
	border: none;
	outline: none;
}
small{
	font-size: 0.75em;
}
div{
	line-height: 0;
}
.wrapper{
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
header{
	padding: 0;
	margin: 0 0 25%;
	position: relative;
}
header h1,
header h2{
	line-height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
}
header h1{
	width: 25%;
	height: auto;	
	bottom: 4.2857%;
	right: 6%;
	z-index: 3;
}
header h1 img{
	width: 100%;
	height: auto;
}
header h2{
	width: auto;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
header h2 img{
	width: auto;
	height: 100%;
}
main{
	padding: 0 0 50%;
}
.visuals{
	box-sizing: border-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin:0 auto 25%;
	overflow: hidden;
	position: relative;
	padding: 0 6%;
	width: 100%;
}
.visual{
	position: relative;
	width: 48.58%;
	margin: 0;
}
.fadeIn figure{
	opacity: 0;
	/*-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);*/
	-webkit-transition: opacity 1600ms,-webkit-transform 1200ms cubic-bezier(0.3, 0.05, 0.05, 1);
	transition: opacity 1600ms,-webkit-transform 1200ms cubic-bezier(0.3, 0.05, 0.05, 1);
	transition: opacity 1600ms,transform 1200ms cubic-bezier(0.3, 0.05, 0.05, 1);
	transition: opacity 1600ms,transform 1200ms cubic-bezier(0.3, 0.05, 0.05, 1),-webkit-transform 1600ms cubic-bezier(0.3, 0.05, 0.05, 1);
}
header h1,
header h2,
.cap{
	opacity: 0;
	-webkit-transition: opacity 800ms,-webkit-transform 600ms cubic-bezier(0.3, 0.05, 0.05, 1);
	transition: opacity 800ms,-webkit-transform 600ms cubic-bezier(0.3, 0.05, 0.05, 1);
	transition: opacity 800ms,transform 600ms cubic-bezier(0.3, 0.05, 0.05, 1);
	transition: opacity 800ms,transform 600ms cubic-bezier(0.3, 0.05, 0.05, 1),-webkit-transform 600ms cubic-bezier(0.3, 0.05, 0.05, 1);
	transition-delay: 1s;
}
header h1{
	transition-delay: 1.5s;
}
header h2{
	transition-delay: .5s;
}
header h1.show,
header h2.show,
.fadeIn.show figure,
.cap.show{
	opacity: 1;
}
.col1{
	width: calc(60% / 0.88);
	margin: 0 auto;
}
.col3{
	margin-bottom: 27.5%;
}
.col3 .visual{
	width: 33.3333%;
}
.visual.left{
	
}
.visual.right{
	margin-left: calc(2.5% / 0.88);
}
.visual.center{
	margin: 0 auto;
}
.visual figure a{
	display: block;
	position: relative;
	z-index: 3;
}
.visual a{
	display: inline-block;
}
.visual img{
	width: 100%;
	height: auto;
}
.cap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.l01-01{
	margin: auto 0;
}
.l01-02 a+a{
	margin-top: 5.848%;
}
.l01-03{
	width: 100%;
	margin-top: calc(10% / 0.88);
}
.l01-03 a{
	width: calc(25% / 0.88);
	margin-right: calc(2.5% / 0.88);
}
.l03-01{
	margin: auto 8.24% auto 6.8%;
	width: 36.38%;
}
.l05-02{
	margin-top: 33.39875%;
}
.l08-02{
	width: 33.5227%;
	margin-top: 18.0354%;
}
.l08-02 a+a{
	margin-top: 8.4745%;
}
.col3{
	overflow: unset;
}
.col3 > div{
	position: relative;
}
.col3 > div::after{
	content: "";
	display: block;
	color: #333;
	line-height: 1;
	font-family: "Helvetica Neue", "Helvetica", "arial", "Roboto", 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	position: absolute;
	bottom: -1.5em;
	z-index: 3;
}
.col3 > div:nth-child(1)::after{
	content: "2026";
	left: 0;	
}
.col3 > div:nth-child(2)::after{
	content: "21.Aug";
	left: 50%;
	transform: translateX(-50%);
}
.l04-03:nth-child(3)::after{
	content: "14:15";
	right: 0;
}
.l06-03:nth-child(3)::after{
	content: "15:45";
	right: 0;
}
.l11-03:nth-child(3)::after{
	content: "16:45";
	right: 0;
}
.l09-01{
	margin: 0 auto 0 0;
}
.l09-02{
	margin: 0 0 0 auto;
	margin-top: calc(2.5% / 0.88);
}
#sec12{
	margin-bottom: 0;
}

.caption{
	box-sizing: border-box;
	padding: 6% 0 0;
	width: auto;
}
.caption dl{
	line-height: 1.35;
}
.caption dl+dl{
	margin-top: 10px;
}
.caption dt,.caption dd{
	font-size: 1.2rem;
	letter-spacing: 0.04em;
}
.lookDetail{
	background-color:#fff;
	box-sizing: border-box;
	font-size:0;
	padding:13% 7.5%;
	overflow: hidden;
	width:100%;
}
.lookImg{
	width:100%;
}
.lookCredit{
    box-sizing:border-box;
	margin:0;
	padding:7.5% 0;
	width:100%;
}
.lookCredit p{
	font-size:1.1rem;
	font-weight: 200;
	letter-spacing: 0.04em;
	line-height: 1.67;
	margin-bottom: 0;
}
.lookCredit dl{
	text-align: left;
}
.lookCredit dl+dl,
.lookCredit dl+p{
	margin-top: 18px;
}
.lookCredit dl dt,.lookCredit dl dd{
	color:#000;
	font-weight: 200;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.67;
	text-transform: capitalize;
}
.lookCredit dl dt a{
	color:#000;
	text-decoration: underline;
	text-decoration-color: #999;
	text-decoration-skip-ink: none;
	text-underline-offset: 2px;
}
.lookCredit dl dt a.notLink{
	pointer-events: none!important;
	text-decoration: none;
}
.lookCredit dl dd.itemNo{
	font-size: 1.2rem;
	display: none;
}
.lookCredit dl dd small{
	font-size: 0.75em;
	text-transform: lowercase;
}
.lookCredit dl dd.itemPrice{
	display: block;
	margin-right: 0;
}
.lookCredit dl dd.instore{
	display: block;
	font-size: 1rem;
}
.lookCredit dl dd.instore::before{
	content: "発売予定：";
}
.lookCredit dl dd:last-child{
	margin-right: 0;
}

.creditHalf{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.creditHalf div{
	width: 48.5%;
}
.creditHalf div+div{
	margin-left: 3%;
}
.modaal-inner-wrapper{
	padding: 0;
}
.modaal-content-container{
	padding: 0;
	position: relative;
}
.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: #000;
	border-radius: 0;
	height: 36px;
	width: 1px;
	top: 8px;
	left: 27px;
}
.modaal-close:focus::before,
.modaal-close:focus::after,
.modaal-close:hover::before,
.modaal-close:hover::after {
	background: #999;
}

footer{
	font-family: "roboto", roboto, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, HelveticaNeue, 'Helvetica Neue', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 400;
	font-style: normal;
	margin-top: 0;
	padding: 0 0 15vw;
	text-align: center;
}
footer nav{
	box-sizing: border-box;
}
footer ul{
	font-size:0;
	padding: 0 7.5vw;
}
footer ul li{
	display: inline-block;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-bottom: 30px;
	vertical-align: middle;
}
footer ul li:nth-child(n+3){
	margin-left: 1.3rem;
}
#linkMedia{
	width: 100%;
}
#linkMedia a{
	display: inline-block;
	margin-left: 1.5rem;
}
#linkMedia a+a::before{
	content: "|";
	display: inline-block;
	margin-right: 1.2rem;
}
footer nav li a{
	color:#000;
	text-decoration: underline;
}
.copy{
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	line-height: 1;
}

#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;
}
#comment::before{
	content: "● ";
	color: #999;
	font-size: 12px;
}
#comment.off{
	display: none;
}
.spBr,.sp-only{
	display:block;
}
.pcBr{
	display:inline;
}
.pc-only{
	display:none;
}

@media(min-width:768px){
html{
	font-size: 11px;
}
header{
	margin: 0 0 30%;
}
main{
	padding-bottom: 35%;
}
.visuals{
	margin-bottom: 30%;
}
.col3 > div::after{
	font-size: 15px;
	bottom: -1.75em;
}
.lookDetail{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding:10%;
}
.lookImg{
	width:50%;
}
.lookCredit{
	margin-left:5%;
	width:45%;
	padding:0;
}
.creditHalf{
	align-items: flex-end;
}
.lookCredit dl+dl{
	margin-top: 25px;
}
.lookCredit dl dt{
	white-space: nowrap;
}
.modaal-container{
	box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
}
.modaal-close::before, .modaal-close::after{
	height: 68px;
	width: 1px;
	top: -9px;
	left: 25px;
}
footer{
	padding-bottom: 10%;
}
footer ul{
	padding: 0;
}
footer ul li{
	margin-bottom: 6%;
}
footer ul li,
.copy{
	font-size: 1.2rem;
}
footer ul li:nth-child(n+3){
	margin-left: 1.6rem;
}
.spBr{
	display:inline;
}
.pcBr{
	display:block;
}
#comment{
	font-size: 14px;
	left: 22.5%;
	width: 55%;
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
}
#comment::before{
	font: 12px;
}
}

@media(min-width:1000px){
.wrapper{
	background-color: #fff;
	box-sizing: unset;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.col3 > div::after{
	font-size: 18px;
	bottom: -1.75em;
}
#comment{
	font-size: 15px;
	left: 32.5%;
	width: 35%;
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
}
#comment::before{
	font: 12px;
}
/*#comment{
	display: none;
}*/
.sp-only{
	display:none;
}
.pc-only{
	display:block;
}
}
@media(min-width:1280px){
html{
	font-size: 12px;
}
.wrapper{
	width: 1080px;
}
}
@media(max-width:768px){
#sec01, #sec02, #sec04, #sec07, #sec08, #sec09{
	margin-bottom: 22.5%;
}
.lookCredit{
	display: flex;
	flex-wrap: wrap;
}
.lookCredit dl{
	width: 50%;
}
.lookCredit dl:nth-child(2):not(.creditHalf dl){
	margin-top: 0;
}
.creditHalf.lookCredit dl{
	width: 100%;
}
}
@media(max-width:320px){
.caption dt,.caption dd{
    font-size: 1.1rem;
}
}