@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");

@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

.vis-sp {
	display: none;
}

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

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, 30%, 550px); */
	left: 50%;
	transform: translateX(-50%);
	width: 500px;
	padding: 120px 0 0;
	overflow: hidden;
	background: #fff;
}

.main::after,
.main::before {
	content: "";
	position: absolute;
	top: 0;
	z-index: 1000;
	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%;
	/* height: 100vh; */
	/* height: 950px; */
	padding-top: 30px;
	/* 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: 30px 0 30px;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

.since {
	text-align: center;
}




.main_ttl {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

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

/* intro */
#message {
	padding-top: 80px;
	margin-top: -80px;
}

.intro {
	padding: 0px 0 51px;
	background-image: url(/55th/img/bg-message.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 750px;
	margin-bottom: 50px;
}

.intro_ttl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

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

.intro_text {
	padding: 40px 20px 20px;
	/* margin-bottom: 82px; */
	font-weight: bold;
	line-height: 32px;
	text-align: center;

}

.intro_text h3 {

	font-size: 27px;
	margin-bottom: 16px;
}

.intro_text p.message {
	font-size: 16px;
	font-weight: 500;
}

.intro_text p.message span {
	display: inline-block;
	border-bottom: 1px dashed #B25E5E;
	padding: 8px 20px;
}

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

.intro_catch span {
	color: #ef8bc7;
	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";
}

.logo_thought {}

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

.thought_logo_img {
	margin-bottom: 30px;
}

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

.thought_txt {
	font-weight: 500;
	line-height: 2.2;
	margin-bottom: 40px;
}

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

.thought_foot_img {
	margin-bottom: 50px;
}

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

.event {
	padding-top: 80px;
	margin-top: -80px;
}

.event_ttl_wrap {
	text-align: right;
	padding-left: 20px;
	margin-bottom: 50px;
}

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

.event_ttl span {
	display: block;
	text-align: left;
	margin-top: -20px;
}

.event_txt {
	font-weight: 500;
	line-height: 2.2;
	margin-bottom: 40px;
}

.event_txt span {
	display: inline-block;
	padding-top: 20px;
	font-size: 14px;
}

.eve_coming {
	text-align: center;
	margin: 50px auto;
}


#history {
	padding-top: 80px;
	margin-top: -80px;
}

.history {
	position: relative;
	padding: 50px 0;
	background-color: #ffffff;
	background-image: linear-gradient(90deg, #e8e8e866 1px, transparent 1px), linear-gradient(#e8e8e866 1px, transparent 1px);
	background-position: 10px 10px;
	background-size: 33px 33px;
}

.history::after {
	content: "";
	display: inline-block;
	background-image: url(/55th/img/foot.webp);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
}

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

.history_ttl {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}

.history_cnt a {
	margin-bottom: 20px;
	display: block;
	position: relative;
}

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

.history_cnt a:hover::after {
	content: "";
	display: inline-block;
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.history_cnt a img {
	width: 100%;
	height: auto;
}

.outro {
	position: relative;
	padding: 50px 0;
	background-image: url(/55th/img/bg-outro.webp);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 818px;
	margin-bottom: 100px;
}

.outro_txt {
	color: #fff;
	font-weight: bold;
	line-height: 2.2;
	font-size: 20px;
	text-align: center;
	padding-top: 50px;
}

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

.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; */
	background-color: #fff;
}

.harutabi::before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: -10;
	width: 100%;
	height: 500px;
	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);
} */
.harutabi_hd_wrap {
	position: relative;
	/* z-index: -1; */
	/* height: 610px; */
	height: 400px;
	padding: 70px 0 100px;
	/* border-radius: 250px 250px 0 0; */
	/* background: linear-gradient(to bottom, #5ec5ea, #ef8bc7); */
	background-image: url(/enjoy_navi/snow_otani/2026/img/bg-event_top.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

/* .harutabi_hd {
    padding-bottom: 40px;
} */
.harutabi_hd_img {
	text-align: center;
	/* position: absolute;
    top: 7px;
    right: 50%;
    transform: translateX(50%); */
}

.map_wrap {
	position: relative;
}

.murodo_map {
	text-align: center;
}



.icn_murodo {
	position: absolute;
	left: 17%;
	top: 26%;
}

.icn_daikanbo {
	position: absolute;
	left: 34.5%;
	top: 6%;
}

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

.harutabi_hd_tile {
	/* margin-bottom: 20px; */
	/* padding: 25px 20px; */
	padding: 15px 20px 0;
	color: #ffffff;
}

.harutabi_hd_tile h2 {
	font-family: "Marcellus", serif;
	font-size: 64px;
	display: flex;
	flex-direction: column;
	font-weight: normal;
}

.harutabi_hd_tile h2 span {
	font-size: 16px;
	font-weight: bold;
	font-family: "Noto Sans", sans-serif;
}

.ttl_line {
	text-align: right;
	max-width: 90%;
	margin: 0 0 0 auto;
}

.ss_campaign .ttl_line {
	text-align: left;
	max-width: 90%;
	margin: 0 auto 70px 0;
}

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

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

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

.harutabi_hd_ttl {}

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

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

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

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

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

.harutabi_hd_txt {
	margin-top: 28px;
	line-height: 32px;
}

.harutabi_hd_txt>p {
	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;
}





.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;
}

.murodo {
	position: relative;
}



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


.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%);
}



