@charset "UTF-8";


/* ↓ テンプレート ↓ */
:root .news__heading .en {
    color: rgba(173, 145, 83, .7);
    font-family: "Bodoni Moda", serif;
	font-optical-sizing: auto;
	font-weight: 600;
}
:root .news .noticeCard__link:not(.js-info-menu).pointerEventsNone {
	pointer-events: none;
	cursor: default;
}
:root .campaign__heading .en {
    color: rgba(173, 145, 83, .7);
    font-family: "Bodoni Moda", serif;
	font-optical-sizing: auto;
	font-weight: 600;
}
@media screen and (min-width: 768px) {
    :root .newsGroup .newsDetail__term {
        font-size: 14px;
        color: #333333;
    }
}
@media screen and (max-width: 768px) {
    :root .news {
    	padding-bottom: 20px;
        padding-top: 80px;
        border-top: solid 1px #000;
        margin-top: 100px;
    }
	:root .news__heading .en {
	    color: #0D0B02;
	}
	:root .news .noticeCard__link.pointerEventsNone {
		pointer-events: none;
		cursor: default;
	}
	:root .infoMenu .noticeCard__link:not(.js-info-menu).pointerEventsNone {
		pointer-events: none;
		cursor: default;
	}
	:root .campaign {
        padding-bottom: 100px;
    }
	:root .campaign__heading .en {
	    color: #0D0B02;
	}
}
:root .news {
  margin: 120px auto;
}
@media screen and (max-width: 768px) {
	:root .news {
	  margin: 120px auto;
	}
}
@media screen and (max-width: 768px) {
    :root .news {
        padding-bottom: 0;
        padding-top: 0;
        border-top: none;
        margin: 60px auto;
    }
}
/* ↑ テンプレート ↑ */



