@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;
}
video{
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 0.1s ease-in-out;
}
/* original style */
html{
	font-size: 13px;
}
body {
	color: #000;
	font-family: roboto, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, HelveticaNeue, 'Helvetica Neue', 'Source Sans Pro', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", sans-serif;
	font-style: normal;
	font-weight: 400;
	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}
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        display: none;
        opacity: 0;
        z-index: -1;
    }
}
#loader {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-color: #f6f2e7;
	z-index: 99;
}	
#loader div{
	width: 150px;
	margin: 0 auto 30px;
}
#loader p{
	font-size: 15px;
	text-align: center;
	display: block;
	line-height: 1;
	margin: 0 auto;
}
#loader.loaded {
    animation: fadeOut 1.5s forwards 2s;
}

a{
	color: #000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:hover{
	color: #9f9f9f;
	text-decoration: underline;
}
a:focus{
	border: none;
	outline: none;
}
div{
	line-height: 0;
}
.wrapper{
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
header{
	padding: 0;
	margin: 0 0 15%;
	position: relative;
}
header h1{
	width: 15%;
	height: auto;
	line-height: 0;
	padding: 5% 0 0 0;
	margin: 0 5% 0 auto;
	position: relative;
	z-index: 1;
}
header h2{
	position: absolute;
	left: 5%;
	top: 7.5vw;
	width: 50%;
	/*transform: translate(-50%, -50%);*/
	z-index: 1;
}
header::after{
	content: "";
	display: block;
	background-color: #a6d9ec;
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 85%;
	z-index: 0;
}
.mainImg {
	margin: 36.35% 0 0 auto;
	width: 80%;
	position: relative;
	z-index: 1;
}

main{
	padding: 0;
	width: 100%;
	margin: 0 auto;
}
.content{
	position: relative;
	padding: 0;
}
.content > section{
	padding-top: 20%;
}
.content > section+section{
	margin-top: 10%;
	padding-bottom: 20%;
}
.lead{
	color: #333;
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 0.025em;
	padding: 0 7.5%;
	margin-bottom: 15%;
}
.visuals+.visuals{
	padding-top: 20%;
}
.visuals{
	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 auto;
	/*overflow: hidden;*/
	width: 100%;
}
.w275{ width: 27.5%; }
.w40{ width: 40%; }
.w50{ width: 50%; }
.w60{ width: 60%; }
.w65{ width: 65%; }
.w70{ width: 70%; }
.w90{ width: 90%; }
section .visual:last-child{
	margin-bottom: 0!important;
}
.visual img{
	width: 100%;
	height: auto;
}
.visuals > div{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: 1s ease-in-out 0.4s;
	transition: 1s ease-in-out 0.4s;
}
.visuals > div.fadeIn{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.visual a.inline{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	line-height: 0;
	padding: 0;
	margin: 0;
	transition:none;
	top: 0;
}
#sec02, #sec03{
	padding-top: 15%;
}
#sec04{
	padding-top: 17.5%;
}
#sec05{
	padding-top: 25%;
}
#sec06{
	padding-top: 30%;
}
#sec02 > div+div:not(.caption){
	margin-top: 3%;
}
#sec04 > div{
	margin-left: auto;
}
#sec05 > div:nth-child(1){
	margin: 0 2.5% 0 0;
}
#sec05 > div:nth-child(2){
	margin: 0 5% 0 0;
}
#sec05 > div:nth-child(3){
	margin: -20% 0 0 55%;
}
#sec06 .w40{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 38.5%;
	margin-right: 1.5%;
	margin-top: auto;
	margin-bottom: auto;
}
#sec07 .visual:nth-of-type(2){
	width: 33.665%;
	margin: 1.5% 1.5% 0 0;
}
#sec07 .visual:nth-of-type(3){
	width: 64.835%;
	margin: 1.5% 0 0 0;
}

