@charset "UTF-8";

.navbar-custom {
	background: #000;
}

.intro .intro-body h1 {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
}

.navbar-nav > li:last-child a {
	border-left: solid 1px #fff;
}

.navbar-custom.top-nav-collapse .navbar-nav > li:last-child a {
	border-left: solid 1px #fff;
}
.navbar-custom a {
	color: #fff;
}

.information {
	background: #000;
	text-align: center;
	line-height: 60px;
}

.information div {
	width: fit-content;
	margin: auto;
	text-align: right;
	display: flex;
	align-items: center;
	height: 60px;
}

.information img {
	height: 24px;
	margin-right: 2rem;
}

.information a {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.25rem;
	font-size: min(2vw, 22px);
	line-height: 1;
}
.information a:hover {
	color: #f0ea39;
}

.whats-opera {
	background: #f0ea39;
	padding-top: 30px;
	padding-bottom: 30px;
	height: auto;
}

.whats-opera p {
	color: #000;
}

.attention3 p {
	margin-bottom: 100px;
}

div.trip-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/*height: 57vw !important;
	background: rgba(0, 0, 0, 0.5);*/
	/*padding: 7vw 0 0;*/
}

#showcase01 .img-responsive {
	/*height: 27.5vw;*/
}

div.trip-area .wrap {
	max-width: 800px;
	width: 90%;
	margin-inline: auto;
}

div.trip-area h2 img {
	width: 100%;
}

#showcase02 {
	position: relative;
	background: url(../img/expand/bcg_main.webp) no-repeat;
	background-size: cover;
	padding-block: calc(220 / 1920 * 100vw);
	color: #000;
}

div.trip-area .wrap h2 {
	margin-top: 0;
}

div.trip-area h3 {
	font-size: 2.5rem;
	color: #fff;
	margin-top: 3vw;
	margin-bottom: 3vw;
}

div.trip-area p {
	color: #000;
	margin-bottom: 6vw;
	line-height: 2;
}

.attention3-1 {
	margin-top: 100px;
}

.button {
	background: #f0ea39;
	height: auto;
}

#catalog .button a {
	color: #000;
	font-size: 17px;
	line-height: 40px;
}

#catalog {
	color: #fff;
}

#catalog .el_cata-read {
	margin: 10px 0 18px;
}

#catalog .slide-area p {
	font-size: 12px;
}

#overview a {
	color: #000;
}

#overview td span {
	font-size: 1.2rem;
	margin-left: 2rem;
}

#overview td img {
	width: 110px;
	margin-left: 0.5rem;
}

#overview td {
	padding-right: 0;
	border-top: 1px solid #000;
}

#overview th {
	width: 15%;
	border-top: 1px solid #000;
}

.btn-area01 a {
	background: url(../img/btn_buffa.png) no-repeat;
	width: 20vw;
	max-width: 200px;
	display: block;
	margin: auto;
	background-size: contain;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	text-indent: -9999px;
}

/*.btn-area01 a:hover {
    background: url(../img/btn_wt_hover.png) no-repeat;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background-size: contain;
}*/

.btn-area02 a {
	background: url(../img/btn_expa02.svg) no-repeat center center;
	width: 25vw;
	height: 6vw;
	display: block;
	margin: auto;
	background-size: contain;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	text-indent: -9999px;
}

.btn-area02 a:hover {
	background: url(../img/btn_expa02_hover.svg) no-repeat;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background-size: contain;
	opacity: 0.7;
}

.catalog-area {
	background-color: #000;
	padding-top: 30px;
	padding-bottom: 30px;
}

.overlay,
#yt_player {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

.overlay {
	z-index: -1;
}

#yt_player {
	z-index: -2;
}

.intro2-section {
	background: none;
}

.footer {
	margin-top: 0;
}

.sp02 {
	animation-delay: 4s;
	/* アニメーション開始時間 */
}

.sp03 {
	animation-delay: 6s;
	/* アニメーション開始時間 */
}

