@charset "UTF-8";

/* ------------------------------------
 * base
 * ------------------------------------ */
html {
	visibility: hidden;
}
html.wf-active {
	visibility: visible;
}
body:before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	background-size: 7px;
	content: "";
	z-index: -1;
}
body {
	font-family: "a-otf-ud-shin-go-pr6n";
	font-weight: 400;
}
#container {
	max-width: 1000px;
	margin: 0 auto;
}
@media (max-width: 767px) {
#container {
	width: 100%;
}
}


/* ------------------------------------
 * header
 * ------------------------------------ */
header {
	width: 100%;
}
header nav {
	padding: 1%;
	border-bottom: solid 1px #000000;
	background: #005bab;
}
header nav ul {
	max-width: 1000px;
	margin: 0 auto;
}
header nav ul li {
	width: 20%;
}
header nav ul li a {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
	margin: 0 auto;
	padding-top: 16.1%;
	background: url(../img/sitelogo.png) no-repeat left center;
	background-size: contain;
	line-height: 0;
}
header h1 {
	background: #ffffff;
}
header h1 p {
	max-width: 1000px;
	margin: 0 auto;
}
header h1 span {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
	margin: 0 auto;
	padding-top: 66.6%;
	background: url(../img/mainvisual.jpg) no-repeat center center;
	background-size: contain;
	line-height: 0;
}
@media (max-width: 767px) {

	header h1 span {
		background: url(../img/sp_mainvisual.jpg) no-repeat center top;
		background-size:contain;
		padding-top:150%;
	}

header h1 p {
	width: 100%;
	margin: 0 auto;
	background-size: cover;
}
header nav {
	padding: 1.5%;
}
header nav ul li {
	width: 50%;
}
header nav ul {
	width: 100%;
	margin: 0 auto;
}
}


/* ------------------------------------
 * loading
 * ------------------------------------ */
#loader {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	text-align: center;
	z-index: 3;
}
#loader > div {
	position: absolute;
	top: 50%;
	left: 48%;
	text-align: center;
}

.loading {
	margin: 0 auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}
.loading > p {
	display: inline-block;
	background-color: #005bab;
	width: 6px;
	height: 100%;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.loading .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.loading .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.loading .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.loading .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
	20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
	0%, 40%, 100% { 
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}


/* ------------------------------------
 * effect
 * ------------------------------------ */
.inviewfadeIn {
	opacity: 0;
	transition: .8s;
}
.fadeIn {
	opacity: 1.0;
}
#lineup2 > ul .fadeIn:first-of-type {
	transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
}
#lineup2 > ul .fadeIn:last-of-type {
	transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
}
@media (max-width: 767px) {
#lineup2 > ul .fadeIn:last-of-type {
	transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
}
}


/* ------------------------------------
 * sns
 * ------------------------------------ */
.sns {
	margin-top: 2.7%;
	text-align: right;
}
.sns li {
	display: inline-block;
	margin: 0 0 0 0.5%;
	vertical-align: top;
}
.sns li:last-of-type {
	margin-top: -1px;
}
@media (max-width: 767px) {
.sns {
	margin: 3.5% 0 0 2.7%;
	text-align: center;
}
}


/* ------------------------------------
 * content
 * ------------------------------------ */
article > section > h1 {
	margin: 8% auto 2%;
	padding: 0.5em;
	border-bottom: solid 4px #c19b25;
	background: #ffc000;
	font-family: "a-otf-ud-shin-go-pr6n";
	font-weight: bold;
	font-size: 200%;
	color: #ffffff;
	text-align: center;
}
article > section a {
	color: #000000;
	word-wrap: break-word;
}
@media (max-width: 767px) {
article > section > h1 {
	font-size: 156%;
}
}


/* ------------------------------------
 * lineup
 * ------------------------------------ */
#lineup dl {
	width: 90%;
	margin: 0 auto;
}
#lineup dl dt {
	margin: 0.8em auto 0.4em;
	color: #000000;
	font-weight: bold;
	font-size: 230%;
	text-align: center;
	text-align: center;
}
#lineup dl dd {
	font-size: 112%;
	line-height: 1.7;
}
#lineup .notice {
	width: 70%;
	margin: 5% auto 0;
	padding: 1.5%;
	border: solid 4px #000000;
	border-radius: 12px;
	background: #ffffff;
	color: #000000;
	font-size: 120%;
	text-align: center;
}
#lineup .notice .text1 {
	display: block;
	color: #ff0000;
	font-weight: bold;
	font-size: 200%;
}
#lineup .notice .text2 {
	display: block;
	margin-bottom: 1%;
	color: #ff0000;
	font-weight: bold;
	font-size: 135%;
}
@media (max-width: 767px) {
#lineup dl dt {
	font-size: 170%;
}
#lineup dl dd {
	font-size: 100%;
}
#lineup .notice {
	width: 90%;
	margin: 5% auto 0;
	padding: 2%;
	font-size: 100%;
}
#lineup .notice .text1 {
	font-size: 135%;
}
#lineup .notice .text2 {
	font-size: 100%;
}
#lineup .notice .price , #lineup .notice .company {
	display: block;
}
}


/* ------------------------------------
 * lineup2
 * ------------------------------------ */
#lineup2 > ul,
#about > ul {
	clear: both;
	width: 90%;
	margin: 3% auto 0;
	font-size: 0;
	height:auto;
	overflow:hidden;
}
#lineup2 > ul > li {
	display: inline-block;
	width: 48%;
	float:right;
	font-size: 17px;
}

