/* ============================================
HERO SECTION
============================================ */

.hero-section {
	padding: 0 0 2.4rem;
	background-color: #fff;
	overflow-x: hidden;
}

.slider-wrapper {
	margin-bottom: 2.4rem;
}

.slider-large {
	border-radius: 2.4rem;
	overflow: visible;
}

/* 小さいスライド */

.small-slide {
	border-radius: 1rem;
	padding: 3.2rem;
	height: 256px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.small-slide-red {
	background-color: #dc2626;
	color: white;
}

.small-slide-blue {
	background-color: #2563eb;
	color: white;
}

.small-slide-white {
	background-color: white;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* ============================================
Youtube SECTION
============================================ */

.youtube-section {
	padding: 6.4rem 2.4rem 12rem;
}

@media (max-width: 768px) {
	.youtube-section {
		padding: 4rem 2rem 8rem;
	}
}

.youtube-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3.2rem;
}

.youtube-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.youtube-content__inner {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}

.youtube-content__video {
	width: 100%;
	display: flex;
	justify-content: center;
}

.youtube-content__video-inner{
	display: flex;
	gap: 3.2rem;
	justify-content: center;
	width: 100%;
}

.youtube-content__video iframe {
	width: 100%;
	max-width: 496px;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

@media (max-width: 1100px) {
	.youtube-content__video-inner {
		justify-content: space-between;
	}
	
	.youtube-content__video iframe {
		width: calc(50% - 1.6rem);
		max-width: none;
		flex: 0 0 calc(50% - 1.6rem);
	}
}

@media (max-width: 768px) {
	.youtube-content__video {
		aspect-ratio: 16 / 9;
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	.youtube-content__video-inner {
		aspect-ratio: 16 / 9;
		width: 100%;
		flex-direction: column;
		gap: 2.4rem;
		justify-content: center;
	}

	.youtube-content__video iframe {
		aspect-ratio: 16 / 9;
		width: 100%;
		height: auto;
		min-width: auto;
		max-width: 100%;
		flex: none;
	}
}

/* ============================================
Instagram SECTION
============================================ */

.instagram-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3.2rem;
}

.instagram-section {
	padding: 6.4rem 2.4rem 12rem !important;
}

@media (max-width: 768px) {
	.instagram-section {
		padding: 6.4rem 2rem 8rem !important;
	}
}

.instagram-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.instagram-title {
	gap: 1rem;
}

.instagram-content__inner {
	width: 100%;
}

.instagram-content__img {
	display: flex;
	gap: 7.8rem;
	justify-content: center;
}

@media (max-width: 768px) {
	.instagram-content__img {
		justify-content: center;
		gap: 1.6rem;
	}
}

.instagram-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 238px;
	width: 100%;
}

/* @media (max-width: 768px) {
	.instagram-item {
		flex: 0 0 calc((100% - 1.6rem) / 2);
		max-width: calc((100% - 1.6rem) / 2);
	}
} */

.instagram-item__title {
	font-size: 1.4rem;
	font-weight: 500;
	color: #333;
	margin-bottom: 1.6rem;
	text-align: center;
}

@media (max-width: 768px) {
	.instagram-item__title {
		font-size: 1.2rem;
		margin-bottom: 0.8rem;
	}
}

.instagram-item img {
	max-width: 238px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media (max-width: 768px) {
	.instagram-item img {
		width: 100%;
	}
}

.instagram-item .view-more-btn {
	margin-top: 2rem;
}

@media (max-width: 768px) {
	.instagram-item .view-more-btn {
		margin-top: 1.2rem;
	}
}

@media (max-width: 768px) {
	.instagram-item .view-more-btn {
		padding: 1.1rem 1.2rem;
	}
}

/* ============================================
NEWS SECTIOM
============================================ */

.news-content {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2.4rem;
}

@media (max-width: 768px) {
	.news-content {
		flex-direction: column;
		align-items: flex-end;
		justify-content: flex-start;
	}
}

.news-title {
	margin-bottom: 4.2rem;
}

@media (max-width: 768px) {
	.news-title {
		margin-bottom: 3.2rem;
	}
}

.news-content__inner {
	max-width: 774px;
	width: 100%;
}

.news-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
	margin-bottom: 3.4rem;
	margin-left: 6rem;
}

@media (max-width: 1024px) {
	.news-filters {
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	.news-filters {
		margin-left: 0;
		gap: 1.6rem 1.2rem;
		justify-content: center;
	}
}

.news-filter-btn {
	padding: 1.1rem 0.8rem;
	border-radius: 24px;
	line-height: 1.6rem;
	font-size: 1.2rem;
	font-weight: 500;
	transition: all 0.3s ease;
	background-color: white;
	color: #555555;
	max-width: 160px;
	width: 100%;
	border: 1px solid #9D9D9D;
}

.news-filter-btn:hover {
	border-color: #9ca3af;
}

.news-filter-btn.active {
	background-color: #dc2626;
	color: white;
	border-color: #dc2626;
}

.news-list {
	display: flex;
	flex-direction: column;
	margin-left: 6rem;
}

@media (max-width: 1024px) {
	.news-list {
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	.news-list {
		margin-left: 0;
	}
}

.news-item {
	display: flex;
	align-items: center;
	gap: 2.4rem;
	padding: 2.4rem 0;
	border-bottom: 1px solid #e5e7eb;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
	.news-item {
		padding: 1.6rem 0;
	}
}

.news-item:hover {
	opacity: 0.7;
}

.news-category {
	background-color: white;
	color: #555555;
	padding: 0.5rem 2.4rem;
	border-radius: 9999px;
	border: 1px solid #d1d5db;
	font-size: 1.2rem;
	line-height: 1.6rem;
	max-width: 160px;
	text-align: center;
	width: 100%;
	white-space: nowrap;
}

.news-date {
	color: #6b7280;
	font-size: 1.2rem;
	line-height: 1.6rem;
	white-space: nowrap;
	max-width: 62px;
	width: 100%;
}

.news-block-title {
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #555555;
	flex: 1;
	font-weight: 400;
}

.news-item-content {
	display: flex;
	align-items: center;
	gap: 2.4rem;
	width: 100%;
}

@media (max-width: 768px) {
	.news-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.6rem;
	}

	.news-item:nth-child(4),
	.news-item:nth-child(5) {
		display: none;
	}
}

.view-more-btn {
	display: inline-block;
	border: 1px solid #dc2626;
	color: #dc2626;
	padding: 1.1rem 2rem;
	border-radius: 9999px;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 600;
	transition: all 0.3s ease;
	max-width: 160px;
	width: 100%;
	height: max-content;
	text-align: center;
}

.news-btn {
	width: 160px;
}

@media (max-width: 768px) {
	.view-more-btn.-spSmall {
		max-width: 120px;
	}
}

.view-more-btn.-large {
	max-width: 200px;
}

.view-more-btn.-under {
	margin-top: 4.8rem;
}

@media (max-width: 768px) {
	.view-more-btn.-under {
		margin-top: 4rem;
	}
}

.view-more-btn:hover {
	background-color: #dc2626;
	color: white;
}

.text-right {
	text-align: right;
}

.news-item .p-block-title{
	font-size: 1.6rem;
	color: #555555;
	font-weight: 400;
}

/* ============================================
FAIR SECTION
============================================ */

.fair-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 4.8rem;
}

@media (max-width: 768px) {
	.fair-header {
		margin-bottom: 4rem;
	}
}

.fair-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6.4rem;
}

