@import url("https://fonts.googleapis.com/css?family=Titillium+Web");

@import url("https://fonts.googleapis.com/css?family=Poppins");

html {
	font-size: 62.5%;
}

html,
body {
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

body {
	background: #fff;
	color: #1b1b1b;
	font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
	font-size: 16px;
	height: auto !important;
	line-height: 1.4;
}

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

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

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

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: inherit;
}

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

address {
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}

form button {
	-webkit-appearance: none;
	background-color: #efa336;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	margin: 0;
	padding: 0.6em 2em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

form button:hover,
form button:focus {
	outline: none;
}

form button:hover {
	opacity: 0.6;
}

form button ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input,
textarea {
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	font-family: inherit;
	font-size: 1.6rem;
	padding: 8px;
	width: 100%;
}

textarea:hover,
textarea:focus {
	outline: none;
}

textarea:focus {
	box-shadow: none;
	outline: none;
}

textarea ::-moz-focus-inner {
	border: none;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img {
	display: block;
	max-width: 100%;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

.l-container {
	margin: auto;
	max-width: 1000px;
	padding: 0 15px;
}

#footer {
	background: #efa336;
	color: #fff;
}

.l-footer__wrapper {
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: 1000px;
}

.l-footer__nav {
	padding: .5em .3em 0;
	text-align: center;
}

.l-footer__item {
	display: inline;
	margin-right: 46px;
}

.l-footer__item:last-child {
	margin-right: 0;
}

.l-footer__link {
	color: #fff;
	display: inline-block;
	padding: 0.3em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.l-footer__link:hover {
	text-decoration: underline;
}

.l-footer__copy {
	padding: 1em .3em;
	text-align: center;
}

#header {
	background: #efa336;
	color: #fff;
	height: 80px;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 20;
}

.l-header__wrapper {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: 1000px;
}

.header-content {
	align-items: center;
	display: flex;
}

.l-header__logo {
	margin-right: auto;
}

.l-header__logo a {
	transition: all 0.3s ease 0s;
}

.l-header__logo a:hover {
	opacity: 0.6;
}

.l-header__logo img {
	width: 200px;
}

#main {
	height: inherit;
	margin: 0 auto;
	max-width: 100%;
	padding: 3.2em 0;
}

.sec8 {
	background: #01010f;
	height: 100vh;
	position: relative;
	width: 100%;
	z-index: 100;
}

.sec8 .container {
	align-items: center;
	display: flex;
	height: 100vh;
	left: 50%;
	max-width: 45%;
	perspective: 1000px;
	position: relative;
	text-align: center;
	top: 50%;
	transform: translate3d(-50%, -50%, 600px); /* ^^^ 600px for safari hack */
	transform-style: preserve-3d;
	width: 70vw;
	width: 500px;
}

.sec8 img {
	cursor: pointer;
	max-height: 100%;
	max-width: 100%;
}

.sec8 h3 {
	color: #fbdcb9;
	font-family: 'Titillium Web', sans-serif;
	letter-spacing: 2px;
}

.sec8 .planet {
	cursor: pointer;
	margin: auto;
	position: absolute;
	width: 100%;
}

.c-btn {
	-webkit-appearance: none;
	background-color: #efa336;
	background-image: none;
	border: 1px solid #efa336;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	height: 60px;
	letter-spacing: 0.04em;
	line-height: 58px;
	margin: 0;
	max-width: 100%;
	position: relative;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	transition: .3s;
	vertical-align: middle;
	width: 300px;
}

.c-btn::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: '';
	height: 10px;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
	width: 10px;
}

.c-btn:hover {
	background: #fff;
	color: #efa336;
}

.c-btn:hover::after {
	border-color: #efa336;
	right: 5%;
}

.c-btn:not(:disabled) {
	cursor: pointer;
}

.c-btn:hover,
.c-btn:focus {
	outline: none;
}

.c-btn::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.sec5 {
	margin: 100px 0 300px;
	position: relative;
	z-index: 100;
}

.sec5 .no-scroll {
	overflow: hidden;
}

.sec5 .container {
	background: pink;
	display: flex;
	min-height: 100vh;
	padding: 2em;
}

.sec5 .icon {
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	display: inline-block;
	height: 1em;
	width: 1em;
}

