@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;400;600;800&display=swap');

/* CSS Document */

*, *:before, *:after {
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	margin: 0;
	padding: 0;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75em;
	margin: 0 auto;
	position: relative;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #333;
}
img {
	display: block;
	width: 100%;
}
.sp {
	display: none;
}

/*====================================

	js-fade

====================================*/

.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}
.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/*====================================

	btn

====================================*/

.btn {
	width: 100%;
	text-align: center;
}
.btn a {
	padding: 1em 6em;
	line-height: 1em;
	text-decoration: none;
	color: #9B0040;
	border: 1px solid #9B0040;
	border-radius: 40px;
	display: inline-block;
	margin-bottom: 20px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.btn a:hover {
	border: 1px solid #9B0040;
	background: #9B0040;
	color: #fff;
}
.btn .arrow {
	background: url(/common/images/btn_arrow.svg) no-repeat top 50% right 14px #fff;
	background-size: 20px;
}
.btn .arrow:hover {
	background: url(/common/images/btn_arrow_w.svg) no-repeat top 50% right 14px #9B0040;
	background-size: 20px;
}
.btn .print {
	background: url(/common/images/icon_print.svg) no-repeat top 50% right 14px #fff;
	background-size: 20px;
}
.btn .print:hover {
	background: url(/common/images/icon_print_w.svg) no-repeat top 50% right 14px #9B0040;
	background-size: 20px;
}
.btn .pdf {
	background: url(/common/images/icon_pdf.svg) no-repeat top 50% right 14px #fff;
	background-size: 20px;
}
.btn .pdf:hover {
	background: url(/common/images/icon_pdf.svg) no-repeat top 50% right 14px #9B0040;
	background-size: 20px;
}

/*====================================

	btn_text

====================================*/

.btn_text a {
	line-height: 1em;
	text-decoration: underline;
	color: #9B0040;
	padding: 0 30px 0 0;
	display: inline-block;
	margin-bottom: 20px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.btn_text a:hover {
	color: #9B0040;
	text-decoration: none;
}
.btn_text .pdf {
	background: url(/common/images/icon_pdf.svg) no-repeat top 50% right 0px;
	background-size: 20px;
}
.btn_text .pdf:hover {
	background: url(/common/images/icon_pdf.svg) no-repeat top 50% right 0px;
	background-size: 20px;
}

/*====================================

	div_freeinf_cms

====================================*/

.div_freeinf_cms {
	width: 100%;
	max-width: 1400px;
	padding: 0 40px;
	margin: 0 auto 20px;
	z-index: 1;
}
.div_freeinf_cms p {
	border: 1px solid #9B0040;
	padding: 20px;
	color: #9B0040;
}

/*====================================

	div_freeinf

====================================*/

.div_freeinf {
	width: 100%;
	max-width: 1400px;
	padding: 0 40px;
	margin: 0 auto 20px;
}
.div_freeinf .list {
	border: 1px solid #9B0040;
	padding: 20px;
}
.div_freeinf .list p {
	color: #9B0040;
}

/*====================================

	btn_sd_pdf

====================================*/

.btn_sd_pdf {
}
.btn_sd_pdf a {
	background: #fff;
	padding: 1em 6em;
	line-height: 1em;
	text-decoration: none;
	color: #9B0040;
	border: 1px solid #9B0040;
	border-radius: 40px;
	display: inline-block;
	margin-bottom: 20px;
}
.btn_sd_pdf a:hover {
	border: 1px solid #9B0040;
	background: #9B0040;
	color: #fff;
}
.btn_sd_pdf a:after {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-bottom: -4px;
	background: url(/common/images/icon_pdf.svg) no-repeat;
	background-size: 20px;
	margin-left: 10px;
}

/*====================================

	wp_rotate

====================================*/

.wp_rotate {
	background: #fff;
	z-index: 100000;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
}
.wp_rotate span {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wp_rotate img {
	width: 200px;
}

/*====================================

	loader

====================================*/ 

.loader {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 999999999;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loader .dot-pulse {
	--uib-size: 60px;
	--uib-speed: 1.3s;
	--uib-color: #9B0040;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: var(--uib-size);
	height: calc(var(--uib-size) * 0.27);
}
.loader .dot-pulse__dot,
.loader .dot-pulse::before,
.loader .dot-pulse::after {
	content: '';
	display: block;
	height: calc(var(--uib-size) * 0.18);
	width: calc(var(--uib-size) * 0.18);
	border-radius: 50%;
	background-color: var(--uib-color);
	transform: scale(0);
}
.loader .dot-pulse::before {
	animation: pulse var(--uib-speed) ease-in-out infinite;
}
.loader .dot-pulse__dot {
	animation: pulse var(--uib-speed) ease-in-out calc(var(--uib-speed) * 0.125) infinite both;
}
.loader .dot-pulse::after {
	animation: pulse var(--uib-speed) ease-in-out calc(var(--uib-speed) * 0.25) infinite;
}
@keyframes pulse {
	0%,
	100% {
		transform: scale(0);
	}

	50% {
		transform: scale(1.5);
	}
}

/*====================================

	.tab_nojs

====================================*/

.tab_nojs {
	padding: 0 40px;
	margin-bottom: 30px;
}
.tab_nojs .inner {
	border-bottom: 1px solid #9B0040;
}
.tab_nojs .inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.tab_nojs .inner ul li {
	margin-right: 2px;
}
.tab_nojs .inner ul li p,
.tab_nojs .inner ul li a {
	align-items: center;
	display: flex;
    justify-content: center;
    padding: .5em 4em;
    border-radius: 4px 4px 0 0;
    margin-right: 2px;
}
.tab_nojs .inner ul li p {
    background: #9B0040;
    color: #fff;
}
.tab_nojs .inner ul li a {
    background: #eee;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}
.tab_nojs .inner ul li a:hover {
	background: #ccc;
}

/*====================================

	.tab

====================================*/

.tab,
.tab2 {
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
}
.tab .tab_ttl,
.tab2 .tab_ttl {
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 10px;
	color: #9B0040;
}
.tab-list,
.tab-list2 {
    display: flex;
}
.tab-menu,
.tab-menu2 {
    align-items: center;
    background: #eee;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: .5em 4em;
    border-radius: 4px 4px 0 0;
    margin-right: 2px;
}
.tab-menu:hover,
.tab-menu2:hover {
	background: #ccc;
}
.tab-menu.current,
.tab-menu2.current2 {
    background-color: #9B0040;
    color: #fff;
}
.content-box,
.content-box2 {
    display: none;
    width: 100%;
    border-top: 1px solid #9B0040;
    padding-top: 30px;
    background: #fff;
}

/*====================================

	#header_pc

====================================*/

#header_pc {
	width: 100%;
	margin-bottom: 20px;
}

/*====================================

	#header_pc .inner_upper

====================================*/

#header_pc .inner_upper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 40px;
	z-index: 20;
}
#header_pc .inner_upper h1 {
	width: 300px;
}
#header_pc .inner_upper .sub_nav {
	position: absolute;
	right: 40px;
	bottom: 20px;
}
#header_pc .inner_upper .sub_nav ul {
	display: table;
}
#header_pc .inner_upper .sub_nav ul li {
	display: table-cell;
	vertical-align: bottom;
	padding-left: 20px;
}
#header_pc .inner_upper .sub_nav ul li a,
#header_pc .inner_upper .sub_nav ul li p {
	font-family: 'Sawarabi Gothic', sans-serif;
	text-decoration: none;
	color: #666;
	font-size: 90%;
	padding-left: 18px;
}
#header_pc .inner_upper .sub_nav ul .sn_news a {
	background: url(/common/images/icon_news.svg) no-repeat top 50% left 0;
	background-size: 14px;
}
#header_pc .inner_upper .sub_nav ul .sn_newsrelease a {
	background: url(/common/images/icon_newsrelease.svg) no-repeat top 50% left 0;
	background-size: 14px;
}
#header_pc .inner_upper .sub_nav ul .sn_contact a {
	background: url(/common/images/icon_contact.svg) no-repeat top 50% left 0;
	background-size: 14px;
}
#header_pc .inner_upper .sub_nav ul .sn_lostitem a {
	background: url(/common/images/icon_lostitem.svg) no-repeat top 50% left 0;
	background-size: 14px;
}
#header_pc .inner_upper .sub_nav ul .sn_faq a {
	background: url(/common/images/icon_faq.svg) no-repeat top 50% left 0;
	background-size: 14px;
}
#header_pc .inner_upper .sub_nav ul .sn_language p {
	background: url(/common/images/icon_language.svg) no-repeat top 50% left 0;
	background-size: 14px;
}
#header_pc .inner_upper .sub_nav ul .sn_recruit a {
	background: url(/common/images/icon_recruit.svg) no-repeat top 50% left 0;
	background-size: 14px;
}
#header_pc .inner_upper .sub_nav ul .sn_search {
	width: 250px;
}
#header_pc .inner_upper .sub_nav ul li a:hover {
	text-decoration: underline;
}
@media screen and (max-width : 1100px) {
	#header_pc .inner_upper .sub_nav {
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		text-align: right;
		padding-top: 10px;
		position: relative;
	}
	#header_pc .inner_upper .sub_nav ul {
		width: 100%;
		position: relative;
	}
	#header_pc .inner_upper .sub_nav ul li {
		float: left;
		padding: 0;
		margin-right: 20px;
	}
	#header_pc .inner_upper .sub_nav ul .sn_search {
		margin-right: 0px;
		position: absolute;
		top: -20px;
		right: 0;
	}
}

