*,
*::before,
*::after {
	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;
}

ol,
ul {
	list-style: none;
}

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

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

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

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

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body {
	background-color: #28221d;
	color: #f8f8f8;
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
}

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

a {
	color: inherit;
	transition: all 0.3s;
}

a:hover {
	opacity: 0.7;
}

.l-inner {
	padding: 0 15px;
}

.l-wrapper {
	overflow: hidden;
}

.c-title-center {
	padding-top: 8.5333333333vw;
	position: relative;
}

.c-title-center .main {
	font-family: "Nanum Myeongjo", serif;
	font-size: 9.0666666667vw;
	font-weight: 700;
	letter-spacing: 0.7253333333vw;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.c-title-center .sub {
	font-size: 4.2666666667vw;
	font-weight: 400;
	line-height: 1;
	margin-top: 4.2666666667vw;
	text-align: center;
}

.c-title-center::after {
	background: linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%);
	content: "";
	height: 0.2666666667vw;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 21.3333333333vw;
}

.c-title-left {
	padding-top: 8.5333333333vw;
	position: relative;
}

.c-title-left .main {
	font-family: "Nanum Myeongjo", serif;
	font-size: 9.0666666667vw;
	font-weight: 700;
	letter-spacing: 0.7253333333vw;
	line-height: 1;
	text-align: left;
	text-transform: uppercase;
}

.c-title-left .sub {
	font-size: 4.2666666667vw;
	font-weight: 400;
	line-height: 1;
	margin-top: 4.2666666667vw;
	text-align: left;
}

.c-title-left::after {
	background: linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%);
	content: "";
	height: 0.2666666667vw;
	left: 0;
	position: absolute;
	top: 0;
	width: 21.3333333333vw;
}

.p-header {
	position: fixed;
	width: 100%;
	z-index: 51;
}

.p-header__inner {
	padding-left: 6.4vw;
	padding-right: 4.2666666667vw;
}

.p-header__wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-header__logo a {
	align-items: center;
	display: flex;
}

.p-header__logo img {
	height: auto;
	max-width: 8.2666666667vw;
	padding: 3.2vw 0;
}

.p-header__logo-text {
	display: none;
}

.p-header__nav {
	align-items: center;
	display: flex;
	gap: 4.2666666667vw;
}

.p-header__reserve {
	align-items: center;
	background: #1e7868;
	display: flex;
	gap: 4.2666666667vw;
	min-height: 18.1333333333vw;
	padding: 4.2666666667vw 6.4vw;
}

.p-header__reserve img {
	height: auto;
	max-width: 6.4vw;
}

.p-header__reserve-text {
	text-align: center;
}

.p-header__reserve-text .main {
	font-family: "Nanum Myeongjo", serif;
	font-size: 4.2666666667vw;
	font-weight: 700;
	letter-spacing: 0.3413333333vw;
	line-height: 1;
	text-transform: uppercase;
}

.p-header__reserve-text .sub {
	font-size: 2.6666666667vw;
	font-weight: 400;
	line-height: 1;
	margin-top: 1.0666666667vw;
}

.drawer-icon {
	height: 5.6vw;
	position: relative;
	width: 8.5333333333vw;
	z-index: 51;
}

.drawer-icon.is-active .drawer-icon__bar:nth-of-type(1) {
	top: 2.6666666667vw;
	transform: rotate(30deg);
}

.drawer-icon.is-active .drawer-icon__bar:nth-of-type(2) {
	display: none;
}

.drawer-icon.is-active .drawer-icon__bar:nth-of-type(3) {
	top: 2.6666666667vw;
	transform: rotate(-30deg);
}

.drawer-icon__bar {
	background: #f8f8f8;
	height: 0.8vw;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.3s linear, top 0.3s linear;
	width: 8.5333333333vw;
}

.drawer-icon__bar:nth-of-type(2) {
	top: 2.4vw;
}

.drawer-icon__bar:nth-of-type(3) {
	top: 4.8vw;
}

.drawer-content {
	background: #28221d;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(110%);
	transition: transform 0.3s linear;
	width: 100%;
	z-index: 50;
}

.drawer-content.is-active {
	transform: translateX(0);
}

.drawer-content__image {
	display: none;
}

.drawer-content__wrap {
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	padding: 22.1333333333vw 8.5333333333vw 17.0666666667vw;
}

.drawer-content__items {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.drawer-content__item a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	display: flex;
	gap: 2.1333333333vw;
	padding: 6.2666666667vw 0;
}

.drawer-content__item span {
	line-height: 1;
}

.drawer-content__item span:nth-of-type(1) {
	font-family: "Nanum Myeongjo", serif;
	font-size: 4.2666666667vw;
	font-weight: 700;
	letter-spacing: 0.4266666667vw;
	text-transform: uppercase;
}

.drawer-content__item span:nth-of-type(2),
.drawer-content__item span:nth-of-type(3) {
	color: rgba(248, 248, 248, 0.8);
	font-size: 3.2vw;
	font-weight: 400;
	letter-spacing: 0.32vw;
}

.drawer-content__bottom {
	height: -moz-max-content;
	height: max-content;
	margin-top: auto;
	padding-top: 8.5333333333vw;
}

.drawer-content__bottom-item a {
	color: rgba(248, 248, 248, 0.8);
	font-size: 2.6666666667vw;
	font-weight: 400;
	letter-spacing: 0.2666666667vw;
}

.drawer-content__copy {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-top: 6.9333333333vw;
}

.drawer-content__copy p {
	color: rgba(248, 248, 248, 0.8);
	font-family: "Nanum Myeongjo", serif;
	font-size: 2.6666666667vw;
	font-weight: 400;
	letter-spacing: 0.2666666667vw;
}

.drawer-content__sns {
	display: flex;
	gap: 6.4vw;
}

.drawer-content__sns img {
	height: auto;
	max-width: 6.4vw;
}

.scroll-prevent {
	overflow: hidden;
}

.p-mv {
	background-image: url(../img/mv_sp.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	width: 100%;
}

.p-mv__container {
	bottom: 13.6vw;
	left: 6.4vw;
	position: absolute;
}

.p-mv__text {
	font-family: "Nanum Myeongjo", serif;
	font-size: 11.2vw;
	font-weight: 800;
	letter-spacing: 1.792vw;
	line-height: 1.4;
	text-transform: uppercase;
}

.p-mv__lead {
	font-size: 4.2666666667vw;
	font-weight: 500;
	letter-spacing: 0.8533333333vw;
	line-height: 1;
	margin-top: 4.2666666667vw;
}

.p-contact {
	margin-top: 25.6vw;
}

.p-contact__inner {
	padding: 0 8.5333333333vw;
}

.p-contact__title {
	color: #fff;
	font-size: 9.0666666667vw;
	font-weight: 500;
	letter-spacing: 1.8133333333vw;
	line-height: 1.2;
	padding-top: 8.5333333333vw;
	position: relative;
}

.p-contact__title::after {
	background: #dfc698;
	content: "";
	height: 0.2666666667vw;
	left: 0;
	position: absolute;
	top: 0;
	width: 10.6666666667vw;
}

.p-contact__items {
	display: flex;
	flex-direction: column;
	gap: 3.2vw;
	margin-top: 10.6666666667vw;
}

.p-contact__item {
	background: #494340;
	border-radius: 0.5333333333vw;
	color: #fff;
	font-size: 6.4vw;
	font-weight: 400;
	letter-spacing: 0.64vw;
	line-height: 1;
	padding: 3.2vw;
	text-align: center;
}

.p-contact__item.sns {
	display: flex;
	flex-direction: row;
	gap: 5.0666666667vw;
	justify-content: center;
}

.p-contact__item.sns img {
	height: auto;
	width: 7.4666666667vw;
}

.p-contact__item.tel {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	font-size: 8.5333333333vw;
	gap: 4vw;
	justify-content: center;
}

.p-contact__item.tel span {
	font-size: 4.2666666667vw;
	font-weight: 400;
	letter-spacing: 0.4266666667vw;
}

.p-concept {
	background-image: url(../img/concept-bg_sp.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 29.8666666667vw;
	padding-bottom: 42.6666666667vw;
}

.p-concept__inner {
	padding: 0 4.2666666667vw;
}

.p-concept__title {
	padding-top: 0 !important;
}

.p-concept__title::after {
	display: none;
}

.p-concept__text {
	font-size: 3.7333333333vw;
	font-weight: 500;
	letter-spacing: 0.5973333333vw;
	line-height: 3;
	margin-top: 8.5333333333vw;
	text-align: center;
}

.p-feature {
	margin-top: 25.6vw;
}

.p-feature__title {
	margin-left: 8.5333333333vw;
}

.p-feature__boxes {
	display: flex;
	flex-direction: column;
	gap: 2.1333333333vw;
	margin-top: 14.9333333333vw;
}

.p-feature__box {
	display: flex;
	flex-direction: column;
}

.p-feature__box-item-wrap {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%), #28221d;
	margin-left: 4.2666666667vw;
	padding: 10.6666666667vw 6.4vw;
	position: relative;
	top: -9.8666666667vw;
}

.p-feature__box-item-wrap.reverse {
	margin-left: 0;
	margin-right: 4.2666666667vw;
}

.p-feature__box-item-block {
	position: relative;
}

.p-feature__num {
	background: var(--Colors-GoldGradation, linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%));
	background-clip: text;
	font-family: "Nanum Myeongjo", serif;
	font-size: 29.3333333333vw;
	font-weight: 400;
	left: -6.6666666667vw;
	line-height: 1;
	opacity: 0.32;
	position: absolute;
	top: -22.6666666667vw;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.p-feature__num::after {
	background: #c3ac80;
	bottom: -13.3333333333vw;
	content: "";
	height: 29.3333333333vw;
	left: 13.3333333333vw;
	opacity: 0.32;
	position: absolute;
	transform: rotate(45deg);
	width: 0.2666666667vw;
}

.p-feature__box-head {
	font-size: 6.4vw;
	font-weight: 400;
	letter-spacing: 0.512vw;
	line-height: 1.5;
}

.p-feature__box-text {
	font-size: 3.7333333333vw;
	font-weight: 400;
	letter-spacing: 0.2986666667vw;
	line-height: 2;
	margin-top: 3.4666666667vw;
}

.p-feature__box-text a {
	display: inline-block;
	margin-top: 10.6666666667vw;
	padding-bottom: 4.2666666667vw;
	padding-right: 4.2666666667vw;
	position: relative;
}

.p-feature__box-text a::before {
	background: url(../img/icon-arrow1.svg) no-repeat center center/contain;
	content: "";
	height: 4.2666666667vw;
	position: absolute;
	right: 0;
	top: 1.8666666667vw;
	width: 2.1333333333vw;
}

.p-feature__box-text a::after {
	background: rgba(255, 255, 255, 0.32);
	bottom: 0;
	content: "";
	height: 0.2666666667vw;
	left: 0;
	position: absolute;
	width: 40.5333333333vw;
}

.p-booth {
	margin-top: 16vw;
}

.p-booth__boxes {
	display: flex;
	flex-direction: column;
	gap: 2.1333333333vw;
	margin-top: 14.9333333333vw;
}

.p-booth__box {
	display: flex;
	flex-direction: column;
}

.p-booth__box-item-wrap {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%), #28221d;
	margin-left: 4.2666666667vw;
	padding: 6.4vw 6.4vw;
	position: relative;
	top: -9.8666666667vw;
}

.p-booth__box-item-wrap.reverse {
	margin-left: 0;
	margin-right: 4.2666666667vw;
}

.p-booth__box-head {
	background: var(--Colors-GoldGradation, linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%));
	background-clip: text;
	font-size: 6.4vw;
	font-weight: 400;
	letter-spacing: 0.512vw;
	line-height: 1.5;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.p-booth__box-lists {
	color: #c3ac80;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 3.7333333333vw;
	font-weight: 400;
	line-height: 1;
	margin-top: 4.2666666667vw;
	row-gap: 4.2666666667vw;
	-moz-column-gap: 8.5333333333vw;
	column-gap: 8.5333333333vw;
}

