*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

html {
	line-height: 1
}

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
}

@media screen and (max-width: 1279px)and (min-width: 768px) {
	html {
		font-size: calc(16/1280*100vw)
	}
}

@media screen and (max-width: 389px) {
	html {
		font-size: calc(16/390*100vw)
	}
}

body {
	color: #1a1311;
	font-family: "Noto Sans JP", sans-serif
}

a {
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	color: inherit
}

@media(hover: hover) {
	a:hover {
		cursor: pointer
	}
}

picture,
img,
a,
span {
	display: inline-block
}

video,
img,
svg {
	width: 100%;
	height: 100%
}

button {
	font: inherit;
	color: inherit;
	background: rgba(0, 0, 0, 0);
	background: none;
	border: none
}

input,
textarea,
select {
	font: inherit
}

@media(min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none
	}
}

.l-inner {
	width: 100%;
	max-width: 540px;
	padding: 0 1.25rem;
	margin-inline: auto
}

@media(min-width: 768px) {
	.l-inner {
		position: relative;
		width: 100%;
		max-width: 1280px;
		height: inherit;
		padding: 0 2.5rem;
		margin-inline: auto
	}
}

.l-inner__narrow {
	padding: 0 1.25rem;
	max-width: 500px
}

@media(min-width: 768px) {
	.l-inner__narrow {
		max-width: 50rem
	}
}

.l-present--top {
	padding-block: 4.375rem;
	position: relative
}

@media screen and (max-width: 767px) {
	.l-present--top {
		padding-block: 3.125rem 3.75rem
	}
}

.l-present--top::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50%;
	width: 75rem;
	height: 2px;
	background: url(../img/line.svg) no-repeat center center/cover
}

@media screen and (max-width: 767px) {
	.l-present--top::before {
		width: 21.875rem
	}
}

.l-present--low-top {
	padding-block: 6.25rem 4.1875rem
}

@media screen and (max-width: 767px) {
	.l-present--low-top {
		padding-block: 2.5rem 3.125rem
	}
}

.c-button {
	width: 18.25rem;
	color: #fff;
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: .1em;
	padding-block: 2.8125rem;
	text-align: center
}

@media screen and (max-width: 767px) {
	.c-button {
		width: 100%;
		font-size: 1rem;
		padding: 1.5rem 1.25rem;
		text-align: left
	}
}

.c-button.pink {
	background-color: #dd73a4
}

.c-button.red {
	background-color: #db5e58
}

.c-button.yellow {
	background-color: #d2b250
}

.c-button.purple {
	background-color: #996b96
}

.c-button.green {
	background-color: #84984a
}

.c-button.blue {
	background-color: #5995c8
}

.c-button.brown {
	background-color: #be7750
}

@media(any-hover: hover) {
	.c-button:hover {
		opacity: .7
	}
}

.c-animated__fadeIn {
	translate: 0 20px;
	opacity: 0
}

.c-animated__fadeIn.js-show {
	translate: 0;
	opacity: 1
}

.c-animated__clipView {
	clip-path: inset(0 100% 0 0);
	-webkit-transition: clip-path .8s ease;
	transition: clip-path .8s ease
}

.c-animated__clipView.js-show {
	clip-path: inset(0 0 0 0)
}

.animated__slideIn--left {
	opacity: 0;
	translate: -1000px;
	-webkit-transition: opacity .5s ease, translate .5s ease;
	transition: opacity .5s ease, translate .5s ease
}

@media(max-width: 800px) {
	.animated__slideIn--left {
		opacity: 0;
		translate: 0 40px
	}
}

.animated__slideIn--left.js-show {
	opacity: 1;
	translate: 0
}

.animated__slideIn--right {
	opacity: 0;
	translate: 1000px;
	-webkit-transition: opacity .5s ease, translate .5s ease;
	transition: opacity .5s ease, translate .5s ease
}

@media(max-width: 800px) {
	.animated__slideIn--right {
		opacity: 0;
		translate: 0 40px
	}
}

.animated__slideIn--right.js-show {
	opacity: 1;
	translate: 0
}

.c-low-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem
}

@media screen and (max-width: 767px) {
	.c-low-heading {
		gap: .625rem
	}
}

.c-low-heading .main {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: .1em
}

@media screen and (max-width: 767px) {
	.c-low-heading .main {
		font-size: 1.25rem
	}
}

.c-low-heading .sub {
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: .1em
}

@media screen and (max-width: 767px) {
	.c-low-heading .sub {
		font-size: 1rem
	}
}



.p-header {
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 1;
	background-color: #fff;
}

.p-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-block: 1.9375rem;
	
}

