*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
	overflow-wrap: break-word;
	position: relative;
}

body.is-open {
	overflow: hidden !important;
	position: fixed !important;
	width: 100% !important;
}

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

a {
	color: inherit;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.l-section {
	padding: 62px 0;
}

.c-section {
	padding-bottom: 100px;
	padding-top: 80px;
}

.c-heading__section {
	align-items: center;
	color: #333333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: normal;
	margin-bottom: 60px;
	margin-inline: auto;
	width: -moz-fit-content;
	width: 100%;
}

.c-heading__section.is-white {
	color: #ffffff;
}

.c-heading__section-en {
	font-family: "Jost", sans-serif;
	font-size: 22px;
	font-style: italic;
	letter-spacing: 0.96px;
	line-height: 1.6;
	opacity: 0;
	text-transform: uppercase;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.c-heading__section-en.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.c-heading__section-jp {
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 1.6;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}

.c-heading__section-jp.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.c-heading__frontier {
	color: #333333;
	display: flex;
	flex-direction: column;
	gap: 3px;
	line-height: normal;
	width: -moz-fit-content;
	width: fit-content;
}

.c-heading__frontier-jp {
	align-items: center;
	display: flex;
	gap: 12px;
}

.c-heading__frontier-jp--number {
	color: #333333;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 0.6px;
	line-height: 1.6;
}

.c-heading__frontier-jp--text {
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}

.c-heading__frontier__link {
	background: #f9f7f2;
	border: 1px solid #333333;
	border-radius: 10px 10px 0 0;
	color: #333333;
	line-height: normal;
	overflow: hidden;
	padding: 7px;
	position: relative;
	width: 100%;
}

.c-heading__frontier__link:nth-child(1) {
	--frontier-hover-bg: #f4c430;
}

.c-heading__frontier__link:nth-child(2) {
	--frontier-hover-bg: #f26a1b;
}

.c-heading__frontier__link:nth-child(3) {
	--frontier-hover-bg: #2f6fb3;
}

.c-heading__frontier__link:nth-child(4) {
	--frontier-hover-bg: #6baf3d;
}

.c-heading__frontier__link::before {
	background: var(--frontier-hover-bg, #f9f7f2);
	content: "";
	inset: 0;
	position: absolute;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.25s ease;
	z-index: 0;
}

.c-heading__frontier__link > * {
	position: relative;
	z-index: 1;
}

.c-heading__frontier__link:hover,
.c-heading__frontier__link.is-active {
	border-bottom: none;
	color: #ffffff;
}

.c-heading__frontier__link:hover::before,
.c-heading__frontier__link.is-active::before {
	transform: scaleY(1);
}

.c-heading__frontier-jp__link {
	font-size: 12px;
	text-align: center;
}

.c-heading__frontier__modal {
	color: #023e78;
	display: flex;
	flex-direction: column;
	gap: 6px;
	line-height: normal;
	width: -moz-fit-content;
	width: fit-content;
}

.c-heading__frontier__modal-en {
	font-family: "Jost", sans-serif;
	font-size: 13px;
	font-style: italic;
}

.c-heading__frontier__modal-jp {
	align-items: center;
	display: flex;
	gap: 12px;
}

.c-heading__frontier__modal-jp--number {
	color: #023e78;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.6;
}

.c-heading__frontier__modal-jp--text {
	color: #023e78;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

.c-heading__leader {
	color: #333333;
	display: flex;
	flex-direction: column;
	gap: 4px;
	line-height: normal;
	width: -moz-fit-content;
	width: fit-content;
}

.c-heading__leader-en {
	align-items: center;
	display: flex;
	gap: 8px;
	line-height: 1;
}

.c-heading__leader-en--text {
	color: inherit;
	font-family: "Jost", sans-serif;
	font-style: italic;
	letter-spacing: 0.45px;
}

.c-heading__leader-en--number {
	color: inherit;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 0.6px;
}

.c-heading__leader-jp {
	color: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}

.c-heading__leader-jp::before {
	color: #e67e22;
	content: "■";
	display: inline-block;
}

.c-heading__base {
	color: #333333;
	display: flex;
	flex-direction: column;
	gap: 4px;
	line-height: normal;
	width: -moz-fit-content;
	width: fit-content;
}

.c-heading__base-en {
	align-items: center;
	display: flex;
	gap: 8px;
	line-height: 1;
}

.c-heading__base-en--text {
	color: inherit;
	font-family: "Jost", sans-serif;
	font-style: italic;
	letter-spacing: 0.45px;
}

.c-heading__base-en--number {
	color: inherit;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 0.6px;
}

.c-heading__base-jp {
	color: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}

.c-heading__base-jp::before {
	color: #e67e22;
	content: "■";
	display: inline-block;
}

.c-heading__circulation {
	align-items: center;
	aspect-ratio: 1/1;
	border: 10px solid #e67e22;
	border-radius: 50%;
	color: #ffffff;
	display: flex;
	justify-content: center;
	margin-inline: auto;
	position: relative;
	width: 80%;
}

.c-heading__circulation-icon-image {
	aspect-ratio: 1/1;
	color: #e67e22;
	width: 50%;
}

.c-heading__circulation-text {
	background: #ffffff;
	color: #333333;
	display: flex;
	flex-direction: column;
	gap: 4px;
	left: 50%;
	padding-inline: 6px;
	position: absolute;
	text-align: center;
	top: -15px;
	transform: translateX(-50%);
}

.c-heading__circulation-jp {
	color: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.c-heading__circulation-en {
	align-self: stretch;
	color: inherit;
	font-family: "Jost", sans-serif;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.39px;
	line-height: 1.6;
}

.c-btn__entry {
	align-items: center;
	border: 1px solid #ffffff;
	border-radius: 44px;
	display: flex;
	justify-content: center;
	padding: 9px 19px;
	position: relative;
	transition: 0.5s ease-in-out;
	width: 160px;
}

.c-btn__entry.c-btn__entry-drawer {
	border-color: #333333;
}

.c-btn__entry:hover {
	transform: scale(1.2);
}

.c-btn__entry-drawer {
	margin-inline: auto;
	margin-top: 32px;
	padding: 9px 23px;
}

.c-btn__entry-drawer .c-btn__entry-text {
	color: #333333;
}

.c-btn__entry-text {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 1.4;
	position: relative;
	text-align: center;
	transition: color 0.5s ease-in-out;
	width: 100%;
	z-index: 1;
}

.c-btn__entry-text.is-scrolled {
	color: #333333;
	transition: color 0.5s ease-in-out;
}

.c-btn__entry-text:hover {
	color: #ffffff;
}

.c-btn__entry-cta {
	align-items: center;
	border: 1px solid #ffffff;
	border-radius: 44px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding-block: 12px;
	position: relative;
	transition: 0.5s ease-in-out;
	width: 215px;
}

.c-btn__entry-cta:hover {
	transform: scale(1.2);
}

.c-btn__entry-cta-text {
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 0.9px;
	line-height: 1.5;
	z-index: 1;
}

.c-btn__destination {
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 40px;
	overflow: hidden;
	position: absolute;
	transition: 0.3s;
	width: 40px;
}

.c-btn__destination.is-left {
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
}

.c-btn__destination.is-left::after {
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	content: "";
	display: block;
	height: 12px;
	left: 17px;
	position: absolute;
	transform: rotate(-135deg);
	transition: 0.3s;
	width: 12px;
}

.c-btn__destination.is-left:hover::after {
	border-right-color: #e67e22;
	border-top-color: #e67e22;
}

.c-btn__destination.is-right {
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
}

.c-btn__destination.is-right::after {
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 17px;
	transform: rotate(-135deg);
	transition: 0.3s;
	width: 12px;
}

.c-btn__destination.is-right:hover::after {
	border-bottom-color: #e67e22;
	border-left-color: #e67e22;
}

.c-btn__destination::before {
	background-color: #ffffff;
	border-radius: 44px;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	transition: width 0.3s ease, height 0.3s ease;
	width: 0;
	z-index: 0;
}

.c-btn__destination::before:hover {
	height: 100%;
	width: 100%;
}

.c-btn__destination:hover {
	border-color: #e67e22;
}

.c-btn__destination2 {
	align-items: center;
	border-radius: 50%;
	bottom: 10px;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transform-origin: center;
	transition: transform 0.3s;
	width: 40px;
}

.c-btn__destination2:hover {
	transform: translateX(-50%) scale(1.2);
}

.c-btn__destination2-text {
	color: #333333;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	z-index: 10;
}

.c-btn__modal {
	align-items: center;
	background: #023e78;
	border-radius: 4px;
	display: flex;
	gap: 36px;
	justify-content: center;
	overflow: hidden;
	padding: 20px;
	position: relative;
}

.c-btn__modal::before {
	background-color: #fff;
	border-radius: 4px;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	transition: width 0.3s ease, height 0.3s ease;
	width: 0;
	z-index: 0;
}

.c-btn__modal:hover {
	border: 1px solid #023e78;
}

.c-btn__modal:hover .c-btn__modal-text {
	color: #023e78;
}

.c-btn__modal:hover .c-btn__modal-arrow::after {
	border-bottom: 2px solid #023e78;
	border-left: 2px solid #023e78;
}

.c-btn__modal:hover::before {
	height: 100%;
	width: 100%;
}

.c-btn__modal-text {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	position: relative;
	z-index: 1;
}

.c-btn__modal-arrow {
	height: 20px;
	position: relative;
	width: 10px;
}

.c-btn__modal-arrow::after {
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	content: "";
	display: block;
	height: 16px;
	left: -8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
	width: 16px;
	z-index: 1;
}

.c-gnav {
	display: none;
}

.c-gnav__items {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 36px;
}

.c-gnav__lists {
	align-items: center;
	color: #ffffff;
	display: flex;
	font-size: 16px;
	gap: 36px;
	line-height: 1.4px;
}

.c-gnav__link {
	color: #ffffff;
	display: inline-block;
	padding-bottom: 4px;
	position: relative;
	transition: transform 0.3s ease-in-out;
}

.c-gnav__link:hover {
	transform: scale(1.2);
}

.c-drawer__icon {
	height: 48px;
	padding-inline: 4px;
	position: relative;
	width: 48px;
}

.c-drawer__bar {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 40;
}

.c-drawer__bar::before,
.c-drawer__bar::after {
	background: #ffffff;
	border-radius: 6px;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transform: translateY(-50%);
	transition: 0.3s ease-in-out;
	width: 40px;
}

.c-drawer__bar::before {
	top: -5px;
}

.c-drawer__bar::after {
	top: 3px;
}

.c-drawer__button {
	height: 100%;
	width: 100%;
}

.c-drawer__button.is-open .c-drawer__bar {
	background: transparent;
}

.c-drawer__button.is-open .c-drawer__bar::before,
.c-drawer__button.is-open .c-drawer__bar::after {
	background: #ffffff;
	top: -2px;
	width: 42px;
}

.c-drawer__button.is-open .c-drawer__bar::before {
	transform: rotate(20deg);
}

.c-drawer__button.is-open .c-drawer__bar::after {
	transform: rotate(-20deg);
}

.c-drawer__content {
	background: #ffffff;
	height: 100vh;
	overflow: auto;
	padding: 20px 28px;
	position: fixed;
	right: 0;
	top: 80px;
	transform: translateX(100%);
	transition: transform 0.3s ease-in-out;
	width: 100%;
	z-index: 30;
}

.c-drawer__content.is-open {
	transform: translateX(0);
}

.c-drawer__lists {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.c-drawer__list {
	border-bottom: 1px solid #333333;
	padding-bottom: 16px;
	padding-top: 16px;
	width: 100%;
}

.c-drawer__link {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.c-drawer__link-text {
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	width: 100%;
}

.c-drawer__link-arrow {
	height: 16px;
	position: relative;
	right: 3px;
	width: 8px;
}

.c-drawer__link-arrow::after {
	border-bottom: 2px solid #333333;
	border-left: 2px solid #333333;
	bottom: 0;
	content: "";
	display: block;
	height: 13px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(-135deg);
	transition: 0.3s;
	width: 13px;
}

.p-header__head.is-scrolled .c-drawer__bar::before,
.p-header__head.is-scrolled .c-drawer__bar::after {
	background: #333333;
}

.p-header__head.is-scrolled .c-drawer__content {
	top: 60px;
}

.c-faq {
	align-items: flex-start;
	background: #ffffff;
	border: 1px solid #333333;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	padding: 8px 12px;
}

.c-faq__head {
	align-items: center;
	align-self: stretch;
	cursor: pointer;
	display: flex;
	justify-content: left;
	padding-bottom: 8px;
	padding-top: 8px;
	position: relative;
}

.c-faq__head.is-open {
	border-bottom: 1px solid #333333;
}

.c-faq__head.is-open .c-faq__head-arrow {
	transform: rotate(180deg);
}

.c-faq__head-icon {
	background: rgba(255, 244, 0, 0.4);
	border-radius: 50px;
	color: #333333;
	font-family: "Jost", sans-serif;
	font-size: 22px;
	font-style: italic;
	height: 28px;
	line-height: 1.27;
	text-align: center;
	width: 28px;
}

.c-faq__head-text {
	font-weight: 700;
	line-height: 1.6;
	white-space: normal;
}

.c-faq__head-arrow {
	fill: #e67e22;
	height: 32px;
	margin-left: auto;
	position: relative;
	transition: transform 0.3s ease;
	width: 32px;
}

.c-faq__body {
	background: #ffffff;
	display: none;
	padding-block: 8px;
}

.c-faq__a-text {
	color: #333333;
	line-height: 30px;
}

.c-modal {
	border: none;
	border-radius: 12px;
	min-width: 370px !important;
	width: 100%;
}

.c-modal__wrapper {
	background: #ffffff;
	border: 1px solid #333333;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 15px;
}

.c-modal__header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.c-modal__close {
	align-items: top;
	display: flex;
	flex-direction: row;
	gap: 12px;
	justify-content: right;
}

.c-modal__close-text {
	color: #333333;
	font-size: 12px;
	margin-block: auto;
	position: relative;
}

.c-modal__close-btn {
	background: #333333;
	border-radius: 50%;
	cursor: pointer;
	height: 36px;
	position: relative;
	width: 36px;
}

.c-modal__close-btn::before {
	color: #ffffff;
	content: "×";
	font-size: 32px;
	font-weight: 300;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.c-modal__heading-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5;
}

.c-modal__heading-country {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 1.5;
}

.c-modal__image {
	height: auto;
	width: 100%;
}

.c-modal__image img {
	height: auto;
	width: 100%;
}

.c-modal__body-items {
	margin-top: 20px;
}

.c-modal__body-item {
	border-bottom: 1px solid #333333;
	display: flex;
	flex-direction: column;
	gap: 11px;
	padding-block: 12px;
}

.c-modal__body-item:first-child {
	border-top: 1px solid #333333;
}

.c-modal__body-title {
	align-items: center;
	color: #333333;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}

.c-modal__body-text {
	list-style-type: none;
}

dialog {
	padding: 0 !important;
}

.c-fv__track {
	--fv-track-gap: 20px;
	animation: scroll-left 60s linear infinite;
	backface-visibility: hidden;
	display: flex;
	flex-shrink: 0;
	gap: var(--fv-track-gap);
	transform: translate3d(0, 0, 0);
	width: -moz-max-content;
	width: max-content;
	will-change: transform;
}

.c-fv__item img {
	height: 100%;
	width: auto;
}

.c-destination {
	display: flex;
	flex-direction: column;
	padding-top: 20px;
}

.c-destination__main {
	position: relative;
	width: 100%;
}

.c-destination__number {
	color: #e67e22;
	font-family: "Jost", sans-serif;
	font-size: 56px;
	font-style: italic;
	letter-spacing: 1.12px;
	line-height: 1.5;
	position: absolute;
	right: 8px;
	text-align: justify;
	text-shadow: 1px 1px 0 #fff;
	top: -45px;
	z-index: 1;
}

.c-destination__image {
	filter: drop-shadow(0px 5px 15px rgba(26, 150, 239, 0.15));
	height: 75vw;
	overflow: hidden;
	text-align: center;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.c-destination__heading {
	bottom: 60px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 8px;
	left: 0;
	position: absolute;
	z-index: 1;
}

.c-destination__heading-title {
	background: rgba(0, 0, 0, 0.5);
	color: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: 4px 10px;
}

.c-destination__more {
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	color: inherit;
	display: flex;
	gap: 10px;
	padding: 4px 12px;
	width: -moz-fit-content;
	width: fit-content;
}

.c-destination__year {
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 1.5;
}

.c-destination__initial {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5;
}

.c-destination__body {
	background: #2c3e50;
	color: #ffffff;
	letter-spacing: 0.3px;
	line-height: 2;
	padding: 10px 14px;
}

.p-header__head {
	align-items: center;
	display: flex;
	flex-direction: row;
	height: 80px;
	justify-content: space-between;
	padding-inline: 16px;
	position: fixed;
	top: 0;
	transition: height 0.5s ease-in-out, background-color 0.5s ease-in-out, color 0.5s ease-in-out;
	width: 100%;
	z-index: 50;
}

.p-header__head.is-scrolled {
	background-color: #ffffff;
	color: #333333;
	height: 60px;
}

.p-header__head.is-scrolled a {
	color: #333333;
}

.p-header__head.is-scrolled .c-btn__entry {
	border-color: #333333;
	transition: border-color 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.p-header__head.is-scrolled .c-btn__entry-text {
	color: #333333;
	transition: color 0.5s ease-in-out;
}

.p-header__logo {
	height: 50px;
	width: 50px;
}

.p-footer {
	background-color: #f9f7f2;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 20px;
}

.p-footer__inner {
	padding-inline: 10px;
	position: relative;
}

.p-footer__items {
	display: flex;
	gap: 10px;
	margin: 0 auto;
	max-width: 1240px;
	padding: 10px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-footer__item {
	display: flex;
	flex: 1;
	gap: 24px;
}

.p-footer__logo {
	height: 60px;
	margin-block: auto;
	width: 60px;
}

.p-footer__logo:hover {
	opacity: 0.7;
}

.p-footer__address {
	font-size: 14px;
	letter-spacing: 0.18px;
	line-height: 1.6;
	min-width: 350px;
	width: 100%;
}

.p-footer__links {
	align-items: flex-start;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px;
}

.p-footer__link {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.p-footer__link-list {
	padding-bottom: 7px;
	padding-top: 8px;
	position: relative;
}

.p-footer__link-list::after {
	border-bottom: 1px solid #0961b6;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.p-footer__link-list:hover::after {
	width: 100%;
}

.p-footer__link-item {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.p-footer__sns {
	align-items: flex-start;
	display: flex;
	gap: 36px;
	margin-left: auto;
}

.p-footer__sns-link {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.p-footer__sns-link img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-footer__sns-link .is-whatsapp {
	background-color: #25d366;
	color: #ffffff;
}

.p-footer__sns-link:hover img {
	opacity: 0.7;
}

.p-footer__copyright {
	display: flex;
	font-size: 12px;
	justify-content: center;
	line-height: 1.5;
	margin-inline: auto;
	min-width: 350px;
	width: 100%;
}

.p-footer__page-top {
	align-items: center;
	bottom: 60px;
	cursor: pointer;
	display: flex;
	height: 60px;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 10px;
	transition: opacity 0.6s ease, visibility 0s linear 0.6s;
	visibility: hidden;
	width: 60px;
	will-change: opacity;
	z-index: 50;
}

.p-footer__page-top.is-show {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.6s ease, visibility 0s linear 0s;
	visibility: visible;
}

.p-footer__page-top svg {
	fill: #e67e22;
	height: 60px;
	width: 60px;
}

.p-footer__page-top:hover {
	opacity: 0.7;
}

.p-fv {
	background-color: #333333;
	display: flex;
	height: 115vh;
	justify-content: center;
	margin-top: -80px;
	position: relative;
	width: 100%;
}

.p-fv__title {
	align-items: center;
	animation: fadeIn 2s ease 0.3s forwards;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	font-family: "Jost", sans-serif;
	font-size: 32px;
	gap: 10px;
	margin-inline: auto;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 35%;
	z-index: 10;
}

.p-fv__title-text {
	align-items: center;
	backdrop-filter: blur(40px);
	background-color: transparent;
	color: #ffffff;
	font-style: italic;
	letter-spacing: 0.64px;
	line-height: 1.2;
	margin-inline: auto;
}

.p-fv__title-text.is-small {
	display: block;
}

.p-fv__title-text.is-large {
	display: none;
}

.p-fv__image {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.p-fv__image img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	animation: fadeAnimation 25s infinite;
	animation-timing-function: ease-in-out;
	object-fit: cover;
	opacity: 0;
}

.p-fv__image img:nth-child(1) {
	animation-delay: 0s;
}

.p-fv__image img:nth-child(2) {
	animation-delay: -5s;
}

.p-fv__image img:nth-child(3) {
	animation-delay: -10s;
}

.p-fv__image img:nth-child(4) {
	animation-delay: -15s;
}

.p-fv__image img:nth-child(5) {
	animation-delay: -20s;
}

.p-frontier {
	background: #ffffff;
}

.p-frontier__main {
	display: flex;
	flex-direction: column;
	gap: 40px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-frontier__map {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-block: auto;
	position: relative;
}

.p-frontier__map-image {
	border-radius: 20px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.p-frontier__countries {
	align-items: stretch;
	background: #f9f7f2;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-frontier__countries-map {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.p-frontier__map-text {
	color: #1b4d3e;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 auto 0;
}

.p-frontier__heading {
	align-items: center;
	display: flex;
	justify-items: left;
}

.p-frontier__items {
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	display: flex;
	gap: 16px;
	height: 100%;
	overflow-x: scroll;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.p-frontier__item {
	background: #f9f7f2;
	border-radius: 4px;
	flex: 0 0 100%;
	height: 100%;
	padding: 12px;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	width: 100%;
}

.p-frontier__item-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.p-frontier__image {
	height: 100%;
	position: relative;
	width: 100%;
}

.p-frontier__image img {
	height: 100%;
	width: 100%;
}

.p-frontier__body-items {
	display: flex;
	gap: 24px;
	margin-bottom: 24px;
}

.p-frontier__body-item {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.p-frontier__body {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-top: 12px;
	position: relative;
}

.p-frontier__body-text {
	bottom: 0;
	color: #333333;
	font-size: 14px;
	padding-block: 8px;
	width: 100%;
}

.p-circulation {
	background: #ffffff;
	overflow: hidden;
	position: relative;
}

.p-circulation__main {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.p-circulation__items {
	align-items: flex-start;
	align-self: stretch;
	backdrop-filter: blur(10px);
	background: #ffffff;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-circulation__item {
	border: 1px solid #333333;
	border-radius: 10px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 32px 32px rgba(0, 0, 0, 0.15);
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 32px;
	opacity: 0;
	overflow: hidden;
	padding-bottom: 28px;
	padding-top: 28px;
	transform: translateY(20px);
	transition: opacity 1.8s ease var(--fade-delay, 0s), transform 1.8s ease var(--fade-delay, 0s);
}

.p-circulation__item.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.p-circulation__item-body {
	line-height: 1.75;
	padding-inline: 16px;
}

.p-circulation__benefit {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-block: 80px;
}

.p-circulation__benefit-heading {
	align-items: baseline;
	display: flex;
	gap: 12px;
}

.p-circulation__benefit-icon {
	height: 20px;
	width: 20px;
}

.p-circulation__benefit-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

.p-destination {
	background: #2c3e50;
	overflow: hidden;
	position: relative;
}

.p-destination__wrapper {
	display: flex;
	flex-direction: column;
	gap: 60px;
	position: relative;
	z-index: 1;
}

.p-destination__body-headtext {
	color: #ffffff;
	font-weight: 500;
	line-height: 1.75;
}

.p-destination__body-items {
	margin-top: 30px;
}

.p-destination__swiper {
	position: relative;
}

.swiper {
	overflow: hidden;
}

.swiper-wrapper {
	justify-content: flex-start;
	position: relative;
}

.swiper-slide {
	width: auto;
}

.swiper-scrollbar {
	display: none;
}

.my-swiper-pagination {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
	margin-top: 30px;
	width: 100%;
}

/* ページネーションのサイズを大きくする */

.swiper-pagination-bullet {
	background: #ffffff;
	height: 20px;
	opacity: 0.5;
	width: 20px;
}

/* アクティブなドットのサイズも同様に大きくする */

.swiper-pagination-bullet-active {
	background: #e67e22;
	height: 25px;
	opacity: 1;
	width: 25px;
}

.p-destination__swiper-button {
	display: flex;
	gap: 24px;
	height: 40px;
	margin-left: auto;
	margin-right: 22px;
	position: relative;
	width: 104px;
}

.swiper-button-next,
.swiper-button-prev {
	display: none !important;
}

.my-swiper-button-prev,
.my-swiper-button-next {
	pointer-events: auto;
	z-index: 10;
}

.p-prologue {
	background: #2c3e50;
	position: relative;
}

.p-prologue__inner {
	padding-inline: 24px;
}

.p-prologue__wrapper {
	display: flex;
	flex-direction: column-reverse;
}

.p-prologue__body {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p-prologue__text {
	align-self: stretch;
	color: #333333;
	line-height: 2.2;
	text-shadow: 0 0 64px rgba(0, 0, 0, 0.25);
}

.p-prologue__text span {
	transition: color 3s ease;
}

.p-prologue__text span.is-white {
	color: #ffffff;
}

.p-prologue__image {
	margin-left: auto;
	padding-bottom: 32px;
	position: relative;
	z-index: 1;
}

.p-prologue__image img {
	height: 496px;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-faq {
	background-color: #2c3e50;
	overflow: hidden;
	position: relative;
}

.p-faq__wrapper {
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin-inline: auto;
	position: relative;
	z-index: 1;
}

.p-faq__items {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-inline: auto;
	width: 100%;
}

.p-cta {
	background: #ffffff;
}

.p-cta__inner {
	margin: 0 auto;
	padding-inline: 12px;
	text-align: center;
}

.p-cta__headtext {
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 24px;
}

.p-cta__wrapper {
	align-items: center;
	background: url(../img/cta.jpg) no-repeat center/cover;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	margin-top: 60px;
	padding-block: 56px;
	position: relative;
}

.p-cta__items {
	align-items: center;
	background: rgba(44, 62, 80, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 16px;
}

.p-cta__title {
	color: #ffffff;
	font-family: "Jost", sans-serif;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1.6px;
	line-height: 1.5;
	margin-bottom: 24px;
	text-align: center;
	text-transform: uppercase;
}

.p-cta__text {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 40px;
	text-align: center;
}

.p-base {
	overflow: hidden;
	padding-top: 80px;
	position: relative;
}

.p-base__inner {
	padding-inline: 24px;
}

.p-base__wrapper {
	display: flex;
	flex-direction: column;
	gap: 60px;
	position: relative;
	z-index: 1;
}

.p-base__headtext {
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
}

.p-base__items {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 40px;
	position: relative;
}

.p-base__item {
	background: #ffffff;
	position: relative;
}

.p-base__item-image {
	height: 100%;
	overflow: hidden;
}

.p-base__item-image img {
	height: 100%;
	width: 100%;
}

.p-base__body {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 12px 0 24px 0;
}

.p-base__body-image {
	border-radius: 4px;
	overflow: hidden;
}

.p-base__body-image img {
	height: 100%;
	width: 100%;
}

.p-base__image {
	opacity: 0;
	position: relative;
	transform: translateY(30px);
	transition: opacity 1s ease, transform 1s ease;
}

.p-base__image img {
	height: 380px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-base__image.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.u-hidden-sp {
	display: none;
}

@media screen and (min-width: 768px) {

.l-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 60px;
}

.l-section {
	padding: 120px 0;
}

.c-heading__section-en {
	font-size: 36px;
}

.c-heading__section-jp {
	font-size: 16px;
}

.c-heading__frontier-jp--number {
	font-size: 1.94vw;
}

.c-heading__frontier-jp--text {
	font-size: 1.66vw;
}

.c-heading__frontier__modal {
	gap: 5px;
}

.c-heading__frontier__modal-en {
	font-size: 16px;
}

.c-heading__frontier__modal-jp--number {
	font-size: 24px;
}

.c-heading__leader-en--text {
	font-size: 18px;
	letter-spacing: 0.54px;
}

.c-heading__leader-en--number {
	font-size: 24px;
}

.c-heading__leader-jp::before {
	font-size: 24px;
}

.c-heading__base-en--text {
	font-size: 18px;
	letter-spacing: 0.54px;
}

.c-heading__base-en--number {
	font-size: 24px;
}

.c-heading__base-jp::before {
	font-size: 24px;
}

.c-heading__circulation-jp {
	font-size: 20px;
}

.c-heading__circulation-en {
	font-size: 13px;
}

.c-btn__entry-cta {
	width: 235px;
}

.c-btn__entry-cta-text {
	font-size: 24px;
	letter-spacing: 1.2px;
}

.c-btn__destination.is-left::after {
	border-right-width: 3px;
	border-top-width: 3px;
	height: 18px;
	left: 24px;
	width: 18px;
}

.c-btn__destination.is-right::after {
	border-right-width: 3px;
	border-top-width: 3px;
	height: 18px;
	right: 24px;
	width: 18px;
}

.c-btn__destination2 {
	height: 50px;
	width: 50px;
}

.c-btn__modal {
	padding-inline: 40px;
}

.c-modal__wrapper {
	padding: 48px;
}

.c-modal__header {
	flex-direction: row-reverse;
	gap: 0;
	justify-content: space-between;
}

.c-modal__close {
	flex-direction: column-reverse;
	gap: 8.5px;
}

.c-modal__close-text {
	font-size: 16px;
	right: -9px;
	top: 4px;
}

.c-modal__close-btn {
	height: 48px;
	margin-left: auto;
	right: -5px;
	top: 4px;
	width: 48px;
}

.c-modal__body-item {
	flex-direction: row;
	gap: 10px;
	padding-bottom: 11px;
}

.c-modal__body-title {
	font-size: 18px;
	width: 378px;
}

.c-modal__body-text {
	font-size: 16px;
	width: 75%;
}

.c-destination__heading-title {
	font-size: 16px;
	padding: 4px 12px;
}

.p-header__head {
	height: 80px;
	padding: 12px 40px;
}

.p-footer__inner {
	padding-inline: 80px;
}

.p-footer__items {
	gap: 50px;
}

.p-footer__address {
	line-height: 1.7;
}

.p-footer__links {
	flex-direction: row;
	gap: 20px;
}

.p-footer__link {
	width: calc(51.9% - 20px);
}

.p-footer__sns {
	padding: 16px;
}

.p-footer__page-top {
	bottom: 50px;
	right: 0;
}

.p-fv__title {
	font-size: 48px;
	gap: 16px;
}

.p-destination__body-headtext {
	font-size: 16px;
}

.p-destination__swiper-button {
	margin-right: 60px;
}

.p-prologue__inner {
	padding-inline: 100px;
}

.p-prologue__wrapper {
	gap: 28px;
}

.p-cta__wrapper {
	padding-block: 110px;
	perspective: 1500px;
}

.p-cta__wrapper::before,
.p-cta__wrapper::after {
	backface-visibility: hidden;
	content: "";
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
	height: 100%;
	position: absolute;
	top: 0;
	transform-style: preserve-3d;
	transition: transform 1s ease-out;
	width: 50%;
	z-index: 10;
}

.p-cta__wrapper::before {
	background: url(../img/cta-left.jpg) no-repeat left/contain;
	left: 0;
	transform: rotateY(0deg);
	transform-origin: left center;
}

.p-cta__wrapper::after {
	background: url(../img/cta-right.jpg) no-repeat right/contain;
	right: 0;
	transform: rotateY(0deg);
	transform-origin: right center;
}

.p-cta__wrapper.is-visible::before {
	transform: rotateY(65deg);
}

.p-cta__wrapper.is-visible::after {
	transform: rotateY(-65deg);
}

.p-base__inner {
	padding-inline: 60px;
}

.p-base__headtext {
	font-size: 18px;
	line-height: 1.78;
}

.p-base__body {
	padding-bottom: 28px;
	padding-left: 12px;
}

.p-base__body-image.is-base-02 {
	height: auto;
	width: 500px;
}

.p-base__body-text {
	font-size: 16px;
}

.u-hidden-tab {
	display: none;
}

}

@media screen and (min-width: 1024px) {

.l-inner {
	max-width: 1440px;
	padding-left: 100px;
	padding-right: 100px;
}

.c-section {
	padding-bottom: 120px;
	padding-top: 100px;
}

.c-heading__section {
	margin-bottom: 80px;
}

.c-heading__circulation-jp {
	font-size: 16px;
}

.c-heading__circulation-en {
	font-size: 11px;
}

.c-btn__destination.is-left {
	left: -90px;
}

.c-btn__destination.is-left::after {
	border-right-width: 3px;
	border-top-width: 3px;
	height: 24px;
	left: 32px;
	width: 24px;
}

.c-btn__destination.is-right {
	right: -90px;
}

.c-btn__destination.is-right::after {
	border-bottom-width: 3px;
	border-left-width: 3px;
	height: 24px;
	right: 32px;
	width: 24px;
}

.c-btn__destination {
	height: 80px;
	width: 80px;
}

.c-btn__destination2-text {
	font-size: 16px;
}

.c-gnav {
	align-items: center;
	background-color: transparent;
	display: block;
	display: flex;
	height: 64px;
	justify-content: center;
}

.c-drawer__icon {
	display: none;
}

.c-faq__head {
	padding: 16px 32px 16px 32px;
}

.c-faq__head-icon {
	font-size: 28px;
	height: 36px;
	line-height: 39.2px;
	width: 36px;
}

.c-faq__head-text {
	font-size: 20px;
	line-height: 32px;
	margin-left: 20px;
	margin-right: 64px;
}

.c-faq__body {
	padding: 16px 32px;
}

.c-faq__a-text {
	font-size: 16px;
	line-height: 32px;
}

.c-destination {
	gap: 20px;
	padding-top: 40px;
}

.c-destination__number {
	font-size: 80px;
	right: 16px;
	top: -60px;
}

.c-destination__image {
	height: 30vw;
	max-height: 500px;
}

.c-destination__heading {
	bottom: 80px;
}

.p-footer__page-top {
	right: 20px;
}

.p-footer__page-top svg {
	height: 80px;
	width: 80px;
}

.p-fv__title-text {
	letter-spacing: 1.28px;
	line-height: 1.3;
}

.p-fv__title-text.is-small {
	display: none;
}

.p-fv__title-text.is-large {
	display: block;
}

.p-frontier__main {
	flex-direction: row;
	gap: 48px;
	max-height: 600px;
}

.p-frontier__map {
	gap: 32px;
	width: 50%;
}

.p-frontier__countries {
	width: 50%;
}

.p-frontier__map-text {
	font-size: 18px;
}

.p-frontier__items {
	gap: 24px;
}

.p-frontier__body-items {
	margin-bottom: 32px;
}

.p-frontier__body-item {
	gap: 6px;
}

.p-frontier__body-text {
	background: rgba(44, 62, 80, 0.5);
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4;
	padding: 8px;
	position: absolute;
}

.p-circulation__items {
	flex-direction: row;
}

.p-circulation__item-body {
	font-size: 16px;
	line-height: 1.7;
}

.p-circulation__benefit {
	padding-block: 119px;
}

.p-circulation__benefit-icon {
	height: 29px;
	width: 29px;
}

.p-circulation__benefit-title {
	font-size: 24px;
}

.p-destination__wrapper {
	gap: 80px;
}

.p-destination__body-headtext {
	font-size: 18px;
}

.p-destination__body-items {
	margin-top: 60px;
}

.swiper-slide {
	width: 23%;
}

.my-swiper-pagination {
	margin-top: 40px;
}

.swiper-pagination-bullet {
	height: 30px;
	width: 30px;
}

.swiper-pagination-bullet-active {
	height: 35px;
	width: 35px;
}

.p-destination__swiper-button {
	gap: 20px;
	height: 80px;
	margin-right: 102px;
	width: 180px;
}

.p-prologue__wrapper {
	flex-direction: row;
}

.p-prologue__body {
	gap: 41px;
}

.p-prologue__text {
	font-size: 18px;
	max-width: 560px;
	width: 38.88vw;
}

.p-prologue__image {
	max-width: 640px;
	padding-block: 0;
}

.p-faq__items {
	gap: 25px;
	max-width: 880px;
}

.p-cta__inner {
	max-width: 1440px;
	padding-inline: 32px;
}

.p-cta__headtext {
	font-size: 18px;
	line-height: 1.78;
	margin-bottom: 40px;
}

.p-base {
	padding-top: 100px;
}

.p-base__inner {
	padding-inline: 100px;
}

.p-base__items {
	height: 110vw;
	margin-bottom: 60px;
}

.p-base__item {
	display: flex;
}

.p-base__item.is-base-01 {
	bottom: 0;
	flex-direction: column;
	height: 58vw;
	left: 0;
	position: absolute;
	width: 55%;
}

.p-base__item.is-base-02 {
	flex-direction: column;
	height: 48vw;
	position: absolute;
	right: 50px;
	top: 0;
	width: 85%;
}

.p-base__item.is-base-02 .p-base__body-image {
	height: 100%;
	width: 100%;
}

.p-base__item.is-base-02 .p-base__body-image img {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.p-base__item.is-base-02 .p-base__body {
	width: 100%;
}

.p-base__item.is-base-03 {
	bottom: 10%;
	flex-direction: column;
	height: 50vw;
	position: absolute;
	right: 0;
	width: 35%;
}

}

@media screen and (min-width: 1440px) {

.c-heading__section-en {
	font-size: 48px;
}

.c-heading__section-jp {
	font-size: 18px;
}

.c-heading__frontier-jp--number {
	font-size: 28px;
}

.c-heading__frontier-jp--text {
	font-size: 20px;
}

.c-heading__frontier__link {
	padding-block: 10px;
}

.c-heading__frontier-jp__link {
	font-size: 18px;
}

.c-heading__frontier__modal-en {
	font-size: 18px;
}

.c-heading__frontier__modal-jp--number {
	font-size: 30px;
}

.c-heading__frontier__modal-jp--text {
	font-size: 28px;
}

.c-heading__circulation-text {
	gap: 12px;
}

.c-heading__circulation-jp {
	font-size: 24px;
	line-height: 1.6;
}

.c-heading__circulation-en {
	font-size: 14px;
	letter-spacing: 0.42px;
}

.c-faq {
	padding: 8px 20px;
	width: 860px;
}

.c-modal {
	width: 1200px;
}

.p-fv__title {
	font-size: 64px;
	gap: 20px;
}

.p-cta__title {
	font-size: 28px;
	letter-spacing: 1.68px;
	margin-bottom: 36px;
}

.p-cta__text {
	font-size: 16px;
	margin-bottom: 56px;
}

.p-base__items {
	height: 1320px;
}

.p-base__item.is-base-01 {
	height: auto;
}

.p-base__item.is-base-02 {
	height: auto;
}

.p-base__item.is-base-03 {
	height: auto;
}

.u-hidden-pc {
	display: none;
}

}

@keyframes scroll-left {

0% {
	transform: translate3d(0, 0, 0);
}

100% {
	transform: translate3d(calc(-50% - var(--fv-track-gap) / 2), 0, 0);
}

}

@keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fadeAnimation {

0% {
	opacity: 0;
}

6% {
	opacity: 1;
}

20% {
	opacity: 1;
}

26% {
	opacity: 0;
}

100% {
	opacity: 0;
}

}