.p-booth__box-list {
	display: flex;
	flex-direction: row;
	gap: 2.1333333333vw;
}

.p-booth__box-list span:nth-of-type(2) {
	opacity: 0.32;
}

.p-booth__box-text {
	font-size: 3.7333333333vw;
	font-weight: 400;
	letter-spacing: 0.2986666667vw;
	line-height: 2;
	margin-top: 8.5333333333vw;
}

.p-machine {
	margin-top: 2.6666666667vw;
}

.p-machine__title-wrap {
	background: url(../img/machine-bg_sp.png) no-repeat center center/contain;
	padding: 25.6vw 8.5333333333vw 14.9333333333vw 8.5333333333vw;
}

.p-machine__boxes {
	display: flex;
	flex-direction: column;
	gap: 2.1333333333vw;
}

.p-machine__box {
	display: flex;
	flex-direction: column;
}

.p-machine__box-item-wrap {
	background: #39332f;
	margin-left: 4.2666666667vw;
	padding: 10.6666666667vw 6.4vw;
	position: relative;
	top: -9.8666666667vw;
}

.p-machine__box-item-wrap.reverse {
	margin-left: 0;
	margin-right: 4.2666666667vw;
}

.p-machine__box-item-block {
	position: relative;
}

.p-machine__box-head-bg {
	background: var(--Colors-GoldGradation, linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%));
	background-clip: text;
	font-size: 10.6666666667vw;
	font-weight: 400;
	letter-spacing: 0.8533333333vw;
	line-height: 1.5;
	opacity: 0.24;
	position: absolute;
	right: -2.6666666667vw;
	top: -10.6666666667vw;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.p-machine__box-head {
	font-size: 6.9333333333vw;
	font-weight: 400;
	letter-spacing: 0.5546666667vw;
	line-height: 1.5;
}

.p-machine__box-text {
	font-size: 3.7333333333vw;
	font-weight: 400;
	letter-spacing: 0.2986666667vw;
	line-height: 2;
	margin-top: 2.1333333333vw;
}

.p-machine__box-text-sub {
	background: rgba(255, 255, 255, 0.08);
	display: inline-block;
	font-size: 3.2vw;
	font-weight: 400;
	line-height: 1;
	margin-top: 8.5333333333vw;
	padding: 2.1333333333vw 6.4vw;
}

.p-machine__box-text-sub.gold {
	background: var(--Colors-GoldGradation, linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%));
	color: #1a0e02;
	padding: 2.1333333333vw 4.2666666667vw;
}

.p-flow {
	margin-top: 2.1333333333vw;
}

.p-flow__bg {
	background: rgba(255, 255, 255, 0.04);
}

.p-flow__inner {
	padding: 25.6vw 4.2666666667vw 12.8vw;
}

.p-flow__title {
	margin-left: 4.2666666667vw;
}

.p-flow__boxes {
	display: flex;
	flex-direction: column;
	gap: 6.4vw;
	margin-top: 14.9333333333vw;
}

.p-flow__box {
	background: #39332f;
	display: flex;
	flex-direction: column;
}

.flow-image {
	height: auto;
	width: 100%;
}

.flow-image img {
	-o-object-fit: cover;
	height: auto;
	max-width: unset;
	object-fit: cover;
	vertical-align: middle;
	width: 100%;
}

.flow-body {
	padding: 10.6666666667vw 6.4vw;
	position: relative;
}

.p-flow__item-num {
	color: #c3ac80;
	font-family: "Nanum Myeongjo", serif;
	font-size: 18.1333333333vw;
	font-weight: 400;
	left: -2.1333333333vw;
	line-height: 1;
	position: absolute;
	top: -8vw;
}

.p-flow__item-num::after {
	background: #c3ac80;
	bottom: -21.6vw;
	content: "";
	height: 42.1333333333vw;
	left: 19.4666666667vw;
	opacity: 0.32;
	position: absolute;
	transform: rotate(45deg);
	width: 0.2666666667vw;
}

.p-flow__head {
	font-size: 6.9333333333vw;
	font-weight: 400;
	letter-spacing: 0.5546666667vw;
	line-height: 1.5;
}

.p-flow__text {
	font-size: 3.7333333333vw;
	font-weight: 400;
	letter-spacing: 0.2986666667vw;
	line-height: 2;
	margin-top: 4.5333333333vw;
}

.p-flow__links {
	display: flex;
	flex-direction: column;
	gap: 2.6666666667vw;
	margin-top: 4.2666666667vw;
}

.p-price {
	margin-top: 25.6vw;
}

.p-price__head {
	margin-top: 14.9333333333vw;
	padding: 0 4.2666666667vw;
	text-align: center;
}

.p-price__campaign {
	margin-top: 8.5333333333vw;
	padding: 0 4.2666666667vw;
}

.p-price__campaign-title {
	background: var(--Colors-GoldGradation, linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%));
	background-clip: text;
	font-family: "Nanum Myeongjo", serif;
	font-size: 9.6vw;
	font-weight: 400;
	letter-spacing: 0.768vw;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.p-price__campaign-wrap {
	background: rgba(255, 255, 255, 0.04);
	margin-top: -17.0666666667vw;
	padding: 23.4666666667vw 4.2666666667vw 4.2666666667vw;
}

.p-price__campaign-head {
	font-weight: 400;
	text-align: center;
}

.p-price__campaign-head .text1 {
	color: #c3ac80;
	font-size: 5.8666666667vw;
	letter-spacing: 0.4693333333vw;
	line-height: 1.5;
}

.p-price__campaign-head .text2 {
	font-size: 4.8vw;
	letter-spacing: 0.384vw;
	line-height: 2;
	margin-top: 2.1333333333vw;
}

.p-price__campaign-head .text2 span {
	background: linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%);
	color: #28221d;
	display: inline-block;
	font-size: 5.6vw;
	font-weight: 600;
	letter-spacing: 0.448vw;
	line-height: 1;
	margin-top: 2.1333333333vw;
	padding: 2.1333333333vw 4.2666666667vw;
}

.p-price__campaign-body {
	margin-top: 4.2666666667vw;
}

.p-price__campaign-lists {
	display: flex;
	flex-direction: column;
}

.p-price__campaign-list {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 6.4vw 0;
}

.p-price__campaign-list:not(:nth-last-of-type(1)) {
	border-bottom: 0.2666666667vw solid rgba(255, 255, 255, 0.16);
}

.p-price__campaign-list-text {
	display: flex;
	flex-direction: column;
	gap: 2.1333333333vw;
	justify-content: flex-start;
}

.p-price__campaign-list-text h4 {
	font-size: 6.9333333333vw;
	font-weight: 400;
	letter-spacing: 0.5546666667vw;
	line-height: 1;
}

.p-price__campaign-list-text p {
	font-size: 3.2vw;
	font-weight: 400;
	letter-spacing: 0.256vw;
	line-height: 1.5;
}

.p-price__campaign-list-text p span {
	text-decoration: line-through;
}

.p-price__campaign-list-right {
	background: var(--Colors-GoldGradation, linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%));
	background-clip: text;
	font-size: 14.9333333333vw;
	font-weight: 400;
	line-height: 1;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.p-price__campaign-card {
	border: 2.1333333333vw solid #fbe1b0;
	margin-top: 6.4vw;
	padding: 4.2666666667vw 5.0666666667vw 7.2vw 5.0666666667vw;
}

.p-price__campaign-card-text {
	border-bottom: 0.2666666667vw solid rgba(255, 255, 255, 0.16);
	font-size: 4.8vw;
	font-weight: 400;
	letter-spacing: 0.384vw;
	line-height: 1.5;
	padding-bottom: 4.2666666667vw;
	text-align: center;
}