@media screen and (max-width: 767px) {
	.p-header__inner {
		padding-block: 1.75rem;
		max-width: 100%
	}
}

.p-header__logo {
	width: 10rem;
	aspect-ratio: 160/56
}

@media screen and (max-width: 767px) {
	.p-header__logo {
		width: 6.8125rem;
		aspect-ratio: 109/38
	}
}

.p-header__logo.link {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}

@media(any-hover: hover) {
	.p-header__logo.link:hover {
		opacity: .7
	}
}

.p-header__button {
	padding: 1rem 3.375rem;
	background-color: #1a1311;
	border: 1px solid #1a1311;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: .1em;
	-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
	transition: background-color .2s ease-in-out, color .2s ease-in-out
}

@media screen and (max-width: 767px) {
	.p-header__button {
		font-size: 1rem;
		padding: .875rem 1.0625rem
	}
}

@media(any-hover: hover) {
	.p-header__button:hover {
		background-color: #fff;
		color: #1a1311
	}
}

.p-fv {
	padding-block: 8.5rem 2rem;
}

@media screen and (max-width: 767px) {
	.p-fv {
		padding-block: 7.875rem 1.875rem;
	}
}

.p-fv__text {
	font-size: 2.25rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	letter-spacing: .1em;
	padding-inline: 0 6.25rem
}

@media screen and (max-width: 767px) {
	.p-fv__text {
		font-size: 1.125rem;
		padding-inline: 0
	}
}

.p-fv__week {
	-webkit-margin-before: 1.5625rem;
	margin-block-start: 1.5625rem;
	margin-inline: auto;
	width: 68.125rem;
	aspect-ratio: 1090/156;
	display: block
}

@media screen and (max-width: 767px) {
	.p-fv__week {
		-webkit-margin-before: 1.25rem;
		margin-block-start: 1.25rem;
		width: 14.875rem;
		aspect-ratio: 238/154
	}
}

.p-fv__week img {
	-o-object-fit: contain;
	object-fit: contain
}

.p-fv__detail-sp {
	display: none
}

@media screen and (max-width: 767px) {
	.p-fv__detail-sp {
		display: block;
		-webkit-margin-before: 2rem;
		margin-block-start: 2rem
	}
}

.p-fv__detail-text-title {
	font-size: 1.6875rem;
	font-weight: 500;
	letter-spacing: .09em
}

@media screen and (max-width: 767px) {
	.p-fv__detail-text-title {
		font-size: 1rem;
		text-align: center
	}
}

.p-fv__detail-text-desc {
	-webkit-margin-before: 1.1875rem;
	margin-block-start: 1.1875rem;
	font-size: 1.1875rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: .09em
}

@media screen and (max-width: 767px) {
	.p-fv__detail-text-desc {
		font-size: .6875rem;
		text-align: center
	}
}

.p-fv__img {
	width: 100%;
	aspect-ratio: 1200/233;
	display: block
}

@media screen and (max-width: 767px) {
	.p-fv__img {
		-webkit-margin-before: .5rem;
		margin-block-start: .5rem;
		width: calc(100% + 100vw - 100%);
		margin-inline: calc(50% - 50vw);
		aspect-ratio: 390/259
	}
}

.p-fv__detail-pc {
	-webkit-margin-before: 1.25rem;
	margin-block-start: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width: 767px) {
	.p-fv__detail-pc {
		display: none
	}
}

.p-fv__detail-img {
	width: 44.0625rem;
	aspect-ratio: 705/178;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media screen and (max-width: 767px) {
	.p-fv__detail-img {
		display: none
	}
}

.p-fv__detail-text {
	width: calc(100% - 44.0625rem);
	padding-inline: 1.4375rem 0
}

.p-fv__detail-img-sp {
	display: none
}

@media screen and (max-width: 767px) {
	.p-fv__detail-img-sp {
		display: block;
		margin-block: .875rem 0;
		width: calc(100% - 2.5rem);  /* 左右に余白 */
    	margin-inline: auto;          /* 中央寄せ */
		aspect-ratio: 344/99;
	}

	.p-fv__detail-img-sp img {
		-o-object-fit: cover;
		object-fit: cover
	}
}

.js-fadein {
	opacity: 0;
	translate: 0 20px
}

.js-fade {
	opacity: 0
}

.p-slider .splide__slide {
	width: 25.9375rem !important;
	aspect-ratio: 415/277
}

@media screen and (max-width: 767px) {
	.p-slider .splide__slide {
		width: 10.625rem !important
	}
}

.p-slider__img {
	display: block;
	width: 100%
}

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

.p-present__heading {
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center
}

@media screen and (max-width: 767px) {
	.p-present__heading {
		font-size: 1.25rem
	}
}

.p-present__contents {
	display: grid;
	row-gap: 1.875rem
}

@media screen and (max-width: 767px) {
	.p-present__contents {
		row-gap: 1.25rem
	}
}

.p-present__list-wrap {
	display: grid;
	row-gap: 1.625rem
}

@media screen and (max-width: 767px) {
	.p-present__list-wrap {
		row-gap: 1.25rem
	}
}

.p-present__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem
}