/* l-mv 
--------------------------------------------------*/
@media screen and (min-width: 768px) {
    .mainVisual .infoBox {
        z-index: 10;
        opacity: 0;
    }
}
.l-mv {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #333333;
}
.l-loading {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	transition: opacity .6s linear;
	overflow: hidden;
	z-index: 8;
}
.lowPower .l-loading {
	display: none !important;
}
.loading-movie {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	transition: opacity .6s linear;
}
.loading-movie__photo {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .6s linear;
	z-index: 1;
}
.loading-movie__photo img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.skip {
	position: absolute;
	right: 20px;
	top: 90px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .1em;
	color: var(--white);
	border: solid 1px var(--white);
	padding: 6px 10px 8px;
	outline: none;
	background: transparent;
	pointer-events: auto;
	cursor: pointer;
	background: rgba(var(--white-rgb), .2);
	display: none;
	z-index: 8;
}
.skip:focus-visible {
    outline: auto;
}
.skip.active {
	display: block;
}
.lowPower .skip {
	display: none !important;
}
.replay {
	position: absolute;
	right: 20px;
	top: 90px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .1em;
	/*color: var(--white);*/
	color: var(--black);
	border: solid 1px var(--white);
	padding: 6px 10px 8px;
	outline: none;
	background: transparent;
	pointer-events: auto;
	cursor: pointer;
	background: rgba(var(--white-rgb), .8);
	display: none;
	z-index: 8;
}
.replay:focus-visible {
    outline: auto;
}
.replay.active {
	display: block;
}
.lowPower .replay {
	display: none !important;
}
.loading-movie iframe {
	position: relative;
	pointer-events: none;
}
/*.mv-photo--before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
}
.is-loaded .mv-photo--before {
	animation: loopalpha2 8s ease-in-out infinite;
}
.mv-photo--before img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}*/
/*.mv-photo {
	position: relative;
	width: 100%;
	filter: brightness(0.5);
	opacity: 0;
	transition: filter 1.3s cubic-bezier(.115,.405,.24,1),opacity .6s linear;
}
.is-loaded .mv-photo {
	opacity: 1;
	filter: brightness(1);
}*/
/*.mv-photo {
	position: relative;
	width: 100%;
	opacity: 0;
	z-index: 2;
}
.lowPower .mv-photo ,
.is-loaded .mv-photo {
	animation: loopalpha1 8s ease-in-out infinite;
}*/
.mv-photo {
	position: relative;
	width: 100%;
	opacity: 0;
	transition: opacity .6s linear;
	z-index: 2;
}
.lowPower .mv-photo ,
.is-loaded .mv-photo {
	opacity: 1;
}
.mv-text {
	position: absolute;
	/*left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);*/
	/*width: 112px;*/
	top: 0;
	left: 0;
	right: 0;
	margin-inline: auto;
	margin-top: calc(300 / 1920 * 100%);
	width: calc(700 / 1920 * 100%);
	opacity: 0;
	/*transition: opacity .6s linear;*/
	transition: opacity 1.6s linear 1.0s;
	z-index: 2;
}
.lowPower .mv-text ,
.is-loaded .mv-text {
	opacity: 1;
	/*animation: loopalpha1 8s ease-in-out infinite;*/
}
/*.mv-text__catch {
	position: relative;
	width: 100%;
	padding: calc(15 / 112 * 100%) calc(31 / 112 * 100%);
	margin-inline: auto;
}
.mv-text__catch__line {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.mv-text__catch__line i {
	position: absolute;
	width: 3px;
	height: 0;
	transition: height 1.3s cubic-bezier(.115,.405,.24,1);
	transition: height 1.3s cubic-bezier(.115,.405,.24,1) 2.2s;
}
.lowPower .mv-text__catch__line i ,
.is-loaded .mv-text__catch__line i {
	height: 100%;
}
.mv-text__catch__line .i1 {
	top: 0;
	left: 0;
}
.mv-text__catch__line .i2 {
	bottom: 0;
	right: 0;
}
.mv-text__catch__line i::before ,
.mv-text__catch__line i::after {
	content: '';
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
}
.mv-text__catch__line .i1::before {
	left: 0;
	background: rgba(255, 255, 255, 1.0);
}
.mv-text__catch__line .i1::after {
	right: 0;
	background: rgba(255, 255, 255, .5);
}
.mv-text__catch__line .i2::before {
	right: 0;
	background: rgba(255, 255, 255, 1.0);
}
.mv-text__catch__line .i2::after {
	left: 0;
	background: rgba(255, 255, 255, .5);
}
.mv-text__catch__contents {
	filter: blur(5px);
	opacity: 0;
	transition: filter .6s linear,opacity .6s linear;
}
.lowPower .mv-text__catch__contents ,
.is-loaded .mv-text__catch__contents {
	filter: blur(0);
	opacity: 1;
}
.mv-text__desc {
	width: 100%;
	margin-top: 18px;
	opacity: 0;
	transition: opacity .6s linear .3s;
}
.lowPower .mv-text__desc ,
.is-loaded .mv-text__desc {
	opacity: 1;
}
@keyframes loopalpha1 {
	0%   { opacity: 1; }
	40%  { opacity: 1; }
	50%  { opacity: 0; }
	90%  { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes loopalpha2 {
	0%   { opacity: 0; }
	40%  { opacity: 0; }
	50%  { opacity: 1; }
	90%  { opacity: 1; }
	100% { opacity: 0; }
}*/
.zoom {
	display: none !important;
}
@media screen and (max-width: 768px){
	.mv-text {
		/*width: 9.0rem;*/
		margin-top: calc(200 / 375 * 100%);
		width: calc(250 / 375 * 100%);
	}
	.mv-text__catch {
		padding: 1.0rem 2.7rem;
	}
	.mv-text__desc {
		margin-top: 2.0rem;
	}
	.skip {
		font-size: 12px;
	}
	.zoom {
		position: absolute;
		left: 20px;
		bottom: 20px;
		width: 60px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: .2em;
		font-size: 12px;
		line-height: 1;
		letter-spacing: .1em;
		color: var(--black);
		border: solid 1px var(--white);
		text-align: center;
		background: transparent;
		pointer-events: auto;
		cursor: pointer;
		border-radius: 50%;
		background: rgba(var(--white-rgb), .8);
		z-index: 3;
		display: flex !important;
		opacity: 0;
	}
	.lowPower .zoom ,
	.is-loaded .zoom {
		opacity: 1;
	}
}


