@charset "utf-8";

/*================================================================
# base
================================================================ */
.page-contents * {
	margin: 0;
	padding: 0;
	word-break: normal;
}

.page-contents *,
.page-contents::before,
.page-contents::after {
	box-sizing: border-box;
}

html,
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

html {
	overflow-y: scroll;
}

body {
	width: 100%;
	overflow-x: hidden;
}

div {
	display: block;
}

#wrapper {
	width: 100%;
}

.wrap {
	width: calc(100% - 48px);
	margin: 0 auto;
}

a,
a:link {
	text-decoration: none;
}

ol,
ul,
dl {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	height: 0;
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}

/* header
------------------------------------------------------ */
#header {
	width: 100%;
	height: 162px;
	margin: 0 auto;
}

#header .l {
	padding: 19px 0 0 11px;
	float: left;
}

#header .r {
	float: right;
}

#header .r p {
	padding: 14px 0 40px 0;
	text-align: right;
}

#header .r .osb {
	padding: 0 0 4px 0;
	text-align: right;
}

#header .r #gnav {
	padding: 8px 0 0 0;
	float: left;
}

#header .r #gnav li {
	padding: 0 12px;
	border-left: 1px solid #ccc;
	float: left;
	line-height: 14px;
}

#header .r #gcv {
	width: 210px;
	margin-top: 0;
	float: left;
}

#header .r #gcv li {
	margin-bottom: 2px;
	padding: 0 0 0 2px;
	float: left;
}

#header .r #gcv li:last-child {
	padding: 0 0 0 3px;
	display: none;
	float: none;
}

#siteHeader {
	width: 100%;
}

#gNav li a {
	padding: 15px 0px 15px 20px;
	font-size: 16px;
}

#siteHeader .tools {
	width: 220px;
}

/* AOS
------------------------------------------------------ */
[data-aos="fade-up"] {
	transform: translate3d(0, 50px, 0);
}

[data-aos="fade-down"] {
	transform: translate3d(0, -50px, 0);
}

[data-aos="zoom-in"] {
	transform: scale(0.8);
}

/* モーダル開閉の瞬間、既に発火済み(.aos-animate)のトランジションだけ無効化 */
.aos-hold [data-aos].aos-animate {
	transition: none !important;
}

/* 表示・非表示
------------------------------------------------------ */
.pc {
	display: none;
}

.sp {
	display: block;
}

/*================================================================
# btn
================================================================ */
.btn01 {
	width: 100%;
	padding: 8px 32px 9px;
	border-radius: 9999px;
	background: #9b9b9b;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s, transform 0.3s;
}

.btn01 p {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	letter-spacing: 0.12em;
}

.btn01 .arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	transition: 0.3s;
	transform: translateY(-50%);
}

.btn01 svg {
	width: 12px;
	transition: 0.3s;
	stroke: #fff;
}

