/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');

/* 201911 FNS ここから */
body.-fns .contents:before,
body.-fns2 .contents:before {
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 400px;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

body.-fns .contents .u-inner,
body.-fns2 .contents .u-inner {
	position: relative;
	z-index: 10;
}

body.-fns .contents {
	position: relative;
	background: url(/img2019/img-fns-bg.png);
}

body.-fns2 .contents {
	position: relative;
	background: #0079c5;
}

body.-fns .contents:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img2019/img-fns-text.png) top center no-repeat;
	z-index: 5;
}

body.-fns2 .contents:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img2019/img-fns-text2.png) top center no-repeat;
	z-index: 5;
}

/* 201911 FNS ここまで */
body {
	min-width: 1020px !important;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.cf:before,
.cf:after {
	display: table;
	content: " "
}

.cf:after {
	clear: both
}

.cf {
	*zoom: 1
}

.vis-tb,
.vis-sp {
	display: none;
}

.spGHeader {
	display: none;
}

.u-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1020px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a:link,
a:visited {
	color: inherit;
	text-decoration: none;
}

.cmfoot {
	padding-bottom: 20px !important;
}

.wrapper {
	overflow: hidden;
}

.ema {
	margin: 30px 0;
}

.ema_wrap {
	display: block;
	padding: 30px;
	border: 5px solid #D60000;
	-webkit-box-shadow: 0px 5px 0px #840000;
	box-shadow: 0px 5px 0px #840000;
}

.ema_ttl {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	line-height: 1;
	color: #D60000;
}

.ema_text {
	margin-top: 15px;
}

.push {
	line-height: 1;
}

.push_ttl {
	position: relative;
	font-size: 24px;
	line-height: 1;
	overflow: hidden;
	padding: 15px 15px 15px 115px;
	background-color: #FABE00;
	background-repeat: no-repeat;
}

.push_ttl:before {
	background-image: url('../img2019/img-push-ttl@2x.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 97px;
	height: 126px;
	position: absolute;
	content: "";
	display: block;
	left: 5px;
	top: -10px;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation: suuu 5s ease 0s infinite;
	animation: suuu 5s ease 0s infinite;
}

.push_slide {
	overflow: hidden;
	position: relative;
}

.push_slide_cover {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 10;
	width: calc(50% - 270px);
	background: rgba(0, 0, 0, 0.2);
	overflow: hidden;
	cursor: pointer;
}

.push_slide_cover.-left {
	right: calc(50% + 270px);
}

.push_slide_cover.-right {
	left: calc(50% + 270px);
}

.push_slide_char {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: -webkit-transform 2s;
	-webkit-transition: -webkit-transform 2s;
	-o-transition: transform 2s;
	transition: transform 2s;
	transition: transform 2s, -webkit-transform 2s;
}

.push_slide_char.-left {
	bottom: 2%;
	right: 0%;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(90deg) translateX(100%);
	-ms-transform: rotate(90deg) translateX(100%);
	transform: rotate(90deg) translateX(100%);
}

.push_slide_char.-right {
	left: 0%;
	bottom: 55%;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-90deg) translateX(-100%);
	-ms-transform: rotate(-90deg) translateX(-100%);
	transform: rotate(-90deg) translateX(-100%);
}

.push_slide_char.-left.-view,
.push_slide_char.-right.-view {
	-webkit-transform: rotate(0deg) translateX(0%);
	-ms-transform: rotate(0deg) translateX(0%);
	transform: rotate(0deg) translateX(0%);
	transition: -webkit-transform 0.2s;
	-webkit-transition: -webkit-transform 0.2s;
	-o-transition: transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.push_slide_list {
	position: relative;
	z-index: 0;
	font-size: 0;
	background: #F4F4F4;
}

.push_slide_list .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.push_slide_item {
	vertical-align: top;
	outline-style: none;
	display: none;
	color: #1b1b1b;
	text-decoration: none;
	white-space: normal;
	max-width: 540px;
	opacity: 0;
	height: auto !important;
}

.push_slide_item:first-child {
	display: block;
}

.push_slide_item.-fadein {
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 1;
}

.push_slide_img {
	position: relative;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.push_slide_item:hover .push_slide_img {
	opacity: 0.7;
}

.push_slide_logo {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.push_slide_cnt {
	padding: 15px;
}

.push_slide_ttl {
	position: relative;
	padding-left: 40px;
	font-size: 20px;
	line-height: 1.3;
	color: #012261;
}

.push_slide_ttl:before {
	width: 30px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	background-image: url('../img2020/img-push-icon@2x.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.push_slide_date {
	margin-top: 10px;
	font-size: 16px;
}

.push_slide_text {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.6;
}

.push_nav {
	background-color: #fff;
	text-align: center;
	font-size: 0;
	padding: 12px 0;
}

.push_nav > li {
	display: inline-block;
	cursor: pointer;
	padding: 3px;
}

.push_nav > li:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;	/* border-radius: 50%; */
	background: #044475;
}

.push_nav > li.-current:before {
	background: #FABE00;
}

.push_nav > li img {
	display: none;
}

.push_spnav {
	background: #000;
	display: none;
	padding: 10px 0;
}

.push_spnav_item {
	display: inline-block;
	width: 120px;
	padding: 0 5px;
	outline-style: none;
}

.topbnr {
	padding: 10px;
	text-align: center;
}

.topbnr a {
	display: inline-block;
}

.spnav {
	display: none;
	padding: 15px 15px 20px;
	background: url('../img2019/img-spnav-bg.png');
}

.spnav_list {
	font-size: 0;
}

.spnav_list > a {
	border: 2px solid #fff;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	width: 23.5%;
	margin-left: 2%;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.spnav_list > a:nth-child(-n+4) {
	margin-top: 0;
}

.spnav_list > a:nth-child(4n+1) {
	margin-left: 0;
}

.spnav_list > a img {
	width: 100%;
	height: auto;
}

.noa {
}

.noa_pchange {
	margin-top: 12px;
	margin-bottom: 5px;
	text-align: center;
}

.noa_pchange a {
	display: inline-block;
	position: relative;
	font-weight: bold;
	background: #fff;
	color: #f35825;
	height: 44px;
	line-height: 44px;
	width: 100%;
	max-width: 300px;
	border-radius: 22px;
	-webkit-box-shadow: 0px 5px 0px #c1461d;
	box-shadow: 0px 5px 0px #c1461d;
	text-decoration: none;
	text-align: center;
	-webkit-transition: box-shadow .2s, -webkit-transform .2s;
	transition: box-shadow .2s, -webkit-transform .2s;
	-webkit-transition: -webkit-transform .2s, -webkit-box-shadow .2s;
	transition: -webkit-transform .2s, -webkit-box-shadow .2s;
	-o-transition: transform .2s, box-shadow .2s;
	transition: transform .2s, box-shadow .2s;
	transition: transform .2s, box-shadow .2s, -webkit-transform .2s, -webkit-box-shadow .2s;
	transition: transform .2s, box-shadow .2s, -webkit-transform .2s;
}

.noa_pchange a:hover {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-box-shadow: 0px 0px 0px #c1461d;
	box-shadow: 0px 0px 0px #c1461d;
}

.noa_pchange a em {
	display: inline-block;
	font-style: normal;
	position: relative;
	padding-left: 25px;
}

.noa_pchange a em:before {
	content: "";
	display: block;
	width: 17px;
	height: 16px;
	background-image: url('../img2019/img-icon-caution@2x.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 0;
	margin-top: -8px;
	top: 50%;
}

.noa_hd {
	background: #ff4800;
	color: #fff;
	line-height: 1;
	text-align: center;
}

.noa_hd_wrap {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px;
}

.noa_hd_ttl {
	line-height: 1;
	font-size: 0px;
}

.noa_hd_ttl em {
	display: inline-block;
	font-style: normal;
	font-size: 22px;
	line-height: 1;
	vertical-align: middle;
	margin-right: 0.5em;
}

.noa_hd_ttl time {
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	font-weight: normal;
}

.noa_hd_list {
	position: absolute;
	padding: 8px;
	display: inline-block;
	border-width: 2px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-radius: 4px;
	background-color: rgb(250, 190, 0);
	-webkit-box-shadow: 0px 3px 0px 0px rgba(6, 0, 1, 0.23);
	box-shadow: 0px 3px 0px 0px rgba(6, 0, 1, 0.23);
	width: 130px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	right: 0;
	top: 50%;
	margin-top: -18px;
	text-align: center;
}

.noa_hd_list:hover {
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(6, 0, 1, 0.23);
	box-shadow: 0px 0px 0px 0px rgba(6, 0, 1, 0.23);
}

.noa_hd_list em {
	position: relative;
	display: inline-block;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #1d1d1d;
	padding-left: 26px;
}

.noa_hd_list em:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 19px;
	height: 19px;
	margin-top: -11px;
	background-image: url('../img2019/img-timetable-tv@2x.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.noa_body {
	border-bottom: 2px solid #ccc;
}

.noa_tt {
	position: relative;
	padding: 0 60px;
}

.noa_tt_btn {
	z-index: 10;
	position: absolute;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 100%;
	background: #001C58;
	text-align: center;
	cursor: pointer;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.noa_tt_btn:hover {
	opacity: 0.7;
}

.noa_tt_btn.-left {
	left: 0;
}

.noa_tt_btn.-right {
	right: 0;
}

.noa_tt_wrap {
	position: relative;
	z-index: 0;
	overflow: scroll;
	-ms-overflow-style: none;
}

.noa_tt_wrap::-webkit-scrollbar {
	display: none;
}

.noa_tt_list {
	display: table;
	height: 92px;
	width: 100%;
	table-layout: fixed;
}

.noa_tt_item {
	position: relative;
	display: table-cell;
	vertical-align: top;
	white-space: normal;
	width: 260px;
	line-height: 1;
	font-size: 16px;
}

.noa_tt_item.-current {
	background: #FABE00;
}

.noa_tt_item:after {
	content: "";
	display: block;
	position: absolute;
	height: calc(100% - 20px);
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 1px dotted #333;
}

.noa_tt_item:first-child:after {
	display: none;
}

.noa_tt_item dt {
	position: relative;
	padding: 8px 15px;
	background: #f5f6f8;
}

.noa_tt_item dt time {
	font-size: 14px;
}

.noa_tt_item dt em {
	display: none;
	background: #FF4800;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	border: 2px solid #fff;
	font-style: normal;
	border-radius: 12px;
	width: 170px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -12px;
	line-height: 20px;
}

.noa_tt_item.-current dt em {
	display: inline-block;
}

.noa_tt_item.-current dt {
	background: #FABE00;
	font-weight: bold;
}

.noa_tt_item dd {
	padding: 10px 15px;
	line-height: 1.3;
}

.noa_tt_item dd a {
	display: block;
	color: #00479D;
}

.noa_tt_item dd a:hover {
	text-decoration: underline;
}

.noa_tt_item.-current dd {
	font-weight: bold;
	color: #1d1d1d;
}

.contents {
	padding: 60px 0;	/* background: url('../img2019/img-content-bg.png') repeat-x; */
}

.isanp {
	width: 122px;
	height: 200px;
	position: absolute;
}

.isanp.-isan01 {
	left: 100%;
	top: 20px;
	margin-left: 20px;
}

.isanp.-isan02 {
	right: 100%;
	top: 30%;
	margin-right: 20px;
}

.isanp.-isan03 {
	left: 100%;
	bottom: 0px;
	margin-left: 20px;
}

.isanp img {
	position: absolute;
	left: 0;
}

.isanp img.-hole {
	bottom: 92px;
}

.isanp img.-char {
	bottom: 92px;
	-webkit-transform: translate(0%, 80%);
	transform: translate(0%, 80%);
}

.isanp.-start img.-char {
	-webkit-animation: isan-char 7s ease 0s infinite;
	animation: isan-char 7s ease 0s infinite;
}

.isanp.-isan02 img.-char {
}

.isanp.-isan03 img.-char {
}

.isanp.-hover img.-char {
	-webkit-animation: isan-char-hover 0.2s ease 0s forwards;
	animation: isan-char-hover 0.2s ease 0s forwards;
}

.isanp img.-dash {
	opacity: 0;
	bottom: 100px;
}

.isanp.-hover img.-dash {
	-webkit-animation: isan-dash 1s ease 0.1s forwards;
	animation: isan-dash 1s ease 0.1s forwards;
}

.isanp img.-sa {
	bottom: 160px;
	left: auto;
	right: 20px;
	opacity: 0;
}

.isanp.-hover img.-sa {
	-webkit-animation: isan-sa 1s ease 0s forwards;
	animation: isan-sa 1s ease 0s forwards;
}

.isanp img.-cover {
	position: absolute;
	bottom: 0;
}

.isanp img.-stone {
	top: 150px;
}

.isanp.-isan01 img.-stone {
	right: -30px;
	-webkit-animation-delay: -3s !important;
	animation-delay: -3s !important;
}

.isanp.-isan02 img.-stone {
	left: -30px;
	-webkit-animation-delay: -1s !important;
	animation-delay: -1s !important;
}

.isanp.-isan03 img.-stone {
	right: -30px;
	-webkit-animation-delay: -6s !important;
	animation-delay: -6s !important;
}

.stone {
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.stone.-stone01 {
	right: 100%;
	top: 60px;
	margin-right: 130px;
}

.stone.-stone02 {
	left: 100%;
	top: 50%;
}

.stone.-stone03 {
	right: 100%;
	bottom: 70px;
	margin-right: 10px;
}

.stone.-stone01 img {
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
}

.stone.-stone02 img {
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-delay: -2s !important;
	animation-delay: -2s !important;
}

.stone.-stone03 img {
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-delay: -3s !important;
	animation-delay: -3s !important;
}

.contents_row {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.contents_col {
}

.contents_col.-main {

	/*width: 74.5%;*/
	width: 68%;
}

.contents_col.-main img {
	max-width: 100%;
	height: auto;
}

.contents_col.-sub {

	/*width: 23.5%;*/
	width: 30%;
}

.prime {
	display: inline-block;
	position: relative;
	background: #FFF;
	width: 100%;
}

.prime_bg {
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.prime:hover .prime_bg {
	opacity: 0.7;
}

.prime_ana {
	position: absolute;
	bottom: 0px;
	right: 1%;
	width: 30%;
}

.senkyo {
	margin-top: 15px;
	display: inline-block;
	background: #FFF;
}

.senkyo img {
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.senkyo:hover img {
	opacity: 0.75;
}

.pref {
	margin-top: 15px;
	background: #f5f6f8;
}

.pref_hd {
	background: #0068b7;
	color: #fff;
	position: relative;
	padding: 15px 15px 15px 75px;
}

.pref_hd:after {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img2019/img-pref-ttl@2x.png');
	background-size: contain;
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 10px;
}

.pref_hd_ttl {
	font-size: 18px;
}

.pref_hd_link {
	position: absolute;
	padding: 8px;
	display: inline-block;
	border-width: 2px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-radius: 4px;
	background-color: #1eb9ee;
	width: 130px;
	right: 15px;
	top: 50%;
	margin-top: -18px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
	text-align: center;
}

.pref_hd_link.vis-sp {
	display: none;
}

.pref_hd_link:hover {
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(6, 0, 1, 0.23);
	box-shadow: 0px 0px 0px 0px rgba(6, 0, 1, 0.23);
}

.pref_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pref_cnt {
	padding-right: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.pref_list {
	background: #fff;
	overflow: scroll;
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
	overflow-x: hidden;	/* height: 208px; */
	height: 304px;
}

.pref_list > li {
	padding: 0 15px;
}

.pref_list > li a {
	color: #0068B7;
	border-top: 1px dotted #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.pref_list > li a:hover {
	text-decoration: underline;
}

.pref_list > li:first-child a {
	border-top: none;
}

.pref_list > li a img {
	width: 40%;
	min-width: 40%;
	height: auto;
	margin-right: 10px;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.pref_list > li a:hover img {
	opacity: 0.7;
}

.pref_list > li a em {
	display: block;
	font-style: normal;
	font-size: 14px;
	color: #0068B7;
}

.pref_sbnr {
	margin-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pref_sbnr > a {
	display: inline-block;
	max-width: 49%;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.pref_sbnr > a:hover {
	opacity: 0.7;
}

.pref_bnr {
	padding-left: 10px;
	border-left: 1px solid #ccc;
	width: 347px;
}

.pref_bnr_item {
	display: inline-block;
	margin-top: 8px;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.pref_bnr_item:hover {
	opacity: 0.7;
}

.pref_bnr_item:first-child {
	margin-top: 0;
}

.refresh {
	margin-top: 10px;
}

.refresh_bnr {
	display: block;
}

.refresh_hd {
	background: #379339;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.refresh_hd_ttl {
}

.refresh_hd_link {
	display: inline-block;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.refresh_hd_link:hover {
	opacity: 0.7;
}

.refresh_wrap {
	background: #fbf9e9;
	position: relative;
	padding: 15px 30px;
}

.refresh_btn {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 50%;	/*height: 93px;*/

	/*margin-top: -46.5px;*/
	height: 116px;
	margin-top: -58px;
	width: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
}

.refresh_btn.-left {
	left: 0;
}

.refresh_btn.-right {
	right: 0;
}

.refresh_link {
	display: none;
	text-align: center;
	padding: 11px;
}

.refresh_link > a {
	display: block;
	margin-top: 10px;
}

.refresh_link > a:first-child {
	margin-top: 0;
}

.refresh_link > a img {
	width: 100%;
	height: auto;
}

.refresh_cnt {
	overflow: hidden;
}

.refresh_list {
	margin-left: -1px;
}

.refresh_item {
	font-size: 13px;
	border-left: 1px dashed #ccc;
	-webkit-box-sizing:;
	box-sizing:;
}

.refresh_item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.refresh_item_img {
	margin-right: 10px;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	width: 45%;
}

.refresh_item_img img {
	max-width: 100%;
	height: auto;
}

.refresh_item a:hover .refresh_item_img {
	opacity: 0.7;
}

.refresh_item_cnt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.refresh_item_cnt h3 {
	color: #ff7200;
}

.refresh_item a:hover .refresh_item_cnt h3 {
	text-decoration: underline;
}

.refresh_item_cnt p {
	margin-top: 5px;
}

.midbnr {
	margin-top: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.midbnr_item {
	width: 50%;
	display: inline-block;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.midbnr_item:hover {
	opacity: 0.7;
}

.sazae {
	margin-top: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sazae img{
	width: 50%;
}

.sazae_item {
	width: 50%;
	display: inline-block;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.sazae_item:hover {
	opacity: 0.7;
}

.pr {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	text-align: center;
}

.pr > a {
	position: relative;
	display: block;
	background: #FFF;
	margin-top: 8px;
}

.pr > a:after {
	display: none;
	content: "PR";
	position: absolute;
	line-height: 1;
	font-size: 10px;
	padding: 5px 5px;
	top: 0;
	left: 0;
	font-weight: bold;
	color: #888;
	background: rgba(255, 255, 255, 0.8);
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.pr > a:hover:after {
	opacity: 0;
}

.pr > a:first-child {
	margin-top: 0;
}

.pr > a img {
	width: 100%;
	height: auto;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.pr > a:hover img {
	opacity: 0.7;
}

.sidebnr {
}

.sidebnr > a {
	display: block;
	margin-top: 8px;
	background: #FFF;
}

.sidebnr > a img {
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.sidebnr > a:hover img {
	opacity: 0.7;
}

.sidebnr > a img {
	width: 100%;
	height: auto;
}

.sidebnr > a:first-child {
	margin-top: 0;
}

.info {
	background: #fff;
	margin-top: 25px;
}

.info_ttl {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	background: #FABE00;
	padding: 15px 15px 15px 55px;
}

.info_ttl:after {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img2019/img-info-ttl@2x.png');
	background-size: contain;
	width: 58px;
	height: 59px;
	position: absolute;
	bottom: 0;
	left: -8px;
}

.info_wrap {
	overflow: scroll;
	-ms-overflow-style: scrollbar;
	overflow-x: hidden;
	overflow-y: scroll;
	border-bottom: 1px solid #ccc;	/*height: 451px;*/

	/*height: 214px;*/
	height: 417px;
}

.info_list {
}

.info_list > li {
}

.info_list > li a {
	display: block;
	padding: 10px;
	border-top: 1px dashed #ccc;
}

.info_list > li:first-child a {
	border-top: none;
}

.info_subttl {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	color: #FF7200;
}

.info_list > li a:hover .info_subttl {
	text-decoration: underline;
}

.info_date {
	font-size: 12px;
	color: #626262;
	line-height: 1;
	margin-top: 5px;
	display: none;
}

.info_text {
	margin-top: 5px;
	font-size: 14px;
}

.inter {
	background-color: #044475;	/* background-image: url('../img2019/img-event-bg.png'); */
	position: relative;
}

.event {
	background-position: center;	/* background-image: url('../img2019/img-event-bg.png'); */
	padding: 60px 0;
	position: relative;
	z-index: 10;
}

.event_ttl {
	text-align: center;
	color: #FFF;
}

.event_ttl em {
	font-size: 22px;
	font-style: normal;
}

.event_ttl em:before {
	background-image: url('../img2019/img-event-ttl@2x.png');
	background-size: contain;
	width: 33px;
	height: 35px;
	content: "";
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
	background-repeat: no-repeat;
}

.event_ttl small {
	font-weight: normal;
	font-size: 16px;
	color: #FABE00;
}

.event_wrap {
	position: relative;
	margin-top: 40px;
}

.event_arrow {
	position: absolute;
	top: 50%;
	margin-top: -75px;
	height: 150px;
	width: 28px;
	background: #FABE00;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.event_cnt {
	overflow: hidden;
}

.event_arrow.-left {
	left: -40px;
}

.event_arrow.-right {
	right: -40px;
}

.event_list {
	margin: 0 -10px;
}

.event_list .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px;
}

.event_list .slick-dots > li {
	display: inline-block;
	padding: 10px 5px;
	font-size: 0;
	cursor: pointer;
}

.event_list .slick-dots > li:before {
	width: 10px;
	height: 10px;
	background: #FFF;
	border-radius: 50%;
	display: inline-block;
	content: "";
}

.event_list .slick-dots > li.slick-active:before {
	background: #F00;
}

.event_list .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.event_list .slick-slide {
	height: auto;
}

.event_item {
	display: inline-block;
	background: #fff;
	margin: 0 10px;
	display: none;
}

.event_item_img {
}

.event_item_img > div {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #EEE;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.event_item:hover .event_item_img > div {
	opacity: 0.7;
}

.event_item_img > div:before {
	content: "";
	display: block;
	padding-top: 180px;
}

.event_item_img img {
	width: 100%;
	height: auto;
}

.event_item_img figcaption {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #012261;
}

.event_btn {
	text-align: center;
	margin-top: 50px;
}

.event_btn a {
	display: inline-block;
	border-radius: 5px;
	background-color: #FABE00;
	-webkit-box-shadow: 0px 5px 0px 0px #C79800;
	box-shadow: 0px 5px 0px 0px #C79800;
	max-width: 315px;
	width: 100%;
	color: #044475;
	line-height: 1;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.event_btn a:hover {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-box-shadow: 0px 0px 0px 0px #C79800;
	box-shadow: 0px 0px 0px 0px #C79800;
}

.event_moyou {
	position: absolute;
	pointer-events: none;
}

.event_moyou.-item01 {
	left: 0;
	top: -32px;
}

.event_moyou.-item02 {
	right: 0;
	top: -33px;
}

.event_moyou.-item03 {
	left: 0;
	bottom: -32px;
}

.event_moyou.-item04 {
	right: 0;
	bottom: -10px;
}

.event_char {
	position: absolute;
	left: 94%;
	bottom: 68%;
	pointer-events: none;
}

.event_char img {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.media {
	position: relative;
	padding: 80px 0 80px;
	z-index: 0;
	background-image: url('../img2020/img-event-bg.png');
}

.media:before {
	content: "";
	display: none;
	position: absolute;
	left: 0;
	top: -100px;
	width: 100%;
	height: calc(100% + 100px);
	background-position: center;
	-webkit-clip-path: polygon(0 200px, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 200px, 100% 0, 100% 100%, 0 100%);
	background-image: url('../img2019/img-event-bg2.png');
}

.media_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.media_char {
	position: absolute;
	right: 100%;
	bottom: 0;
}

.movie {
	width: 49%;
	background: #000;
	color: #fff;
	padding: 10px 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.movie_ttl {
	text-align: center;
	padding: 15px 0 20px;
}

.movie_ttl em {
	display: inline-block;
	font-style: normal;
	position: relative;
	padding-left: 50px;
}

.movie_ttl em:before {
	content: "";
	display: block;
	background-image: url('../img2019/img-movie-ttl@2x.png');
	width: 38px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
}

.movie_player {
	position: relative;
}

.movie_player:before {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.movie_player > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie_list {
}

.movie_item {
	position: relative;
	display: none;
}

.movie_item:before {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.movie_item iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie_nav {
	text-align: center;
	font-size: 0;
}

.movie_nav > li {
	display: inline-block;
	cursor: pointer;
	padding: 20px 5px;
}

.movie_nav > li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FFF;
}

.movie_nav > li.-current:before {
	background: #FABE00;
}

.anamaga {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 49%;
	background: #fbf9f2;	/* padding: 5px 5px 35px; */
	padding: 5px 5px 5px;
	box-sizing: border-box;
	position: relative;
}

.anamaga_ttl {
	text-align: center;
	padding: 10px 0;
}

.anamaga_wrap {
	overflow: scroll;
	-ms-overflow-style: scrollbar;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #fff;	/* height: 267px; */
	height: 298px;
}

.anamaga_list {
	list-style: none;
}

.anamaga_list > li {
}

.anamaga_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	border-top: 1px dashed #ccc;
}

.anamaga_list > li:first-child .anamaga_item {
	border-top: none;
}

.anamaga_item_img {
	margin-right: 10px;
}

.anamaga_item_cnt {
	font-size: 16px;
}

.anamaga_item_cnt p {
	font-size: 14px;
}

.anamaga_item_cnt h3 {
	font-size: 16px;
	font-weight: normal;
	color: #83B830;
}

.anamaga_item:hover .anamaga_item_cnt h3 {
	text-decoration: underline;
}

.anamaga_pop_btn {
	position: absolute;
	top: -35px;
	right: -20px;
}

.anamaga_pop_btn a {
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.anamaga_btn {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: -23px;
}

.anamaga_btn a {
	display: inline-block;
	border-width: 3px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-radius: 4px;
	background-color: #70a818;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);
	width: 240px;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	padding: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.anamaga_btn a:hover {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.btm {
	padding: 60px 0;
}

.isan {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img2020/img-ishikawasan-bg.png);
}

.isan_ttl {
	text-align: center;
}

.isan_wrap {
	margin-top: 70px;
	position: relative;
}

.isan_char {
	position: absolute;
	left: 50%;
	bottom: 0;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.isan_char img {
}

.isan_char img.-ishikawasan {
	position: relative;
	z-index: 10;
}

.isan_char img.-shadow {
	position: absolute;
	bottom: -10px;
	left: 70%;
	margin-left: -41px;
	z-index: 0;
}

.isan_row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.isan_col {
	width: 32%;
	background: #FFFAE8;
	border-radius: 20px;
	padding: 50px 30px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.isan_col a {
	display: inline-block;
	background: #FFF;
	margin-top: 11px;
}

.isan_col a img {
	width: 100%;
	height: auto;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.isan_col a:hover img {
	opacity: 0.7;
}

.isan_col a:first-child {
	margin-top: 0;
}

.isan_fruits {
	position: absolute;
	pointer-events: none;
}

.isan_fruits.-fruits01 {
	bottom: 105%;
	right: 60%;
}

.isan_fruits.-fruits02 {
	bottom: 93%;
	left: 90%;
}

.isan_fruits.-fruits03 {
	top: 90%;
	right: 97%;
}

.isan_fruits.-fruits04 {
	top: 86%;
	left: 90%;
}

.isan_fruits.-fruits05 {
	bottom: 87%;
	right: 66%;
}

.isan_fruits.-fruits06 {
	bottom: 108%;
	left: 70%;
}

.isan_fruits.-fruits07 {
	top: 70%;
	right: 93%;
}

.isan_fruits.-fruits08 {
	top: 83%;
	left: 94%;
}

.btm_info {
	margin-top: 70px;
}

.btm_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.btm_col {
}

.btm_col.-sns {
	width: 66%;
}

.btm_col.-bnr {
	width: 32%;
	margin-left: 2%;
}

.btm_sec {
}

.btm_sec_hd {
	position: relative;
	border-bottom: 2px solid #fabe00;
	margin-bottom: 15px;
	padding: 10px 0;
}

.btm_sec_hd_ttl {
	font-size: 16px;
}

.btm_sec_hd_link {
	position: absolute;
	right: 0;
	top: 50%;
	line-height: 1;
	margin-top: -0.5em;
	font-size: 14px;
	color: #0068b7 !important;
}

.btm_sec_hd_link:hover {
	text-decoration: underline;
}

.sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sns > a {
	display: inline-block;
	margin-left: 2%;
	width: 32%;
}

.sns > a:hover {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-box-shadow: 0px 0px 0px #fff !important;
	box-shadow: 0px 0px 0px #fff !important;
}

.sns > a:first-child {
	margin-left: 0;
}

.sns > a.-tw {
	-webkit-box-shadow: 0px 5px 0px #068FB4;
	box-shadow: 0px 5px 0px #068FB4;
}

.sns > a.-fb {
	-webkit-box-shadow: 0px 5px 0px #1d3874;
	box-shadow: 0px 5px 0px #1d3874;
}

.sns > a.-yt {
	-webkit-box-shadow: 0px 5px 0px #a60000;
	box-shadow: 0px 5px 0px #a60000;
}

.sns > a img {
	width: 100%;
	height: auto;
}

.yakudachi {
}

.yakudachi > a {
	display: block;
	margin-top: 12px;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.yakudachi > a:hover {
	opacity: 0.7;
}

.yakudachi > a:first-child {
	margin-top: 0;
}

.bnrs {
	background: #f5f6f8;
	padding: 50px 0;
}

.bnrs_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bnrs_list > a {
	display: inline-block;
	background: #FFF;
}

.bnrs_list > a img {
	width: 100%;
	height: auto;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.bnrs_list > a:hover img {
	opacity: 0.7;
}

.bnrs_pr {
	display: none;
	padding-top: 15px;
	border-top: 1px solid #fff;
	margin-top: 15px;
}

.bnrs_pr > a {
	position: relative;
	display: block;
	background: #FFF;
	margin-top: 10px;
}

.bnrs_pr > a:after {
	display: none;
	content: "PR";
	position: absolute;
	line-height: 1;
	font-size: 10px;
	padding: 5px 5px;
	top: 0;
	left: 0;
	font-weight: bold;
	color: #888;
	background: rgba(255, 255, 255, 0.8);
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.bnrs_pr > a:hover:after {
	opacity: 0;
}

.bnrs_pr > a:first-child {
	margin-top: 0;
}

.bnrs_pr > a img {
	width: 100%;
	height: auto;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.bnrs_pr > a:hover img {
	opacity: 0.7;
}

.foot {
	padding: 50px 0;
}

.foot_bnrs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.foot_bnrs > a {
	display: inline-block;
	margin: 10px 5px 0;
	background: #FFF;
}

.foot_bnrs > a img {
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.foot_bnrs > a:hover img {
	opacity: 0.7;
}

.foot_bnrs > a:first-child {
	margin-left: 0;
}

.foot_btm {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.foot_copy {
	font-size: 13px;
	line-height: 1.6;
	width: 42%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	padding: 15px 5% 15px 0;
}

.foot_link {
	font-size: 14px;
	padding-left: 4%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.foot_link_list {
	margin-top: 1em;
	font-size: 0;
	padding-bottom: 15px;
}

.foot_link_list:first-child {
	margin-top: 0;
}

.foot_link_list > a {
	display: inline-block;
	padding: 0 0.5em;
	border-left: 1px solid #333;
	font-size: 14px;
	line-height: 1;
	margin-top: 15px;
}

.foot_link_list > a:hover {
	text-decoration: underline;
}

.foot_link_list br.hide-sp + a,
.foot_link_list > a:first-child {
	border-left: none;
}

@media screen and (max-width:1300px) {
	.event_wrap {
		padding: 0 40px;
	}

	.event_arrow.-left {
		left: 0;
	}

	.event_arrow.-right {
		right: 0;
	}

	.event_char {
		right: 3%;
		left: auto;
		max-width: 12%;
		bottom: 85%;
	}

	.event_char img {
		max-width: 100%;
		height: auto;
	}

	.media_char {
		right: auto;
		left: 0%;
		max-width: 12%;
		bottom: 90%;
	}

	.media_char img {
		max-width: 100%;
		height: auto;
	}

}

@media screen and (max-width:1020px) {
	body {
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}

	.globalHeaderWrap2018 {
		display: none;
	}

	.globalNavigation2018 {
		display: none;
	}

	.spGHeader {
		display: block;
	}

	.push_slide_img img {
		max-width: inherit;
	}

	.push_slide_char img {
		max-width: inherit;
	}

}

@media screen and (min-width:641px) {
	.bnrs_list > a {
		width: 31%;
		margin-left: 3.5%;
		margin-top: 20px;
	}

	.bnrs_list > a:nth-child(-n+3) {
		margin-top: 0;
	}

	.bnrs_list > a:nth-child(3n+1) {
		margin-left: 0;
	}

}

@media screen and (max-width:640px) {
	body.-fns .contents,
	body.-fns2 .contents {
		background: none;
	}

	body.-fns .contents:before,
	body.-fns .contents:after,
	body.-fns2 .contents:before,
	body.-fns2 .contents:after {
		display: none;
	}

	body {
		min-width: 360px !important;
	}

	.scroll {
	}

	.scroll::-webkit-scrollbar {
		width: 10px;
		background: #eee;
	}

	.scroll::-webkit-scrollbar:horizontal {
		height: 10px;
	}

	.scroll::-webkit-scrollbar-button {
		width: 10px;
		height: 10px;
		background: #666;
	}

	.scroll::-webkit-scrollbar-piece {
		background: #eee;
	}

	.scroll::-webkit-scrollbar-piece:start {
		background: #eee;
	}

	.scroll::-webkit-scrollbar-thumb {
	}

	.scroll::-webkit-scrollbar-corner {
	}

	.scroll::-webkit-scrollbar-thumb {
		background: #FABE00;
	}

	.scroll::-webkit-scrollbar-corner {
		background: #FABE00;
	}

	.pref .scroll::-webkit-scrollbar-thumb {
		background: #0068b7;
	}

	.pref .scroll::-webkit-scrollbar-corner {
		background: #0068b7;
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

	.u-inner {
		padding: 0 15px;
	}

	.wrapper {
	}

	.ema {
		margin: 20px 0 25px;
	}

	.ema_wrap {
		padding: 15px;
	}

	.ema_ttl {
		font-size: 20px;
	}

	.ema_text {
		margin-top: 10px;
		font-size: 14px;
	}

	.push {
	}

	.push_ttl {
		font-size: 18px;
		padding-left: 90px;
	}

	.push_ttl:before {
		width: 70px;
		top: -16px;
	}

	.push_slide {
	}

	.push_slide_row {
	}

	.push_slide_char {
		display: none;
	}

	.push_slide_char.-left {
	}

	.push_slide_char.-right {
	}

	.push_slide_list {
		display: block;
	}

	.push_slide_item {
		width: 100vw;
	}

	.push_slide_item.-current {
	}

	.push_slide_img {
	}

	.push_slide_img img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	.push_slide_logo {
		max-width: 66px !important;
	}

	.push_slide_cnt {
	}

	.push_slide_ttl {
	}

	.push_slide_ttl:before {
	}

	.push_slide_date {
	}

	.push_slide_text {
	}

	.push_nav {
		display: none;
	}

	.push_nav > li {
	}

	.push_nav > li:before {
	}

	.push_nav > li.-current:before {
	}

	.push_spnav {
		display: block;
	}

	.push_spnav_item {
	}

	.spnav {
		display: block;
	}

	.noa {
	}

	.noa_pchange {
		text-align: left;
		font-size: 14px;
		padding-right: 130px;
	}

	.noa_hd {
		text-align: left;
	}

	.noa_hd_wrap {
	}

	.noa_hd_ttl {
	}

	.noa_hd_ttl em {
		display: block;
		font-size: 18px;
	}

	.noa_hd_ttl time {
		display: block;
		margin-top: 5px;
		font-size: 14px;
	}

	.noa_hd_list {
		right: 15px;
		width: 100px;
	}

	.noa_hd_list em {
	}

	.noa_hd_list em:before {
	}

	.noa_body {
	}

	.noa_tt {
		padding: 0 40px;
	}

	.noa_tt_btn {
		width: 40px;
	}

	.noa_tt_btn.-left {
	}

	.noa_tt_btn.-right {
	}

	.noa_tt_wrap {
	}

	.noa_tt_wrap::-webkit-scrollbar {
	}

	.noa_tt_list {
	}

	.noa_tt_item {
		width: calc(100vw - 80px);
	}

	.noa_tt_item.-current {
	}

	.noa_tt_item:after {
	}

	.noa_tt_item:first-child:after {
	}

	.noa_tt_item dt {
	}

	.noa_tt_item dt time {
	}

	.noa_tt_item dt em {
	}

	.noa_tt_item.-current dt em {
	}

	.noa_tt_item.-current dt {
	}

	.noa_tt_item dd {
	}

	.noa_tt_item.-current dd {
	}

	.contents {
		background: none;
		padding: 0;
	}

	.isanp {
		display: none;
	}

	.stone {
		display: none;
	}

	.contents > .u-inner {
		padding: 0;
	}

	.contents_row {
		display: block;
	}

	.contents_col {
	}

	.contents_col.-main {
		width: 100%;
	}

	.contents_col.-sub {
		width: 100%;
		background: #9FD54B;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.prime {
		;
	}

	.prime_bg {
	}

	.prime_ana {
		pointer-events: none;
	}

	.senkyo {
		margin-bottom: 15px;
	}

	.pref {
		margin-top: 0;
	}

	.pref_hd {
	}

	.pref_hd:after {
	}

	.pref_hd_ttl {
	}

	.pref_hd_link {
	}

	.pref_hd_link.hide-sp {
		display: none;
	}

	.pref_hd_link.vis-sp {
		display: block;
	}

	.pref_wrap {
		display: block;
	}

	.pref_cnt {
		padding-right: 0;
	}

	.pref_list {
		height: 240px;
	}

	.pref_list > li {
	}

	.pref_list > li a {
	}

	.pref_list > li:first-child a {
	}

	.pref_list > li a img {
		min-width: 40%;
	}

	.pref_list > li a em {
	}

	.pref_sbnr {
		margin-top: 10px;
	}

	.pref_sbnr > a {
	}

	.pref_sbnr > a img {
		width: 100%;
		height: auto;
	}

	.pref_bnr {
		max-width: 100%;
		padding-left: 0;
		border-left: none;
		margin-top: 10px;
		width: 100%;
	}

	.pref_bnr_item {
	}

	.pref_bnr_item img {
		width: 100%;
		height: auto;
	}

	.pref_bnr_item:first-child {
	}

	.refresh {
		margin-top: -9px;
	}

	.refresh_bnr {
	}

	.refresh_hd {
		display: none;
		padding: 15px;
	}

	.refresh_hd_ttl {
		font-size: 18px;
	}

	.refresh_hd_link {
		display: none;
	}

	.refresh_wrap {
		padding: 0 30px;
	}

	.refresh_btn {
		height: 100%;
		top: 0;
		margin-top: 0;
	}

	.refresh_btn.-left {
	}

	.refresh_btn.-right {
	}

	.refresh_link {
		display: block;
	}

	.refresh_cnt {
	}

	.refresh_list {
	}

	.refresh_item {
		width: 100%;
	}

	.refresh_item a {
		padding: 15px;
	}

	.refresh_item_img {
		margin-right: 15px;
		width: 45%;
	}

	.refresh_item_img img {
	}

	.refresh_item_cnt {
	}

	.refresh_item_cnt p {
		font-size: 12px;
		line-height: 1.45;
	}

	.midbnr {
		margin-top: 0;
		background: #9fd54b;
		padding: 15px;
	}

	.midbnr_item {
		width: 48.5%;
	}

	.sazae {
		margin-top: 0;
		background: #9fd54b;
		padding: 0 15px 15px;
	}

	.sazae img{
		max-width: calc(50% - 7.5px) !important;
		width: 100%;
	}

	.sazae_item {
		width: 100%;
	}

	.sazae_item img {
		width: 100%;
	}

	.pr {
		padding: 15px;
		margin-bottom: 0;
	}

	.pr > a {
		margin-top: 15px;
	}

	.pr > a.-down {
		display: none;
	}

	.pr > a.-down.-up {
		display: block;
	}

	.sidebnr {
		padding: 15px;
	}

	.sidebnr > a {
		margin-top: 15px;
	}

	.sidebnr > a:first-child {
	}

	.info {
		margin-top: 0;
	}

	.info_ttl {
		font-size: 18px;
		padding-left: 65px;
	}

	.info_ttl:after {
		left: 5px;
	}

	.info_wrap {
		height: 370px;
	}

	.info_list {
	}

	.info_list > li {
	}

	.info_list > li a {
		padding: 15px;
	}

	.info_list > li:first-child a {
	}

	.info_subttl {
	}

	.info_date {
	}

	.info_text {
	}

	.inter {
	}

	.event {
		padding: 30px 0;
	}

	.event_ttl {
	}

	.event_ttl em {
		font-size: 20px;
		padding-left: 30px;
	}

	.event_ttl em:before {
		width: 25px;
		height: 26px;
		margin-top: -13px;
	}

	.event_wrap {
		margin-top: 30px;
		padding: 0;
	}

	.event_arrow {
		display: none;
	}

	.event_arrow.-left {
	}

	.event_arrow.-right {
	}

	.event_list {
	}

	.event_item {
	}

	.event_item_img {
	}

	.event_item_img > div {
	}

	.event_item_img > div:before {
		padding-top: 100%;
	}

	.event_item_img img {
	}

	.event_item_img figcaption {
	}

	.event_btn {
		margin-top: 30px;
	}

	.event_btn a {
	}

	.event_char {
		display: none;
	}

	.event_moyou {
		display: none;
	}

	.media {
		padding: 30px 0 70px;
	}

	.media:before {
		-webkit-clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
	}

	.media_row {
		display: block;
	}

	.media_char {
		display: none;
	}

	.movie {
		width: 100%;
	}

	.movie_ttl {
		font-size: 20px;
		padding-top: 10px;
	}

	.movie_ttl em {
		;
	}

	.movie_ttl em:before {
	}

	.movie_list {
	}

	.movie_item {
	}

	.movie_item:before {
	}

	.movie_nav {
	}

	.movie_nav > li {
	}

	.movie_nav > li:before {
	}

	.movie_nav > li.-current:before {
	}

	.anamaga {
		width: 100%;
		margin-top: 30px;
		padding-bottom: 35px;
	}

	.anamaga_ttl {
	}

	.anamaga_wrap {
		height: 200px;
	}

	.anamaga_list {
	}

	.anamaga_list > li {
	}

	.anamaga_item {
	}

	.anamaga_list > li:first-child .anamaga_item {
	}

	.anamaga_item_img {
	}

	.anamaga_item_cnt {
	}

	.anamaga_item_cnt p {
	}

	.anamaga_item_cnt h3 {
	}

	.anamaga_btn {
	}

	.anamaga_btn a {
	}

	.btm {
		padding: 0;
	}

	.btm > .u-inner {
		padding: 0;
	}

	.isan {
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(../img2020/img-ishikawasan-bg.png);
		padding: 40px 15px;
	}

	.isan_ttl {
		text-align: left;
		position: relative;
		z-index: 10;
	}

	.isan_wrap {
		position: relative;
		z-index: 1;
		background: none;
		margin-top: 150px;
	}

	.isan_char {
		width: 100px;
		bottom: 90%;
		left: -10px;
		z-index: 0;
	}

	.isan_row {
		display: block;
		position: relative;
		z-index: 10;
		background: #FFFAE8;
		border-radius: 20px;
		padding: 30px;
		box-sizing: border-box;
	}

	.isan_col {
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}

	.isan_col:first-child {
		margin-top: 0px;
	}

	.isan_col a {
		position: relative;
		z-index: 10;
		margin-top: 10px;
	}

	.isan_col a:first-child {
	}

	.isan_col a img {
		width: 100%;
	}

	.isan_fruits {
		z-index: 0;
		transform: scale(0.7);
		pointer-events: none;
	}

	.isan_fruits.-fruits05 {
		display: none;
	}

	.isan_fruits.-fruits01 {
		right: 90%;
		bottom: 90%;
	}

	.isan_fruits.-fruits06 {
		display: none;
	}

	.isan_char {
		left: 50%;
		bottom: 100%;
		margin-bottom: 20px;
		width: 90px;
		margin-left: -10px;
	}

	.btm_info {
		margin-top: 0;
	}

	.btm_row {
		padding: 20px 15px 30px;
		display: block;
	}

	.btm_col {
	}

	.btm_col.-sns {
		width: 100%;
	}

	.btm_col.-bnr {
		width: 100%;
		margin-left: 0;
		margin-top: 25px;
	}

	.btm_sec {
	}

	.btm_sec_hd {
	}

	.btm_sec_hd_ttl {
	}

	.btm_sec_hd_link {
	}

	.sns {
	}

	.sns > a {
	}

	.sns > a:first-child {
	}

	.sns > a.-tw {
	}

	.sns > a.-fb {
	}

	.sns > a.-yt {
	}

	.sns > a img {
	}

	.yakudachi {
	}

	.yakudachi > a {
	}

	.yakudachi > a:first-child {
	}

	.yakudachi > a img {
		width: 100%;
		height: auto;
	}

	.bnrs {
		background: #9fd54b;
		padding: 30px 0;
	}

	.bnrs_list {
		display: block;
	}

	.bnrs_list > a {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}

	.bnrs_list > a:first-child {
		margin-top: 0px;
	}

	.bnrs_list > a img {
	}

	.bnrs_pr {
		display: block;
	}

	.foot {
		padding: 0;
	}

	.foot > .u-inner {
		padding: 0;
	}

	.foot_bnrs {
		padding: 15px;
	}

	.foot_bnrs > a {
		margin: 10px 0px 0px 2% !important;
		width: 49% !important;
	}

	.foot_bnrs > a img {
		width: 100%;
		height: auto;
	}

	.foot_bnrs > a:nth-child(-n+2) {
		margin-top: 0 !important;
	}

	.foot_bnrs > a:nth-child(2n+1) {
		margin-left: 0 !important;
	}

	.foot_btm {
		margin-top: 0;
		display: block;
		border-top: 1px solid #ccc;
	}

	.foot_copy {
		width: 100%;
		padding: 15px;
		background: #eeeeee;
		color: #666;
		font-size: 12px;
		border-right: none;
	}

	.foot_link {
		padding: 15px;
	}

	.foot_link_list {
		width: 340px;
		margin: 0 auto;
		text-align: center;
	}

	.foot_link_list:first-child {
	}

	.foot_link_list > a {
		font-size: 12px;
	}

	.foot_link_list br.vis-sp + a {
		border-left: none;
	}

}

.pyon {
	-webkit-animation: pyon 1.5s linear 1s infinite;
	animation: pyon 1.5s linear 1s infinite;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
}

@-webkit-keyframes pyon {
	0% {
		-webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}

	5% {
		-webkit-transform: scale(1.05, 0.95) translate(0%, 0%);
		transform: scale(1.05, 0.95) translate(0%, 0%);
	}

	20% {
		-webkit-transform: scale(1.1, 0.9) translate(0%, 0%);
		transform: scale(1.1, 0.9) translate(0%, 0%);
	}

	25% {
		-webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}

	30% {
		-webkit-transform: scale(0.95, 1.10) translate(0%, -30%);
		transform: scale(0.95, 1.10) translate(0%, -30%);
	}

	36% {
		-webkit-transform: scale(0.95, 1.15) translate(0%, -5%);
		transform: scale(0.95, 1.15) translate(0%, -5%);
	}

	42% {
		-webkit-transform: scale(1.05, 0.9) translate(0%, 0%);
		transform: scale(1.05, 0.9) translate(0%, 0%);
	}

	50% {
		-webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}

	100% {
		-webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}

}

@keyframes pyon {
	0% {
		-webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}

	5% {
		-webkit-transform: scale(1.05, 0.95) translate(0%, 0%);
		transform: scale(1.05, 0.95) translate(0%, 0%);
	}

	20% {
		-webkit-transform: scale(1.1, 0.9) translate(0%, 0%);
		transform: scale(1.1, 0.9) translate(0%, 0%);
	}

	25% {
		-webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}

	30% {
		-webkit-transform: scale(0.95, 1.10) translate(0%, -30%);
		transform: scale(0.95, 1.10) translate(0%, -30%);
	}

	36% {
		-webkit-transform: scale(0.95, 1.15) translate(0%, -5%);
		transform: scale(0.95, 1.15) translate(0%, -5%);
	}

	42% {
		-webkit-transform: scale(1.05, 0.9) translate(0%, 0%);
		transform: scale(1.05, 0.9) translate(0%, 0%);
	}

	50% {
		-webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}

	100% {
		-webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}

}

.pyon-shadow {
	-webkit-animation: pyon-shadow 1.5s linear 1s infinite;
	animation: pyon-shadow 1.5s linear 1s infinite;
}

@-webkit-keyframes pyon-shadow {
	0% {
		-webkit-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
	}

	5% {
		-webkit-transform: scale(1.05, 1.0);
		transform: scale(1.05, 1.0);
	}

	20% {
		-webkit-transform: scale(1.1, 1.0);
		transform: scale(1.1, 1.0);
	}

	25% {
		-webkit-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
	}

	30% {
		-webkit-transform: scale(0.95, 1.0);
		transform: scale(0.95, 1.0);
	}

	36% {
		-webkit-transform: scale(0.95, 1.0);
		transform: scale(0.95, 1.0);
	}

	42% {
		-webkit-transform: scale(1.05, 1.0);
		transform: scale(1.05, 1.0);
	}

	50% {
		-webkit-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
	}

	100% {
		-webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}

}

@keyframes pyon-shadow {
	0% {
		-webkit-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
	}

	5% {
		-webkit-transform: scale(1.05, 1.0);
		transform: scale(1.05, 1.0);
	}

	20% {
		-webkit-transform: scale(1.1, 1.0);
		transform: scale(1.1, 1.0);
	}

	25% {
		-webkit-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
	}

	30% {
		-webkit-transform: scale(0.95, 1.0);
		transform: scale(0.95, 1.0);
	}

	36% {
		-webkit-transform: scale(0.95, 1.0);
		transform: scale(0.95, 1.0);
	}

	42% {
		-webkit-transform: scale(1.05, 1.0);
		transform: scale(1.05, 1.0);
	}

	50% {
		-webkit-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
	}

	100% {
		-webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}

}

@-webkit-keyframes suuu {
	0%,
	100% {
		-webkit-transform: translate(0%, 100%);
		transform: translate(0%, 100%);
	}

	15%,
	25% {
		-webkit-transform: translate(0%, 30%);
		transform: translate(0%, 30%);
	}

	60%,
	95% {
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}

}

@keyframes suuu {
	0%,
	100% {
		-webkit-transform: translate(0%, 100%);
		transform: translate(0%, 100%);
	}

	15%,
	25% {
		-webkit-transform: translate(0%, 30%);
		transform: translate(0%, 30%);
	}

	60%,
	95% {
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}

}

.kuru {
	-webkit-animation: kuru 3s ease-in-out 0s infinite;
	animation: kuru 3s ease-in-out 0s infinite;
}

@-webkit-keyframes kuru {
	0%,
	100% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	50% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

}

@keyframes kuru {
	0%,
	100% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	50% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

}

.koro {
	position: relative;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-animation-name: koro;
	animation-name: koro;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes koro {
	0%,
	100% {
		left: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		left: 100%;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

}

@keyframes koro {
	0%,
	100% {
		left: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		left: 100%;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

}

@-webkit-keyframes isan-char {
	0%,
	100% {
		-webkit-transform: translate(0%, 80%);
		transform: translate(0%, 80%);
	}

	25% {
		-webkit-transform: translate(0%, 45%);
		transform: translate(0%, 45%);
	}

	45%,
	55% {
		-webkit-transform: translate(0%, 25%);
		transform: translate(0%, 25%);
	}

	75%,
	80% {
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}

}

@keyframes isan-char {
	0%,
	100% {
		-webkit-transform: translate(0%, 80%);
		transform: translate(0%, 80%);
	}

	25% {
		-webkit-transform: translate(0%, 45%);
		transform: translate(0%, 45%);
	}

	45%,
	55% {
		-webkit-transform: translate(0%, 25%);
		transform: translate(0%, 25%);
	}

	75%,
	80% {
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}

}

@-webkit-keyframes isan-char-hover {
	100% {
		-webkit-transform: translate(0%, 80%);
		transform: translate(0%, 80%);
	}

}

@keyframes isan-char-hover {
	100% {
		-webkit-transform: translate(0%, 80%);
		transform: translate(0%, 80%);
	}

}

@-webkit-keyframes isan-dash {
	0% {
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
		opacity: 0;
	}

	20% {
		-webkit-transform: translate(0%, -25%);
		transform: translate(0%, -25%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0%, -25%);
		transform: translate(0%, -25%);
		opacity: 0;
	}

}

@keyframes isan-dash {
	0% {
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
		opacity: 0;
	}

	20% {
		-webkit-transform: translate(0%, -25%);
		transform: translate(0%, -25%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0%, -25%);
		transform: translate(0%, -25%);
		opacity: 0;
	}

}

@-webkit-keyframes isan-sa {
	0% {
		opacity: 0;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}

}

@keyframes isan-sa {
	0% {
		opacity: 0;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}

}

/* for Print */
@media print {
}