@media screen and (max-width: 767px) {
	.p-present__list {
		grid-template-columns: repeat(1, 1fr);
		gap: 2.125rem
	}
}

.p-present__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 1.25rem
}

@media screen and (max-width: 767px) {
	.p-present__item {
		row-gap: .9375rem
	}
}

.p-present__item:nth-of-type(1) .p-present__item-img {
	aspect-ratio: 125/186;
	width: 7.8125rem;
	right: 0;
	bottom: -1.25rem
}

@media screen and (max-width: 767px) {
	.p-present__item:nth-of-type(1) .p-present__item-img {
		width: 7.375rem;
		bottom: -0.625rem
	}
}

.p-present__item:nth-of-type(2) .p-present__item-img {
	aspect-ratio: 104/140;
	width: 6.5rem;
	right: 0;
	bottom: 0
}

@media screen and (max-width: 767px) {
	.p-present__item:nth-of-type(2) .p-present__item-img {
		width: 6.5rem;
		aspect-ratio: 104/128
	}
}

@media screen and (max-width: 767px) {
	.p-present__item:nth-of-type(3) .p-present__item-body {
		height: 1.875rem
	}
}

.p-present__item:nth-of-type(3) .p-present__item-img {
	aspect-ratio: 190/184;
	width: 11.875rem;
	right: 0;
	bottom: 0
}

@media screen and (max-width: 767px) {
	.p-present__item:nth-of-type(3) .p-present__item-img {
		width: 7.5625rem;
		bottom: 0
	}
}

.p-present__item-label {
	padding: .375rem 1.8125rem;
	width: 21.25rem;
	background-color: #e9e9ea;
	position: relative
}

@media screen and (max-width: 767px) {
	.p-present__item-label {
		padding: .375rem 1.25rem;
		width: 13.75rem
	}
}

.p-present__item-label::before {
	content: "";
	position: absolute;
	width: .9375rem;
	height: 100%;
	left: 100%;
	top: 0;
	background-color: #e9e9ea;
	clip-path: polygon(0 0, 100% 0, 0 100%)
}

@media screen and (max-width: 767px) {
	.p-present__item-label::before {
		width: .75rem
	}
}

.p-present__item-label-text {
	font-size: 1.25rem;
	line-height: 1.4;
	letter-spacing: .05em
}

@media screen and (max-width: 767px) {
	.p-present__item-label-text {
		font-size: 1rem
	}
}

.p-present__item-title {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	min-height: 3.5625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width: 767px) {
	.p-present__item-title {
		font-size: 1.125rem;
		min-height: unset
	}
}

.p-present__item-body {
	position: relative;
	height: 100%
}

.p-present__item-desc {
	font-size: 1rem;
	line-height: 1.75
}

@media screen and (max-width: 767px) {
	.p-present__item-desc {
		font-size: .75rem;
		line-height: 1.75
	}
}

.p-present__item-img {
	position: absolute
}

.p-present__item-img img {
	-o-object-fit: cover;
	object-fit: cover
}

.p-present__note {
	font-size: 1rem;
	line-height: 1.25
}

@media screen and (max-width: 767px) {
	.p-present__note {
		font-size: .625rem;
		line-height: 2
	}
}

.p-present__gift-card {
	background: url(../img/present_gift-card-bg.webp) no-repeat center center/cover;
	padding: 3.5625rem 4.3125rem 2.5rem 5.6875rem;
	border-radius: .75rem
}

@media screen and (max-width: 767px) {
	.p-present__gift-card {
		background: url(../img/sp/present_gift-card-bg-sp.webp) no-repeat center center/cover;
		padding: 2.5rem 1.25rem 2.5625rem 1rem
	}
}

.p-present__gift-card-title {
	font-size: 1.8125rem;
	font-weight: 600;
	line-height: 1.3
}

@media screen and (max-width: 767px) {
	.p-present__gift-card-title {
		font-size: 1.25rem;
		line-height: 1.3;
		letter-spacing: .1em
	}
}

.p-present__flex {
	-webkit-margin-before: 1.875rem;
	margin-block-start: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 1.5625rem;
	-moz-column-gap: 1.5625rem;
	column-gap: 1.5625rem
}

