@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");

.vis-sp {
	display: none;
}

body {
	min-width: 1040px;
	padding-top: 0;
	font-size: 17px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

* {
	box-sizing: border-box;
}

body.-open {
	overflow: hidden;
}

* > li {
	display: block;
}

a {
	border: none;
	text-decoration: unset;
}

a:visited {
	color: unset;
}

a:-webkit-any-link {
	color: unset;
}

button {
	padding: 0;
	border: none;
}

.-no_click {
	pointer-events: none;
}

.inner {
	padding: 0 24.5px;
}

.-cntr {
	text-align: center;
}

.snow {
}

.main {
	position: absolute;
	right: clamp(200px, 20%, 450px);
	left: auto;
	width: 500px;
	padding: 0;
	overflow: hidden;
}

.main::after,
.main::before {
	content: "";
	position: absolute;
	top: 0;
	z-index: 100;
	width: 1px;
	height: 100%;
}

.main::after {
	right: -1px;
	box-shadow: -1px 0 7px #00000080;
}

.main::before {
	left: -1px;
	box-shadow: 1px 0 7px #00000080;
}

.main_wrapp {
	width: 100%;
	/* width: 500px;
    margin-left: auto;
    margin-right: clamp(200px, 15%, 270px); */
}

/* hero */
.hero {
	position: relative;
	width: 100%;
	background-color: #ffffff;
}

.hero_ttl {
	position: absolute;
	right: 50%;
	bottom: 50%;
	z-index: 20;
	width: 87%;
	height: auto;
	transform: translate(50%, calc(50% - 22px));
}

.hero_txt {
	padding: 110px 0 30px;
	font-weight: bold;
}

.hero_bgimg {
	width: 100%;
	height: 100%;
}

.hero_bgimg {
	width: 100%;
	height: 100%;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.slide_cnt {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.no1 {
	background-image: url(../enjoy_navi/snow_otani/img23/img-hero-bg01.jpg);
	background-position: bottom center;
}

.no2 {
	background-image: url(../enjoy_navi/snow_otani/img23/img-hero-bg02.jpg);
	background-position: center;
}

.no3 {
	background-image: url(../enjoy_navi/snow_otani/img23/img-hero-bg03.jpg);
	background-position: bottom center;
}

.no4 {
	background-image: url(../enjoy_navi/snow_otani/img23/img-hero-bg04.jpg);
	background-position: center;
}

.no5 {
	background-image: url(../enjoy_navi/snow_otani/img23/img-hero-bg05.jpg);
	background-position: bottom center;
}

.no6 {
	background-image: url(../enjoy_navi/snow_otani/img23/img-hero-bg06.jpg);
	background-position: center;
}

.update {
	display: inline-block;
	position: absolute;
	top: 1%;
	left: 3%;
	z-index: 1000;
	color: #ffffff;
}

/* intro */
.intro {
	padding: 68px 0 0;
	background: #ffffff;
}

.intro_img img {
	width: 100%;
	height: auto;
}

.intro_text {
	margin-bottom: 82px;
	font-weight: bold;
	line-height: 32px;
}

.intro_catch {
	margin-top: 30px;
	font-weight: bold;
	text-align: center;
}

.intro_catch span {
	color: #d34717;
	font-size: 39px;
}

.intro .intro_stage {
	margin-bottom: 73px;
}

.intro_stage_wrapper {
	position: relative;
	width: 450px;
	height: 197px;
	margin: 0 auto;
}

.intro_stage_cnt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: #ffffff;
	text-align: center;
}

.intro_stage_cnt:hover {
	transform: translate(7px, 7px);
	transition: all 0.3;
}

.intro_stage_ttl {
	position: absolute;
	top: -24px;
	padding: 2px 25px;
	color: #ffffff;
	font-weight: bold;
	font-size: 29px;
}

.intro_stage_txt {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.intro_stage_txt_top {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 22px;
	font-weight: bold;
	font-size: 21px;
}

.intro_stage_txt_mid {
}

.intro_stage_txt_mid > img {
	width: 100%;
	height: auto;
}

.intro_stage_txt_btm {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
	font-weight: bold;
	font-size: 35px;
	font-family: "Montserrat";
}

.stage_30th {
}

.dow {
	display: flex;
	justify-content: center;
	align-items: inherit;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #ffffff;
	font-weight: bold;
	font-size: 19px;
	font-family: "Noto Sans JP";
}

.st1st {
	margin-bottom: 90px;
}

.st1st .intro_stage_cnt {
	border: 3px solid #0071bc;
	box-shadow: 7px 7px #0071bc;
}

.st1st .intro_stage_cnt:hover {
	box-shadow: 0 0 #0071bc;
	transition: all 0.3s;
}

.st1st .intro_stage_ttl {
	background: #0071bc;
}

.st1st .intro_stage_txt_top {
	color: #0071bc;
}

.st1st .intro_stage_txt_mid {
	width: 90%;
	max-width: 404px;
}

.st1st .intro_stage_txt_btm {
	color: #0071bc;
}

.st1st .dow {
	background: #0071bc;
}

.st2nd .intro_stage_cnt {
	border: 3px solid #1a9664;
	box-shadow: 7px 7px #1a9664;
}

.st2nd .intro_stage_cnt:hover {
	box-shadow: 0 0 #1a9664;
	transition: all 0.3s;
}

.st2nd .intro_stage_ttl {
	background: #1a9664;
}

.st2nd .intro_stage_txt_top {
	color: #1a9664;
}

.st2nd .intro_stage_txt_mid {
	width: 90%;
	max-width: 294px;
}

.st2nd .intro_stage_txt_btm {
	color: #1a9664;
}

.st2nd .dow {
	background: #1a9664;
}

.intro_stage_link {
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
}

.intro_event {
}

.intro_event_wrapper {
	position: relative;
	padding: 39.5px 26.5px 51.4px;
	border-radius: 20px;
	box-shadow: 0 3px 6px #00000016;
	background: #ffffff;
}

.intro_event_wrapper::after,
.intro_event_wrapper::before {
	content: "";
	position: absolute;
	top: 16px;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background-color: #0071bc;
}

.intro_event_wrapper::after {
	right: 16px;
}

.intro_event_wrapper::before {
	left: 16px;
}

.intro_event_cnt {
	position: relative;
}

.intro_event_ttl {
	color: #0071bc;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}

.intro_event_tbl tr {
	display: block;
	padding: 21.5px 0;
	border-bottom: #c7c7c7 1px solid;
}

.intro_event_tbl td,
.intro_event_tbl th {
	display: block;
	width: 100%;
	padding: 0;
	font-weight: bold;
	text-align: start;
}

.intro_event_tbl th {
	color: #0071bc;
}

.intro_event_tbl td {
	color: #333333;
}

.intro_event_tbl {
}

.intro_event_cnt_txt {
}

.intro_event_cnt_txt > a {
	border-bottom: solid 0.7px #004ba2;
	color: #004ba2;
	font-size: 12px;
}

.intro_event_cnt_txt > a:hover {
	opacity: 0.4;
	transition: all 0.3s;
}

.intro_event_item {
	position: absolute;
	right: -41px;
	bottom: -73px;
}

/* MAP */
.map {
	padding: 41px 0 30px;
}

.map > h2 {
	color: #0071bc;
	font-size: 50px;
	text-align: center;
}

.map_hd {
	position: relative;
	font-family: "Montserrat";
}

.map_hd > h2 {
	color: #0071bc;
	font-size: 50px;
	text-align: center;
}

.map_hd_border {
	position: absolute;
	top: 1px;
	right: calc(50% + -3px);
	z-index: 1;
	color: transparent;
	font-size: 50px;
	transform: translateX(50%);

	-webkit-text-stroke: #333333 0.5px;
}

.map_pic {
	position: relative;
}

.map_pic_ex {
	position: absolute;
	top: 0;
	right: 0;
	background-color: unset;
}

/* harutabi */
.harutabi {
	position: relative;
	/* padding-top: 219px; */
}

.harutabi::before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: -10;
	width: 100%;
	height: 800px;
	background-color: #ffffff;
}

/* .harutabi::before{
    content: '';
    width: 500px;
    height: 900px;
    z-index: -1;
    right: 50%;
    top: 63px;
    transform: translateX(50%);
    border-radius: 250px 250px 0 0;
    background: linear-gradient(to bottom, #5EC5EA, #EF8BC7);
    display: block;
    position: absolute;
} */
/* .harutabi>.inner{
    position: relative;
    background: linear-gradient(to bottom, #81B7E2,#EF8BC7);
} */
.hd_wrap {
	position: relative;
	z-index: 3;
	padding: 0 0 130px;
	background: linear-gradient(to bottom, #fdcd00 0px, #d34717 559px, #d34717);
}

.hd_wrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 340px;
	border-radius: 0 0 250px 250px;
	background: #ffffff;
}

/* .hd {
    padding-bottom: 40px;
} */
.hd_img {
	margin-bottom: 70px;
	text-align: center;
}

.hd_cnt {
	/* transform: translateY(-42px); */
	display: flex;
	flex-flow: column;
	align-items: center;
}

.hd_cnt_img_slide {
	position: relative;
	width: 100%;
	max-width: 440px;
	height: auto;
	margin-bottom: 15px;
	aspect-ratio: 440 / 286;
}

.hd_cnt_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hd_cnt_img img {
	width: 100%;
	height: auto;
}

.hd_cnt_img figcaption {
	background: #d34717;
	color: #ffffff;
	font-weight: 500;
	font-size: 12px;
}

.slide_end {
	opacity: 0;
	transition: opacity 0.4s;
	animation: fadeInOut 16s infinite alternate;
}

@keyframes fadeInOut {
	0% {
		opacity: 0;
	}

	12.5% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	62.5% {
		opacity: 0;
	}

	75% {
		opacity: 1;
	}

	87.5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.hd_tile {
	margin-bottom: 20px;
	/* padding: 25px 20px; */
	padding: 15px 20px 0;
	color: #ffffff;
	/* font-size: 29px; */
	font-weight: bold;
}

.hd_tile p {
	font-size: 18px;
}

.hd_box {
	position: relative;
	width: 100%;
	margin-top: 72px;
	padding: 65px 12px 51px;
	border-radius: 33px;
	background: #ffffff;
}

.hd_box_ttl {
	position: absolute;
	top: 0;
	right: 50%;
	transform: translate(50%, -50%);
}

.hd_box_ttl p {
	position: absolute;
	right: 50%;
	bottom: -19px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	transform: translateX(50%);
}

.hd_box_img {
	position: relative;
	margin-bottom: 27px;
}

.hd_box_img_item {
	position: absolute;
	top: -13px;
	left: 0;
}

.hd_box_img img {
	max-width: 100%;
	height: auto;
}

.hd_box_txt {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.hd_box_txt span {
	position: relative;
	z-index: 10;
}

.hd_box_txt span::after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 0;
	z-index: -1;
	width: 189px;
	height: 9px;
	background-image: url(../img/img25/intro-box-border@2x.png);
	background-size: 100% 100%;
	transform: translateX(50%);
}

.hd_box_link {
}

.hd_box_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 70px;
	border: 3px #ffffff solid;
	border-radius: 33px;
	box-shadow: 0 3px 6px #00000030;
	background: linear-gradient(to right, #fdcd00, #d34717);
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s;
}

.hd_box_link a:hover {
	border: 3px #fdcd00 solid;
	background: #ffffff;
	color: #d34717;
}

.hd_box_link a::after {
	content: "";
	position: absolute;
	right: 26px;
	bottom: 50%;
	border-top: 3.5px solid transparent;
	border-bottom: 3.5px solid transparent;
	border-left: 8px solid #ffffff;
	transform: translateY(50%);
	transition: all 0.5s;
}

.hd_box_link > a:hover:after {
	border-left: 8px solid #d34717;
}

.haru_cmn_notice {
	width: 100%;
	line-height: 1.2;
	/* display: none;  *//* 表示させた時ヘッダー周り余白戻すこと */
}

.haru_cmn_notice dl {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	border-radius: 50px;
	background-color: #ffffff;
	font-weight: bold;
}

.haru_cmn_notice dl dt {
	padding: 15px 30px;
	border-radius: 50px;
	background-color: #fff100;
}

.haru_cmn_notice dl dt.-br {
	padding: 30px;
}

.haru_cmn_notice dl dt.-br2 {
	padding: 45px 30px;
}

.haru_cmn_notice dl dd {
	flex-grow: 1;
	padding: 15px 30px 15px 25px;
}

.haru_cmn_notice dl dd span {
	font-size: 0.8em;
}

.haru_note_cap {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

.hd_ttl {
}

.hd_ttl_top {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 38px;
	color: #0071bc;
	font-weight: bold;
	font-size: 21px;
}

.hd_ttl_top > img {
	width: 46px;
	height: auto;
}

.hd_ttl_mid {
	display: flex;
	align-items: center;
	height: 104px;
	margin-bottom: 12px;
}

.hd_ttl_btm {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
	color: #0071bc;
	font-weight: bold;
	font-size: 35px;
	font-family: "Montserrat";
}

.hd_ttl_btm > .dow {
	background: #0071bc;
}

.hd_txt {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 32px;
	text-align: center;
}

.hd_txt > p {
	color: #ffffff;
	font-weight: bold;
}

.harutabi_event {
	position: relative;
	z-index: 1;
}

.harutabi_event_main {
	position: relative;
	padding-top: 167px;
}

.harutabi_event_main_hd {
	background-color: #0071bc;
}

.harutabi_event_main_hd > h3 > img {
	width: 327px;
	height: auto;
}

.event-hd {
	position: absolute;
	top: 0;
	left: -24.5px;
	width: 426.5px;
	padding: 51px 0 88px 25px;
	overflow: hidden;
	border-radius: 0 23px 0 0;
	/* background-image: url(../enjoy_navi/snow_otani/img23/img-eventhd.png); */
	background-size: cover;
}

.event-hd > h3 {
	width: fit-content;
	color: #ffffff;
	font-size: 50px;
	font-family: "Montserrat";
}

.event_hd_border {
	position: absolute;
	top: 52px;
	left: 26.8px;
	z-index: 1;
	color: transparent;
	font-size: 50px;
	font-family: "Montserrat";

	-webkit-text-stroke: #333333 0.5px;
}

.event_hd_small {
	color: #ffffff;
	font-weight: bold;
}

.harutabi_event_main_cnt {
	position: relative;
}

.harutabi_enevt_no {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -27px;
	right: -15px;
	z-index: 10;
	width: 90px;
	height: 85px;
	background-image: url(../enjoy_navi/snow_otani/img23/img-1st-item02@2x.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 53px;
}

.harutabi_enevt_no > p {
	font-weight: bold;
	transform: translateY(4px);
}

.harutabi_event_main_img {
	width: 100%;
	height: auto;
	margin-bottom: 16.5px;
	overflow: hidden;
	border-radius: 14px;
}

.harutabi_event_main_img > img {
	width: 100%;
	height: auto;
}

.harutabi_event_main_detail {
	margin-bottom: 42px;
}

.harutabi_event_main_detail > p {
	margin-bottom: 12px;
	font-weight: bold;
	line-height: 32px;
}

.harutabi_event_main_detail_tbl {
	display: block;
	padding: 8px 13px;
	border: 2px #0071bc solid;
}

.harutabi_event_main_detail_tbl button {
	border-bottom: 1px #0071bc solid;
	background-color: unset;
	color: #0071bc;
}

.harutabi_event_main_detail_tbl button:hover {
	opacity: 0.4;
	transition: all 0.5s;
}

.harutabi_event_main_detail_tbl tbody {
	display: block;
	width: 100%;
}

.harutabi_event_main_detail_tbl tr {
	display: flex;
	align-items: center;
	padding: 8.7px 0;
	border-bottom: 1px #0071bc dashed;
}

.harutabi_event_main_detail_tbl tr:last-child {
	border-bottom: none;
}

.harutabi_event_main_detail_tbl th {
	width: 21%;
	color: #0071bc;
	text-align: start;
}

.harutabi_event_anniv {
	position: relative;
	padding-top: 240px;
}

.harutabi_event_anniv_hd {
	background-color: #0071bc;
}

.harutabi_event_anniv_hd > h3 > img {
	width: 394px;
	height: auto;
}

.harutabi_event_anniv_wrapper {
}

.harutabi_event_anniv_tile {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	margin-bottom: 58px;
	padding: 30px 33px;
	border-radius: 22px;
	box-shadow: 13px 13px 0 #0071bc;
	background: #ffffff;
}

.harutabi_event_anniv_tile_img {
	margin-bottom: 18px;
}

.harutabi_event_anniv_tile_ttl {
	margin-bottom: 25px;
}

.harutabi_event_anniv_tile_txt {
	margin-bottom: 24px;
}

.harutabi_event_anniv_tile_txt > p {
	font-weight: bold;
	line-height: 32px;
}

.harutabi_event_anniv_tile_tbl {
	display: block;
	width: 100%;
	margin-bottom: 11px;
	padding: 8px 13px;
	border: 2px #0071bc solid;
}

.harutabi_event_anniv_tile_tbl button {
	border-bottom: 1px #0071bc solid;
	color: #0071bc;
}

table button {
	background-color: unset;
}

.harutabi_event_anniv_tile_tbl button:hover {
	opacity: 0.4;
	transition: all 0.5s;
}

.harutabi_event_anniv_tile_tbl tbody {
	display: block;
	width: 100%;
}

.harutabi_event_anniv_tile_tbl tr {
	display: flex;
	align-items: center;
	padding: 8.7px 0;
	border-bottom: 1px #0071bc dashed;
}

.harutabi_event_anniv_tile_tbl tr:last-child {
	border-bottom: none;
}

.harutabi_event_anniv_tile_tbl th {
	width: 27%;
	color: #0071bc;
	text-align: start;
}

.harutabi_event_anniv_tile_warning {
	font-size: 14px;
	line-height: 25px;
}

.harutabi_event_anniv_tile_warning > li {
	position: relative;
	padding-left: 14px;
	white-space: nowrap;
}

.harutabi_event_anniv_tile_warning > li::before {
	content: "※";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.harutabi_event_anniv_ttl {
	margin-bottom: 19px;
	color: #0071bc;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}

.harutabi_event_anniv_cnt {
	position: relative;
	margin-bottom: 52.5px;
}

.harutabi_event_anniv_cnt:last-child {
	margin-bottom: 0;
}

.harutabi_event_anniv_cnt_img {
	width: 100%;
	height: auto;
	margin-bottom: 18px;
	overflow: hidden;
	border-radius: 22px;
	aspect-ratio: 450 / 296;
}

.harutabi_event_anniv_cnt_img > img {
	width: 100%;
	height: auto;
}

.harutabi_event_anniv_cnt_ttl {
	position: relative;
	/* border-bottom: 3px #0071BC dashed; */
	margin-bottom: 11.5px;
	padding-bottom: 10.5px;
	font-size: 26px;
}

.harutabi_event_anniv_cnt_ttl::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-image: url(../enjoy_navi/snow_otani/img23/img-dashed-item.svg);
	background-position: left center;
	background-repeat: repeat-x;
}

.harutabi_event_anniv_cnt_ttl > p {
	font-weight: bold;
}

.harutabi_event_anniv_cnt_txt {
	margin-bottom: 12px;
}

.harutabi_event_anniv_cnt_txt > p {
	font-weight: bold;
	line-height: 32px;
}

.harutabi_event_anniv_cnt_tbl {
	display: block;
	padding: 8px 13px;
	border: 2px #0071bc solid;
}

.harutabi_event_anniv_cnt_tbl button {
	border-bottom: 1px #0071bc solid;
	color: #0071bc;
}

.harutabi_event_anniv_cnt_tbl button:hover {
	opacity: 0.4;
	transition: all 0.5s;
}

.harutabi_event_anniv_cnt_tbl tbody {
	display: block;
	width: 100%;
}

.harutabi_event_anniv_cnt_tbl tr {
	display: flex;
	align-items: center;
	padding: 8.7px 0;
	border-bottom: 1px #0071bc dashed;
}

.harutabi_event_anniv_cnt_tbl tr:last-child {
	border-bottom: none;
}

.harutabi_event_anniv_cnt_tbl th {
	width: 21%;
	color: #0071bc;
	text-align: start;
}

.harutabi_event_anniv_cnt > small {
	font-size: 14px;
}

.haru_event_sec {
	margin-top: -85px;
}

.haru_event_sec:first-child {
	margin-top: -35px;
	padding-top: 30px;
}

.haru_event_sec.-h01 {
	position: relative;
	margin-top: -70px;
}

.haru_event_sec.-h02 {
	margin-top: -102px;
}

.haru_event_sec.-h05 {
	position: relative;
	margin-top: 120px;
}

.haru_event_sec.-h05::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -70px;
	left: 50%;
	width: 440px;
	height: 75px;
	background-image: url(/enjoy_navi/autumn/img/img25/txt-ookami_catch.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateX(-50%);
}

.haru_event_sec > .inner {
	position: relative;
	padding-bottom: 135px;
	background-color: #fdcd00;
}

.haru_event_sec.-h00 > .inner {
	padding-bottom: 120px;
}

.haru_event_sec.-h01 > .inner {
	z-index: 0;
	padding-bottom: 150px;
}

.haru_event_sec.-h02 > .inner {
	z-index: 0;
	padding-bottom: 70px;
}

.haru_event_sec.-h02 .event_ttl {
	position: relative;
}

.haru_event_sec.-h04 > .inner {
	padding-bottom: 65px;
}

.haru_event_sec.-blue > .inner {
	background-color: #2aaaa4;
}

.haru_event_sec.-sky > .inner {
	background-color: #6dc8ea;
}

.haru_event_sec.-cyan > .inner {
	background-color: #0580c3;
}

.haru_event_sec.-red > .inner {
	background-color: #d34717;
}

.haru_event_sec.-yellow > .inner {
	background-color: #fdcd00;
}

.event_main_ttl {
	margin-bottom: 20px;
	padding-top: 50px;
	text-align: center;
}

.event_ttl {
	display: flex;
	align-items: center;
	height: 93px;
	padding-left: 40px;
	background-image: url(/enjoy_navi/autumn/img/img25/bg-event_green.png);
	background-size: 100%;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 31px;
}

.event_ttl.-lines02 {
	position: relative;
	padding-top: 20px;
	padding-bottom: 15px;
	line-height: 1.2;
}

.event_ttl.-lines02::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 50px;
	background-size: cover;
	background-color: #a9c300;
}

.haru_event_sec.-blue .event_ttl.-lines02::after {
	background-color: #2aaaa4;
}

.haru_event_sec.-sky .event_ttl.-lines02::after {
	background-color: #6dc8ea;
}

.haru_event_sec.-red .event_ttl.-lines02::after {
	background-color: #6dc8ea;
}

.haru_event_sec.-blue .event_ttl {
	background-image: url(/enjoy_navi/autumn/img/img25/bg-event_bluegreen.png);
}

.haru_event_sec.-blue.-wide .event_ttl {
	background-image: url(/enjoy_navi/autumn/img/img25/bg-event_bluegreen_wide.png);
}

.haru_event_sec.-sky .event_ttl {
	background-image: url(/enjoy_navi/autumn/img/img25/bg-event_sky.png);
}

.haru_event_sec.-cyan .event_ttl {
	background-image: url(/enjoy_navi/autumn/img/img25/bg-event_cyan.png);
}

.haru_event_sec.-red .event_ttl {
	background-image: url(/enjoy_navi/autumn/img/img25/bg-event_red.png);
}

.haru_event_sec.-yellow .event_ttl {
	background-image: url(/enjoy_navi/autumn/img/img25/bg-event_yellow.png);
}

.event_ttl span {
	position: absolute;
	bottom: 20px;
	left: 60%;
	font-size: 16px;
	transform: translateX(-50%);
}

.event_note {
	margin-top: 25px;
	padding: 15px 20px;
	border-radius: 12px;
	background: #1c160020;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}

.event_stp_link {
	margin-top: 25px;
}

.event_stp_link_ttl {
	margin-bottom: 10px;
	text-align: center;
}

.event_stp_link_btn {
}

.event_stp_link_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
	height: 90px;
	border: solid 3px #ffffff;
	border-radius: 20px;
	box-shadow: 0 3px 6px #00000016;
	background: #d34717;
	line-height: 1.2;
	transition: all 0.4s;
}

.event_stp_link_btn a:hover {
	border: solid 3px #d34717;
	background: #ffffff;
}

.stp_btn_left {
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	transition: all 0.4s;
}

.event_stp_link_btn a:hover .stp_btn_left {
	color: #d34717;
}

.stp_btn_right {
	color: #ffeb98;
	font-weight: bold;
	font-size: 34px;
	transition: all 0.4s;
}

.event_stp_link_btn a:hover .stp_btn_right {
	color: #d34717;
}

.event_stp_link_btn_note {
	margin-top: 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.vsc_link {
	margin-top: 30px;
}

.vsc_link_ttl {
	margin-bottom: 17px;
	text-align: center;
}

.eve_cap {
	padding: 15px 0 10px;
}

.eve_cap_wrap {
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #ffffff;
	font-weight: bold;
}

.eve_notice {
	padding-bottom: 20px;
	color: #ffffff;
	font-weight: bold;
}

.event_img {
	position: relative;
	margin-bottom: 20px;
}

.event_img > img {
	width: 100%;
	height: auto;
}

.event_img figcaption.-h01_cap {
	position: absolute;
	right: 0;
	bottom: -30px;
}

.haru_event_txt {
	padding: 20px;
	border-radius: 12px;
	background-color: #95ac01;
	color: #ffffff;
	font-weight: bold;
}

.-blue .haru_event_txt {
	background-color: #1b958f;
}

.-sky .haru_event_txt {
	background-color: #50b2d6;
}

.ookami_catch {
	padding: 45px 0 110px;
	background: #ffffff;
	text-align: center;
}

.eighth_cnt {
	position: relative;
	margin-bottom: 43px;
}

.eighth_cnt:last-child {
	margin-bottom: 0;
}

.eghth_cnt_item {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -30px;
	right: -3px;
	z-index: 10;
	width: 118px;
	height: 118px;
	border-radius: 50%;
	box-shadow: 0 3px 6px #00000016;
	background-color: #ffffff;
}

.-eighth .harutabi_event_anniv_cnt_txt {
	margin-bottom: 30px;
}

.-eighth .harutabi_event_anniv_cnt_ttl::after {
	display: none;
}

.eighth_hd {
	position: relative;
	margin-bottom: 14.5px;
	padding-bottom: 10px;
	font-size: 26px;
}

.eighth_hd::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-image: url(../enjoy_navi/snow_otani/img23/img-dashed-item.svg);
	background-position: left center;
	background-repeat: repeat-x;
}

.-eighth .harutabi_enevt_no {
	position: unset;
	margin: 0 auto 11px;
	text-align: center;
}

.eighth_hd > p {
	font-weight: bold;
	text-align: center;
}

.event {
	position: relative;
}

.event::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -35px;
	left: 50%;
	z-index: 4;
	width: 100%;
	height: 100px;
	background-image: url(/enjoy_navi/autumn/img/img25/bg-event.png);
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateX(-50%);
}

.murodo_daira {
	position: relative;
	/* z-index: -1; */
}

.haru_event_sec.murodo_daira > .inner {
	padding-top: 30px;
	padding-bottom: 20px;
	background: linear-gradient(to top, #8fb2df, #ef8bc7);
}

.md_ttl_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.md_ttl {
	position: relative;
	color: #ffffff;
	font-weight: bold;
	font-size: 34px;
}

.md_ttl::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 27px;
	background-image: url(/enjoy_navi/snow_otani/img25/img-sanzui.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.md_zekkei_img.-z01 {
	margin-bottom: 10px;
}

.md_img_wrap {
	position: relative;
}

.md_img_wrap .md_img {
	width: 100%;
}

.md_arr {
	position: absolute;
	top: 8%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* .haru_event_sec.-blue.-h07{
    padding-top: 135px;
    background: linear-gradient(to top, #5EC5EA, #74BCE5);
    position: relative;
    z-index: -5;
} */
.haru_event_sec.-blue.-h07 > .inner {
	z-index: 0;
	padding-bottom: 100px;
}

.haru_event_sec.-blue.-h07 > .inner .info_link {
	margin-top: 20px;
}

.haru_event_sec.-h08 .event_ttl {
	position: relative;
}

/* .haru_event_sec.-h09 > .inner{
  padding-bottom: 30px;
} */
/* secndstage */
.secndstage {
	position: relative;
	z-index: 2;
	padding-top: 296px;
	background: #e7fafc;
}

.secndstage::before {
	content: "";
	display: block;
	position: absolute;
	top: 141px;
	right: 50%;
	z-index: -1;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background-color: #ffffff;
	transform: translateX(50%);
}

.secndstage > .inner {
	position: relative;
	padding-bottom: 220px;
}

.secndstage_bgw {
	background: #ffffff;
}

.secndstage_bgy {
	background: #fffddc;
}

.secndstage_hd {
}

.secndstage_hd_img {
	position: absolute;
	top: 60px;
	right: 50%;
	transform: translateX(50%);
}

.secndstage_hd_cnt {
	display: flex;
	flex-flow: column;
	align-items: center;
	transform: translateY(-42px);
}

.secndstage_hd_tile {
	padding: 2px 25px;
	background-color: #1a9664;
	color: #ffffff;
	font-weight: bold;
	font-size: 29px;
}

.secndstage_hd_ttl {
}

.secndstage_hd_ttl_top {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 38px;
	color: #1a9664;
	font-weight: bold;
	font-size: 21px;
}

.secndstage_hd_ttl_top > img {
	width: 46px;
	height: auto;
}

.secndstage_hd_ttl_mid {
	display: flex;
	align-items: center;
	height: 50px;
	margin-bottom: 12px;
}

.secndstage_hd_ttl_btm {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
	color: #1a9664;
	font-weight: bold;
	font-size: 35px;
	font-family: "Montserrat";
}

.secndstage_hd_ttl_btm > .dow {
	background: #1a9664;
}

.secndstage_hd_txt {
	margin-top: 28px;
}

.secndstage_hd_txt > p {
	font-weight: bold;
	line-height: 32px;
}

.secndstage_event {
	position: relative;
	padding-top: 169px;
	padding-bottom: 69px;
}

.secntstage_event_hd {
	background-color: #1a9664;
}

.secntstage_event_hd > h3 > img {
	width: 327px;
	height: auto;
}

.secndstage_event_cnt {
	position: relative;
	margin-bottom: 42.2px;
}

.secndstage_enevt_no {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -27px;
	right: -15px;
	z-index: 10;
	width: 90px;
	height: 85px;
	background-image: url(../enjoy_navi/snow_otani/img23/img-2nd-item02@2x.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 53px;
	font-family: "Montserrat";
}

.secndstage_enevt_no > p {
	font-weight: bold;
	transform: translateY(4px);
}

.secndstage_event_img {
}

.secndstage_event_img > img {
}

.secndstage_event_img_cnt {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 22px;
}

.-eleventh {
	margin-bottom: 0;
}

.-tenth .secndstage_event_img_cnt {
	border-radius: 0;
}

.secndstage_event_img_cnt > img {
	width: 100%;
	height: auto;
}

.secndstage_event_item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	transform: translateY(-25px);
}

.secndstage_event_ttl {
	position: relative;
	margin-bottom: 7px;
	padding-bottom: 6px;
	font-size: 26px;
}

.secndstage_event_ttl::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-image: url(../enjoy_navi/snow_otani/img23/img-dashed-item02.svg);
	background-position: left center;
	background-repeat: repeat-x;
}

.secndstage_event_ttl > p {
	font-weight: bold;
}

.event_ttl_s {
	font-size: 17px;
}

.-nineth .secndstage_event_ttl {
	margin-bottom: 22px;
	border-bottom: unset;
	text-align: center;
}

.-nineth .secndstage_event_ttl::after {
	display: none;
}

.secndstage_event_txt {
	margin-bottom: 22px;
}

.secndstage_event_txt > p {
	font-weight: bold;
	line-height: 32px;
}

.secndstage_event_tbl {
	display: block;
	margin-bottom: 28px;
	padding: 8px 13px;
	border: 2px #1a9664 solid;
}

.secndstage_event_tbl button {
	border-bottom: 1px #1a9664 solid;
	color: #1a9664;
}

.secndstage_event_tbl button:hover {
	opacity: 0.4;
	transition: all 0.5s;
}

.secndstage_event_tbl tbody {
	display: block;
	width: 100%;
}

.secndstage_event_tbl tr {
	display: flex;
	align-items: center;
	padding: 8.7px 0;
	border-bottom: 1px #1a9664 dashed;
}

.secndstage_event_tbl tr:last-child {
	border-bottom: none;
}

.secndstage_event_tbl th {
	width: 21%;
	color: #1a9664;
	text-align: start;
}

.secndstage_event_tbl td {
	width: 79%;
}

.s_eleventh {
	display: inline-block;
	transform: translateY(-3px);
}

.secndstage_event_link {
}

.secndstage_event_link > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 78.78%;
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 28px;
	box-shadow: 4px 4px #a28300;
	background: #ffce00;
}

/* 2nd stage link 有効にするときはここを消してください */
/*.secndstage_event_link>a {background: #898989;box-shadow: 4px 4px #aaaaaa;pointer-events: none;color: #FFFFFF;}*/
/* 2nd stage link 有効にするときはここを消してください　ここまで */

.secndstage_event_link > a:hover {
	box-shadow: 0 0 #a28300;
	transform: translate(4px, 4px);
	transition: all 0.5s;
}

.secndstage_charm {
	padding: 39px 0 55px;
}

.secndstage_charm_hd {
	position: relative;
	margin-bottom: 85px;
	color: #1a9664;
	font-size: 26px;
	text-align: center;
}

.secndstage_charm_hd::before,
.secndstage_charm_hd::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 35px;
	height: 68.6px;
	background-image: url(../enjoy_navi/snow_otani/img23/img-2nd-charm-item01@2x.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.secndstage_charm_hd::before {
	left: 0;
}

.secndstage_charm_hd::after {
	right: 0;
	transform: scale(-1, 1);
}

.secndstage_charm_hd > p {
	font-weight: bold;
}

.secndstage_charm_cnt {
	position: relative;
	margin-bottom: 110px;
	padding: 101px 17.5px 51px;
	border-radius: 14px;
	background: #1a9664;
	color: #ffffff;
}

.secndstage_charm_cnt.part3 {
	margin-bottom: 0;
}

.secndstage_charm_balloon {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -70px;
	left: 50%;
	width: 140px;
	height: 140px;
	border: 3px solid #1a9664;
	border-radius: 50%;
	background-color: #ffffff;
	color: #1a9664;
	font-size: 40px;
	transform: translateX(-50%);
}

.secndstage_charm_balloon > p {
	font-weight: bold;
}

.secndstage_charm_balloon::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -19px;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 23px solid #ffffff;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	transform: translateX(-50%);
}

.secndstage_charm_ttl {
	margin-bottom: 22px;
	text-align: center;
}

.charm_ttl_small {
	font-weight: bold;
}

.charm_ttl_big {
	font-weight: bold;
	font-size: 25px;
}

.secndstage_charm_img {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}

.part1 .secndstage_charm_img {
	aspect-ratio: 412 / 320;
}

.part2 .secndstage_charm_img {
	aspect-ratio: 415 / 307;
}

.part3 .secndstage_charm_img {
	aspect-ratio: 422 / 317;
}

.secndstage_charm_img > img {
	position: absolute;
}

.charm_pic11 {
	top: 0;
	left: 0;
	width: 58.05%;
	height: auto;
}

.charm_pic12 {
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 51.11%;
	height: auto;
	border-top: 8px solid #1a9664;
	border-left: 8px solid #1a9664;
}

.charm_pic21 {
	top: 0;
	right: 0;
	width: 57.65%;
	height: auto;
}

.charm_pic22 {
	bottom: 0;
	left: 0;
	width: 65%;
	height: auto;
	border-top: 8px solid #1a9664;
	border-right: 8px solid #1a9664;
}

.charm_pic31 {
	top: 0;
	left: 0;
	z-index: 2;
	width: 57.28%;
	height: auto;
	border-right: 8px solid #1a9664;
	border-bottom: 8px solid #1a9664;
}

.charm_pic32 {
	right: 0;
	bottom: 0;
	width: 64.24%;
	height: auto;
}

.secndstage_charm_txt {
	width: 90.71%;
	margin: 0 auto;
	line-height: 32px;
}

.part3 .secndstage_charm_txt {
	margin: 0 auto 19px;
}

.secndstage_charm_txt > p {
	font-weight: bold;
}

.secndstage_charm_link {
	padding: 30px 16px 32px;
	border-radius: 16px;
	background: #ffffff;
}

.secndstage_charm_link_ttl {
	position: relative;
	margin-bottom: 9px;
	color: #333333;
	text-align: center;
}

.secndstage_charm_link_ttl::before,
.secndstage_charm_link_ttl::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 22.41px;
	height: 75.53px;
	background-image: url(../enjoy_navi/snow_otani/img23/img-2nd-charm-item02@2x.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}

.secndstage_charm_link_ttl::before {
	left: 0;
}

.secndstage_charm_link_ttl::after {
	right: 0;
	transform: translateY(-50%) scale(-1, 1);
}

.secndstage_charm_link_ttl > p {
	font-weight: bold;
}

.secndstage_charm_link > a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 98%;
	height: 76px;
	margin: 0 auto;
	border: #cccccc 1px solid;
}

.secndstage_charm_link > a::after {
	content: "";
	position: absolute;
	right: 10.5px;
	bottom: 8.3px;
	width: 13.55px;
	height: 13.74px;
	background-image: url(../enjoy_navi/snow_otani/img23/img-2nd-charm-item03.svg);
	background-position: center;
	background-size: contain;
}

.secndstage_charm_link > a:hover {
	opacity: 0.3;
	transition: all 0.5s;
}

.various {
	padding: 46px 0 78px;
}

.various_ttl {
	margin-bottom: 23px;
	color: #1a9664;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}

.various_img {
	width: 100%;
	height: auto;
	margin: 0 auto 25px;
	overflow: hidden;
	border-radius: 20px;
}

.various_img > img {
	width: 100%;
	height: auto;
}

.various_link {
	color: #1a9664;
	font-size: 26px;
}

.various_link > li {
	margin-bottom: 10px;
	font-weight: bold;
}

.various_link a:hover {
	opacity: 0.4;
	transition: all 0.5s;
}

.link_border {
	border-bottom: #1a9664 solid 1px;
}

/* info */
.info {
	padding: 82px 0 40px;
	background-color: #ffffff;
}

.info_hd {
	/* color: #0071BC; */
	margin-bottom: 25px;
	text-align: center;
}

.info_hd_txt {
	margin-bottom: 25px;
	font-weight: bold;
	text-align: center;
}

.info_hd > h2 {
	/* font-size: 20px;
    font-weight: bold; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* gap: 5px; */
	margin-bottom: 30px;
}

/* .info_hd>h2::before,
.info_hd>h2::after {
    content: "";
    display: inline-block;
    background-image: url(/enjoy_navi/snow_otani/img25/);
} */
.info_hd > p {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 50px;
	background-color: #fff100;
	font-weight: bold;
	font-size: 15px;
}

.info_link {
	flex: none;
	width: 100%;
	margin-bottom: 41px;
}

.info_link > a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 64px;
	margin-bottom: 18px;
	border: 3px #ffffff solid;
	border-radius: 33px;
	box-shadow: 0 3px 6px #00000030;
	background: linear-gradient(to right, #a9c302,#2aaaa4);
	color: #ffffff;
	font-size: 20px;
}

.info_link > a::after {
	content: "";
	position: absolute;
	right: 26px;
	bottom: 50%;
	border-top: 3.5px solid transparent;
	border-bottom: 3.5px solid transparent;
	border-left: 8px solid #ffffff;
	transform: translateY(50%);
}

.info_link > a:hover {
	border: 3px #a9c302 solid;
	background: #ffffff;
	color: #2aaaa4;
	transition: all 0.5s;
}

.info_link > a:hover:after {
	border-left: 8px solid #a9c302;
	transition: all 0.5s;
}

.info_link.-snow {
	margin-bottom: 0;
}

.info_link.-snow div {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 64px;
	margin: 30px auto 12px;
	border: none;
	border-radius: 33px;
	box-shadow: 0 3px 6px #00000030;
	background: linear-gradient(to right, #0593bf,#07b3ba);
	color: #ffffff;
	font-size: 20px;
}

.info_link.-snow > div::after {
	content: "";
	position: absolute;
	right: 26px;
	bottom: 50%;
	border-top: 3.5px solid transparent;
	border-bottom: 3.5px solid transparent;
	border-left: 8px solid #ffffff;
	transform: translateY(50%);

	rotate: 90deg;
}

.info_link.-snow > div:hover {
	border: 3px #07b3ba solid;
	background: #ffffff;
	color: #0593bf;
	cursor: pointer;
	transition: all 0.5s;
}

.info_link.-snow > div:hover:after {
	border-left: 8px solid #07b3ba;
	transition: all 0.5s;
}

.info_link.-snow.-open > div::after {
	rotate: 270deg;
}

.sns_list {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.sns_list a:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.info_notes {
	margin-bottom: 46px;
	color: #004ba2;
	font-size: 14px;
	text-align: center;
}

.info_notes > a {
	border-bottom: #004ba2 1px solid;
}

.info_infection {
	padding: 30.7px 15px 28px;
	background-color: #ffffff;
}

.info_infection_hd {
	margin-bottom: 24px;
	text-align: center;
}

.info_infection_hd > h3 {
	color: #004ba2;
	font-weight: bold;
	font-size: 20px;
}

.info_infection_hd > p {
	font-size: 18px;
}

.info_infection_txt {
	font-size: 18px;
}

.info_infection_txt a {
	border-bottom: #004ba2 solid 1px;
	color: #004ba2;
}

/* footer */
.footer {
}

.footer_wrapper {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	position: relative;
	width: 100%;
	height: 253px;
	background-color: #f7f7f7;
}

.footer_gotop {
	position: absolute;
	top: -44px;
	right: 50%;
	width: 88px;
	height: 88px;
	transform: translateX(50%);
}

.footer_gotop img {
	width: 100%;
	height: 100%;
}

.footer_logo {
	text-align: center;
}

.footer_link {
	text-align: center;
}

.footer_link > a {
	border-bottom: 1px solid #000000;
}

.footer_link > a:hover {
	opacity: 0.4;
	transition: all 0.3s;
}

.footer_copylight {
	padding: 2.5px 0;
	background-color: #0071bc;
	color: #ffffff;
	text-align: center;
}

.footer_copylight > small {
	font-size: 12px;
}

/* back */
.back {
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	z-index: -15;
	width: 100%;
	height: 100vh;
	padding-top: 0;
}

.back_left {
	position: relative;
	width: calc(100% - 500px - clamp(200px, 20%, 450px));
	height: 100vh;
	background-image: url(/enjoy_navi/autumn/img/img25/bg-left.jpg);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-active > .back_left {
	background-image: url(../enjoy_navi/snow_otani/img23/img-bgl-2nd.jpg);
}

.back_left_hd {
	margin-bottom: 200px;
	padding: 29.6px 0 0 32px ;
}

.back_left_hd > .scnd-hide {
	display: block;
}

.back_left_hd > .scnd-vis {
	display: none;
}

.bg-active > .back_left > .back_left_hd > .scnd-hide {
	display: none;
}

.bg-active > .back_left > .back_left_hd > .scnd-vis {
	display: block;
}

.back_left_imgg {
	position: absolute;
	top: 60px;
	right: 23px;
	animation: animeleftg 3.0s infinite alternate ease-in-out;
}

@keyframes animeleftg {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(30px);
	}
}

.back_left_imgg > img {
}

.back_left_imgb {
	position: absolute;
	bottom: 79px;
	left: 23px;
	animation: animeleftb 1.0s infinite alternate ease-in-out;
}

@keyframes animeleftb {
	from {
		transform: translateY(10px);
	}

	to {
		transform: translateY(-5px);
	}
}

.back_left_imgb > img {
}

.back_left .intro_stage {
	position: absolute;
	top: 25%;
	right: 50%;
	width: 87%;
	max-width: 450px;
	transform: translate(50%, -50%);
}

.back_left .intro_stage_wrapper {
	width: 100%;
}

.back_left .st1st {
	margin-bottom: 50px;
}

.intro_logo img {
	width: 100%;
	height: auto;
}

.back_right {
	position: relative;
	width: 20%;
	min-width: 200px;
	max-width: 450px;
	height: 100vh;
	background-position: center;
	/* background-image: url(../enjoy_navi/snow_otani/img23/img-bgr.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-active > .back_right {
	/* background-image: url(../enjoy_navi/snow_otani/img23/img-bgr-2nd.jpg); */
}

.back_right_img {
	position: absolute;
	top: 272px;
	left: 50%;
	/* transform: translateX(-50%); */
	animation: animeright 2.0s infinite alternate ease-in-out;
}

.cnt_jump {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.cnt_jump a {
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 33.333333%;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 33.33333% ;
	padding: 20px;
	box-sizing: border-box;
	background-image: url(/enjoy_navi/snow_otani/img25/bg-left.jpg);
	background-position: center 71%;
	background-size: cover;
	background-repeat: no-repeat;
}

.cnt_jump a.jump_summer {
	background-image: url(/enjoy_navi/autumn/img/img25/bg-summer.jpg);
	background-position: center 37%;
}

.cnt_jump a.jump_autumn {
	background-image: url(/enjoy_navi/autumn/img/img25/bg-autumn.jpg);
	background-position: center 44%;
}

.cnt_jump a:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.jump_logo_cnt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	color: #ffffff;
	font-weight: 900;
	font-size: 30px;
	font-family: "Outfit", sans-serif;
	text-align: center;
}

.jump_logo {
	text-align: center;
	/* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
	/* gap: 40px; */
	/* gap: 10px; */
}

.jump_logo img {
	width: 80%;
	height: auto;
}

.jump_logo figcaption {
	color: #ffffff;
	font-weight: 900;
	font-size: 36px;
	font-family: "Outfit", sans-serif;
}

.nav_jump_logo_txt {
	font-size: 36px;
	line-height: 1.25;
	text-align: center;
}

@keyframes animeright {
	from {
		transform: translate(-50%, 0px);
	}

	to {
		transform: translate(-50%, 20px);
	}
}

.back_right_img > img {
}

.back_right_list {
	position: absolute;
	bottom: 0;
	padding: 0 0 47px 20px;
	color: #0071bc;
	font-size: 21px;
	transition: all 0.5s;
}

.back_right_list.txtw {
	color: #ffffff;
	transition: all 0.5s;
}

.back_right_list > li {
	font-weight: bold;
	line-height: 41px;
}

.is-active .right_list_link_border {
	position: relative;
}

.is-active .right_list_link_border::after {
	content: "";
	position: absolute;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #0071bc;
	transition: all 5s;
}

.is-active .bwb::after {
	border-bottom: 2px solid #ffffff;
}

.right_list_link_border::after {
	width: 0;
	transition: all 5s;
}

.head_bar {
	position: absolute;
	top: -24px;
	z-index: 50;
	width: 100%;
}

.head_bar img {
	width: 100%;
	height: auto;
}

/* menu */
.alpen_logo {
	position: absolute;
	top: 50px;
	right: clamp(120px, 25%, 500px);
	z-index: 50;
	/* background-color: #fff;
    padding: 20px 24.5px;
    box-sizing: border-box;
    width: 100%;
    max-width: 500px; */
}

.menu {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 25px;
	right: clamp(200px, 21%, 450px);
	z-index: 9980;
	width: 74px;
	height: 74px;
	border: unset;
	border-radius: 50%;
	box-shadow: 0 3px 6px #00000016;
	background-color: #fff100;
	color: #ffffff;
	font-size: 21px;
	font-family: "Montserrat";
}

.menu > p {
	display: flex;
	gap: 5px;
	font-weight: bold;
}

/* .menu {
    display: block;
    height: 60px;
    margin-left: auto;
    position: relative;
    z-index: 10;
    width: 60px;
    border: none;
    background-color: transparent;
} */
.menu.-open .menu_line {
	background-color: transparent;
}

.menu.-open .menu_line::before {
	top: 0;
	transform: rotate(45deg);
}

.menu.-open .menu_line::after {
	top: 0;
	transform: rotate(-45deg);
}

.menu.-open .menu_txt::before {
	content: "CLOSE";
}

.menu_line {
	display: block;
	position: absolute;
	top: 30px;
	left: 50%;
	width: 30px;
	height: 2px;
	background-color: #172e59;
	transform: translateX(-50%);
	transition: 0.4s;
}

.menu_line:before,
.menu_line:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #172e59;
	transition: inherit;
}

.menu_line:before {
	top: -6px;
}

.menu_line:after {
	top: 6px;
}

.menu_txt {
	position: absolute;
	top: 30.5px;
	bottom: 12px;
	left: 50%;
	width: 100%;
	font-weight: bold;
	font-family: "Outfit", sans-serif;
	transform: translateX(-50%);
}

.menu_txt::before {
	content: "MENU";
	color: #172e59;
	font-weight: 900;
	font-size: 16px;
	text-align: center;
}

.gnav {
	display: none;
	position: absolute;
	top: 0;
	z-index: 998;
	width: 100%;
	height: 100vh;
	margin-top: 90px;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #ffffff;
	font-size: 18px;
	/* color: #0071BC; */
	line-height: 38px;
}

.gnav_wrapper {
	padding: 46px 0;
}

.gnav_cnt {
	padding: 20px 30px 40px;
}

.gnav_list.-u_line {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dbdbdb;
}

.gnav li {
	font-weight: bold;
}

.gnav li::before {
	content: "●";
	padding-right: 5px;
	color: #fdcd00;
}

.gnav li:nth-child(even):before {
	color: #d34717;
}

.gnav li a:hover {
	opacity: 0.4;
	transition: all 0.5s;
}

.gnav_logo {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 20px;
}

.gnav_logo img.-txt {
	padding-bottom: 15px;
}

.gnav_stage_list {
	padding-left: 20px;
}

.foot_season_event {
	display: none;
}

.foot_nav_event_wrap {
	display: none;
	position: fixed;
	bottom: 0;
	z-index: 10;
}

.foot_nav_event {
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	max-width: 500px;
	/* position: absolute;
    bottom: 50px; */
}

.nav_eve_jump {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 33.333%;
	background-image: url(/enjoy_navi/snow_otani/img25/bg-left.jpg);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.nav_eve_jump.-summer {
	background-image: url(/enjoy_navi/autumn/img/img25/bg-summer_sp.jpg);
}

.nav_eve_jump.-autumn {
	background-image: url(/enjoy_navi/autumn/img/img25/bg-autumn_sp.jpg);
	background-position: center 21%;
}

.nav_eve_jump a:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.nav_jump_logo_cnt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.nav_jump_logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.nav_jump_logo img {
	width: 72%;
	height: auto;
}

.nav_jump_logo.-spr img {
	width: 69%;
	height: auto;
}

.nav_jump_logo figcaption {
	color: #ffffff;
	font-weight: 900;
	font-size: 32px;
	font-family: "Outfit", sans-serif;
}

.mapon {
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #00000060;
}

.mapon_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 80%;
	max-width: 1049px;
}

.mapon_wrapper > img {
	width: 100%;
	height: auto;
}

.mapon_btn {
	position: absolute;
	top: -2px;
	right: -34px;
	border: none;
	background: unset;
}

.-cap0605 {
	display: inline-block;
	font-size: 0.8em;
}

.-cap_end {
	display: inline-block;
	width: 100%;
	margin: 12px auto;
	padding: 15px 10px;
	border: 2px solid #ff3333;
	box-sizing: border-box;
	color: #ff3333;
	/*font-size: 0.9em;*/
	font-weight: bold;
	text-align: center;
}

.bnr_station {
	margin-bottom: 30px;
	text-align: center;
}

.bnr_station.-ichioshi {
	position: relative;
}

.bnr_station.-ichioshi::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -65px;
	left: 50%;
	width: 320px;
	height: 58px;
	background-image: url(/enjoy_navi/autumn/img/img25/txt-hd_deco01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateX(-50%);
}

.syousai {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 282px;
	background-image: url(/enjoy_navi/autumn/img/img25/bg-alpen.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.syousai_wrap {
}

.syousai_cnt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 60px;
	font-weight: bold;
}

.syousai_wrap p {
	color: #ffffff;
	font-size: 30px;
}

.ss_bar {
	position: relative;
	width: 90%;
	padding: 10px 20px;
	border-radius: 50px;
	background-color: #fff100;
	font-size: 26px;
	text-align: center;
}

.ss_bar::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -40px;
	right: 0;
	width: 155px;
	height: 38px;
	background-image: url(/enjoy_navi/autumn/img/img25/txt-enjoy.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.daikanbo_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: -1;
	height: 260px;
	padding: 0 20px 100px;
	background: linear-gradient(to top, #5ec5ea, #ef8bc7);
}

.movie {
}

.movie iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 9/16;
}

/* .movie img{
    width: 100%;
    height: auto;
} */

.cmn_img_ttl {
	margin-bottom: 30px;
	color: #d34717;
	font-weight: bold;
	font-size: 49px;
	text-align: center;
}

.spr_map {
	margin-top: -70px;
	padding-bottom: 50px;
	background-color: #0093bf;
}

.map_pop {
	position: relative;
}

.map_icn {
	position: absolute;
	top: -28px;
	left: -15px;
}

.map_img {
	width: 100%;
	height: auto;
}

.ss_campaign {
	position: relative;
	padding: 50px 0;
	background: linear-gradient(to bottom, #5ec5ea, #ef8bc7);
}

.ss_campaign p {
	padding: 10px 0;
	color: #ffffff;
	font-weight: bold;
}

.ss_campaign p.ss_camp_kinan {
	margin: 10px auto;
	padding: 10px 20px;
	border: 2px solid #ffffff;
	font-size: 25px;
	text-align: center;
}

.ss_camp_img {
	margin: 20px 0;
}

.ss_camp_img img {
	width: 100%;
	height: auto;
}

.ss_link {
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

.ss_link:first-child {
	margin-top: 40px;
}

.ss_link.-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 382px;
	height: 70px;
	padding: 10px 20px;
	border-radius: 50px;
	box-sizing: border-box;
	background-color: #fff100;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
}

.ss_link.-btn.-tw a {
	background-color: #000000;
}

.ss_link.-btn a img {
	width: 100%;
	height: auto;
}

.relation_info {
	padding: 20px 0 50px;
}

.rela_link > a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 70px;
	margin-bottom: 18px;
	margin-bottom: 10px;
	border: 3px #ffffff solid;
	border-radius: 33px;
	background: #d34717;
	color: #ffffff;
	font-weight: bold;
	/* box-shadow: 0 3px 6px #00000030; */
	font-size: 18px;
}

.rela_link:nth-child(even) > a {
	background: #fdcd00;
}

.rela_link > a::before {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-right: 8px;
	background-image: url(/enjoy_navi/autumn/img/img25/icn-car.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.rela_link.-person > a::before {
	background-image: url(/enjoy_navi/autumn/img/img25/icn-mono.png);
}

.rela_link.-ticket > a::before {
	background-image: url(/enjoy_navi/autumn/img/img25/icn-ticket.png);
}

.rela_link.-time > a::before {
	background-image: url(/enjoy_navi/autumn/img/img25/icn-time.png);
}

.rela_link.-about > a::before {
	background-image: url(/enjoy_navi/autumn/img/img25/icn-hajimete.png);
}

.rela_link > a::after {
	content: "";
	position: absolute;
	right: 26px;
	bottom: 50%;
	border-top: 3.5px solid transparent;
	border-bottom: 3.5px solid transparent;
	border-left: 8px solid #ffffff;
	transform: translateY(50%);
}

.rela_link > a:hover {
	border: 3px #d34717 solid;
	background: #ffffff;
	color: #d34717;
	transition: all 0.5s;
}

.rela_link > a:hover:after {
	border-left: 8px solid #d34717;
	transition: all 0.5s;
}

.rela_link:nth-child(even) > a:hover {
	border: 3px #fdcd00 solid;
	background: #ffffff;
	color: #fdcd00;
	transition: all 0.5s;
}

.rela_link:nth-child(even) > a:hover:after {
	border-left: 8px solid #fdcd00;
	transition: all 0.5s;
}

.rela_info_file {
	margin: 40px 0 20px;
	color: #033f97;
	text-decoration: underline;
	text-align: center;
}

.rela_info_file:hover {
	text-decoration: none;
	transition: all 0.3s;
}

.web_ticket_link {
	position: absolute;
	right: 30px;
	bottom: 20px;
}

.ticket_link_sp_wrap {
	display: none;
}

.web_ticket_link_sp {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 110px;
	z-index: 10;
}

.web_ticket_link_sp a img {
	width: 117px;
	height: 56px;
}

.business_schedule {
	position: relative;
}

.business_schedule_cnt {
	position: absolute;
	top: 840px;
	right: 30%;
	padding: 10px;
	border: solid red 2px;
	color: red;
	font-weight: bold;
	text-align: center;
}

.business_schedule_sp {
	display: none;
}

.font-min {
	font-size: 12px;
}

.stage_schedule {
	margin-top: 10px;
	padding: 20px;
	border-radius: 12px;
	background-color: #ffffff;
}

.ss_ttl {
	padding-bottom: 5px;
	border-bottom: 2px solid #03977b;
	color: #03977b;
	text-align: center;
}

.ss_tab {
	width: 100%;
}

.ss_tab tr {
	border-bottom: 2px dotted #03977b;
}

.ss_tab tr:last-child {
	border-bottom: none;
}

.ss_tab tr th {
	padding: 8px 10px 8px 0;
	text-align: left;
}

.ss_tab tr td {
	padding: 8px 5px;
	font-weight: bold;
	text-align: left;
}

.snow_motto {
	display: none;
}

@media screen and (max-width:1485px) {
	.business_schedule_cnt {
		top: 740px;
		right: 10%;
		left: 10%;
	}
}

@media screen and (max-width:1313px) {
	.business_schedule_cnt {
		top: 720px;
	}
}

@media screen and (max-width:1085px) {
	.business_schedule_cnt {
		top: 700px;
	}
}

@media screen and (max-width:1024px) {
	.business_schedule_cnt {
		top: 1120px;
	}
}

@media screen and (max-width:1020px) {
	.vis-sp {
		display: block;
	}

	body {
		min-width: auto;
		font-size: 14px;
	}

	* > li {
	}

	a {
	}

	a:visited {
	}

	a:-webkit-any-link {
	}

	.inner {
		padding: 0 18px;
	}

	.snow {
	}

	.main {
		right: 5%;
		width: 375px;
	}

	.main_wrapp {
	}

	/* hero */
	.hero {
	}

	.hero_ttl {
	}

	.hero_ttl img {
		width: 100%;
		height: auto;
	}

	.hero_bgimg {
	}

	/* intro */
	.intro {
		padding-top: 80px;
	}

	.intro_text {
		margin-bottom: 45px;
		line-height: 27px;
	}

	.intro .intro_stage {
	}

	.intro_stage_wrapper {
		width: 100%;
		height: 180px;
	}

	.intro_stage_cnt {
	}

	.intro_stage_cnt:hover {
	}

	.intro_stage_ttl {
		top: -20px;
		font-size: 26px;
	}

	.intro_stage_txt {
	}

	.intro_stage_txt_top {
		font-size: 17px;
	}

	.intro_stage_txt_mid {
	}

	.intro_stage_txt_mid > img {
	}

	.intro_stage_txt_btm {
		font-size: 29px;
	}

	.stage_30th {
		width: 41px;
	}

	.stage_30th > img {
		width: 100%;
		height: auto;
	}

	.dow {
		width: 31px;
		height: 31px;
		font-size: 17px;
	}

	.st1st {
		margin-bottom: 75px;
	}

	.st1st .intro_stage_cnt {
	}

	.st1st .intro_stage_cnt:hover {
	}

	.st1st .intro_stage_ttl {
	}

	.st1st .intro_stage_txt_top {
	}

	.st1st .intro_stage_txt_mid {
	}

	.st1st .intro_stage_txt_btm {
	}

	.st1st .dow {
	}

	.st2nd .intro_stage_cnt {
	}

	.st2nd .intro_stage_cnt:hover {
	}

	.st2nd .intro_stage_ttl {
	}

	.st2nd .intro_stage_txt_top {
	}

	.st2nd .intro_stage_txt_mid {
	}

	.st2nd .intro_stage_txt_btm {
	}

	.st2nd .dow {
	}

	.intro_stage_link {
		width: 55px;
		height: 55px;
	}

	.intro_stage_link > img {
		width: 100%;
		height: 100%;
	}

	.intro_event {
	}

	.intro_event_wrapper {
	}

	.intro_event_wrapper::after,
	.intro_event_wrapper::before {
	}

	.intro_event_wrapper::after {
	}

	.intro_event_wrapper::before {
	}

	.intro_event_cnt {
	}

	.intro_event_ttl {
	}

	.intro_event_tbl tr {
		padding: 17.5px 0;
	}

	.intro_event_tbl td,
	.intro_event_tblth {
	}

	.intro_event_tbl th {
	}

	.intro_event_tbl td {
	}

	.intro_event_tbl {
	}

	/* MAP */
	.map {
	}

	.map > h2 {
	}

	.map_hd {
	}

	.map_hd > h2 {
		font-size: 40px;
	}

	.map_hd_border {
		font-size: 41px;
	}

	.map_pic {
	}

	.map_pic > img {
		width: 100%;
		height: auto;
	}

	.map_pic_ex {
	}

	/* harutabi */
	.harutabi {
	}

	.harutabi::before {
	}

	.harutabi > .inner {
	}

	.hd {
	}

	.hd_img {
	}

	.hd_cnt {
	}

	.hd_tile {
		font-size: 26px;
	}

	.hd_ttl {
	}

	.hd_ttl_top {
		font-size: 17px;
	}

	.hd_ttl_top > img {
	}

	.hd_ttl_mid {
		width: 300px;
		height: 87px;
	}

	.hd_ttl_mid > img {
		width: 100%;
		height: auto;
	}

	.hd_ttl_btm {
		font-size: 29px;
	}

	.hd_ttl_btm > .dow {
	}

	.hd_txt {
		margin-top: 10px;
		line-height: 27px;
	}

	.hd_txt > p {
	}

	.harutabi_event {
	}

	.harutabi_event_main {
		padding-top: 150px;
	}

	.harutabi_event_main_hd {
	}

	.harutabi_event_main_hd > h3 > img {
		width: 275px;
		height: auto;
	}

	.event-hd {
		width: 93%;
	}

	.event-hd > h3 {
		font-size: 36px;
	}

	.event_hd_border {
		font-size: 36px;
	}

	.event_hd_small {
	}

	.harutabi_event_main_cnt {
	}

	.harutabi_enevt_no {
		width: 72px;
		height: 69px;
		font-size: 43px;
	}

	.harutabi_enevt_no > p {
	}

	.harutabi_event_main_img {
	}

	.harutabi_event_main_img > img {
	}

	.harutabi_event_main_detail {
		margin-bottom: 30px;
	}

	.harutabi_event_main_detail > p {
		line-height: 27px;
	}

	.harutabi_event_main_detail_tbl {
	}

	.harutabi_event_main_detail_tbl button {
	}

	.harutabi_event_main_detail_tbl button:hover {
	}

	.harutabi_event_main_detail_tbl tbody {
	}

	.harutabi_event_main_detail_tbl tr {
	}

	.harutabi_event_main_detail_tbl tr:last-child {
	}

	.harutabi_event_main_detail_tbl th {
	}

	.harutabi_event_anniv {
		padding-top: 185px;
	}

	.harutabi_event_anniv_hd {
	}

	.harutabi_event_anniv_hd > h3 > img {
		width: 282px;
		height: auto;
	}

	.harutabi_event_anniv_wrapper {
	}

	.harutabi_event_anniv_tile {
		margin-bottom: 47px;
		padding: 20px 15px;
		box-shadow: 9px 9px 0 #0071bc;
	}

	.harutabi_event_anniv_tile_img {
	}

	.harutabi_event_anniv_tile_ttl {
		margin-bottom: 10px;
	}

	.harutabi_event_anniv_tile_txt {
		margin-bottom: 12px;
	}

	.harutabi_event_anniv_tile_txt > p {
		line-height: 27px;
	}

	.harutabi_event_anniv_tile_tbl {
	}

	.harutabi_event_anniv_tile_tbl button {
	}

	.harutabi_event_anniv_tile_tbl button:hover {
	}

	.harutabi_event_anniv_tile_tbl tbody {
	}

	.harutabi_event_anniv_tile_tbl tr {
	}

	.harutabi_event_anniv_tile_tbl tr:last-child {
	}

	.harutabi_event_anniv_tile_tbl th {
	}

	.harutabi_event_anniv_tile_warning {
	}

	.harutabi_event_anniv_tile_warning > li {
		white-space: unset;
	}

	.harutabi_event_anniv_tile_warning > li::before {
	}

	.harutabi_event_anniv_ttl {
		margin-bottom: 13px;
		font-size: 21px;
	}

	.harutabi_event_anniv_cnt {
		margin-bottom: 28.5px;
	}

	.harutabi_event_anniv_cnt:last-child {
	}

	.harutabi_event_anniv_cnt_img {
	}

	.harutabi_event_anniv_cnt_img > img {
	}

	.harutabi_event_anniv_cnt_ttl {
		padding-bottom: 5.5px;
		font-size: 21px;
	}

	.harutabi_event_anniv_cnt_ttl > p {
	}

	.harutabi_event_anniv_cnt_txt {
	}

	.harutabi_event_anniv_cnt_txt > p {
		line-height: 27px;
	}

	.harutabi_event_anniv_cnt_tbl {
	}

	.harutabi_event_anniv_cnt_tbl button {
	}

	.harutabi_event_anniv_cnt_tbl button:hover {
	}

	.harutabi_event_anniv_cnt_tbl tbody {
	}

	.harutabi_event_anniv_cnt_tbl tr {
	}

	.harutabi_event_anniv_cnt_tbl tr:last-child {
	}

	.harutabi_event_anniv_cnt_tbl th {
	}

	.harutabi_event_anniv_cnt > small {
	}

	.eighth_cnt {
	}

	.eighth_cnt:last-child {
	}

	.eghth_cnt_item {
		width: 100px;
		height: 100px;
	}

	.-eighth .harutabi_event_anniv_cnt_txt {
	}

	.-eighth .harutabi_event_anniv_cnt_ttl {
	}

	.eighth_hd {
		font-size: 21px;
	}

	.-eighth .harutabi_enevt_no {
	}

	.eighth_hd > p {
	}

	/* secndstage */
	.secndstage {
		padding-top: 260px;
	}

	.secndstage::before {
	}

	.secndstage > .inner {
	}

	.secndstage_bgw {
	}

	.secndstage_bgy {
	}

	.secndstage_hd {
	}

	.secndstage_hd_img {
	}

	.secndstage_hd_cnt {
	}

	.secndstage_hd_tile {
		font-size: 26px;
	}

	.secndstage_hd_ttl {
	}

	.secndstage_hd_ttl_top {
		font-size: 17px;
	}

	.secndstage_hd_ttl_top > img {
	}

	.secndstage_hd_ttl_mid {
		width: 100%;
	}

	.secndstage_hd_ttl_mid > img {
		width: 100%;
		height: auto;
	}

	.secndstage_hd_ttl_btm {
		font-size: 29px;
	}

	.secndstage_hd_ttl_btm > .dow {
	}

	.secndstage_hd_txt {
		margin-top: 12px;
	}

	.secndstage_hd_txt > p {
		line-height: 27px;
	}

	.secndstage_event {
		padding-top: 146px;
		padding-bottom: 22px;
	}

	.secntstage_event_hd {
	}

	.secntstage_event_hd > h3 > img {
		width: 275px;
		height: auto;
	}

	.secndstage_event_cnt {
		margin-bottom: 23px;
	}

	.secndstage_event_img {
	}

	.secndstage_event_img > img {
		width: 100%;
		height: auto;
	}

	.secndstage_event_img_cnt {
	}

	.-eleventh {
	}

	.-tenth .secndstage_event_img_cnt {
	}

	.secndstage_event_img_cnt > img {
	}

	.secndstage_event_item {
		transform: translateY(-39px);
	}

	.secndstage_event_ttl {
		font-size: 21px;
	}

	.secndstage_event_ttl > p {
	}

	.event_ttl_s {
		display: inline-block;
		font-size: 14px;
		line-height: 22px;
	}

	.-nineth .secndstage_event_ttl {
		margin-bottom: 11px;
	}

	.-nineth .secndstage_event_ttl img {
		width: 250px;
		height: auto;
		aspect-ratio: 289 / 77;
	}

	.secndstage_event_txt {
		margin-bottom: 10px;
	}

	.secndstage_event_txt > p {
		line-height: 27px;
	}

	.secndstage_event_tbl {
		margin-bottom: 20px;
	}

	.secndstage_event_tbl button {
	}

	.secndstage_event_tbl button:hover {
	}

	.secndstage_event_tbl tbody {
	}

	.secndstage_event_tbl tr {
	}

	.secndstage_event_tbl tr:last-child {
	}

	.secndstage_event_tbl th {
	}

	.secndstage_event_tbl td {
	}

	.s_eleventh {
	}

	.secndstage_event_link {
	}

	.secndstage_event_link > a {
	}

	.secndstage_event_link > a:hover {
	}

	.secndstage_charm {
	}

	.secndstage_charm_hd {
		font-size: 21px;
	}

	.secndstage_charm_hd::before,
	.secndstage_charm_hd::after {
	}

	.secndstage_charm_hd::before {
	}

	.secndstage_charm_hd::after {
	}

	.secndstage_charm_hd > p {
	}

	.secndstage_charm_cnt {
		padding: 67px 8.5px 40px;
	}

	.secndstage_charm_cnt.part3 {
	}

	.secndstage_charm_balloon {
		width: 110px;
		height: 110px;
		font-size: 32px;
	}

	.secndstage_charm_balloon > p {
	}

	.secndstage_charm_balloon::after {
		bottom: -11px;
		border-top: 15px solid #ffffff;
		border-right: 12px solid transparent;
		border-left: 12px solid transparent;
	}

	.secndstage_charm_ttl {
	}

	.charm_ttl_small {
	}

	.charm_ttl_big {
		font-size: 20px;
	}

	.secndstage_charm_img {
	}

	.part1 .secndstage_charm_img {
	}

	.part2 .secndstage_charm_img {
	}

	.part3 .secndstage_charm_img {
	}

	.secndstage_charm_img > img {
	}

	.charm_pic11 {
	}

	.charm_pic12 {
		border-top: 5px solid #1a9664;
		border-right: 5px solid #1a9664;
	}

	.charm_pic21 {
	}

	.charm_pic22 {
		border-top: 5px solid #1a9664;
		border-right: 5px solid #1a9664;
	}

	.charm_pic31 {
		border-top: 5px solid #1a9664;
		border-right: 5px solid #1a9664;
	}

	.charm_pic32 {
	}

	.secndstage_charm_txt {
		width: 92%;
		line-height: 27px;
	}

	.part3 .secndstage_charm_txt {
	}

	.secndstage_charm_txt > p {
	}

	.secndstage_charm_link {
		font-size: 21px;
	}

	.secndstage_charm_link_ttl {
		font-size: 13px;
	}

	.secndstage_charm_link_ttl::before,
	.secndstage_charm_link_ttl::after {
		width: 14px;
	}

	.secndstage_charm_link_ttl::before {
	}

	.secndstage_charm_link_ttl::after {
	}

	.secndstage_charm_link_ttl > p {
	}

	.secndstage_charm_link > a {
	}

	.secndstage_charm_link > a::after {
	}

	.secndstage_charm_link > a:hover {
	}

	.various {
		padding: 25px 0 30px;
	}

	.various_ttl {
		margin-bottom: 14px;
		font-size: 21px;
	}

	.various_img {
	}

	.various_img > img {
	}

	.various_link {
		font-size: 21px;
	}

	.various_link > li {
	}

	.various_link a:hover {
	}

	.link_border {
	}

	/* info */
	.info {
		padding: 65px 0 20px;
	}

	.info_hd {
		margin-bottom: 20px;
	}

	.info_hd > h2 {
		font-size: 29px;
	}

	.info_hd > p {
		font-size: 12px;
	}

	.info_link {
		margin-bottom: 18px;
	}

	.info_link > a {
		height: 54px;
		margin-bottom: 12px;
	}

	.info_link > a::after {
	}

	.info_link > a:hover {
	}

	.info_link > a:hover:after {
	}

	.info_notes {
		margin-bottom: 25px;
		font-size: 12px;
	}

	.info_notes > a {
	}

	.info_infection {
		padding: 15.7px 12px 23px;
	}

	.info_infection_hd {
	}

	.info_infection_hd > h3 {
		font-size: 16px;
	}

	.info_infection_hd > p {
		font-size: 13px;
	}

	.info_infection_txt {
		font-size: 13px;
	}

	.info_infection_txt a {
	}

	/* footer */
	.footer {
		padding-bottom: 104px;
	}

	.footer_wrapper {
		gap: 10px;
		height: 200px;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.footer_gotop {
		top: -35px;
		width: 70px;
		height: 70px;
	}

	.footer_gotop img {
	}

	.footer_logo {
	}

	.foot_logo {
		width: 100%;
		box-sizing: border-box;
	}

	.foot_logo figure {
		width: 100%;
	}

	.foot_logo figure img {
		width: 100%;
		height: auto;
	}

	.footer_link {
	}

	.footer_link > a {
	}

	.footer_link > a:hover {
	}

	.footer_copylight {
	}

	.footer_copylight > small {
	}

	/* back */.back {
	}

	.back_left {
		width: calc(100% - 375px - 5%);
	}

	.back_left_hd {
	}

	.back_left_imgg {
	}

	.back_left_imgg > img {
	}

	.back_left_imgb {
	}

	.back_left_imgb > img {
	}

	.back_left .intro_stage {
	}

	.back_left .intro_stage_wrapper {
	}

	.back_left .st1st {
	}

	.back_right {
		width: 5%;
		min-width: unset;
	}

	.back_right_img {
		display: none;
	}

	.back_right_img > img {
	}

	.back_right_list {
		display: none;
	}

	.back_right_list > li {
	}

	.is-active .right_list_link_border {
	}

	.is-active .right_list_link_border::after {
	}

	.right_list_link_border::after {
	}

	.head_bar {
		top: -20px;
	}

	.menu {
		/* top: 165px; */
		right: 20px;
	}

	.gnav {
		font-size: 14px;
	}

	.gnav_wrapper {
		/* padding: 38px 18px; */
	}

	.gnav_list {
		padding-bottom: 65px;
	}

	.nav_eve_jump {
		padding: 0;
		background-size: cover;
	}

	.nav_jump_logo_cnt {
		padding: 20px 13px;
	}

	.bnr_station img {
		width: 100%;
		height: auto;
	}

	.event_ttl {
		height: 69px;
		font-size: 23px;
	}

	.md_ttl {
		font-size: 30px;
	}

	.md_ttl_img {
		width: 45%;
	}

	.md_ttl_img img {
		width: 100%;
		height: auto;
	}

	.md_zekkei_img img {
		width: 100%;
		height: auto;
	}

	.md_zekkei_img.-z02 img {
		width: 80%;
		height: auto;
	}

	.md_img_wrap .md_img img {
		width: 100%;
		height: auto;
	}

	.md_arr {
		width: 80%;
	}

	.md_arr img {
		width: 100%;
		height: auto;
	}

	.dai_txt01 img {
		width: 100%;
		height: auto;
	}

	.syousai_wrap p {
		font-size: 25px;
	}

	.ss_bar {
		font-size: 28px;
	}

	.alpen_logo {
		right: clamp(75px, 20%, 500px);
		width: 77%;
	}

	.alpen_logo figure {
		width: 100%;
	}

	.alpen_logo figure img {
		width: 100%;
		height: auto;
	}

	.ss_campaign p.ss_camp_kinan {
		font-size: 20px;
	}

	.business_schedule_cnt {
		top: 740px;
	}
}

@media screen and (max-width:912px) {
	.business_schedule_cnt {
		top: 1200px;
	}
}

@media screen and (max-width:853px) {
	.business_schedule_cnt {
		top: 1090px;
	}
}

@media screen and (max-width:820px) {
	.business_schedule_cnt {
		top: 990px;
	}
}

@media screen and (max-width:768px) {
	.business_schedule_cnt {
		top: 830px;
	}
}

@media screen and (max-width:767px) {
	.business_schedule_cnt {
		display: none;
	}
}

@media screen and (max-width:720px) {
	.vis-sp {
		display: block;
	}

	.main {
		right: 0;
		width: 100%;
	}

	.back {
		display: none;
	}

	.mapon_wrapper {
		width: 100%;
	}

	.mapon_btn {
		top: -36px;
		right: 0;
	}

	.alpen_logo {
		right: 0;
		left: 20px;
		width: 60%;
	}

	.bnr_station img {
		width: 87%;
		height: auto;
	}

	/* .event::before{
        width: 260px;
        height: 21px;
        left: 40%;
        top: -30px;
    } */
	.foot_season_event {
		display: block;
	}

	.nav_jump_logo figcaption,
	.nav_jump_logo_cnt {
		color: #ffffff;
		font-weight: 900;
		font-size: 13px;
		font-family: "Outfit", sans-serif;
	}

	.nav_jump_logo_txt {
		font-size: 15px;
	}

	.ticket_link_sp_wrap {
		display: block;
	}

	.business_schedule {
		display: none;
	}

	.business_schedule_sp {
		display: block;
		margin-bottom: 10px;
		padding: 10px;
		border: solid red 2px;
		color: red;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
	}

	.business_schedule_cnt_sp {
	}

	.font-min {
		font-size: 10px;
	}

	.haru_event_sec:first-child {
		padding-top: 50px;
	}

	.haru_event_sec.-h05::before {
		top: -64px;
		width: 360px;
		height: 75px;
	}

	.haru_event_sec.-h01::before {
		width: 260px;
		height: 25px;
	}
}

@media screen and (max-width:437px) {
	.event::before {
		top: -25px;
	}

	.haru_event_sec:first-child {
		padding-top: 30px;
	}
}

/* @media screen and (max-width:390px) {
    .event::before{
        top: -38px;
    }
} */

@media print {
}