.p-price__campaign-card-text span {
	background: var(--Colors-GoldGradation, linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.p-price__campaign-card-body {
	margin-top: 4.2666666667vw;
}

.p-price__campaign-card-body .top {
	font-weight: 400;
	line-height: 1;
}

.p-price__campaign-card-body .top span:nth-of-type(1) {
	font-size: 4.8vw;
	letter-spacing: 0.384vw;
}

.p-price__campaign-card-body .top span:nth-of-type(2) {
	font-size: 11.2vw;
	letter-spacing: 0.896vw;
	text-decoration: line-through;
}

.p-price__campaign-card-body .top span:nth-of-type(3) {
	font-size: 6.4vw;
	letter-spacing: 0.512vw;
}

.p-price__campaign-card-body .top span:nth-of-type(4) {
	font-size: 2.6666666667vw;
	letter-spacing: 0.2133333333vw;
}

.p-price__campaign-card-body .top span:nth-of-type(5) {
	font-size: 5.3333333333vw;
	letter-spacing: 0.4266666667vw;
}

.p-price__campaign-card-body .bottom {
	margin-top: 4.2666666667vw;
}

.p-price__campaign-card-body .bottom span {
	background: var(--Colors-GoldGradation, linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 400;
	line-height: 1;
}

.p-price__campaign-card-body .bottom span:nth-of-type(1) {
	color: #f8f8f8;
	font-size: 8.2666666667vw;
	letter-spacing: 0.6613333333vw;
}

.p-price__campaign-card-body .bottom span:nth-of-type(2) {
	font-size: 17.6vw;
	letter-spacing: 1.408vw;
	margin-left: 2.1333333333vw;
}

.p-price__campaign-card-body .bottom span:nth-of-type(3) {
	font-size: 7.4666666667vw;
	letter-spacing: 0.5973333333vw;
}

.p-price__campaign-card-body .bottom span:nth-of-type(4) {
	font-size: 13.0666666667vw;
}

.p-price__campaign-card-body .bottom img {
	height: auto;
	width: 9.6vw;
}

.p-price__group {
	margin-top: 12vw;
}

.p-price__boxes {
	display: flex;
	flex-direction: column;
	gap: 10.6666666667vw;
	margin-top: -21.3333333333vw;
	padding: 0 4.2666666667vw;
}

.p-price__box {
	background: #312b26;
	border: 2.6666666667vw solid #c3ac80;
	padding: 8vw 5.8666666667vw;
}

.p-price__box-title {
	background: linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%);
	background-clip: text;
	font-size: 6.4vw;
	font-weight: 400;
	letter-spacing: 0.512vw;
	line-height: 1.5;
	padding-bottom: 8.2666666667vw;
	position: relative;
	text-align: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-bottom: solid 0.2666666667vw #c3ac80;
}

.p-price__box-title::after {
	border-bottom: solid 0.2666666667vw #c3ac80;
	bottom: -1.0666666667vw;
	content: "";
	height: 0.2666666667vw;
	left: 0px;
	position: absolute;
	position: absolute;
	width: 100%;
}

.p-price__box-body {
	margin-top: 9.6vw;
}

.p-price__cards {
	display: flex;
	flex-direction: column;
	gap: 8.5333333333vw;
}

.p-price__card:nth-of-type(2) {
	border-top: 0.2666666667vw solid rgba(255, 255, 255, 0.16);
	padding-top: 8.5333333333vw;
}

.p-price__card-text {
	color: #c3ac80;
	font-size: 5.3333333333vw;
	font-weight: 400;
	letter-spacing: 0.4266666667vw;
	line-height: 1.5;
	padding-bottom: 4.2666666667vw;
	text-align: center;
}

.p-price__card-top {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.8vw;
}

.p-price__card-top-column {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	gap: 2.1333333333vw;
}

.p-price__card-top-column .head {
	border: 0.2666666667vw solid #fbe1b0;
	color: #c3ac80;
	font-size: 3.2vw;
	font-weight: 500;
	letter-spacing: 0.256vw;
	line-height: 1;
	padding: 2.1333333333vw 4.2666666667vw;
}

.p-price__card-top-column .line-through {
	color: #c3ac80;
	font-size: 4.2666666667vw;
	font-weight: 400;
	line-height: 1;
}

.p-price__card-top-column .line-through span {
	font-size: 34px;
	font-weight: 400;
	line-height: 1;
	text-decoration-line: line-through;
}

.p-price__card-top-column img {
	height: auto;
	transform: rotate(90deg);
	width: 3.2vw;
}

.p-price__card-top-column .campaign {
	background: linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%);
	color: #28221d;
	font-size: 3.2vw;
	font-weight: 500;
	letter-spacing: 0.256vw;
	line-height: 1;
	padding: 2.1333333333vw 4.2666666667vw;
}

.p-price__card-top-column .price {
	background: linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 5.3333333333vw;
	font-weight: 400;
	line-height: 1;
}

.p-price__card-top-column .price span {
	font-size: 10.6666666667vw;
}

.p-price__card-bottom {
	display: flex;
	flex-direction: column;
	gap: 2.1333333333vw;
	margin-top: 10.6666666667vw;
}

.p-price__card-bottom .lists {
	display: flex;
	flex-direction: column;
	gap: 2.1333333333vw;
}

.p-price__card-bottom .lists .list {
	display: flex;
	flex-direction: row;
	font-size: 3.7333333333vw;
	font-weight: 400;
	line-height: 1.5;
}

.p-price__card-bottom .lists .list span:nth-of-type(1) {
	width: 16vw;
}

.p-price__card-bottom .lists .list span:nth-of-type(2) {
	opacity: 0.32;
	text-align: center;
	width: 12.8vw;
}

.p-price__card-bottom .lists .list span:nth-of-type(3) {
	width: calc(100% - 28.8vw);
}

.round-title {
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

.round-title::after {
	display: none;
}

.round__cards {
	display: flex;
	flex-direction: column;
	gap: 18.6666666667vw;
	margin-top: 13.3333333333vw;
	text-align: center;
}

.round__card-head {
	font-size: 3.7333333333vw;
	font-weight: 400;
	letter-spacing: 0.2986666667vw;
	line-height: 1;
}

.round__body-wrap {
	display: flex;
	flex-direction: column;
	gap: 13.3333333333vw;
	margin-top: 5.3333333333vw;
}

.round__head {
	align-items: center;
	border-bottom: solid 0.2666666667vw #c3ac80;
	display: flex;
	flex-direction: row;
	gap: 4.2666666667vw;
	justify-content: center;
	padding-bottom: 2.6666666667vw;
	position: relative;
}

.round__head::after {
	border-bottom: solid 0.2666666667vw #c3ac80;
	bottom: -1.0666666667vw;
	content: "";
	height: 0.2666666667vw;
	left: 0px;
	position: absolute;
	position: absolute;
	width: 100%;
}

.round__head span:nth-of-type(1) {
	background: linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%);
	color: #28221d;
	font-size: 2.6666666667vw;
	font-weight: 500;
	letter-spacing: 0.2133333333vw;
	line-height: 1;
	padding: 2.1333333333vw;
}

.round__head span:nth-of-type(2) {
	font-size: 4vw;
	font-weight: 400;
	letter-spacing: 0.4693333333vw;
	line-height: 1.5;
}

.round__items {
	display: flex;
	flex-direction: column;
	gap: 6.4vw;
	margin-top: 6.4vw;
}

.round__item {
	display: flex;
	flex-direction: column;
	gap: 2.1333333333vw;
}

.round__item-top {
	color: rgba(247, 247, 247, 0.7019607843);
	font-size: 3.7333333333vw;
	font-weight: 400;
	line-height: 1;
}

.round__item-bottom {
	align-items: flex-end;
	color: #c3ac80;
	display: flex;
	flex-direction: row;
	gap: 2.1333333333vw;
	justify-content: center;
}

.round__item-bottom span {
	font-weight: 400;
	line-height: 1;
}

.round__item-bottom span:nth-of-type(1) {
	font-size: 6.4vw;
	text-decoration-line: line-through;
}

.round__item-bottom span:nth-of-type(2) {
	font-size: 4vw;
}

.round__item-bottom span:nth-of-type(3) {
	font-size: 8vw;
}

.round__item-bottom span:nth-of-type(4) {
	font-size: 4.2666666667vw;
}

.round__item-bottom img {
	height: auto;
	width: 2.4vw;
}

.round__price img {
	height: auto;
	width: 0.625vw;
}

.menu-title {
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

.menu-title::after {
	display: none;
}

.menu__body {
	display: flex;
	flex-direction: column;
	gap: 6.4vw;
}

.menu-cards {
	display: flex;
	flex-direction: column;
	gap: 6.4vw;
}

.menu__card-title {
	border-bottom: solid 0.2666666667vw #c3ac80;
	color: #c3ac80;
	font-family: "Nanum Myeongjo", serif;
	font-size: 6.4vw;
	font-weight: 400;
	letter-spacing: 0.512vw;
	line-height: 1.5;
	padding-bottom: 5.3333333333vw;
	position: relative;
	text-align: center;
}

.menu__card-title::after {
	border-bottom: solid 0.2666666667vw #c3ac80;
	bottom: -1.0666666667vw;
	content: "";
	height: 0.2666666667vw;
	left: 0px;
	position: absolute;
	position: absolute;
	width: 100%;
}

.menu__card-items {
	display: flex;
	flex-direction: column;
	margin-top: 6.9333333333vw;
}

.menu__card-item {
	background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24) 1.3333333333vw, transparent 1.3333333333vw, transparent 2.6666666667vw);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 0.2666666667vw;
	display: flex;
	flex-direction: row;
	font-weight: 400;
	justify-content: space-between;
	line-height: 1;
	padding-bottom: 2.1333333333vw;
}

.menu__card-item:not(:first-of-type) {
	padding-top: 2.4vw;
}

.menu-card-item-left {
	font-size: 3.7333333333vw;
}

.menu-card-item-right span:nth-of-type(1) {
	font-size: 4.2666666667vw;
}

.menu-card-item-right span:nth-of-type(2) {
	font-size: 2.6666666667vw;
}

.p-news {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%), #28221d;
	margin-top: 17.0666666667vw;
	padding: 17.0666666667vw 0;
	position: relative;
	z-index: 49;
}

.p-news__inner {
	padding: 0 8.5333333333vw;
}

.p-news__wrap {
	display: flex;
	flex-direction: column;
	gap: 14.9333333333vw;
}

.news__block-right {
	display: flex;
	flex-direction: column;
	gap: 4.2666666667vw;
}

.p-news__items {
	display: none;
}

.p-news__items.active {
	display: block;
}

.p-news__item {
	border-bottom: 0.2666666667vw solid rgba(248, 248, 248, 0.3);
	color: #f8f8f8;
	font-weight: 400;
	line-height: 1.5;
	padding-bottom: 4vw;
}

.p-news__item:not(:first-of-type) {
	padding-top: 4.2666666667vw;
}

.p-news__item:hover,
.p-news__item:focus-visible {
	opacity: 0.7;
	transition: all 0.3s;
}

.p-news__item-content {
	display: flex;
	flex-direction: column;
	font-weight: 400;
	gap: 1.0666666667vw;
	line-height: 1.5;
}

.p-news__item-content-date {
	font-family: "Nanum Myeongjo", serif;
	font-size: 3.4666666667vw;
}

.p-news__item-content-para {
	font-size: 3.4666666667vw;
}