.btn02-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.btn02 {
	width: 100%;
	padding: 7px 40px 8px 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	background: transparent;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

.btn02 p {
	margin: 0;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.6;
	color: #222;
	letter-spacing: 0.14em;
}

.btn02 .arrow {
	width: 33px;
	height: 15px;
	border-radius: 9999px;
	background: #999999;
	position: absolute;
	top: 50%;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	transform: translateY(-50%);
}

.btn02 svg {
	width: 12px;
	transition: 0.3s;
	stroke: #fff;
}

/*================================================================
# heading01
================================================================ */
.heading01 {
	padding: 64px 0 0;
	position: relative;
	text-align: center;
}

.heading01:before {
	width: 1px;
	height: 48px;
	margin: auto;
	background-color: #cccccc;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

.heading01 .title-jp {
	margin: 8px 0 0;
	font-size: 22px;
	line-height: 46px;
	color: #7b203c;
	text-align: center;
	letter-spacing: 0.1em;
}

/*================================================================
# mv
================================================================ */
.mv {
	width: 100%;
	position: relative;
}

.mv .mv_img img {
	width: 100%;
}

.mv .logo {
	width: 24%;
	position: absolute;
	bottom: 4%;
	left: 6%;
}

.mv .logo a {
	display: block;
}

.mv .logo img {
	filter: drop-shadow(0 0 28px rgba(7, 2, 3, 0.3));
	transition: 0.4s;
}

/*================================================================
# fair_btn
================================================================ */
.fair_btn {
	width: 92%;
	margin: auto;
	padding: 20px 0 16px;
}

.fair_btn ul {
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 0;
}

.fair_btn li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.fair_btn .online {
	flex-basis: 100%;
}

/*================================================================
# リスト
================================================================ */
.list-info {
	margin: 16px 0 0;
}

.list-info li {
	padding: 0 0 0 1em;
	display: block;
	font-size: 12px;
	line-height: 1.618;
	text-align: left;
	text-indent: -1em;
	letter-spacing: 0.05em;
}

.list-info li:last-child {
	margin-bottom: 0;
}

.list-info li::before {
	width: 1em;
	margin-right: 0.5em;
	margin-left: -0.5em;
	padding: 0;
	content: "※";
	display: block;
	float: left;
	text-align: center;
}

/*================================================================
# 背景
================================================================ */
.back01 {
	background: #f7f8f9 url(../img/back01_sp.png) no-repeat center top / 100% auto;
}

.back02 {
	background: #f7f8f9 url(../img/back02_sp.png) no-repeat center top / 100% auto;
}

.back03 {
	background: #f7f8f9 url(../img/back03_sp.png) no-repeat center top / 100% auto;
}

/*================================================================
# section01
================================================================ */
.section01 {
	padding: 40px 0 32px;
	position: relative;
}

.section01 .wrap {
	position: relative;
}

.section01 .container {
	margin: 40px 0 0;
}

.section01 .title {
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.05em;
}

.section01 .title strong {
	font-size: 30px;
}

.section01 .img {
	display: flex;
	justify-content: flex-end;
}

.section01 .img figure {
	width: 78%;
	margin: 0 auto;
}

.section01 figcaption {
	margin: -16px 0 0;
	font-size: 12px;
	line-height: 2;
	text-align: center;
	letter-spacing: 0.1em;
}

.section01 .text {
	padding: 24px 0 0;
	font-size: 14px;
	line-height: 2.2;
	text-align: center;
	letter-spacing: 0.01em;
}

.section01 .section01_text01 {
	width: 64px;
	position: absolute;
	top: -24px;
	left: -24px;
}

/*================================================================
# section02
================================================================ */
.section02 {
	padding: 0 0 32px;
}

.section02 .section02__inner {
	margin: -24px auto 0;
	padding: 16px;
	background: #fff url(../img/section02_box.png) no-repeat left bottom / cover;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}

.section02 .heading01 {
	width: calc(228px / 1.5);
	margin: auto;
}

.section02 .title-jp {
	margin: 24px 0 0;
	font-size: 20px;
	line-height: 1.618;
	text-align: center;
	letter-spacing: 0.1em;
}

.section02 .marker {
	background: linear-gradient(transparent 60%, rgba(123, 32, 60, 0.1) 0%);
}

.section02 strong {
	padding: 0 4px;
	font-weight: 900;
	color: #7b203c;
	letter-spacing: 0;
}

.section02 .text {
	margin: 16px 0 0;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}

.section02 .cards {
	margin: 16px 0 0;
	position: relative;
}

.section02 .card-item {
	margin: 24px 0 0;
	padding: 0 16px 16px;
	position: relative;
	text-align: center;
}

.section02 .card-item:not(:last-child):before {
	width: calc(100% - 24px);
	height: 1px;
	margin: auto;
	background: #cccccc;
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	left: 0;
}

.section02 .note {
	margin: 4px 0 0;
	font-size: 12px;
	line-height: 1.618;
}

.section02 .btn02-wrap {
	margin: 32px 0 0;
}

/*================================================================
# section03
================================================================ */
.section03 {
	padding: 40px 0;
	background: #fff;
}

.section03 .heading01 {
	width: calc(338px / 1.5);
	margin: auto;
}

.section03 .container {
	margin: 32px 0 0;
}

.section03 .img {
	padding: 0 40px 0 0;
}

.section03 .text {
	margin: 24px 0;
	padding: 0 24px;
}

.section03 .title {
	font-size: 20px;
	line-height: 1.618;
	color: #7b203c;
	text-align: center;
	letter-spacing: 0.08em;
}

.section03 .title strong {
	font-size: 32px;
	font-weight: 400;
}

.section03 .lead {
	margin: 24px 0 0;
	font-size: 14px;
	line-height: 2.2;
	color: #222;
	text-align: center;
	letter-spacing: 0.05em;
}

.section03 .detail__right {
	margin: 24px 0 0;
}

.section03 figcaption {
	padding: 0 0 0 110px;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.1em;
}

.section03 .detail__text {
	margin: 16px 0 0;
	font-size: 14px;
	line-height: 1.618;
}

/*================================================================
# section04
================================================================ */
.section04 {
	padding: 40px 0;
}

.section04 .heading01 {
	width: calc(338px / 1.5);
	margin: 32px auto 0;
}

.section04 .container {
	margin: 32px 0 0;
}

.section04 .img {
	padding: 0 0 0 40px;
}

.section04 .text {
	margin: 24px 0;
	padding: 0 24px;
}

.section04 .title {
	font-size: 20px;
	line-height: 1.618;
	color: #7b203c;
	text-align: center;
	letter-spacing: 0.08em;
}

.section04 .title strong {
	font-size: 36px;
	font-weight: 400;
}

.section04 .sub-title {
	margin: 32px 0 0;
	font-size: 16px;
	line-height: 1.8;
	color: #7b203c;
	text-align: center;
	letter-spacing: 0.08em;
}

.section04 .lead {
	margin: 24px 0 0;
	font-size: 14px;
	line-height: 2.2;
	color: #222;
	text-align: center;
	letter-spacing: 0.05em;
}

.section04 .detail__left {
	margin: 0 0 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.section04 .detail .title {
	width: 100%;
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.618;
	color: #222;
	text-align: center;
	letter-spacing: 0;
}

.section04 .detail__left figure {
	width: calc(50% - 8px);
	margin: 0 0 0 8px;
}

.section04 figcaption {
	margin: 4px 0 0;
	text-align: center;
}

.section04 .detail__right {
	margin: 24px 0 0;
}

.section04 .detail__text {
	margin: 16px 0 0;
	font-size: 14px;
	line-height: 1.618;
}

.section04_img03 {
	margin: 24px 0 0;
}

/*================================================================
# section05
================================================================ */
.section05 {
	padding: 0;
}

.section05 .heading01 {
	width: calc(203px / 1.5);
	margin: auto;
}

.section05 .container {
	margin: 32px auto 0;
}

.section05 .img {
	width: 115%;
	margin: -40px -10% 0 -5%;
}

.section05 .img img {
	width: 115%;
}

.section05 .text {
	padding: 0 24px;
}

.section05 .title {
	font-size: 20px;
	line-height: 1.618;
	color: #7b203c;
	text-align: center;
	letter-spacing: 0.08em;
}

.section05 .limited {
	margin: 16px 0 0;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.1em;
}

.section05 .limited strong {
	margin: 0 4px;
	font-size: 18px;
}

.section05 .lead {
	margin: 24px 0 0;
	font-size: 14px;
	line-height: 2.2;
	color: #222;
	text-align: center;
	letter-spacing: 0.05em;
}

.section05 .detail {
	width: 80%;
	margin: 72px auto 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.section05 .detail__left {
	flex: 1 1 51%;
}

.section05 .detail__right {
	flex: 1 1 49%;
}

.section05 figcaption {
	padding: 0 0 0 110px;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.1em;
}

.section05 .detail__text {
	margin: 8px 0;
	font-size: 14px;
	line-height: 1.618;
}

.section05_img03 {
	margin: 32px 0 0;
}

.section05 .fair_btn {
	margin: 24px auto 0;
	padding: 40px 0 64px;
}

/* point
------------------------------------------------------ */
.point {
	padding: 0 0 64px;
	position: relative;
}

.point:before {
	width: 1px;
	height: 48px;
	margin: auto;
	background-color: #cccccc;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

.point:after {
	width: 1px;
	height: 48px;
	margin: auto;
	background-color: #cccccc;
	position: absolute;
	content: "";
	right: 0;
	bottom: -24px;
	left: 0;
	z-index: 1;
}

.point .wrap {
	position: relative;
}

.point-section {
	padding: 64px 0 0;
}

.point .title-number {
	width: 80px;
	opacity: 0.1;
	mix-blend-mode: multiply;
	position: absolute;
	z-index: 0;
	transition-duration: .8s !important;
}

.point01 .title-number {
	top: -27px;
	left: 0px;
}

.point02 .title-number {
	top: 0px;
	right: 0px;
}

.point03 .title-number {
	top: -20px;
	left: 8px;
}

.point04 .title-number {
	top: -27px;
	right: 0px;
}

.point .point__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.1em;
}

.point .point__title .title-text {
	position: relative;
	text-align: center;
	z-index: 1;
}

.point .point__text {
	margin: 16px 0 0;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0;
}

.point .point__title span {
	position: relative;
}

.point .point__title span span {
	position: relative;
	display: block;
	z-index: 2;
}

.point .point__title strong {
	font-weight: 700;
	color: #7b203c;
}

.point .point__img {
	margin: 24px -24px 0;
}

.point .point__img img {
	width: 100%;
	height: 180px;
	box-shadow: 0 0 16px rgba(70, 70, 70, 0.3);
	object-fit: cover;
}

.point02 .point__img img {
	object-position: left center;
}

.point04 .btn02-wrap {
	margin: 16px 0 0;
}

.point04 .btn02 {
	width: 208px;
	border-top: 0;
}

/* product-features
------------------------------------------------------ */
.point .product-features {
	margin: auto;
}

.point .product-features__ul {
	margin: 32px 0 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

.point .product-features__ul li {
	width: calc(100% / 2 - 10px);
	margin: 0 0 0 10px;
}

.point .product-features__ul li:nth-child(n + 3) {
	margin: 24px 0 0 10px;
}

.point .product-features .text {
	padding: 8px 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.618;
	color: #7b203c;
	text-align: center;
}

.point .product-features .name {
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.point .product-features .btn02 {
	margin: 8px 0 0;
	border-top: 0;
}

.point .product-features a {
	display: block;
	transition: 0.3s;
}

/* details
------------------------------------------------------ */
.point .details {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.point .details__col {
	padding: 48px 0 0;
}

.point .details__ttl {
	margin: 0;
	padding: 0 0 16px;
	position: relative;
	font-size: 18px;
	line-height: 1.618;
	color: #7b203c;
}

.point .details__ttl small {
	margin: 0 0 0 -8px;
	font-size: 16px;
	line-height: 0;
}

.point .details__ttl::before {
	width: 72px;
	height: 1px;
	background-color: #7b203c;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
}

.point .details__lead {
	margin: 16px 0 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 2;
	color: #222;
}

.point .details__note {
	font-size: 10px;
}

.point .details__figure {
	margin: 16px 0 0;
	text-align: center;
}

/*================================================================
# owners-voice
================================================================ */
.owners-voice {
	padding: 60px 0;
}

.owners-voice .heading01 {
	width: calc(348px / 1.5);
	margin: 24px auto 0;
}

.owners-voice .title-en {
	text-align: center;
}

.owners-voice .slider {
	margin: 24px auto 0;
	padding: 0 20px;
	overflow: hidden;
}

.owners-voice .swiper {
	width: 100%;
	height: 100%;
	overflow: visible;
}

.owners-voice .swiper-slide {
	width: 100%;
	height: auto;
}

.owners-voice .swiper-slide__box {
	height: 100%;
	padding: 40px 24px;
	background-color: #f2f2f2;
	font-size: 14px;
}

.voice {
	padding: 24px;
	background: #f6f6f6;
}

.voice__img {
	width: 80%;
	margin: 0 auto;
}

.voice__body {
	margin: 24px 0 0;
}

.voice__title {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	color: #7b203c;
	letter-spacing: 0.06em;
}

.voice__spec {
	margin: 16px 0 0;
	padding: 4px 0 4px 16px;
	border-left: 1px solid #222;
	display: grid;
	font-size: 12px;
	font-weight: 40;
	line-height: 1.618;
	gap: 8px;
}

.voice__content {
	margin: 24px 0 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: .05em;
}

.voice__label {
	margin: 24px 0 0;
	font-size: 13px;
	line-height: 1.618;
	letter-spacing: 0;
}

.voice__list {
	margin: 8px 0 0 1em;
	padding: 0;
	list-style: disc;
}

.voice__list li {
	margin: 4px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.618;
	color: #000;
	letter-spacing: 0;
}

/* swiper-button
------------------------------------------------------ */
.owners-voice .swiper-controller {
	width: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.owners-voice .swiper-button-next,
.owners-voice .swiper-button-prev {
	width: 34px;
	height: 34px;
	border-radius: 17px;
	background: #999999;
}

.owners-voice .swiper-button-next,
.owners-voice .swiper-rtl .swiper-button-prev {
	right: -20px;
	left: auto;
}

.owners-voice .swiper-button-prev,
.owners-voice .swiper-rtl .swiper-button-next {
	right: auto;
	left: -20px;
}

.owners-voice .swiper-button-next:after,
.owners-voice .swiper-button-prev:after {
	font-size: 20px;
	color: #fff;
}

.swiper-button-next::after {
	width: 15px;
	height: 10px;
	background: url("../img/arrow.svg") center/contain no-repeat;
	content: "";
	display: block;
}

.swiper-button-prev::after {
	width: 15px;
	height: 10px;
	background: url("../img/arrow.svg") center/contain no-repeat;
	content: "";
	display: block;
	transform: scale(-1, 1);
}

.owners-voice .swiper-button-next.swiper-button-disabled,
.owners-voice .swiper-button-prev.swiper-button-disabled {
	display: none;
}

/*================================================================
# footer
================================================================ */
.footer {
	padding: 0 0 80px;
}

.footer .logo {
	width: 32%;
	margin: 40px auto 0;
	text-align: center;
}

.footer .logo a {
	display: inline-block;
}

.footer .copy {
	margin: 40px 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", Yu Gothic Medium, "游ゴシック", Yu Gothic, "メイリオ", Meiryo, sans-serif;
	font-size: 10px;
	line-height: 2;
	text-align: center;
}

/*================================================================
# lity
================================================================ */
.lity-content:after {
	background: none !important;
	box-shadow: none !important;
}

.lity-wrap {
	padding: 0;
	outline: none !important;
	background-color: #fff !important;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: scroll;
	text-align: center;
	z-index: 99990;
}

.lity-content>* {
	max-height: none !important;
}

.lity-image img {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	border: 0;
	display: block;
	line-height: 0;
}

.lity-close {
	min-height: 0;
	background-color: #999999;
	top: 0;
	right: 0;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	transition: 0.3s;
}

.lity-close:focus {
	top: 24px;
}

.lity-close:before,
.lity-close:after {
	width: 1px;
	height: 33px;
	background-color: #fff;
	position: absolute;
	content: " ";
	top: 1px;
	left: 17px;
}

.lity-close:before {
	transform: rotate(45deg);
}

.lity-close:after {
	transform: rotate(-45deg);
}

/*================================================================
# モーダル内コンテンツ
================================================================ */
.modal {
	width: 100%;
	background-color: #fff;
}

.modal-content {
	padding: 0;
	line-height: 1.618;
}

.modal-content .title {
	padding: 0;
	background-color: #000000;
	text-align: center;
}

.modal-content .title img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}

#product-features01 .modal-content .title img {
	object-position: calc(100% + 10px) center;
}

#product-features02 .modal-content .title img {
	object-position: calc(100% + 10px) center;
}

#product-features03 .modal-content .title img {
	object-position: calc(100% + 70px) center;
}

#product-features04 .modal-content .title img {
	object-position: calc(100% - 10px) center;
}


.modal-content .block {
	margin: 24px 0 0;
	padding: 0 24px;
}

.modal-content .title02 {
	font-size: 18px;
	color: #7b203c;
	text-align: center;
}

.modal-content .text {
	margin: 16px 0 0;
	font-size: 13px;
	line-height: 1.618;
}

.modal .img01 {
	margin: 32px 0 0;
	padding: 0 24px;
}

.modal .container {
	margin: 24px 0 0;
}

.modal .container .col {
	margin: 24px 0 0;
}

.modal .container .title02 {
	text-align: left;
}

.modal .close-btn {
	margin: 40px 0 0;
	padding: 0 0 40px;
	display: flex;
	justify-content: center;
}

.modal .close-btn a {
	padding: 8px 64px;
	border-radius: 9999px;
	background-color: #999999;
	display: inline-block;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.12em;
}

/*================================================================
# popupバグ対策
================================================================ */
:root {
	--real-vh: 1vh;
}

.lity {
	width: 100%;
	height: calc(var(--real-vh, 1vh) * 100);
	background-color: #fff !important;
	position: fixed;
	overflow: hidden !important;
	z-index: 9999;
	inset: 0;
	overscroll-behavior: none;
}

.lity::before {
	width: 100vw;
	height: 120%;
	background: #000;
	position: fixed;
	content: "";
	z-index: -1;
	inset: 0;
}

.lity-scroll-wrap {
	padding: 40px 0;
	position: absolute;
	overflow-y: scroll;
	inset: 0;
	-webkit-overflow-scrolling: touch;
}

.lity .modal {
	max-width: 100%;
	margin: 0 auto;
	background: #fff;
	transition: transform .8s cubic-bezier(.22, .61, .36, 1);
	transform: translateY(100%);
}

.lity.is-open .modal {
	transform: translateY(0);
}

.lity.is-closing .modal {
	transform: translateY(100%);
}

html.lity-opened,
body.lity-opened {
	overflow: hidden;
}

/*================================================================
# nav
================================================================ */
.header {
	width: 100%;
	padding: 20px 40px;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 100;
}

.hamburger {
	width: 48px;
	height: 48px;
	padding: 10px;
	cursor: pointer;
	border: none;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 210;
	transition: background 0.3s ease, box-shadow 0.3s ease;
}

.hamburger.is-active {
	background: #eeeeef;
}

.hamburger .inner {
	width: 32px;
	height: 14px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.hamburger span {
	height: 1px;
	background: #111;
	display: block;
	transition: transform 0.35s ease, opacity 0.2s ease, width 0.3s ease, top 0.35s ease, bottom 0.35s ease;
	transform-origin: center;
}

/* --- 各ラインの長さを変える --- */
.hamburger span:nth-child(1) {
	width: 32px;
}

.hamburger span:nth-child(2) {
	width: 23px;
}

.hamburger span:nth-child(3) {
	width: 14px;
}

/* --- 開いたときのクロスアニメーション --- */
.hamburger.is-active span {
	position: absolute;
	top: 7px;
}

.hamburger.is-active span:nth-child(1) {
	width: 32px;
	transform: rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
	width: 32px;
	transform: rotate(-45deg);
}

/* --- メニュー本体 --- */
.nav {
	width: 100%;
	height: 100%;
	padding: 0;
	pointer-events: none;
	opacity: 0;
	background: #eeeeef;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	z-index: 200;
	transition: opacity 0.38s ease, visibility 0.38s ease;
}

.nav.is-active {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.nav__inner {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
}

.nav__lead {
	margin: 0 auto 28px;
	opacity: 0;
	font-size: 16px;
	line-height: 1.618;
	letter-spacing: 0.1em;
	transform: translate3d(0, 10px, 0);
}

.nav.is-active .nav__lead {
	animation: fadeUp 0.6s ease 0.06s both;
}

.nav__list {
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
}

.nav__list li {
	margin: 32px 0 0;
	opacity: 0;
	transform: translate3d(0, 10px, 0);
}

.nav__list a {
	display: inline-block;
	font-size: 16px;
	color: #111;
	text-decoration: none;
	letter-spacing: 0.12em;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.nav__logo {
	margin: 40px auto 0;
	opacity: 0;
	transform: translate3d(0, 10px, 0);
}

.nav__logo img {
	width: 100px;
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translate3d(0, 14px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.nav.is-active .nav__logo {
	animation: fadeUp 0.7s ease 0.48s both;
}

.nav.is-active .nav__list li:nth-child(1) {
	animation: fadeUp 0.6s ease 0.12s both;
}

.nav.is-active .nav__list li:nth-child(2) {
	animation: fadeUp 0.6s ease 0.18s both;
}

.nav.is-active .nav__list li:nth-child(3) {
	animation: fadeUp 0.6s ease 0.24s both;
}

.nav.is-active .nav__list li:nth-child(4) {
	animation: fadeUp 0.6s ease 0.3s both;
}

.nav.is-active .nav__list li:nth-child(5) {
	animation: fadeUp 0.6s ease 0.36s both;
}

.nav.is-active .nav__list li:nth-child(6) {
	animation: fadeUp 0.6s ease 0.42s both;
}

@media (prefers-reduced-motion: reduce) {

	.hamburger span,
	.nav,
	.nav__lead,
	.nav__list li,
	.nav__logo {
		opacity: 1;
		transition: none;
		animation: none;
		transform: none;
	}
}

.body-locked {
	width: 100%;
	position: fixed;
	top: var(--lock-top, 0);
	right: 0;
	left: 0;
}