@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: 62.5%;
}
body {
	background-color: #fff;
	color:#000;
	font-family: "futura-pt", YuGothic, "游ゴシック","メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-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.4s ease;
	transition:all 0.4s ease;
}
a:hover{
	color:#F7323F;
	text-decoration: underline;
}
/*
a img{
	opacity:1;
	-webkit-transition:	all 0.4s ease;
	transition:all 0.4s ease;
}
a:hover img{
	opacity:0.75;
}
*/
p,li,dt,dd,th,td{
	letter-spacing: 0.05em;
	line-height: 1.5;
}
div{
	line-height: 0;
}
.wrapper{
	width: 100%;
	margin: 0 auto;
}
header{
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
header h1{
	margin: 5vw auto;
	padding: 0;
	width: 20%;
}
header h2{
	position: absolute;
	bottom: 5vw;
	left: 5vw;
	color: #fff;
	font-size: 5.5vw;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.125;
	text-align: left;
}
header h2 span{
	display: block;
}
.mainImg{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	width: 100vw;
	height: calc( 100vw / 3 * 4 );
}
main{
	padding: 20% 0 0;
}
section{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 25%;
}
#look01{
	margin-top: 0;
}
.visual{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}
header h2,
.mainImg img{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.8s ease-in 0.2s;
	transition: 0.8s ease-in 0.2s;
}
header h2{
	transition-delay: 1.6s;
}
.mainImg img{
	transition-delay: .8s;
}
.look > div{
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	-webkit-transition: 0.8s ease-in 0.2s;
	transition: 0.8s ease-in 0.2s;
}
header h2.fadeIn,
.mainImg img.fadeIn,
.look > div.fadeIn{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.visual + .visual{
	margin-top: 10%;
}
figure img{
	width: 100%;
	height: auto;
}
.w30{ width: 30%; }
.w40{ width: 40%; }
.w50{ width: 50%; }
.w60{ width: 60%; }
.w65{ width: 65%; }
.w70{ width: 70%; }
.w75{ width: 75%; }
.w80{ width: 80%; }
.w85{ width: 85%; }
.w90{ width: 90%; }
.w100{ width: 100%; }

.caption{
	box-sizing:border-box;
	margin:0 auto 0 0;
	padding: 20px 0 0;
}
.caption p{
	margin-bottom: 10px;
}
.caption div+div{
	margin-top: 15px;
}
.caption dl+dl{
	margin-top: 0.66em;
}
.caption dl+p{
	margin-top: 1.5em;
}
.caption dl dt,.caption dl dd{
	display: inline-block;
	font-size: 1.2rem;
	letter-spacing: 0.075em;
	line-height: 1.33;
	margin-right: 0.4em;
}
.caption dl dt{
	text-transform: uppercase;
	margin-right: 0.75em;
}
.caption dl dt a{
	text-decoration:underline;
}
.caption dl dt span::after{
	content:": ";
}
.caption dl dd.itemNo{
	display: none;
}
.caption dl dd small{
	display: inline-block;
	font-size: 0.75em;
	margin: 0 0 2px 0.25em;
	vertical-align: middle;
}
.caption dl dd.instore,
.caption dl dd.inshop{
	/*display: block;*/
	font-size: 1rem;
	margin-top:3px;
}
.caption dl dd.instore::before{
	content: "発売予定：";
}
.caption dl dd.inshop::before{
	content: "取扱店舗：";
}
.caption dl dd:last-child{
	margin-right: 0;
}
p.location{
	font-size: 12px;
	line-height: 1.75;
	margin: 20% auto 0;
	text-align: center;
}
.center{ 
	margin-left: auto;
	margin-right: auto;
}
footer{
	letter-spacing: 0.15em;
	margin-top: 0;
	padding: 30% 5% 10%;
	text-align: center;
}
footer ul{
	margin: 0 auto 10%;
}
footer li{
	font-size: 1.1rem;
	letter-spacing: 0.075em;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
footer li a{
	display: inline-block;
	padding: 5px 12px;
}
footer li::after{
	content: "|";
	color: #000;
	display: inline-block;
}
footer li:last-child::after{
	content: "";
}
footer .subLogo{
	width: 20%;
	margin: 0 auto 10%;
}
.copy{
	font-size:0.9rem;
	letter-spacing: 0.08em;
	line-height: 1;
}
.cf{
	overflow: hidden;
}
.pcbr{ display:inline; }
.spbr{ display:block; }

#ec{
	text-align: center;
	margin-bottom: 10vw;
}
#ec a{
	border:#000 solid 1px;
	display: block;
	width: 200px;
	line-height: 30px;
	margin: 0 auto;
	text-decoration: none;
	position: relative;
}
#ec a::after{
	content:">";
	display: inline-block;
	font-size: 1.3rem;
	position: absolute;
	right: 10px;
}