.p-news__modal {
	background: rgba(26, 14, 2, 0.6);
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	padding: 32vw 8.5333333333vw 5.5555555556vw;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.p-news__modal-content {
	background-color: #1a0e02;
	border-radius: 4.2666666667vw;
	margin: auto;
	padding: 14.9333333333vw 4.2666666667vw;
	position: relative;
}

.close-top {
	bottom: calc(100% + 4.2666666667vw);
	cursor: pointer;
	display: block;
	height: 6.4vw;
	position: absolute;
	right: 1.3333333333vw;
	width: 6.4vw;
}

.close-top img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.close-top:hover,
.close-top:focus {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

.p-news__modal-time {
	font-size: 3.7333333333vw;
	font-weight: 400;
	letter-spacing: 0.3733333333vw;
	line-height: 1;
}

.p-news__modal-title {
	font-size: 5.3333333333vw;
	margin-top: 4.2666666667vw;
}

.p-news__modal-image {
	aspect-ratio: 279/140;
	margin-top: 6.4vw;
	width: 100%;
}

.p-news__modal-image img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-news__modal-text {
	font-size: 4.2666666667vw;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 6.4vw;
}

.close-bottom {
	color: #f8f8f8;
	cursor: pointer;
	display: block;
	font-size: 4.8vw;
	font-weight: 400;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.4vw;
	padding-left: 6.9333333333vw;
	position: relative;
	text-align: center;
}

.close-bottom::before {
	background: url(../img/icon-arrow4.svg) no-repeat center center/contain;
	content: "";
	height: 4.8vw;
	left: 0;
	position: absolute;
	top: 0;
	width: 2.6666666667vw;
}

.close-bottom:hover,
.close-bottom:focus-visible {
	opacity: 0.7;
	transition: all 0.3s;
}

.p-news__more {
	color: #f8f8f8;
	font-size: 3.7333333333vw;
	font-weight: 400;
	line-height: 1;
	margin-top: 10.6666666667vw;
	padding-bottom: 4.2666666667vw;
	padding-right: 6.1333333333vw;
	position: relative;
	text-align: right;
	width: 100%;
}

.p-news__more::before {
	background: url(../img/icon-arrow1.svg) no-repeat center center/contain;
	content: "";
	height: 3.7333333333vw;
	position: absolute;
	right: 0;
	top: 0;
	width: 1.8666666667vw;
}

.p-news__more::after {
	background: rgba(255, 255, 255, 0.32);
	bottom: 0;
	content: "";
	height: 0.2666666667vw;
	position: absolute;
	right: 0;
	width: 24.8vw;
}

.p-news__more:hover,
.p-news__more:focus-visible {
	opacity: 0.7;
	transition: all 0.3s;
}

.p-faq {
	margin-top: 17.0666666667vw;
}

.p-faq__inner {
	padding: 0 8.5333333333vw;
}

.p-faq__wrap {
	display: flex;
	flex-direction: column;
	gap: 8.8vw;
}

.p-faq__item {
	border-bottom: 0.2666666667vw solid rgba(255, 255, 255, 0.64);
}

.accordion-box.is-open .bar:nth-child(2) {
	transform: rotate(0);
}

.accordion-head {
	border-bottom: 0.2666666667vw solid rgba(255, 255, 255, 0.64);
	cursor: pointer;
	padding: 6.4vw 14.1333333333vw 5.0666666667vw 17.0666666667vw;
	position: relative;
}

.accordion-head::before {
	color: #f8f8f8;
	content: "Q.";
	font-family: "Nanum Myeongjo", serif;
	font-size: 7.4666666667vw;
	font-weight: 400;
	height: 11.2vw;
	left: 4.2666666667vw;
	line-height: 1.5;
	opacity: 0.32;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8.5333333333vw;
}

.accordion-button {
	color: #f8f8f8;
	font-size: 3.7333333333vw;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
}

.accordion-bars {
	height: 3.4666666667vw;
	position: absolute;
	right: 8vw;
	top: 50%;
	transform: translateY(-50%);
	width: 3.4666666667vw;
}

.accordion-bars .bar {
	background: #f8f8f8;
	height: 0.2666666667vw;
	opacity: 0.32;
	position: absolute;
	transition: all 0.3s;
	width: 3.4666666667vw;
}

.accordion-bars .bar:nth-of-type(1) {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.accordion-bars .bar:nth-of-type(2) {
	right: 0;
	top: 50%;
	transform: rotate(90deg) translateY(-50%);
}

.accordion-body {
	color: #f8f8f8;
	display: none;
	font-size: 3.7333333333vw;
	font-weight: 400;
	line-height: 1.7;
	padding: 8.5333333333vw 0vw 4.2666666667vw 16vw;
}

.p-information {
	background: rgba(255, 255, 255, 0.04);
	margin-top: 17.0666666667vw;
	padding: 17.0666666667vw 0;
}

.p-information__title-wrap {
	margin: 0 8.5333333333vw;
}

.p-information__title .main {
	font-size: 9.0666666667vw;
	letter-spacing: 0.7253333333vw;
}

.p-information__title .sub {
	font-size: 3.2vw;
}

.p-information__map {
	height: 0;
	margin-top: 14.9333333333vw;
	padding-top: 67.33%;
	position: relative;
	width: 100%;
}

.p-information__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.p-information__contents {
	padding: 10.6666666667vw 8.5333333333vw;
}

.p-information__items {
	display: flex;
	flex-direction: column;
}

.p-information__item {
	border-bottom: 0.2666666667vw solid rgba(255, 255, 255, 0.16);
	display: flex;
	flex-direction: column;
	font-size: 3.7333333333vw;
	font-weight: 400;
	gap: 1.0666666667vw;
	line-height: 1.5;
	padding-bottom: 3.4666666667vw;
}

.p-information__item:not(:first-of-type) {
	padding-top: 4.2666666667vw;
}

.p-information__item .body {
	margin-top: 0.5333333333vw;
}

.p-information__item .body img {
	height: auto;
	margin-top: 4.2666666667vw;
	width: 72vw;
}

.p-information__item a {
	display: inline-block;
	text-decoration: underline;
}

.p-footer {
	padding-bottom: 40.5333333333vw;
	padding-top: 17.0666666667vw;
}

.p-footer__inner {
	padding: 0 8.5333333333vw;
}

.p-footer__top {
	border-bottom: 0.2666666667vw solid rgba(255, 255, 255, 0.16);
	display: flex;
	flex-direction: column;
	gap: 17.0666666667vw;
	padding-bottom: 10.6666666667vw;
}

.p-footer__logo {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 24.8vw;
}

.p-footer__logo img {
	height: 100%;
	width: 100%;
}

.p-footer__nav-items {
	display: flex;
	flex-direction: row;
	row-gap: 8.5333333333vw;
	-moz-column-gap: 19.2vw;
	column-gap: 19.2vw;
	flex-wrap: wrap;
}

.p-footer__nav-item {
	width: calc(50% - 19.2vw);
}

.p-footer__nav-item a {
	display: flex;
	flex-direction: column;
	gap: 2.1333333333vw;
}

.p-footer__nav-item span:nth-of-type(1) {
	font-family: "Nanum Myeongjo", serif;
	font-size: 3.7333333333vw;
	font-weight: 700;
	letter-spacing: 0.3733333333vw;
	line-height: 1;
	text-transform: uppercase;
}

.p-footer__nav-item span:nth-of-type(2) {
	color: rgba(248, 248, 248, 0.8);
	font-size: 2.6666666667vw;
	font-weight: 400;
	letter-spacing: 0.2666666667vw;
	line-height: 1;
}

.p-footer__bottom {
	padding-top: 10.6666666667vw;
}

.p-footer__bottom-items {
	display: flex;
	flex-direction: column;
	gap: 6.4vw;
}

.p-footer__bottom-item {
	color: rgba(248, 248, 248, 0.8);
	font-size: 2.6666666667vw;
	font-weight: 400;
	letter-spacing: 0.2666666667vw;
	line-height: 1;
}

.footer-copy-block {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 6.9333333333vw;
}

.p-footer__copy {
	color: rgba(248, 248, 248, 0.8);
	font-family: "Nanum Myeongjo", serif;
	font-size: 2.6666666667vw;
	font-weight: 400;
	letter-spacing: 0.2666666667vw;
	line-height: 1;
}

.p-page-top {
	bottom: 19.2vw;
	opacity: 0;
	position: fixed;
	right: 4.2666666667vw;
	transition: all 0.3s;
	visibility: hidden;
	width: min(12.8%, 48px);
}

.p-page-top.is-show {
	opacity: 1;
	visibility: visible;
}

.p-tracking {
	bottom: 0;
	height: 14.9333333333vw;
	left: 0;
	position: fixed;
	transition: 0.4s;
}

.p-tracking__container {
	display: flex;
	flex-direction: row;
	height: 100%;
}

.p-tracking__wrap {
	display: flex;
	flex-direction: row;
	gap: 0;
	width: 100vw;
}

.p-tracking__left,
.p-tracking__right {
	align-items: center;
	display: flex;
	font-size: 4vw;
	font-weight: 600;
	gap: 3.2vw;
	justify-content: center;
	line-height: 1;
	width: 50%;
}

.p-tracking__left {
	background: linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%);
	color: #1a0e02;
}

.p-tracking__left img {
	height: auto;
	width: 6.1333333333vw;
}

.p-tracking__right {
	background: #1a0e02;
	color: #c3ac80;
}

.p-tracking__right img {
	height: auto;
	width: 5.3333333333vw;
}

.p-legal {
	margin-top: 39.4666666667vw;
	padding-bottom: 21.3333333333vw;
}

.p-legal__inner {
	padding: 0 8.5333333333vw;
}

.p-legal__container {
	display: flex;
	flex-direction: column;
	gap: 17.0666666667vw;
}

.p-legal__title {
	font-size: 6.4vw;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.p-legal__body {
	display: flex;
	flex-direction: column;
	gap: 14.9333333333vw;
}

.p-legal__body-text {
	font-size: 3.7333333333vw;
	font-weight: 400;
	letter-spacing: 0.2986666667vw;
	line-height: 2;
}

.p-legal__block-wrap {
	display: flex;
	flex-direction: column;
	gap: 14.9333333333vw;
}

.p-legal__block-title {
	font-size: 5.3333333333vw;
	font-weight: 400;
	letter-spacing: 0.4266666667vw;
	line-height: 1.5;
	padding-left: 10.6666666667vw;
	position: relative;
}

.p-legal__block-title::before {
	background: #fff;
	content: "";
	height: 0.2666666667vw;
	left: 0;
	opacity: 0.32;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6.4vw;
}

.p-legal__block-text {
	flex-direction: column;
	font-size: 3.7333333333vw;
	font-weight: 400;
	letter-spacing: 0.2986666667vw;
	line-height: 2;
	margin-top: 4.2666666667vw;
}

.p-legal__block-text.last {
	text-align: right;
}

.p-legal__lists {
	display: flex;
	flex-direction: column;
}

.u-hidden-sp {
	display: none;
}

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

.c-title-center {
	padding-top: 2.7777777778vw;
}

.c-title-center .main {
	font-size: 5vw;
	letter-spacing: 0.4vw;
}

.c-title-center .sub {
	font-size: 1.1111111111vw;
	margin-top: max(8px, 1.1111111111vw);
}

.c-title-center::after {
	height: 0.0694444444vw;
	width: 6.9444444444vw;
}

.c-title-left {
	padding-top: 2.7777777778vw;
}

.c-title-left .main {
	font-size: 5vw;
	letter-spacing: 0.4vw;
}

.c-title-left .sub {
	font-size: 1.1111111111vw;
	margin-top: max(8px, 1.1111111111vw);
}

.c-title-left::after {
	height: 0.0694444444vw;
	width: 6.9444444444vw;
}

.p-header__inner {
	padding: 0 1.6666666667vw;
}

.p-header__logo a {
	gap: 0.8333333333vw;
}

.p-header__logo img {
	max-width: 3.125vw;
	padding: 0.5555555556vw 0;
}

.p-header__logo-text {
	display: block;
	font-family: "Nanum Myeongjo", serif;
	font-size: 1.3888888889vw;
	font-weight: 800;
}

.p-header__nav {
	gap: 1.6666666667vw;
}

.p-header__reserve {
	gap: 1.1111111111vw;
	min-height: 5.5555555556vw;
	padding: 1.1111111111vw 2.7777777778vw;
}

.p-header__reserve img {
	max-width: 1.6666666667vw;
}

.p-header__reserve-text .main {
	font-size: max(8px, 1.1111111111vw);
	letter-spacing: 0.0888888889vw;
}

.p-header__reserve-text .sub {
	font-size: max(8px, 0.6944444444vw);
	margin-top: 0.2777777778vw;
}

.drawer-icon {
	height: 1.5277777778vw;
	width: 2.2222222222vw;
}

.drawer-icon.is-active .drawer-icon__bar:nth-of-type(1) {
	top: 0.6944444444vw;
}

.drawer-icon.is-active .drawer-icon__bar:nth-of-type(3) {
	top: 0.6944444444vw;
}

.drawer-icon__bar {
	height: 0.2083333333vw;
	width: 2.2222222222vw;
}

.drawer-icon__bar:nth-of-type(2) {
	top: 0.625vw;
}

.drawer-icon__bar:nth-of-type(3) {
	top: 1.25vw;
}

.drawer-content {
	display: flex;
	flex-direction: row;
}

.drawer-content__image {
	display: block;
	height: 100vh;
	width: 36%;
}

.drawer-content__image img {
	aspect-ratio: 520/900;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.drawer-content__wrap {
	padding: 16.3194444444vw 11.1111111111vw 0 12.5vw;
	width: 64%;
}

.drawer-content__items {
	flex-direction: row;
	margin: auto;
	-moz-column-gap: 0;
	column-gap: 0;
	row-gap: 3.8194444444vw;
}

.drawer-content__item {
	width: 33.3333333333%;
}

.drawer-content__item a {
	border-bottom: none;
	flex-direction: column;
	gap: 0.6944444444vw;
	padding: 0;
}

.drawer-content__item span:nth-of-type(1) {
	font-size: 1.3888888889vw;
	letter-spacing: 0.1388888889vw;
}

.drawer-content__item span:nth-of-type(2) {
	display: none;
}

.drawer-content__item span:nth-of-type(2),
.drawer-content__item span:nth-of-type(3) {
	font-size: max(8px, 0.8333333333vw);
	letter-spacing: 0.0833333333vw;
}

.drawer-content__bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: auto;
	padding-bottom: 5.5555555556vw;
	padding-top: 7.9861111111vw;
	width: 100%;
}

.drawer-content__bottom-items {
	display: flex;
	flex-direction: row;
	gap: 2.7777777778vw;
}

.drawer-content__bottom-item a {
	font-size: max(10px, 0.6944444444vw);
	letter-spacing: 0.0694444444vw;
}

.drawer-content__copy {
	flex-direction: column-reverse;
	gap: 1.25vw;
	margin-top: 0;
}

.drawer-content__copy p {
	font-size: max(8px, 0.6944444444vw);
	letter-spacing: 0.0694444444vw;
}

.p-mv {
	background-image: url(../img/mv_pc.png);
}

.p-mv__container {
	bottom: 6.3888888889vw;
	left: 5.5555555556vw;
}

.p-mv__text {
	font-size: 5vw;
	letter-spacing: 0.8vw;
	line-height: 1.3;
}

.p-mv__lead {
	font-size: 1.6666666667vw;
	letter-spacing: 0.3333333333vw;
	margin-top: 2.2222222222vw;
}

.p-contact {
	margin-top: 0;
}

.p-contact__inner {
	background: #39332f;
	padding: 0 2.0833333333vw;
}

.p-contact__container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: auto;
	max-width: 95.8333333333vw;
	padding: 1.6666666667vw 0;
}

.p-contact__title {
	font-size: 1.6666666667vw;
	letter-spacing: 0.3333333333vw;
	line-height: 1;
	padding-left: 2.7777777778vw;
	padding-top: 0;
}

.p-contact__title::after {
	height: 2.2222222222vw;
	top: 50%;
	transform: translateY(-50%);
	width: 0.1388888889vw;
}

.p-contact__items {
	flex-direction: row;
	gap: 2.2222222222vw;
	margin-top: 0;
}

.p-contact__item {
	background: inherit;
	border-radius: 0;
	font-size: 2.2222222222vw;
	letter-spacing: 0.2222222222vw;
	padding: 0;
}

.p-contact__item.sns img {
	width: 2.2222222222vw;
}

.p-contact__item.tel {
	font-size: 2.2222222222vw;
	gap: 0.7638888889vw;
}

.p-contact__item.tel span {
	font-size: max(8px, 1.1111111111vw);
	letter-spacing: 0.1111111111vw;
}

.p-concept {
	background-image: linear-gradient(360deg, rgba(255, 255, 255, 0) 46.22%, #28221d 100%), url(../img/concept-bg_pc.webp);
	margin-top: 11.1111111111vw;
	padding-bottom: 31.1111111111vw;
}

.p-concept__inner {
	padding: 0 2.0833333333vw;
}

.p-concept__text {
	font-size: 1.25vw;
	letter-spacing: 0.2vw;
	margin-top: 4.4444444444vw;
}

.p-feature {
	margin-top: 11.1111111111vw;
}

.p-feature__title {
	margin-left: 80px;
}

.p-feature__boxes {
	gap: 6.6666666667vw;
	margin-top: 5.5555555556vw;
}

.p-feature__box {
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
}

.p-feature__box.reverse {
	flex-direction: row-reverse;
}

.p-feature__box-item:nth-of-type(1) {
	width: 56%;
}

.p-feature__box-item:nth-of-type(2) {
	width: 44%;
}

.p-feature__box-item-wrap {
	bottom: -2.2222222222vw;
	left: 52%;
	margin-left: 0;
	padding: 8.8194444444vw 10.0694444444vw;
	position: absolute;
	top: auto;
}

.p-feature__box-item-wrap.reverse {
	left: auto;
	margin-right: 0;
	right: 52%;
}

.p-feature__num {
	font-size: 11.1111111111vw;
	left: -4.1666666667vw;
	top: -3.4722222222vw;
}

.p-feature__num::after {
	bottom: -4.8611111111vw;
	height: 12.5vw;
	left: auto;
	width: 0.0694444444vw;
}

.p-feature__box-head {
	font-size: 2.2222222222vw;
	letter-spacing: 0.1777777778vw;
}

.p-feature__box-text {
	font-size: max(8px, 0.9722222222vw);
	letter-spacing: 0.0777777778vw;
	margin-top: 0.9027777778vw;
}

.p-feature__box-text a {
	margin-top: 0.9027777778vw;
	padding-bottom: 1.1111111111vw;
	padding-right: 1.1111111111vw;
}

.p-feature__box-text a::before {
	height: 1.1111111111vw;
	top: 0.4861111111vw;
	width: 0.5555555556vw;
}

.p-feature__box-text a::after {
	height: 0.0694444444vw;
	width: 10.5555555556vw;
}

.p-booth {
	margin-top: 16.1111111111vw;
}

.p-booth__boxes {
	gap: 14.8611111111vw;
	margin-top: 5.5555555556vw;
}

.p-booth__box-item:nth-of-type(2) {
	position: relative;
}

.p-booth__box-item-wrap {
	margin-left: 0;
	padding: 2.7777777778vw 11.1111111111vw 2.7777777778vw 4.4444444444vw;
	position: absolute;
	right: 0;
	top: -9.7222222222vw;
	width: 55.5%;
}

.p-booth__box-item-wrap.reverse {
	left: 0;
	margin-right: 0;
	padding: 2.7777777778vw 4.4444444444vw 2.7777777778vw 11.1111111111vw;
}

.p-booth__box-head {
	font-size: 2.2222222222vw;
	letter-spacing: 0.1777777778vw;
}

.p-booth__box-lists {
	font-size: max(8px, 0.9722222222vw);
	margin-top: 1.1111111111vw;
	-moz-column-gap: 2.2222222222vw;
	column-gap: 2.2222222222vw;
}

.p-booth__box-list {
	gap: 0.5555555556vw;
}

.p-booth__box-text {
	font-size: max(8px, 0.9722222222vw);
	letter-spacing: 0.0777777778vw;
	margin-top: 2.2222222222vw;
}

.p-machine {
	background: rgba(255, 255, 255, 0.04);
	background: url(../img/machine-bg_pc.webp) no-repeat top right/contain;
	margin-top: 15.6944444444vw;
}

.p-machine__inner {
	background: rgba(255, 255, 255, 0.04);
	padding: 8.3333333333vw 0;
}

.p-machine__title-wrap {
	background: none;
	padding: 0 0 0 5.5555555556vw;
}

.p-machine__boxes {
	gap: 8.3333333333vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.5555555556vw;
	max-width: 77.7777777778vw;
}

.p-machine__box {
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
}

.p-machine__box.reverse {
	flex-direction: row-reverse;
}

.p-machine__box-item:nth-of-type(1) {
	width: 50%;
	z-index: 1;
}

.p-machine__box-item:nth-of-type(2) {
	width: 50%;
}

.p-machine__box-item-wrap {
	left: 44%;
	margin-left: 0;
	padding: 7.9861111111vw 5.5555555556vw 7.9861111111vw 11.5972222222vw;
	position: absolute;
	top: 2.7777777778vw;
	width: 56%;
}

.p-machine__box-item-wrap.reverse {
	left: auto;
	margin-right: 0;
	padding: 7.9861111111vw 11.5972222222vw 7.9861111111vw 5.5555555556vw;
	right: 44%;
}

.p-machine__box-head-bg {
	font-size: 6.1111111111vw;
	left: -3.4722222222vw;
	letter-spacing: 0.4888888889vw;
	right: auto;
	text-wrap: nowrap;
	top: -5.9027777778vw;
}

.p-machine__box-head-bg.reverse {
	left: -4.1666666667vw;
}

.p-machine__box-head {
	font-size: 1.8055555556vw;
	letter-spacing: 0.1444444444vw;
}

.p-machine__box-text {
	font-size: max(8px, 0.9722222222vw);
	letter-spacing: 0.0777777778vw;
	margin-top: 0.5555555556vw;
}

.p-machine__box-text-sub {
	font-size: max(8px, 0.8333333333vw);
	margin-top: 2.2222222222vw;
	padding: 0.5555555556vw 1.6666666667vw;
}

.p-machine__box-text-sub.gold {
	padding: 0.5555555556vw 1.1111111111vw;
}

.p-flow {
	margin-top: 8.3333333333vw;
}

.p-flow__bg {
	background: none;
	position: relative;
}

.p-flow__bg::after {
	background-color: rgba(255, 255, 255, 0.04);
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 65%;
	z-index: -1;
}

.p-flow__inner {
	padding: 8.3333333333vw 0;
}

.p-flow__title {
	margin-left: 5.5555555556vw;
}

.p-flow__boxes {
	gap: 2.7777777778vw;
	margin: auto;
	margin-top: 5.5555555556vw;
	max-width: 77.7777777778vw;
}

.p-flow__box {
	display: grid;
	grid-template-columns: auto 36%;
	grid-template-rows: auto;
}

.p-flow__item {
	align-self: center;
}

.flow-image {
	grid-column: 2;
	grid-row: 1;
}

.flow-body {
	grid-column: 1;
	grid-row: 1;
	padding: 2.9861111111vw 5.5555555556vw 2.9861111111vw 12.2222222222vw;
}

.p-flow__item-num {
	font-size: 5.5555555556vw;
	left: 2.2222222222vw;
	top: -2.5vw;
}

.p-flow__item-num::after {
	bottom: -6.4583333333vw;
	height: 12.5vw;
	left: auto;
	width: 0.0694444444vw;
}

.p-flow__head {
	font-size: 1.8055555556vw;
	letter-spacing: 0.1444444444vw;
}

.p-flow__text {
	font-size: max(8px, 0.9722222222vw);
	letter-spacing: 0.0777777778vw;
	margin-top: 1.1111111111vw;
}

.p-flow__links {
	gap: 0.6944444444vw;
	margin-top: 1.1111111111vw;
}

.p-price {
	margin-top: 11.1111111111vw;
}

.p-price__head {
	margin-top: 5.5555555556vw;
	padding: 0;
}

.p-price__head img {
	max-width: 24.3055555556vw;
}

.p-price__campaign {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.9444444444vw;
	max-width: 77.7777777778vw;
	padding: 0;
}

.p-price__campaign-title {
	font-size: 3.3333333333vw;
	letter-spacing: 0.2666666667vw;
}

.p-price__campaign-wrap {
	margin-top: -2.2916666667vw;
	padding: 4.1666666667vw 4.375vw 2.9861111111vw;
}

.p-price__campaign-head .text1 {
	font-size: 2.0138888889vw;
	letter-spacing: 0.1611111111vw;
}

.p-price__campaign-head .text2 {
	font-size: 1.25vw;
	letter-spacing: 0.1vw;
	margin-top: 1.1111111111vw;
}

.p-price__campaign-head .text2 span {
	font-size: 1.4583333333vw;
	letter-spacing: 0.1166666667vw;
	margin-left: 0.5555555556vw;
	margin-top: 0;
	padding: 0.5555555556vw 1.1111111111vw;
}

.p-price__campaign-body {
	margin-top: 3.8888888889vw;
}

.p-price__campaign-lists {
	flex-direction: row;
}

.p-price__campaign-list {
	gap: 1.3888888889vw;
	padding: 0;
}

.p-price__campaign-list:not(:first-of-type) {
	padding-left: 1.7361111111vw;
}

.p-price__campaign-list:not(:nth-last-of-type(1)) {
	border-bottom: none;
	border-right: 0.0694444444vw solid rgba(255, 255, 255, 0.16);
	padding-right: 2.7777777778vw;
}

.p-price__campaign-list-text {
	gap: 1.1111111111vw;
}

.p-price__campaign-list-text h4 {
	font-size: 1.8055555556vw;
	letter-spacing: 0.1444444444vw;
}

.p-price__campaign-list-text p {
	font-size: max(8px, 0.8333333333vw);
	letter-spacing: 0.0666666667vw;
}

.p-price__campaign-list-right {
	font-size: 3.8888888889vw;
}

.p-price__campaign-card {
	border: 0.5555555556vw solid #fbe1b0;
	margin-top: 3.3333333333vw;
	padding: 1.5972222222vw 1.6666666667vw 1.9444444444vw;
}

.p-price__campaign-card-text {
	border-bottom: 0.0694444444vw solid rgba(255, 255, 255, 0.16);
	font-size: 1.9444444444vw;
	letter-spacing: 0.1555555556vw;
	padding-bottom: 1.6666666667vw;
}

.p-price__campaign-card-body {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	gap: 0.5555555556vw;
	justify-content: center;
	margin-top: 1.6666666667vw;
}

.p-price__campaign-card-body .top span:nth-of-type(1) {
	font-size: 1.8055555556vw;
	letter-spacing: 0.1444444444vw;
}

.p-price__campaign-card-body .top span:nth-of-type(2) {
	font-size: 3.4722222222vw;
	letter-spacing: 0.2777777778vw;
}

.p-price__campaign-card-body .top span:nth-of-type(3) {
	font-size: 2.2222222222vw;
	letter-spacing: 0.1777777778vw;
}

.p-price__campaign-card-body .top span:nth-of-type(4) {
	font-size: 1.0416666667vw;
	letter-spacing: 0.0833333333vw;
}

.p-price__campaign-card-body .top span:nth-of-type(5) {
	font-size: 1.9444444444vw;
	letter-spacing: 0.1555555556vw;
}

.p-price__campaign-card-body .bottom {
	margin-top: 0;
}

.p-price__campaign-card-body .bottom span:nth-of-type(1) {
	font-size: 3.0555555556vw;
	letter-spacing: 0.2444444444vw;
}

.p-price__campaign-card-body .bottom span:nth-of-type(2) {
	font-size: 5vw;
	letter-spacing: 0.4vw;
	margin-left: 0.5555555556vw;
}

.p-price__campaign-card-body .bottom span:nth-of-type(3) {
	font-size: 2.3611111111vw;
	letter-spacing: 0.1888888889vw;
}

.p-price__campaign-card-body .bottom span:nth-of-type(4) {
	font-size: 3.8194444444vw;
}

.p-price__campaign-card-body .bottom img {
	width: 3.3333333333vw;
}

.p-price__group {
	margin-top: 8.3333333333vw;
}

.p-price__boxes {
	gap: 4.1666666667vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.5555555556vw;
	max-width: 81.9444444444vw;
	padding: 0 2.0833333333vw;
}

.p-price__box {
	border: 1.1111111111vw solid #c3ac80;
	padding: 2.9166666667vw 4.5138888889vw;
}

.p-price__box td {
	color: rgba(247, 247, 247, 0.7019607843);
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 1;
	padding-top: 0.5555555556vw;
}

.p-price__box-title {
	border-bottom: solid 0.0694444444vw #c3ac80;
	font-size: 2.2222222222vw;
	letter-spacing: 0.1777777778vw;
	padding-bottom: 2.0833333333vw;
}

.p-price__box-title::after {
	border-bottom: solid 0.0694444444vw #c3ac80;
	bottom: -0.2777777778vw;
	height: 0.0694444444vw;
}

.p-price__box-body {
	margin-top: 3.2638888889vw;
}

.p-price__cards {
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 2.7777777778vw;
}

.p-price__card {
	flex-basis: 0;
	flex-grow: 1;
}

.p-price__card:nth-of-type(2) {
	border-left: 0.0694444444vw solid rgba(255, 255, 255, 0.16);
	border-top: none;
	padding-left: 2.7777777778vw;
	padding-top: 0;
}

.p-price__card-text {
	font-size: 1.8055555556vw;
	letter-spacing: 0.1444444444vw;
	padding-bottom: 0.8333333333vw;
}

.p-price__card-top {
	gap: 0px;
}

.p-price__card-top.row {
	flex-direction: row;
	gap: 1.1111111111vw;
	justify-content: center;
}

.p-price__card-top-column {
	gap: 0.5555555556vw;
}

.p-price__card-top-column .head {
	border: 0.0694444444vw solid #fbe1b0;
	font-size: max(8px, 0.7638888889vw);
	letter-spacing: 0.0611111111vw;
	max-height: 1.8055555556vw;
	padding: 0.5555555556vw;
}

.p-price__card-top-column .line-through {
	font-size: max(8px, 0.8333333333vw);
}

.p-price__card-top-column .line-through span {
	font-size: 2.2222222222vw;
}

.p-price__card-top-column img {
	width: 0.9027777778vw;
}

.p-price__card-top-column .campaign {
	font-size: max(8px, 0.7638888889vw);
	letter-spacing: 0.0611111111vw;
	max-height: 1.8055555556vw;
	padding: 0.5555555556vw 0.6944444444vw;
}

.p-price__card-top-column .price {
	font-size: 1.25vw;
}

.p-price__card-top-column .price span {
	font-size: 3.2638888889vw;
}

.p-price__card-top-column.row img {
	transform: rotate(0);
}

.p-price__card-bottom {
	gap: 0.5555555556vw;
	margin-top: 2.7777777778vw;
}

.p-price__card-bottom .lists {
	gap: 0.5555555556vw;
}

.p-price__card-bottom .lists .list {
	font-size: max(8px, 0.9722222222vw);
	letter-spacing: 0.0777777778vw;
}

.p-price__card-bottom .lists .list span:nth-of-type(1) {
	width: 4.5138888889vw;
}

.p-price__card-bottom .lists .list span:nth-of-type(2) {
	width: 1.1111111111vw;
}

.p-price__card-bottom .lists .list span:nth-of-type(3) {
	width: calc(100% - 5.4166666667vw);
}

.p-price__card-bottom.row {
	flex-direction: row;
	gap: 4.4444444444vw;
	justify-content: center;
}

.round__cards {
	gap: 5.2777777778vw;
	margin-top: 3.8888888889vw;
}

.round__card-head {
	font-size: 1.1111111111vw;
	letter-spacing: 0.0777777778vw;
}

.round__head {
	border-bottom: solid 0.0694444444vw #c3ac80;
	display: table-cell;
	gap: 1.1111111111vw;
	padding-bottom: 1.6666666667vw;
}

.round__head::after {
	border-bottom: solid 0.0694444444vw #c3ac80;
	bottom: -0.2777777778vw;
	height: 0.0694444444vw;
}

.round__head span {
	display: inline-block;
	vertical-align: middle;
}

.round__head span:nth-of-type(1) {
	font-size: max(8px, 0.6944444444vw);
	letter-spacing: 0.0555555556vw;
	padding: 0.5555555556vw;
}

.round__head span:nth-of-type(2) {
	font-size: 1.5277777778vw;
	letter-spacing: 0.1222222222vw;
	padding-left: 1.1111111111vw;
}

.round__table {
	border-spacing: 1.1111111111vw;
	margin-top: 2.5vw;
	width: 100%;
}

.round__price span {
	color: #c3ac80;
	font-weight: 400;
	line-height: 1;
}

.round__price span:nth-of-type(1) {
	font-size: 1.6666666667vw;
	text-decoration-line: line-through;
}

.round__price span:nth-of-type(2) {
	font-size: 1.0416666667vw;
	padding-right: 0.5555555556vw;
}

.round__price span:nth-of-type(3) {
	background: linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%);
	background-clip: text;
	font-size: 2.3611111111vw;
	padding-left: 0.5555555556vw;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.round__price span:nth-of-type(4) {
	background: linear-gradient(93deg, #fbe1b0 0%, #c3ac80 50%, #c3ac80 100%);
	background-clip: text;
	font-size: 1.3888888889vw;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.round__text {
	font-size: max(8px, 0.9027777778vw);
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.6666666667vw;
	text-align: right;
}

.menu__body {
	flex-direction: row;
	gap: 1.1111111111vw;
}

.menu__block {
	width: 33.3333333333%;
}

.menu-cards {
	gap: 1.6666666667vw;
}

.menu__card-title {
	border-bottom: solid 0.0694444444vw #c3ac80;
	font-size: 1.3888888889vw;
	letter-spacing: 0.1111111111vw;
	padding-bottom: 1.6666666667vw;
}

.menu__card-title::after {
	border-bottom: solid 0.0694444444vw #c3ac80;
	bottom: -0.2777777778vw;
	height: 0.0694444444vw;
}

.menu__card-items {
	margin-top: 1.6666666667vw;
}

.menu__card-item {
	background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24) 0.3472222222vw, transparent 0.3472222222vw, transparent 0.6944444444vw);
	background-size: 100% 0.0694444444vw;
	padding-bottom: 0.5555555556vw;
}

.menu__card-item:not(:first-of-type) {
	padding-top: 0.625vw;
}

.menu-card-item-left {
	font-size: max(8px, 0.9722222222vw);
}

.menu-card-item-right span:nth-of-type(1) {
	font-size: max(8px, 1.1111111111vw);
}

.menu-card-item-right span:nth-of-type(2) {
	font-size: max(8px, 0.6944444444vw);
}

.p-news {
	margin-top: 11.1111111111vw;
	padding: 8.3333333333vw 0;
}

.p-news__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 81.9444444444vw;
	padding: 0 2.0833333333vw;
}

.p-news__wrap {
	flex-direction: row;
	gap: 11.1111111111vw;
}

.p-news__title .main {
	font-size: 3.3333333333vw;
}

.p-news__title .sub {
	font-size: max(8px, 1.1111111111vw);
}

.news__block-right {
	gap: 2.2222222222vw;
	width: 100%;
}

.p-news__item {
	border-bottom: 0.0694444444vw solid rgba(248, 248, 248, 0.3);
	padding-bottom: 2.2222222222vw;
}

.p-news__item:not(:first-of-type) {
	padding-top: 2.2222222222vw;
}

.p-news__item-content {
	align-items: center;
	flex-direction: row;
	gap: 0.6944444444vw;
}

.p-news__item-content-date {
	font-size: 0.9722222222vw;
	width: 10.625vw;
}

.p-news__item-content-para {
	font-size: 0.9722222222vw;
	width: calc(100% - 10.625vw);
}

.p-news__modal {
	padding: 11.1111111111vw 8.3333333333vw;
}

.p-news__modal-content {
	border-radius: 1.1111111111vw;
	padding: 8.3333333333vw;
}

.close-top {
	bottom: calc(100% + 2.2222222222vw);
	height: 2.2222222222vw;
	right: 2.2222222222vw;
	width: 2.2222222222vw;
}

.p-news__modal-time {
	font-size: max(8px, 1.1111111111vw);
	letter-spacing: 0.1111111111vw;
}

.p-news__modal-title {
	font-size: 1.6666666667vw;
	margin-top: 1.6666666667vw;
}

.p-news__modal-image {
	aspect-ratio: 960/480;
	margin-top: 3.8888888889vw;
}

.p-news__modal-text {
	font-size: 1.25vw;
	margin-top: 3.8888888889vw;
}

.close-bottom {
	font-size: 1.25vw;
	margin-top: 5.5555555556vw;
	padding-left: 1.8055555556vw;
}

.close-bottom::before {
	height: 1.25vw;
	width: 0.6944444444vw;
}

.p-news__more {
	font-size: max(8px, 1.1111111111vw);
	margin-top: 2.2222222222vw;
	padding-bottom: 1.1111111111vw;
	padding-right: 1.6666666667vw;
	text-align: left;
}

.p-news__more::before {
	height: 1.1111111111vw;
	left: 6.6666666667vw;
	right: auto;
	width: 0.5555555556vw;
}

.p-news__more::after {
	height: 0.0694444444vw;
	left: 0;
	right: auto;
	width: 7.2222222222vw;
}

.p-faq {
	margin-top: 8.3333333333vw;
}

.p-faq__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 81.9444444444vw;
	padding: 0 2.0833333333vw;
}

.p-faq_title .main {
	font-size: 3.3333333333vw;
}

.p-faq_title .sub {
	font-size: max(8px, 0.8333333333vw);
}

.faq__block-right {
	width: 100%;
}

.p-faq__wrap {
	flex-direction: row;
	gap: 11.1111111111vw;
}

.p-faq__item {
	border-bottom: 0.0694444444vw solid rgba(255, 255, 255, 0.64);
}

.accordion-head {
	border-bottom: 0.0694444444vw solid rgba(255, 255, 255, 0.64);
	padding: 2.2222222222vw 6.1111111111vw 2.6388888889vw 5.5555555556vw;
}

.accordion-head::before {
	font-size: 1.9444444444vw;
	height: 2.9166666667vw;
	left: 1.1111111111vw;
	width: 2.2222222222vw;
}

.accordion-button {
	font-size: max(8px, 0.9722222222vw);
}

.accordion-bars {
	height: 0.9027777778vw;
	right: 2.0833333333vw;
	width: 0.9027777778vw;
}

.accordion-bars .bar {
	height: 0.0694444444vw;
	width: 0.9027777778vw;
}

.accordion-body {
	font-size: max(8px, 0.9722222222vw);
	padding: 2.7777777778vw 0vw 2.7777777778vw 5.2777777778vw;
}

.p-information {
	margin-top: 8.3333333333vw;
	padding: 8.3333333333vw 0 5.5555555556vw 0;
}

.p-information__title-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 81.9444444444vw;
	padding: 0 2.0833333333vw;
}

