@charset "UTF-8";

html,body {
	background: #000;
}

body.gnavOpen,body.moOpen {
	overflow: hidden;
}

#wrapper {
    color: #fff;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, osaka, sans-serif;
    font-size: 0;
    line-height: 2;
    overflow: hidden;
}
header {
    position: relative;
}

/*--------------
#navBlock
--------------*/
#navBlock {
	position: relative;
	z-index: 9999;
}
#navMenu {
	margin-top: 2%;
	padding: 5%;
	width: 24%;
	position: absolute;
	top: 0;
	right: 0;
}
#navMenu.fixed {
	position: fixed;
	z-index: 9999;
}
#navMenu .txt {
	margin-top: -1.7vw;
	font-family: "Inter", sans-serif;
	font-size: 3.4vw;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 5vw;
}
#navMenu .line {
	margin: 0 0 6% auto;
	width: 33%;
	height: 1.5vw;
	background: #fff;
	display: block;
}
body.gnavOpen #navBlock nav {
	display: block;
}
#navBlock nav {
	display: none;
	color: #fff;
	background: #000;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	overflow: auto;
}
#navClose {
	margin-top: 2%;
	padding: 9% 5%;
	width: 24%;
	position: fixed;
	top: 0;
	right: 0;
}
#navClose .txt {
	margin-top: -1.7vw;
	font-family: "Inter", sans-serif;
	font-size: 3.4vw;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 5vw;
}
#navClose .line1 {
	margin: -1px 0 0 -13%;
	width: 26%;
	height: 1px;
	background: #fff;
	display: block;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15%;
}
#navClose .line2 {
	margin: -1px 0 0 -13%;
	width: 26%;
	height: 1px;
	background: #fff;
	display: block;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 15%;
}
#navBlock nav .navList {
	margin: 0 auto;
	padding: 8% 0 2%;
	width: 80%;
	text-align: left;
}
#navBlock nav .subnav {
	border-top: solid 1px #707070;
}
#navBlock nav .navList>li {
	margin: 0 auto 7%;
}
#navBlock nav .navList>li a {
	display: block;
}
#navBlock nav .navList>li a img {
	height: 8.5vw;
}
#navBlock nav .snsBlock {
	margin: 2% auto 20%;
	text-align: left;
}
#navBlock nav .snsBlock .txt {
	margin-left: 10%;
    margin-right: 4%;
	font-family: "Inter", sans-serif;
    font-size: 3.2vw;
    display: inline-block;
    vertical-align: middle;
}
#navBlock nav .snsBlock .snsList {
    width: 61%;
    display: inline-block;
    vertical-align: middle;
}
#navBlock nav .snsBlock .snsList>li {
    margin: 0;
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}

/*--------------
#productionnote
--------------*/
#productionnote {
    margin: 0 auto 42%;
	padding-top: 28%;
    text-align: center;
	position: relative;
}
#productionnote::before {
	content: "";
	background: url("../img/bg_productionnote.jpg") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#productionnote .block {
    margin: 0 auto;
    width: 88%;
	position: relative;
}
#productionnote h1 {
	margin: 0 auto 14%;
	font-size: 0;
}
#productionnote h1 img {
	height: 9.5vw;
}
#productionnote .productionList {
	margin: 0 auto;
}
#productionnote .productionList>li {
	border-top: solid 1px rgba(255,255,255,0.5);
}
#productionnote .productionList>li h2 {
	margin: 0 auto;
	padding: 7% 13% 7% 0;
	font-size: 5vw;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	position: relative;
	cursor: pointer;
}
#productionnote .productionList>li h2::before {
	content: "＞";
	margin-top: -4.2vw;
	font-size: 8vw;
	font-weight: 900;
	-webkit-transform: sscale(100%,60%) rotate(90deg);
	-ms-transform: scale(100%,60%) rotate(90deg);
	-o-transform: scale(100%,60%) rotate(90deg);
	transform: scale(100%,60%) rotate(90deg);
	position: absolute;
	top: 50%;
	right: 2%;
}
#productionnote .productionList>li h2.open::before {
	-webkit-transform: sscale(100%,60%) rotate(-90deg);
	-ms-transform: scale(100%,60%) rotate(-90deg);
	-o-transform: scale(100%,60%) rotate(-90deg);
	transform: scale(100%,60%) rotate(-90deg);
}
#productionnote .productionList>li .txtBlock {
	margin: 0 auto 20%;
	display: none;
}
#productionnote .productionList>li .txtBlock .hd {
	margin: 0 auto 3%;
	font-size: 4.4vw;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
}
#productionnote .productionList>li .txtBlock .txt {
	margin: 0 auto 10%;
	font-size: 3.4vw;
	text-align: left;
}
#productionnote .productionList>li .txtBlock .attention {
	margin: 0 auto 10%;
	padding-left: 2em;
	font-size: 3vw;
	text-align: left;
	text-indent: -2em;
}
#productionnote .productionList>li .txtBlock .day {
	margin: 0 auto 10%;
	font-size: 3.4vw;
	text-align: center;
}
#productionnote .productionList>li .txtBlock .imgList {
	margin: 0 auto;
	font-size: 0;
}
#productionnote .productionList>li .txtBlock .imgList>li {
	margin: 0 auto 5%;
}

