@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;
}

div {
	display: block;
}

#wrapper {
	width: initial;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

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:after {
	height: 0;
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* header
------------------------------------------------------ */
#header {
	width: 1000px;
	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;
}

/* 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: block;
}

.sp {
	display: none;
}

/*================================================================
# btn
================================================================ */
.btn01 {
	min-width: 262px;
	padding: 7px 60px 8px 42px;
	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: 18px;
	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;
}

.btn01:hover {
	background: #7b203c;
}

.btn01:hover svg {
	right: 14px;
	transform: translateX(8px);
}

.btn02-wrap {
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.btn02 {
	padding: 7px 64px 7px 4px;
	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:hover {
	padding: 10px 74px 10px 14px;
	transform: scale(1.05);
}

.btn02 p {
	margin: 0;
	font-size: 16px;
	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:hover .arrow {
	background: #7b203c;
}

.btn02 svg {
	width: 12px;
	transition: 0.3s;
	stroke: #fff;
}

/*================================================================
# heading01
================================================================ */
.heading01 {
	padding: 100px 0 0;
	position: relative;
	text-align: center;
}

.heading01:before {
	width: 1px;
	height: 80px;
	margin: auto;
	background-color: #cccccc;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

.heading01 .title-jp {
	margin-top: 17px;
	font-size: 27px;
	line-height: 46px;
	color: #7b203c;
	text-align: center;
	letter-spacing: 0.2em;
}

/*================================================================
# mv
================================================================ */
.mv {
	width: 100%;
	position: relative;
}

.mv .mv_img img {
	width: 100%;
}

.mv .logo {
	width: 15%;
	position: absolute;
	top: 4%;
	left: 4%;
}

.mv .logo a {
	display: block;
}

.mv .logo img {
	filter: drop-shadow(0 0 28px rgba(7, 2, 3, 0.3));
	transition: 0.4s;
}

.mv .logo a:hover img {
	filter: drop-shadow(0 0 16px rgba(7, 2, 3, 0.3));
	transform: scale(0.95);
}

/*================================================================
# fair_btn
================================================================ */
.fair_btn {
	padding: 40px 0 32px;
}

.fair_btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px 64px;
}

.fair_btn li {
	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: 13px;
	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: #eaecef url(../img/back01.png) no-repeat center top / 1920px auto;
}

@media screen and (min-width: 1921px) {
	.back01 {
		background: #eaecef url(../img/back01.png) no-repeat center top / 100% auto;
	}
}

.back02 {
	background: url(../img/back02.png) no-repeat center top / 1920px auto;
}

@media screen and (min-width: 1921px) {
	.back02 {
		background: url(../img/back02.png) no-repeat center top / 100% auto;
	}
}

.back03 {
	background: url(../img/back03.png) no-repeat center top / 1920px auto;
}

@media screen and (min-width: 1921px) {
	.back03 {
		background: url(../img/back03.png) no-repeat center top / 100% auto;
	}
}

/*================================================================
# section01
================================================================ */
.section01 {
	padding: 72px 0 56px;
	position: relative;
}

.section01 .wrap {
	position: relative;
}

.section01 .container {
	margin: 72px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section01 .title {
	font-size: 32px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.12em;
}

.section01 .title strong {
	font-size: 40px;
}

.section01 .img {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.section01 .img figure {
	width: 78%;
	margin: 0 -7% 0 0;
}

.section01 figcaption {
	margin: -32px 0 0;
	font-size: 12px;
	line-height: 2;
	text-align: center;
	letter-spacing: 0.1em;
}

.section01 .text {
	width: 50%;
	padding: 0 0 0 80px;
	font-size: 16px;
	line-height: 2.2;
	letter-spacing: 0.03em;
}

.section01 .section01_text01 {
	position: absolute;
	top: -40px;
	left: 24px;
}

/*================================================================
# section02
================================================================ */
.section02 {
	padding: 0 0 64px;
}

.section02 .section02__inner {
	max-width: 900px;
	margin: -32px auto 0;
	padding: 16px;
	background: #fff url(../img/section02_box.png) repeat center bottom / cover;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}

.section02 .title-jp {
	margin: 40px 0 0;
	font-size: 25px;
	line-height: 46px;
	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: 15px;
	line-height: 26px;
	text-align: center;
}

.section02 .cards {
	margin: 16px 0 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.section02 .cards:before {
	width: 1px;
	height: calc(100% - 40px);
	margin: auto;
	background: #cccccc;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.section02 .card-item {
	width: 50%;
	margin: 24px 0 0;
	padding: 0 24px 24px;
	position: relative;
	text-align: center;
}

.section02 .card-item:nth-child(1):before,
.section02 .card-item:nth-child(2):before {
	width: calc(100% - 64px);
	height: 1px;
	margin: auto;
	background: #cccccc;
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	left: 0;
}

.section02 .btn02-wrap {
	margin: 32px 0 0;
}

/*================================================================
# section03
================================================================ */
.section03 {
	padding: 80px 0 40px;
	background: #fff;
}

.section03 .container {
	max-width: 1400px;
	margin: 32px auto 0;
	display: flex;
	align-items: center;
}

.section03 .img {
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex: 0 0 60%;
	z-index: 1;
}

.section03 .img img {
	max-width: 675px;
	height: 460px;
	object-fit: cover;
}

.section03 .text {
	margin: 0 0 0 -80px;
	position: relative;
	z-index: 2;
}

.section03 .title {
	font-size: 25px;
	line-height: 1.8;
	color: #7b203c;
	letter-spacing: 0.08em;
}

.section03 .title strong {
	font-size: 36px;
	font-weight: 400;
}

.section03 .lead {
	margin: 24px 0 0;
	font-size: 16px;
	line-height: 2.2;
	color: #222;
	letter-spacing: 0.05em;
}

.section03 .detail {
	width: 80%;
	margin: 72px auto 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.section03 .detail__left {
	flex: 1 1 51%;
}

.section03 .detail__right {
	flex: 1 1 49%;
}

.section03 figcaption {
	padding: 0 0 0 110px;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.1em;
}

.section03 .detail__text {
	margin: 8px 0;
	font-size: 14px;
	line-height: 1.618;
}

/*================================================================
# section04
================================================================ */
.section04 {
	padding: 0 0 80px;
}

.section04 .heading01 {
	margin: 32px 0 0;
}

.section04 .container {
	max-width: 1400px;
	margin: 32px auto 0;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.section04 .img {
	position: relative;
	display: flex;
	flex: 0 0 60%;
	z-index: 1;
}

.section04 .img img {
	max-width: 675px;
	height: 460px;
	object-fit: cover;
}

.section04 .title {
	font-size: 25px;
	line-height: 1.8;
	color: #7b203c;
	letter-spacing: 0.08em;
}

.section04 .sub-title {
	margin: 32px 0 0;
	font-size: 23px;
	line-height: 1.8;
	color: #7b203c;
	letter-spacing: 0.08em;
}

.section04 .text {
	margin: 0 -80px 0 0;
	position: relative;
	z-index: 2;
}

.section04 .title strong {
	font-size: 36px;
	font-weight: 400;
}

.section04 .lead {
	margin: 24px 0 0;
	font-size: 16px;
	line-height: 2.2;
	color: #222;
	letter-spacing: 0.05em;
}

.section04 .detail {
	width: 80%;
	margin: 48px auto 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 20px;
}

.section04 .detail__left {
	margin: 0 0 0 -15px;
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 53%;
}

.section04 .detail__right {
	margin: 0 0 8px;
	flex: 1 1 47%;
}

.section04 .detail .title {
	width: 100%;
	margin: 0 0 4px 15px;
	font-size: 13px;
	line-height: 1.618;
	color: #222;
	letter-spacing: 0;
}

.section04 .detail__left figure {
	width: calc(50% - 15px);
	margin: 0 0 0 15px;
}

.section04 figcaption {
	margin: 8px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.1em;
}

.section04 .list-info {
	margin: 8px 0 16px;
}

/*================================================================
# section05
================================================================ */
.section05 {
	padding: 80px 0 40px;
}

.section05 .container {
	max-width: 1440px;
	margin: 56px auto 0;
	display: flex;
}

.section05 .img {
	width: calc(63% + 80px);
	margin: -140px 0 0;
	display: flex;
	justify-content: flex-end;
}

.section05 .img img {
	max-width: 675px;
}

.section05 .text {
	width: 37%;
	margin: 0 0 0 -80px;
	position: relative;
}

.section05 .title {
	font-size: 25px;
	line-height: 1.8;
	color: #7b203c;
	letter-spacing: 0.08em;
}

.section05 .limited {
	margin: 16px 0 0;
	font-size: 17px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.section05 .limited strong {
	margin: 0 4px;
	font-size: 22px;
}

.section05 .lead {
	margin: 24px 0 0;
	font-size: 16px;
	line-height: 2.2;
	color: #222;
	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: 40px 0 0;
	padding: 40px 0 64px;
}

/* point
------------------------------------------------------ */
.point {
	padding: 8px 0 120px;
	position: relative;
}

.point:before {
	width: 1px;
	height: 80px;
	margin: auto;
	background-color: #cccccc;
	position: absolute;
	content: "";
	top: -40px;
	right: 0;
	left: 0;
	z-index: 1;
}

.point:after {
	width: 1px;
	height: 80px;
	margin: auto;
	background-color: #cccccc;
	position: absolute;
	content: "";
	right: 0;
	bottom: -40px;
	left: 0;
	z-index: 1;
}

.point .wrap {
	position: relative;
}

.point-section {
	margin: 80px 0 0;
}

.point .title-number {
	opacity: 0.1;
	mix-blend-mode: multiply;
	position: absolute;
	z-index: 0;
	transition-duration: 0.8s !important;
}

.point01 .title-number {
	top: -19px;
	left: 140px;
}

.point02 .title-number {
	top: -9px;
	right: 138px;
}

.point03 .title-number {
	top: -19px;
	left: 120px;
}

.point04 .title-number {
	top: -9px;
	right: 160px;
}

.point .point__title {
	font-size: 27px;
	font-weight: 700;
	line-height: 2;
	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: 15px;
	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 0 0;
}

.point .point__img img {
	width: 100%;
	height: auto;
	box-shadow: 0 0 16px rgba(70, 70, 70, 0.3);
}

.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;
}

.point .product-features__ul li {
	width: calc(100% / 4 - 10px);
	margin: 0 0 0 10px;
}

.point .product-features .text {
	padding: 16px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.618;
	color: #7b203c;
	text-align: center;
}

.point .product-features .name {
	height: 58px;
	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;
}

.point .product-features a:hover {
	transform: scale(0.95);
}

.point .product-features a:hover .btn02:hover {
	padding: 7px 64px 7px 4px;
	transform: scale(1);
}

.point .product-features a:hover .arrow {
	background: #7b203c;
}

/* details
------------------------------------------------------ */
.point .details {
	width: 90%;
	margin: 40px auto 0;
	position: relative;
}

.point .details:before {
	width: 1px;
	height: 100%;
	margin: auto;
	background-color: #7b203c;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
}

.point .details__row {
	display: flex;
	gap: 80px;
}

.point .details__col {
	width: 50%;
}

.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: 24px 0 0;
	text-align: center;
}

/*================================================================
# owners-voice
================================================================ */
.owners-voice {
	padding: 60px 0;
}

.owners-voice .heading01 {
	margin: 24px 0 0;
}

.owners-voice .title-en {
	text-align: center;
}

.owners-voice .slider {
	margin: 40px auto 0;
	padding: 0 calc((100% - 850px) / 2);
	overflow: hidden;
}

.owners-voice .swiper {
	width: 100%;
	height: 100%;
	overflow: visible;
}

.owners-voice .swiper-slide {
	width: 850px;
	height: auto;
}

.owners-voice .swiper-slide__box {
	height: 100%;
	padding: 32px;
	background-color: #f2f2f2;
	display: flex;
	font-size: 18px;
}

.voice {
	padding: 24px;
	background: #f6f6f6;
	display: grid;
	gap: 24px;
}

.voice__img {
	width: 32%;
	margin: 0;
	flex: 0 0 32%;
}

.voice__body {
	margin: 0;
}

.voice__head {
	display: flex;
	align-items: center;
	gap: 16px;
}

.voice__title {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: #7b203c;
	letter-spacing: 0.06em;
}

.voice__spec {
	margin: 0;
	padding: 8px 0 8px 24px;
	border-left: 1px solid #222;
	display: grid;
	font-size: 14px;
	font-weight: 40;
	line-height: 1.618;
	gap: 8px;
}

.voice__content {
	margin: 24px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: .05em;
}

.voice__label {
	margin: 8px 0 0;
	font-size: 14px;
	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: 900px;
	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:hover,
.owners-voice .swiper-button-prev:hover {
	background: #bbbbbb;
}

.owners-voice .swiper-button-next,
.owners-voice .swiper-rtl .swiper-button-prev {
	right: -16px;
	left: auto;
}

.owners-voice .swiper-button-prev,
.owners-voice .swiper-rtl .swiper-button-next {
	right: auto;
	left: -16px;
}

.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 {
	margin: 40px 0 0;
	text-align: center;
}

.footer .logo a {
	display: inline-block;
}

.footer .logo a:hover {
	opacity: 0.7;
}

.footer .copy {
	margin: 40px 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", Yu Gothic Medium, "游ゴシック", Yu Gothic, "メイリオ", Meiryo, sans-serif;
	font-size: 11px;
	line-height: 2;
	text-align: center;
}

/*================================================================
# lity
================================================================ */
.lity {
	background-color: #fff;
}

.lity-wrap {
	padding: 0;
	outline: none !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:after {
	background: none !important;
	box-shadow: none !important;
}

.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;
	opacity: 0.7;
	background-color: #999999;
	top: 24px;
	right: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	transition: 0.3s;
}

.lity-close:focus {
	top: 24px;
}

.lity-close:hover {
	opacity: 1;
	background-color: #c6c6c6;
	transform: scale(1.1);
}

.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: 1000px;
	background-color: #fff;
}

.modal-content {
	padding: 64px 80px;
	line-height: 1.618;
}

.modal-content .title {
	text-align: center;
}

.modal-content .block {
	margin: 40px 0 0;
	padding: 0 40px;
}

.modal-content .title02 {
	font-size: 20px;
	color: #7b203c;
	text-align: center;
}

.modal-content .text {
	margin: 16px 0 0;
	font-size: 14px;
	line-height: 2;
}

.modal .img01 {
	margin: 32px 0 0;
}

#product-features02 .img01 {
	width: 600px;
	margin: 32px auto 0;
}

#product-features03 .img01 {
	width: 600px;
	margin: 32px auto 0;
}

.modal .container {
	margin: 40px 0 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.modal .container .title02 {
	text-align: left;
}

.modal .close-btn {
	margin-top: 60px;
	display: flex;
	justify-content: center;
}

.modal .close-btn a {
	padding: 8px 100px;
	border-radius: 9999px;
	background-color: #999999;
	display: inline-block;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.12em;
}

.modal .close-btn a:hover {
	background-color: #c7c7c7;
}

/*================================================================
# 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: 65px;
	height: 65px;
	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:hover,
.hamburger.is-active {
	background: #eeeeef;
}

.hamburger .inner {
	width: 46px;
	height: 17px;
	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: 46px;
}

.hamburger span:nth-child(2) {
	width: 32px;
}

.hamburger span:nth-child(3) {
	width: 18px;
}

/* --- 開いたときのクロスアニメーション --- */
.hamburger.is-active span {
	position: absolute;
	top: 7px;
}

.hamburger.is-active span:nth-child(1) {
	width: 46px;
	transform: rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
	width: 46px;
	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: 20px;
	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: 80px 0 0;
	padding: 0;
	list-style: none;
}

.nav__list li {
	margin: 40px 0 0;
	opacity: 0;
	transform: translate3d(0, 10px, 0);
}

.nav__list a {
	display: inline-block;
	font-size: 20px;
	color: #111;
	text-decoration: none;
	letter-spacing: 0.12em;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.nav__list a:hover {
	opacity: 0.6;
	transform: translate3d(0, 2px, 0);
}

.nav__logo {
	margin: 80px auto 0;
	opacity: 0;
	transform: translate3d(0, 10px, 0);
}

.nav__logo img {
	width: 140px;
}

@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;
}