@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	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;
	overflow-x: auto;
	width: 100%;
}

ol,
ul {
	list-style: none;
}

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

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

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

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

*:focus {
	outline: none;
}

body {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
	color: #777;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 2;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

*::-moz-selection {
	background-color: #BFA87A;
	color: #fff;
}

*::selection {
	background-color: #BFA87A;
	color: #fff;
}

a {
	display: inline-block;
}

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

video {
	width: 100%;
}

.inner {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 600px;
	padding: 0 25px;
}

.main {
	position: relative;
	z-index: 1;
}

.main {
	background: #fff;
}

.sec-tit {
	color: #BFA87A;
	font-family: "Optima", "Marcellus", "Palatino", "Palatino Linotype", serif;
	font-size: 44px;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.sec-tit._center {
	text-align: center;
}

.sec-tit.js-scroll {
	opacity: 0;
}

.sec-tit.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	animation: fadeInUp 1s forwards;
}

.sec-txt {
	font-size: 15px;
	line-height: 1.7333;
	margin-top: 17px;
}

._border {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #EEE9DF), color-stop(90%, #EEE9DF), color-stop(90%, transparent), to(transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #EEE9DF 60%, #EEE9DF 90%, transparent 90%, transparent 100%);
	background: linear-gradient(to bottom, transparent 0%, transparent 60%, #EEE9DF 60%, #EEE9DF 90%, transparent 90%, transparent 100%);
	display: inline-block;
	margin: 0 0.05em;
}

._flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

._reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

._imgBg {
	position: relative;
	z-index: 1;
}

._imgBg:before {
	background-color: #FAF6F2;
	content: "";
	height: 100%;
	left: 13px;
	position: absolute;
	top: 13px;
	width: 100%;
	z-index: -10;
}

._endline {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 5px;
	white-space: nowrap;
}

._endline:after {
	background: #777;
	content: "";
	height: 0.5px;
	width: 46.52px;
}

._video {
	cursor: pointer;
	position: relative;
}

._video:before {
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.4s;
	background: url(../img/icon_movie.png) center/contain no-repeat;
	content: "";
	display: inline-block;
	height: 93px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.4s;
	width: 93px;
}

.base-btn a {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	justify-content: space-between;
	line-height: 1.4;
	overflow: hidden;
	padding: 19px 4.5% 19px 5%;
	position: relative;
	width: 100%;
	z-index: 0;
}

.base-btn a::before {
	-webkit-transition: opacity 0.3s;
	background: -webkit-gradient(linear, left top, left bottom, from(#d1c1a1), to(#BFA87A));
	background: -webkit-linear-gradient(top, #d1c1a1, #BFA87A);
	background: linear-gradient(to bottom, #d1c1a1, #BFA87A);
	content: "";
	inset: 0;
	opacity: 1;
	position: absolute;
	transition: opacity 0.3s;
	z-index: -1;
}

.base-btn a > ._arr {
	margin-left: 1px;
	position: relative;
	top: -4px;
	width: 36.82px;
}

.base-btn a > ._arr path {
	-webkit-transition: stroke 0.4s;
	transition: stroke 0.4s;
}

.about-inner {
	background: url(../img/about_bg.jpg) no-repeat center/cover;
	color: #fff;
	padding: 63px 0 64px;
	text-align: center;
}

.about .sec-tit {
	color: #fff;
}

.about-tit {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", "MS Mincho", serif;
	font-size: 20px;
	letter-spacing: 0.07em;
	line-height: 1.2;
	margin-top: 14px;
}

.about-tit.js-scroll {
	opacity: 0;
}

.about-tit.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	animation: fadeInUp 1s forwards;
}

.about-icon {
	margin: 28px auto 0;
	max-width: 193px;
}

.about-icon.js-scroll {
	opacity: 0;
}

.about-icon.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.about-txt {
	letter-spacing: 0.05em;
	margin-top: 31px;
}

.about-txt.js-scroll {
	opacity: 0;
}

.about-txt.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	-webkit-animation-delay: 0.3s;
	animation: fadeIn 1s forwards;
	animation-delay: 0.3s;
}

.anchor {
	-webkit-animation: fadeInUp 1s forwards;
	-webkit-animation-delay: 1s;
	animation: fadeInUp 1s forwards;
	animation-delay: 1s;
	margin: auto auto 0;
	max-width: 382px;
	opacity: 0;
	position: relative;
	z-index: 10;
}

.anchor-tit {
	-webkit-animation: titColor 15s infinite;
	animation: titColor 15s infinite;
	color: #729abe;
	font-family: "Optima", "Marcellus", "Palatino", "Palatino Linotype", serif;
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-align: center;
}

.anchor-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.anchor-item a {
	position: relative;
}

.anchor-thum {
	border-bottom: 2px solid #fff;
}

.anchor-label {
	margin: -1px auto 0;
	max-width: 113px;
	position: relative;
}

.anchor-label img {
	vertical-align: top;
}

.contact {
	padding: 70px 0 37px;
}

.contact-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #BFA87A;
	border-top: 1px solid #BFA87A;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: 13px;
	padding: 19px 0;
}

.contact-inner.js-scroll {
	opacity: 0;
}

.contact-inner.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.contact-btns {
	margin-top: 30px;
}

.contact-btns .base-btn {
	margin-top: 15px;
}

.contact-btns.js-scroll .base-btn {
	opacity: 0;
}

.contact-btns.js-scroll._scroll .base-btn {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.contact-btns.js-scroll._scroll .base-btn:nth-of-type(2) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.contact-txt {
	letter-spacing: 0.05em;
	line-height: 1.7857;
	padding-left: 24px;
	position: relative;
}

.contact-txt:nth-of-type(n + 2) {
	margin-top: 9px;
}

.contact-txt:before {
	background: url(../img/icon_arr_gold.png) no-repeat center/contain;
	content: "";
	height: 9px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 9px;
}

.footer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #E8E8E8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: 80px;
	padding: 40px 25px 30px;
}

.footer-tit {
	max-width: 191px;
}

.footer-wrap {
	margin-top: 33px;
}

.footer-logo {
	margin: 0 auto;
	max-width: 117px;
}

.footer-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 200;
	letter-spacing: 0.05em;
	margin-top: 5px;
	max-width: 234px;
}

.footer-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	margin-top: 8px;
}

.footer-item a {
	color: #777;
	text-align: center;
	width: 100%;
}

.footer-copy {
	color: #A5A5A5;
	font-size: 10px;
	letter-spacing: 0.07em;
	margin-top: 28px;
}

.fv {
	min-height: 600px;
	overflow: hidden;
	position: relative;
}

.fv > .inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.fv-bg {
	-webkit-animation: fvFade 15s infinite;
	animation: fvFade 15s infinite;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	inset: 0;
	opacity: 0;
	position: absolute;
	z-index: 1;
}

.fv-bg._1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.fv-bg._1 > ._mark {
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 139px;
	z-index: 1;
}

.fv-bg._2 {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.fv-bg._3 {
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
}

.fv-logo {
	-webkit-animation: fadeInUp 1s forwards;
	-webkit-animation-delay: 0.5s;
	animation: fadeInUp 1s forwards;
	animation-delay: 0.5s;
	margin: 0 auto;
	max-width: 261.26px;
	opacity: 0;
	position: relative;
	z-index: 10;
}

.header {
	left: 0;
	position: fixed;
	right: 0;
	right: 0;
	top: 0;
	z-index: 10;
}

.header-bg {
	-webkit-transition: opacity 0.4s;
	background-color: rgba(255, 255, 255, 0.8);
	height: 100%;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s;
	width: 100%;
}

.header._show .header-bg {
	opacity: 1;
}

.header._show .header-logo path {
	-webkit-transition: fill 0.4s;
	fill: #BFA87A;
	transition: fill 0.4s;
}

.header._show .header-btn a {
	background: -webkit-gradient(linear, left top, left bottom, from(#d1c1a1), to(#BFA87A));
	background: -webkit-linear-gradient(top, #d1c1a1, #BFA87A);
	background: linear-gradient(to bottom, #d1c1a1, #BFA87A);
	color: #fff;
}

.header._show .nav-icon > div > span {
	background: #777;
}

.header-inner {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 67px;
	justify-content: space-between;
	margin: 0 15px;
	position: relative;
}

.header-logo {
	line-height: 1.1;
	margin-right: 10px;
	width: 155px;
}

.header-btn {
	margin-left: auto;
	margin-right: 48px;
}

.header-btn a {
	-webkit-transition: background 0.4s, color 0.4s;
	background: #fff;
	border-radius: 6px;
	color: #BFA87A;
	font-size: 12px;
	padding: 3px 9px;
	transition: background 0.4s, color 0.4s;
}

.intro {
	background-color: #FAF9F9;
	text-align: center;
}

.intro > .inner {
	padding-bottom: 54px;
	padding-top: 63px;
}

.intro-tit {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #BFA87A;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	letter-spacing: 0.07em;
	position: relative;
}

.intro-tit.js-scroll {
	opacity: 0;
}

.intro-tit.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	animation: fadeInUp 1s forwards;
}

.intro-tit:before,
.intro-tit:after {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	background-color: #BFA87A;
	content: "";
	flex-grow: 1;
	height: 1px;
}

.intro-tit:before {
	margin-right: 14px;
}

.intro-tit:after {
	margin-left: 14px;
}

.intro-txt {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 13px;
	font-weight: 200;
	letter-spacing: 0.14em;
	margin-top: 29px;
}

.intro-txt.js-scroll {
	opacity: 0;
}

.intro-txt.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	-webkit-animation-delay: 0.3s;
	animation: fadeIn 1s forwards;
	animation-delay: 0.3s;
}

.link {
	margin-top: auto;
}

.link-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.link-item img {
	vertical-align: middle;
}

.link-item:nth-of-type(n + 2) {
	margin-left: 22px;
}

.link-item._insta {
	width: 20px;
}

.link-item._tiktok {
	width: 15px;
}

.link-item._line {
	width: 21px;
}

.modal {
	-webkit-transition: opacity 0.4s;
	display: none;
	inset: 0;
	opacity: 0;
	position: fixed;
	transition: opacity 0.4s;
	z-index: 100;
}

.modal-bg {
	background: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	height: 100%;
}

.modal-wrap {
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	max-width: 900px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.modal-wrap .video {
	max-width: 100%;
}

.modal-wrap .video iframe {
	border: 0;
}

.modal-close {
	background: url(../img/icon_close.png) no-repeat center/cover;
	cursor: pointer;
	position: absolute;
}

.nav-icon {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	height: 7px;
	position: absolute;
	right: 0;
	top: 30px;
	width: 34px;
	z-index: 31;
}

.nav-icon > div {
	position: relative;
}

.nav-icon > div > span {
	-webkit-transition: all 0.3s ease-out;
	background: #fff;
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: all 0.3s ease-out;
	width: 100%;
}

.nav-icon > div > span:nth-of-type(1) {
	top: 0;
}

.nav-icon > div > span:nth-of-type(2) {
	top: 7px;
}

.nav-inner {
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	background: url(../img/nav_bg.jpg) no-repeat center/cover;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	padding-inline: 25px;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 30;
}

.nav-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	margin-top: auto;
	padding: 22px 0;
	text-align: center;
}

.nav-bottom .link {
	display: inline-block;
}

.nav-bottom .link-item:nth-of-type(n + 2) {
	margin-left: 34px;
}

.nav-bottom .link-item._insta {
	width: 23px;
}

.nav-bottom .link-item._tiktok {
	width: 17.5px;
}

.nav-bottom .link-item._line {
	width: 24px;
}

.nav-copy {
	color: rgba(255, 255, 255, 0.4);
	font-size: 10px;
	letter-spacing: 0.07em;
	margin-top: 33px;
}

.nav-logo {
	margin: 75px auto 0;
	max-width: 227px;
}

.nav-list {
	margin: 58px 0 62px;
}

.nav-item {
	letter-spacing: 0.05em;
}

.nav-item:nth-of-type(n + 2) {
	margin-top: 24px;
}

.nav-item ul {
	letter-spacing: 0;
	margin-top: 14px;
	padding-left: 12px;
}

.nav-item ul li {
	margin-top: 9px;
}

.nav-item ul li a {
	padding-left: 22px;
	position: relative;
}

.nav-item ul li a:before {
	background: url(../img/icon_arr_white.png) no-repeat center/contain;
	content: "";
	height: 9px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 9px;
}

.nav-item a {
	-webkit-transition: color 0.3s;
	color: #fff;
	position: relative;
	transition: color 0.3s;
}

._open .nav-list .nav-item a {
	color: #fff !important;
}

._open .nav-icon > div > span:nth-of-type(1) {
	-webkit-transform: rotate(30deg);
	top: 3.5px;
	transform: rotate(30deg);
}

._open .nav-icon > div > span:nth-of-type(2) {
	-webkit-transform: rotate(-30deg);
	top: 3.5px;
	transform: rotate(-30deg);
}

._open .nav-icon > div > span {
	background: #fff !important;
}

._open .nav-inner {
	opacity: 1;
	visibility: visible;
}

.pickup {
	padding-top: 73px;
}

.pickup-list {
	margin-top: 30px;
}

.pickup-item:nth-of-type(n + 2) {
	margin-top: 50px;
}

.pickup-item.js-scroll {
	opacity: 0;
}

.pickup-item.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.pickup-tit {
	color: #BFA87A;
	line-height: 1.2;
	margin-top: 21px;
	text-align: center;
}

.pickup-tit > small {
	display: block;
	font-size: 15px;
}

.pickup-tit > span {
	display: block;
	font-family: "Optima", "Marcellus", "Palatino", "Palatino Linotype", serif;
	font-size: 28px;
	letter-spacing: 0.04em;
	margin-top: 8px;
}

.pickup-tit > span > small {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", "MS Mincho", serif;
	font-size: 19px;
	margin-left: -0.5em;
	margin-right: -1em;
}

.pickup-txt {
	margin-top: 14px;
}

.pickup .base-btn {
	margin-top: 24px;
}

.pickup-sns {
	margin-top: 19px;
	text-align: center;
}

.pickup-sns a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 16px;
}

.pickup-sns a > ._icon img {
	vertical-align: middle;
}

.pickup-sns a > ._icon {
	width: 23px;
}

.pickup-sns a {
	color: #777;
	font-weight: 600;
}

.pickup-visual {
	background: url(../img/pickup_visual.jpg) center/contain no-repeat;
	margin-top: 59px;
	padding-top: 93.3842%;
}

.pickup-visual.js-scroll {
	opacity: 0;
}

.pickup-visual.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.scroll {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	-webkit-animation: fadeIn 1s forwards;
	-webkit-animation-delay: 2s;
	align-items: center;
	animation: fadeIn 1s forwards;
	animation-delay: 2s;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	opacity: 0;
	position: absolute;
	right: 0;
}

.scroll-txt {
	color: #BFA87A;
	font-size: 12px;
	letter-spacing: 0.15em;
	line-height: 1;
	position: relative;
	right: 1px;
}

.scroll-bar {
	background-color: #BFA87A;
	height: 100px;
	left: 0;
	margin-top: 16px;
	overflow: hidden;
	position: relative;
	width: 1px;
}

.scroll-bar:after {
	-webkit-animation: bar 2.5s infinite;
	animation: bar 2.5s infinite;
	background-color: #fff;
	content: "";
	height: 40px;
	position: absolute;
	right: 0;
	top: -40px;
	width: 1px;
}

.side {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	position: fixed;
	width: calc((100% - 464px) * 0.5);
}

.side._left {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-animation: fadeIn 1s forwards;
	-webkit-animation-delay: 1.5s;
	animation: fadeIn 1s forwards;
	animation-delay: 1.5s;
	flex-direction: column;
	left: 0;
	opacity: 0;
	padding: 44px 3.66%;
}

.side._right {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	justify-content: center;
	padding: 44px 2.66%;
	right: 0;
}

.side .logo {
	max-width: 178px;
}

.side-center {
	-webkit-animation: fadeIn 1s forwards;
	-webkit-animation-delay: 1.5s;
	animation: fadeIn 1s forwards;
	animation-delay: 1.5s;
	opacity: 0;
	text-align: center;
}

.side-copy {
	color: #BFA87A;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", "MS Mincho", serif;
	font-size: 20px;
	letter-spacing: 0.15em;
	line-height: 1.7;
}

.side-copy > span {
	display: inline-block;
}

.side-btn {
	margin: 32px auto 0;
	max-width: 256px;
}

.side-btn a {
	background: rgba(255, 255, 255, 0.31);
	border: 1px solid #BFA87A;
	border-radius: 10px;
	color: #BFA87A;
	letter-spacing: 0.05em;
	padding: 10px 10px;
	position: relative;
	width: 100%;
}

.side-btn a:before {
	-webkit-transform: rotate(45deg) translateY(-50%);
	border: 0;
	border-bottom: solid 1px #BFA87A;
	border-right: solid 1px #BFA87A;
	content: "";
	height: 6px;
	margin: auto;
	position: absolute;
	right: 19px;
	top: calc(50% - 1px);
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
}

.slide {
	overflow: hidden;
}

.slide.js-scroll {
	opacity: 0;
}

.slide.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.slide-imgs {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-animation: slide 40s linear infinite;
	align-items: center;
	animation: slide 40s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	will-change: transform;
}

.slide-imgs img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 300px; /* 好きな高さ */
	width: auto;
}

.sns-inner {
	background-color: #FAF9F9;
	padding: 50px 0;
}

.sns-txt {
	margin-top: 23px;
}

.sns-txt.js-scroll {
	opacity: 0;
}

.sns-txt.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.sns-head {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	justify-content: space-between;
}

.sns-imgs {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 62.1%;
	-ms-flex: 0 1 62.1%;
	flex: 0 1 62.1%;
	gap: 13px;
	margin-left: 20px;
}

.sns-imgs.js-scroll {
	opacity: 0;
}

.sns-imgs.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.sns-img img {
	border: 1px solid #BFA87A;
	border-radius: 20px;
}

.sns-list {
	margin-top: 27px;
}

.sns-item.js-scroll {
	opacity: 0;
}

.sns-item.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.sns-item a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	color: #777;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 13px 14.7% 13px 5%;
	position: relative;
	width: 100%;
}

.sns-item a:before {
	-webkit-transform: translateY(-50%);
	background: url(../img/icon_arr_gray.png) no-repeat center/contain;
	content: "";
	height: 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.sns-item a > p {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 10px;
}

.sns-item a ._icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 28px;
	-ms-flex: 0 0 28px;
	flex: 0 0 28px;
}

.sns-item a ._icon img {
	vertical-align: middle;
}

.sns-item a ._txt {
	color: #777;
	font-size: 13px;
	margin-left: 13.5px;
}

.sns-item a ._tag {
	background: #BFA87A;
	border-radius: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	margin-left: auto;
	padding: 5px 15px;
}

.sns-item:nth-of-type(n + 2) {
	margin-top: 13px;
}

.special .special-content {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	font-weight: 200;
	justify-content: center;
	padding-inline: 15px;
}

.special .special-content._2_tit {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: -32px;
}

.special .special-content._right p {
	padding-left: 13px;
}

.special .special-content p._txt1_ep1 {
	padding-left: 32px;
}

.special .special-content p._txt1_ep2 {
	padding-right: 47px;
}

.special-tit {
	max-width: 73px;
}

.special-tit.js-scroll {
	opacity: 0;
}

.special-tit.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	-webkit-animation-delay: 0.3s;
	animation: fadeInUp 1s forwards;
	animation-delay: 0.3s;
}

