@charset "UTF-8";
/* CSS Document */

.l-body, .p-info, .p-menu {
	background: #001f0b;
}
.c-linkBtn {
--theme-color: #c8a24e;
}
.p-menu .c-section__title .main, .p-menu .c-section__title .sub {
	color: #c8a24e;
}
.p-info {
	background: url(/lp/noel/img/bg_info.png) no-repeat top center / contain;
}
.p-info__leadTitle {
	writing-mode: vertical-rl;
	text-align: left;
	vertical-align: middle;
	text-orientation: upright;
	margin: 0 auto 2em;
	width: 4.8em;
	letter-spacing: .5em;
}
.p-info__img {
	margin-left: -50px;
width: calc(100% + (50px * 2));
	margin-bottom: 100px;
}

@media only screen and (max-width: 900px) {
.p-info__img {
	margin-bottom: 13.34vw;
	margin-left: -6.67vw;
width: calc(100% + (6.67vw * 2));
}
}
.p-info__img img {
	width: 100%;
}
.p-special {
	background: #c8a24e;
	color: #001f0b;
}
.p-special__img img {
	width: 100%;
}
.p-special .c-section__title .main {
	font-size: 48px
}

@media only screen and (max-width: 900px) {
.p-special .c-section__title .main {
	font-size: 6.4vw
}
}
.p-special__desc p, .p-special .c-section__title .sub {
	color: #001f0b;
}
.p-special__desc {
	padding-top: 50px;
	height: 25em;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}

@media only screen and (max-width: 900px) {
.p-special__desc {
	padding-top: calc(13.34vw / 2);
}
}
.p-special__desc p {
	color: #001f0b;
	line-height: 2;
	font-family: var(--font-serif);
	font-size: 1.2em;
}
.p-special__body.--01 .p-special__desc {
	background-image: url(/lp/noel/img/bg_special_01.png);
}
.p-special__body.--02 .p-special__desc {
	background-image: url(/lp/noel/img/bg_special_02.png);
}
.p-special__body.--03 .p-special__desc {
	background-image: url(/lp/noel/img/bg_special_03.png);
}
.p-menu__item {
	display: block;
}
.p-menu__item:first-of-type {
	margin-top: 0;
}
.p-menu__itemTitle {
	letter-spacing: 0.2em;
	line-height: 1.5;
	font-weight: 400;
	font-size: 1.4em;
	margin-bottom: 0.47vw;
	font-family: var(--font-serif);
}

@media only screen and (max-width: 940px) {
.p-menu__itemTitle {
	font-size: 4vw;
}
}

@media only screen and (max-width: 940px) {
.p-menu__itemTitle {
	margin-bottom: 1.6vw;
}
}
.p-menu__itemPrice {
	font-weight: 400;
	font-size: 1.4em;
	margin-bottom: 0.47vw;
}

@media only screen and (max-width: 940px) {
.p-menu__itemPrice {
	font-size: 3.47vw;
}
}

@media only screen and (max-width: 940px) {
.p-menu__itemPrice {
	margin-bottom: 1.6vw;
}
}
.p-menu__itemPrice span {
	display: inline-block;
	vertical-align: bottom;
}
.p-menu__itemPrice .sub {
	font-size: 0.86em;
}
.p-menu__itemPrice .main {
	font-size: 1.2em;
	font-family: var(--font-serif);
}
.p-menu__itemPrice small {
	font-size: 0.725em;
}
.p-menu__itemInfo {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.8;
	letter-spacing: 0.13em;
	font-size: 0.86vw;
}

@media only screen and (max-width: 940px) {
.p-menu__itemInfo {
	font-size: 2.94vw;
}
}
.p-menu__itemInfoTitle:after {
	content: "：";
}
.p-menu__itemDescription {
	margin-top: 40px;
	padding: 40px 0;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
}

@media only screen and (max-width: 940px) {
.p-menu__itemDescription {
	margin-top: 6.4vw;
	padding: 6.4vw 0;
}
}
.p-menu__itemDescription p {
	line-height: 1.6;
	letter-spacing: -0.01em;
	font-weight: 400;
	font-size: 1.1em;
	text-align: left;
}

@media only screen and (max-width: 940px) {
.p-menu__itemDescription p {
	font-size: 2.64vw;
}
}
.p-menu__itemDescription p span {
	font-weight: 600;
}
.p-menu__itemData {
	line-height: 1.6;
	/*text-align: left;*/
	letter-spacing: 0.1em;
	width: auto;
	padding: 48px 24px;
	color: #000;
	background: #FFF;
	text-align: center;
	font-size: 20px;
}

