@charset "utf-8";




.c-Keyvisual {
	margin: 0 0 60px;
	height: 500px;
}

.c-Keyvisual .u-Title__page {
	width: 7.15%;
	min-width: 0;
	top: calc(50% - 80px);
	left: auto;
	right: 265px;
	transform: translate3d(0,-50%,0);
	opacity: 0;
	transition: 2s .2s cubic-bezier(0.75, 0, 0.35, 1);
}

.is-Loaddone .c-Keyvisual .u-Title__page {
	opacity: 1;
}

.c-Keyvisual__image {
	height: calc(100vh - 80px);
	max-height: 900px;
	opacity: 0;
	transition: .4s cubic-bezier(0.75, 0, 0.35, 1);
}

.is-Loaddone .c-Keyvisual__image {
	opacity: 1;
}

.c-Keyvisual__scroll-button {
	width: 80px;
	position: absolute;
	top: 0;
	right: 0;
}

.c-Keyvisual__scroll-button a {
	height: calc(100vh - 80px);
	max-height: 900px;
	background: #fff;
	display: block;
}

.c-Keyvisual__scroll-button em {
	font-size: 1.3rem;
	letter-spacing: .25em;
	position: absolute;
	bottom: 120px;
	left: 51%;
	transform-origin: center;
	transform: translate3d(-50%,-100%,0) rotate(90deg);
}

.c-Keyvisual__scroll-button .u-Basic-Arrow__line {
	width: 1px;
	height: 80px;
	border-left: 1px solid #1e1e1e;
	border-bottom: 0;
	top: calc(100% - 100px);
	left: 50%;
}

.c-Keyvisual__scroll-button .u-Basic-Arrow__line:before {
	transform: scaleY(1.5) rotate(90deg) !important;
}

.no-touch .c-Keyvisual__scroll-button a:hover .u-Basic-Arrow__line {
	height: 95px;
}




.u-Contents:not(:first-child) {
	margin: 0;
}

.is-Bg__gold {
	background-color: #afa673;
}




.c-home-corner {
	padding: 80px 0;
	position: relative;
}

.c-home-corner .u-Title__page {
	min-width: 0;
	top: 120px;
	left: calc(50% - 500px);
	right: auto;
	transform: none;
}

.c-home-corner .u-Title__page-name {
	font-size: 3rem;
	letter-spacing: .35em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 0;
	background: transparent;
}

.c-home-corner .u-Title__page-name:before {
	font-size: 1.4rem;
	height: calc(100% + 3rem);
	margin: 0 0 0 1.25em;
	padding: .15em 0 0 1em;
	position: relative;
	top: auto;
	right: auto;
}

.c-home-corner__image {
	width: 60.5%;
	min-width: 850px;
	margin-right: 10%;
	background: #1e1e1e;
	display: inline-block;
	position: relative;
}

.c-home-corner__image:before {
	content: attr(data-caption)'';
	color: #fff;
	font-family: 'Libre Caslon Text','Noto Serif JP';
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: .25em;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	opacity: 0;
	transition: .6s cubic-bezier(0.75, 0, 0.35, 1);
}

.c-home-corner__text {
	width: 47.85%;
	min-width: 670px;
	margin-top: -120px;
	padding: 55px 60px;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 10;
	transition: .6s cubic-bezier(0.75, 0, 0.35, 1);
}

.c-home-corner__image {
	background: #1e1e1e;
}

.c-home-corner__image img {
	transition: .6s cubic-bezier(0.75, 0, 0.35, 1);
}

.c-home-corner__more-button em {
	font-size: 2rem;
	line-height: 1;
}

.c-home-corner__more-button .u-Basic-Arrow__line {
	width: 45px;
	margin: 0 0 0 20px;
}

.no-touch .c-home-corner a:hover {
	color: #1e1e1e;
}

.no-touch .c-home-corner a:hover .c-home-corner__image:before {
	opacity: 1;
}

.no-touch .c-home-corner a:hover .c-home-corner__image img {
	opacity: .5;
}

.no-touch .c-home-corner a:hover .c-home-corner__more-button .u-Basic-Arrow__line {
	width: 70px;
}

.c-News {
	padding: 0 0 100px;
}

.c-home-corner__know {
	background-image: url("../../../_assets/img/home/bg-02.png");
	background-position: left bottom;
}

.c-home-corner__feel {
	background-image: url("../../../_assets/img/home/bg-03.png");
	background-position: right bottom;
}

.c-home-corner__experience {
	background-image: url("../../../_assets/img/home/bg-04.png");
	background-position: left bottom;
}

.is-Title__right .u-Title__page {
	left: auto;
	right: calc(50% - 500px);
}

.is-Title__right .c-home-corner__inner {
	text-align: left !important;
}

.is-Title__right .c-home-corner__image {
	margin-right: 0;
	margin-left: 10%;
}

.is-Bg__white .u-Title__page-name {
	color: #1e1e1e !important;
}

.is-Bg__white .u-Title__page-name:before {
	border-color: #1e1e1e;
}

.no-touch .is-Bg__white a:hover .c-home-corner__text {
	color: #fff;
	background: #afa673;
}

.no-touch .is-Bg__white a:hover .c-home-corner__more-button .u-Basic-Arrow__line {
	border-color: #fff;
}

.no-touch .is-Bg__white a:hover .c-home-corner__more-button .u-Basic-Arrow__line:before {
	border-color: transparent transparent transparent #fff;
}