.special-head {
	position: relative;
	z-index: 1;
}

.special-head._1:before {
	height: 71.76%;
}

.special-head._2:before {
	height: 89.18%;
}

.special-head:before {
	background-color: #FAF6F2;
	bottom: -29px;
	content: "";
	height: 71.76%;
	position: absolute;
	width: 50.12%;
	z-index: -10;
}

.special-head .special-content {
	padding: 0 15px;
}

.special-head._titLeft:before {
	left: 0;
}

.special-head._titRight:before {
	right: 0;
}

.special-wrap:nth-of-type(1) {
	margin-top: 51px;
}

.special-wrap:nth-of-type(2) {
	margin-top: 33px;
}

.special-wrap:nth-of-type(3) {
	margin-top: 53px;
}

.special-wrap:nth-of-type(4) {
	margin-top: 55px;
}

.special-wrap.js-scroll {
	opacity: 0;
}

.special-wrap.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.special-img._main {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 63.1%;
	-ms-flex: 0 0 63.1%;
	flex: 0 0 63.1%;
}

.special-img._main.js-scroll {
	opacity: 0;
}

.special-img._main.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.special-img._1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 51.4%;
	-ms-flex: 0 0 51.4%;
	flex: 0 0 51.4%;
}

.special-img._2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 42.2%;
	-ms-flex: 0 0 42.2%;
	flex: 0 0 42.2%;
}