.p-information__title .main {
	font-size: 3.3333333333vw;
	letter-spacing: 0.2666666667vw;
}

.p-information__title .sub {
	font-size: max(8px, 0.8333333333vw);
}

.p-information__map {
	margin-top: 4.4444444444vw;
	padding-top: 33.33%;
}

.p-information__block {
	background: #39332f;
	margin-left: 23.5%;
	margin-top: -5.5555555556vw;
	position: relative;
}

.p-information__contents {
	padding: 5.5555555556vw 11.1111111111vw 5.5555555556vw 8.3333333333vw;
}

.p-information__items {
	max-width: 57.2222222222vw;
}

.p-information__item {
	border-bottom: 0.0694444444vw solid rgba(255, 255, 255, 0.16);
	flex-direction: row;
	font-size: max(8px, 0.9722222222vw);
	gap: 2.9166666667vw;
	padding-bottom: 2.1527777778vw;
}

.p-information__item:not(:first-of-type) {
	padding-top: 2.2222222222vw;
}

.p-information__item .head {
	width: 16.6666666667vw;
}

.p-information__item .body {
	margin-top: 0;
	width: calc(100% - 16.6666666667vw);
}

.p-information__item .body img {
	margin-top: 1.1111111111vw;
	width: 18.75vw;
}

