* {
	letter-spacing: .05rem;
	line-height: 1.5
}
html {
	font-size: 100%;
	scroll-behavior: smooth
}
body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	overflow-x: hidden;
	position: relative
}
body.open {
	overflow: hidden
}
a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: .3s all ease-in-out;
	cursor: pointer
}
a:hover {
	opacity: .7
}
li {
	list-style: none
}
p {
	color: #333
}
img {
	max-width: 100%;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast
}
body {
	background: #fff6f2
}
.fadeUp {
	transform: translateY(30px);
	opacity: 0;
	transition: 1s all ease-in-out
}
.fadeUp.active {
	transform: translateY(0);
	opacity: 1
}
#loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background: #a1c4dc;
	background-size: 50%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
}
.spinner {
	width: 100px;
	height: 100px;
	margin: 200px auto;
	background-color: #fff;
	border-radius: 100%;
	animation: sk-scaleout 1s infinite ease-in-out
}
@keyframes sk-scaleout {
	0% {
		transform: scale(0)
	}
	100% {
		transform: scale(1);
		opacity: 0
	}
}
.loaded {
	opacity: 0;
	visibility: hidden
}
.wrap {
	width: 100%;
	display: table;
	margin: 0 auto;
	padding: 0 20px;
	max-width: calc(982px + 40px)
}
.hasWave {
	background-image: url(../img/wave.png);
	background-repeat: repeat-x;
	background-position: center;
	background-size: 30%;
	text-align: center;
	width: 100%;
	position: relative
}
@media screen and (max-width: 768px) {
	.hasWave {
		background-size: 55%
	}
}
.hasWave::after {
	content: "";
	position: absolute;
	display: block;
	height: 40px;
	width: var(--after-width, 100%);
	background: #fff6f2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
.hasWave img {
	position: relative;
	z-index: 2
}
@media screen and (max-width: 768px) {
	.hasWave {
		width: 100%
	}
	.hasWave img {
		max-width: 200px;
		margin: 0 auto;
		vertical-align: middle;
		display: flex;
		align-items: center
	}
}
#header {
	position: relative;
	z-index: 5
}
#header .ham {
	position: fixed;
	right: 30px;
	top: 20px;
	z-index: 2;
	transform: translateX(300px);
	opacity: 0;
	transition: transform .3s ease-out, opacity .4s ease-out
}
#header .ham .close {
	display: none
}
@media screen and (max-width: 768px) {
	#header .ham {
		right: 20px;
		top: 24px
	}
	#header .ham img {
		width: 60px
	}
}
#header .ham.visible {
	transform: translateX(0);
	opacity: 1
}
#header nav {
	position: fixed;
	background: #006db7;
	width: 100vw;
	height: 100vh;
	display: none
}
#header nav ul {
	display: table;
	padding-top: 160px;
	margin: 0 auto
}
@media screen and (max-width: 768px) {
	#header nav ul {
		padding-top: 100px
	}
}
#header nav ul li {
	margin-bottom: 30px
}
#header nav ul li a {
	line-height: 1;
	text-align: center
}
#header.open .ham .close {
	display: inline
}
#header.open .ham .open {
	display: none
}
#float .logo {
	background: #fff;
	border-bottom: 4px solid #333
}
#float .logo img {
	display: table;
	margin: 0 auto;
	padding: 0 20px
}
#float .upper {
	background: #e5eff7;
	padding: 20px 0;
	border-bottom: 1px solid #333

}
#float .upper img {
	display: table;
	margin: 0 auto;
	padding: 0 20px
}
@media screen and (max-width: 768px) {
	#float .upper {
		padding: 5px 0;
		border-bottom: 1px solid #333
	}
	#float .upper img {
		width: 100%
	}
}
#float .popup {
	position: fixed;
	top: 30px;
	left: -500px;
	z-index: 3;
	transition: left .4s cubic-bezier(0.25, 1, 0.5, 1)
}
@media screen and (max-width: 768px) {
	#float .popup {
		width: 240px;
		top: 30px
	}
}
#float .popup.visible {
	left: 30px
}
@media screen and (max-width: 768px) {
	#float .popup.visible {
		left: 25px
	}
}
#float .check {
	position: fixed;
	bottom: 30px;
	right: -150px;
	z-index: 3;
	transition: right .4s cubic-bezier(0.25, 1, 0.5, 1)
}
@media screen and (max-width: 768px) {
	#float .check img {
		width: 80px
	}
}
#float .check.visible {
	right: 0
}
section#mv {
	margin: 0 0 0;
	padding: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background-color: transparent;
    display: flex;
    justify-content: center;
    
}
#mv .mv_wrap {
	min-height: 745px;
	position: relative;
	background-image: url(../img/2025/mv_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box
}
#mv .mv_wrap img {
	position: absolute;
	opacity: 0;
	transform: translateY(50px);
	transition: opacity .6s ease, transform .6s ease
}
/* #mv .mv_wrap .bg {
	display: none
} */
#mv .mv_wrap .title {
	width: 325px;
	left: calc(50% - 163px);
	top: calc(50% - 300px);
	transform: translateY(0)
}
#mv .mv_wrap .title.visible {
	opacity: 1;
	transform: translateY(0)
}
#mv .mv_wrap .info {
	width: 324px;
	left: calc(50% - 162px);
	top: calc(50% + 70px);
	transform: translateY(100px);
	transition: opacity .8s ease, transform .8s ease
}
#mv .mv_wrap .info.visible {
	opacity: 1;
	transform: translateY(0)
}
#mv .mv_wrap .ph.visible {
	opacity: 1;
	transform: translateY(0)
}
#mv .mv_wrap .left {
	left: calc(50% - 580px);
	top: calc(50% - 20px);
	transform: translateY(-800px);
	transition: opacity 1.2s ease, transform 1.2s ease
}
#mv .mv_wrap .left.visible {
	opacity: 1;
	transform: translateY(0)
}
#mv .mv_wrap .right {
	left: calc(50% + 560px);
	top: calc(50% - 20px);
	transform: translateY(800px);
	transition: opacity 1.2s ease, transform 1.2s ease
}
#mv .mv_wrap .right.visible {
	opacity: 1;
	transform: translateY(0)
}
#mv .mv_wrap .ph01 {
	width: 200px;
	left: calc(50% - 380px);
	top: calc(50% - 80px)
}
#mv .mv_wrap .ph02 {
	width: 200px;
	left: calc(50% - 650px);
	top: calc(50% + 70px)
}
#mv .mv_wrap .ph03 {
	width: 210px;
	left: calc(50% - 460px);
	top: calc(50% + 160px)
}
#mv .mv_wrap .ph04 {
	width: 200px;
	right: calc(50% - 380px);
	top: calc(50% - 80px)
}
#mv .mv_wrap .ph05 {
	width: 200px;
	right: calc(50% - 650px);
	top: calc(50% + 50px)
}
#mv .mv_wrap .ph06 {
	width: 200px;
	right: calc(50% - 460px);
	top: calc(50% + 150px)
}
@media screen and (max-width: 1200px) {
	#mv .mv_wrap .left {
		left: calc(50% - 420px)
	}
	#mv .mv_wrap .right {
		left: calc(50% + 420px)
	}
	/* #mv .mv_wrap .ph01, #mv .mv_wrap .ph03, #mv .mv_wrap .ph05, #mv .mv_wrap .ph08, #mv .mv_wrap .ph10, #mv .mv_wrap .ph12 {
		display: none !important
	} */
	#mv .mv_wrap .ph01 {
		width: 140px;
		left: calc(50% - 330px);
		top: calc(50% - 50px)
	}
	#mv .mv_wrap .ph02 {
		width: 140px;
		left: calc(50% - 330px);
		top: calc(50% + 100px)
	}
	#mv .mv_wrap .ph03 {
		width: 150px;
		left: calc(50% - 330px);
		top: calc(50% + 210px)
	}
	#mv .mv_wrap .ph04 {
		width: 140px;
		right: calc(50% - 330px);
		top: calc(50% - 50px)
	}
	#mv .mv_wrap .ph05 {
		width: 140px;
		right: calc(50% - 330px);
		top: calc(50% + 80px)
	}
	#mv .mv_wrap .ph06 {
		width: 140px;
		right: calc(50% - 330px);
		top: calc(50% + 200px)
	}
	
}
@media screen and (max-width: 768px) {
	section#mv {
		width: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden
	}
	#mv .mv_wrap {
		min-height: 500px;
		background-size: cover;
		background-position: center;
		width: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden
	}
	#mv .mv_wrap .title {
		width: 200px;
		left: calc(50% - 100px);
		top: calc(50% - 200px);
		transform: translateY(0)
	}
	#mv .mv_wrap .info {
		width: 200px;
		left: calc(50% - 100px);
		top: calc(50% + 50px);
		transform: translateY(100px);
		transition: opacity .8s ease, transform .8s ease
	}
	#mv .mv_wrap .ph01 {
		width: 100px;
		left: calc(50% - 230px);
		top: calc(50% - 50px)
	}
	#mv .mv_wrap .ph02 {
		width: 100px;
		left: calc(50% - 230px);
		top: calc(50% + 60px)
	}
	#mv .mv_wrap .ph03 {
		width: 110px;
		left: calc(50% - 230px);
		top: calc(50% + 150px)
	}
	#mv .mv_wrap .ph04 {
		width: 100px;
		right: calc(50% - 230px);
		top: calc(50% - 50px)
	}
	#mv .mv_wrap .ph05 {
		width: 100px;
		right: calc(50% - 230px);
		top: calc(50% + 50px)
	}
	#mv .mv_wrap .ph06 {
		width: 100px;
		right: calc(50% - 230px);
		top: calc(50% + 150px)
	}
	

	/* #mv .mvSp_wrap {
		width: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden
	} */
}
@media screen and (max-width: 480px) {
	#mv .mv_wrap {
		min-height: 400px;
	}

	#mv .mv_wrap .title {
		width: 150px;
		left: calc(50% - 75px);
		top: calc(50% - 150px);
		transform: translateY(0)
	}
	#mv .mv_wrap .info {
		width: 150px;
		left: calc(50% - 75px);
		top: calc(50% + 30px);
		transform: translateY(100px);
		transition: opacity .8s ease, transform .8s ease
	}
	#mv .mv_wrap .ph01 {
		width: 80px;
		left: calc(50% - 170px);
		top: calc(50% - 40px)
	}
	#mv .mv_wrap .ph02 {
		width: 80px;
		left: calc(50% - 170px);
		top: calc(50% + 45px)
	}
	#mv .mv_wrap .ph03 {
		width: 85px;
		left: calc(50% - 170px);
		top: calc(50% + 110px)
	}
	#mv .mv_wrap .ph04 {
		width: 80px;
		right: calc(50% - 170px);
		top: calc(50% - 40px)
	}
	#mv .mv_wrap .ph05 {
		width: 80px;
		right: calc(50% - 170px);
		top: calc(50% + 35px)
	}
	#mv .mv_wrap .ph06 {
		width: 80px;
		right: calc(50% - 170px);
		top: calc(50% + 110px)
	}
	

}
/* #mv .mvSp_wrap {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 100%;
	background-image: url(../img/2025/mv_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 500px;
	max-height: 100svh;
	overflow: hidden;
	box-sizing: border-box
}
#mv .mvSp_wrap img.title, #mv .mvSp_wrap img.info {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .8s ease
}
#mv .mvSp_wrap img.title {
	transform: translateY(-20px)
}
#mv .mvSp_wrap img.info {
	transform: translateY(20px)
}
#mv .mvSp_wrap img.title.visible, #mv .mvSp_wrap img.info.visible {
	opacity: 1;
	transform: translateY(0)
} */
ul.slide {
	position: relative;
	overflow: hidden
}
ul.slide .slick-track {
	display: flex;
	align-items: center;
	height: 375px
}
ul.slide .slick-track li {
	margin: 0 15px;
	border-radius: 30px;
	border: solid #333 3px;
	height: 300px;
	transition: all ease-in-out .5s;
	vertical-align: middle;
	background-size: cover;
	background-position: center
}
ul.slide .slick-track li.slick-active {
	height: 375px
}
ul.slide .slick-track li a {
	height: 100%
}
ul.slide .slick-track li a p {
	color: #fff;
	background: rgba(0, 0, 0, .5019607843);
	border-radius: 28px 28px 0 0;
	padding: 10px 30px;
	font-size: 0.9375rem
}
ul.slide .slick-track li a p span {
	line-height: 1.8
}
ul.slide .slick-track li a p .title {
	display: block;
	text-indent: -8px
}
@media screen and (max-width: 768px) {
	ul.slide .slick-track li {
		height: 240px;
		margin: 0 10px
	}
	ul.slide .slick-track li.slick-active {
		height: 340px
	}
	ul.slide .slick-track li p {
		padding: 10px 20px !important
	}
	ul.slide .slick-track li p span {
		line-height: 1.5;
		font-size: 0.75rem
	}
}
ul.slide .slide-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2
}
ul.slide .slide-arrow.prev-arrow {
	transform: translate(calc(-50% - 21vw), -50%)
}
ul.slide .slide-arrow.next-arrow {
	transform: translate(calc(-50% + 21vw), -50%)
}
@media screen and (max-width: 1024px) {
	ul.slide .slide-arrow.prev-arrow {
		transform: translate(calc(-50% - 35vw), -50%)
	}
	ul.slide .slide-arrow.next-arrow {
		transform: translate(calc(-50% + 35vw), -50%)
	}
}
ul.slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #e8e8e8;
	z-index: -1
}
#pickup ul.slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #006db7;
	z-index: -1
}
ul.slide::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #006db7;
	z-index: -1
}
#news {
	padding: 80px 0 100px;
	background: #006db7
}
@media screen and (max-width: 768px) {
	#news {
		padding: 60px 0 80px
	}
}
#news .wrap h2 {
	display: flex;
	align-items: end;
	margin-bottom: 15px;
	font-weight: normal
}
#news .wrap h2 img {
	margin-right: 30px
}
#news .wrap h2 p {
	color: #fff;
	font-size: 1rem
}
#news .wrap h2 p a {
	color: #fff;
	display: inline;
	text-decoration: underline
}
@media screen and (max-width: 768px) {
	#news .wrap h2 {
		flex-direction: column;
		align-items: flex-start
	}
	#news .wrap h2>div, #news .wrap h2>li {
		width: 100% !important
	}
	#news .wrap h2 img {
		margin-bottom: 10px;
		margin-right: 0
	}
}
#news .wrap ul {
	background: #fff;
	padding: 10px 40px;
	border-radius: 30px
}
#news .wrap ul li {
	border-bottom: solid #eee 1px;
	display: flex;
	align-items: center;
	padding: 20px 0
}
#news .wrap ul li p {
	margin: 0
}
#news .wrap ul li .date {
	color: #ccc;
	margin-right: 30px
}
#news .wrap ul li:last-child {
	border-bottom: none
}
@media screen and (max-width: 768px) {
	#news .wrap ul li {
		flex-direction: column;
		align-items: unset
	}
	#news .wrap ul li>div, #news .wrap ul li>li {
		width: 100% !important
	}
	#news .wrap ul .date {
		margin-right: unset
	}
}
#navi {
	background: #000
}
#navi .wrap ul {
	display: flex;
	align-items: center;
	justify-content: space-between
}
#navi .wrap ul li a {
	line-height: 1;
	padding: 20px 0
}
@media screen and (max-width: 768px) {
	#navi .wrap {
		padding: 0
	}
	#navi .wrap ul {
		flex-wrap: wrap
	}
	#navi .wrap ul li {
		width: 50%;
		text-align: center;
		border-bottom: solid #fff 1px
	}
	#navi .wrap ul li:nth-child(1), #navi .wrap ul li:nth-child(3) {
		border-right: solid #fff 1px
	}
	#navi .wrap ul li.full {
		border-bottom: none;
		width: 100%
	}
	#navi .wrap ul li a {
		padding: 15px 20px
	}
}
#info {
	padding: 100px 20px
}
@media screen and (max-width: 768px) {
	#info {
		padding: 70px 20px
	}
}
#info h2 {
	display: flex;
	align-items: end;
	margin-bottom: 50px
}
#info h2 img {
	margin-right: 40px
}
#info h2 p {
	font-size: 1rem;
	line-height: 1.8
}
@media screen and (max-width: 768px) {
	#info h2 {
		flex-direction: column;
		margin-bottom: 30px;
		align-items: unset
	}
	#info h2>div, #info h2>li {
		width: 100% !important
	}
	#info h2 img {
		margin-right: 0;
		margin-bottom: 20px
	}
}
#info ul.img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px
}
#info .ticket-wrap{
    margin-bottom: 40px;
    .text{
        .attention{
            font-weight: bold;
            color:#e83836;
            text-decoration: underline;
        }
    }
}
#info ul.img li {
	width: 49%
}
@media screen and (max-width: 480px) {
	#info ul.img {
		flex-direction: column
	}
	#info ul.img>div, #info ul.img>li {
		width: 100% !important
	}
	#info ul.img li:first-child {
		margin-bottom: 20px
	}
}
#info ul.info li h3 {
	margin-bottom: 20px;
	font-size: 1.375rem
}
#info ul.info li ul {
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	background: #fbf1e8;
	margin-bottom: 60px
}
#info ul.info li ul li {
	border-bottom: solid 1px #fff;
	padding: 25px 0;
	display: flex
}
#info ul.info li ul li:last-child {
	border-bottom: none
}
#info ul.info li ul li .title {
	padding-left: 40px;
	min-width: 240px;
	font-weight: bold
}
#info ul.info li ul li .title.big {
	font-size: 1.25rem
}
#info ul.info li ul li .text {
	line-height: 2
}
@media screen and (max-width: 768px) {
	#info ul.info li ul li .text {
		line-height: 1.8
	}
}
#info ul.info li ul li .text:not(:last-child) {
	margin-bottom: 20px
}
#info ul.info li ul li .text .ind {
	display: inline-block;
	text-indent: -17px;
	padding-left: 17px
}
@media screen and (max-width: 768px) {
	#info ul.info li ul li {
		flex-direction: column;
		padding: 20px
	}
	#info ul.info li ul li>div, #info ul.info li ul li>li {
		width: 100% !important
	}
	#info ul.info li ul li .title {
		padding-left: 0;
		min-width: unset;
		margin-bottom: 10px
	}
}
#attention {
	background: #006db7;
	padding: 120px 0 100px;
	position: relative
}
#attention .wrap {
	display: table;
	margin: 0 auto;
	padding: 0 20px;
	max-width: calc(878 + 40px)
}
#attention .wrap .ab {
	position: absolute;
	top: -36px;
	left: calc(50% - 570px)
}
@media screen and (max-width: 1200px) {
	#attention .wrap .ab {
		left: 20px
	}
}
#attention .wrap h2 {
	text-align: center;
	margin-bottom: 50px
}
#attention .wrap h3 {
	margin-bottom: 20px;
	color: #fff
}
#attention .wrap ul li {
	color: #fff;
	font-size: 0.875rem;
	line-height: 2;
	text-indent: -30px;
	padding-left: 30px
}
#attention .wrap ul li .underLine {
	text-decoration: underline;
	text-underline-offset: 2px
}
@media screen and (max-width: 768px) {
	#attention .wrap ul li {
		margin-bottom: 10px;
		line-height: 1.8
	}
}
#how {
	padding: 120px 0
}
@media screen and (max-width: 768px) {
	#how {
		padding: 80px 0
	}
}
#how .wrap {
	position: relative
}
#how .wrap img.ab {
	position: absolute;
	top: -30px;
	right: -20px
}
@media screen and (max-width: 1200px) {
	#how .wrap img.ab {
		top: -70px;
		right: 20px
	}
}
@media screen and (max-width: 768px) {
	#how .wrap img.ab {
		top: -140px
	}
}
@media screen and (max-width: 480px) {
	#how .wrap img.ab {
		top: -120px
	}
}
#how .wrap h2 {
	margin-bottom: 50px
}
#how .wrap .scroll {
	display: none
}
#how .wrap .inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 982px
}
#how .wrap .inner ul li {
	width: 31%
}
#how .wrap .inner ul li.arrow {
	width: 3.5%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-70px)
}
#how .wrap .inner ul li img {
	margin-bottom: 20px
}
#how .wrap .inner ul li .blue {
	background: #006db7;
	padding: 15px;
	margin: 0 10px 15px 10px;
	color: #fff;
	border-radius: 3px;
	min-height: 102px
}
#how .wrap .inner ul li .add {
	margin: 0 10px
}
@media screen and (max-width: 1024px) {
	#how .wrap .scroll {
		display: inline;
		position: relative;
		bottom: 10px;
		padding-left: 10px
	}
	#how .wrap .inner {
		overflow-x: scroll;
		max-width: calc(100vw - 50px);
		padding-bottom: 40px
	}
}
#about {
	margin-bottom: 140px;
	padding-top: 60px;
	margin-top: -60px
}
#about .wrap h2 {
	margin-bottom: 60px
}
@media screen and (max-width: 768px) {
	#about .wrap h2.hasWave {
		margin-bottom: 30px
	}
}
#about .wrap .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
#about .wrap .flex .mapWrap {
	width: 52%;
	padding: 20px 90px 0 65px;
	position: relative;
	width: 510px
}
#about .wrap .flex .mapWrap ul li {
	position: absolute
}
#about .wrap .flex .mapWrap ul li.shirakami, #about .wrap .flex .mapWrap ul li.akita, #about .wrap .flex .mapWrap ul li.yurihonjo {
	left: 0
}
#about .wrap .flex .mapWrap ul li.towada, #about .wrap .flex .mapWrap ul li.oodate, #about .wrap .flex .mapWrap ul li.oomagari, #about .wrap .flex .mapWrap ul li.yokote, #about .wrap .flex .mapWrap ul li.yuzawa {
	right: 0
}
#about .wrap .flex .mapWrap ul li.shirakami {
	top: 0
}
#about .wrap .flex .mapWrap ul li.towada {
	top: 60px
}
#about .wrap .flex .mapWrap ul li.oodate {
	top: 146px
}
#about .wrap .flex .mapWrap ul li.akita {
	top: 240px
}
#about .wrap .flex .mapWrap ul li.oomagari {
	top: 275px
}
#about .wrap .flex .mapWrap ul li.yokote {
	top: 360px
}
#about .wrap .flex .mapWrap ul li.yurihonjo {
	top: 445px
}
#about .wrap .flex .mapWrap ul li.yuzawa {
	top: 440px
}
#about .wrap .flex .infoWrap {
	width: calc(100% - 590px)
}
@media screen and (max-width: 1024px) {
	#about .wrap .flex .infoWrap {
		width: calc(100% - 530px)
	}
}
#about .wrap .flex .infoWrap ul li h3 {
	margin-bottom: 20px
}
#about .wrap .flex .infoWrap ul li .syokai {
	margin-bottom: 30px
}
#about .wrap .flex .infoWrap ul li a [alt=体験コンテンツ商品を選ぶ] {
	margin-bottom: 20px
}
#about .wrap .flex .infoWrap ul .panel {
	display: none
}
#about .wrap .flex .infoWrap ul .panel.akita {
	display: block
}
@media screen and (max-width: 1024px) {
	#about .wrap .flex {
		flex-direction: column
	}
	#about .wrap .flex .mapWrap {
		margin: 0 auto 40px
	}
	#about .wrap .flex .infoWrap {
		margin: 0 auto;
		width: unset;
		max-width: 400px
	}
	#about .wrap .flex .infoWrap .syokai {
		text-align: justify
	}
	#about .wrap .flex .infoWrap img {
		display: block;
		margin-left: auto;
		margin-right: auto
	}
}
@media screen and (max-width: 768px) {
	#about .wrap .flex .mapWrap {
		padding: 20px 40px 0;
		width: unset
	}
	#about .wrap .flex .mapWrap .main {
		width: 240px;
		text-align: center
	}
	#about .wrap .flex .mapWrap ul li img[width="212"] {
		width: 130px
	}
	#about .wrap .flex .mapWrap ul li img[width="250"] {
		width: 160px
	}
	#about .wrap .flex .mapWrap ul li.shirakami {
		top: 5px
	}
	#about .wrap .flex .mapWrap ul li.towada {
		top: 45px
	}
	#about .wrap .flex .mapWrap ul li.oodate {
		top: 115px
	}
	#about .wrap .flex .mapWrap ul li.akita {
		top: 170px
	}
	#about .wrap .flex .mapWrap ul li.oomagari {
		top: 190px
	}
	#about .wrap .flex .mapWrap ul li.yokote {
		top: 250px
	}
	#about .wrap .flex .mapWrap ul li.yurihonjo {
		top: 300px
	}
	#about .wrap .flex .mapWrap ul li.yuzawa {
		top: 305px
	}
}
#pickup {
	background: #006db7;
	padding: 80px 0 100px
}
#pickup .wrap {
	position: relative
}
#pickup .wrap .ab {
	position: absolute;
	top: -130px;
	left: 0
}
@media screen and (max-width: 1200px) {
	#pickup .wrap .ab {
		left: 20px
	}
}
@media screen and (max-width: 768px) {
	#pickup .wrap .ab {
		top: -140px;
		width: 140px
	}
}
#pickup .wrap h2 {
	text-align: center;
	margin-bottom: 40px
}
#item {
	position: relative;
	padding: 120px 20px 30px
}
#item .ab {
	position: absolute;
	right: 0;
	top: -40px
}
@media screen and (max-width: 1200px) {
	#item .ab {
		right: 20px
	}
}
@media screen and (max-width: 768px) {
	#item .ab {
		width: 140px
	}
}
#item h2 {
	margin-bottom: 100px
}
@media screen and (max-width: 768px) {
	#item h2 {
		margin-bottom: 60px
	}
}
#item h3 {
	margin-bottom: 60px
}
@media screen and (max-width: 768px) {
	#item h3 {
		margin-bottom: 40px
	}
}
#item .taikenWrap, #item .skiWrap {
	padding-top: 60px;
	margin-top: -60px
}
#item .taikenWrap ul.area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
#item .taikenWrap ul.area li {
	width: 31.5%;
	margin-bottom: 30px
}
@media screen and (max-width: 768px) {
	#item .taikenWrap ul.area li {
		width: 48%;
		margin-bottom: 20px
	}
}
#item .skiWrap ul.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
#item .skiWrap ul.list li {
	width: 24%;
	margin-bottom: 30px
}
@media screen and (max-width: 1024px) {
	#item .skiWrap ul.list li {
		width: 32%
	}
}
@media screen and (max-width: 768px) {
	#item .skiWrap ul.list li {
		width: 48%;
		margin-bottom: 20px
	}
}
#item .skiWrap ul.list li a {
	border: solid #333 3px;
	border-radius: 30px
}
#item .skiWrap ul.list li a .img {
	min-height: 190px;
	background-size: cover;
	background-position: center;
	border-radius: 28px 28px 0 0
}
#item .skiWrap ul.list li a .img .area {
	background: rgba(0, 0, 0, .5019607843);
	border-radius: 26px 26px 0 0;
	color: #fff;
	padding: 5px 20px;
	font-size: 0.875rem
}
@media screen and (max-width: 768px) {
	#item .skiWrap ul.list li a .img {
		border-radius: 10px 10px 0 0;
		min-height: 132px
	}
	#item .skiWrap ul.list li a .img .area {
		border-radius: 6px 6px 0 0;
		padding: 5px 10px;
		font-size: 0.625rem
	}
}
#item .skiWrap ul.list li a .white {
	background: #fff;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 0.875rem;
	border-radius: 0 0 30px 30px;
	height: 75px
}
@media screen and (max-width: 768px) {
	#item .skiWrap ul.list li a .white {
		border-radius: 0 0 10px 10px
	}
}
@media screen and (max-width: 768px) {
	#item .skiWrap ul.list li a {
		border-radius: 10px
	}
	#item .skiWrap ul.list li a .white {
		height: 50px;
		padding: 0 10px;
		flex-wrap: nowrap;
		font-size: 0.625rem
	}
}
#item ul.abs {
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: space-between;
	align-items: baseline
}
@media screen and (max-width: 1024px) {
	#item ul.abs .ph12 {
		display: none
	}
}
@media screen and (max-width: 768px) {
	#item ul.abs {
		margin-bottom: 70px
	}
	#item ul.abs li {
		width: 20%
	}
	#item ul.abs .ph01 {
		width: 21%
	}
	#item ul.abs .ph02 {
		width: 17%
	}
	#item ul.abs .ph03 {
		width: 22%
	}
	#item ul.abs .ph05, #item ul.abs .ph06, #item ul.abs .ph11 {
		display: none
	}
}
#footer {
	background: #006db7;
	padding: 100px 0 0;
	position: relative
}
@media screen and (max-width: 768px) {
	#footer {
		padding-top: 70px
	}
}
#footer p {
	color: #fff
}
#footer .wrap .pageTop {
	position: absolute;
	top: -47px;
	right: 30px
}
@media screen and (max-width: 768px) {
	#footer .wrap .pageTop {
		width: 70px;
		top: -34px;
		right: 20px
	}
}
#footer .wrap h3 {
	text-align: center;
	margin-bottom: 30px
}
@media screen and (max-width: 768px) {
	#footer .wrap h3 [alt=秋田に行くなら！] {
		width: 180px;
		margin-bottom: 10px
	}
}
#footer .wrap .bnr {
	display: flex;
    flex-direction: column;
	justify-content: space-between;
	justify-content: center;
	margin-bottom: 80px;

    width: fit-content;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
	#footer .wrap .bnr {
		margin-bottom: 60px
	}
}
#footer .wrap .bnr li {
	margin: 0 10px
}
#footer .wrap .bnr li.full {
	margin-top: 30px
}
@media screen and (max-width: 768px) {
	#footer .wrap .bnr li.full {
		margin-top: 20px
	}
}
@media screen and (max-width: 1024px) {
	#footer .wrap .bnr {
		flex-direction: column;
		align-items: center
	}
	#footer .wrap .bnr li {
		margin: 0
	}
	#footer .wrap .bnr li:first-child {
		margin-bottom: 30px
	}
}
@media screen and (max-width: 1024px)and (max-width: 768px) {
	#footer .wrap .bnr li:first-child {
		margin-bottom: 20px
	}
}
#footer .wrap .dotted {
	padding: 10px;
	width: 100%;
	background-image: radial-gradient(circle, #fff 2px, transparent 2px);
	background-size: 12px 6px;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 80px
}
@media screen and (max-width: 768px) {
	#footer .wrap .dotted {
		margin-bottom: 60px
	}
}
#footer .wrap .add {
	text-align: center;
	margin-bottom: 30px;
	color: #fff
}
@media screen and (max-width: 768px) {
	#footer .wrap .add {
		font-size: 0.75rem
	}
}
#footer .wrap .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: center;
	margin-bottom: 80px;
	align-items: center
}
@media screen and (max-width: 768px) {
	#footer .wrap .flex {
		margin-bottom: 60px
	}
}
#footer .wrap .flex>div {
	margin: 0 10px
}
@media screen and (max-width: 768px) {
	#footer .wrap .flex>div.form {
		margin: 0 0 20px
	}
}
#footer .wrap .flex .tel {
	text-align: center;
	font-size: 0.8125rem
}
#footer .wrap .flex .tel .num {
	font-size: 2.375rem
}
@media screen and (max-width: 768px) {
	#footer .wrap .flex .tel .num {
		font-size: 1.75rem
	}
}
#footer .copy {
	border-top: 1px solid #fff;
	text-align: center;
	padding: 10px 20px;
	color: #fff
}
.spOnly {
	display: none
}
#float .upper .spOnly {
	display: none
}
#mv .mvSp_wrap.spOnly {
	display: none
}
@media screen and (max-width: 768px) {
	.spOnly {
		display: inline
	}
	.pcOnly {
		display: none
	}
	#float .upper .spOnly {
		display: table
	}
	#float .upper .pcOnly {
		display: none
	}
	#mv .mvSp_wrap.spOnly {
		display: block
	}
}
/*# sourceMappingURL=style.min.css.map */