@charset "UTF-8";
/*----------------------------------------------------------- 1.0 *\
 * ress.css • v2.0.4
 * github.com/filipelinhares/ress
\*----------------------------------------------------------------*/
html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}
*,::before,::after{background-repeat:no-repeat;box-sizing:inherit}
::before,::after{text-decoration:inherit;vertical-align:inherit}
*{padding:0;margin:0}
hr{overflow:visible;height:0}
details,main{display:block}
summary{display:list-item}
small{font-size:80%}
[hidden]{display:none}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
a{background-color:transparent}
a:active,a:hover{outline-width:0}
code,kbd,pre,samp{font-family:monospace,monospace}
pre{font-size:1em}
b,strong{font-weight:bolder}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
input{border-radius:0}
[disabled]{cursor:default}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}
[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
textarea{overflow:auto;resize:vertical}
button,input,optgroup,select,textarea{font:inherit}
optgroup{font-weight:700}
button{overflow:visible}
button,select{text-transform:none}
button,[type="button"],[type="reset"],[type="submit"],[role="button"]{cursor:pointer;color:inherit}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{outline:1px dotted ButtonText}
button,html [type="button"],/* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],[type="submit"]{-webkit-appearance:button}
button,input,select,textarea{background-color:transparent;border-style:none}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal;max-width:100%}
::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}
img{border-style:none}
progress{vertical-align:baseline}
svg:not([fill]){fill:currentColor}
@media screen {
[hidden~="screen"]{display:inherit}
[hidden~="screen"]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}
}
[aria-busy="true"]{cursor:progress}
[aria-controls]{cursor:pointer}
[aria-disabled]{cursor:default}
/* ======== EOF ress.css • v1.2.2 ======== */

html {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-ms-overflow-style: -ms-autohiding-scrollbar;/*scrollbar;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	height: 100%;
}
/*body,#wrap {
	height: 100%;
}*/
a {
	text-decoration:none;
}
a,label{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline: 0;
}

nav ul, nav ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
input:focus {
	outline: none;
}
img {
	vertical-align: bottom;
}
p:empty {
   display: none;
}
input[type="color"]::-webkit-color-swatch {
 border: none;
}
input[type="color"]::-webkit-color-swatch-wrapper {
 padding: 0;
}
.cf::after {
	clear: both;
	content: "";
	display: table;
}
.is-PC ._PC_hide, .is-SP ._SP_hide, ._hide {
	display: none !important;
}

.fx {
	display: -webkit-flex;
	display: flex;
}
.fx-space-between {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.fx-space-around {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
}
.fx-center {
	display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fx-row-wrap{
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}
.fx-row-nowrap{
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}
.animation-pause{
	animation-play-state: paused;
}
.stopTransition{
	transition: none !important; 
	-webkit-transition: none !important; 
}

/*
propaty(initial):  value | value
Container
	flex-direction(row):itemsを配置していく方向		row | row-reverse | column | column-reverse;
	flex-wrap(nowrap):itemsの折り返し方					nowrap | wrap | wrap-reverse;
	justify-content(flex-start):横方向の整列			flex-start | flex-end | center | space-between | space-around;
	align-items(stretch):縦方向の整列							flex-start | flex-end | center | baseline | stretch;
	align-content(stretch):縦方向の配置					flex-start | flex-end | center | space-between | space-around | stretch;

Items
	flex-grow(0): 伸びる倍率										<num>;
	flex-shrink(1): 縮む倍率(0が縮まない)				<num>;
	flex-basis(auto): 幅を指定  								auto | <width>;
	align-self(auto): itemsごとの縦方向の整列		auto | flex-start | flex-end | center | baseline | stretch;
	order(0): 順番 														<num>;
*/

/*----------------------------------------------------------- 2.0 *\
 *
 * 2_0 - Typography
 *
\*----------------------------------------------------------------*/
/*@font-face {
  font-family: 'Noto';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
	   url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
	   url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
	   url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
	   url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
	   url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
	   url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
	   url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
	   url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
	   url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
	   url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'Noto';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
	   url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
	   url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}
*/

/*
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/YakuHanJP/YakuHanJP-Thin.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Thin.woff2") format("woff2"),
  url("../fonts/YakuHanJP/YakuHanJP-Thin.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/YakuHanJP/YakuHanJP-Light.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"),
  url("../fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/YakuHanJP/YakuHanJP-DemiLight.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-DemiLight.woff2") format("woff2"),
  url("../fonts/YakuHanJP/YakuHanJP-DemiLight.woff") format("woff");
}
*/
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"),
  url("../fonts/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
}
/*
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/YakuHanJP/YakuHanJP-Medium.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2"),
  url("../fonts/YakuHanJP/YakuHanJP-Medium.woff") format("woff");
}
*/
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"),
  url("../fonts/YakuHanJP/YakuHanJP-Bold.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/YakuHanJP/YakuHanJP-Black.woff2") format("woff2"),
  url("../fonts/YakuHanJP/YakuHanJP-Black.woff") format("woff");
}
/*@font-face {
	font-family: 'Noto';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/NotoSansCJKjp-Thin.woff2') format('woff2'),  url('../fonts/NotoSansCJKjp-Thin.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Noto';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/NotoSansCJKjp-Light.woff2') format('woff2'),  url('../fonts/NotoSansCJKjp-Light.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Noto';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/NotoSansCJKjp-DemiLight.woff2') format('woff2'),  url('../fonts/NotoSansCJKjp-DemiLight.woff') format('woff');
	font-display: swap;
}*/
@font-face {
	font-family: 'Noto';
	font-style: normal;
	font-weight: 400;
	src: local('NotoSansJP-Regular.otf'),  url('../fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),  url('../fonts/NotoSansCJKjp-Regular.woff') format('woff');
/*	src: url('../fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),  url('../fonts/NotoSansCJKjp-Regular.woff') format('woff');*/
	font-display: swap;
}
/*@font-face {
	font-family: 'Noto';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/NotoSansCJKjp-Medium.woff2') format('woff2'),  url('../fonts/NotoSansCJKjp-Medium.woff') format('woff');
	font-display: swap;
}*/
@font-face {
	font-family: 'Noto';
	font-style: normal;
	font-weight: 700;
	src: local('NotoSansJP-Bold.otf'),  url('../fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),  url('../fonts/NotoSansCJKjp-Bold.woff') format('woff');
/*	src: url('../fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),  url('../fonts/NotoSansCJKjp-Bold.woff') format('woff');*/
	font-display: swap;
}
@font-face {
	font-family: 'Noto';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/NotoSansCJKjp-Black.woff2') format('woff2'),  url('../fonts/NotoSansCJKjp-Black.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Khand';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/khand-extralight.woff2') format('woff2'),  url('../fonts/khand-extralight.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Khand';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/khand-light.woff2') format('woff2'),  url('../fonts/khand-light.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Khand';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/khand-semilight.woff2') format('woff2'),  url('../fonts/khand-semilight.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Khand';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/khand-regular.woff2') format('woff2'),  url('../fonts/khand-regular.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Khand';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/khand-semibold.woff2') format('woff2'),  url('../fonts/khand-semibold.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Khand';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/khand-bold.woff2') format('woff2'),  url('../fonts/khand-bold.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Khand';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/khand-extrabold.woff2') format('woff2'),  url('../fonts/khand-extrabold.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Khand';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/khand-black.woff2') format('woff2'),  url('../fonts/khand-black.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Cond';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/it171.woff2') format('woff2'),  url('../fonts/it171.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Cond';
	font-style: italic;
	font-weight: 500;
	src: url('../fonts/it174.woff2') format('woff2'),  url('../fonts/it174.woff') format('woff');
	font-display: swap;
}
html {
	font-size: 62.5%;
	margin-right: 0 !important;
}
body {
	font-family: 'YakuHanJP', 'Noto', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
	font-weight: 400;
	color: #333;
	word-wrap: break-word;
	line-height: 1;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	/*Transformsと相性が悪いかも？*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
/*	text-rendering: optimizeLegibility;*/
}
button, input, select, textarea {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.6;
	overflow-x: hidden;
}
h1, h2 {
	font-weight: normal;
	margin: -0.3em 0 0 0;
	line-height: 1.6;
	letter-spacing: 0;
/*	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";*/
}
h1 {
	font-size: 2.4rem;
}
h2 {
	font-size: 1.8rem;
}
h3 {
	font-size: 1.6rem;
}
h4 {
	font-size: 1.6rem;
}
h5 {
	font-size: 1.4rem;
}
h6 {
	font-size: 1.3rem;
}
/*----------------------------------------------------------- 2.0 *\
 *
 * 3_0 - Elements
 *
\*----------------------------------------------------------------*/

html.fade body{
	opacity:0;
}
body {
	overflow-y: scroll;
	overflow-x: auto;
	opacity:1;
	transition:opacity 0.3s linear 0.2s;
/*	animation: fadeIn 1s ease-in 0s;	/*****fade In*****/
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
body.is-PC {
	min-width:1020px;
}
html.race body {
	    background: #222;
}


#wrap {
	/*	width: calc(100% - 60px);*/
	position: relative;
	-webkit-filter: initial;
	-moz-filter: nitial;
	-ms-filter: initial;
	filter: initial;
	/*	pointer-events: none;*/
}
.is-PC #wrap {
	margin-left: 50px;
/*	padding-left:50px;*/
}
.is-SP #wrap {
	margin-left: 0;
}

.is-Gnav_Open .is-PC #wrap,
.is-Modal_Open .is-PC #wrap,
.is-Modal_Open #GnavPC_sw{
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.is-Modal_Open #wrap{
	pointer-events: none;
}
#wrap:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	/*	right: 0;
	bottom: 0;*/
	width: 100%;
	height: 100%;
	opacity: 0;
	will-change: opacity;
	pointer-events: none;
	z-index: 999;
}
main {
	width: 100%;
	background-color: #f0f0f2;
/*	transform: translate3d(0, 0, 0);*/
}

.is-PC .content_wrap {
	margin: 0 auto;
	width: 96%;
	min-width: 940px;
	max-width: 1420px;
	padding: 0 10px;
}
.is-SP .content_wrap {
	margin: 0 auto;
	width: 100%;
}
.is-PC .content_wrap.width1,
.is-PC .content_wrap.width2{
	width: 90%;
	max-width: 1340px;
}
.is-SP .content_wrap.width1 {
	padding:0;
}
.is-SP .content_wrap.width2 {
	padding:0 10px;
}
a.a_img {
	opacity:1;
	transition:opacity 0.3s;
	will-change: opacity;
}
a.a_img:hover {
	opacity:0.7;
}
.tategumi{
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.tategumi span{
	-webkit-text-orientation: sideways;
	text-orientation: sideways;
}

.is-Gnav_Open,
.is-Gnav_Open body,
.is-Gnav_Open .is-SP #wrap,
.is-Modal_Open,
.is-Modal_Open body {
	overflow: hidden;
}
/*
html.is-Gnav_Open,
html.is-Modal_Open,
.is-Gnav_Open .is-SP #wrap {
	overflow: hidden;
}
*/
.is-Gnav_Open .is-PC #wrap:after {
	opacity: 0.8;
	background: #fff;
}
.is-Gnav_Open .is-SP #wrap:after {
	opacity: 1;
	transition: opacity 0s ease;
}
.is-SP #wrap:after {
	position: fixed;
	background: #000;
	transition: opacity .3s ease;
}
/*.is-Modal_Open #wrap:after {
	opacity: 0.5;
	background: #000;
}*/


