@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 */

body {
	color: #000;
	font-size: 0.8125rem;
	font-family: 'Roboto Condensed', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "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;
	text-decoration: none;
}
a:hover{
	color: #9ea574;
	text-decoration: none;
}
/*
a img{
	opacity:1;
	-webkit-transition:	all 0.4s ease;
	transition:all 0.4s ease;
}
a:hover img{
	opacity:0.75;
}
*/
p,dt,dd,th,td{
	letter-spacing: 0.075em;
	line-height: 1.5;
}
p+p{
	margin-top: 1em;
}
.wrapper{
	width: 100%;
	margin: 0 auto;
}
header{
	line-height: 0;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
h1,h2,h3{
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1;
}

header .ttlWrap{
	position: absolute;
	top: 45.15vw;
	left: 6.9%;
	width: 41%;
}
header h1{
	width: 100%;
	height: auto;
}
header h1 img{
	width: 100%;
	height: auto;
}
header .mainImg{
	width: 100%;
	height: auto;
}
main{
	padding: 0;
}
main > section{
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 0;
}
main > section+section{
	margin-bottom: 20%;
}
section h3{
	font-size:1.3125rem;
	text-align: center;
	margin-bottom: 7.5vw;
}
#about {
	padding: 15% 7.5%;
	margin-bottom: 20%;
}
#about p{
	line-height: 2;
}
.insert{
	margin: 25% 0;
}
.look{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 0;
	margin-bottom: 11%;
	position: relative;
}
#about,
.look-img,
.insert{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: 1s ease-in 0.5s;
	transition: 1s ease-in 0.5s;
}
#about.fadeIn,
.look-img.fadeIn,
.insert.fadeIn{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.look-img{
	width: 40.25%;
}
.col1{
	width: 100%;
	margin-bottom: 2.5%;
}
.l01-02{
	margin: 0 0 0 auto;
}
.l01-03{
	margin: 25.84% auto 0 1.5%;
}
.l02-02{
	width: 41%;
	margin: 0 auto 0 9%;
	position: relative;
	z-index: 1;
}
.l02-03{
	width: 61%;
	margin: -8.5% 9% 0 auto;
}
.l03-02,
.l08-02{
	width: 61%;
	margin: 0 auto 0 3.15%;
}
.l03-03{
	margin: -8.5% 9% 0 auto;
	position: relative;
	z-index: 1;
}
#sec04 .col1,
#sec09 .col1{
	width: 93.7%;
	margin: 0 3.15% 6%;
}
.l04-02{
	width: 44.5%;
	margin: 0 46.5% 0 9%;
}
.l04-03{
	margin: -31.55% 9% 0 auto;
}
.l05-02{
	width: 82%;
	margin: 0 auto 2.5%;
}
.l05-03{
	margin: 0 9% 0 auto;
}
#sec05-02{
	margin-top: 17.5%;
}
.o01-01{
	width: 60%;
	margin: 0 20%;
}
.l06-02{
	width: 61%;
	margin: 0 34.5% 0 4.5%;
}
#sec07,
#sec08{
	margin-bottom: 20%;
}
.l07-01{
	margin-bottom: 11%;
}
.l07-02{
	width: 42.75%;
	margin: 0 1% 1% 6.75%;
}
.l07-03{
	width: 42.75%;
	margin: 0 6.75% 1% 0;
}
.l07-04{
	width: 42.75%;
	margin: 0 1% 0 6.75%;
}
.l07-05{
	width: 42.75%;
	margin: 0 6.75% 0 0;
}
#sec08{
	flex-direction: row-reverse;
}
.l08-01{
	width: 60%;
	margin: 0 20% 4.4%;
}
.l08-02{
	width: 45.75%;
	margin: 0 47.65% 0 6.6%;
}
.l08-03{
	margin: -36.8% 5% 0 auto;
}
#sec09 .col1{
	margin-bottom: 0;
}

dd.buyBtn,
.buyBtn a{
	background: #176c7b;
	border:#176c7b solid 1px;
	box-sizing: border-box;
	display: inline-block;
	color:#fff;
	text-align: center;
}
p.buyBtn{
	display: block;
	margin: 10vw auto 0;
	text-align: center;
}
p.buyBtn a{
	font-size:0.9375rem;
	line-height: 40px;
	width: 200px;
	position: relative;
}
p.buyBtn a::after{
	content:">";
	display: inline-block;
	font-size:1rem;
	position: absolute;
	right: 10px;
}
.caption{
	box-sizing:border-box;
	margin:0 auto;
	width: 100%;
	max-width: 400px;
	padding: 6% 7.5% 0;
}
.caption p{
	font-size:0.8em;
	margin-bottom: 0.75em;
}
.caption li{
	border-bottom:#ccc solid 1px;
	position: relative;
	padding-bottom: 0.75em;
}
.caption ul+p,
.caption li+li{
	margin-top: 1em;
}
.caption li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -99999px;
	z-index: 1;
}
.buyBtn a:hover,
.caption li a:hover+dl .buyBtn{
	background-color: #fff;
	color: #176c7b;
}
.caption dl dt,.caption dl dd{
	display: inline-block;
	line-height: 1.25;
	margin-right: 0.4em;
}
.caption dl dt{
	margin-right: 0.75em;
}
.caption dl dt span{
	display: inline-block;
	padding-left: 0.4em;
}
.caption dl dt span::before{
	content:"/";
	display: inline-block;
	margin-right: 0.4em;
}
.caption dl.l2 dt small{
	font-size: 0.75em;
	display: block;
	line-height: 1.5;
	width: 1em;
    white-space: nowrap;
}
.caption dl dd small{
	display: inline-block;
	font-size: 0.75em;
	letter-spacing: 0.025em;
	margin: 0 0 2px 0.25em;
	vertical-align: middle;
}
.caption dl dd.itemNo{
	color:#aaa;
	font-size: 0.6875rem;
	display: block;
	margin-top: 4px;
}
.caption dl dd.buyBtn{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 20px;
	width: 90px;
}
.caption dl dd.instore{
	color: #666;
	font-size:0.75rem;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 20px;
	width: 90px;
	border: #aaa solid 1px;
	text-align: center;
}
.caption dl.l2 dd.instore{
	top: 17px;
}
.caption dl dd.instore::before{
	content: "発売予定：";
	font-size:0.9em;
}
.caption dl dd:last-child{
	margin-right: 0;
}
.subLogo{
	width: 20%;
	margin: 0 auto;
}
.subLogo img{
	width: 100%;
	height: auto;
}