.p-footer {
	padding-bottom: 9.5833333333vw;
	padding-top: 5.5555555556vw;
}

.p-footer {
	padding-bottom: 138px;
	padding-top: 80px;
}

.p-footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 89.7222222222vw;
	padding: 0 2.0833333333vw;
}

.p-footer__top {
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
	padding-bottom: 2.7777777778vw;
}

.p-footer__logo {
	width: 6.4583333333vw;
}

.p-footer__nav-items {
	justify-content: space-between;
	row-gap: 1.6666666667vw;
	-moz-column-gap: 0;
	column-gap: 0;
}

.p-footer__nav-items {
	row-gap: 24px;
}

.p-footer__nav-item {
	width: 20%;
}

.p-footer__nav-item a {
	gap: 0.5555555556vw;
}

.p-footer__nav-item span:nth-of-type(1) {
	font-size: max(8px, 0.9722222222vw);
	letter-spacing: 0.0972222222vw;
}

.p-footer__nav-item span:nth-of-type(2) {
	font-size: max(8px, 0.6944444444vw);
	letter-spacing: 0.0694444444vw;
}

.p-footer__bottom {
	padding-top: 2.7777777778vw;
}

.p-footer__bottom-wrap {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.p-footer__bottom-items {
	flex-direction: row;
	gap: 2.7777777778vw;
}

.p-footer__bottom-item {
	font-size: max(8px, 0.6944444444vw);
	letter-spacing: 0.0694444444vw;
}

.footer-sns-block {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	gap: 2.7777777778vw;
}

.p-page-top {
	bottom: 5.8333333333vw;
	right: 1.1111111111vw;
	width: min(3.3333333333%, 48px);
}

.p-tracking {
	height: 4.7222222222vw;
}

.p-tracking__left,
.p-tracking__right {
	font-size: 1.3888888889vw;
	gap: 0.8333333333vw;
}

.p-tracking__left img {
	width: 1.6666666667vw;
}

.p-tracking__right img {
	width: 1.4583333333vw;
}

.p-legal {
	margin-top: 11.1111111111vw;
	padding-bottom: 5.5555555556vw;
}

.p-legal__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 70.8333333333vw;
	padding: 0 2.0833333333vw;
}