.sp04 {
	animation-delay: 30s;
	/* アニメーション開始時間 */
}

/*========= 背景動画設定のCSS ===============*/

/*header設定*/

#movie01 {
	position: relative;
	/*h1の中央寄せ配置の起点とするためのrelative*/
	background: #000;
}

#movie01 div.ana-area {
	position: absolute;
	top: 5vw;
	left: 20vw;
	color: #fff;
}

/*#video-area{
    position: fixed;
    z-index: -1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}*/

#movie01 video {
	width: 100%;
}

#video {
	/*天地中央配置*/
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*縦横幅指定*/
	width: 177.77777778vh;
	/* 16:9 の幅→16 ÷ 9＝ 177.77% */
	height: 56.25vw;
	/* 16:9の幅 → 9 ÷ 16 = 56.25% */
	min-height: 100%;
	min-width: 100%;
}

/*見出し設定*/

#movie01 button {
	/*要素の配置*/
	position: absolute;
	/*要素を天地中央寄せ*/
	bottom: 5vw;
	right: 5vw;
	color: #fff;
	background: url(../img/icon_v_no.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
	width: 40px;
	height: 35px;
	border: none;
}

/*見出し設定*/

#movie01 button.added {
	background: url(../img/icon_v_on.png) no-repeat;
	background-size: contain;
}

input[type='range'] {
	-webkit-appearance: none;
	/* 🚩これ無しだとスタイルがほぼ全く反映されないので注意 */
	appearance: none;
	cursor: pointer;
	/* カーソルを分かりやすく */
	outline: none;
	/* スライダーのアウトラインは見た目がキツイので消す */
	height: 14px;
	/* バーの高さ */
	width: 100%;
	/* バーの幅 */
	background: #eee;
	/* バーの背景色 */
	border-radius: 10px;
	/* バーの両端の丸み */
	border: solid 3px #dff1ff;
	/* バー周囲の線 */
}

/* WebKit向けのつまみ */

input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	/*  🚩デフォルトのつまみのスタイルを解除 */
	background: #fff;
	/* 背景色 */
	width: 24px;
	/* 幅 */
	height: 24px;
	/* 高さ */
	border-radius: 50%;
	/* 円形に */
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
	/* 影 */
}

/* Moz向けのつまみ */

input[type='range']::-moz-range-thumb {
	background: #53aeff;
	/* 背景色 */
	width: 24px;
	/* 幅 */
	height: 24px;
	/* 高さ */
	border-radius: 50%;
	/* 円形に */
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
	/* 影 */
	border: none;
	/* デフォルトの線を消す */
}

/* Firefoxで点線が周りに表示されてしまう問題の解消 */

input[type='range']::-moz-focus-outer {
	border: 0;
}

/* つまみをドラッグしているときのスタイル */

input[type='range']:active::-webkit-slider-thumb {
	box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
}

#movie01 #volume {
	/*要素の配置*/
	position: absolute;
	/*要素を天地中央寄せ*/
	bottom: 3vw;
	right: 3.5vw;
	width: 5vw;
}

.loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
}

.loading.is-active {
	opacity: 0;
	visibility: hidden;
}

.loading-animation {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #fff;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
}

.loading-animation.is-active {
	opacity: 1;
	visibility: visible;
}

.loading p {
	font-size: 1rem;
	color: #ccc;
}

.loading .ouro {
	position: relative;
	display: inline-block;
	height: 46px;
	width: 46px;
	margin: 1em;
	border-radius: 50%;
	background: none repeat scroll 0 0 #dddddd;
	/* ベースの色 - 可変 */
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 0 25px rgba(0, 0, 255, 0.075);
}

.loading .ouro:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 9px;
	display: block;
	height: 28px;
	width: 28px;
	background: none repeat scroll 0 0 #f2f2f2;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.loading .ouro > span {
	position: absolute;
	height: 100%;
	width: 50%;
	overflow: hidden;
}

.loading .left {
	left: 0;
}