/*
#bgLayer{
	visibility:hidden;
	opacity:0;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.is-Gnav_Open .is-PC #bgLayer{
	visibility:visible;
	background:#fff;
	opacity:0.5;
}
.is-Gnav_Open .is-SP #bgLayer{
	visibility:visible;
	background:#000;
	opacity:1;
}*/

.loadingBG{
	background: #ccc url(img/loading.svg) no-repeat center;
}

/*----------------------------------------------------------- 4.0 *\
 *
 * 4_0 - Groval Navigation
 *
\*----------------------------------------------------------------*/
#GnavSP_wrap {
	position: fixed;
	left: 0;
	top: 36px;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	/*	pointer-events: none;*/
	z-index: 5000;
	visibility: hidden;
	opacity: 0;
	transform: scale(0.5);
	transform-origin: right top;
	transition: opacity 0.15s ease, transform 0.3s ease;
}
.is-Gnav_Open #GnavSP_wrap {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.4s ease, transform 0.3s ease;
}
#SP_cate_mask {
	width: 100%;
	height: 50px; /* 表示サイズ ==============*/
	overflow: hidden;/*	position:absolute;*/
}
#SP_cate_wrap {
	height: 80px;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
#SP_cate_ul {
	transition: transform 0.2s ease;
	list-style: none;
}
#SP_cate_ul li {
	flex-flow: row nowrap;	/*向きと方向*/
	flex-grow: 0;
	flex-shrink: 0;
	align-items: flex-start;
	transition: background 0.2s ease;
	width: 150px;
	height: 50px; 			/* ==============*/
	background: #222;
	position: relative;
	color: #ccc;
	font-size: 2.2rem;
	line-height: 1.2;
	padding: 5px 0 0 10px;
	margin-left: 5px;
}
#SP_cate_ul li:first-child {
	margin-left: 0;
}
#SP_cate_ul li.is-cateActive {
	background: #555;
	box-shadow: inset 0px -3px 0px 0px #f00;
}
#SP_cate_ul li p {
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
}
#SP_cate_ul li span {
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
}
/*
<nav id="SP_page_wrap viewport">
	<ul class="pages_ul flipsnap">
		<li class="item">
		<ul class="CALENDAR page_ul">
*/
.is-SP #flipsnap {
 line-height: 1.4;
	font-size: 1.6rem;
}
.viewport {
	/*	width: px; js*/
	width: 100%;
	overflow: hidden;
}
#flipsnap {
	/*   width: calc(100vw * n);  js*/
	display: -webkit-flex;
	display: flex;
}
.item {
	flex-flow: row nowrap;
	flex-grow: 0;
	flex-shrink: 0;
}
.item .page_ul {
	/*	width: px; js*/
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	cursor: grab;/*	background-color:#079;*/
/*	line-height:4;
	border:1px solid yellow;*/
}
#SP_footer {
	width: 100%;
