@charset "UTF-8";

/* ======================================
   fix-button
   ====================================== */
.p-fixBtn {
	z-index: 15;
}

.p-merit__items_att_pc {
	max-width: 1012px !important;
}

/* ======================================
   buy
   ====================================== */
.p-buy__en {
	width: 7.5rem;
}

@media screen and (min-width: 751px) {
	.p-buy__en {
		width: 7.5rem;
	}
}

.p-buy__name {
	flex-grow: 1;
	padding-right: 0;
}

@media screen and (min-width: 751px) {
	.p-buy__name.--pcm {
		font-size: 1.5rem;
	}
}

.p-buy__price {
	padding-left: 0;
}

.p-buy__contentItem {
	grid-template-columns: 60fr 100fr 304fr 195fr;
}

/* ======================================
   start
   ====================================== */
.p-start__itemNum {
	color: #ed7d31;
}

/* ======================================
   merit
   ====================================== */

.p-merit__item {
}

.p-merit__itemInner {
}

.p-merit__count {
}

.p-merit__subTitle {
}

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

@media screen and (min-width: 751px) {
	.p-merit__wrapper {
		flex-direction: row;
		gap: 2.5rem;
		margin-block-start: 1.625rem;
	}
}

.p-merit__textArea {
	display: contents;
}

@media screen and (min-width: 751px) {
	.p-merit__textArea {
		display: block;
	}
}

.p-merit__text {
	order: 1;
}

.p-merit__notes {
	order: 3;
	margin-block-start: -0.625rem;
}

@media screen and (min-width: 751px) {
	.p-merit__notes {
		margin-block-start: 3.25rem;
	}
}

.p-merit__imageArea {
	order: 2;
	margin-block-start: 2rem;
}

@media screen and (min-width: 751px) {
	.p-merit__imageArea {
		flex-shrink: 0;
		margin-block-start: 0;
	}
}

.p-merit__image {
	width: 100%;
}

.p-merit__image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media screen and (min-width: 751px) {
	.p-merit__image {
		width: 30.375rem;
	}
}

.p-merit__text.--line-height {
	padding-inline: 0;
	line-height: 1.2;
}

@media screen and (min-width: 751px) {
	.p-merit__text.--mt0 {
		margin-block-start: 0;
	}
}

@media screen and (min-width: 751px) {
	.p-merit__text.--line-height {
		text-align: left;
	}
}

.p-merit__text span {
	font-size: 1rem;
}

@media screen and (min-width: 751px) {
	.p-merit__text span {
		font-size: 0.875rem;
	}
}

.p-merit__c-list {
	display: none;
}

@media screen and (min-width: 751px) {
	.p-merit__c-list {
		display: flex;
		gap: 2.15906rem;
		margin-block-start: 1.75rem;
		padding-block-end: 1.25rem;
		padding-inline-start: 1rem;
	}
}

.p-merit__c-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 0.875rem;
}

.p-merit__c-item::before {
	display: block;
	position: absolute;
	top: 56%;
	left: 50%;
	z-index: 1;
	translate: -50% -50%;
	width: 18.75rem;
	height: 18.75rem;
	border-radius: 50%;
	background: #bce4dd;
	content: '';
}

.p-merit__c-itemImage {
	display: grid;
	align-items: flex-end;
	position: relative;
	z-index: 2;
	height: 13.125rem;
}

.p-merit__c-itemImage img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.p-merit__c-itemText {
	display: grid;
	place-content: center;
	position: relative;
	z-index: 2;
	width: 15rem;
	min-height: 3.44231rem;
	padding: 0.625rem 1rem 0.75rem;
	border-radius: 50rem;
	line-height: 1.2;
	background: #009981;
	color: #fff;
	font-weight: 700;
	font-size: 1.38rem;
	text-align: center;
}

.p-merit__c-itemText span {
	font-size: 1.20731rem;
}

.p-merit__c-itemText.--text03 {
	translate: 0 0.125rem;
}

/******** swiper ********/

/* 基本設定 */
.p-merit__swiper-container,
.p-merit__swiper,
.p-merit__swiper-wrapper,
.p-merit__swiper-slide {
	position: relative;
}

.p-merit__swiper-container {
	/* コンテナのスタイル */
	width: 36.625rem;
	margin-block-start: 1.875rem;
	margin-inline: auto;
}

.p-merit__swiper {
	/* Swiperメインのスタイル */
}

.p-merit__swiper-wrapper {
	/* ラッパーのスタイル */
}

.p-merit__swiper-slide {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	height: 33.46219rem;
	text-align: center;
}

.p-merit__swiper-slide::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	translate: -50% -50%;
	width: 33.4375rem;
	height: 33.4375rem;
	border-radius: 50%;
	background: #bce4dd;
	content: '';
}

.p-merit__sliderImage {
	display: grid;
	align-items: center;
	height: 21.25rem;
}

.p-merit__sliderImage.--image01 {
	width: 28.16844rem;
}

.p-merit__sliderImage.--image02 {
	width: 36.71181rem;
}

.p-merit__sliderImage.--image03 {
	width: 33.6125rem;
}

.p-merit__sliderImage img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.p-merit__sliderText {
	display: grid;
	place-content: center;
	width: 25.9375rem;
	min-height: 6.27775rem;
	padding: 0.9375rem 1rem 1rem;
	border-radius: 50rem;
	background: #009981;
	color: #fff;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1.2;
	text-align: center;
}

.p-merit__sliderText span {
	font-size: 2.18981rem;
}

.p-merit__sliderText.--text03 {
	translate: 0 0.875rem;
}

.p-merit__swiper-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 37.5rem;
	margin-block-start: 1rem;
}

/* ======================================
   位置のreset
   ====================================== */
.p-merit__swiper-container .swiper-button-prev,
.p-merit__swiper-container .swiper-button-next,
.p-merit__swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
	top: unset;
	bottom: unset;
	left: unset;
	right: unset;
	margin: 0;
	padding: 0;
}

/* ======================================
   ナビゲーションボタン
   ====================================== */

/* デフォルトのボタンを初期化 */
.p-merit__swiper-container .swiper-button-prev::after,
.p-merit__swiper-container .swiper-button-next::after {
	content: ''; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.p-merit__swiper-container .swiper-button-prev,
.p-merit__swiper-container .swiper-button-next {
	position: static;
	width: 5.57306rem;
	transition: all 0.3s ease-out;
}

.p-merit__swiper-container .swiper-button-prev:hover,
.p-merit__swiper-container .swiper-button-next:hover {
	filter: brightness(70%);
}

.p-merit__swiper-container .swiper-button-prev:focus,
.p-merit__swiper-container .swiper-button-next:focus {
	outline: none;
	filter: brightness(80%);
}

.p-merit__swiper-container .swiper-button-prev img,
.p-merit__swiper-container .swiper-button-next img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.p-merit__swiper-container .swiper-button-prev {
	/* 前へボタンのスタイル */
}

.p-merit__swiper-container .swiper-button-next {
	/* 次へボタンのスタイル */
}

/* ======================================
   ページネーション (bullets)
   ====================================== */
/* 位置の設定 (枠組み) */
.p-merit__swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
	position: static;
	display: flex;
	gap: 2.3rem;
	width: fit-content;
}

/* それぞれのページネーション */
.p-merit__swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	opacity: 1;
	/* 個別のページネーションドットのスタイル */
	width: 1.875rem;
	height: 1.875rem;
	margin-inline: 0;
	background: #d9d9d9;
}

/* activeな部分 */
.p-merit__swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
	background: #c0e4dd;
}