.loading .right {
	left: 50%;
}

.loading .anim {
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 999px;
	background: none repeat scroll 0 0 #f0ea39;
	/* Ouroborosの色 - 可変 */
	opacity: 0.8;
	-webkit-animation: ui-spinner-rotate-left 3s infinite;
	animation: ui-spinner-rotate-left 3s infinite;
	-webkit-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0;
}

.loading .left .anim {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.loading .right .anim {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	left: -100%;
	-webkit-transform-origin: 100% 50% 0;
	transform-origin: 100% 50% 0;
}

/* v2 */

.loading .ouro2 .anim {
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

.loading .ouro2 .right .anim {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

/* v3 */

.loading .ouro3 .anim {
	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	animation-delay: 0s;
	animation-duration: 3s;
	animation-timing-function: linear;
}

.loading .ouro3 .right .anim {
	-webkit-animation-name: ui-spinner-rotate-right;
	-webkit-animation-delay: 0;
	-webkit-animation-delay: 1.5s;
	animation-name: ui-spinner-rotate-right;
	animation-delay: 0;
	animation-delay: 1.5s;
}

/* round variation */

.loading .round .ouro:after {
	display: none;
}

/* double variation */

.loading .double .ouro:after {
	height: 13px;
	width: 13px;
	left: 7px;
	top: 7px;
	border: 10px solid #ddd;
	background: transparent;
	box-shadow: none;
}

.slide-area.slick-slider {
	padding-left: 10%;
	padding-right: 10%;
}

.slide-area .slick-slide {
	text-align: center;
	padding-inline: 0;
}

.slide-area .slick-slide img {
	width: 97%;
	display: block;
	margin: auto;
}

.slide-area .slide-arrow {
	width: 12px;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
}

.slide-area .slide-arrow.prev-arrow {
	left: 10px;
	z-index: 100;
}

.slide-area .slide-arrow.next-arrow {
	right: 10px;
}

@keyframes ui-spinner-rotate-right {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes ui-spinner-rotate-left {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes ui-spinner-rotate-right {
	0% {
		-webkit-transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(180deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
	}
	75% {
		-webkit-transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes ui-spinner-rotate-left {
	0% {
		-webkit-transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
	}
	75% {
		-webkit-transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

.visible-tab {
	display: none;
}

@media screen and (max-width: 1366px) {
	#movie01 div.ana-area {
		position: absolute;
		top: 5vw;
		left: 9vw;
		color: #fff;
	}
	#movie01 #volume {
		display: none;
	}
	.wt-index main article.main ul.item-3 li {
		width: 32%;
	}
	.visible-tab {
		display: block;
	}

	.intro .intro-body h1 .hidden-xs {
		display: none !important;
	}
	.container {
		width: 100%;
		padding-left: 8.5vw;
		padding-right: 8.5vw;
	}
}

@media screen and (max-width: 1024px) {
	.intro .intro-body h1 {
		padding-top: 0;
		margin-bottom: 2vw;
	}

	#movie01 div.ana-area {
		position: absolute;
		top: 1vw;
		left: 8vw;
		color: #fff;
	}
	div.trip-area {
		padding-top: 5vw;
	}
}

@media (max-width: 768px) {
	.container {
		margin-right: auto;
		margin-left: auto;
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.visible-tab {
		display: none;
	}
	.intro .intro-body h1 {
		margin-top: 33px;
		margin-bottom: 0;
		text-align: center;
		width: 100%;
	}
	.intro .intro-body div h1 img {
		width: 100%;
		margin-bottom: 0;
		height: auto;
	}
	.intro {
		height: 100%;
	}
	/*.intro h1 img {
    width: 80%;
    margin: auto;

}*/
	.intro .intro-body {
		display: block;
		text-align: center;
	}
	.information {
		padding: 0;
	}
	.information div {
		width: 100%;
		text-align: center;
		padding: 2%;
	}
	.information a {
		display: block;
		font-size: 1rem;
		letter-spacing: 0;
		margin-inline: auto;
	}

	.information a img {
		width: 100%;
		height: 8vw;
		margin-right: 0;
	}
	.whats-opera {
		background-size: 70%;
		padding-bottom: 10vw;
	}
	.btn-area01 a {
		width: 60vw;
		height: 12vw;
	}
	.whats-opera p {
		width: 90%;
		margin: auto;
		text-align: center;
	}
	.btn-area01 {
		margin-top: 30px;
	}
	.attention-area h2 {
		margin-bottom: 8vw;
		font-feature-settings: 'palt';
	}
	.attention-area div h3 {
		margin-top: 0px;
		margin-bottom: 3vw;
	}
	.attention2 p {
		margin-bottom: 3vw;
	}
	.attention-area .attention3 p {
		margin-bottom: 10vw;
	}
	div.trip-area {
		height: auto !important;
		padding-top: 18vw;
	}
	div.trip-area h2 {
		text-align: center;
	}
	div.trip-area h2 img {
		width: 80%;
		margin: auto;
		margin-bottom: 12vw;
	}
	div.trip-area h2 img:nth-last-of-type(1) {
		width: 80%;
		margin: auto;
	}
	div.trip-area .wrap h2 {
		margin-bottom: 7vw;
	}
	div.trip-area .wrap h3 {
		font-size: 5vw;
		line-height: 2;
	}
	div.trip-area p {
		width: 90%;
		margin: auto;
		font-size: 3.5vw;
		margin-bottom: 16.5vw;
		line-height: 1.5;
	}
	#showcase01.attention1-pic div {
		padding: 2px;
	}

	.btn-area02 a {
		width: 100%;
		height: 100%;
		background-size: cover;
	}
	.btn-area02 {
		width: 80vw;
		height: calc(91 / 1170 * 100vw);
		margin-inline: auto;
		background: rgba(0, 0, 0, 0.3);
	}
	.child {
		display: block;
	}
	.attention3 {
		padding-top: 10vw;
	}
	#movie01 button {
		bottom: 5vw;
		right: 5vw;
		width: 30px;
		height: 30px;
	}
	input[type='range'] {
		height: 5px;
		/* バーの高さ */
	}
	/* WebKit向けのつまみ */
	input[type='range']::-webkit-slider-thumb {
		width: 10px;
		/* 幅 */
		height: 10px;
		/* 高さ */
	}
	/* Moz向けのつまみ */
	input[type='range']::-moz-range-thumb {
		width: 10px;
		/* 幅 */
		height: 10px;
		/* 高さ */
	}
	/* Firefoxで点線が周りに表示されてしまう問題の解消 */
	input[type='range']::-moz-focus-outer {
		border: 0;
	}
	/* つまみをドラッグしているときのスタイル */
	input[type='range']:active::-webkit-slider-thumb {
		box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
	}
	#movie01 #volume {
		width: 10vw;
	}
	.mv-area {
		width: 100%;
		background: #f0f4f6;
		padding: 30px;
		box-sizing: border-box;
	}
	.mv-area video {
		width: 100%;
	}
	.what-area {
		position: relative;
		background: url(../img/bcg_opera-e.webp) no-repeat;
		background-size: cover;
		padding-block: calc(400 / 1170 * 100vw);
		color: #fff;
		text-align: center;
	}
	.what-area h2 {
		text-align: center;
		margin: 0 auto;
		width: calc(400 / 1170 * 100vw);
	}
	.what-area h2 img {
		width: 100%;
		height: auto;
		margin-bottom: 1em;
	}

	#overview h2 {
		border-bottom: solid 1px #000;
		margin-left: 5%;
		margin-right: 5%;
		padding-bottom: 1rem;
	}
	#overview table th,
	#overview table td {
		display: block;
		box-sizing: border-box;
	}
	#overview table th {
		width: 100%;
		border-bottom: none;
		text-align: left;
		border-top: none;
		padding-bottom: 0;
	}
	#overview table td {
		width: 100%;
		border-bottom: solid 1px #000;
		border-top: none;
		padding-top: 0;
	}
	#overview table tr {
		border: none !important;
	}
	#overview table {
		width: 90% !important;
		overflow: hidden;
		table-layout: fixed;
		margin-left: auto;
		margin-right: auto;
	}
	.footer.container-fluid small {
		width: 100%;
		font-size: 1rem;
	}
	.footer.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
	.tume {
		font-feature-settings: 'palt';
	}
	.loading,
	.loading.is-active,
	.loading-animation,
	.loading-animation.is-active {
		visibility: hidden;
	}
}