@media(min-width:640px){
header{
	padding: 0;
}
header{
	box-sizing: border-box;
	width: 100%;
}
.full figure{
	width: 100%;
	margin: 0;
}
.caption dl{
	font-size: 1.3rem;
}
.caption div+div{
	margin-top: 25px;
}
.caption dl+dl{
	margin-top: 0.75rem;
}
.caption dl dt,.caption dl dd{
	font-size: 1.3rem;
}
.caption dl dd.itemNo{
	font-size: 1rem;
}
.caption dl dd.instore,
.caption dl dd.inshop{
	display: inline-block;
	font-size: 1rem;
}
footer{
	padding: 20% 0 2.5%;
}
footer .subLogo{
	width: 10%;
	margin: 0 auto 5%;
}
footer ul{
	margin-bottom: 5%;
}
footer li,
footer p{
	font-size: 1.2rem;
}
.pcbr{ display:block; }
.spbr{ display:inline; }
#ec{
	margin-bottom: 10%;
}
#ec a{
	font-size: 1.7rem;
	width: 300px;
	line-height: 50px;
	margin: 0 auto;
	text-decoration: none;
	position: relative;
}
#ec a::after{
	font-size:1.7rem;
	right: 10px;
}
#ec a:hover{
	background-color: #000;
	color:#fff;
}
}
@media(min-width:821px){
header{
	background: url(../../img/01/main_bg.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: center;
}
header h1{
	position: absolute;
	top: 30px;
	left: 30px;
	margin: 0;
	width: 8%;
	z-index: 3;
}
header h2{
	font-size: 3.5vw;
	left: 30px;
	bottom: 30px;
}
header h2 span{
	display: inline-block;
}
.mainImg{
	width: calc(100vh / 4 * 3);
	height: 100vh;
}
main{
	padding: 7.5% 7.5% 0;
}
section{
	margin-top: 20%;
}
.visual{
	width: 47.5%;
}
.visual + .visual{
	margin-top: 0;
}
.caption{
	padding-top: 30px;
}


.look .look01-02{
	margin: 12.5% 0 0 5%;
}
#look01 .caption{
	margin-top: -12.5%;
}
#look02,
#look05{
	margin-top: 15%;
}
.look .look02-01{
	margin: 12.5% 5% 0 0;
}
#look03,
#look11,
#look13{
	margin-top: 25%;
}
.look03-01{
	margin: 0 0 0 auto;
}
.look03-02{
	margin: 0 auto 0 0;
}
.look .look03-03{
	width: 60%;
	margin: 12.5% auto 0;
}
.look04-02{
	width: 25%;
	margin: 0 auto 0 5%;
}
.look .look04-03{
	flex-direction: row-reverse;
	width: 100%;
	margin: -25% 0 0 0;
}
.look04-03 figure{
	width: 47.5%;
	margin: 0 0 0 30px;
}
.look04-03 .caption{
	margin: auto 0 0 auto;
}
.look .look05-01{
	width: 40%;
	margin: 30% 5% 0 0;
}
.look .look05-02{
	width: 55%;
}
.look05-02 .caption{
	margin: 0 0 0 auto;
}
.look .look06-01{
	width: 55%;
}
.look .look06-02{
	width: 40%;
	margin: 47.5% 0 0 5%;
}
#look06 .caption{
	margin: 0 0 0 auto;
}
.look .look06-03{
	width: 55%;
	margin: 12.5% 22.5% 0;
}
.look .look07-01{
	width: 45%;
	margin: 20% 5% 0 0;
}
.look .look07-02{
	width: calc(45% + 30px);
	margin: 0 auto 0 0;
	position: relative;
}
.look07-02::after{
	background: url(../../img/01/m04-02.jpg) no-repeat top left;
	background-size: 100%;
	content: "";
	display: block;
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1;
}
.look07-02 figure{
	width: calc(100% - 30px);
	margin: 0 auto 30px 0;
	position: relative;
	z-index: 2;
}
.look07-02 .caption{
	margin-left: auto;
	margin-right: 0;
}
#look08 .visual,
#look09 .visual{
	width: 100%;
}
#look08 figure,
#look09 figure{
	width: 47.5%;
}
#look08 figure + figure,
#look09 figure + figure{
	margin-left: 5%;
}
#look08 .caption,
#look09 .caption{
	margin: 0 0 0 auto;
}
.look10-01{
	width: 50%;
}
.look .look10-02{
	width: 25%;
	margin: 33.333% auto 0 5%;
}
.look .look10-03{
	flex-direction: row-reverse;
	width: 100%;
	margin: 5% 0 0 0;
}
.look10-03 figure{
	width: 45%;
	margin: 0 0 0 30px;
}
.look10-03 .caption{
	margin: auto 0 0 auto;
}
.look .look11-01{
	order: 1;
	width: 50%;
	justify-content: flex-start;
}
.look11-01 .caption{
	margin: 0 0 auto 0;
}
.look .look11-02{
	order: 3;
	width: 22.5%;
	margin: 0 auto 0 17.5%;
	margin-top: calc( -30px - 30% - (2.05rem * 3 + 0.75rem) );
}
.look .look11-03{
	order: 2;
	width: 50%;
	margin: 50% 0 0 0;
}
.look11-03 .caption{
	margin: 0 0 0 auto;
}
.look .look12-01{
	margin: 15% 5% 0 0;
}
.look .look12-02 .caption{
	margin: 0 0 0 auto;
}
#look13 .visual{
	width: 42.5%;
}
p.location{
	box-sizing: border-box;
	font-size:13px;
	line-height: 2;
	text-align: left;
	margin: 7.5% auto 0;
	padding: 0;
	width: auto;
}
}