/*====================================

	#header_foreign

====================================*/

#header_foreign {
	width: 100%;
	margin-bottom: 0px;
}

/*====================================

	#header_foreign .inner_upper

====================================*/

#header_foreign .inner_upper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 40px;
	z-index: 20;
}
#header_foreign .inner_upper h1 {
	width: 300px;
}
#header_foreign .inner_upper .sub_nav {
	position: absolute;
	right: 80px;
	bottom: 20px;
}
#header_foreign .inner_upper .sub_nav ul {
	display: table;
}
#header_foreign .inner_upper .sub_nav ul li {
	display: table-cell;
	vertical-align: bottom;
	padding-left: 20px;
}
#header_foreign .inner_upper .sub_nav ul li a,
#header_foreign .inner_upper .sub_nav ul li p {
	font-family: 'Sawarabi Gothic', sans-serif;
	text-decoration: none;
	color: #666;
	font-size: 90%;
	padding-left: 18px;
}
#header_foreign .inner_upper .sub_nav ul .sn_language p {
	background: url(/common/images/icon_language.svg) no-repeat top 50% left 0;
	background-size: 14px;
}
#header_foreign .inner_upper .sub_nav ul li a:hover {
	text-decoration: underline;
}

/*====================================

	#header_pc .con-tooltip
	#header_foreign .con-tooltip

====================================*/ 

