@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Play:700');

body {
	margin: 0;
	padding: 0;

	font-size: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	color: #000000;
	background-color: #ffffff;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;

	font-weight: normal;
}

p {
	font-size: 12px;
}


table,
tr,
th,
td,
form {
	margin: 0;
	padding: 0;

	border-collapse: collapse;
}

th,
td {
	vertical-align: top;
}

img {
	border: 0;

	vertical-align: top;
}


a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


.highlight {
	color: #b4ff00;
}

.sp-only {
	display: none;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

#gnavi {
	position: absolute;
	left: 0;
	top: 0;

	width: 162px;
}

#main-visual {
	margin-left: 162px;
}

.text-line {
	display: inline-block;
}

#pagetop-show-position {
	position: absolute;
	left: 0;
	top: 500px;

	pointer-events: none;
}







.sns {
	font-size: 0;

	text-align: center;
}

.sns .item {
	display: inline-block;
	width: 35px;
	height: 35px;
}

.sns .item+.item {
	margin-left: 16px;
}

.sns .item.item-tw {
	background: url(../images/common/gnavi_sns_01.png) no-repeat;
}

.sns .item.item-fb {
	background: url(../images/common/gnavi_sns_02.png) no-repeat;
}




#gnavi .logo {
	margin-top: 24px;
	text-align: center;
}

#gnavi .sns {
	margin-top: 20px;
}

#gnavi .link {
	margin: 24px 1px 0;
}

#gnavi .link .item {
	display: table;
	margin-top: 1px;
	width: 100%;
	height: 44px;

	background: url(../images/common/gnavi_link_arrow.png) no-repeat;
	background-position: 12px center;
	background-color: #0090AF;

	color: #fff;
	text-decoration: none;
}

#gnavi .link .item p {
	display: table-cell;
	vertical-align: middle;

	padding: 0 24px;
}

#gnavi .banner {
	margin: 32px 0;

	text-align: center;
}



#main-visual {
	background-image: url(../images/common/main_bg.jpg);
	background-size: 100% auto;
	background-color: #0092b1;
}

.headline {
	overflow: hidden;
	margin-left: 1px;
	height: 52px;

	background-color: #fff;
}

.headline .news {
	float: left;
	margin-top: 12px;
}

.headline .news .label {
	display: inline;
	padding: 0 16px;
	font-size: 22px;
	font-family: 'Play', sans-serif;

	vertical-align: middle;
}

.headline .news .text {
	display: inline;
	padding: 0 16px;
	font-size: 14px;

	border-left: 1px solid #41c4e0;
}

.headline .news .text a {
	color: #000;
}

.main-content {
	position: relative;
	padding: 10px;

	color: #fff;
}

.main-content .centerview {
	margin: 0 auto;
	max-width: calc(1400px - 162px);
}



.information {
	/*margin: 80px 70px;*/
	margin: 40px 35px;
	padding: 40px 35px;

	background: url(../images/common/main_bg_fuji.png) no-repeat;
	background-position: right bottom;
	background-size: contain;
}

.information .info-title {
	font-size: 104px;
	font-family: 'Play', sans-serif;
}

.information .info-title .highlight {
	color: #eaff00;
}

.information .text {
	margin-top: 16px;
	line-height: 1.8em;
}

.information .section {
	margin-top: 28px;
}

.information .section+.section {
	padding-top: 28px;
	border-top: 1px solid #01748c;
}

.information .section-title {
	margin-top: 16px;
	color: #b4ff00;
	font-size: 20px;
}

.information .section-title:first-child {
	margin-top: initial;
}


.information .info-title+.section .section-title:first-child {
	color: #eaff00;
}

.information .price {
	margin-top: 8px;
	font-size: 20px;
}

.information .price .item {
	display: inline-block;

	margin-right: 40px;
}

.information .price .item:last-child {
	margin-right: inherit;
}

.information .price .item .highlight {
	margin-left: 7px;
	padding-left: 19px;
	background: url(../images/top/information_price_arrow.png) no-repeat;
	background-position: left 7px;
}


#footer {
	padding: 0 20px;
	height: 57px;

	color: #fff;
	background-color: #000;

	font-size: 11px;
}

#footer .list {
	float: left;
	overflow: hidden;
	margin-top: 20px;
}

#footer .list .item {
	float: left;
	padding: 0 8px;
	border-right: 1px solid #fff;
}

#footer .list .item:first-child {
	border-left: 1px solid #fff;
}

#footer .copyright {
	float: right;
}

#footer .copyright .text {
	display: inline-block;
	vertical-align: top;

	margin-top: 20px;
}

#footer .copyright .sns {
	margin-left: 16px;
	margin-top: 12px;
	display: inline-block;
	vertical-align: top;
}

#spmenu {
	display: none;
}

#pagetop {
	position: absolute;
	right: 0;
	bottom: 0;

	width: 1px;
	height: 1px;

	z-index: 2;
}

