@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: 'Baskerville', baskerville-display-pt, serif;
	font-weight: 400;
	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;
}
div{
	line-height: 0;
}
.wrapper{
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
header{
	padding: 20% 0 37.5%;
	margin: 0;
}
header h1{
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	width: 37.5%;
	height: auto;
}
header h1 img{
	width: 100%;
	height: auto;
}
main{
	padding: 0;
}
.visuals{
	box-sizing: border-box;
	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;
	margin:0 auto;
	overflow: hidden;
	width: 100%;
	padding: 0 0 25%;
	position: relative;
}
.visuals.col2{
	flex-direction: row;
}

.right{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.left{
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.right .caption dt,.right .caption dd{
	text-align: right;
}

.visual{
	position: relative;
	width: 47.5%;
}
.visual+.visual{
	margin-left: 5%;
}
.full .visual{
	width: 100%;
}
.col2 .visual{
	width: 50%;
}
.visual img{
	width: 100%;
	height: auto;
}
.fadeIn{
	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);
}
.fadeIn.show{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.visual .mask{
	box-sizing: border-box;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}
a.creditArea{
	display:block;
	width:100%;
	height:100%;
	cursor: pointer;
}
.visual .mask a{
	pointer-events: none;
}
.visual:hover a img,
.visual a:hover img{
	opacity: 1;
}

#sec00{
	box-sizing: border-box;
	padding: 0 10%;
	position: relative;
	margin-bottom: 45%;
}
#sec00 .visual{
	width: 100%;
}
#sec10{
	padding-bottom: 0;
}
#sec11{
	padding-bottom: 0;
	margin-top: 37.5%;
	margin-bottom: 37.5%;
}
#sec11 .visual{
	width: 58%;
}
.lookCredit{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 0.875rem;
	margin:0;
	padding: 7.5% 0;
	width: 100%;
	height: 100%;
}
.lookCredit p{
	color: #fff;
	font-size:1.1rem;
	letter-spacing: 0.04em;
	line-height: 1.67;
	margin-bottom: 0;
}
.lookCredit dl{
	font-size: 1.2rem;
	text-align: center;
}
.lookCredit dl+dl,
.lookCredit dl+p{
	margin-top: 1rem;
}
.lookCredit dl dt,.lookCredit dl dd{
	color: #fff;
	letter-spacing: 0.04em;
	line-height: 1.67;
	text-transform: capitalize;
}
.lookCredit dl dt a{
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.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;
}

footer{
	font-family: 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 17.5vw;
	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:821px){
html{
	font-size: 12px;
}
header{
	padding: max(25%, 250px) 0 max(35%, 350px);
}
header h1{
	width: 35%;
	max-width: 350px;
}
.visuals{
	padding: 0 20% 27.5%;
}
#sec00{
	padding: 0 14%;
	margin-bottom: max(40%, 400px);
}
#sec11{
	padding: 0;
	margin-top: max(27.5%, 300px);
	margin-bottom: max(37.5%, 400px);
}
#sec11 .visual{
	width: 47.4%;
}
footer{
	padding-top: 0;
	padding-bottom: max(20%, 200px);
}
footer ul{
	padding: 0;
}
footer ul li{
	margin-bottom: max(6%, 60px);
}
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{
	display: none;
	font-size: 14px;
	left: 22.5%;
	width: 55%;
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
}
#comment::before{
	font: 12px;
}

.visual .mask{
	opacity:0;
	-webkit-transition:	all 0.4s ease;
	transition:all 0.4s ease;
}
.visual:hover .mask{
	display: flex;
	opacity:1;
}
.visual:hover .mask a{
	pointer-events: all;
}
.visual .mask::after{
	content: "";
	display: block;
	background-color: rgba(0,0,0,0.3);
	/*mix-blend-mode: multiply;*/
	position:absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.visual .mask .lookCredit{
	z-index: 1;
}
.btn-close{
	display:none;
}
a.lookCreditArea:focus{
	border: none;
	outline: none;
}
}
@media(max-width:820px){
.visual .mask{
	opacity: 0;
	visibility: hidden;	
	-webkit-transition:	all .4s ease;
	transition:all .4s ease;
}
.visual .mask.txtopen{
	display: flex;
	background: rgba(0,0,0,0.3);
	opacity: 1;
	visibility: visible;
}
.visual .mask.txtopen a{
	pointer-events: all;
}
.mask.txtopen button{
	display:block;
	position:absolute;
}
.btn-close{
	display: none;
	background: 0 0;
	border:none;
	position:fixed;
	right:0;
	top:0;
	color:#fff;
	cursor:pointer;
	opacity:1;
	width:40px;height:40px;
	text-indent: -9999px;
	z-index: 1;
}
.btn-close:focus,.btn-close:hover{
	outline:none;
}
.btn-close:focus:after,
.btn-close:focus:before,
.btn-close:hover:after,
.btn-close:hover:before{
	background:#ccc;
}
.btn-close:after,.btn-close:before{
	display:block;
	content:"";
	position:absolute;
	top:10px;left:20px;width:1px;height:22px;
	background:#fff;
}
.btn-close:before{
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.btn-close:after{
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
}
@media(min-width:1080px){
html{
	font-size: 13px;
}
body{
	background-color: #fff;
}
.wrapper{
	background-color: #fff;
	box-sizing: unset;
	/*width: 80%;*/
	margin: 0 auto;
	padding: 0;
}
header{
	max-width: 1080px;
	margin: 0 auto;
}
#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(max-width:320px){
.caption dt,.caption dd{
	font-size: 1.1rem;
}
}