.overlay {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 1;
}

.btn_area {
	width: 580px;
	height: 250px;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	text-align: center;
	z-index: 2;
}

.btn_area img {
	width: 100%;
}

/*202308追加*/

.slick-dots li button:before {
	color: #fff;
}

.slick-dots li.slick-active button:before {
	color: #000;
}

.logo .col-lg-3 {
	display: inline-block;
	float: none;
	width: auto;
	margin: 1rem;
}

.attention1-pic {
	position: relative;
	height: 120vh;
	background: url(../img/expand/bcg_main.png) no-repeat top center;
	background-size: cover;
}

.attention1-pic div {
	width: 30vw;
	padding: 0;
}

.attention1-pic img {
	width: 100%;
}

.attention1-pic .el_cont01 {
	position: absolute;
	top: 0;
	left: 15vw;
}

.attention1-pic .el_cont02 {
	position: absolute;
	top: 0;
	right: 15vw;
}

.attention1-pic .el_cont03 {
	position: absolute;
	top: 13vw;
	left: 0;
	width: 29vw;
}

.attention1-pic .el_cont04 {
	position: absolute;
	top: 13vw;
	right: 0;
	width: 29vw;
}

.attention1-pic .el_cont05 {
	position: absolute;
	bottom: 0;
	left: 15vw;
}