/*	height: 36px;
	/*	position:absolute;
	bottom:0;*/
	background: #222;
	padding: 6px 0;
}
#SP_footer a u::before {
	font-size:2.2rem;
}
@media screen and ( min-width:600px ) {
	/*=====================GnavPC=====================*/
	#GnavPC_wrap {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		pointer-events: none;
		z-index: 5000;
	}
	#GnavPC_bg {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 95%;
		max-width: 1300px;
		min-width: 600px;
		height: 100%;
		z-index: 5110;
		background-color: #292929;
		pointer-events: auto;
		/*	transform: translate3d(calc(-100% + 40px), 0, 0);*/
		transform: translate3d(-100%, 0, 0) translate3d(50px, 0, 0);/*ie11*/
		transition: transform 0.25s ease;
		will-change: transform;
		box-shadow:0px 0px 4px 0px rgba(0,0,0,0.5);
	}
	.is-Gnav_Open #GnavPC_bg {
		transform: translate3d(0, 0, 0);
		transition: transform 0.3s cubic-bezier(0.9, 0, 0.1, 1);
	}
	#GnavPC_sw {
		position: absolute;
		top: 0;
		right: 0;
		background: #009;
		height: 100%;
		width: 50px;
		background-repeat: no-repeat;
		background-image: url(../../img/stuff/GnavPC_sw_BG.png);
		cursor: pointer;
	}
	.is-Gnav_Open #GnavPC_sw {
		background-color: #01e;
		background-image: url(../../img/stuff/GnavPC_sw_BG_close.png);
		transition:background-color 0.3s;
	}
	.is-Gnav_Open #GnavPC_sw:hover {
		background-color: #0049ff;
	}
	#Gnav_menutext{
		font-family: Khand, sans-serif;
			font-weight: 700;
			color: #aaddff;
		text-align: center;
		font-size: 1.4rem;
		opacity: 0.5;
	}
	#GnavPC_outerDiv, #GnavPC_innerDiv {
		visibility: hidden;
		pointer-events: none;
	}
	.is-Gnav_Open #GnavPC_outerDiv, .is-Gnav_Open #GnavPC_innerDiv {
		visibility: visible;
		pointer-events: auto;
	}
	#GnavPC_outerDiv {
		position: absolute;
		z-index: 5120;
		width: calc(95% - 60px);
		max-width: 1240px;
		min-width: 550px;
		height: calc(96vh - 50px);
		margin-top: 2vh;
	}
	#GnavPC_innerDiv {
		/*	width: 100%;*/
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0 5px 0 40px;
		opacity: 0;
	}
	.is-Gnav_Open #GnavPC_innerDiv {
		opacity: 1;
		transition: opacity 0s ease 0.2s;
	}
	/*---------------GnavPC_content---------------*/
	#GnavPC_content {
		/*	border:1px solid blue;*/
		width: 100%;
		max-width: 850px;
		margin: 20px auto 0 auto;
	}
	.TClogo {	/****footerでも利用*****/
		font-family:'Khand', 'Noto', sans-serif;
		line-height: 1;
		margin: 0;
		font-weight: 700;
		letter-spacing: 0.05em;
	/*	text-transform: uppercase;*/
	}
	.TClogo a{
		color:#ccc;
		transition: color 0.25s;
	}
	.TClogo a:hover{
		color:#eee;
	}
	
	#Gnavlogo {
		position: relative;
		padding-left: 110px;
		font-size: 5.5rem;
	}
	#Gnavlogo::before {
		content: "";
		position: absolute;
		left: 0;
		top: -7px;
		font-size: 10.5rem;
		opacity:0.8;
	}
	.toppage #Gnavlogo a{
		pointer-events: none;
	}
	/*---------------cate_discription---------------*/
	#cate_discr_wrap {
		position: relative;
		padding-left: 110px;
		margin-bottom: 60px;
	}
	.cate_discr {
		position: absolute;
		color: #ccc;
		visibility: hidden;
		opacity: 0;
		font-weight: 400;
		will-change: opacity;
	}
	/*.cate_discr:before{
		content:"";
		position:absolute;
		top:0;
		bottom:0;
		width:100%;
		transform: scale(0, 1);
		background:#a00;
		border-right:20px #F00 solid;
	}*/
	.is-Gnav_Open .cate_discr.is-cateActive {
		visibility: visible;
		opacity: 1;
		transition: opacity 0.6s;
	}
	/*.is-Gnav_Open .cate_discr.is-cateActive:before{
		transform-origin: left top;
		transform: scale(1, 1);
	}
	.is-Gnav_Open .cate_discr.is-cateActive:before{
		transition: transform 0.25s ease 0.5s;
	}
	.is-Gnav_Open .hovflg.cate_discr.is-cateActive:before{
		transition: transform 0.25s ease;
	}
	.is-Gnav_Open .cate_discr.is-cateActive.swpout:before{
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform 0.3s ease;
	}
	.cate_discr span {
		opacity: 0;
	}
	.cate_discr.is-cateActive span {
		opacity: 1;
	}
	.cate_discr.swpout span{
		opacity:1;
	}
	*/
	.is-Gnav_Open .fade0 {
		opacity: 1;
		transition: all 0.4s ease 0.2s; /*fadein*/
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	.is-Gnav_Open .fade1 {
		opacity: 1;
		transition: all 0.4s ease 0.5s; /*fadein*/
		transform: translate3d(0, 0, 0);
	}
	.is-Gnav_Open .fade2 {
		opacity: 1;
		transition: all 0.4s ease 0.4s; /*fadein*/
		transform: translate3d(0, 0, 0);
	}
	.fade0 {
		opacity: 0;
		transition: all 0.1s ease; /*fadeout*/
		transform: translate3d(-20px, 0, 0);
		visibility: hidden;
	}
	.fade1 {
		opacity: 0;
		transition: all 0.1s ease; /*fadeout*/
	/*	transform: translate3d(0, 0, 0);*/
	}
	.fade2 {
		opacity: 0;
		transition: all 0.1s ease; /*fadeout*/
		transform: translate3d(-10px, 0, 0);
	}
	/*---------------PC_cate---------------*/
	.genre {
		font-family:'Cond',sans-serif;
		font-size: 2rem;
		font-weight: 900;
		color: #666;
		border-bottom: 1px #4e4e4e solid;		/*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
		text-transform: uppercase;
		line-height: 1.8;
		letter-spacing: 0.4em;
	}
	#PC_cate_wrap {		/*Gnav  notFooter*/
		width: 24%;
		max-width: 230px;
		min-width: 190px;
	}
	.PC_cate_ul {
		list-style: none;
		font-family:'Khand','Noto',sans-serif;
	}
	#PC_cate_wrap .PC_cate_ul li {
		position: relative;
		padding: 5px 0;
		border-bottom: 1px #4e4e4e solid;
	}
	#PC_cate_wrap .PC_cate_ul li.is-cateActive div {
		background-color: #4c4c4c;