@media(max-width: 820px){
.mainImg{
	background: url(../../img/01/main_bg.jpg) no-repeat 82% center;
	background-size: cover;
}
#look02{
	margin-top: 12.5%;
}
#look04,
#look08,
#look11{
	margin-top: 30%;
}
#look05,
#look09{
	margin-top: 20%;
}
#look13{
	margin-top: 40%;
}
.look01-01{
	margin-left: 5%;
	margin-right: auto;
}
.look01-02{
	margin-left: auto;
	margin-right: 5%;
}
#look01 .caption{
	margin-left: 30%;
}
.look02-02{
	margin-left: auto;
}
.look03-01, .look03-02, .look03-03,
.look07-01,
.look10-03{
	margin-left: auto;
	margin-right: auto;
}
.look .look03-03{
	margin-top: 20%;
}
.look04-01{
	margin-left: 5%;
	margin-right: auto;
}
.look04-02, .look04-03{
	margin-left: 5%;
}
.look05-01{
	margin-left: 5%;
	margin-right: auto;
}
.look .look05-02{
	margin-top: 5%;
	margin-left: auto;
	margin-right: 5%;
}
.look .look06-02{
	margin-top: 55%;
}
.look .look06-03{
	margin-top: 15%;
}
.look .look07-02{
	width: calc(70% + 15px);
	margin: 15% auto 0 15%;
	position: relative;
}
.look07-02::after{
	background: url(../../img/01/m04-02.jpg) no-repeat top left;
	background-size: 100%;
	content: "";
	display: block;
	width: calc(100% - 15px);
	height: 100%;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
}
.look07-02 figure{
	width: calc(100% - 15px);
	margin: 0 auto 15px 0;
	position: relative;
	z-index: 2;
}
.look07-02 .caption,
.look10-03 .caption{
	margin-left: auto;
	margin-right: auto;
}
.look .look10-02{
	margin-top: 60%;
	margin-left: 5%;
}
.look11-01 .caption{
	margin-left: 20px;
}
.look .look11-02{
	margin: 15% auto 0 10%;
}
.look11-03{
	margin-left: auto;
}
.look11-03 .caption{
	margin: 0 20px 0 auto;
}
.look .look12-02{
	margin: 0 0 0 auto;
}
}
@media(max-width:480px){
.caption dl dd small{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin:left bottom 0;
	-moz-transform-origin:left bottom 0;
	-ms-transform-origin:left bottom 0;
	-o-transform-origin:left bottom 0;
	transform-origin:left bottom 0;
}
}

