@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 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	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: #999;
	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 20vw;
	position: relative;
	text-align: center;
}
header h1{
	line-height: 0;
	position: absolute;
	top: 12.5vw;
	left: 50%;
	width: 35vw;
	margin: 0;
}
header h1 img,
header h2 img{
	transform: translateX(-50%);
}
header h2{
	position: absolute;
	bottom: 3.75vw;
	left: 50%;
	width: 14.5vw;
}
header h1 img,
header h2 img{
	width: 100%;
	height: auto;
}
.mainImg{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.mainImg figure{
	width: 100%;
}
main{
	padding: 0;
}
main > section{
	padding: 0 12.5%;
}
main > section.insert{
	padding: 0;
}
main > section+section{
	margin-top: 20%;
}
.insert .visual figure{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.insert .wide figure{
	width: 100%;
}
.visual{
	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;
	margin: 0;
	position: relative;
}
.visual figure{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: 1.2s ease-in 0.3s;
	transition: 1.2s ease-in 0.3s;
}
.visual figure.fadeIn{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.visual img{
	width: 100%;
	height: auto;
}
.visual+.visual,
.visual figure+figure{
	margin-top: 2.5vw;
}
.caption{
	box-sizing:border-box;
	margin:0 auto;
	padding: 6.375vw 0 0;
}
.caption p{
	margin-bottom: 10px;
}
.caption div+div{
	margin-top: 15px;
}
.caption dl+dl{
	margin-top: 0.75em;
}
.caption dl+p{
	margin-top: 1.5em;
}
.caption dl dt,.caption dl dd{
	display: inline-block;
	font-size: 1.1rem;
	letter-spacing: 0.075em;
	line-height: 1.33;
	margin-right: 0.4em;
}
.caption dl dt{
	margin-right: 0.75em;
	text-transform: capitalize;
}
.caption dl dt a{
	text-decoration:underline;
}
.caption dl dt span::after{
	content:": ";
}
.caption dl dd.itemNo{
	font-size: 0.9rem;
	display: none;
}
.caption dl dd.itemNo::before{
	content: "[ ";
}
.caption dl dd.itemNo::after{
	content: " ]";
}
.caption dl dd small{
	display: inline-block;
	font-size: 0.75em;
	margin: 0 0 2px 0.25em;
	vertical-align: middle;
}
.caption dl dd.itemPrice{
	margin-right: 0;
}
.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;
}
#staffcredit{
	display: flex;
	justify-content: center;
	margin-top: 25%;
}
#staffcredit p{
	margin: 0 auto;
	width: auto;
	line-height: 2.5;
}
p.location{
	font-size:15px; margin: 15% 0 0;
}
footer{
	letter-spacing: 0.15em;
	margin-top: 0;
	padding: 25% 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: "|";
	display: inline-block;
}
footer li:last-child::after{
	content: "";
}
footer .subLogo{
	width: 25%;
	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){
main{
	padding: 0;
}
main > section{
	padding: 0 7.5%;
}
main > section+section{
	margin-top: 12.5%;
}
main > section.insert{
	margin-bottom: 13%;
}
.insert .visual figure{
	width: 40%;
}
.insert .wide figure{
	width: 75%;
}
.subImg{
	margin-top: 15%;
	padding: 0 6.875%;
}
.visual{
	margin: 0 auto;
}
.visual figure{
	width: 50%;
}
.visual figure:nth-child(2n){
	margin-top: 0;
	margin-left: 0;
}
.visual .center{
	margin-left: 25%;
	margin-right: 25%;
}
.visual .center+figure{
	margin-top: 2.5vw;
}
.visual .left{
	margin-left: 0;
	margin-right: auto;
}
#look06 .visual figure{
	margin-top: 0;
}
.caption{
	display: grid;
	justify-content: center;
	padding: 5% 0 0;
	margin: 0 auto;
	width: auto;
}
.caption div+div{
	margin-top: 25px;
}
.caption dl{
}
.caption dl+dl{
	margin-top: 1.3rem;
}
.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;
	margin-left: 1rem;
}
#staffcredit{
	margin-top: 17.5%;
}
#staffcredit p{
	font-size: 1.1rem;
}
footer{
	padding: 12.5% 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{
	margin: 0 0 15%;
}
header h1{
	top: 5vw;
	left: 4.75vw;
	width: 20vw;
}
header h2{
	top: 15vw;
	bottom: auto;
	left: 4.75vw;
	width: 10vw;
}
header h1 img,
header h2 img{
	transform: translateX(0);
}

p.location{
    font-size:13px; text-align: center; margin: 22.5% 0 0;
}
}
@media(max-width:639px){
.visual.rtl{
	flex-direction: column-reverse;
}
.visual.rtl figure:nth-child(1){
	margin-top: 2.5vw;
}
.visual.rtl figure:nth-child(2){
	margin-top: 0;
}
main > #o06{
	padding: 0 5%;
}
}
@media(max-width:480px){
main > .insert{
	margin-top: 25%;
}
main > .insert + section{
	margin-top: 30%;
}
.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;
}
#look06{
	padding: 0;
}
#look06 figure{
	width: 50%;
	margin: 0;
}
#look06 .caption{
	padding-left: 12.5%;
	padding-right: 12.5%;
}
}