@media screen and (max-width: 767px) {
	.p-present__flex {
		-webkit-margin-before: 1.25rem;
		margin-block-start: 1.25rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 1.25rem
	}
}

.p-present__gift-card-text-wrap {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media screen and (max-width: 767px) {
	.p-present__gift-card-text-wrap {
		display: contents
	}
}

.p-present__gift-card__text {
	font-size: 1.375rem;
	line-height: 1.75
}

@media screen and (max-width: 767px) {
	.p-present__gift-card__text {
		font-size: 1rem;
		line-height: 1.75
	}
}

.p-present__gift-card__note {
	-webkit-margin-before: 1.875rem;
	margin-block-start: 1.875rem
}

@media screen and (max-width: 767px) {
	.p-present__gift-card__note {
		-webkit-margin-before: 0;
		margin-block-start: 0
	}
}

.p-present__gift-card__note-item {
	font-size: 1rem;
	line-height: 1.75
}

@media screen and (max-width: 767px) {
	.p-present__gift-card__note-item {
		font-size: .625rem;
		line-height: 2
	}
}

.p-present__gift-card__button {
	-webkit-margin-before: 1.875rem;
	margin-block-start: 1.875rem
}

@media screen and (max-width: 767px) {
	.p-present__gift-card__button {
		-webkit-margin-before: .5625rem;
		margin-block-start: .5625rem;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-inline: .375rem
	}
}

.p-present__gift-card__link {
	background: #1a1311;
	color: #fff;
	padding: .875rem 5.625rem 1rem 4.125rem;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.375;
	letter-spacing: .1em;
	text-align: center;
	position: relative;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}

@media screen and (max-width: 767px) {
	.p-present__gift-card__link {
		font-size: 1rem;
		width: 100%
	}
}

.p-present__gift-card__link::before {
	content: "";
	position: absolute;
	width: .5rem;
	height: .8125rem;
	background: url(../img/icon_arrow-right--white.svg) no-repeat center center/contain;
	right: 1.4375rem;
	top: 50%;
	translate: 0 -50%;
	-webkit-transition: right .2s ease-in-out;
	transition: right .2s ease-in-out
}

@media screen and (max-width: 767px) {
	.p-present__gift-card__link::before {
		right: 4rem
	}
}

@media(any-hover: hover) {
	.p-present__gift-card__link:hover {
		opacity: .7
	}

	.p-present__gift-card__link:hover::before {
		right: 1.1875rem
	}
}

@media screen and (any-hover: hover)and (max-width: 767px) {
	.p-present__gift-card__link:hover::before {
		right: 3.75rem
	}
}

.p-present__gift-card__link2 {
	background: #1a1311;
	color: #fff;
	padding: .875rem 3.625rem 1rem 3.125rem;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.375;
	letter-spacing: .1em;
	text-align: center;
	position: relative;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}

@media screen and (max-width: 767px) {
	.p-present__gift-card__link2 {
		font-size: 1rem;
		width: 100%
	}
}

.p-present__gift-card__link2::before {
	content: "";
	position: absolute;
	width: .5rem;
	height: .8125rem;
	background: url(../img/icon_arrow-right--white.svg) no-repeat center center/contain;
	right: 1.4375rem;
	top: 50%;
	translate: 0 -50%;
	-webkit-transition: right .2s ease-in-out;
	transition: right .2s ease-in-out
}

@media screen and (max-width: 767px) {
	.p-present__gift-card__link2::before {
		right: 2rem;
	}
}

@media(any-hover: hover) {
	.p-present__gift-card__link2:hover {
		opacity: .7
	}

	.p-present__gift-card__link2:hover::before {
		right: 1.1875rem
	}
}

@media screen and (any-hover: hover)and (max-width: 767px) {
	.p-present__gift-card__link2:hover::before {
		right: 3.75rem
	}
}

.p-present__gift-card__img {
	-webkit-margin-before: 1.5rem;
	margin-block-start: 1.5rem;
	aspect-ratio: 609/330;
	display: block;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content
}

@media screen and (max-width: 767px) {
	.p-present__gift-card__img {
		aspect-ratio: 314/92
	}
}

.p-present__gift-card__img img {
	-o-object-fit: contain;
	object-fit: contain
}

.p-present__web {
	border-radius: .75rem;
	background-color: #efefef;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5.625rem;
	-moz-column-gap: 5.625rem;
	column-gap: 5.625rem;
	padding: 3.75rem 5.75rem
}

@media screen and (max-width: 767px) {
	.p-present__web {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: .8125rem;
		padding: 2.5rem 1rem;
	}
}

.p-present__web-text-wrap {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 1.25rem
}

@media screen and (max-width: 767px) {
	.p-present__web-text-wrap {
		row-gap: .75rem;
		width: 99%;
	}
}

@media screen and (max-width: 767px) {
	.p-present__web-title-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-column-gap: 2.0625rem;
		-moz-column-gap: 2.0625rem;
		column-gap: 2.0625rem
	}
}