/*		transition: background-color 0.2s ease;*/
		animation: flashcate 0.8s;
	}
	@keyframes flashcate {
		0% {
			background-color: #666;
		}
		100% {
			background-color: #4c4c4c;
		}
	}
	#PC_cate_wrap .PC_cate_ul li p {
		color: #ccc;
		font-weight: 900;
		font-size: 2.4rem;
		line-height: 1.2;
		text-transform: uppercase;
		padding: 10px 0 6px 42px;
		opacity: 0.7;
		transition:opacity 0.2s;
		will-change:opacity;
	}
	#PC_cate_wrap .PC_cate_ul li.is-cateActive p {
		opacity: 1;
	}
	span.catenamejp {
		display: block;
		font-size: 1.2rem;
		font-weight: 400;
	}
	#PC_cate_wrap .PC_cate_ul li p:before {		/*icon*/
		position: absolute;
		top: 10px;
		left: 5px;
		font-size:1.25em;
	}
	#PC_cate_wrap .PC_cate_ul li:after {		/*>>*/
		position: absolute;
		content: "";
		right: 4px;
		top: calc(50% - 10px);
		width: 20px;
		height: 20px;
		background: url(../../img/_blank.svg);
		background-size: contain;
		vertical-align: middle;
		opacity: 0;
		transform: translate3d(-5px, 0, 0);
	}
	#PC_cate_wrap .PC_cate_ul li.is-cateActive:after {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: all 0.5s ease;
	}
	/*.is-Gnav_Open .fade2 li:nth-of-type(1) p{
		opacity:1;
		transition: all 0.8s ease 0.1s;
		transform: translate3d(0, 0, 0);
	}
	.fade2 li:nth-of-type(1) p{
		opacity:0;
		transition: all 0.1s ease;
		transform: translate3d(-20px, 0, 0);
	}*/
	
	
	
	
	/*---------------PC_page---------------*/
	#PC_page_wrap {
		position: relative;
		color: #ccc;
		width: 60%;
		max-width: 500px;
		margin: 0 2.5% 0 5%;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	#PC_page_wrap .page_ul {
		position: absolute;
		width: 100%;
		visibility: hidden;
		overflow: hidden;
		height: 0;
		opacity: 0;
		/*	transform: translate3d(-3px, 0, 0);*/
/*		line-height: 2;*/
		top: 45px;
		will-change: opacity;
	}
	.is-Gnav_Open #PC_page_wrap .page_ul.is-cateActive {
		visibility: visible;
		opacity: 1;
		height: auto;
		transition: opacity 0.6s ease; /*fadein*//*
		transition: transform 0.4s ease, opacity 0.7s ease; /*fadein*/
	/*	transform: translate3d(0, 0, 0);*/
	}
	