/*--------------
footer
--------------*/
footer {
    margin: 0 auto;
    padding: 0 0 6%;
    text-align: center;
	position: relative;
}
footer .logo {
    margin: 0 auto 42%;
	width: 88%;
}
footer .linkList {
    margin: 0 auto 5%;
    line-height: 1;
}
footer .linkList>li {
    display: inline-block;
    vertical-align: top;
    border-left: solid 1px #fff;
}
footer .linkList>li:first-child {
    border-left: none;
}
footer .linkList>li a {
    margin: 0 1em;
    color: #fff;
    font-size: 3vw;
}
footer .copyright {
    margin: 0 auto;
    font-size: 2.8vw;
    text-align: center;
}


@media only screen and (min-width:800px){
    
    #wrapper {
    }

	/*--------------
	#navBlock
	--------------*/
	#navMenu {
		margin-top: 20px;
		padding: 10px 30px;
		width: 80px;
	}
	#navMenu:hover {
		cursor: pointer;
	}
	#navMenu .txt {
		margin-top: -10px;
		font-size: 14px;
		left: 10px;
	}
	#navMenu:hover .txt {
		color: #e6000a;
	}
	#navMenu .line {
		margin: 0 0 8px auto;
		width: 32px;
		height: 4px;
	}
	#navMenu:hover .line {
		background: #e6000a;
	}
	body.gnavOpen #navBlock nav {
		display: block;
	}
	#navBlock nav {
		padding: 60px 0;
		background: url("../img/nav_logo.png") no-repeat center left 10% #000;
		-webkit-background-size: 40%;
		background-size: 40%;
	}
	#navClose {
		margin-top: 20px;
		padding: 27px 30px;
		width: 80px;
	}
	#navClose:hover {
		cursor: pointer;
	}
	#navClose .txt {
		margin-top: -10px;
		font-size: 14px;
		left: 10px;
	}
	#navClose:hover .txt {
		color: #e6000a;
	}
	#navClose .line1 {
		margin: -4px 0 0 -17px;
		width: 34px;
		height: 2px;
		right: 31px;
	}
	#navClose .line2 {
		margin: -4px 0 0 -17px;
		width: 34px;
		height: 2px;
		right: 31px;
	}
	#navClose:hover .line1 {
		background: #e6000a;
	}
	#navClose:hover .line2 {
		background: #e6000a;
	}
	#navBlock nav .navList {
		margin: 0 10% 0 auto;
		padding: 30px 0 10px;
		max-width: 350px;
	}
	#navBlock nav .navList>li {
		margin: 0 auto 20px;
	}
	#navBlock nav .navList>li a:hover {
		opacity: 0.7;
		padding-left: 10px;
	}
	#navBlock nav .navList>li a img {
		height: 30px;
	}
	#navBlock nav .snsBlock {
		margin: 0 10% 0 auto;
		max-width: 350px;
    }
	#navBlock nav .snsBlock .txt {
		margin-left: 0;
        margin-right: 20px;
        font-size: 14px;
        font-weight: normal;
    }
	#navBlock nav .snsBlock .snsList {
        width: auto;
    }
	#navBlock nav .snsBlock .snsList>li {
        margin: 0 10px;
        width: 64px;
    }
	#navBlock nav .snsBlock .snsList>li a:hover {
		opacity: 0.7;
	}

	/*--------------
	#productionnote
	--------------*/
	#productionnote {
		margin: 0 auto 150px;
		padding-top: 150px;
	}
	#productionnote .block {
        max-width: 960px;
	}
	#productionnote h1 {
		margin-bottom: 90px;
	}
	#productionnote h1 img {
		height: 50px;
	}
	#productionnote .productionList>li h2 {
		padding: 30px 40px 30px 0;
		font-size: 28px;
	}
	#productionnote .productionList>li h2::before {
		margin-top: -17px;
		font-size: 30px;
		right: 10px;
	}
	#productionnote .productionList>li .txtBlock {
		margin: 0 auto 80px;
	}
	#productionnote .productionList>li .txtBlock .hd {
		margin: 0 auto 20px;
		font-size: 19px;
	}
	#productionnote .productionList>li .txtBlock .txt {
		margin: 0 auto 40px;
		font-size: 16px;
	}
	#productionnote .productionList>li .txtBlock .attention {
		margin: 0 auto 40px;
		font-size: 14px;
	}
	#productionnote .productionList>li .txtBlock .day {
		margin: 0 auto 40px;
		font-size: 16px;
	}
	#productionnote .productionList>li .txtBlock .imgList {
		display: flex;
		justify-content: space-between;
	}
	#productionnote .productionList>li .txtBlock .imgList>li {
		margin: 0;
		width: 32%;
	}

	/*--------------
	footer
	--------------*/
	footer {
		padding: 0 0 50px;
	}
	footer .logo {
		margin: 0 auto 150px;
		max-width: 570px;
	}
	footer .linkList {
        margin: 0 auto 30px;
	}
	footer .linkList>li a {
        font-size: 14px;
	}
	footer .linkList>li a:hover {
		text-decoration: underline;
		opacity: 0.7;
	}
	footer .copyright {
		font-size: 12px;
	}
}