.special-img._right {
	margin-right: 25px;
}

.special-img._left {
	margin-left: 25px;
}

.thanks {
	padding-top: 73px;
}

.thanks-tit {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	letter-spacing: 0.05em;
	position: relative;
}

.thanks-tit:before,
.thanks-tit:after {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	background-color: #c4c4c4;
	content: "";
	flex-grow: 1;
	height: 1px;
}

.thanks-tit:before {
	margin-right: 9px;
}

.thanks-tit:after {
	margin-left: 9px;
}

.thanks-item {
	margin-top: 30px;
}

.thanks-item.js-scroll {
	opacity: 0;
}

.thanks-item.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.thanks-item ul {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 13px;
}

.thanks-item ul li {
	max-width: 144px;
}

.thanks-item ul li._big {
	margin-top: -10px;
	max-width: 210px;
}

@media (any-hover: hover) {

._video:hover:before {
	opacity: 0.7;
}

.base-btn a {
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

.base-btn a:hover {
	border-color: #BFA87A;
	color: #BFA87A;
}

.base-btn a:hover:before {
	opacity: 0;
}

.base-btn a:hover > ._arr path {
	stroke: #BFA87A;
}

._hoverFade a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

._hoverFade a:hover {
	opacity: 0.7;
}

.anchor-item a {
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.anchor-item a:hover {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

.side-btn a {
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.side-btn a:hover {
	background-color: rgb(255, 255, 255);
}

.sns-item a {
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.sns-item a:hover {
	background-color: #eae9e7;
}

}

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

.wrapper {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}

.wrapper:before {
	background: url(../img/pc_bg.jpg) no-repeat center/cover;
	content: "";
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -100;
}

.main {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
	margin-inline: auto;
	margin-top: 44px;
	max-width: 464px;
}

._sp {
	display: none;
}

.about {
	margin-top: 80px;
}

.anchor-list {
	gap: 30px;
	margin-top: 19px;
}

.fv {
	height: calc(100vh - 44px);
	max-height: 880px;
}

.fv > .inner {
	padding-bottom: 25px;
	padding-top: 47px;
}

.fv-bg._1 {
	background-image: url("../img/fv_bg_pc1.jpg");
}

.fv-bg._2 {
	background-image: url("../img/fv_bg_pc2.jpg");
}

.fv-bg._3 {
	background-image: url("../img/fv_bg_pc3.jpg");
}

.gnav-list {
	margin-top: 45px;
}

.gnav-item {
	font-size: 12px;
	letter-spacing: 0.05em;
}

.gnav-item:nth-of-type(n + 2) {
	margin-top: 20px;
}

.gnav-item a {
	color: #BFA87A;
}

.gnav-item ul {
	margin-top: 14px;
	padding-left: 11px;
}

.gnav-item ul li {
	margin-top: 9px;
}

.gnav-item ul li a {
	padding-left: 22px;
	position: relative;
}

.gnav-item ul li a:before {
	background: url(../img/icon_arr_gold.png) no-repeat center/contain;
	content: "";
	height: 9px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 9px;
}

.modal-wrap {
	width: calc(100% - 50px);
}

.modal-close {
	height: 22px;
	right: 0px;
	top: -44px;
	width: 38px;
}

.scroll {
	padding: 0 33px 44px 0;
}

.sns {
	margin-top: 23px;
}

.special {
	padding-top: 73px;
}

.special-list {
	margin-top: 30px;
}

.special-item:nth-of-type(2) {
	margin-top: 50px;
	padding-top: 50px;
}

}

@media screen and (max-width: 899px) {

._pc {
	display: none;
}

.about {
	margin-top: 7px;
	padding-top: 73px;
}

.anchor-list {
	gap: 28px;
	margin-top: 18px;
}

.fv {
	height: 100vh;
	max-height: 760px;
}

.fv > .inner {
	padding-bottom: 31px;
	padding-inline: 20px;
	padding-top: 89px;
}

.fv-bg._1 {
	background-image: url("../img/fv_bg1.jpg");
}

.fv-bg._2 {
	background-image: url("../img/fv_bg2.jpg");
}

.fv-bg._3 {
	background-image: url("../img/fv_bg3.jpg");
}

.modal-wrap {
	width: 100%;
}

.modal-close {
	height: 17px;
	right: 15px;
	top: -42px;
	width: 29.5px;
}

.sns {
	padding-top: 23px;
}

.special {
	margin-inline: auto;
	max-width: 600px;
	padding-top: 73px;
}

.special-list {
	margin-top: -43px;
}

.special-item:nth-of-type(1) {
	padding-top: 73px;
}

.special-item:nth-of-type(2) {
	padding-top: 100px;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeInUp {

0% {
	-webkit-transform: translateY(14px);
	opacity: 0;
	transform: translateY(14px);
}

100% {
	-webkit-transform: translateY(0px);
	opacity: 1;
	transform: translateY(0px);
}

}

@keyframes fadeInUp {

0% {
	-webkit-transform: translateY(14px);
	opacity: 0;
	transform: translateY(14px);
}

100% {
	-webkit-transform: translateY(0px);
	opacity: 1;
	transform: translateY(0px);
}

}

@-webkit-keyframes bar {

0% {
	opacity: 0;
	top: -40px;
}

15% {
	opacity: 1;
}

50% {
	opacity: 1;
}

85% {
	opacity: 1;
}

100% {
	opacity: 0;
	top: 100px;
}

}

@keyframes bar {

0% {
	opacity: 0;
	top: -40px;
}

15% {
	opacity: 1;
}

50% {
	opacity: 1;
}

85% {
	opacity: 1;
}

100% {
	opacity: 0;
	top: 100px;
}

}

@-webkit-keyframes fvFade {

0% {
	opacity: 0;
}

5% {
	opacity: 1;
}

33% {
	opacity: 1;
}

38% {
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@keyframes fvFade {

0% {
	opacity: 0;
}

5% {
	opacity: 1;
}

33% {
	opacity: 1;
}

38% {
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes titColor {

0% {
	color: #729abe;
	opacity: 1;
}

31% {
	color: #729abe;
	opacity: 1;
}

33.333% {
	color: #729abe;
	opacity: 1;
}

38.333% {
	color: #fff;
	opacity: 1;
}

66.666% {
	color: #fff;
	opacity: 1;
}

95% {
	color: #fff;
	opacity: 1;
}

99.6% {
	color: #fff;
	opacity: 1;
}

99.85% {
	color: #fff;
	opacity: 0;
}

100% {
	color: #729abe;
	opacity: 1;
}

}

@keyframes titColor {

0% {
	color: #729abe;
	opacity: 1;
}

31% {
	color: #729abe;
	opacity: 1;
}

33.333% {
	color: #729abe;
	opacity: 1;
}

38.333% {
	color: #fff;
	opacity: 1;
}

66.666% {
	color: #fff;
	opacity: 1;
}

95% {
	color: #fff;
	opacity: 1;
}

99.6% {
	color: #fff;
	opacity: 1;
}

99.85% {
	color: #fff;
	opacity: 0;
}

100% {
	color: #729abe;
	opacity: 1;
}

}

@-webkit-keyframes slide {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

}

@keyframes slide {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

}