/* 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);
}


.-eleventh {
	margin-bottom: 0;
}

.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: 2px 0 73.5px;
	background-color: #ffffff;
}

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



/* .info_hd>h2::before,
.info_hd>h2::after {
    content: "";
    display: inline-block;
    background-image: url(/enjoy_navi/snow_otani/img25/);
} */
.info_hd>div {
	margin-bottom: 30px;
}

.info_hd>div>span {
	background-image: linear-gradient(90deg, #F2A2BA, #A9E2F7);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 40%;
	display: inline;
	font-size: 16px;
	font-weight: bold;
}

.info_sns_bnr img {}

.info_link {
	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, #5ec5ea, #ef8bc7);
	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 #004ba2 solid;
	background: #ffffff;
	color: #004ba2;
	transition: all 0.5s;
}

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

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

.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;
	background-color: #f7f5e0;
	background-image: linear-gradient(90deg, #f2efde66 2px, transparent 2px), linear-gradient(#f2efde66 2px, transparent 2px);
	background-position: 10px 10px;
	background-size: 34px 34px;

}

.back::after,
.back::before {
	content: "";
	display: inline-block;
	background-image: url(/55th/img/txt-bg_txt.webp);
	background-repeat: repeat-x;
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 24px;
}

.back::after {
	bottom: 30px;
}

.back::before {
	top: 30px;
}

.back_left {
	position: relative;
	/* width: calc(100% - 550px - clamp(200px, 20%, 550px)); */
	width: calc(50% - 250px);
	height: 100vh;
	/* background-image: url(/enjoy_navi/snow_otani//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%); */
	position: absolute;
	top: 45%;
	left: 50%;
	width: 100%;
	/* max-width: 420px; */
	transform: translate(-50%, -50%);
	padding: 10px;
	box-sizing: border-box;
}

.back_left .intro_stage_wrapper {
	width: 100%;
}

.back_logo {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
}

.back_left .left_pt_wrap {
	position: relative;
}

.back_left .left_pt {}

.left_item_wrap,
.right_item_wrap {
	display: inline-block;
	position: relative;
}

.left_pt,
.right_pt {
	position: absolute;
}

.left_pt.pt01 {
	left: 0%;
	transform: translateY(-50%);
	top: 48%;
}

.left_pt.pt02 {
	transform: translate(-50%, -50%);
	top: 75%;
	left: 35%;
}

.left_pt.pt03 {
	transform: translateY(-50%);
	top: 50%;
	right: 10%;
}

.left_pt.pt04 {
	right: 0%;
	bottom: 10%;
}

.right_pt.pt05 {
	left: 10%;
	top: 10%;
}

.right_pt.pt05 .deco01 {
	position: absolute;
	top: 15%;
	left: 80%;
}

.right_pt.pt06 {
	transform: translateY(-50%);
	top: 43%;
	right: 0%;
}

.right_pt.pt07 {
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}

.right_pt.pt08 {
	right: 10%;
	bottom: 18%;
}

.right_pt.pt09 {
	left: 12%;
	bottom: 10%;
}


/* .back_left .left_pt:nth-child(even) {
	margin-right: -40%;
	margin-left: 0;
}

.back_left .left_pt.links a {
	transition: all 0.3s;
	display: inline-block;
}

.back_left .left_pt.links a:hover {
	rotate: -10deg;
	transition: all 0.2s;
}

.back_left .left_pt.links a img {
	transition: all 0.3s;
}

.back_left .left_pt.links a:hover img {
	transform: scale(1.2);
	transition: all 0.3s;
}

.left_pt.pt02 .deco01 {
	position: absolute;
	top: -75%;
	left: 42%;
}

.left_pt.pt04 .deco02 {
	position: absolute;
	top: -20%;
	right: -12%;
}

.left_pt.pt05 .deco03 {
	position: absolute;
	top: -33%;
	left: -30%;
}

.left_pt.links .deco04 {
	position: absolute;
	top: 0%;
	left: -20%;
} */

/* 動き */
.back_left .left_pt.links a:hover .deco04 {
	transform: scale(1.1);
}

.left_pt>img,
.left_pt>.left_item_wrap>img,
.right_pt>img,
.right_pt>.right_item_wrap>img {
	transition: all 0.1s;
}

.left_pt>img:hover,
.left_pt>.left_item_wrap>img:hover,
.right_pt>img:hover,
.right_pt>.right_item_wrap>img:hover {
	transition: all 0.3s;
	transform: scale(1.1);
	/* transform: rotate(15deg); */
}

.right_pt>.right_item_wrap>img.deco01:hover {
	transform: rotate(15deg);
}

/* .left_pt>.left_item_wrap>img.deco03:hover,
.left_pt:nth-child(even)>img:hover,
.left_pt:nth-child(even)>.left_item_wrap>img:hover,
.right_pt:nth-child(even)>img:hover,
.right_pt:nth-child(even)>.right_item_wrap>img:hover {
	transform: rotate(-15deg);
} */

/* .left_pt.pt04 > .left_item_wrap > img:hover,
.right_pt.pt06 img:hover,
.right_pt.pt7 img:hover{
	transition: all 0.3s;
	transform: scale(1.1);
} */

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

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

.back_right {
	position: relative;
	/* width: 30%;
	min-width: 200px;
	max-width: 500px; */
	width: calc(50% - 250px);
	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;
	justify-content: center;
	gap: 5px;
	height: 100%;
}

.cnt_jump a {
	/* display: flex;
	justify-content: center;
	align-items: center; */
	padding: 0 25px;
	box-sizing: border-box;
	position: relative;

}

.cnt_jump a.jump_spring {
	margin-left: -35%;
}

.cnt_jump a.jump_spring .jump_logo img {
	transition: all 0.1s;
}

.cnt_jump a.jump_spring:hover .jump_logo img {
	transform: scale(1.1);
	transition: all 0.2s;
}

.cnt_jump a.jump_spring .br_deco01 {
	position: absolute;
	top: -20px;
	left: 20px;
}

.cnt_jump a.jump_spring .br_deco02 {
	position: absolute;
	top: 0;
	right: -60px;
}

.cnt_jump a.jump_summer {
	margin-right: -35%;
}

.cnt_jump a.jump_autumn {
	margin-left: -35%;
}

.cnt_jump a.-pe_none {
	pointer-events: none;
}

.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; */
	position: relative;
	bottom: 8.5px;
}