.p-present__web-title {
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.5384615385;
	letter-spacing: .1em
}

@media screen and (max-width: 767px) {
	.p-present__web-title {
		font-size: 1.25rem
	}
}

.p-present__web-text {
	font-size: 1.375rem
}

@media screen and (max-width: 767px) {
	.p-present__web-text {
		font-size: 1rem;
		line-height: 1.5
	}
}

.p-present__web-text .text-lg {
	font-size: 1.75rem
}

@media screen and (max-width: 767px) {
	.p-present__web-text .text-lg {
		font-size: 1.25rem
	}
}

.p-present__web-note {
	font-size: 1rem
}

@media screen and (max-width: 767px) {
	.p-present__web-note {
		font-size: .625rem
	}
}

.p-present__web-img {
	-webkit-margin-before: 1.5rem;
	margin-block-start: 1.5rem;
	width: 7.0625rem;
	aspect-ratio: 113/78
}

@media screen and (max-width: 767px) {
	.p-present__web-img {
		-webkit-margin-before: 0;
		margin-block-start: 0;
		width: 3.6875rem;
		aspect-ratio: 59/41
	}
}

.p-present__web-img img {
	-o-object-fit: contain;
	object-fit: contain
}

.p-guide {
	padding-block: 6.25rem 7.5rem
}

@media screen and (max-width: 767px) {
	.p-guide {
		padding-block: 3.75rem 6.25rem
	}
}

.p-guide__heading {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center
}

@media screen and (max-width: 767px) {
	.p-guide__heading {
		font-size: 1.25rem
	}
}

.p-guide__list {
	-webkit-margin-before: 4.375rem;
	margin-block-start: 4.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: .625rem
}