#sec08{
	background: url(../../img/kids/bg.png) repeat-y center top;
}
#sec08 h2{
	width: 85%;
	margin: 0 auto 10%;
}
#sec08 .visual{
	width: 80%;
}
#sec08 .visual+.visual{
	margin-top: 7.5%;
}
#sec08 .visual a:hover img{
	opacity: 1;
}
.caption{
	box-sizing: border-box;
	margin:7.5vw 0 0 5%;
	width:100%;
}
.caption p{
	font-weight: 300;
	font-size: 0.75rem;
	line-height: 1;
	letter-spacing: 0.06em;
	margin-bottom: 0.5em;
}
.caption dl{
	display: flex;
	flex-wrap: wrap;
	font-size: 0.85rem;
	line-height: 1.5;
	align-items: baseline;
}
.caption dl+dl{
	margin-top: 0.75em;
}
.caption dl+p{
	margin-top: 1.5em;
}
.caption dl dt,
.caption dl dd{
	font-weight: 300;
	letter-spacing: 0.06em;
}
.caption dl dt{
	margin-right: 0.75em;
}
.caption dl dt span{
	font-size:0.9em;
}
.caption dl dt span::before{
	content: "/\A";
}
.caption dl dd{
	display: inline-block;
	margin-right: 0.5em;
}
.caption dl dd.itemNo{
	display: none;
	font-size: 0.75rem;
}
.caption dl dd small{
	font-size: 0.75em;
	letter-spacing: 0.03em;
	margin-left: -1px;
}
.caption dl dd.instore{
	font-size: 0.75rem;
}
.caption dl dd.instore::after{
	content: "発売予定";
}
.caption dl dd.instore.mitei::after{
	content:"";
}
.caption dl dd:last-child{
	margin-right: 0;
}
.staff{
	font-size: 0.923rem;
	letter-spacing: 0.075em;
	letter-spacing: 0.06em;
	line-height: 2.5;
	padding-top: 0;
	margin: 0 auto;
	min-height: 20rem;
}
.youtube{
	position:relative;
	width:100%;
	height:0;
	padding-top:56.25%;
}
.youtube iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
aside{
	padding: 30% 0 0 0;
}
aside nav{
	padding-top: 10%;
}
aside nav ul+h3{
	margin-top: 10%;
}
aside h3{
	font-size: 1.8rem;
	padding-bottom: 6px;
	margin-bottom: 5%;
}
.btn{
	margin: 20px auto 0;
	text-align: center;
}
.btn a{
	border: #666 solid 1px;
	display: inline-block;
	font-family: "garamond-premier-pro", serif;
	font-size: 1.154rem;
	font-weight: 400;
	line-height: 40px;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	width: 200px;
}
.btn a::after{
	content: "";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -3px;
	position: absolute;
	top: 50%;
	right: 12px;
}
.dLogo{
	margin:0 auto 10vw;
	width: 25%;
}
footer{
	border-top: #ececec solid 1px;
	background-color: #f8f8f8;
	margin-top: 0;
	padding: 10vw 0 7.5vw;
	text-align: center;
}
footer ul{
	margin-bottom:calc(10vw - 7px);
	margin-left: 5%;
	margin-right: 5%;
}
footer li{
	display: inline-block;
	font-size: 0.846rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 7px 10px;
	vertical-align: middle;
}
footer li:last-child{
	border: none;
}
footer li a{
	text-decoration: none;
}
.copy{
	font-size: 0.769rem;
	letter-spacing: 0.03em;
	line-height: 1;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
#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;
	-webkit-transition: 0.8s ease-in-out 0.3s;
	transition: 0.8s ease-in-out 0.3s;
}
#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:14px;
}
header h1{
	width: 20%;
	max-width: 150px;
}
.lead{
	margin-bottom: 7.5%;
}
.content > section{
	padding-top: 15%;
}
.content > section+section{
	padding-bottom: 15%;
}
#sec08 h2{
	margin: 0 auto 5%;
}
#sec08 .visual{
	width: 38%;
}
#sec08 .visual+.visual{
	margin-top: 0;
}
#sec08 .visual:nth-of-type(2n){
	margin-left: 6%;
}
#sec08 .visual:nth-of-type(n+3){
	margin-top: 5%;
}
.caption{
	margin-top: 5vw;
}
.caption dl+dl{
	margin-top: 1em;
}
.caption p{
	margin-bottom: 0.75em;
}
.caption dl+p{
	margin-top: 2em;
}
.dLogo{
	width: 180px;
	margin: 0 auto 75px;
}
.dLogo+.dLogo{
	width: 120px;
}
footer{
	padding: 100px 0 50px;
}
footer ul{
	margin: 0 auto 75px;
}
footer li{
	font-size: 0.875rem;
	padding: 5px 15px;
}
.copy{
	font-size: 0.6875rem;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.pcBr{
	display:block;
}
.spBr{
	display: inline;
}
#comment::before{
	font-size: 12px;
}
}

@media(min-width:1000px){
html{
	font-size:16px;
}
a img{
	-webkit-transition:	all 0.4s ease;
	transition:all 0.4s ease;
}
a:hover img{
	opacity: 0.8;
}
header{
	margin-bottom: 5%;
}
header h1{
	padding: 40px 0 0 0;
	margin: 0 auto 0 5%;
	width: 150px;
}
header h2{
	top: 240px;
	left: 5%;
	width: 35%;
	z-index: 2;
}
header::after{
	width: 100%;
	height: 110vw;
}
.mainImg{
	margin: 60px 10% 0 auto;
	width: 60%;
}

.lead{
	width: 680px;
	padding: 0;
	margin: 0 auto 5%;
	margin-right: calc(90% - 680px);
	margin-left: 10%;
	position: relative;
	z-index: 1;
}
#kids{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.content > section{
	padding-top: 100px;
}
.content > section + section{
	padding-top: 75px;
}
.visuals{
	flex-direction: row;
}
.visuals+.visuals{
	padding-top: 100px;
}

#sec02, #sec03{
	padding-top: 150px;
}
#sec04{
	padding-top: 100px;
}
#sec05, #sec06{
	padding-top: 200px;
}

#sec04 > div{
	width: 55%;
}
#sec08 h2{
	width: 80%;
}
#sec08 .visual{
	width: 36%;
}
aside{
	padding-top: 250px;
}
.btn{
	margin: 50px auto 0;
}
.btn a{
	font-size: 1.154rem;
	line-height: 60px;
	width: 400px;
}
.btn a::after{
	content: "";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -3px;
	position: absolute;
	top: 50%;
	right: 12px;
}
.staff{
	padding-top: 60px;
}
.caption{
	margin: 30px 0 0 0;
}
.caption p{
	font-size: 0.8rem;
}
.caption dl{
	font-size: 0.8rem;
}
.caption dl+p{
	margin-top: 2em;
}
#sec02 .caption{
	margin-left: 5%;
}
#sec08 .caption{
	width: 380px;
	margin-left: auto;
	margin-right: auto;
}
#sec08 .caption p{
	margin-bottom: 0.5em;
}
#sec08 .caption dl+p{
	margin-top: 1em;
}
#comment{
	display: none;
	font-size: 14px;
	position: fixed;
	bottom: 10vh;
	left: 35%;
	width: 30%;
	line-height: 30px;
	height: 30px;
}
a.inline:hover::after{
	border: #fff solid 1px;
	color: #fff;
	/*transform:rotate(-45deg);*/
}
}
@media(max-width:768px){
#sec08{
	background-position: 30% 0;
	background-size: 190%;
}
}
@media(max-width:400px){
.item.tate a.inline{
	height: 90vw;
}
}