@media only screen and (max-width: 940px) {
.p-menu__itemData {
	font-size: 1em;
	padding: 9.6vw 5.6vw 9.6vw;
}
}

@media only screen and (max-width: 920px) {
.p-menu__itemImg {
	width: auto;
}
.p-menu__itemImg img {
	width: 100%;
}
}
.p-menu__itemDescriptionTitle {
	position: relative;
	line-height: 1.6;
	letter-spacing: 0.01em;
	font-weight: 500;
	font-size: 1.2em;
	margin-bottom: 1em;
}
.p-menu__itemDescriptionTitle::before, .p-menu__itemDescriptionTitle::after {
	content: "";
	display: block;
	position: absolute;
	right: 2em;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: #000;
	width: 1em;
	height: 2px;
}
.p-menu__itemDescriptionTitle::after {
	transform: rotate(90deg);
}

@media only screen and (max-width: 940px) {
.p-menu__itemDescriptionTitle {
	font-size: 2.94vw;
}
}
.p-menu__itemDescription .p-menu__itemDescriptionData {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s ease;
}
.p-menu__itemDescription.--active .p-menu__itemDescriptionData {
	max-height: max-content;
}
.p-menu__itemDescription:not(.--active) .p-menu__itemDescriptionTitle {
	margin-bottom: 0;
}
.p-menu__itemDescription:not(.--active) .p-menu__itemDescriptionTitle::after {
	display: none;
}
.p-menu__itemDescription.--no-accord .p-menu__itemDescriptionData {
  max-height: max-content!important;
}
.p-menu__itemDescription.--no-accord .p-menu__itemDescriptionTitle {
  margin-bottom: 1em;
}
.p-menu__itemDescription.--no-accord .p-menu__itemDescriptionTitle::before, .p-menu__itemDescription.--no-accord .p-menu__itemDescriptionTitle::after {
  display: none!important;
}
.p-menu__slide {
	text-align: center;
	position: relative;
	margin-bottom: 72px;
}
@media only screen and (max-width: 940px) {
.p-menu__slide {
	margin-bottom: 7.74vw;
}
}
.p-menu__slideContainer {
	position: relative;
}
.p-menu__slideWrapper {
	width: 100%;
}
.p-menu__slideWrapper.swiper-wrapper {
	align-items: stretch;
}
.p-menu__slide__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.79em;
	margin: 2.04em auto;
}

@media only screen and (max-width: 940px) {
.p-menu__slide__pagination {
	gap: 2.67vw;
}
}

@media only screen and (max-width: 940px) {
.p-menu__slide__pagination {
	margin: 6.94vw auto;
}
}
.p-menu__slideItem.swiper-slide {
	height: auto;
	width: 100%;
}
.p-menu .swiper-button-prev, .p-menu .swiper-button-next {
	background: #c8a24e;
	z-index: 9;
	top: 350px;
	/*transform: translateY(-50%);*/
	width: 100px;
	height: 100px;
}

@media only screen and (max-width: 940px) {
.p-menu .swiper-button-prev, .p-menu .swiper-button-next {
	width: 10.67vw;
	height: 10.67vw;
	top: 45vw;
}
}
.p-menu .swiper-button-prev::after, .p-menu .swiper-button-next::after {
	content: "";
	width: 25%;
	height: 25%;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	transform: rotate(45deg);
}
.p-menu .swiper-button-next {
	right: -50px;
}

@media only screen and (max-width: 940px) {
.p-menu .swiper-button-next {
	right: -6.4vw;
}
}
.p-menu .swiper-button-next::after {
	left: 30%;
	right: auto;
	border-right: solid 0.14vw var(--white-color);
	border-top: solid 0.14vw var(--white-color);
}

@media only screen and (min-width: 941px) {
.p-menu .swiper-button-next::after {
	left: 28.5%;
	border-right: solid 1px var(--white-color);
	border-top: solid 1px var(--white-color);
}
}
.p-menu .swiper-button-prev {
	left: -50px;
}

@media only screen and (max-width: 940px) {
.p-menu .swiper-button-prev {
	left: -6.4vw;
}
}
.p-menu .swiper-button-prev::after {
	right: 30%;
	left: auto;
	border-left: solid 0.14vw var(--white-color);
	border-bottom: solid 0.14vw var(--white-color);
}

@media only screen and (min-width: 941px) {
.p-menu .swiper-button-prev::after {
	right: 28.5%;
	border-left: solid 1px var(--white-color);
	border-bottom: solid 1px var(--white-color);
}
}