.sec5 .center-image {
	-o-object-fit: cover;
	min-height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.sec5 .slick-slide {
	padding: 2em .5em;
}

.sec5 .card-slider {
	margin: auto;
	width: 100%;
}

.sec5 .card {
	align-items: flex-start;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 30px 50px -25px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	height: 350px;
	justify-content: flex-end;
	overflow: hidden;
	padding: 2em;
	position: relative;
	z-index: 1;
}

.sec5 .card > * {
	transition: opacity 350ms;
}

.sec5 .card--opened > * {
	opacity: 0;
}

.sec5 .card__background {
	background: #2fd4dc;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	z-index: -1;
}

.sec5 .card__background img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sec5 .card__background::after {
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.sec5 .card__category {
	background: #2fd4dc;
	color: #fff;
	font-size: 0.85em;
	font-weight: 600;
	padding: 0.2em 0.5em 0.25em;
	text-transform: uppercase;
}

.sec5 .card__title {
	color: #fff;
	margin: 0.5em 0;
	text-transform: uppercase;
}

.sec5 .card__duration {
	color: #fff;
}

.sec5 .modal-wrapper,
.sec5 .overlay {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.sec5 .modal-wrapper {
	display: flex;
}

.sec5 .overlay {
	background: rgba(0, 0, 0, 0.5);
	transition: opacity 150ms ease;
}

.sec5 .modal {
	background: #fff;
	border-radius: 20px;
	height: 90vh;
	margin: auto;
	max-width: 500px;
	overflow: hidden;
	position: relative;
	width: 90vw;
}

.sec5 .modal__scroll-area {
	border-radius: inherit;
	display: none;
	height: inherit;
	overflow: auto;
	position: relative;
	z-index: 1;
}

.sec5 .modal__close-button {
	background: transparent;
	border: none;
	color: #fff;
	margin-bottom: auto;
	padding: 2em;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.sec5 .modal__header {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 300px;
	padding: .5em;
	position: relative;
	text-align: center;
	z-index: 1;
}

.sec5 .modal__content {
	color: #666;
	line-height: 1.5;
	padding: 2em;
}

.sec5 [data-modal-state="closed"] .modal-wrapper {
	pointer-events: none;
}

.sec5 [data-modal-state="closed"] .overlay {
	pointer-events: none;
}

.sec5 [data-modal-state="closed"] .modal {
	opacity: 0;
}

.sec5 [data-modal-state="closed"] .overlay {
	opacity: 0;
}

.sec5 [data-modal-state="opening"] .modal__header,
.sec5 [data-modal-state="opening"] .modal__content,
.sec5 [data-modal-state="opening"] .modal__close-button,
.sec5 [data-modal-state="closing"] .modal__header,
.sec5 [data-modal-state="closing"] .modal__content,
.sec5 [data-modal-state="closing"] .modal__close-button {
	opacity: 0;
}

.sec5 [data-modal-state="opening"] .overlay {
	transition: opacity 500ms ease;
}

.sec5 [data-modal-state="closing"] .overlay {
	opacity: 0;
	transition: opacity 500ms ease;
}

.sec5 [data-modal-state="open"] .modal__header,
.sec5 [data-modal-state="open"] .modal__content {
	transition: opacity 450ms;
}

.c-gnav {
	padding: 0 1.6em;
}

.c-gnav__list {
	align-items: center;
	display: flex;
}

.c-gnav__item {
	margin-right: 46px;
}

.c-gnav__item:last-child {
	margin-right: 0;
}

.c-gnav__link {
	color: #1b1b1b;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-gnav__link:hover {
	opacity: 0.6;
}

.c-gnav__icon {
	display: none;
}

/* ローディング画面 */

#loading {
	background-color: #fff;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 1s;
	width: 100vw;
	z-index: 100;
}

#loading.is-loaded {
	opacity: 0;
	visibility: hidden;
}

.c-loading__anime {
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	border-radius: 50%;
	color: #808080;
	font-size: 20px;
	height: 1em;
	left: 50%;
	margin: 100px auto;
	position: fixed;
	text-indent: -9999em;
	top: calc(50% - 100px);
	transform: translateZ(0);
	transform: translate(-50%, -50%);
	width: 1em;
}

.sec6 {
	height: 100vh;
	margin: 100px 0;
	position: relative;
}

.sec6 a {
	color: inherit;
	text-decoration: none;
}

.sec6 body,
.sec6 html {
	background: #000;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	height: 100%;
	overflow: hidden;
}

.sec6 #wrap {
	align-items: stretch;
	display: flex;
	height: 100%;
	left: 0;
	margin: 0 25%;
	position: absolute;
	top: 0;
	width: 150%;
}

.sec6 .hb {
	trasnform: scale(0.97);
	align-items: center;
	display: flex;
	position: relative;
	width: 25%;
	z-index: 1;
	z-index: 2;
}

.sec6 .c {
	display: block;
	max-width: 90%;
	position: relative;
}

.sec6 .c img {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
	z-index: 2;
}

.sec6 .txt {
	border-left: 1px solid;
	color: #fff;
	left: 10%;
	opacity: 0;
	padding: 1em 0 0 1em;
	position: absolute;
	top: 50%;
	transform: scaleY(1) translateY(-50px);
	transition: transform .2s, opacity .5s;
	width: 80%;
	z-index: 3;
}

.sec6 h1 {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
}

.sec6 .hb:hover .txt {
	opacity: 1;
	transform: scaleY(1) translateY(0);
}

.sec6 .fullBg {
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transform: scale(1);
	transition: transform .5s, opacity .5s;
	width: 100%;
	z-index: 1;
}

.sec6 .fullBg img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: .5;
	width: 100%;
}