.c-home-corner__song-title {
	margin: 0 0 20px;
	position: relative;
}

.c-home-corner__song-title:before,
.c-home-corner__song-title:after {
	content: '';
	width: 100px;
	height: 1px;
	background: #1e1e1e;
	position: absolute;
	top: 1.15em;
}

.c-home-corner__song-title:before {
	transform: translate3d(-120%,0,0);
}

.c-home-corner__song-title:after {
	transform: translate3d(120%,0,0);
}

.c-home-corner__song-title strong {
	font-size: 3.2rem;
	line-height: 1;
	letter-spacing: .25em;
	padding: 0 .5em 0 0;
	position: relative;
}

.c-home-corner__song-title strong:after {
	content: attr(data-en)'';
	font-size: 1.2rem;
	letter-spacing: .15em;
	padding: 15px 0 0;
	display: block;
}

.c-home-corner__song .slick-arrow {
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	border-left: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	position: absolute;
	top: 41.5%;
	z-index: 10;
	overflow: hidden;
}

.c-home-corner__song .slick-prev {
	margin-left: -38%;
	left: 50%;
	transform: rotate(45deg);
}

.c-home-corner__song .slick-next {
	margin-right: -38%;
	right: 50%;
	transform: rotate(225deg);
}

.c-home-corner__song-slide {
	opacity: 0;
	transition: 1s;
}

.c-home-corner__song-slide.slick-initialized {
	opacity: 1;
}

.c-home-corner__song-slide-item {
	width: 62.85%;
	padding: 0 45px;
}

.c-home-corner__song .slick-slide {
	transition: .6s cubic-bezier(0.75, 0, 0.35, 1);
	opacity: .15;
}

.c-home-corner__song .slick-slide.slick-current {
	opacity: 1;
}

.c-home-corner__song-slide-iframe {
	margin: 0 0 20px;
	padding: 56.25% 0 0;
	position: relative;
}

.c-home-corner__song-slide-iframe:after {
	content: '※音量にご注意ください';
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0;
	position: absolute;
	bottom: -20px;
	right: 0;
}

.c-home-corner__song-slide-item iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.c-home-corner__song-slide-item time {
	line-height: 1;
	display: block;
}

.c-home-corner__song-button {
	position: absolute;
	bottom: 80px;
	right: calc(10% + 90px);
}

.c-home-corner__song-button em {
	padding-bottom: .35em;
	display: inline-block;
}

.c-home-corner__song-button .u-Basic-Arrow__line {
	width: calc(100% + 5px);
	bottom: 0;
	left: 0;
}

.no-touch .c-home-corner__song-button a:hover .u-Basic-Arrow__line {
	width: calc(100% + 20px);
}


.c-Nanzen-shot {
	padding: 50px 50px 0;
}

.c-Nanzen-shot a {
	padding: 80px 0;
	display: block;
	background: #b9b9b9;
}

.c-Nanzen-shot__title {
	width: 340px;
	margin: 0 auto 90px;
	padding: 4.615% 0 0;
	position: relative;
}

.c-Nanzen-shot__title img {
	position: absolute;
	top: 0;
	left: 0;
	transition: .6s cubic-bezier(0.75, 0, 0.35, 1);
}

.c-Nanzen-shot__title img:nth-child(2) {
	opacity: 0;
}

.c-Nanzen-shot a .u-Basic-Arrow__line {
	width: 50px;
	bottom: -40px;
	left: calc(100% - 50px);
}

.c-Nanzen-shot__image {
	margin: 0 -50px;
}

.c-Nanzen-shot__image img {
	width: calc(100% / 8);
}

.no-touch .c-Nanzen-shot a:hover {
	background: #1e1e1e;
}

.no-touch .c-Nanzen-shot a:hover .c-Nanzen-shot__title img:nth-child(1) {
	opacity: 0;
}

.no-touch .c-Nanzen-shot a:hover .c-Nanzen-shot__title img:nth-child(2) {
	opacity: 1;
}

.no-touch .c-Nanzen-shot a:hover .u-Basic-Arrow__line {
	width: 70px;
	border-bottom: 1px solid #fff;
}

.no-touch .c-Nanzen-shot a:hover .u-Basic-Arrow__line:before {
	border-color: transparent transparent transparent #fff;
}






.c-banner {
	padding: 80px 0 10px;
}

.c-banner__items {
	margin: 0 -20px;
}

.c-banner__item {
	width: calc(100% / 2);
	padding: 0 20px;
}

.c-banner__item a img {
	transition: .6s cubic-bezier(0.75, 0, 0.35, 1);
}

.no-touch .c-banner__item a:hover img {
	opacity: .7;
}

.c-banner__item figcaption {
	font-size: 2rem;
	letter-spacing: .15em;
	padding: 1em 0 0;
	display: block;
}



.c-banner2 {
	padding: 80px 0 10px;
}

.c-banner2__items {
	margin: 0 -20px;
}

.c-banner2__item {
	width: calc(100% / 3);
	padding: 0 20px;
}

.c-banner2__item a img {
	transition: .6s cubic-bezier(0.75, 0, 0.35, 1);
}

.no-touch .c-banner2__item a:hover img {
	opacity: .7;
}

.c-banner2__item figcaption {
	font-size: 2rem;
	letter-spacing: .15em;
	padding: 1em 0 0;
	display: block;
}