/*---------------PC_Gnav iconlinks---------------*/
#txlinks_outerDiv{
position: absolute;
z-index: 5120;
width: calc(95% - 60px);
max-width: 1240px;
min-width: 550px;
pointer-events: auto;
bottom: 0;
}
#txlinks_innerDiv{
padding: 0 calc(1.5% + 10px) 0 40px;
}
#Gnav_bottomlinks{
max-width: 850px;
margin: 0 auto;
padding: 15px 0 20px 0;
border-top: 1px solid #4e4e4e;
}

	/*===================== footer =====================*/
	footer {
		position: relative;
		background-color: rgba(0, 0, 0, 0.82);
		z-index: 900;
		height: 300px;
		padding:30px 30px 0 30px;
	}
	.toppage footer {
		margin-top: -300px;
	}
	footer .genre{
		min-width:940px;
	}
	#footer_title{
		color:#bbb;
		min-width:940px;
		margin-bottom:10px;
	}
	#footer_title .TClogo{
		font-size:5rem;
	}
	#footer_title .TClogo span {
		font-size: 1.6rem;
		font-weight: 800;
		margin-left: 1em;
	}
	#footer_share_links{
		font-family:'Khand',sans-serif;
		font-weight:700;
		font-size:1.3rem;
		margin:10px 0 0 auto;
		color:#ccc;
	}
	#footer_share_links u.icon-share{
		font-size:2.6rem;
		opacity:0.7;
	}
	#footer_share_links a{
		margin-left:5px;
	}
	#footer_share_links a u{
		font-size:2.6rem;
	}
	#footer_share_links a u:before{
		opacity:0.7;
	/*	transition:all 0.3s ease;
		will-change:opacity, transform;*/
		transform: scale(1) translate3d(0, 0, 0);
	}
	#footer_share_links a:hover u:before{
		opacity:1;
		transform: scale(1.1) translate3d(0, 0, 0);
	}
	
	
	footer .PC_cate_ul {
		max-width:1000px;
		min-width:940px;
	}
	footer .PC_cate_ul li {
		padding: 5px 0;
		cursor:pointer;
	}
	footer .PC_cate_ul li p {
		position: relative;
		padding: 10px 0 10px 30px;
		color: #ccc;
		font-weight: 900;
		font-size: 2rem;
		line-height: 1.2;
		text-transform: uppercase;
		opacity: 0.7;
		transition:opacity 0.2s;
		will-change:opacity;
	}
	footer .PC_cate_ul li p:hover {
		opacity: 1;
	}
	footer .PC_cate_ul li p:before {	/*icon*/
		position:absolute;
		left:0;
		top:5px;
		font-size:1.25em;
	}
	footer .PC_cate_ul li span {
		display: block;
		font-size: 1rem;
		font-weight: 700;
	}
	
	
	.footer_txlinks{
		margin-top:10px;
	}
	.footer_txlinks a{
		font-size:1.3rem;
		margin-right:30px;
		color:#fff;
		opacity:0.7;
		transition:opacity 0.2s;
		will-change:opacity;
	}
	.footer_txlinks a:hover{
		opacity:1;
		color:#fff;
	}
	.footer_txlinks u::before{
		font-size:2rem;
	}
	#footer_iconlinks{
		margin-top:15px;
	}
	#footer_iconlinks a{
		margin-right:15px;
	}
	#copy{
		color: #ccc;
		display: block;
		margin: 40px auto 0 auto;
		text-align:center;
	}

}	/*===== PC_____@media screen and ( min-width:600px ) =====*/


/*===================== auto hide header =====================*/
.autoHide_header {
	will-change: transform;
	transition: transform 0.2s;
}
#PC_header {
	position: fixed;
	height: 36px;
	z-index: 900;
	top: 0;
	left: 50px;
	right: 0;
	background: linear-gradient( rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0.2) 100%);
}

#PC_header ul{
	list-style: none;
	margin-right: 10px;
}
#PC_header a{
	display:block;
	color:#fff;
	font-size:1.3rem;
	font-weight: 400;
	letter-spacing: 0;
	opacity:0.9;
/*	transition:opacity 0.3s ease;*/
/*	will-change:opacity, transform;*/
	padding-right: 18px;
	transform:scale(1);
}
#PC_header a:hover{
	opacity:1;
/*	transform:scale(1.1);*/
}
/*
#PC_header a.area[aria-label]:after {
	transform:scale(0.5) translate3d(-50%, 100%, 0) translate3d(-9px, 100%, 0);	/*	calc(-50% - 9px):	#PC_header aのpadding-right:18px/2	
}
#PC_header a.area[aria-label]:hover:after, #PC_header a.area[aria-label]:focus:after {
	transform:scale(1)  translate3d(-50%, 116%, 0) translate3d(-9px, 100%, 0);/*116:リンクからの天地の距離
}
#PC_header a.alignR.area[aria-label]:after{
	transform:scale(0.5) translate3d(-120%,100%,0);
}
#PC_header a.alignR.area[aria-label]:hover:after, .alignR.area[aria-label]:focus:after {
	transform:scale(1)  translate3d(-120%,116%,0);
}
*/


#PC_header u::before{
	font-size:2.0rem;
	vertical-align:middle;
}

.headericon {/**/
	margin: 5px 15px 0 0;
	height: 22px;
}
.headericon2 {/**/
	margin: 7px 0 0 10px;
	opacity: 0.6;
	height: 19px;
}
.headericon2:hover {/**/
	opacity: 1;
}
.headericon3 {/**/
	margin: 7px 0 0 0;
	opacity: 0.6;
	margin-right: auto;
	height: 19px;
}
.toppage #PCheader_homebtn {
	display:none;
}
a.liveCH_link{
	color:#fff;
	text-decoration: underline;
	font-weight:700;
}
a.liveCH_link:hover{
	color:#fff;
	text-decoration: none;
}

/*---------------SP---------------*/
#SP_header {
	position: fixed;
	height: 36px;
	height: 36px;
	z-index: 5100;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	overflow: hidden;/**/
}
#SP_headericon_wrap {
	flex: 1;
	position: relative;
	height: 36px;
	overflow: hidden;
	padding: 7px 0 0 0;
}
.SP_headericon_logo {
	top: 4px;
	position: absolute;
	transform: translate3d(0, 0, 0);
	opacity: 1;
	pointer-events: auto;
	transition: all 0.3s ease;
}
.is-Gnav_Open .SP_headericon_logo {
	transform: translate3d(0, -100%, 0);
	opacity: 0;
	pointer-events: none;
}
.SP_headericon_2nd {
	top: 6px;
	position: absolute;
	color:#fff;
	opacity: 0;
	will-change:opacity;
	transition: opacity 0.3s ease;
	pointer-events: none;
	/*	transform: translate3d(0, 100%, 0);
	transition: all 0.3s ease;*/
}
.is-Gnav_Open .SP_headericon_2nd {
	opacity: 1;
	transition: opacity 0.5s ease;
	pointer-events: auto;
	/*	transform: translate3d(0, 0, 0);*/
}
.SP_headericon_2nd u {
	font-size:1.3rem;
}
.SP_headericon_2nd u:before {
	font-size:2.4rem;
	top:0;
}