.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: -20px;
	z-index: 50;
	width: 100%;
}

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

/* menu */
.fix_menu {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9980;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 500px;
	padding: 12px 20px;
	background-color: #fff;
	box-sizing: border-box;
}
.fix_menu.-open{
	background-color: transparent;
}
/* .fix_menu::after,
.fix_menu::before {
	content: "";
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 1px;
	height: 100%;
}

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

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

.alpen_logo {
	/* position: fixed;
	top: 50px;
	left: calc(50% - 50px);
	transform: translateX(-50%); */
	/* 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: relative;
	/* top: 25px;
	right: clamp(200px, 21%, 450px); */
	/* top: 50px; */
	/* right: clamp(195px, 31%, 550px); */
	/* transform: translateX(-50%);
	left: calc(50% + 180px); */
	/* z-index: 9980; */
	width: 44px;
	height: 44px;
	border: unset;
	border-radius: 50%;
	box-shadow: 0 3px 6px #00000016;
	/* background-color: #ffffffAE; */
	background: linear-gradient(70deg, #047CB3, #88C122);
	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: 50%;
	left: 50%;
	width: 30px;
	height: 2px;
	background-color: #fff;
	transform: translateX(-50%);
	transition: 0.4s;
}

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

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

.menu_line:after {
	top: 6px;
}