.sec6 .hb:hover + .fullBg {
	opacity: 1;
	transform: scale(1.02);
}

.sec6 .credits {
	bottom: 0;
	font-size: .8em;
	font-style: italic;
	opacity: .8;
	padding: 1.5em;
	position: fixed;
	right: 0;
	text-align: right;
	transition: opacity .2;
	z-index: 3;
}

.sec6 .credits:hover {
	opacity: 1;
	text-decoration: underline;
}

.c-mv {
	height: 1000px;
	max-height: calc(100vh - 80px);
	min-height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.c-mv__img {
	height: 100%;
	position: relative;
}

.c-mv__img img {
	left: -300%;
	margin: auto;
	max-width: none;
	position: absolute;
	right: -300%;
	top: 0;
}

.c-mv__inner {
	color: #fff;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	left: 0;
	opacity: 0;
	padding: 0 24px;
	position: absolute;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-35%);
	transition: 2s 0.5s;
	width: 100%;
}

.c-mv__inner.is-fadein {
	opacity: 1;
	transform: translateY(-50%);
}

body {
	overflow-x: hidden;
}

.sec1 {
	position: relative;
	z-index: 100;
}

.swiper-wrapper {
	align-items: center;
}

.swiper-container {
	cursor: -webkit-grab;
	cursor: grab;
	text-align: center;
}

.swiper-container:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.swiper-container .swiper-slide img {
	-o-object-fit: cover;
	height: auto;
	max-height: 80vh;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

#thumbs,
#thumbs2 {
	box-sizing: border-box;
	height: 10%;
	padding: 10px 0;
}

#thumbs .swiper-slide,
#thumbs2 .swiper-slide {
	border: 1px solid #333;
	cursor: -webkit-grab;
	cursor: grab;
	height: auto;
	opacity: 0.3;
	width: 16%;
}

#thumbs .swiper-slide:active,
#thumbs2 .swiper-slide:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

#thumbs .swiper-slide-active,
#thumbs2 .swiper-slide-active {
	opacity: 1;
}

.swiper-blind-left,
.swiper-blind-right {
	background: rgba(255, 255, 255, 0.7);
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 11.55%;
	z-index: 5;
}

.swiper-blind-left {
	left: 0;
}

.swiper-blind-right {
	right: 0;
}

.sec2 {
	padding: 50px 0;
	position: relative;
	z-index: 100;
}

.sec2 .swiper-container {
	overflow: initial;
}

.sec2 .swiper-container-horizontal > .swiper-pagination-bullets,
.sec2 .swiper-pagination-custom,
.sec2 .swiper-pagination-fraction {
	bottom: -50px;
}

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

.swiper-slide2 {
	align-items: center;
	background: #fff; /* Center slide text vertically */
	display: flex;
	font-size: 18px;
	justify-content: center;
	text-align: center;
}

.swiper-slide2 img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sec3 {
	height: 80vh;
	margin: 100px 0;
	position: relative;
	z-index: 100;
}

.sec3 .swiper-container {
	height: 100%;
	width: 100%;
}

.sec3 .swiper-slide {
	align-items: center;
	background: #fff; /* Center slide text vertically */
	display: flex;
	font-size: 18px;
	justify-content: center;
	text-align: center;
}

.sec3 .swiper-slide img {
	display: block;
	height: 100%;
	width: 100%;
}

.sec4 {
	height: 80vh;
	margin: 100px 0;
	position: relative;
	z-index: 100;
}

.sec4 .swiper-container {
	height: 100%;
	width: 100%;
}

.sec4 .swiper-container .swiper-slide img {
	margin: auto;
	width: 80%;
}