@media (max-width: 768px) {
	.fair-grid {
		grid-template-columns: 1fr;
		gap: 2.4rem;
	}
}

.fair-card {
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.3s ease;
}

@media (max-width: 768px) {
	.fair-card {
		display: flex;
		justify-content: center;
	}
}

.fair-card:hover {
	opacity: 0.7;
}

/* ============================================
SHOP INFO SECTION
============================================ */

#news + .shop-info-section{
	padding: 0 0 0 2.4rem!important;
}

.shop-info-section {
	padding: 0 2.4rem;
}

.shop-info-header-wrapper{
	padding-right: 2.4rem;
    margin: 0 auto;
}

.shop-info-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto 3.2rem
}

@media (max-width: 768px) {
	.shop-info-header {
		margin-bottom: 4rem;
	}
}

.shop-grid {
	display: flex;
	justify-content: space-between;
	gap: 6.4rem;
	padding: 4.4rem 0 4.4rem 0;
	position: relative;
	z-index: 2;
}

@media (max-width: 1240px) {
	.shop-grid {
		padding: 4.4rem 2rem 4.4rem;
	}
}

@media (max-width: 768px) {
	.shop-grid {
		padding: 3.6rem 2.4rem 4rem 2.4rem;
		gap: 4rem;
		flex-direction: column;
		align-items: center;
	}
}

.shop-panel {
	max-width: 480px;
	width: 100%;
}

.shop-panel.-left {
	max-width: max-content;
}

.shop-grid-wrapper {
	position: relative;
}

.shop-grid-wrapper::before {
	content: "";
	display: block;
	background: #F1EDE7;
	height: 100%;
	width: 92.5%;
	margin-left: 7.5%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 40px 0 0 40px;
	z-index: 1;
}