@media screen and (max-width: 767px) {
	.p-guide__list {
		-webkit-margin-before: 2.5rem;
		margin-block-start: 2.5rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.p-low__heading {
	padding-block: 3.125rem 4.375rem;
	position: relative
}

@media screen and (max-width: 767px) {
	.p-low__heading {
		padding-block: 2rem 2.5rem
	}
}

.p-low__heading::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50%;
	width: 75rem;
	height: .125rem;
	background: url(../img/line.svg) no-repeat center center/cover
}

@media screen and (max-width: 767px) {
	.p-low__heading::before {
		width: 21.875rem
	}
}

.p-vanue {
	padding-block: 6.25rem 7.5rem
}

@media screen and (max-width: 767px) {
	.p-vanue {
		padding-block: 3.125rem 6.25rem
	}
}

.p-vanue__tags {
	margin-block: 5.0625rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem
}

@media screen and (max-width: 767px) {
	.p-vanue__tags {
		margin-block: 2.5rem 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: .625rem
	}
}

.p-vanue__tag {
	padding: 2.9375rem 3.375rem;
	width: 100%;
	text-align: left;
	position: relative;
	cursor: pointer;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

@media screen and (max-width: 767px) {
	.p-vanue__tag {
		padding: 1.6875rem 1.25rem
	}
}

.p-vanue__tag.red {
	background-color: #f3a196
}

.p-vanue__tag.blue {
	background-color: #90c0dd
}

.p-vanue__tag.is-dim {
	background-color: #5f5e5e;
	color: #fff
}

.p-vanue__tag.is-dim::before {
	background-color: #fff
}

.p-vanue__tag[aria-selected=true]::before {
	rotate: 180deg
}

.p-vanue__tag::before {
	content: "";
	position: absolute;
	width: 2.5rem;
	height: 2.5rem;
	-webkit-mask-image: url(../img/icon_arrow-click.svg);
	mask-image: url(../img/icon_arrow-click.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: #1a1311;
	right: 1.875rem;
	top: 50%;
	translate: 0 -50%;
	-webkit-transition: rotate .3s ease;
	transition: rotate .3s ease
}

@media screen and (max-width: 767px) {
	.p-vanue__tag::before {
		width: 1.4375rem
	}
}

@media(any-hover: hover) {
	.p-vanue__tag:hover {
		opacity: .7
	}
}

.p-vanue__tag-text {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.3846153846;
	letter-spacing: .1em
}

@media screen and (max-width: 767px) {
	.p-vanue__tag-text {
		font-size: 1rem
	}
}

.p-vanue__content {
	-webkit-margin-before: 6.25rem;
	margin-block-start: 6.25rem;
	background-color: #fff7f5;
	display: none
}

.p-vanue__content.blue {
	background-color: #f2fcff
}

.p-vanue__room {
	padding-block: 6.25rem;
	-webkit-border-after: 1px solid #878788;
	border-block-end: 1px solid #878788
}

@media screen and (max-width: 767px) {
	.p-vanue__room {
		padding-block: 3.125rem 5rem
	}
}

.p-vanue__place {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 1.25rem
}

.p-vanue__place-title {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.5
}

@media screen and (max-width: 767px) {
	.p-vanue__place-title {
		font-size: 1.5rem
	}
}

.p-vanue__place-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: .625rem;
	-moz-column-gap: .625rem;
	column-gap: .625rem
}

@media screen and (max-width: 767px) {
	.p-vanue__place-wrap {
		-webkit-column-gap: .5625rem;
		-moz-column-gap: .5625rem;
		column-gap: .5625rem
	}
}

.p-vanue__place-text {
	font-size: 1.4375rem;
	line-height: 1.7391304348
}

@media screen and (max-width: 767px) {
	.p-vanue__place-text {
		font-size: .875rem
	}
}

.p-vanue__place-link {
	text-transform: uppercase;
	font-size: 1.1875rem;
	font-weight: 700;
	color: #fff;
	padding: .4375rem 1.375rem .375rem 1.25rem;
	background: #1a1311
}

@media screen and (max-width: 767px) {
	.p-vanue__place-link {
		font-size: .75rem;
		padding: .375rem .875rem
	}
}

.p-vanue__main {
	-webkit-margin-before: 3.125rem;
	margin-block-start: 3.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 1.875rem;
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem
}

.p-vanue__img {
	width: 37.5rem;
	aspect-ratio: 600/400;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative
}

.p-vanue__img img {
	-o-object-fit: cover;
	object-fit: cover
}

.p-vanue__eco {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 11.25rem;
	aspect-ratio: 180/135
}

.p-vanue__eco img {
	-o-object-fit: cover;
	object-fit: cover
}

.p-vanue__text-wrap {
	width: 33.75rem
}

.p-vanue__catch {
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 1.3333333333
}

.p-vanue__text {
	-webkit-margin-before: 1.875rem;
	margin-block-start: 1.875rem;
	font-size: 1rem;
	line-height: 2
}

.p-vanue__button {
	-webkit-margin-before: 2.9375rem;
	margin-block-start: 2.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: .625rem;
	width: 19.5rem
}

.p-vanue__link {
	padding: 1.125rem;
	font-size: 1.375rem;
	font-weight: 700;
	text-align: center;
	position: relative;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}

@media screen and (max-width: 767px) {
	.p-vanue__link {
		padding: .875rem;
		font-size: 1rem
	}
}

.p-vanue__link::before {
	content: "";
	position: absolute;
	width: .5rem;
	height: .8125rem;
	right: 1.25rem;
	top: 50%;
	translate: 0 -50%;
	-webkit-transition: right .2s ease-in-out;
	transition: right .2s ease-in-out
}

.p-vanue__link.red {
	background-color: #f3a196
}

.p-vanue__link.red::before {
	background: url(../img/icon_arrow-right--black.svg) no-repeat center center/cover
}

.p-vanue__link.black {
	background-color: #1a1311;
	color: #fff
}

.p-vanue__link.black::before {
	background: url(../img/icon_arrow-right--white.svg) no-repeat center center/cover
}

.p-vanue__link.blue {
	background-color: #90c0dd
}

.p-vanue__link.blue::before {
	background: url(../img/icon_arrow-right--black.svg) no-repeat center center/cover
}

@media(any-hover: hover) {
	.p-vanue__link:hover {
		opacity: .7
	}

	.p-vanue__link:hover::before {
		right: 1rem
	}
}

.p-vanue__link-hukidashi {
	font-size: .6875rem;
	font-weight: 500;
	line-height: 1.3636363636;
	color: #1a1311;
	background-color: #fff;
	padding: .375rem 1.5rem;
	border: 2px solid #f3a196;
	border-radius: 100vmax;
	position: absolute;
	top: -1.125rem;
	left: 50%;
	translate: -50%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

@media screen and (max-width: 767px) {
	.p-vanue__link-hukidashi {
		top: -1.25rem
	}
}

.p-vanue__link-hukidashi.blue {
	border: 2px solid #90c0dd
}

.p-vanue__link-hukidashi::after {
	content: "";
	position: absolute;
	width: .625rem;
	height: .5rem;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #fff;
	top: 100%;
	left: 50%;
	translate: -50% -50%
}

.p-vanue__sub {
	-webkit-margin-before: 3.125rem;
	margin-block-start: 3.125rem
}

@media screen and (max-width: 767px) {
	.p-vanue__sub {
		-webkit-margin-before: 1.25rem;
		margin-block-start: 1.25rem
	}
}

.p-vanue__sub-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem
}

@media screen and (max-width: 767px) {
	.p-vanue__sub-list {
		grid-template-columns: 1fr;
		row-gap: 1.875rem
	}
}

.p-vanue__sub-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 1.25rem
}

@media screen and (max-width: 767px) {
	.p-vanue__sub-item {
		row-gap: 0
	}
}

.p-vanue__sub-img {
	width: 100%
}

@media screen and (max-width: 767px) {
	.p-vanue__sub-title {
		-webkit-margin-before: 1.875rem;
		margin-block-start: 1.875rem;
		font-size: 1.125rem;
		font-weight: 500;
		line-height: 1.6666666667
	}
}

.p-vanue__sub-text {
	font-size: 1rem;
	line-height: 2
}

@media screen and (max-width: 767px) {
	.p-vanue__sub-text {
		-webkit-margin-before: 1.25rem;
		margin-block-start: 1.25rem;
		line-height: 1.75;
		letter-spacing: .05em
	}
}

.p-vanue__summary {
	-webkit-margin-before: 4.375rem;
	margin-block-start: 4.375rem;
	font-size: .75rem;
	line-height: 1.8333333333
}

@media screen and (max-width: 767px) {
	.p-vanue__summary {
		-webkit-margin-before: 1.25rem;
		margin-block-start: 1.25rem;
		font-size: .625rem;
		line-height: 2
	}
}

.p-vanue__map {
	padding-block: 6.25rem
}

@media screen and (max-width: 767px) {
	.p-vanue__map {
		padding-block: 4.375rem
	}
}

.p-vanue__map-heading {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center
}

@media screen and (max-width: 767px) {
	.p-vanue__map-heading {
		font-size: 1.25rem
	}
}

.p-vanue__map-address {
	-webkit-margin-before: 1.875rem;
	margin-block-start: 1.875rem;
	font-size: 1.5rem;
	line-height: 1.6666666667;
	text-align: center
}

@media screen and (max-width: 767px) {
	.p-vanue__map-address {
		-webkit-margin-before: 1.25rem;
		margin-block-start: 1.25rem;
		font-size: 1rem
	}
}

.p-vanue__map-wrap {
	-webkit-margin-before: 2.5rem;
	margin-block-start: 2.5rem;
	width: 100%;
	aspect-ratio: 1200/798
}

@media screen and (max-width: 767px) {
	.p-vanue__map-wrap {
		-webkit-margin-before: 1.875rem;
		margin-block-start: 1.875rem;
		aspect-ratio: 350/234
	}
}

.p-vanue__map-wrap iframe {
	width: 100%;
	height: 100%;
	display: block
}

.p-vanue__present {
	-webkit-margin-before: 7.5rem;
	margin-block-start: 7.5rem;
	display: none
}

@media screen and (max-width: 767px) {
	.p-vanue__present {
		-webkit-margin-before: 3.125rem;
		margin-block-start: 3.125rem
	}
}

@media screen and (max-width: 767px) {
	.p-vanue__button-wrap {
		-webkit-margin-before: 2.25rem;
		margin-block-start: 2.25rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: .375rem
	}
}

@media screen and (max-width: 767px) {
	.p-vanue__eco-img {
		margin-block: 1.875rem;
		width: 100%
	}
}

.p-footer {
	background-color: #222;
	padding-block: 3.125rem 1.875rem
}

.p-footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width: 767px) {
	.p-footer__inner {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start
	}
}

