﻿@charset "UTF-8";

/*  reset  */
* { margin:0; padding:0;}
img { vertical-align: bottom; }
body { margin: 0; }
ul, li { list-style: none; list-style-position: outside; padding: 0; margin: 0; }
h2,h3,h4 { margin: 0; }

body {
	min-width: 100% !important;
}
.contents a {
	text-decoration: none;
}

/* common */
.WrapTop {
	width: 980px;
	margin: 0 auto;
}
#Container {
	overflow: hidden;
	width: 100%;
	min-width: 1000px;
	font-size: 16px;
}
.contents {
	position: relative;
	color: #000;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
	font-weight: bold;
	background: url(../img/bg01_pc.jpg) center;
}
.contents.bg2,
.contents .bg2 {
	background: url(../img/bg02_pc.gif) center top;
}
.contents,
.pageBottom {
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.68, 0.13, 0.58, 0.92);
}
h1,h2,h3,h4 {
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}
.contents .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.keyVisual {
	background: #fff;
	text-align: center;
}
.keyVisual h1 {
	margin: 0;
}
.keyVisual h1 {
	position: relative;
	left: calc(50% - 1250px);
}


.contents .red {
	color: #f00000;
}
.contents .btn {
	display: inline-block;
	margin: 0;
	background: #fff;
}
.contents .btn img {
	width: auto;
	color: #000;
}
.contents .flex {
	display: -webkit-flex;
	display: -ms-flexbox; /* IE10 */
	display: flex;
	justify-content: center;
	-ms-flex-align: center; /* IE10 */
	-webkit-align-items: center;
	align-items: center;
}
.contents .ma1000 {
	width: 1000px;
	margin: 0 auto;
}
.contents .arrow {
	position: relative;
	padding-left: 1.1em;
	color: #000;
}
.contents .arrow:before,
.modal_wrap .nav li a:before {
	content: " ";
	position: absolute;
	top: calc(50% - 8px);
	left: 0;
	display: inline-block;
	border: 7px dashed transparent;
	border-left: 10px solid #f00000;
}


/* nav */
.nav {
	text-align: center;
	background: #fff;
	display: block;
	background: url(../img/nav_bg_pc.png) center top;
}
.nav ul {
	position: relative;
	max-width: 1000px;
	height: 91px;
	margin: 0 auto;
	box-sizing: border-box;
}
.nav ul:after {
	display: block;
	content: "";
	clear: both;
}
.nav li {
	padding-left: 3.6%;
	margin-bottom: 12px;
}
.nav li:first-child {
	padding-left: 0;
}
.nav li:last-child {
	padding-right: 0;
}
.nav li a {
	display: block;
	background-size: 100% auto !important;
	color: #000;
}
.nav li img { width: 100%; }
.nav li img { display: block; }
.nav li span { display: none; }
.nav.fixed.pc {
}
.nav.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	margin: 0;
}
.nav.fixed.fixedHide {
	display: none;
}
.nav.fixed ul {
	padding: 0;
}
.nav.fixed + section {
	margin-top: 91px;
}

.modal_wrap { display: none;}
html.stop {
	overflow: hidden;
	-ms-touch-action: none; /*for IE10*/
	touch-action: none;
}
.nav.pc .openMenu > div {
	position: absolute;
	top: 54px;
	left: 76px;
	height: 162px;
	transition: all 0s cubic-bezier(0.43, 0.15, 0.18, 0.54);
	transition-delay: 0.3s;
}
body:not(.tablet) .nav.pc .openMenu a {
	cursor: pointer;
}
.nav.pc .openMenu > div {
	height: 0;
	overflow: hidden;
}
body:not(.tablet) .nav.pc .openMenu:hover > div {
	transition-delay: 0s;
	height: 162px;
}
body.tablet .nav.pc .openMenu > a > img {
	opacity: 1 !important;
}
.nav.pc .openMenu > div.visible {
	transition-delay: 0s;
	height: 162px;
}



/* menubtn */
#menubtn { display: none; }