.attention1-pic .el_cont06 {
	position: absolute;
	bottom: 0;
	right: 15vw;
}

@media (max-width: 768px) {
	.btn_area {
		width: 80%;
		height: 250px;
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #fff;
		text-align: center;
		z-index: 2;
	}
	.tag_04 {
		bottom: 40px;
	}
	.attention1-pic {
		position: relative;
		height: 135vw;
		background: url(../img/expand/bcg_main_sp.png) no-repeat bottom center;
		background-size: cover;
	}
	.attention1-pic div {
		width: 40vw;
		padding: 0;
	}

	.attention1-pic img {
		width: 100%;
	}

	.attention1-pic .el_cont01 {
		position: absolute;
		top: 0;
		left: 27vw;
		width: 46vw;
	}

	.attention1-pic .el_cont02 {
		position: absolute;
		top: 20vw;
		right: auto;
		left: 0;
	}

	.attention1-pic .el_cont03 {
		position: absolute;
		top: 20vw;
		right: 0;
		left: auto;
		width: 40vw;
	}

	.attention1-pic .el_cont04 {
		position: absolute;
		top: 70vw;
		right: auto;
		left: 0;
		width: 40vw;
	}

	.attention1-pic .el_cont05 {
		position: absolute;
		top: 70vw;
		right: 0;
		left: auto;
	}

	.attention1-pic .el_cont06 {
		position: absolute;
		bottom: 0;
		left: 27vw;
		width: 46vw;
	}
	.logo {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.intro .intro-body h1 img {
		max-height: 100%;
		max-width: 100%;
		margin-inline: auto;
	}

	#showcase02 {
		position: relative;
		background: url(../img/expand/bcg_main_sp.webp) no-repeat;
		background-size: cover;
		padding-block: calc(220 / 1920 * 100vw);
		color: #000;
	}
	.bl_footer-logo-sp {
		width: calc(400 / 1170 * 100vw);
	}
}

/*202308追加*/
.logo {
	display: flex;
	justify-content: center;
	align-items: center;
}