.p-legal__container {
	gap: 4.4444444444vw;
}

.p-legal__title {
	font-size: 3.3333333333vw;
	letter-spacing: 0.2222222222vw;
}

.p-legal__body {
	gap: 3.8888888889vw;
}

.p-legal__body-text {
	font-size: max(8px, 0.9722222222vw);
	letter-spacing: 0.0777777778vw;
}

.p-legal__block-wrap {
	gap: 3.8888888889vw;
}

.p-legal__block-title {
	font-size: 1.5277777778vw;
	letter-spacing: 0.1222222222vw;
	padding-left: 2.7777777778vw;
}

.p-legal__block-title::before {
	height: 0.0694444444vw;
	width: 1.6666666667vw;
}

.p-legal__block-text {
	font-size: max(8px, 0.9722222222vw);
	letter-spacing: 0.0777777778vw;
	margin-top: 1.1111111111vw;
}

.u-hidden-sp {
	display: block;
}

.u-hidden-tab {
	display: none;
}

}

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

.l-inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 30px;
}

.u-hidden-pc {
	display: none;
}

}

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

.c-title-center {
	padding-top: 40px;
}

.c-title-center .main {
	font-size: 72px;
	letter-spacing: 5.76px;
}

.c-title-center .sub {
	font-size: 16px;
	margin-top: 16px;
}

.c-title-center::after {
	height: 1px;
	width: 100px;
}

.c-title-left {
	padding-top: 40px;
}

.c-title-left .main {
	font-size: 72px;
	letter-spacing: 5.76px;
}

.c-title-left .sub {
	font-size: 16px;
	margin-top: 16px;
}

.c-title-left::after {
	height: 1px;
	width: 100px;
}

.p-header__inner {
	padding: 0 24px;
}

.p-header__logo a {
	gap: 12px;
}

.p-header__logo img {
	max-width: 45px;
	padding: 8px 0;
}

.p-header__logo-text {
	font-size: 20px;
}

.p-header__nav {
	gap: 24px;
}

.p-header__reserve {
	gap: 16px;
	min-height: 80px;
	padding: 16px 40px;
}

.p-header__reserve img {
	max-width: 24px;
}

.p-header__reserve-text .main {
	font-size: 16px;
	letter-spacing: 1.28px;
}

.p-header__reserve-text .sub {
	font-size: 10px;
	margin-top: 4px;
}

.drawer-icon {
	height: 22px;
	width: 32px;
}

.drawer-icon.is-active .drawer-icon__bar:nth-of-type(1) {
	top: 10px;
}

.drawer-icon.is-active .drawer-icon__bar:nth-of-type(3) {
	top: 10px;
}

.drawer-icon__bar {
	height: 3px;
	width: 32px;
}

.drawer-icon__bar:nth-of-type(2) {
	top: 9px;
}

.drawer-icon__bar:nth-of-type(3) {
	top: 18px;
}

.drawer-content__wrap {
	padding: 235px 160px 0 180px;
}

.drawer-content__items {
	row-gap: 55px;
}

.drawer-content__item a {
	gap: 10px;
}

.drawer-content__item span:nth-of-type(1) {
	font-size: 20px;
	letter-spacing: 2px;
}

.drawer-content__item span:nth-of-type(2),
.drawer-content__item span:nth-of-type(3) {
	font-size: 12px;
	letter-spacing: 1.2px;
}

.drawer-content__bottom {
	padding-bottom: 80px;
	padding-top: 115px;
}

.drawer-content__bottom-items {
	gap: 40px;
}

.drawer-content__bottom-item a {
	font-size: 10px;
	letter-spacing: 1px;
}

.drawer-content__copy {
	gap: 18px;
}

.drawer-content__copy p {
	font-size: 10px;
	letter-spacing: 1px;
}

.p-mv__container {
	bottom: 92px;
	left: 80px;
}

.p-mv__text {
	font-size: 72px;
	letter-spacing: 11.52px;
}

.p-mv__lead {
	font-size: 24px;
	letter-spacing: 4.8px;
	margin-top: 32px;
}

.p-contact__inner {
	padding: 0 30px;
}

.p-contact__container {
	max-width: 1380px;
	padding: 24px 0;
}

.p-contact__title {
	font-size: 24px;
	letter-spacing: 4.8px;
	padding-left: 40px;
}

.p-contact__title::after {
	height: 32px;
	width: 2px;
}

.p-contact__items {
	gap: 32px;
}

.p-contact__item {
	font-size: 32px;
	letter-spacing: 3.2px;
}

.p-contact__item.sns img {
	width: 32px;
}

.p-contact__item.tel {
	font-size: 32px;
	gap: 11px;
}

.p-contact__item.tel span {
	font-size: 16px;
	letter-spacing: 1.6px;
}

.p-concept {
	margin-top: 160px;
	padding-bottom: 448px;
}

.p-concept__inner {
	padding: 0 30px;
}

.p-concept__text {
	font-size: 18px;
	letter-spacing: 2.88px;
	margin-top: 64px;
}

.p-feature {
	margin-top: 160px;
}

.p-feature__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
}

.p-feature__title {
	margin-left: 80px;
}

.p-feature__boxes {
	gap: 96px;
	margin-top: 80px;
}

.p-feature__box-item-wrap {
	bottom: -32px;
	padding: 127px 150px;
}

.p-feature__num {
	font-size: 160px;
	left: -60px;
	top: -50px;
}

.p-feature__num::after {
	bottom: -70px;
	height: 180px;
	width: 1px;
}

.p-feature__box-head {
	font-size: 32px;
	letter-spacing: 2.56px;
}

.p-feature__box-text {
	font-size: 14px;
	letter-spacing: 1.12px;
	margin-top: 13px;
}

.p-feature__box-text a {
	margin-top: 13px;
	padding-bottom: 16px;
	padding-right: 16px;
}

.p-feature__box-text a::before {
	height: 16px;
	top: 7px;
	width: 8px;
}

.p-feature__box-text a::after {
	height: 1px;
	width: 152px;
}

.p-booth {
	margin-top: 232px;
}

.p-booth__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
}

.p-booth__boxes {
	gap: 214px;
	margin-top: 80px;
}

.p-booth__box-item-wrap {
	padding: 40px 160px 40px 64px;
	top: -140px;
}

.p-booth__box-item-wrap.reverse {
	padding: 40px 64px 40px 160px;
}

.p-booth__box-head {
	font-size: 32px;
	letter-spacing: 2.56px;
}

.p-booth__box-lists {
	font-size: 14px;
	margin-top: 16px;
	-moz-column-gap: 32px;
	column-gap: 32px;
}

.p-booth__box-list {
	gap: 8px;
}

.p-booth__box-text {
	font-size: 14px;
	letter-spacing: 1.12px;
	margin-top: 32px;
}

.p-machine {
	margin-top: 226px;
}

.p-machine__inner {
	padding: 120px 0;
}

.p-machine__container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
}

.p-machine__title-wrap {
	padding: 0 0 0 80px;
}

.p-machine__boxes {
	gap: 120px;
	margin-top: 80px;
	max-width: 1120px;
}

.p-machine__box-item-wrap {
	padding: 115px 80px 115px 167px;
	top: 40px;
}

.p-machine__box-item-wrap.reverse {
	padding: 115px 167px 115px 80px;
}

.p-machine__box-head-bg {
	font-size: 88px;
	left: -50px;
	letter-spacing: 7.04px;
	top: -85px;
}

.p-machine__box-head-bg.reverse {
	left: -60px;
}

.p-machine__box-head {
	font-size: 26px;
	letter-spacing: 2.08px;
}

.p-machine__box-text {
	font-size: 14px;
	letter-spacing: 1.12px;
	margin-top: 8px;
}

.p-machine__box-text-sub {
	font-size: 12px;
	margin-top: 32px;
	padding: 8px 24px;
}

.p-machine__box-text-sub.gold {
	padding: 8px 16px;
}

.p-flow {
	margin-top: 120px;
}

.p-flow__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	padding: 120px 0;
}

.p-flow__title {
	margin-left: 80px;
}

.p-flow__boxes {
	gap: 40px;
	margin-top: 80px;
	max-width: 1120px;
}

.flow-body {
	padding: 43px 80px 43px 176px;
}

.p-flow__item-num {
	font-size: 80px;
	left: 32px;
	top: -36px;
}

.p-flow__item-num::after {
	bottom: -93px;
	height: 180px;
	width: 1px;
}

.p-flow__head {
	font-size: 26px;
	letter-spacing: 2.08px;
}

.p-flow__text {
	font-size: 14px;
	letter-spacing: 1.12px;
	margin-top: 16px;
}

.p-flow__links {
	gap: 10px;
	margin-top: 16px;
}

.p-price {
	margin-top: 160px;
}

.p-price__head {
	margin-top: 80px;
}

.p-price__head img {
	max-width: 350px;
}

.p-price__campaign {
	margin-top: 28px;
	max-width: 1120px;
}

.p-price__campaign-title {
	font-size: 48px;
	letter-spacing: 3.84px;
}

.p-price__campaign-wrap {
	margin-top: -33px;
	padding: 60px 63px 43px;
}

.p-price__campaign-head .text1 {
	font-size: 29px;
	letter-spacing: 2.32px;
}

.p-price__campaign-head .text2 {
	font-size: 18px;
	letter-spacing: 1.44px;
	margin-top: 16px;
}