/* pageBottom */
.pageBottom {
	position: relative;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.pageBottom .socialarea {
	overflow: hidden;
	width: 100px;
	padding: 45px 0 15px;
	display: inline-block;
}
.pageBottom .socialarea > div {
	float: left;
	width: 44px;
}
.pageBottom .socialarea > div:nth-of-type(2) {
	float: right;
}
.pageBottom .socialarea > div img {
	width: 100%;
}
.pageBottom .socialarea a {
	display: block;
	margin: 0;
}

.contents .pagetop {
	margin: 0 auto;
	text-align: right;
	margin-top: 45px;
	max-width: 1440px;
	padding-right: 30px;
}


.showSP { display: none; }
.showPC { display: block; }

@media only screen and (min-width: 2500px) {
	.keyVisual h1 {
		position: static;
	}
}
@media only screen and (min-width: 1440px) {
	.nav.fixed {
		/*left: calc(50% - 720px);*/
	}
}

@media only screen and (max-width: 1030px) {
	.nav.fixed {
		background-size: auto 100%;
	}
	.nav.fixed ul {
    height: 8.835vw;
	}
	.nav.fixed li {
    padding-left: 3.25vw;
	}
	.nav.fixed li:first-child { padding-left: 1.5vw; }
	.nav.fixed li:last-child { padding-right: 1vw; }
	.nav.fixed a {
    font-size: calc(100vw / 64.5);
	}
}
@media only screen and (min-width: 751px) {
	.nav a.hover,
	a.hover:hover :before,
	a.hover img,
	a.hover:hover p {
		transition: all 0.22s cubic-bezier(0.43, 0.15, 0.18, 0.54);
		backface-visibility: hidden;
	}
	a.hover:hover :before,
	a.hover:hover img {
		opacity: 0.65;
	}
	a:active img,
	a:visited img,
	a:focus img {
		opacity: 1 !important;
	}
	.nav .none {
		cursor: default !important;
	}
	.nav .none {
		color: #f00000;
	}
	.nav a.hover:hover {
		color: #f00000;
	}
	.komichiSec .list a:hover p {
		opacity: 0.7;
	}
}

@media only screen and (max-width: 750px) {

	.showSP { display: block; }
	.showPC { display: none !important; }

	span.sp { display: inline !important; }

	a img {
		opacity: 1 !important;
	}

	.contents {
		background-size: 63px;
		
	}
	.contents .bg2 {
		background-size: 150px;
	}
	.contents .ma1000 {
		width: 100%;
	}
	.contents .arrow:before {
		border: 5px dashed transparent;
		border-left: 8px solid #f00000;
    top: calc(50% - 3px);
	}
	#ModalBg.open {
		display: block !important;
		position: fixed;
		z-index: 3;
	}
	.contents a:hover,
	.contents a:hover img {
		opacity: 1 !important;
	}
	#Container {
		font-size: 12px;
		min-width: 100%;
	}
	.keyVisual h1 {
		position: static;
	}


	/* #menubtn */
	#menubtn {
		display: block;
		background: #f00000;
		width: 13.7vw;
		height: 13.7vw;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9000;
		opacity: 0;
		transition: all 0.1s cubic-bezier(0.38, 0.84, 0.76, 1.01);
	}
	#menubtn p {
		opacity: 0;
		position: relative;
		background: #fff;
    height: 0.8vw;
    width: 50%;
		margin: 0 auto;
		top: calc(50% - 2px);
	}
	#menubtn p:before,
	#menubtn p:after {
		content: "";
		display: block;
		background: #fff;
    height: 0.8vw;
    width: 100%;
		position: absolute;
	}
	#menubtn p:before {
		top: -2.1vw;
	}
	#menubtn p:after {
		top: 2.1vw;
	}
	#menubtn.open p {
		width: 45%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#menubtn.open p:before {
		display: none;
	}
	#menubtn.open p:after {
		top: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#menubtn.mShow {
		opacity: 1;
	}
	#menubtn.mShow p {
		opacity: 1;
	}

	/* nav */
	.nav.pc { display: none;}
	/* modal_wrap */
	#closeBtn_btm {
		display: block;
		margin: 0 8vw;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	#closeBtn_top {
		display: block;
		position: absolute;
    top: 4vw;
    right: 4vw;
		width: 10.7vw;
		height: 10.7vw;
		padding: 2.7vw;
		z-index: 10001;
		box-sizing: border-box;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	#closeBtn_top:before,
	#closeBtn_top:after {
		content: "";
		display: block;
		background: #f00000;
		width: calc(100% - 5.4vw);
		height: 0.8vw;
		position: absolute;
		top: calc(50% - 2px);
	}
	#closeBtn_top:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.modal_wrap {
		display: none;
		position: fixed;
		z-index: 3;
		background: rgba(0,0,0,0.6);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 15000;
		overflow: auto;
	}
	.modal_wrap .nav {
		position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 10.7vw;
    background: #fff;
	}
	.modal_wrap .nav ul {
    height: auto;
    padding: 5.4vw 8vw 9.5vw;
	}
	.modal_wrap .nav ul li {
		width: 100% !important;
		text-align: left;
		padding-left: 0;
		border-bottom: 1px solid #F00000;
		margin-bottom: 0;
	}
	.modal_wrap .nav li a:before {
		border: 6px dashed transparent;
		border-left: 7.5px solid #f00000;
    top: calc(50% - 7px);
    left: 2.6vw;
	}
	.modal_wrap .nav li a {
		position: relative;
		color: #000;
    font-size: calc(100vw / 26.5);
		font-weight: bold;
    padding: 5.6vw 0 5.6vw 7.5vw;
		line-height: 1.4;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		font-weight: bold;
		font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
	}


	/* pageBottom */
	.pageBottom {
		margin-top: 0;
	}
	.pageBottom .socialarea {
		width: 29vw;
		padding: 9vw 0 6vw;
	}
	.pageBottom .socialarea > div {
		width: 12vw;
		height: 12vw;
	}
	.pageBottom .socialarea > div a {
		background: none !important;
	}
	.contents .pagetop {
		width: 42vw;
		max-width: 100%;
		padding: 11vw 0 12vw;
		text-align: right;
		margin-top: 0;
	}
	.pageBottom .foot {
		height: 20vw;
		background: url("../img/foot_bg.jpg") center top repeat-x;
		background-size: 150% auto;
	}
	/* foot */

	.pageBottom .foot.bnr02 {
		height: auto;
		padding-top: 0;
		background: url(../img/foot_bg02_sp.jpg) center top repeat-x;
    background-size: 100% auto;
	}
	.pageBottom .foot.bnr02 .inner {
		width: auto;
    margin: 0 7%;
    padding: 10% 0 3.4%;
		overflow: visible;
	}
	.pageBottom .foot.bnr02 a {
		width: 100%;
    margin-bottom: 3.5%;
    background: none;
	}


}

@media only screen and (max-width: 375px) {

}