.menu_txt {
	position: absolute;
	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;
}

.menu_logo {
	text-align: center;
	margin: 30px auto 20px;
}

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

.gnav_wrapper {
	padding: 80px 0;
}

.gnav_logo_wrap {
	padding: 35px 0 40px;
	background: linear-gradient(180deg, rgba(241, 236, 233, 0.6), 25%, rgba(255, 255, 255, 0));
	margin-top: 20px;
	border-radius: 40px 40px 0 0;
}

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

.gnav_menu {
	margin-bottom: 20px;
}

.gnav_menu a {
	display: block;
	margin-bottom: 8px;
}

.gnav_menu a span {
	display: block;
	margin-top: -10px;
}

.nav_item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-weight: bold;
	font-size: 20px;
}

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

/* .gnav li {
	font-weight: bold;
	position: relative;
	padding-left: 15px;
}

.gnav li::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 50%;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #F2B2C5;
	transform: translateY(50%);
	border-radius: 3px;
}

.gnav li:nth-child(even):before {
	border-left: 10px solid #BDE5F4;
} */

.gnav_rela_menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 30px;
}

.gnav_link>a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 5;
	width: 100%;
	height: 41px;
	border-radius: 50px;
	background: linear-gradient(70deg, #047CB3, #88C122);
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	transition: all 0.3s;
}

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

.gnav_logo {
	margin-bottom: 20px;
	text-align: center;
}

.gnav_stage_list {
	padding-left: 20px;
}

.foot_season_event {
	display: none;
}

.foot_nav_event_wrap {
	display: none;
	position: fixed;
	bottom: 0;
}

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

.nav_eve_jump {}

.nav_eve_jump.-summer {}



.nav_eve_jump.-autumn {}

.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: 100%;
	height: auto;
}

.foot_nav_event_wrap .nav_eve_jump.-spring {
	background-color: #EAF4F5;
}

.foot_nav_event_wrap .nav_eve_jump.-summer {
	background-color: #EFF8E1;
}

.foot_nav_event_wrap .nav_eve_jump.-autumn {
	background-color: #F7EFE9;
}

.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 {
	text-align: center;
}