#pagetop .fix-area {
	position: fixed;
	right: 0;
	bottom: 0;

	padding: 16px;
}

#pagetop.no-fix .fix-area {
	position: inherit;
}

#pagetop .pagetop {
	opacity: 0;
	pointer-events: none;
	transition-duration: 1s;
}

#pagetop .pagetop.show {
	opacity: 1;
	pointer-events: inherit;
}



.subpage {
	padding: 36px 56px;
}

.subpage .page-title {
	font-size: 110px;
	font-family: 'Play', sans-serif;
}


@media screen and (max-width:1110px) {
	.information .info-title {
		font-size: 90px;
	}
}

@media screen and (max-width:960px) {
	.information .info-title {
		font-size: 70px;
	}
}



@media screen and (max-width:1150px) {
	#footer {
		padding: 0 20px 12px;
		height: inherit;
	}

	#footer .list {
		float: inherit;
	}

	#footer .copyright {
		float: inherit;
	}
}



@media screen and (min-width:800px) {
	#spmenu {
		display: none !important;
	}
}


@media screen and (max-width:800px) {
	.sp-only {
		display: inherit;
	}

	.pc-only {
		display: none;
	}

	#gnavi {
		position: relative;
		width: inherit;
		height: 50px;
	}

	#gnavi .logo {
		margin-top: inherit;
		padding-top: 5px;
		/*
		position: absolute;
		left: 12px;
		top: 8px;
		margin-top: inherit;
		text-align: inherit;
		*/
	}

	#gnavi .logo img {
		width: 72px;
		height: inherit;
	}

	#gnavi .official {
		padding-left: 12px;
		padding-top: 15px;
		text-align: center;
	}

	#gnavi .official img {
		width: 150px;
		height: inherit;
	}

	#gnavi .menu-open {
		position: absolute;
		right: 16px;
		top: 16px;
	}

	#gnavi .menu-open img {
		width: 23.5px;
		height: inherit;
	}

	#gnavi .sns,
	#gnavi .link,
	#gnavi .banner,
	#gnavi .news {
		display: none;
	}

	#main-visual {
		margin-left: inherit;
		min-width: inherit;

		background: initial;
		background-image: url(../images/common/main_bg_sp.jpg);
		background-size: cover;
	}

	#main-visual .headline {
		display: none;
	}



	.main-content {
		padding: inherit;
	}

	.main-content .main-inner {
		padding: 3%;
	}

	.information {
		margin: 5% 0 0;
		padding: inherit;
		background: inherit;
		background-position: inherit;
		background-size: inherit;
	}

	.information .info-title {
		font-size: 12vw;
		text-align: center;
	}

	.information .section-title {
		margin-top: 16px;
		font-size: 16px;
	}

	.information .section {
		margin-top: 16px;
	}

	.information .section+.section {
		margin-top: 28px;
	}

	.information .text {
		line-height: inherit;
	}

	.information .price {
		font-size: 15px;
	}

	.information .price .item {
		display: block;
	}

	.information .price .item+.item {
		margin-left: inherit;
	}

	.information .price .item .highlight {
		background-position: left 3px;
	}

	.information .fujiq {
		margin-top: 4%;
	}

	.information .fujiq img {
		width: 100%;
		height: inherit;
	}

	#footer {
		padding: 20px 4px;
		height: inherit;
	}

	#footer .list {

		float: inherit;
		text-align: center;
	}

	#footer .list .item {
		float: inherit;
		display: inline-block;
		white-space: nowrap;
	}

	#footer .copyright {
		float: inherit;
	}

	#footer .copyright .text {
		display: inherit;
		margin-top: 12px;
		text-align: center;
	}

	#footer .copyright .sns {
		display: none;
	}



	#spmenu {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;

		background-color: #fff;

		z-index: 2;
	}

	#spmenu .close-button {
		float: right;
		padding: 12px;
		text-align: right;
	}

	#spmenu .list {
		padding-bottom: 1px;
	}

	#spmenu .list .item {
		display: table;
		margin-top: 1px;
		width: 100%;
		height: 56px;

		background: url(../images/common/gnavi_link_arrow.png) no-repeat;
		background-position: 16px center;
		background-color: #0090AF;

		color: #fff;
		text-decoration: none;
	}

	#spmenu .list .item p {
		display: table-cell;
		vertical-align: middle;
		font-size: 16px;

		padding: 0 32px;

	}


	#pagetop {}

	#pagetop .fix-area {
		padding: 12px;
	}

	#pagetop.no-fix .fix-area {}

	#pagetop .pagetop {
		width: 48px;
		height: 48px;
	}

	#pagetop .pagetop img {
		width: 100%;
		height: auto;
	}



	.subpage {
		padding: 0 0 16px;
	}

	.subpage .page-title {
		font-size: 32px;
	}
}