#header_pc .inner_upper .con-tooltip,
#header_foreign .inner_upper .con-tooltip {
	position: relative;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	cursor: default;
}
#header_pc .inner_upper .tooltip,
#header_foreign .inner_upper .tooltip {
	visibility: hidden;
	z-index: 1;
	opacity: .40;
	width: 200px;
	padding: 20px;
	background: #fff;
	border: 1px solid #9B0040;
	position: absolute;
	top: 130%;
	left: -50px;
	border-radius: 4px;
	transform: translateY(4px);
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}
#header_pc .inner_upper .tooltip::before,
#header_pc .inner_upper .tooltip::after,
#header_foreign .inner_upper .tooltip::before,
#header_foreign .inner_upper .tooltip::after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12.5px 0 12.5px;
	left: 88px;
	transform: rotate(180deg);
	position: absolute;
}
#header_pc .inner_upper .tooltip::before,
#header_foreign .inner_upper .tooltip::before {
	border-color: #9B0040 transparent transparent transparent;
	top: -13px;
}
#header_pc .inner_upper .tooltip::after,
#header_foreign .inner_upper .tooltip::after {
	border-color: #fff transparent transparent transparent;
	top: -12px;
}
#header_pc .inner_upper .con-tooltip:hover .tooltip,
#header_foreign .inner_upper .con-tooltip:hover .tooltip {
	visibility: visible;
	transform: translateY(-4px);
	opacity: 1;
	transition: .3s linear;
}
#header_pc .inner_upper .con-tooltip .tooltip a,
#header_foreign .inner_upper .con-tooltip .tooltip a {
	display: block;
	width: 100%;
	padding: 0!important;
	margin: 0!important;
	text-align: center;
	color: #9B0040 !important;
}

/*====================================

	#header_pc .gcse-search

====================================*/ 

#header_pc .inner_upper .gsc-control-cse {
	margin: 0px !important;
	padding: 0px !important;
	border: 1px solid #9B0040 !important;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