.autoHide_header.is-hidden,
.is-PC.is-Gnav_Open .autoHide_header {
	transform: translate3d(0, -100%, 0);
}
#_dummybody {
	width: 100%;
}
/*@media (max-width: 800px) {
	#GnavPC{
		padding-left:20px;
	}
}*/
/*  -webkit-overflow-scrolling: touch;
	
	Transformsで画面がちらつく
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
*/


#PC_page_wrap a{
	color:#fff;
	transition: opacity 0.2s;
	opacity: 0.7;
}
#PC_page_wrap a:hover{
		opacity: 1;
}
#PC_page_wrap .page_ul ol{
	line-height:1.6;
}

.menu_pages{
	display: inline-block;
	line-height:1.4;
	position: relative;
	padding: 0.3em 0 0.3em 1em;
}
.menu_pages::before{
	content: '';
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	background-image: url("img/icon.svg");
	background-repeat: no-repeat;
	background-size: 1000% 1000%;
	background-position: -7em -8em;
	opacity:0.8;
	position: absolute;
	top: 0.5em;
	left: 0;
}
.page_ul ol li a{
	font-size:90%;
	padding-left:1.6em;
	display: inline-block;
}
.page_ul ol li p{
	margin-left:1em;
}
.RACE .menu_imgmenu .menu_pages::before{
	display:none;
}

.menu_imgmenu a img {
	width: 100%;
	height: auto;
	margin-bottom:10px;
	transition:opacity 0.3s;
}
.menu_imgmenu a img {
	width: 100%;
	height: auto;
	margin-bottom:10px;
}
.menu_webent{
	width:100%;
	padding:0px 15px;
	background:#444;
	font-weight:900;
	font-size:1.8rem;
	border:1px solid #666;
	margin-bottom:10px;
}
.menu_important {
	width:100%;
	font-weight:900;
	font-size:1.8rem;
	margin-bottom:10px;
}
.menu_important .spansmall {
	font-weight:400;
	font-size:1.3rem;
/*	display:inline-block;*/
	display:block;
}

.menu_lisub{
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
	border-top:1px solid rgba(255, 255, 255, 0.1);
	background:rgba(255, 255, 255, 0.05);
	text-indent:1em;
	line-height:1.6;
	margin: 14px 0 4px 0;
}
.menu_borderT{
	 border-top:1px solid #555;
	 margin-top:10px;
	 padding-top:10px;
}
.menu_borderB{
	 border-bottom:1px solid #555;
	 padding-bottom:10px;
}
.is-SP .menu_lisub{
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
	border-top:1px solid rgba(255, 255, 255, 0.3);
	background:rgba(255, 255, 255, 0.2);
	color:#FFF;
}


a{
	color:#00f;
}
a:hover{
	color:#007;
}



/*---------------scroll bar---------------*/
.is-PC .scrollbar::-webkit-scrollbar {
 width: 4px;
 opacity:0;
}
.is-PC .scrollbar::-webkit-scrollbar-track {
 background: #000;
 border-radius: 4px;
 opacity:0;
}
.is-PC .scrollbar::-webkit-scrollbar-thumb {
 background: #666;
 border-radius: 4px;
 box-shadow: none;
 opacity:0;
}
.is-PC .scrollbar:hover::-webkit-scrollbar, .is-PC .scrollbar:hover::-webkit-scrollbar-track, .is-PC .scrollbar:hover::-webkit-scrollbar-thumb {
 opacity:1;
}

/*---------------hamburger---------------*/
.is-SP .hamburger-icon-wrap {
	font-size: 1.8rem;/*36px*//*	margin-left:auto;*/
}
.is-PC .hamburger-icon-wrap {
	font-size: 2rem;	/*40px*/
}
.hamburger-icon-wrap {
	height: 2em;
	width: 2em;
	z-index: 5111;
}
.is-PC .hamburger-icon-wrap {
	margin: 0.5em 0 0 0.2em;
}
.hamburger-icon, .hamburger-icon:before, .hamburger-icon:after {
	content: '';
	position: absolute;
	height: 0.15em;
	width: 1.1em;
	background: #fff;
	transition: transform 0.5s cubic-bezier(.2, 1, .2, 1) ;
}
.is-PC .hamburger-icon, .is-PC .hamburger-icon:before, .is-PC .hamburger-icon:after {
	transition: transform 10.5 cubic-bezier(.2, 1, .2, 1) 0.21s;
}
.hamburger-icon {
	transform: translate3d(0.45em, 0.9em, 0)
}
.hamburger-icon:before {
	transform: translate3d(0, -0.4em, 0)
}
.hamburger-icon:after {
	transform: translate3d(0, 0.4em, 0)
}
.is-Gnav_Open .hamburger-icon {
	transform: translate3d(0.3em, 0.9em, 0) rotate(-225deg);
	width: 1.4em;
}
.is-Gnav_Open .hamburger-icon:before {
	transform: translate3d(0, 0, 0) rotate(90deg);
	width: 1.4em;
}
.is-Gnav_Open .hamburger-icon:after {
	transform: translate3d(0.3em, 0, 0);
	opacity: 0;
}
/*.is-Gnav_Open .is-PC .hamburger-icon, .is-Gnav_Open .is-PCc .hamburger-icon:before, .is-Gnav_Open .is-PC .hamburger-icon:after {
	transition: all 0.5s cubic-bezier(.19, 1, .22, 1) 0.31s;
}*/