@media (max-width: 1320px) {
	.shop-grid-wrapper::before {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 1240px) {
	.shop-grid-wrapper {
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.shop-grid-wrapper {
		width: 100%;
		border-radius: 0;
	}
}

@media (max-width: 1024px) {
	.shop-grid {
		grid-template-columns: 1fr;
	}

	.point-grid {
		grid-template-columns: 1fr;
	}
}

.prefecture-tabs {
	display: none;
}

@media (max-width: 768px) {
	.prefecture-tabs {
		display: flex;
		margin-bottom: 2.4rem;
		border-bottom: 1px solid #555;
	}

	.prefecture-tab {
		max-width: 138px;
		width: 100%;
		background: none;
		border: none;
		color: #555;
		background-color: #fff;
		font-size: 2rem;
		font-weight: 600;
		cursor: pointer;
		border-top: 1px solid #555555;
		border-left: 1px solid #555555;
		border-right: 1px solid #555555;
		transition: all 0.3s ease;
		border-radius: 8px 8px 0 0;
		padding: 0.3rem 1.6rem;
	}

	.prefecture-tab+.prefecture-tab {
		margin-left: 0.3rem;
	}

	.prefecture-tab.active {
		color: #fff;
		background-color: #555555;
	}

	.prefecture-tab:hover {
		opacity: 1;
	}
}

.prefecture-section {
	margin-bottom: 3.2rem;
}

@media (max-width: 768px) {
	.prefecture-section {
		margin-bottom: 2.4rem;
	}
}

.prefecture-title {
	font-size: 2rem;
	line-height: 2.7rem;
	font-weight: 700;
	color: #555555;
	margin-bottom: 1.6rem;
}

@media (max-width: 768px) {
	.prefecture-title {
		display: none;
	}

	.prefecture-section[data-tab-content="chugoku"] {
		display: none;
	}
}

/* PC画面では両方のセクションを表示 */

@media (min-width: 769px) {

	.prefecture-section[data-tab-content="kinki"],
	.prefecture-section[data-tab-content="chugoku"] {
		display: block !important;
	}
}

.prefecture-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

@media (max-width: 768px) {
	.prefecture-buttons {
		gap: 2.4rem 1.6rem;
	}
}

@media (max-width: 390px) {
	.prefecture-buttons {
		gap: 1.2rem 0.8rem;
	}
}

.prefecture-btn {
	background-color: white;
	max-width: 80px;
	width: 100%;
	color: #555555;
	height: 30px;
	padding: 0.4rem 0.9rem;
	border-radius: 0.8rem;
	font-size: 1.4rem;
	line-height: 1.9rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
}

@media (max-width: 768px) {
	.prefecture-btn {
		max-width: 96px;
		width: 100%;
		height: 48px;
	}
}

.prefecture-btn:hover {
	border-color: #9ca3af;
}

.prefecture-btn.active {
	background-color: #dc2626;
	color: white;
	border-color: #dc2626;
}

.map-container {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 432px;
	width: 100%;
}

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

.store-list-title {
	font-size: 2rem;
	line-height: 2.7rem;
	font-weight: 700;
	color: #555555;
	margin-bottom: 0.8rem;
}

.title-divider {
	border-bottom: 1px solid #9D9D9D;
	margin-bottom: 2.4rem;
}

.store-list {
	max-height: 600px;
	overflow-y: auto;
}


/* スクロールバー */
.store-list::-webkit-scrollbar {
	width: 8px;
}

.store-list::-webkit-scrollbar-track {
	border-radius: 10px;
}

.store-list::-webkit-scrollbar-thumb {
	background: #D9D9D9;
	border-radius: 10px;
}

.store-list::-webkit-scrollbar-thumb:hover {
	background: #D9D9D9;
}

/* swiper */
/* Upper swiper full-bleed and responsive height to avoid gaps on wide screens */

.store-item {
	padding: 0 0 2.4rem;
}

.store-name {
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 700;
	color: #555555;
	margin-bottom: 1.2rem;
}

.store-name a {
	text-decoration: underline;
}

.store-name a:hover {
	text-decoration: none;
}

.store-info {
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #555555;
	margin-bottom: 0.8rem;
}

/* ============================================
POINT CARD SECTION
============================================ */

.point-card-section {
	padding: 0 2.4rem;
}

@media (max-width: 768px) {
	.point-card-section {
		padding: 8rem 2rem 0 0 !important;
	}
}

.point-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3.2rem;
}

@media (max-width: 768px) {
	.point-card-header {
		padding: 0 0 0 2rem;
		margin-bottom: 4rem;
	}
}

.point-card-header-wrapper {
	padding-left: 2.4rem;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.point-card-header-wrapper {
		padding-left: 0;
	}
}


@media (max-width: 768px) {
	.point-card-header .section-title {
		flex-direction: column;
		align-items: flex-start;
	}

	.point-card-header .section-title .title-ja {
		margin-top: 0;
		margin-left: 3.6rem;
	}
}

.point-card-grid {
	display: flex;
	gap: 4rem 2.4rem;
	flex-wrap: wrap;
	padding: 4rem 0 4rem 0;
	position: relative;
	z-index: 2;
}

@media (max-width: 1240px) {
	.point-card-grid {
		padding: 4.4rem 2.4rem 4.4rem;
		gap: 2.4rem;
	}
}

@media (max-width: 1024px) {
	.point-card-grid {
		flex-direction: column;
	}
}

.point-card-grid-wrapper {
	position: relative;
}

.point-card-grid-wrapper::before {
	content: "";
	display: block;
	background: #F1EDE7;
	height: 100%;
	width: 92.5%;
	margin-right: 7.5%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0 40px 40px 0;
	z-index: 1;
}

@media (max-width: 1320px) {
	.point-card-grid-wrapper::before {
		width: 100%;
		margin-right: 0;
	}
}

@media (max-width: 1240px) {
	.point-card-grid-wrapper {
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.point-card-grid-wrapper {
		width: 100%;
		border-radius: 0;
	}
}

.point-card-new-member {
	max-width: 1024px;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 2.4rem 3.2rem 0;
	align-items: center;
}

@media (max-width: 1024px) {
	.point-card-new-member {
		padding: 3.2rem 1.6rem 2rem;
		flex-direction: column;
	}
}


.point-card-new-member-text {
	display: flex;
	gap: 1.6rem;
	align-items: center;
	flex-direction: column;
}

@media (max-width: 1024px) {
	.point-card-new-member-text {
		flex-direction: column;
		gap: 1.6rem;
	}
}

.point-card-new-member p {
	font-size: 2.6rem;
	line-height: 4.4rem;
	font-weight: 600;
	color: #555555;
}

@media (max-width: 1080px) {
	.point-card-new-member p {
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
}

.point-card-new-member img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.point-card-new-member-pointCard {
	text-align: center;
	background-color: #fff;
	border-radius: 2rem;
	padding: 3.2rem;
	align-items: center;
	max-width: 437px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2.4rem;
}

@media (max-width: 1024px) {
	.point-card-new-member-pointCard {
		max-width: initial;
		padding: 2.4rem;
	}
}

.point-card-new-member-pointCard-content {
	gap: 2.4rem;
}

.point-card-new-member-pointCard-content img {
	margin-top: 2rem;
}

.point-card-new-member-pointCard p {
	font-size: 2.4rem;
	font-weight: 600;
}

.point-card-new-member-pointCard span {
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 1.2rem;
	display: block;
}

.point-card-new-member-craditCard {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 2rem;
	flex: 1;
}

@media (max-width: 1024px) {
	.point-card-new-member-craditCard {
		padding: 0;
	}
}

.point-card-new-member-craditCard .point-card-new-member-craditCard-item {
	display: flex;
	align-items: center;
	gap: 2.4rem;
	justify-content: center;
	padding: 3.2rem 2.4rem;
}

.point-card-new-member-craditCard .point-card-new-member-craditCard-item:first-of-type {
	padding-top: 0;
}

@media (max-width: 768px) {
	.point-card-new-member-craditCard .point-card-new-member-craditCard-item {
		flex-direction: column;
		gap: 1.6rem;
		padding: 2.4rem 1.6rem;
	}
}

.point-card-new-member-craditCard .point-card-new-member-craditCard-item:last-of-type {
	border-top: 1px solid #F1EDE7;
	padding: 3.2rem 1.6rem;
}

@media (max-width: 768px) {
	.point-card-new-member-craditCard .point-card-new-member-craditCard-item:last-of-type {
		padding: 2.4rem 1.6rem;
	}
}

.point-card-new-member-craditCard .point-card-new-member-craditCard-item p {
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 500;
	color: #555555;
}

.point-card-new-member-craditCard-item-text {
	max-width: 288px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

.point-card-new-member-craditCard-item-text button {
	margin-left: auto;
}

.point-card-new-member-craditCard-item span {
	font-size: 2.4rem;
	line-height: 3.2rem;
	font-weight: 500;
	color: #555555;
	display: block;
}

.point-card-btn {
	margin: 0.8rem 0 0 auto;
}

@media (max-width: 768px) {
	.point-card-btn {
		margin: 0 auto;
	}
}

/* ============================================
LINKS SECTION
============================================ */

@media (max-width: 768px) {
	.links-section {
		padding: 8rem 0 0 2rem !important;
	}
}

.links-card-section {
	padding: 0 2.4rem;
}

.links-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3.2rem;
}

@media (max-width: 768px) {
	.links-header {
		margin-bottom: 4rem;
	}
}

.links-grid {
	display: flex;
	gap: 1.4rem 1.6rem;
	flex-wrap: wrap;
	padding: 4.4rem 0 4.4rem 0;
	position: relative;
	z-index: 2;
}

@media (max-width: 1240px) {
	.links-grid {
		padding: 4.4rem 2.4rem 4.4rem;
	}
}

@media (max-width: 824px) {
	.links-grid {
		align-items: center;
		margin: 0 auto;
		max-width: 602px;
		padding: 4.4rem 2rem 4.4rem;
	}
}

@media (max-width: 624px) {
	.links-grid {
		align-items: center;
		margin: 0 auto;
		max-width: 412px;
		padding: 2.4rem 2.4rem 4rem;
	}
}

@media (max-width: 440px) {
	.links-grid {
		justify-content: center;
	}

	.links-grid img {
		max-width: 330px;
		width: 100%;
	}
}

.links-grid-wrapper {
	position: relative;
}

.links-grid-wrapper::before {
	content: "";
	display: block;
	background: #F1EDE7;
	height: 100%;
	width: 92.5%;
	margin-left: 7.5%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 40px 0 0 40px;
	z-index: 1;
}

@media (max-width: 1320px) {
	.links-grid-wrapper::before {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 1240px) {
	.links-grid-wrapper {
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.links-grid-wrapper {
		width: 100%;
		border-radius: 0;
	}
}


@media (max-width: 768px) {
	.links-grid {
		grid-template-columns: 1fr;
	}

	.link-banner-full .link-banner-content {
		flex-direction: column;
	}
}

/* ============================================
Swiper CUSTOMIZE
============================================ */

.swiper {
	width: 100%;
	height: 100%;
}

/* Swiper arrows hidden */
.swiper-button-next,
.swiper-button-prev,
.swiper-button-next:after,
.swiper-button-prev:after {
	display: none !important;
}

.swiper-pagination-bullet {
	background: white;
	opacity: 0.7;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #dc2626;
}

/* Scroll down button - mobile only */
#scroll-down {
	display: none;
}

@media (max-width: 768px) {
	#scroll-down {
		display: block;
		max-width: max-content;
		margin: 0 auto;
		cursor: pointer;
		transition: opacity 0.3s ease;
		animation: scrollDownPulse 2s ease-in-out infinite;
	}
}

@keyframes scrollDownPulse {

	0%,
	100% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@media (min-width: 1440px) {
	.upper-swiper {
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}

	.upper-swiper .swiper-wrapper {
		align-items: stretch;
	}

	.upper-swiper .swiper-slide {
		height: var(--upper-height);
	}

	.upper-swiper .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/* lower-swiper: 同様にフルブリード＆高さ追従 */
	.lower-swiper {
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}

	.lower-swiper .swiper-wrapper {
		align-items: stretch;
	}

	.lower-swiper .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.upper-swiper .swiper-slide.swiper-slide-next img {
	border-radius: 4rem 0 0 4rem;
}

@media (max-width: 768px) {
	.upper-swiper .swiper-slide.swiper-slide-next img {
		border-radius: 0;
	}
}

.upper-swiper .swiper-slide.swiper-slide-active img {
	border-radius: 0 4rem 4rem 0;
}

@media (max-width: 768px) {
	.upper-swiper .swiper-slide.swiper-slide-active img {
		border-radius: 0;
	}
}

/* Mobile: make upper-swiper full-bleed and full-viewport height */
@media (max-width: 768px) {
	.upper-swiper {
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}

	.upper-swiper .swiper-wrapper {
		align-items: stretch;
	}

	.upper-swiper .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

/* Mobile: make lower-swiper full-bleed */
@media (max-width: 768px) {
	.lower-swiper {
		width: calc(100% - 40px);
		position: static;
		left: auto;
		right: auto;
		margin-left: 20px;
		margin-right: 20px;
	}

	.lower-swiper .swiper-wrapper {
		align-items: stretch;
	}

	.lower-swiper .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media (max-width: 768px) {
	.c-button-center{
		margin-right: 0;
	}

	.c-button-center.-spRight{
		margin-right: 2rem;
	}
}