#header_pc .inner_upper .gsc-search-box {
	margin: 0px !important;
}
#header_pc .inner_upper .gsc-input-box {
    border: none !important;
	border-radius: 30px !important;
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	padding: 0;
}
#header_pc .inner_upper .gsib_a {
	padding-left: 20px !important;
}
#header_pc .inner_upper .gsc-search-button-v2 {
	margin: 0px !important;
	padding-top: 6px !important;
	padding-bottom: 7px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	background-color: transparent !important;
	color: #9B0040 !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	cursor:pointer;
}
#header_pc .inner_upper .gsc-search-button-v2 svg {
    fill: #9B0040!important;
    width: 14px;
    height: 14px;
}
#header_pc .inner_upper input:placeholder-shown {
	color: #bababa;
}
#header_pc .inner_upper input::-webkit-input-placeholder {
	color: #bababa;
}
#header_pc .inner_upper input:-moz-placeholder {
	color: #bababa;
	opacity: 1;
}
#header_pc .inner_upper input::-moz-placeholder {
	color: #bababa; opacity: 1;
}
#header_pc .inner_upper input:-ms-input-placeholder {
	color: #bababa !important;
}
 
/*====================================

	#header_pc .inner_bottom

====================================*/

#header_pc .inner_bottom {
	position: relative;
	z-index: 10;
}
#header_pc .inner_bottom .header_menu {
    position: relative;
    width: 100%;
    background: #9B0040;
    text-align: center;
    list-style: none;
    padding: 0;
}
#header_pc .inner_bottom .header_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
#header_pc .inner_bottom .header_menu ul::after {
    content: "";
    display: block;
    width: 33.3333333333%;
}
#header_pc .inner_bottom .header_menu ul>li {
    padding: 1em;
    width: 33.3333333333%;
    border-left: 1px solid rgba(255, 255, 255, .4);
}
#header_pc .inner_bottom .header_menu ul>li:last-child {
    border-right: 1px solid rgba(255, 255, 255, .4);
}
#header_pc .inner_bottom .header_menu ul>li>a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
#header_pc .inner_bottom .header_menu ul>li>a:hover {
}
#header_pc .inner_bottom .header_menu ul>li:hover {
    background: #6e002d;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#header_pc .inner_bottom .header_menu ul>li:hover .menu_second {
    top: 51px;
    visibility: visible;
    opacity: 1;
}
#header_pc .inner_bottom .menu_second {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 55px;
    /*top: 40px;*/
    left: 0;
    width: 100%;
    background: #6e002d;
    box-sizing: border-box;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    text-align: left;
    border-left: 1px solid rgba(255, 255, 255, .4);
    border-right: 1px solid rgba(255, 255, 255, .4);
}
#header_pc .inner_bottom .menu_second .menu_second_inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px 30px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#header_pc .inner_bottom .menu_second .menu_second_inner::before,
#header_pc .inner_bottom .menu_second .menu_second_inner::after {
    content: "";
    display: block;
    width: 24.5%;
}
#header_pc .inner_bottom .menu_second .menu_second_inner::before {
    order: 1;
}
#header_pc .inner_bottom .menu_second .menu_second_inner a {
    width: 24.5%;
    display: block;
    font-size: 90%;
    padding: 1.6em 14px;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    text-decoration: none;
    line-height: 1em;
    -webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
@media screen and (max-width : 1000px) {
	#header_pc .inner_bottom .menu_second .menu_second_inner a {
		width: 32%;
	}
}
#header_pc .inner_bottom .menu_second .menu_second_inner a:before {
    content: '▶';
    font-size: 50%;
    color: #fff;
    margin: 0 .6em 0 0;
    display: inline-block;
}
#header_pc .inner_bottom .menu_second .menu_second_inner a:hover {
    background: #9B0040;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
}
#header_pc .inner_bottom .menu_second .menu_second_inner .ic_pdf {
}
#header_pc .inner_bottom .menu_second .menu_second_inner .ic_pdf:after {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(/common/images/icon_pdf.svg) center center no-repeat;
	background-size: cover;
	margin-left: .5em;
	margin-bottom: -4px;
}
#header_pc .inner_bottom .menu_second .menu_second_inner .ic_window_w {
}
#header_pc .inner_bottom .menu_second .menu_second_inner .ic_window_w:after {
	content: '';
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(/common/images/icon_window_w.svg) center center no-repeat;
	background-size: cover;
	margin-left: .5em;
	margin-bottom: -2px;
}
#header_pc .inner_bottom .menu_second .menu_second_inner .know {
	float: left;
	width: 49%;
}
#header_pc .inner_bottom .menu_second .menu_second_inner .funny {
	float: right;
	width: 49%;
}
#header_pc .inner_bottom .menu_second .menu_second_inner .know .ttl,
#header_pc .inner_bottom .menu_second .menu_second_inner .funny .ttl {
	font-size: 110%;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #fff;
}
#header_pc .inner_bottom .menu_second .menu_second_inner .know a:nth-child(odd),
#header_pc .inner_bottom .menu_second .menu_second_inner .funny a:nth-child(odd) {
	width: 48%;
	float: right;
}
#header_pc .inner_bottom .menu_second .menu_second_inner .know a:nth-child(even),
#header_pc .inner_bottom .menu_second .menu_second_inner .funny a:nth-child(even) {
	width: 48%;
	float: left;
}