.p-footer__logo {
	width: 25.4375rem;
	aspect-ratio: 407/63
}

@media screen and (max-width: 767px) {
	.p-footer__logo {
		width: 16.5rem
	}
}

.p-footer__sns {
	-webkit-margin-before: 1.75rem;
	margin-block-start: 1.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	row-gap: .625rem
}

@media screen and (max-width: 767px) {
	.p-footer__sns {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-margin-before: 1.3125rem;
		margin-block-start: 1.3125rem;
		-ms-flex-item-align: end;
		align-self: end
	}
}

.p-footer__fllowus {
	width: 5.5rem;
	aspect-ratio: 88/11
}

@media screen and (max-width: 767px) {
	.p-footer__fllowus {
		width: 7.1875rem;
		aspect-ratio: 115/15
	}
}

.p-footer__sns-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: .625rem;
	-moz-column-gap: .625rem;
	column-gap: .625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (max-width: 767px) {
	.p-footer__sns-list {
		-webkit-column-gap: .875rem;
		-moz-column-gap: .875rem;
		column-gap: .875rem
	}
}

.p-footer__sns-item {
	width: 2.0625rem;
	aspect-ratio: 1
}

@media screen and (max-width: 767px) {
	.p-footer__sns-item {
		width: 2.75rem
	}
}