/**
.is-SP .hamburger-icon-wrap {
	font-size:3.6rem;
}
.is-PC .hamburger-icon-wrap {
	font-size:40px;
}
.hamburger-icon-wrap {
	height: 1em;
	width: 1em;
	z-index:999;
}
.is-PC .hamburger-icon-wrap {
	margin: 0.1em auto 0 auto;
}
.hamburger-icon,
.hamburger-icon:before,
.hamburger-icon:after {
	content: '';
	position: absolute;
	height: 0.06em;
	width: 0.56em;
	background: #fff;
	transition: all 0.5s cubic-bezier(.2, 1, .2, 1);
}
.is-PC .hamburger-icon,
.is-PC .hamburger-icon:before,
.is-PC .hamburger-icon:after {
	transition: all 0.5s cubic-bezier(.2, 1, .2, 1) 0.21s;
}
.hamburger-icon {
	transform: translate3d(0.2em, 0.47em, 0)
}
.hamburger-icon:before {
	transform: translate3d(0, -0.2em, 0)
}
.hamburger-icon:after {
	transform: translate3d(0, 0.2em, 0)
}
.is-Gnav_Open .hamburger-icon {
	transform: translate3d(0.2em, 0.47em, 0) rotate(-225deg) ;
}
.is-Gnav_Open .hamburger-icon:before {
	transform: translate3d(0, 0.02em, 0) rotate(90deg) ;
}
.is-Gnav_Open .hamburger-icon:after {
	opacity:0;
}
.is-PC.is-Gnav_Open .hamburger-icon,
.is-PC.is-Gnav_Open .hamburger-icon:before,
.is-PC.is-Gnav_Open .hamburger-icon:after {
	transition: all 0.5s cubic-bezier(.19, 1, .22, 1) 0.31s;
}
**/
/*---------------Menu alert---------------*/
#menu_alert{
	position:absolute;
	top:80px;
	left:70px;
	z-index:999;
	display:none;
	width:120px;
	height:120px;
	background:#fff;
	border-radius:50%
}
#menu_alert.bounceIn{
	display:block;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
	animation-timing-function: ease;
  }
  0% {
	opacity: 0;
	transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
	opacity: 0;
	transform: scale3d(0.3, 0.3, 0.3);
  }
  60% {
	transform: scale3d(1.3, 1.3, 1.3);
  }
  70% {
	transform: scale3d(0.9, 0.9, 0.9);
  }
  80% {
	opacity: 1;
	transform: scale3d(1.03, 1.03, 1.03);
  }
  90% {
	transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
	opacity: 1;
	transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 1.5s;
  animation-name: bounceIn;
}

/*---------------area-Label Tooltip---------------*/
.area[aria-label] {
	position: relative;
}
.area[aria-label]:after {
	content: attr(aria-label);
	position: absolute;
	display: inline-block;
	left: 50%;
	bottom:0;
	z-index: 999;
	pointer-events: none;
	overflow: visible;
	color: #fff;
	font-family:'Noto', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing:0;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
	text-indent: 0;
	/*text-shadow: 0 0 1px #fff;*/
	padding: 0.5em;
	background: rgba(41,20,185,0.9);
	border:1px solid #5577ee;
	border-radius: 5px;
	box-shadow: 1px 2px 6px rgba(0,0,0,0.8);
	opacity:0;
	transition:all 0.1s ease;
	transform:scale(0.5) translate3d(-50%,100%,0);
	transform-origin: top left;
	will-change:opacity, transform;
}
.area[aria-label]:hover:after, .area[aria-label]:focus:after {
	opacity:1;
	transform:scale(1)  translate3d(-50%, 115%, 0);
}
#PC_header .area[aria-label]:hover:after, .area[aria-label]:focus:after {
	transform:scale(1)  translate3d(-50%, 115%, 0) translate3d(-9px, 0%, 0);/*116:リンクからの天地の距離　a{ -9px:padding-right:18px/2}	translate3d(calc(-50%-9px), 116%, 0)*/
}

.alignL.area[aria-label]:after{
	left: 0;
	transform:scale(0.5) translate3d(0,100%,0);
}
.alignL.area[aria-label]:hover:after, .alignL.area[aria-label]:focus:after {
	transform:scale(1)  translate3d(0,115%,0);
}
#PC_header .alignL.area[aria-label]:hover:after, .alignL.area[aria-label]:focus:after {
	transform:scale(1)  translate3d(0%,115%,0);
}

.alignR.area[aria-label]:after{
	left: 100%;
	transform:scale(0.5) translate3d(-100%,100%,0);
}
.alignR.area[aria-label]:hover:after, .alignR.area[aria-label]:focus:after {
	transform:scale(1)  translate3d(-100%,115%,0);
}

.align-T.area[aria-label]:hover:after, .align-T.area[aria-label]:focus:after{
transform: scale(1) translate3d(-50%, -100%, 0);
}

.alignL-T.area[aria-label]:hover:after, .alignL-T.area[aria-label]:focus:after {
left: 0;
transform: scale(1) translate3d(0,-100%,0);
}

#PC_header .alignR.area[aria-label]:hover:after, .alignR.area[aria-label]:focus:after {
	transform:scale(1)  translate3d(-110%,115%,0);
}
/********Gnav Logo*********/
.areaLogo.area[aria-label]:after{
	left: 100%;
	transform:scale(0.5) translate3d(0,-140%,0);
}
.areaLogo.area[aria-label]:hover:after, .areaLogo.area[aria-label]:focus:after {
	transform:scale(1)  translate3d(10%,-140%,0);
}
.areaLogoFooter.area[aria-label]:after {
	bottom: 2.5em;
}
.area[target="_blank"]:after{
	padding: 0.5em 2em 0.5em 0.5em;
	background-image:url("../../img/__blank.svg");
	background-repeat:no-repeat;
	background-position:top 50% right 0.5em;
	background-size:auto 1.2em;
}

_:-ms-input-placeholder, :root .area[target="_blank"]:after {
	padding: 0.5em;
	background-image:none;
}

/*.area:focus {
	border-bottom:1px solid #f00;
}*/

/*---------------animation BounceIn---------------*/
@keyframes bounceIn {
	from,40%,60%,70%,80%,90%,to {
		animation-timing-function: ease;
	}
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);}
	40% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);}
	60% {
		transform: scale3d(1.1, 1.1, 1.1);}
	70% {
		transform: scale3d(0.9, 0.9, 0.9);}
	80% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);}
	90% {
		transform: scale3d(0.97, 0.97, 0.97);}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
  animation-duration: 1.5s;
  animation-name: bounceIn;
}