/*====================================

	#header_sp

====================================*/

#header_sp {
	display: none;
}

/*====================================

	emergency

====================================*/

.emergency {
	width: 100%;
	max-width: 1400px;
	padding: 0 40px;
	margin: 10px auto 20px;
}
.emergency dl {
	border: 1px solid #9B0040;
	background: #fff;
	padding: 40px;
}
.emergency dl dt {
	color: #9B0040;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #9B0040;
	font-size: 150%;
	line-height: 1em;
}
.emergency dl dt dd {
}
.emergency dl dt dd p {
}

/*====================================

	delay

====================================*/

.delay {
	width: 100%;
	max-width: 1400px;
	padding: 0 40px;
	margin: 0 auto 20px;
	z-index: 1;
}
.delay .inner {
	display: table;
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
}
.delay .inner .ttl {
	display: table-cell;
	vertical-align: middle;
	background: #ccc;
	color: #000;
	text-align: center;
	position: relative;
	padding: 0 10px;
	width: 220px;
}
.delay .inner .content {
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	padding: 10px 20px;
} 
.delay .inner .content .info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.delay .inner .content .info p {
	line-height: 1em;
}
.delay .inner .content .info p .en {
	padding-left: 1em;
	font-size: 90%;
}
.delay .inner .content .info p .time {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 80%;
	line-height: 1em;
	margin-bottom: .4em;
	display: block;
}
.delay .inner .content .info p a {
	color: #333;
	text-decoration: underline;
}
.delay .inner .content .info p a:hover {
	text-decoration: none;
}
.delay .inner .content .info .btn_delay {
}
.delay .inner .content .info .btn_delay a {
	display: inline-block;
	line-height: 1em;
	border: 1px solid #9B0040;
	color: #9B0040;
	border-radius: 40px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	padding: 1em 5.5em;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	background: url(/common/images/btn_arrow.svg) no-repeat top 50% right 16px #fff;
	background-size: 20px;
}
.delay .inner .content .info .btn_delay a:hover {
	background: #fff;
	border: 1px solid #9B0040;
	color: #fff;
	background: url(/common/images/btn_arrow_w.svg) no-repeat top 50% right 14px #9B0040;
	background-size: 20px;
}

/*====================================

	bread

====================================*/

.bread {
	margin-bottom: 20px;
}
.bread ul {
	width: 100%;
	max-width: 1400px;
	padding: 0 40px;
	margin: 0 auto;
}
.bread ul li {
	float: left;
}
.bread ul li:not(:last-of-type)::after {
	content: "-";
	margin: 0 .2em;
	color: #777;
}
.bread ul li a {
	color: #333;
	font-size: 90%;
	text-decoration: underline;
}
.bread ul li a:hover {
	text-decoration: none;
}
.bread ul li p {
	color: #333;
	font-size: 90%;
	line-height: 1.5em;
	margin-bottom: -4px;
	display: inline-block;
}

/*====================================

	.page_ttl,
	.page_ttl_2

====================================*/

