.p-mv {
	position: relative;
	margin-inline: auto;
	overflow: hidden;
}

.p-mv__wrap {
	position: absolute;
	inset: 0;
	margin-inline: auto;
	pointer-events: none;
	max-width: 136.6rem;
	transition: 0.5s ease;
}

.p-mv__wrap.is-hide {
	opacity: 0;
	visibility: hidden;
}

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

.p-mv__txt img {
	width: 23.4rem;
}

.p-mv__img {
	position: absolute;
}

.p-mv__img img {
	width: 100%;
}

.p-mv-slider {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.p-mv-slider.is-show {
	opacity: 1;
}

.p-mv-slider.is-show .slick-active img {
	transform: scale(1);
}

.p-mv-slider .slick-slide img {
	transform: scale(1.1);
	transition: transform 6s ease-in-out;
}

.p-mv-slider__image {
	height: 82.9rem;
	transition: 0.3s ease;
}

.p-mv-slider__image.is-hide {
	opacity: 0;
}

.p-mv-slider__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-mv .mv-img01 {
	left: -8.2rem;
	top: -2.3rem;
	width: 27.3rem;
}

.p-mv .mv-img05 {
	left: -2.5rem;
	bottom: 16rem;
	width: 22.6rem;
}

.p-mv .mv-img06 {
	left: 2.6rem;
	bottom: 0;
	width: 14rem;
}

.p-news {
	padding: 6rem 0 10.7rem;
}

.p-shop {
	background-color: #DEF0F5;
	position: relative;
	padding-top: 4.5rem;
	padding-bottom: 5.2rem;
	z-index: 1;
}

.p-shop__bg {
	position: absolute;
}

.p-shop__bg.--shop-bg01 {
	width: 14.1rem;
	top: -5.4rem;
	right: 3.5rem;
}

.p-shop__bg.--shop-bg02 {
	width: 33.3rem;
	top: -3.5rem;
	left: calc(50% + 26rem);
}

.p-shop__des {
	font-weight: 500;
	margin-bottom: 2.5rem;
}

.p-shop-slider {
	overflow: hidden;
	margin-bottom: 5rem;
}

.p-shop-slider__wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: opacity 0.25s ease-in-out;
}

.p-shop-slider__wrap:hover {
	opacity: 0.85;
}

.p-shop-slider .c-shoplist__item {
	transition: initial;
}

.p-shop-slider .c-shoplist__ttl,
.p-shop-slider .c-shoplist__sub {
	padding-left: 0.3rem;
}

.p-section {
	background-color: #fff;
	padding: 10rem 0 9.5rem;
}

.p-shopnews {
	position: relative;
	z-index: 1;
}

.p-shopnews__bg {
	position: absolute;
	pointer-events: none;
	width: 17.2rem;
	right: -0.9rem;
	top: -4.5rem;
}

.p-shopnews-slider {
	margin-bottom: 4rem;
}

.p-shopnews-slider .slick-slide {
	margin-inline: 0.8rem;
}

.p-shopnews-slider .slick-arrow {
	height: 4rem;
	width: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(0, 0);
	top: 7rem;
	transition: all 0.2s ease-in-out;
	z-index: 3;
}

.p-shopnews-slider .slick-arrow:hover::before {
	background-color: #0E74CB;
}

.p-shopnews-slider .slick-arrow::before {
	content: "";
	position: absolute;
	width: 100%;
	background-color: var(--cl-primary);
	clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
	transition: all 0.2s ease-in-out;
	height: 2.1rem;
}

.p-shopnews-slider .slick-prev {
	left: 0;
}

.p-shopnews-slider .slick-next {
	right: 0;
}

.p-shopnews-slider .slick-next::before {
	transform: scaleX(-1);
}

.p-event {
	position: relative;
	z-index: 1;
}

.p-event:not(:first-child)::after {
	content: "";
	position: absolute;
	left: 0;
	background-color: var(--cl-primary);
	bottom: calc(100% + 4.4rem);
	width: 100%;
}

.p-event__bg {
	position: absolute;
	pointer-events: none;
	width: 13rem;
	right: 0.5rem;
	bottom: calc(100% - 0.5rem);
	z-index: 1;
}