.syousai {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 282px;
	background-image: url(/enjoy_navi/snow_otani/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/snow_otani/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;
	/* height: 260px; */
	padding: 70px 0 100px;
	border-radius: 250px 250px 0 0;
	background-color: #BDE5F4;

}





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


.map_bln {
	position: absolute;
	right: 0;
	top: -40px;
}

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

.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_ttl {
	font-family: "Marcellus", serif;
	font-size: 64px;
	display: flex;
	flex-direction: column;
	font-weight: normal;
	/* margin-bottom: 70px; */
}

.ss_camp_ttl span {
	font-size: 16px;
	font-weight: bold;
	font-family: "Noto Sans", sans-serif;
}

.ss_camp {
	position: relative;
	margin-bottom: 80px;
}

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

.ss_camp_cnt {
	background-color: #f1ece9;
	border-radius: 15px;
	position: relative;
	z-index: 5;
	padding: 50px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.ss_camp::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #A9E2F7 0%, #F2A2BA 100%);
	/* filter: blur(10px); */
	border-radius: 15px;
}

.ss_camp.-sc02 .ss_camp_cnt {
	background-color: #EAF4F5;
}

.ss_camp_day {
	background-color: #fff;
	padding: 10px 20px;
	width: 260px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.ss_camp_num {
	position: absolute;
	left: -14px;
	top: -18px;
	z-index: 10;
}

.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 a:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

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

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

.relation_info {
	padding: 50px 0;
	background: #F8F6E5;
	position: relative;
}

/* .relation_info::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/enjoy_navi/snow_otani/2026/img/bg-info.webp);
	background-repeat: repeat;
	top: 0;
} */

.rela_link {
	position: relative;
	margin-bottom: 14px;
}

.rela_link::before {
	content: '';
	position: absolute;
	z-index: 1;
	transform: translateX(-50%);
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	background: linear-gradient(70deg, #047CB3, #88C122);
	border-radius: 33px;
}

/* 
.rela_link:nth-child(odd)::before {
	background: #5EC5EA;
} */

.rela_link>a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 5;
	width: 100%;
	height: 70px;
	margin-bottom: 18px;
	margin-bottom: 10px;
	/* border: 3px #ffffff solid; */
	border-radius: 33px;
	background: linear-gradient(70deg, #047CB3, #88C122);
	color: #fff;
	font-weight: bold;
	/* box-shadow: 0 3px 6px #00000030; */
	font-size: 18px;
	transition: all 0.3s;
}

/* .rela_link:nth-child(odd)>a {
	background: #BDE5F4;
} */

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

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

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

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

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

/* .rela_link>a::after {
	content: "";
	display: inline-block;
	background-image: url(/enjoy_navi/snow_otani/2026/img/arr.webp);
	background-size: contain;
	background-repeat: no-repeat;
	width: 0.8em;
	height: 0.8em;
	position: absolute;
	right: 26px;
	bottom: 50%;
	transform: translateY(50%);
	z-index: 1;
} */

.rela_link>a:hover {
	transform: translateY(-8px);
	transition: all 0.3s;
	background: #fff;
	color: #333;
}




.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;
}

.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;
}

.gnav_event {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	box-sizing: border-box;
}

.logo_55th {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.hero_bgimg {
	width: 100%;
	height: 440px;
	margin-bottom: 50px;
}

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

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

.no1 {
	background-image: url(/55th/img/pt-slide01.webp);
	background-position:  center;
}

.no2 {
	background-image: url(/55th/img/pt-slide02.webp);
	background-position: center;
}

.no3 {
	background-image: url(/55th/img/pt-slide03.webp);
	background-position: bottom center;
}

.no4 {
	background-image: url(/55th/img/pt-slide_last.webp);
	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;
}
.slideshow {
	position: relative;
	width: 100%;
	height: 378px;
	/* 高さ固定 */
	overflow: visible;
	/* ★後ろのはみ出しを見えるようにする */
	padding: 50px 0;
	margin-bottom: 100px;
}

.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;

	/* ★後ろのスライドは常に見える（opacity:1 にする） */
	opacity: 1;

	/* ★チラ見せのため初期位置を上にズラす */
	transform: translateY(-25px) scale(0.9);
	z-index: 1;

	transition: opacity .8s ease, transform .8s ease;
}


.slide.active {
	transform: translateY(0) scale(1);
	z-index: 2;
}

/* 最後のスライド（フェード） */
.last-slide {
	opacity: 0;
	/* ←最初は透明 */
	transform: translateY(0) scale(1);
	z-index: 3;
	transition: opacity 2s ease;
}

.last-slide.show {
	opacity: 1;
}


@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 {
		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 {
		/* height: 630px; */
		padding-top: 0;
	}

	.hero_ttl {}

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

	.hero_bgimg {}

	/* intro */
	.intro {
		height: 650px;
	}

	.intro_text {
		line-height: 27px;
		padding: 40px 0px 20px;
	}

	.intro_text h3 {
		font-size: 22px;
	}

	.intro_text p.message span {
		padding: 8px 10px;
	}

	.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_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 {}

	.harutabi_hd {}

	.harutabi_hd_img {}

	.harutabi_hd_cnt {}

	.harutabi_hd_tile {
		font-size: 26px;
	}

	.harutabi_hd_ttl {}

	.harutabi_hd_ttl_top {
		font-size: 17px;
	}

	.harutabi_hd_ttl_top>img {}

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

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

	.harutabi_hd_ttl_btm {
		font-size: 29px;
	}

	.harutabi_hd_ttl_btm>.dow {}

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

	.harutabi_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_item {
		transform: translateY(-39px);
	}

	.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: 20px 0 47.5px;
	}

	.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: 108.5px;
	}

	.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%); */
		width: calc(50% - 187px);
	}

	.back_left_hd {}


	.right_pt.pt05 .deco01 {
		position: absolute;
		top: -19%;
		left: -18%;
	}

	.back_right {
		/* width: 5%;
		min-width: unset; */
		width: calc(50% - 187px);
	}

	.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: -16px;
	}

	.fix_menu {
		width: 375px;
	}

	.menu {}

	.gnav {
		font-size: 14px;
	}

	.gnav_wrapper {
		/* padding: 0 0 80px; */
	}

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

	/* .gnav_list {
		padding-bottom: 65px;
	} */

	.gnav_list.-u_line {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

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

	.nav_jump_logo_cnt {
		padding: 20px 13px;
	}

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


	.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;
	}

	.icn_murodo {
		position: absolute;
		left: 8.7%;
		top: 26%;
	}

	.outro {
		height: 600px;
	}

	.outro_txt {
		font-size: 16px;
	}

	.outro_bnr {
		left: auto;
		transform: translateX(0);
		text-align: center;
	}

	.outro_bnr img {
		width: 95%;
		height: auto;
	}

	.left_pt.pt01 {
		left: 0%;
		transform: translateY(-50%);
		top: 42%;
	}

	.left_pt.pt02 {
		transform: translate(-50%, -50%);
		top: 75%;
		left: 30%;
	}

	.left_pt.pt03 {
		transform: translateY(-50%);
		top: 53%;
		right: 3%;
	}

	.right_pt.pt07 {
		transform: translateY(-50%);
		top: 55%;
		left: 0;
	}

	.right_pt.pt08 {
		right: 5%;
		bottom: 15%;
	}

	.right_pt.pt09 {
		left: 5%;
		bottom: 6%;
	}
}

@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%;
	} */
	.fix_menu {
		width: 100%;
	}

	.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 {
		gap: 8px;
		position: relative;
		top: -15px;
	}

	.nav_jump_logo_txt {
		font-size: 15px;
	}

	.ticket_link_sp_wrap {
		display: block;
	}

	.web_ticket_link_sp {
		bottom: 115px !important;
	}

	.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;
	}



	.gnav_event {
		gap: 10px;
	}
}

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

}

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

@media print {}