.page_ttl,
.page_ttl_2 {
	width: 100%;
	background: #F9F7E8;
	margin-bottom: 30px;
}
.page_ttl .inner,
.page_ttl_2 .inner {
	width: 100%;
	max-width: 1400px;
	padding: 80px 40px;
	margin: 0 auto;
	position: relative;
}
.page_ttl .inner:after,
.page_ttl_2 .inner:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	display: inline-block;
	background: url(/common/images/page_ttl_bg_filter.png) top 0 left 0 repeat-y;
	background-size: 100%;
}
.page_ttl h2,
.page_ttl_2 h2 {
	font-size: 300%;
	line-height: 1em;
	color: #9B0040;
	font-weight: 600;
	position: relative;
	z-index: 1;
}
.page_ttl h2:after,
.page_ttl_2 h2:after {
	content: '';
	width: 100px;
	height: 2px;
	background: #9B0040;
	display: block;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.page_ttl h2 span,
.page_ttl_2 h2 span {
	font-size: 50%;
	padding-left: .5em;
	line-height: 1em;
}
@media screen and (max-width : 1000px) {
	.page_ttl,
	.page_ttl {
		margin-bottom: 20px;
	}
	.page_ttl .inner,
	.page_ttl_2 .inner {
		padding: 60px 40px;
	}
	.page_ttl h2,
	.page_ttl_2 h2 {
		font-size: 250%;
	}
}

/*====================================

	.page_content

====================================*/

.page_content {
}
.page_content .cell {
	margin: 0 auto 80px;
}
.page_content .cell .cell_inn {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}
.page_content .cell .cell_inn .cell_ttl {
	width: 100%;
	border-bottom: 2px solid #DB7093;
	line-height: 1em;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-size: 200%;
	font-weight: 500;
	position: relative;
}
.page_content .cell .cell_inn .cell_ttl:after {
	content: '';
	width: 120px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #9B0040;
}
.page_content .cell .cell_inn .cell_ttl span {
	color: #9B0040;
	display: block;
	font-size: 50%;
	line-height: 1em;
	padding-top: .5em;
}

/*====================================

	.page_content .cell_ft_btn

====================================*/

.page_content .cell_ft_btn {
}
.page_content .cell_ft_btn ul {
}
.page_content .cell_ft_btn ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.page_content .cell_ft_btn ul li a {
	padding: 1em 4em;
	line-height: 1em;
	text-decoration: none;
	color: #9B0040;
	border: 1px solid #9B0040;
	border-radius: 40px;
	display: block;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.page_content .cell_ft_btn ul li a:hover {
	border: 1px solid #9B0040;
	background: #9B0040;
	color: #fff;
}
.page_content .cell_ft_btn ul li .arrow {
	background: url(/common/images/btn_arrow.svg) no-repeat top 50% right 16px #fff;
	background-size: 20px;
}
.page_content .cell_ft_btn ul li .arrow:hover {
	background: url(/common/images/btn_arrow_w.svg) no-repeat top 50% right 14px #9B0040;
	background-size: 20px;
}
.page_content .cell_ft_btn ul li .pdf {
	background: url(/common/images/icon_pdf.svg) no-repeat top 50% right 16px #fff;
	background-size: 20px;
}
.page_content .cell_ft_btn ul li .pdf:hover {
	background: url(/common/images/icon_pdf.svg) no-repeat top 50% right 14px #9B0040;
	background-size: 20px;
}
.page_content .cell_ft_btn ul li .window {
	background: url(/common/images/icon_window.svg) no-repeat top 50% right 16px #fff;
	background-size: 20px;
}
.page_content .cell_ft_btn ul li .window:hover {
	background: url(/common/images/icon_window_w.svg) no-repeat top 50% right 14px #9B0040;
	background-size: 20px;
}

/*====================================

	middle_nav

====================================*/

.middle_nav {
	margin-bottom: 50px;
}
.middle_nav ul {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}
.middle_nav ul li {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}
.middle_nav ul li a {
	border: 1px solid #9B0040;
	text-decoration: none;
	color: #9B0040;
	line-height: 1em;
	display: inline-block;
	padding: .8em 4em;
	border-radius: 30px;
	font-size: 110%;
	background: url(/common/images/arrow_b.svg) no-repeat top 50% right 20px #fff;
	background-size: 10px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.middle_nav ul li a:hover {
	border: 1px solid #9B0040;
	color: #fff;
	background: url(/common/images/arrow_b_w.svg) no-repeat top 50% right 20px #9B0040;
	background-size: 10px;
}
@media screen and (max-width : 1000px) {
	.middle_nav {
		margin-bottom: 30px;
	}
	.middle_nav ul li a {
		padding: .8em 2em;
		background: url(/common/images/arrow_b.svg) no-repeat top 50% right 10px #fff;
		background-size: 8px;
	}
	.middle_nav ul li a:hover {
		padding: .8em 2em;
		background: url(/common/images/arrow_b_w.svg) no-repeat top 50% right 10px #fff;
		background-size: 8px;
	}
}

/*====================================

	category_list

====================================*/

.category_list {
	margin-bottom: 20px;
}
.category_list ul {
}
.category_list ul li {
	float: left;
	margin-right: 4px;
}
.category_list ul li a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	background: #9B0040;
	line-height: 1em;
	font-size: 80%;
	padding: .6em 2em;
	border-radius: 2px;
}
.category_list ul li .oshirase {
	background: #636399;
	color: #fff;
}
.category_list ul li .event {
	background: #1D8C93;
	color: #fff;
}
.category_list ul li .campaign {
	background: #EB6941;
	color: #fff;;
}

/*====================================

	news_list

====================================*/

.news_list {
	margin-bottom: 40px;
}
.news_list dl {
	width: 100%;
	display: table;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1px;
}
.news_list dl:hover {
	background: #eee;
}
.news_list dl dt {
	display: table-cell;
	width: 100px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 80%;
	color: #9B0040;
}
.news_list dl dd {
	display: table-cell;
}
.news_list dl dd a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 16px 0;
}
.news_list dl dd a:hover {
	text-decoration: underline;
}
.news_list dl dd .icon_pdf:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/common/images/icon_pdf.svg) no-repeat center center;
	margin: 0 0 -4px 10px;
}
.news_list dl dd .icon_window:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/common/images/icon_window.svg) no-repeat center center;
	margin: 0 0 -2px 8px;
}
.news_list dl dd a span {
	display: inline-block;
	font-size: 70%;
	text-align: center;
	line-height: 1em;
	padding: .4em 2em;
	margin-right: 1em;
	border-radius: 2px;
}
.news_list dl dd a .oshirase {
	background: #636399;
	color: #fff;
}
.news_list dl dd a .event {
	background: #1D8C93;
	color: #fff;
}
.news_list dl dd a .campaign {
	background: #EB6941;
	color: #fff;;
} 
.news_list dl dd a .new {
	background: #9B0040;
	color: #fff;;
} 