.p-footer__sns-item a {
	width: 100%;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}

@media(any-hover: hover) {
	.p-footer__sns-item a:hover {
		opacity: .7
	}
}

.p-footer__address {
	-webkit-margin-before: 1.75rem;
	margin-block-start: 1.75rem;
	text-align: center
}

@media screen and (max-width: 767px) {
	.p-footer__address {
		-webkit-margin-before: 1.25rem;
		margin-block-start: 1.25rem;
		text-align: left
	}
}

.p-footer__address-text {
	font-style: normal;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
	text-align: center
}

@media screen and (max-width: 767px) {
	.p-footer__address-text {
		font-size: .625rem;
		text-align: left
	}
}

.p-footer__licence {
	-webkit-margin-before: 1.75rem;
	margin-block-start: 1.75rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
	text-align: center
}

@media screen and (max-width: 767px) {
	.p-footer__licence {
		-webkit-margin-before: 1.25rem;
		margin-block-start: 1.25rem;
		font-size: .625rem;
		text-align: left
	}
}

.p-footer__copy {
	-webkit-margin-before: 3.375rem;
	margin-block-start: 3.375rem
}

@media screen and (max-width: 767px) {
	.p-footer__copy {
		-webkit-margin-before: 1.125rem;
		margin-block-start: 1.125rem;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-ms-flex-item-align: center;
		align-self: center
	}
}

.p-footer__copy-text {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75
}

@media screen and (max-width: 767px) {
	.p-footer__copy-text {
		font-size: .625rem
	}
}

@media(min-width: 768px) {
	.u-sp {
		display: none !important
	}
}

@media screen and (max-width: 767px) {
	.u-pc {
		display: none !important
	}
}

.u-font {
	font-family: "Noto Sans JP", sans-serif
}

.u-font__jp {
	font-family: "Noto Sans JP", sans-serif
}

.u-font__en {
	font-family: "Roboto", sans-serif
}

.u-text__center {
	text-align: center !important
}

@media screen and (max-width: 767px) {
	.u-text__center--sp {
		text-align: center !important
	}
}

@media(min-width: 768px) {
	.u-text__center--pc {
		text-align: center !important
	}
}

.u-text__left {
	text-align: left !important
}

@media screen and (max-width: 767px) {
	.u-text__left--sp {
		text-align: left !important
	}
}

@media(min-width: 768px) {
	.u-text__left--pc {
		text-align: left !important
	}
}

.u-text__right {
	text-align: right !important
}

@media screen and (max-width: 767px) {
	.u-text__right--sp {
		text-align: right !important
	}
}

@media(min-width: 768px) {
	.u-text__right--pc {
		text-align: right !important
	}
}

.u-text__nowrap {
	white-space: nowrap
}

@media screen and (max-width: 767px) {
	.u-text__nowrap--sp {
		white-space: nowrap
	}
}

@media(min-width: 768px) {
	.u-text__nowrap--pc {
		white-space: nowrap
	}
}

.u-pointer__none {
	pointer-events: none !important
}

@media screen and (max-width: 767px) {
	.u-pointer__none--sp {
		pointer-events: none !important
	}
}

@media(min-width: 768px) {
	.u-pointer__none--pc {
		pointer-events: none !important
	}
}

.u-mt40 {
	-webkit-margin-before: 2.5rem;
	margin-block-start: 2.5rem
}

@media screen and (max-width: 767px) {
	.u-mt10--sp {
		-webkit-margin-before: .625rem;
		margin-block-start: .625rem
	}
}

.u-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	white-space: nowrap
}

.asahikawa-btn {
	position: relative;
	color: transparent;
}

.asahikawa-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	color: #fff;
}

.asahikawa-date {
	display: block;
	font-size: 16px;
	margin-bottom: 6px;
	font-family: 'Noto Sans JP', sans-serif;
}

.asahikawa-label {
	display: block;
}

@media (max-width: 768px) {
	.asahikawa-overlay {
		left: 0;
		transform: translateY(-50%);
		text-align: left;
		padding-left: 21px;
	}

	.asahikawa-date {
		font-size: 10px;
	}
}