.mvSpModal .modal-overlay {
	background: rgba(0, 0, 0, 1);
}
.mvSpModal .modal-container {
	padding: 0;
    background: transparent;
}
.mvSpModal .modal-container.fullscreen {
	position: absolute;
    top: 0;
    left: 0;
    /* right: 0; */
    /* bottom: 0; */
    /* margin: auto; */
    transform: rotate(90deg) translate(0%, -100%);
    transform-origin: top left;
    max-width: none;
    max-height: 100%;
    width: 100dvh;
    height: 100vw;
}
.mvSpModal .modal-content {
	position: relative;
}
.mvSpModal .modal-container.fullscreen .modal-content {
	width: 100%;
	height: 100%;
}
.mvSpModal .modal-close {
    z-index: 2;
}
.mvSpModal .modal-container.fullscreen .mvSpModal__photo {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mvSpModal__photo img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.landscapeButton {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 20px;
	height: 20px;
	outline: none;
	border: none;
	background: transparent;
	pointer-events: auto;
	cursor: pointer;
	z-index: 1;
}
.landscapeButton:focus-visible {
    outline: auto;
}
.landscapeButton img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.landscapeButton--on {
	opacity: 1;
}
.modal-container.fullscreen .landscapeButton--on {
	opacity: 0;
}
.landscapeButton--off {
	opacity: 0;
}
.modal-container.fullscreen .landscapeButton--off {
	opacity: 1;
}
@media screen and (max-width: 768px) and (orientation: landscape) {
    :root .mvSpModal .modal-container {
		position: relative;
	    top: auto;
	    left: auto;
	    transform: rotate(0deg) translate(0%, 0%);
	    transform-origin: top left;
	    max-width: none;
	    max-height: 100%;
	    width: 100%;
	    height: 100dvh;
	}
	:root .mvSpModal .modal-container .modal-content {
		width: 100%;
		height: 100%;
	}
	:root .mvSpModal .modal-container .mvSpModal__photo {
		position: absolute;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	:root .landscapeButton {
		display: none;
	}
	.mvSpModal .modal-close {
	    width: 20px;
	    height: 20px;
	}
}



/* l-actions 
--------------------------------------------------*/
.l-actions {
	position: relative;
	width: 100%;
	padding-block: 3.0rem 3.5rem;
	/*background: linear-gradient(0deg, rgb(102 76 10 / 80%) 0%, #97856b 100%);*/
    background: linear-gradient(135deg, #b39855 0%,#fee5a5 50%,#b39855 100%);
	z-index: 1;
}
.actions-detail {
	position: relative;
}
.actions-detail__desc {
	font-size: 3.4rem;
	line-height: 1.75;
	letter-spacing: .05em;
	/*color: #fff;*/
	text-align: center;
}
.actions-detail__desc + .actions-detail__desc {
	margin-top: .5em;
	padding-top: .5em;
    border-top: solid 1px #333;
}
.actions-detail__desc em {
	font-size: 1.2em;
}
.actions-detail__desc small {
	font-size: .8em;
}
@media screen and (max-width: 768px){
	.l-actions {
		padding-block: 2.0rem 2.5rem;
	}
	.actions-detail__desc {
		font-size: 2.0rem;
		line-height: 1.5;
	}
	.actions-detail__desc + .actions-detail__desc {
		margin-top: 1.0em;
		padding-top: 1.0em;
	}
	.actions-detail__desc em {
		font-size: 1.2em;
	}
	.actions-detail__desc small {
		font-size: .8em;
	}
}





/* l-concept 
--------------------------------------------------*/
.l-concept {
	position: relative;
	width: 100%;
	padding-block: 26.5rem 26.0rem;
	z-index: 1;
}
.concept-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}
.concept-movie {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity .6s;
	z-index: -3;
	filter: grayscale(1);
}
.lowPower .concept-movie {
	opacity: 1;
	background: url('../imgs/home/bg_concept_movie.jpg') no-repeat center center/cover;
}
.concept-movie iframe {
	position: relative;
	pointer-events: none;
	cursor: default;
}
.lowPower .concept-movie iframe {
	display: none;
}
.concept-movie-mask__color {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--black);
	mix-blend-mode: color;
	z-index: -2;
	display: none;
}
.concept-movie-mask__dark {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #110606;
	opacity: .85;
	z-index: -1;
}
.concept-contents {
	z-index: 2;
}
.concept-ttl {
	font-size: 3.6rem;
    line-height: 1;
    letter-spacing: .05em;
    color: #B49B5E;
}
.concept-detail {
	width: calc(778 / 1560 * 100%);
}
.concept-desc {
	position: relative;
	font-size: 1.8rem;
	line-height: 3.11;
	letter-spacing: .14em;
	color: var(--white);
	margin-top: -.5em;
}
.concept-catch {
	width: min(90%,225px);
	margin-right: auto;
	margin-top: 7.0rem;
	filter: blur(5px);
	opacity: 0;
}
.concept-catch.active {
	filter: blur(0);
	opacity: 1;
	transition: filter 4s cubic-bezier(.115,.405,.24,1),opacity 1s cubic-bezier(.115,.405,.24,1);
}
@media screen and (max-width: 768px){
	.l-concept {
		padding-block: 9.0rem 12.0rem;
	}
	.concept-contents {
		width: calc(340 / 380 * 100%);
	}
	.concept-ttl {
		width: 100%;
		font-size: 2.0rem;
		margin-bottom: 7.0rem;
	}
	.concept-detail {
		width: calc(270 / 340 * 100%);
		margin-inline: auto;
	}
	.concept-desc {
		font-size: 1.5rem;
		line-height: 3;
		letter-spacing: .014em;
		margin-top: 0;
	}
	.concept-catch {
		width: calc(180 / 270 * 100%);
		margin-top: 5.5rem;
	}
}


/* l-lower 
--------------------------------------------------*/
.l-lower {
	position: relative;
	z-index: 1;
}
.lower-movie {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	/*height: 100%;*/
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	opacity: 0;
	transition: opacity .6s;
	pointer-events: none;
	cursor: default;
	-webkit-mix-blend-mode: multiply;
	mix-blend-mode: multiply;
	z-index: 2;
}
.lower-movie::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.lower-movie.active {
	position: fixed;
	top: auto;
	bottom: 0;
}
.lower-movie.bottom {
	top: auto;
	bottom: 0;
}
.lower-movie iframe {
	position: relative;
	pointer-events: none;
	cursor: default;
}
.lower-sec {
	width: 100%;
}
.lower-sec__picture {
	position: relative;
	width: 50%;
	overflow: hidden;
	z-index: 2;
}
.lower-sec__picture__item {
	position: relative;
	overflow: hidden;
	filter: blur(15px);
	opacity: 0;
	transition: filter 1.0s linear,opacity 1.0s linear;
}
.lower-sec__picture.active .lower-sec__picture__item {
	filter: blur(0);
	opacity: 1;
}
.lower-sec__detail {
	position: relative;
	width: 50%;
	overflow: hidden;
	z-index: 2;
}
.lower-sec:nth-of-type(1) {
	background: #ffffff;
}
.lower-sec:nth-of-type(2) {
	background: #e7e5e5;
}
.lower-sec:nth-of-type(3) {
	background: #dedddd;
}
.lower-sec:nth-of-type(4) {
	background: #ddd5d5;
}
.lower-sec__detail__box {
	width: min(calc(600 / 960 * 100%),600px);
}
.lower-sec:nth-of-type(odd) .lower-sec__detail__box {
	padding-right: min(calc(110 / 960 * 100%),110px);
}
.lower-sec:nth-of-type(even) .lower-sec__detail__box {
	padding-left: min(calc(146 / 960 * 100%),146px);
}
.lower-sec__detail__ttl {
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 400;
	letter-spacing: .1em;
	color: #B49B5E;
	margin-bottom: 5.5rem;
}
.lower-sec__detail__heading {
	font-size: 2.8rem;
	line-height: 1.57;
	letter-spacing: .05em;
	margin-bottom: 2.5rem;
}
.lower-sec__detail__desc {
	font-size: 1.5rem;
	line-height: 2.13;
	letter-spacing: .05em;
	margin-bottom: 4.5rem;
}
.lower-sec__detail__btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: min(18.6rem, 186px);
	height: 4.0rem;
	background-color: #9E8651;
	border: solid 1px #9E8651;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .05em;
	color: var(--white);
	padding-left: 1.5rem;
	padding-bottom: .1em;
	overflow: hidden;
}
.lower-sec__detail__btn::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(0deg);
	width: 0;
	padding-bottom: 0;
	background-color: transparent;
	opacity: 0;
	transition: all 1.0s cubic-bezier(.115,.405,.24,1);
}
.lower-sec__detail__btn::after {
	content: '';
	position: absolute;
	left: 16.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: #F6F3EC;
}
.lower-sec__detail__btn span {
	position: relative;
	z-index: 1;
}
@media (any-hover: hover){
	.lower-sec__picture__item img {
		transform: scale(1.0);
		transition: transform 7.0s linear;
	}
	.lower-sec a:hover .lower-sec__picture__item img {
		transform: scale(1.15);
	}
	.lower-sec__detail__btn {
		transition: color 1.0s cubic-bezier(.115,.405,.24,1);
	}
	.lower-sec a:hover .lower-sec__detail__btn {
		color: #9E8651;
	}
	.lower-sec a:hover .lower-sec__detail__btn::before {
		width: 150%;
		padding-bottom: 150%;
		opacity: 1;
		background-color: var(--white);
		transform: translate(-50%,-50%) rotate(90deg);
	}
}
@media screen and (max-width: 1440px){
	.lower-sec:nth-of-type(odd) .lower-sec__detail__box {
		padding-right: 0;
	}
	.lower-sec:nth-of-type(even) .lower-sec__detail__box {
		padding-left: 0;
	}
}
@media screen and (max-width: 768px){
	.l-lower {
		padding-block: 11.5rem 14.0rem;
		background: #F2EDED;
	}
	.lower-movie {
		display: none;
	}
	.lower-sec {
		background: transparent !important;
	}
	.lower-sec + .lower-sec {
		margin-top: 11.0rem;
	}
	.lower-sec__picture {
		width: calc(360 / 380 * 100%);
		margin-left: auto;
		margin-bottom: 4.0rem;
	}	
	.lower-sec__picture__item {
		filter: blur(0) !important;
		opacity: 1 !important;
	}
	.lower-sec__picture__item1 {
		width: calc(340 / 360 * 100%);
		margin-right: auto;
		z-index: 1;
	}
	.lower-sec__picture__item2 {
		width: calc(260 / 360 * 100%);
		margin-top: calc(-20 / 360 * 100%);
		margin-left: auto;
	}
	.lower-sec__picture__item img {
		transform: scale(1.0) !important;
		transition: transform 2.0s linear !important;
	}
	.lower-sec__picture.active .lower-sec__picture__item img {
		transform: scale(1.1) !important;
	}
	.lower-sec__detail {
		width: calc(340 / 380 * 100%);
		margin-inline: auto;
	}
	.lower-sec__detail__box {
		width: 100%;
	}
	.lower-sec__detail__ttl {
		margin-bottom: 2.0rem;
	}
	.lower-sec__detail__heading {
		font-size: 2.2rem;
		line-height: 1.59;
		margin-bottom: 2.0rem;
	}
	.lower-sec__detail__desc {
		font-size: 1.5rem;
		line-height: 2.13;
		margin-bottom: 3.0rem;
	}
	.lower-sec__detail__btn {
		width: 100%;
		height: 5.0rem;
		font-size: 1.7rem;
		padding-left: 2.0rem;
	}
	.lower-sec__detail__btn::after {
		left: calc(310 / 340 * 100%);
		width: .6rem;
		height: .6rem;
	}
}