#about > ul > li {
	display: inline-block;
	width: 48%;
	float:left;
	font-size: 17px;
	margin:1%;
}

#about ul li span {
	display:block;
	font-size:80%;
}

#about > ul > li > img{
	width:85%;
	margin:0 auto;
	display:block;
}

#about ul li a.ameba img {
	width:100%;
}

#lineup2 > ul > li > img {
	width:100%;
}



#lineup2 > ul > li:nth-of-type(2) {
	float: right;
}
#lineup2 > ul > li > ul > li {
	margin-bottom: 2%;
}
#lineup2 > ul > li > ul > li:before {
	content: "・";
}
@media (max-width: 767px) {
	#lineup2 > ul > li,
	#about ul li {
		display: inline-block;
		width: 100%;
		font-size: 15px;
		float:none;
	}
	#lineup2 > ul > li:nth-of-type(2) {
		float: none;
	}

}


/* ------------------------------------
 * about
 * ------------------------------------ */
#about > p {
	width: 90%;
	margin: 3% auto 0;
	font-size: 112%;
	line-height: 1.7;
}
#about > p span {
	display: block;
	margin-top: .5%;
	color: #000000;
	font-weight: bold;
	font-size: 135%;
}
#about > p a {
	color: #000000;
	font-weight: bold;
}
#about > p a:hover {
	color: #005bab;
	transition: all 0.4s ease;
}
@media (max-width: 767px) {
#about > p {
	font-size: 100%;
}
#about > p span {
	margin-top: .5%;
	font-size: 120%;
}
}


/* ------------------------------------
 * linkmenu
 * ------------------------------------ */
#linkmenu p {
	width: 90%;
	margin: 3% auto 0;
	font-weight: bold;
	font-size: 112%;
	text-align: center;
}
#linkmenu ul {
	display: flex;
	display: -webkit-box; /* Android4x用 */
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple; /* Android4x：boxの場合の複数行展開用 */
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: 96%;
	margin: 1.5em auto 3em;
}
#linkmenu ul li {
	width: 33%;
	list-style: none;
}
#linkmenu ul li a {
	display: block;
	margin: 0.7em 0.5em;
	padding: 1.2em;
	border: solid 1px #000000;
	border-radius: 1em;
	background: #ffffff;
	text-align: center;
	text-decoration: none;
}
#linkmenu ul li a:hover {
	border: solid 1px #000000;
	background: #000000;
	color: #ffffff;
	transition: all 0.8s ease;
}
#linkmenu ul li a.nolink {
	border: solid 1px #aaa;
	background: none;
	color: #aaa;
	pointer-events: none;
}
@media (max-width: 767px) {
#linkmenu p {
	text-align: left;
}
#linkmenu ul li {
	display: block;
	width: 100%;
}
}


/* ------------------------------------
 * bnr
 * ------------------------------------ */
#bnrArea h1 {
	display: none;
}
#bnrArea ul {
	width: 96%;
	margin: 3% auto 5%;
	font-size: 0;
}
#bnrArea ul li {
	display: inline-block;
	width: 50%;
	font-size: 14px;
	text-align: center;
}
#bnrArea ul li a {
	display: block;
	padding: 2%;
	text-decoration: none;
}
#bnrArea ul li a img {
	width: 100%;
	border: solid 1px #000000;
}
@media (max-width: 767px) {
#bnrArea ul li {
	display: block;
	width: 100%;
}
#bnrArea ul li {
	margin-bottom: 3%;
}
}


/* ------------------------------------
 * 動画iframe
 * ------------------------------------ */
/*
iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iframeBox {
	position: relative;
	width: 100%;
	margin-bottom: 1%;
	padding-top: 56.25%; //16:9の場合
}
*/
.iframeBox {
	position: relative;
	width: 66%;
	margin: 3% auto 1%;
	padding-top: 56.25%;
}
.iframeBox:after {
	content:".";
}


/* ------------------------------------
 * 上部へ戻るボタン
 * ------------------------------------ */

#toTop {
	position: fixed;
	bottom: 2%;
	right: 1%;
	z-index: 2;
}
#toTop a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	width: 2em;
	height: 0;
	padding-top: 100%;
	background: url(../img/btn_totop.png) no-repeat left top;
	background-size: contain;
	line-height: 0;
	opacity: 0.9;
}
@media (min-width: 768px) and (max-width: 959px) {
#toTop {
	position: fixed;
	bottom: 1.5%;
	right: 1.2%;
	z-index: 2;
}
#toTop a {
	width: 2em;
}
}
@media (max-width: 767px) {
#toTop {
	position: fixed;
	bottom: 1%;
	right: 1%;
	z-index: 2;
}
#toTop a {
	width: 2em;
}
}


/* ------------------------------------
 * Footer
 * ------------------------------------ */
footer {
	width: 100%;
	border-top: solid 1px #000000;
}
footer ul {
	max-width: 900px;
	margin: 0 auto;
	padding: 1.5% 0 3%;
	list-style: none;
	text-align: center;
}
footer ul li {
	display: inline-block;
	margin-right: 2%;
}
footer ul li a {
	color: #000000;
}
footer ul li a:hover {
	color: #005bab;
	transition: all 0.4s ease;
}
footer small {
	display: block;
	margin-bottom: 1.5%;
	color: #000000;
	font-size: 85%;
	text-align: center;
}
@media (max-width: 767px) {
footer ul li {
	display: block;
	width: 80%;
	margin: 2% auto;
	text-align: left;
}
footer small {
	display: block;
}
}