.place a{
	display: inline-block;
	border-bottom: #000 solid 1px;
}
.place{
	text-align: center;
	margin: 20% auto 0;
}
.place span{
    display:inline-block;
    font-size:0.6875rem;
    line-height:2;
    margin-top:25px;
}
footer{
	background-color: #bfd2d3;
	font-size:0.875rem;
	margin-top: 0;
	padding: 10% 5%;
	text-align: center;
}
footer h3{
	font-size:1.3125rem;
	margin-bottom: 5vw;
}
footer ul{
	margin: 0 auto 10%;
}
footer li{
	display: inline-block;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1;
	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 .copy{
	font-size:0.5625rem;
	letter-spacing: 0.08em;
	line-height: 1;
}
.cf{
	overflow: hidden;
}
.pcbr{ display:inline; }
.spbr{ display:block; }

@media(min-width:768px){
body{
	font-size:0.9375rem;
}
header{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
}
header .mainImg{
	width: 100%;
}
header .ttlWrap{
	width: 22.65%;
	top: 45%;
	left: 13%;
}
.ttlWrap h1 img{
	transform: translate(0, 0);
}

main{
	padding: 0;
}
section h3{
	font-size: 1.875rem;
	margin-bottom: 40px;
}
section h3::after{
	margin-top: 40px;
	width: 40px;
}
#about {
	padding: 10%;
}
.caption{
	padding: 6% 0 0;
	width: 450px;
	max-width: 450px;
}
.caption div+div{
	margin-top: 25px;
}
.caption dl dt,.caption dl dd{
	font-size: 0.875rem;
}
.caption dl dd.itemNo{
	font-size: 0.75rem;
}
.caption dl dd.instore{
	display: inline-block;
	font-size: 0.6875rem;
	line-height: 24px;
	width: 90px;
}
.caption dl dd.buyBtn{
	font-size: 0.75rem;
	letter-spacing: 0.125em;
	line-height: 24px;
	width: 90px;
}
.caption dl dd.instore{
	font-size:0.8125rem;
}
.caption dl.l2 dd.buyBtn{
	top: 5px;
}
.caption dl.l2 dd.instore{
	top: 15px;
}
footer{
	padding: 10% 0 2.5%;
}
footer .subLogo{
	width: 10%;
	margin: 0 auto 5%;
}
footer ul{
	margin-bottom: 5%;
}
footer li,
footer p{
	font-size: 0.6875rem;
}
.pcbr{ display:block; }
.spbr{ display:inline; }
}

@media(min-width:821px){
#about {
	padding: 200px 0;
	width: 100%!important;
	margin-bottom: 0;
}
#about p{
	width: 760px;
	line-height: 2.25em;
	margin-left: auto;
	margin-right: auto;
}
/*main > section{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
}
*/
#sec01 .caption,
#sec03 .caption,
#sec04 .caption,
#sec05 .caption{
	position: absolute;
	bottom: 0;
	left: 9%;
}
#sec02 .caption{
	position: absolute;
	top: calc(66.7vw + 15vw);
	right: 9%;
	padding-top: 0;
}
#sec06 .caption{
	margin-left: auto;
	margin-right: 9%;
}
#sec07 .caption{
	margin-left: auto;
	margin-right: 6.75%;
}
#sec08 .caption{
	margin-top: auto;
	margin-left: 9%;
	margin-right: auto;
}
#sec09 .caption{
	margin-left: 9%;
	margin-right: auto;
}

.caption li{
	border-bottom: none;
}
.caption dl dd.itemNo{
	display: inline-block;
}

p.buyBtn{
	margin-top: 60px;
}
p.buyBtn a{
	font-size: 1.125rem;
	width: 250px;
	line-height: 46px;
}
.place{
	text-align: center;
	margin: 12% auto 0;
}
.place span{
    font-size:0.75rem;
}
.subLogo{
	width: 15%;
}
footer{
	padding: 60px 0;
}
footer h3{
	font-size: 1.5rem;
	margin-bottom: 30px;
}
footer ul{
	margin-bottom: 60px;
}
footer ul li{
	font-size: 0.9375rem;
}
}

@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;
}
}