/*====================================

	disc_noth_comm

====================================*/

.disc_noth_comm {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
}
.disc_noth_comm .text {
	border: 1px solid #9B0040;
	border-radius: 10px;
	padding: 20px;
	width: 65%;
	position: relative;
	display: grid;
	place-items: center;
	background: #9B0040;
}
.disc_noth_comm .text .triangle {
	background: #9B0040;
	height: 30px;
	width: 20px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	display: block;
	position: absolute;
	top: 30%;
	right: -20px;
}
.disc_noth_comm .text p {
	text-align: center;
	color: #fff;
	font-size: 120%;
	letter-spacing: .1em;
}
@media only screen and (max-width: 1000px){
	.disc_noth_comm .text p {
		font-size: 100%;
	}
}
.disc_noth_comm .ph {
	width: 30%;
}

/*====================================

	pager

====================================*/

.pager .pagination {
	text-align: center;
}
.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	background:#eee;
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
	border-radius: 2px;
}
.pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display:table;
	color: #333;
	text-decoration: none;
}
.pager .pagination li a span{
	display:table-cell;
	vertical-align:middle;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
	color: #fff;
	background: #9B0040;
	border-radius: 2px;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }

}

/*====================================

	pagetop

====================================*/ 

.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}
.pagetop a {
    display: block;
    width: 80px;
    height: 80px;
    -webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.pagetop a:hover {
    filter: alpha(opacity=80);
 	-moz-opacity:0.8;
 	opacity:0.8;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;
}

/*====================================

	footer

====================================*/ 

.footer {
	padding: 60px 0;
	background: #f7f7f7;
	margin-top: 40px;
}
.footer .ft_nav {
	margin-bottom: 20px;
}
.footer .ft_nav ul {
	display: flex;
	align-items: center;
	width: 100%;
	text-align: center;
	justify-content: center;
}
.footer .ft_nav ul li {
	margin: 0 10px;
}
.footer .ft_nav ul li a {
	text-decoration: none;
	color: #666;
	font-size: 90%;
}
.footer .ft_nav ul li a:hover {
	text-decoration: underline;
}
.footer .ft_nav ul li a:before {
	content: '▶';
	font-size: 70%;
}
.footer .ft_social {
	margin-bottom: 20px;
}
.footer .ft_social ul {
	display: flex;
	align-items: center;
	width: 100%;
	text-align: center;
	justify-content: center;
}
.footer .ft_social ul li {
	width: 40px;
	margin: 0 10px;
}
.footer .ft_logo {
	width: 400px;
	margin: 0 auto 20px;
}
.footer p {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 80%;
	line-height: 1em;
	margin-bottom: .4em;
	display: block;
	width: 100%;
	text-align: center;
}

/*====================================

	cell_comingsoon

====================================*/

.cell_comingsoon {
}
.cell_comingsoon .cell_inn {
	overflow: hidden;
	padding: 0 40px;
}
.cell_comingsoon .cell_inn .canvas {
	overflow: hidden;
	background: #F9F7E8;
	border-radius: 4px;
	border: 1px solid #9B0040;
	position: relative;
}
.cell_comingsoon .cell_inn .canvas .cloud_01 {
	animation: cloudmove 26s linear infinite backwards;
	position: absolute;
	top: 20px;
	width: 16%;
}
.cell_comingsoon .cell_inn .canvas .cloud_02 {
	animation: cloudmove2 40s linear infinite backwards;
	position: absolute;
	top: 120px;
	width: 20%;
}
.cell_comingsoon .cell_inn .canvas .cloud_03 {
	animation: cloudmove 50s linear infinite backwards;
	position: absolute;
	top: 260px;
	left: 50px;
	width: 12%;
}
.cell_comingsoon .cell_inn .canvas .cloud_04 {
	animation: cloudmove2 90s linear infinite backwards;
	position: absolute;
	top: 200px;
	width: 16%;
}
@keyframes cloudmove {
	0% { transform: translateX(1100px); }
	100% { transform: translateX(-1100px); }
}
@keyframes cloudmove2 {
	0% { transform: translateX(1300px); }
	100% { transform: translateX(-1300px); }
}
.cell_comingsoon .cell_inn .canvas .text {
	padding: 180px 80px;
}
@media screen and (max-width : 1000px) {
	.cell_comingsoon .cell_inn .canvas .text {
		padding: 180px 60px;
	}
}
@media screen and (max-width : 900px) {
	.cell_comingsoon .cell_inn .canvas .text {
		padding: 180px 40px;
	}
}
.cell_comingsoon .cell_inn .canvas .train {
	padding: 0 200px;
	margin-bottom: -30px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width : 1000px) {
	.cell_comingsoon .cell_inn .canvas .train {
		padding: 0 180px;
		margin-bottom: -25px;
	}
}
@media screen and (max-width : 900px) {
	.cell_comingsoon .cell_inn .canvas .train {
		padding: 0 160px;
		margin-bottom: -20px;
	}
}
.cell_comingsoon .cell_inn .canvas .train ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cell_comingsoon .cell_inn .canvas .train ul li {
	width: 33.3333333333%;
}
.cell_comingsoon .cell_inn .canvas .train_tracks {
	overflow: hidden;
	position: relative;
	z-index: 1;
	left: -50px;
}
.cell_comingsoon .cell_inn .canvas .train_tracks_box {
    display: flex;
    width: 100vw;
    
    position: relative;
}
.cell_comingsoon .cell_inn .canvas .train_tracks_box img {
    min-width: 100vw;
}
.cell_comingsoon .cell_inn .canvas .train_tracks_box img:first-child {
    animation: loop 50s -25s linear infinite;
}
.cell_comingsoon .cell_inn .canvas .train_tracks_box img:last-child {
    animation: loop2 50s linear infinite;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
.perspective {
	display: inline-block;
	transform: perspective(100px) rotateX(10deg);
}
.ugoki1 {
	animation: katakata 3s infinite ease-in-out alternate;
}
.ugoki2 {
	animation: katakata 5s infinite ease-in-out alternate;
}
.ugoki3 {
	animation: katakata 4s infinite ease-in-out alternate;
}
@keyframes katakata {
	0% {transform:translate(0, -1px) rotate(1deg);}
	10% {transform:translate(0, 1px) rotate(0deg);}
	20% {transform:translate(0, 0) rotate(-1deg);}
	30% {transform:translate(0, -1px) rotate(0deg);}
	40% {transform:translate(0, -1px) rotate(1deg);}
	50% {transform:translate(1px, 0) rotate(-1deg);}
	60% {transform:translate(0, 1px) rotate(0deg);}
	70% {transform:translate(0, 0) rotate(1deg);}
	80% {transform:translate(0, 0) rotate(0deg);}
	100% {transform:translate(0, 0) rotate(0deg);}
}