.sec7 {
	background-image: linear-gradient(180deg, #ffb253 0%, #f56259 100%);
	height: 100vh;
	margin: 200px 0;
	position: relative;
	z-index: 100;
}

.sec7 .slider-wrap {
	height: 100%;
	width: 100%;
}

.sec7 .slider-wrap .slider {
	left: 50px;
	position: absolute;
	top: 50px;
	width: 100%;
}

.sec7 .slider-item {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 9px #f1f1f4;
	display: flex;
	justify-content: flex-start;
	left: 0;
	opacity: 0;
	padding: 20px 0 25px 30px;
	position: absolute;
	position: absolute;
	top: 0;
	width: calc(100% - 150px);
	z-index: 0;
}

.sec7 .slider-item .animation-card_image {
	align-items: center;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 4px 9px rgba(241, 241, 244, 0.72);
	display: flex;
	justify-content: center;
}

.sec7 .slider-item .animation-card_image img {
	-o-object-fit: cover;
	max-height: 30vh;
	object-fit: cover;
}

.sec7 .slider-item .animation-card_content {
	font-family: "Open Sans", sans-serif;
	margin-left: 26px;
	max-width: 374px;
	width: 100%;
}

.sec7 .slider-item .animation-card_content .animation-card_content_title {
	color: #4a4545;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.18px;
	line-height: 24px;
	margin: 0;
}

.sec7 .slider-item .animation-card_content .animation-card_content_description {
	color: #696d74;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 24px;
	margin: 10px 0 0 0;
}

.sec7 .slider-item .animation-card_content .animation-card_content_city {
	color: #696d74;
	font-size: 11px;
	font-size: 12px;
	font-weight: 500;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

.js-fadein,
.js-fadein-up,
.js-fadein-down {
	opacity: 0;
	transition: 1s .5s;
}

.js-fadein.is-fadein,
.is-fadein.js-fadein-up,
.is-fadein.js-fadein-down {
	opacity: 1;
	transform: translate(0);
}

.js-fadein-up {
	transform: translateY(-30px);
}

.js-fadein-down {
	transform: translateY(30px);
}

.u-mbl {
	margin-bottom: 5em;
}

.u-mbm {
	margin-bottom: 3em;
}

.u-mbs {
	margin-bottom: 1em;
}

@media (prefers-reduced-motion: reduce) {

* {
	-webkit-animation-duration: 0.01ms !important;
	-webkit-animation-iteration-count: 1 !important;
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media (min-width: 768px) {

#main {
	padding-left: 20px;
	padding-right: 20px;
}

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

}

@media (max-width: 999px) {

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

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

}

@media (max-width: 767px) {

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

.l-footer__wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.l-footer__item {
	margin: 0;
}

#header {
	height: 60px;
}

.l-header__wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

#main {
	padding-left: 15px;
	padding-right: 15px;
}

.c-gnav__icon {
	display: block;
}

.c-gnav__wrapper {
	background: #fff;
	bottom: auto;
	color: #1b1b1b;
	height: 100%;
	left: auto;
	max-width: 90%;
	overflow: auto;
	padding: 0 0.8em;
	padding-top: 60px;
	position: fixed;
	right: 0;
	text-align: left;
	top: 0;
	transform: translateX(105%);
	transition: all 0.5s ease 0s;
	width: 300px;
	z-index: 40;
}

.c-gnav__wrapper.is-open {
	box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
	height: 100%;
	transform: translate(0);
}

.c-gnav__list {
	display: initial;
}

.c-gnav__item {
	margin-bottom: 0.8em;
}

.c-gnav__link {
	color: #1b1b1b;
	text-decoration: none;
}

.c-gnav__icon {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.c-gnav__icon::after {
	color: #424242;
	content: "MENU";
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	text-align: center;
}

.c-gnav__icon.is-open::after {
	content: "CLOSE";
}

.c-gnav__icon a {
	display: block;
	height: 20px;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: transform 0.3s;
	width: 30px;
}

.c-gnav__icon a:after,
.c-gnav__icon a:before {
	background: #757575;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: transform 0.5s;
	width: 100%;
}

.c-gnav__icon a:before {
	top: 0;
}

.c-gnav__icon a:after {
	bottom: 0;
}

.c-gnav__icon a span {
	background: #757575;
	height: 4px;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: 100%;
	top: 50%;
	transform: translate(0, -50%);
	transition: transform 0.5s;
	white-space: nowrap;
	width: 100%;
}

.c-gnav__icon a.is-open:not(.fix) {
	background: none;
	margin: auto;
}

.c-gnav__icon a.is-open:not(.fix):before {
	background: #757575;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 88%;
}

.c-gnav__icon a.is-open:not(.fix):after {
	background: #757575;
	bottom: 50%;
	transform: translate(0, 50%) rotate(-45deg);
	width: 88%;
}

.c-gnav__icon a.is-open:not(.fix) span {
	transform: translate(100%, -50%);
}

.c-mv {
	height: 60vh;
}

.c-mv__img img {
	height: 100%;
}

.c-mv__inner {
	font-size: 28px;
	font-size: 2.8rem;
}

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

}

@media (max-width: 600px) {

.swiper-blind-left,
.swiper-blind-right {
	display: none;
}

}

@-webkit-keyframes load4 {

0%,100% {
	box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}

12.5% {
	box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

25% {
	box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

37.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

50% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

62.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}

75% {
	box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}

87.5% {
	box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}

}

@keyframes load4 {

0%,100% {
	box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}

12.5% {
	box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

25% {
	box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

37.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

50% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

62.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}

75% {
	box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}

87.5% {
	box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}

}