/*macでテキストが薄くなる問題
body{
	-webkit-font-smoothing: antialiased;
}
.parent {
	opacity: 0.7;
}
.parent .elm {
	opacity: 0.7;
	will-change:opacity, transform;
	transform: scale(1);
}
text-shadow: 0 0 1px #fff;	safari
text-shadow: 0 0 0 #fff; chrome
*/

/*---------------scroll buton---------------*/
#scrltopBtn{
position: fixed;
z-index: 10000;
right: 10px;
bottom: 30px;
width: 50px;
height: 50px;
opacity:0.7;
transform: scale(1);
transition: opacity 0.2s linear, transform 0.2s linear;
}
#scrltopBtn:hover{
opacity:0.9;
transform: scale(1.05);
}

#scrltopBtn img{
width: 100%;
}
.scrlbtn_hide{
/*	opacity:0;*/
}


/*------------------------------------*\
 * 14.0 - ajaxModal
\*------------------------------------*/
#modalBgLayer {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 7000;
	text-align: center;
	pointer-events: auto !important;
}
.is-Modal_Open #modalBgLayer {
	display:block;
}
#modalBgLayer img {
	position: relative;
	top: 45%;
	width: 50px;
}
#modalWindowLayer {
	display: none;
	max-width: 960px;
	overflow: auto;
	background: #fff;
	padding: 30px 10px;
	position: fixed;
	top: 50px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 7001;
	margin: 0 auto;
}

@media only screen and (max-width: 860px) {
	#modalWindowLayer {
		overflow: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}
	#closeBtn {
		color: #000;
	}
}

#closeWrap {
	position: fixed;
	height: 0;
	margin: 0 auto;
	top: 15px;
	right: 20px;
	left: 20px;
	max-width: 960px;
	z-index: 7002;
}
#closeBtn {
	cursor: pointer;
	color: #fff;
	width: 25px;
	height: 25px;
	z-index: 7002;
	display: none;
	margin: 0 0 0 auto;
	/*  position: fixed;*/
	position: relative;
}
#closeBtn:before,
#closeBtn:after {
	content: '';
	position: absolute;
	top: 11px;
	right: -4px;
	width: 33px;
	height: 3px;
	background-color: #fff;
}
#closeBtn:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#closeBtn:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (max-width: 860px) {
	#closeBtn {
		color: #000;
		cursor: pointer;
		display: none;
		height: 40px;
		width: 40px;
		overflow: hidden;
		position: fixed;
		right: 5.2%;
		top: 10px;
		z-index: 99998;
		background-color: #fff;
		border-radius: 50%;
	}
	#closeBtn:before, #closeBtn:after {
		content: '';
		top: 18px;
		background-color: #1c1c1c;
		display: block;
		height: 2px;
		left: 9px;
		opacity: 1;
		position: absolute;
		width: 22px;
	}
	#closeBtn:before {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	#closeBtn:after {
		position: absolute;
		-webkit-transform: rotate(-135deg);
		width: 22px;
	}
}

/*------------------------------------*\
 * 14.0 - ajaxModal
\*------------------------------------*/
.mfp-close{
	font-size:50px !important;
}
.mfp-title {
  position:absolute;
  color: #FFF;
  margin: 1rem 0 0 auto;
}





@media screen and ( max-width:599px ) {
	footer{
		display:none;
	}
	#topmain{
	padding-bottom: 20px;
	}
	#SP_cate_ul p {
		font-family:'Khand',sans-serif;
		font-size:2.2rem;
		font-weight:700;
	}
	#SP_page_wrap .item{
		padding:0 10px 10px 10px;
	}
	#SP_page_wrap a{
		color:#fff;
	}
	SP_page_wrap .page_ul li{
		padding:10px 0 !important;
	}
	SP_page_wrap .page_ul li ol li a{
		padding:10px 0 !important;
		line-height:1.6;
	}
	.is-SP .content_right{
		padding:0 10px 10px 10px;
	}
	.is-SP .indent_1{
		padding-left: 0 !important;
	}
	.is-SP .h1img h1{
font-size: 2.2rem;
left: 10px;
top: 50px;
border-left: 0;
padding-left: 0.2em;
line-height: 1;
}
.is-SP .h1img{
height: 200px;}
.is-SP .h1img::after{
font-size: 10rem;
}
.is-SP .h2_cource::after{
	z-index: -1;
}

}








#accordion h4 a.actv{
	background:#d0d0d0;
}
#accowrap{
position: fixed;
top: 60px;
left: 8%;
}
.sidemenu_inner_br{
	display:block;
	font-size:90%;
}
#accordion h3 a{
	color:#fff;
}
#accordion h3 a:hover{
	color:#ddd;
}


/* IE11 hack */
/*
_:lang(x)::-ms-backdrop, body {
	font-family: "メイリオ", Meiryo, sans-serif;
} 
*/


/******* 50th *******/
@media screen and (min-width: 600px){
#Gnavlogo::before {
    position: absolute;
    left: 0;
    top: -7px;
    opacity: 0;
    display:none;
}
#Gnavlogo::after {
    content: url(/img/stuff/50logo_W.svg);
    position: absolute;
    width: 100px;
    display:block;
    left: -5px;
    top: -7px;
    font-size: 10.5rem;
    opacity: 0.8;
}
}



/******* mordal *******/
.is-Modal_Open #sidemenu_wrap{	/*モーダルオープン時は常にsidemenuは消す*/
opacity:0;
}

.ifrClass .mfp-content{
background:#fff;
opacity:0;
transform: scale3d(0.8, 0.8, 1);
transition: transform 0.4s,opacity 0.4s ease-in-out;
}
.ModalFlg .ifrClass .mfp-content{
transform: scale3d(1, 1, 1);
opacity:1;
}
/*.mfp-iframe-scaler:before{
content:"loading...";
width: 100%;
display:inline-block;
text-align:center;
position:absolute;
top:50%;
}*/

/******* pswp *******/
.is-PC .pswp{
/*width: calc(100% - 50px);
right:0;
left:auto;*/
}