.p-price__campaign-head .text2 span {
	font-size: 21px;
	letter-spacing: 1.68px;
	margin-left: 8px;
	padding: 8px 16px;
}

.p-price__campaign-body {
	margin-top: 56px;
}

.p-price__campaign-list {
	gap: 20px;
}

.p-price__campaign-list:not(:first-of-type) {
	padding-left: 25px;
}

.p-price__campaign-list:not(:nth-last-of-type(1)) {
	border-right: 1px solid rgba(255, 255, 255, 0.16);
	padding-right: 40px;
}

.p-price__campaign-list-text {
	gap: 16px;
}

.p-price__campaign-list-text h4 {
	font-size: 26px;
	letter-spacing: 2.08px;
}

.p-price__campaign-list-text p {
	font-size: 12px;
	letter-spacing: 0.96px;
}

.p-price__campaign-list-right {
	font-size: 56px;
}

.p-price__campaign-card {
	border: 8px solid #fbe1b0;
	margin-top: 48px;
	padding: 23px 24px 28px;
}

.p-price__campaign-card-text {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	font-size: 28px;
	letter-spacing: 2.24px;
	padding-bottom: 24px;
}

.p-price__campaign-card-body {
	gap: 8px;
	margin-top: 24px;
}

.p-price__campaign-card-body .top span:nth-of-type(1) {
	font-size: 26px;
	letter-spacing: 2.08px;
}

.p-price__campaign-card-body .top span:nth-of-type(2) {
	font-size: 50px;
	letter-spacing: 4px;
}

.p-price__campaign-card-body .top span:nth-of-type(3) {
	font-size: 32px;
	letter-spacing: 2.56px;
}

.p-price__campaign-card-body .top span:nth-of-type(4) {
	font-size: 15px;
	letter-spacing: 1.2px;
}

.p-price__campaign-card-body .top span:nth-of-type(5) {
	font-size: 28px;
	letter-spacing: 2.24px;
}

.p-price__campaign-card-body .bottom span:nth-of-type(1) {
	font-size: 44px;
	letter-spacing: 3.52px;
}

.p-price__campaign-card-body .bottom span:nth-of-type(2) {
	font-size: 72px;
	letter-spacing: 5.76px;
	margin-left: 8px;
}

.p-price__campaign-card-body .bottom span:nth-of-type(3) {
	font-size: 34px;
	letter-spacing: 2.72px;
}

.p-price__campaign-card-body .bottom span:nth-of-type(4) {
	font-size: 55px;
}

.p-price__campaign-card-body .bottom img {
	width: 48px;
}

.p-price__group {
	margin-top: 120px;
}

.p-price__boxes {
	gap: 60px;
	margin-top: -80px;
	max-width: 1180px;
	padding: 0 30px;
}

.p-price__box {
	border: 16px solid #c3ac80;
	padding: 42px 65px;
}

.p-price__box td {
	font-size: 18px;
	padding-top: 8px;
}

.p-price__box-title {
	border-bottom: solid 1px #c3ac80;
	font-size: 32px;
	letter-spacing: 2.56px;
	padding-bottom: 30px;
}

.p-price__box-title::after {
	border-bottom: solid 1px #c3ac80;
	bottom: -4px;
	height: 1px;
}

.p-price__box-body {
	margin-top: 47px;
}

.p-price__cards {
	gap: 40px;
}

.p-price__card:nth-of-type(2) {
	border-left: 1px solid rgba(255, 255, 255, 0.16);
	padding-left: 40px;
}

.p-price__card-text {
	font-size: 26px;
	letter-spacing: 2.08px;
	padding-bottom: 12px;
}

.p-price__card-top.row {
	gap: 16px;
}

.p-price__card-top-column {
	gap: 8px;
}

.p-price__card-top-column .head {
	border: 1px solid #fbe1b0;
	font-size: 11px;
	letter-spacing: 0.88px;
	max-height: 26px;
	padding: 8px;
}

.p-price__card-top-column .line-through {
	font-size: 12px;
}

.p-price__card-top-column .line-through span {
	font-size: 36px;
}

.p-price__card-top-column img {
	width: 13px;
}

.p-price__card-top-column .campaign {
	font-size: 11px;
	letter-spacing: 0.88px;
	max-height: 26px;
	padding: 8px 10px;
}

.p-price__card-top-column .price {
	font-size: 18px;
}

.p-price__card-top-column .price span {
	font-size: 47px;
}

.p-price__card-bottom {
	gap: 8px;
	margin-top: 40px;
}

.p-price__card-bottom .lists {
	gap: 8px;
}

.p-price__card-bottom .lists .list {
	font-size: 14px;
	letter-spacing: 1.12px;
}

.p-price__card-bottom .lists .list span:nth-of-type(1) {
	width: 65px;
}

.p-price__card-bottom .lists .list span:nth-of-type(2) {
	width: 16px;
}

.p-price__card-bottom .lists .list span:nth-of-type(3) {
	width: calc(100% - 78px);
}

.p-price__card-bottom.row {
	gap: 64px;
}

.round__cards {
	gap: 76px;
	margin-top: 56px;
}

.round__card-head {
	font-size: 16px;
	letter-spacing: 1.12px;
}

.round__head {
	border-bottom: solid 1px #c3ac80;
	gap: 16px;
	padding-bottom: 24px;
}

.round__head::after {
	border-bottom: solid 1px #c3ac80;
	bottom: -4px;
	height: 1px;
}

.round__head span:nth-of-type(1) {
	font-size: 10px;
	letter-spacing: 0.8px;
	padding: 8px;
}

.round__head span:nth-of-type(2) {
	font-size: 22px;
	letter-spacing: 1.76px;
	padding-left: 16px;
}

.round__table {
	border-spacing: 16px;
	margin-top: 36px;
}

.round__text {
	font-size: 13px;
	margin-top: 24px;
}

.menu__body {
	gap: 16px;
}

.menu-cards {
	gap: 24px;
}

.menu__card-title {
	border-bottom: solid 1px #c3ac80;
	font-size: 20px;
	letter-spacing: 1.6px;
	padding-bottom: 24px;
}

.menu__card-title::after {
	border-bottom: solid 1px #c3ac80;
	bottom: -4px;
	height: 1px;
}

.menu__card-items {
	margin-top: 24px;
}

.menu__card-item {
	background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24) 5px, transparent 5px, transparent 10px);
	background-size: 100% 1px;
	padding-bottom: 8px;
}

.menu__card-item:not(:first-of-type) {
	padding-top: 9px;
}

.menu-card-item-left {
	font-size: 14px;
}

.menu-card-item-right span:nth-of-type(1) {
	font-size: 16px;
}

.menu-card-item-right span:nth-of-type(2) {
	font-size: 10px;
}

.p-news__inner {
	max-width: 1180px;
	padding: 0 30px;
}

.p-news__wrap {
	gap: 160px;
}

.p-news__title .main {
	font-size: 48px;
}

.p-news__title .sub {
	font-size: 16px;
}

.news__block-right {
	gap: 32px;
}

.p-news__item:not(:first-of-type) {
	padding-top: 32px;
}

.p-news__item-content {
	gap: 10px;
}

.p-news__item-content-date {
	font-size: 14px;
	width: 153px;
}

.p-news__item-content-para {
	font-size: 14px;
	width: calc(100% - 153px);
}

.p-news__modal {
	padding: 160px 120px;
}

.p-news__modal-content {
	border-radius: 16px;
	padding: 120px;
}

.close-top {
	bottom: calc(100% + 32px);
	height: 32px;
	right: 32px;
	width: 32px;
}

.p-news__modal-time {
	font-size: 16px;
	letter-spacing: 1.6px;
}

.p-news__modal-title {
	font-size: 24px;
	margin-top: 24px;
}

.p-news__modal-image {
	margin-top: 56px;
}

.p-news__modal-text {
	font-size: 18px;
	margin-top: 56px;
}

.close-bottom {
	font-size: 18px;
	margin-top: 80px;
	padding-left: 26px;
}

.close-bottom::before {
	height: 18px;
	width: 10px;
}

.p-news__more {
	font-size: 16px;
	margin-top: 32px;
	padding-bottom: 16px;
	padding-right: 24px;
}

.p-news__more::before {
	height: 16px;
	left: 96px;
	width: 8px;
}

.p-news__more::after {
	height: 1px;
	width: 104px;
}

.p-faq {
	margin-top: 120px;
}

.p-faq__inner {
	max-width: 1180px;
	padding: 0 30px;
}

.p-faq_title .main {
	font-size: 48px;
}

.p-faq_title .sub {
	font-size: 12px;
}

.p-faq__wrap {
	gap: 160px;
}

.p-faq__item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.64);
}

.accordion-head {
	border-bottom: 1px solid rgba(255, 255, 255, 0.64);
	padding: 32px 88px 38px 80px;
}

.accordion-head::before {
	font-size: 28px;
	height: 42px;
	left: 16px;
	width: 32px;
}

.accordion-button {
	font-size: 14px;
}

.accordion-bars {
	height: 13px;
	right: 30px;
	width: 13px;
}

.accordion-bars .bar {
	height: 1px;
	width: 13px;
}

.accordion-body {
	font-size: 14px;
	padding: 40px 0 40px 76px;
}

.p-information {
	margin-top: 120px;
	padding: 120px 0 80px 0;
}

.p-information__title-wrap {
	max-width: 1180px;
	padding: 0 30px;
}

.p-information__title .main {
	font-size: 48px;
	letter-spacing: 3.84px;
}

.p-information__title .sub {
	font-size: 12px;
}

.p-information__block {
	margin-top: -80px;
}

.p-information__contents {
	padding: 80px 160px 80px 120px;
}

.p-information__items {
	max-width: 824px;
}

.p-information__item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	font-size: 14px;
	gap: 42px;
	padding-bottom: 31px;
}

.p-information__item:not(:first-of-type) {
	padding-top: 32px;
}

.p-information__item .head {
	width: 240px;
}

.p-information__item .body {
	width: calc(100% - 240px);
}

.p-information__item .body img {
	margin-top: 16px;
	width: 270px;
}

.p-footer__inner {
	max-width: 1292px;
	padding: 0 30px;
}

.p-footer__top {
	padding-bottom: 40px;
}

.p-footer__logo {
	width: 93px;
}

.p-footer__nav-item a {
	gap: 8px;
}

.p-footer__nav-item span:nth-of-type(1) {
	font-size: 14px;
	letter-spacing: 1.4px;
}

.p-footer__nav-item span:nth-of-type(2) {
	font-size: 10px;
	letter-spacing: 1px;
}

.p-footer__bottom {
	padding-top: 40px;
}

.p-footer__bottom-items {
	gap: 40px;
}

.p-footer__bottom-item {
	font-size: 10px;
	letter-spacing: 1px;
}

.p-page-top {
	bottom: 84px;
	right: 16px;
}

.p-tracking {
	height: 68px;
}

.p-tracking__left,
.p-tracking__right {
	font-size: 20px;
	gap: 12px;
}

.p-tracking__left img {
	width: 24px;
}

.p-tracking__right img {
	width: 21px;
}

.p-legal {
	margin-top: 160px;
	padding-bottom: 80px;
}

.p-legal__inner {
	max-width: 1020px;
	padding: 0 30px;
}

.p-legal__container {
	gap: 64px;
}

.p-legal__title {
	font-size: 40px;
	letter-spacing: 3.2px;
}

.p-legal__body {
	gap: 56px;
}

.p-legal__body-text {
	font-size: 14px;
	letter-spacing: 1.12px;
}

.p-legal__block-wrap {
	gap: 56px;
}

.p-legal__block-title {
	font-size: 22px;
	letter-spacing: 1.76px;
	padding-left: 40px;
}

.p-legal__block-title::before {
	height: 1px;
	width: 24px;
}

.p-legal__block-text {
	font-size: 14px;
	letter-spacing: 1.12px;
	margin-top: 16px;
}

}