.p-event__gallery {
	display: grid;
	gap: 1.4rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-event__gallery > * {
	height: 20rem;
}

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

.p-event__gallery.--pattern-01 > *:nth-child(3n+1) {
	grid-column: 1/-1;
}

.p-event__gallery.--pattern-02 > * {
	grid-column: 1/-1;
}

.p-concept {
	position: relative;
	z-index: 1;
	padding: 4.5rem 0 6.5rem;
	background-color: #F1E8D6;
}

.p-concept::before,
.p-concept::after {
	content: "";
	background: url("../images/home/bg_icon03.svg") repeat-x left top/contain;
	position: absolute;
	left: 0;
	right: 0;
	height: 1.4rem;
	z-index: -1;
}

.p-concept::before {
	bottom: calc(100% - 0.1rem);
}

.p-concept::after {
	top: calc(100% - 0.1rem);
	transform: scaleY(-1);
}

.p-concept__wrap {
	position: relative;
}

.p-concept__bg {
	position: absolute;
	width: 13.7rem;
	top: -4rem;
}

.p-concept-slider {
	margin-bottom: 6rem;
}

.p-concept-slider .slick-list {
	overflow: initial;
}

.p-concept-slider__item {
	margin-inline: 0.25rem;
	aspect-ratio: 731/458;
	width: 32rem;
}

.p-concept-slider__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-concept-catch {
	display: grid;
	gap: 3.7rem;
}

.p-concept-catch__image {
	margin-bottom: 2.5rem;
}

.p-concept-catch__image img {
	width: 100%;
}

.p-concept-catch__ttl {
	font-weight: 600;
	color: var(--cl-warning);
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.p-concept-catch__ttl::before,
.p-concept-catch__ttl::after {
	content: "";
	display: block flow;
	inline-size: 0;
	block-size: 1px;
}

.p-concept-catch__ttl::before {
	margin-block-end: calc((1 - 1.5) * 0.5em);
}

.p-concept-catch__ttl::after {
	margin-block-start: calc((1 - 1.5) * 0.5em);
}

.p-concept-catch__txt {
	line-height: 1.9333333333;
}

.p-concept-catch__txt::before,
.p-concept-catch__txt::after {
	content: "";
	display: block flow;
	inline-size: 0;
	block-size: 1px;
}

.p-concept-catch__txt::before {
	margin-block-end: calc((1 - 1.9333333333) * 0.5em);
}

.p-concept-catch__txt::after {
	margin-block-start: calc((1 - 1.9333333333) * 0.5em);
}

.p-art {
	padding: 7rem 0;
}

.p-art__ttl::before,
.p-art__ttl::after,
.p-art__sub::before,
.p-art__sub::after {
	content: "";
	display: block flow;
	inline-size: 0;
	block-size: 1px;
}

.p-art__ttl::before,
.p-art__sub::before {
	margin-block-end: calc((1 - 1.5) * 0.5em);
}

.p-art__ttl::after,
.p-art__sub::after {
	margin-block-start: calc((1 - 1.5) * 0.5em);
}

.p-art__ttl {
	font-size: 1.6rem;
	margin-bottom: 2.2rem;
	font-weight: bold;
}

.p-art__sub {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 2.2rem;
}

.p-art-media {
	display: flex;
	gap: 6.8rem;
}

.p-art-media__txt {
	line-height: 1.9230769231;
}

.p-art-media__txt::before,
.p-art-media__txt::after {
	content: "";
	display: block flow;
	inline-size: 0;
	block-size: 1px;
}

.p-art-media__txt::before {
	margin-block-end: calc((1 - 1.9230769231) * 0.5em);
}

.p-art-media__txt::after {
	margin-block-start: calc((1 - 1.9230769231) * 0.5em);
}

.p-art-media__txt > *:not(:last-child) {
	margin-bottom: 1.5rem;
}

.p-access {
	background-color: #c8e8ed;
	position: relative;
	z-index: 1;
	padding: 7.4rem 0 4.7rem;
}

.p-access::before {
	content: "";
	background: url("../images/home/bg_icon02.svg") repeat-x left top/contain;
	position: absolute;
	bottom: calc(100% - 0.1rem);
	left: 0;
	right: 0;
	height: 1.4rem;
	z-index: -1;
}

.p-access__wrap {
	background-color: #fff;
}

.p-access__body {
	padding: 3rem 4rem 3rem 1.5rem;
}

.p-access__map {
	width: 100%;
}

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

.p-access__ttl {
	margin-bottom: 1.5rem;
}

.p-access__des {
	font-size: 1.3rem;
	margin-bottom: 3rem;
}

.p-access__row {
	display: grid;
	font-size: 1.2rem;
	gap: 0.8rem;
	grid-template-columns: 12rem auto;
}

.p-access__row:not(:last-child) {
	margin-bottom: 0.5rem;
}

.p-access__sub {
	font-weight: 600;
	margin-top: 3.4rem;
	font-size: 1.4rem;
	margin-bottom: 0.8rem;
}

.p-access__btn {
	background-color: var(--cl-primary);
	color: #fff;
	transition: background 0.2s ease-in-out;
	height: 3.8rem;
	min-width: 22rem;
	position: relative;
	margin-top: 3.5rem;
	font-size: 1.4rem;
	font-weight: bold;
}

.p-access__btn:hover {
	background-color: #0E74CB;
}

@media (min-width: 768px) {

.nowrap-pc {
	white-space: nowrap;
}

.p-mv__wrap {
	height: 82.9rem;
}

.p-mv__wrap {
	margin-top: -3.9rem;
}

.p-mv__txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 19.6rem;
	z-index: 10;
}

.p-mv__txt img {
	width: 31.8rem;
}

.p-mv-slider__image {
	height: 76.7rem;
}

.p-mv .mv-img01 {
	left: 5.1rem;
	top: 0;
	width: 55rem;
}

.p-mv .mv-img02 {
	left: 51.8rem;
	top: 4.7rem;
	width: 34.4rem;
}

.p-mv .mv-img03 {
	right: -5.3rem;
	top: 2.2rem;
	width: 53.6rem;
}

.p-mv .mv-img04 {
	left: 27.6rem;
	top: 30rem;
	width: 17.7rem;
}

.p-mv .mv-img05 {
	left: -7.4rem;
	bottom: 2.7rem;
	width: 34.2rem;
}

.p-mv .mv-img06 {
	left: 27rem;
	bottom: 1.7rem;
	width: 34.9rem;
}

.p-mv .mv-img07 {
	right: -9.8rem;
	top: 30rem;
	width: 54.8rem;
}

.p-mv .mv-img08 {
	right: -12.6rem;
	bottom: 0;
	width: 64.5rem;
}

.p-news {
	padding: 11rem 0 22rem;
}

.p-news__wrap {
	position: relative;
	display: flex;
	gap: 4.2rem;
}

.p-news__head {
	width: 20rem;
}

.p-news__body {
	flex: 1 1;
	max-width: 80rem;
}

.p-news__btn {
	position: absolute;
	left: 0;
	bottom: 0;
}

.p-shop {
	padding-top: 5.2rem;
	padding-bottom: 5.7rem;
}

.p-shop__bg.--shop-bg01 {
	width: 20.1rem;
	top: -9.8rem;
	right: calc(50% + 22.9rem);
}

.p-shop__des {
	line-height: 1.6875;
	font-size: 1.6rem;
	margin-bottom: 4.5rem;
}

.p-shop-slider {
	margin-bottom: 4.5rem;
}

.p-shop-slider .c-shoplist__ttl,
.p-shop-slider .c-shoplist__sub {
	padding-left: 0.6rem;
}

.p-section {
	padding: 11.1rem 0 12rem;
}

.p-section .container {
	display: flex;
}

.p-shopnews {
	padding-right: 6rem;
	width: 63.8rem;
}

.p-shopnews__bg {
	width: 23.9rem;
	right: 6rem;
	top: -6.4rem;
}

.p-shopnews-slider {
	margin-bottom: 4rem;
}

.p-shopnews-slider .slick-list {
	margin-inline: -0.8rem;
}

.p-shopnews-slider .slick-arrow::before {
	height: 2.1rem;
}

.p-shopnews-slider .slick-prev {
	left: -2.6rem;
}

.p-shopnews-slider .slick-next {
	right: -2.6rem;
}

.p-event:not(:first-child) {
	flex: 1 1;
	padding-left: 5rem;
}

.p-event:not(:first-child)::after {
	width: 1px;
	top: -6.4rem;
	bottom: -2rem;
}

.p-event__bg {
	width: 15.8rem;
	right: 5.8rem;
	bottom: calc(100% - 5.5rem);
}

.p-concept {
	padding: 11.4rem 0 16rem;
}

.p-concept::before,
.p-concept::after {
	height: 4rem;
}

.p-concept__bg {
	width: 23.6rem;
	left: calc(50% + 23.8rem);
	top: -7.3rem;
}

.p-concept-slider__item {
	margin-inline: 0.5rem;
	width: 73.1rem;
}

.p-concept-catch {
	gap: 5.7rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-concept-catch__image {
	margin-bottom: 1.5rem;
}

.p-concept-catch__ttl {
	font-size: 1.8rem;
	margin-bottom: 2.3rem;
}

.p-concept-catch__txt {
	font-size: 1.5rem;
}

.p-art {
	padding: 14rem 0 19rem;
}

.p-art__wrap {
	padding-left: 2rem;
}

.p-art__ttl {
	font-size: 2.4rem;
	margin-bottom: 3.2rem;
}

.p-art__sub {
	font-size: 1.6rem;
	margin-bottom: 4.7rem;
}

.p-art-media__txt {
	flex: 1 1;
}

.p-art-media__image {
	width: 66rem;
}

.p-access {
	padding: 11.4rem 0 11rem;
}

.p-access::before {
	height: 4rem;
}

.p-access .container {
	max-width: 110.3rem;
}

.p-access__wrap {
	display: flex;
}

.p-access__body {
	flex: 1 1;
	padding: 5.5rem 3.5rem;
}

.p-access__map {
	width: 57rem;
}

.p-access__ttl {
	margin-bottom: 5.5rem;
}

.p-access__des {
	font-size: 1.8rem;
	margin-bottom: 5.5rem;
}

.p-access__tel {
	pointer-events: none;
}

.p-access__row {
	font-size: 1.4rem;
	gap: 1rem;
	grid-template-columns: 15rem auto;
}

.p-access__sub {
	margin-top: 3.9rem;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

}

@media (max-width: 767px) {

.p-mv__txt {
	padding: 31.4rem 0 31.9rem;
}

.p-mv .mv-img02 {
	right: -1rem;
	top: 0;
	width: 21.3rem;
}

.p-mv .mv-img03 {
	top: 15.4rem;
	left: -11.5rem;
	width: 30.9rem;
}

.p-mv .mv-img04 {
	right: -6.2rem;
	top: 15.9rem;
	width: 23.9rem;
}

.p-mv .mv-img07 {
	right: -8.3rem;
	bottom: 3.6rem;
	width: 20.5rem;
}

.p-mv .mv-img08 {
	right: 4.3rem;
	bottom: 0.5rem;
	width: 14.1rem;
}

.p-news .hline01 {
	margin-bottom: 4rem;
}

.p-news__body {
	margin-bottom: 4.2rem;
}

.p-shop-slider {
	margin-inline: -0.5rem;
}

.p-shopnews-slider .slick-list {
	overflow: inherit;
}

.p-shopnews-slider .slick-slide {
	margin-inline: 0.5rem;
	width: 24rem;
}

.p-shopnews-slider .slick-arrow {
	opacity: 0;
	visibility: hidden;
}

.p-event {
	margin-top: 13.5rem;
}

.p-event:not(:first-child)::after {
	height: 1px;
}

.p-event .hline01__ttl img {
	height: 5.5rem;
}

.p-event__gallery {
	gap: 0.8rem;
	margin-inline: -0.75rem;
}

.p-concept__bg {
	right: 2rem;
}

.p-art-media {
	gap: 1.5rem;
	flex-direction: column-reverse;
}

.p-art-media__image {
	margin-inline: -0.8rem;
}

.p-access .container {
	padding-inline: 2rem;
}

.p-access__map {
	height: 27.9rem;
}

.p-access__ttl img {
	width: 13rem;
}

.p-access__btn {
	margin-inline: auto;
}

}

