@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{
	line-height: 0;
	margin: 0;
	padding: 0;
	width: 20%;
	height: auto;
	position: absolute;
	top: 47.4%;
	left: 2.75%;
	z-index: 3;
}
header h2{
	position: absolute;
	top: 3.85%;
	left: 45%;
	width: 47.5%;
}
header h1 img,
header h2 img{
	width: 100%;
	height: auto;
}
main{
	padding: 0 0 40%;
}
.visuals{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 auto 20%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.visual{
	position: relative;
	width: 43.7%;
	margin: 0;
}
.visual.left{
	padding-left: 6.3%;
}
.visual.right{
	padding-right: 6.3%;
}
.visual.center{
	width: 63%;
	margin: 0 auto;
}
.visual img{
	width: 100%;
	height: auto;
}
.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: .5s;
}
header h2{
	transition-delay: 1.5s;
}
header h1.show,
header h2.show,
.fadeIn.show figure,
.cap.show{
	opacity: 1;
}
.visual figure{
	position: relative;
}
.visual figure a{
	display: block;
	position: relative;
	z-index: 3;
}
#sec01{
	margin-bottom: 16%;
}
.l03-01{
	width: 47%;
	margin: 0 0 0 9.3%;
}
.l03-02{
	width: 32%;
	margin: 0 auto 0 3.7%;
}
.l03-03{
	position: absolute;
	width: 20%;
	top: 3.3%;
	left: 8.7%;
}
.l03-cap{
	width: 29.6%;
	position: absolute;
	top: 7.75%;
	left: 34.2%;
}
#sec04{
	margin-bottom: 8%;
}
.l04-cap{
	position: absolute;
	top: 6.37%;
	left: 7.55%;
	width: 89.9%;
	z-index: 3;
}
#sec05{
	padding-top: 22.6%;
	padding-bottom: 3%;
	margin-bottom: 20%;
}
#sec05::before,
#sec05::after,
#sec08 .left::after,
#sec10::after,
#sec11::before,
#sec11::after,
.l12-01::after{
	content: "";
	display: block;
	position: absolute;
}
#sec05::before{
	background: url(../../img/01/05-m01.webp) no-repeat top center;
	background-size: 100%;
	top: 0;
	right: 5%;
	width: 54%;
	height: 49.5%;
	z-index: 5;
}
#sec05::after{
	background: url(../../img/01/05-m02.webp) no-repeat top center;
	background-size: 100%;
	bottom: 0;
	left: 15%;
	width: 13.4%;
	height: 12.8%;
	z-index: 5;
}
#sec06{
	margin-bottom: 17%;
}
#sec06 .left{
	margin-top: 1.3%;
}
.l06-02{
	margin-left: 3.7%;
	width: 23%;
	position: relative;
	z-index: 2;
}
.l06-03{
	margin: -31% 6.3% 0 auto;
	width: 31%;
}
.l07-cap{
	position: absolute;
	top: 2.14%;
	right: 6.5%;
	width: 13.5%;
}
#sec08{
	margin-bottom: 17.5%;
}
#sec08 .left::after{
	background: url(../../img/01/08-m01.webp) no-repeat top center;
	background-size: 100%;
	top: 0;
	left: 71%;
	width: 22.8%;
	height: 55.4%;
}
.l08-cap{
	position: absolute;
	top: 1%;
	left: 7%;
	width: 75.4%;
}
#sec09{
	margin-bottom: 22%;
}
.l09-cap{
	position: absolute;
	top: 4.7%;
	left: 8.7%;
	width: 78.5%;
}
#sec10{
	padding-bottom: 14.2%;
	margin-bottom: 8.5%;
}
#sec10::after{
	background: url(../../img/01/10-m.webp) no-repeat top center;
	background-size: 100%;
	bottom: 0;
	right: 10.3%;
	width: 34%;
	height: 40%;
	z-index: 5;
}
.l11-cap{
	position: absolute;
	top: 4.1%;
	right: 15.5%;
	width: 42.6%;
	z-index: 0;
}
.l12-01{
	margin: -40% auto 0 6.3%;
	width: 27.5%;
}
#sec11{
	margin-bottom: 21%;
}
#sec11::before{
	background: url(../../img/01/11-m01.webp) no-repeat top center;
	background-size: 100%;
	top: 0;
	right: 41%;
	width: 18.2%;
	height: 28.2%;
	z-index: 5;
}
#sec11::after{
	background: url(../../img/01/11-m02.webp) no-repeat top center;
	background-size: 100%;
	top: 33.9%;
	left: 6.3%;
	width: 8.8%;
	height: 27.55%;
	z-index: 5;
}
.l12-01::after{
	background: url(../../img/01/11-m03.webp) no-repeat top center;
	background-size: 100%;
	bottom: 3%;
	right: -14.55%;
	width: 28.36%;
	height: 45%;
	z-index: 5;
}
#sec13{
	margin-bottom: 4%;
}
.l13-01{
	width: 35%;
	margin: 0 4.5% 0 10.5%;
}
.l13-02{
	width: 40%;
	margin: auto auto 0 0;
}
#sec14{
	margin-bottom: 0;
}
#sec14 .center{
	width: 43.6%;
	margin: 0 auto;
}

.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;
}
.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: 1.1rem;
}
.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: 50%;
}

.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{
	display:block;
}
.pcBr{
	display:inline;
}


@media(min-width:768px){
html{
	font-size: 12px;
}
header{
    margin: 0 0 20%;
}
main{
	padding-bottom: 25%;
}
.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;
}
.lookCredit dl+dl,
.creditHalf div+div{
	margin-top: 25px;
}
.creditHalf div{
	width: 100%;
}
.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){
body{
	background-color: #eee;
}
.wrapper{
	background-color: #fff;
	box-sizing: unset;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#comment{
	font-size: 15px;
	left: 32.5%;
	width: 35%;
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
}
#comment::before{
	font: 12px;
}
/*#comment{
	display: none;
}*/
}
@media(min-width:1280px){
html{
	font-size: 13px;
}
.wrapper{
	width: 1080px;
}
}
@media(max-width:768px){
.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;
}
}