@charset "UTF-8";

.contents__wrapper {
	margin-bottom: 80px;
}

/*----------------------------------
	カテゴリアンカーリンク
----------------------------------*/
.anchor-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 80px;
}

.anchor-link__cat {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 25px * 3)/ 4);
	background-color: #fff2f5;
	border: 1px solid #fce2e7;
	border-radius: 10px;
	font-size: var(--font-size-16px);
	font-weight: var(--weight-bold);
	color: var(--c-link);
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: .3s ease;
}

.anchor-link__cat a {
	display: block;
	width: 100%;
	height: 70px;
	line-height: 1.2;
	padding: 10px 0 20px;
}

.anchor-link__cat a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.anchor-link__cat:hover {
	border: 1px solid var(--c-link);
}

/*----------------------------------
	カテゴリタイトル
----------------------------------*/
.category-ttl {
	display: flex;
	flex-direction: column;
	color: var(--c-logopink);
	font-weight: var(--weight-bold);
	text-align: center;
	margin-bottom: 40px;
}

.category-ttl::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(/assets/images/catalog/naildesign/bg_category-ttl.svg);
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 20px;
}

.category-ttl__ja {
	font-size: var(--font-size-22px);
	letter-spacing: .06em;
}


/*----------------------------------
	ネイルデザイン一覧
----------------------------------*/
.design__contents, .store__list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	gap: 30px 20px;
}

.design__contents {
	margin-top: 30px;
}
.store__list {
	margin-top: 10px;
}

.nail--design, .nail--storedesign {
	width: calc((100% - 20px * 4)/ 5);
	cursor: pointer;
}

.nail--design img {
	max-width: 200px;
	filter: var(--drop-shadow-base);
}

.store {
	margin-bottom: 30px;
}

.store__ttl {
	font-size: var(--font-size-20px);
	color: var(--c-logopink);
	text-align: center;
	margin-top: 30px;
}

.modal-content img {
	max-width: 400px;
}

/*----------------------------------
	ネイルデザインー一覧（つめきゅーとプラス）
----------------------------------*/
.anchor-link__cat--plus {
	background-color: #F7F0E7;
	border: 1px solid #F4E5D6;
}

.anchor-link__cat--plus:nth-of-type(5){
	margin-top:20px;
}

.nail-list__ttl--plus {
	background-color: #F7F0E7;
}

.category-ttl--plus {
	color: var(--c-green);
}

.category-ttl--plus::before {
	background-image: url(/assets/images/plus-catalog/naildesign/bg_category-ttl.svg);
}

.category-ttl--decoration-none::before {
	display: none;
}

.category-ttl__ja span {
	display: block;
	font-size: var(--font-size-16px);
}

.item--plus {
	background-color: #F7F0E7;
	border: 1px solid #F4E5D6;
}

/*----------------------------------
	チョイスデザインオーダー方法（アコーディオン）
----------------------------------*/
.order {
	margin-bottom: 40px;
}

.order__btn {
	position: relative;
	display: flex;
	width: 100%;
	height: auto;
	background: var(--c-green);
	border: none;
	font-size: var(--font-size-20px);
	font-weight: var(--weight-bold);
	color: #FFFAF5;
	padding: 18px;
}

.order__btn::before , .order__btn::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #FFFAF5;
	position: absolute;
	left: 0;
}

.order__btn::before {
	top: 8px;
}

.order__btn::after {
	bottom: 8px;
}

.order-txt {
	width: 100%;
}

.order-txt-small {
	display: block;
	font-size: var(--font-size-12px);
	font-weight: var(--weight-medium);
	margin-top: 3px;
}

.plus-icon {
	align-self: center;
	width: 16px;
	height: 16px;
	margin-left: auto;
	position: relative;
}

.plus-icon::before, .plus-icon::after {
	content: "";
	background-color: var(--c-white);
	border-radius: 10px;
	position: absolute;
	transition: transform .3s;
}

.plus-icon::before {
	width: 100%;
	height: 2px;
	height: 2px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.plus-icon::after {
	width: 2px;
	height: 100%;
	top: 0;
	right: 40%;
	transform: translateX(-50%);
}

.order__btn[aria-expanded="true"] .plus-icon::after {
	transform: translateX(-50%) rotate(90deg);
}

.order__detail {
	background-color: #FFFAF5;
	padding: 30px;
}

/* フロータイトル部分 */
.flow {
	display: flex;
	background-color: var(--c-white);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.flow__item {
	width: 50%;
}

.flow__ttl {
	font-family: var(--font-en);
	font-size: var(--font-size-26px);
	color: #FFFAF5;
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
}

.flow__ttl--step1 {
	background-color: #9BDCDE;
}

.flow__ttl--step2 {
	position: relative;
	background-color: var(--c-green);
}

.flow__ttl--step2::before {
	content: "";
	background: #9BDCDE;
	height: calc(tan(60deg) * 67px / 2);
	width: 30px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/* フロー中身の共通部分 */
.choice {
	text-align: center;
	padding: 0 10px;
}

.choice__ttl {
	font-size: var(--font-size-20px);
	font-weight: var(--weight-bold);
	color: var(--c-brown);
}

.choice__txt {
	letter-spacing: 0;
	margin-bottom: 20px;
}

/* STEP1 */
.choice__img--step1 {
	max-width: 245px;
	margin: 0 auto 6px;
}

.choice__color {
	position: relative;
	color: var(--c-green);
	font-size: var(--font-size-14px);
	border-bottom: 1px solid var(--c-green);
	padding-right: 25px;
}

.choice__color::before , .choice__color::after {
	content: "";
	background-color: var(--c-green);
	border-radius: 2px;
	transition: .3s ease;
	position: absolute;
	top: 50%;
}

.choice__color::before {
	content: "";
	width: 8px;
	height: 1.5px;
	right: 0;
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
}

.choice__color::after {
	width: 16px;
	height: 1.5px;
	right: -1px;
	transform: translateY(-50%);
}

.choice__color:hover::before {
	right: -3px;
}

.choice__color:hover::after {
	right: -4px;
}

/* STEP2 */
.choice__img--step2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}

.choice__art {
	width: 135px;
}

.choice__art figcaption {
	font-size: var(--font-size-14px);
	color: var(--c-brown);
	margin-top: 10px;
}

.choice__art--glitter {
	width: 156px;
}

.choice__notice {
	text-align: left;
	font-size: var(--font-size-14px);
	font-weight: var(--weight-regular);
}

/* サンプル */
.sample__ttl {
	position: relative;
	text-align: center;
	font-weight: var(--weight-medium);
	color: var(--c-green);
	margin-bottom: 55px;
}

.sample__ttl::after {
	content: attr(data-en);
	display: block;
	font-family: var(--font-en);
	color: var(--c-green);
	font-size: var(--font-size-32px);
	font-weight: var(--weight-bold);
	position: absolute;
	bottom: -45px;
	left: 50%;
	transform: translateX(-50%);
}

.sample__txt {
	text-align: center;
	font-weight: var(--weight-regular);
	margin-bottom: 30px;
}

.sample__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 45px;
}

.sample__item {
	width: 310px;
}

.sample__item figcaption {
	font-weight: var(--weight-regular);
	font-size: var(--font-size-14px);
	margin-top: 10px;
}

/*----------------------------------
	追加アート
----------------------------------*/

.art-ttl {
	font-size: var(--font-size-22px);
	font-weight: var(--weight-bold);
	color: var(--c-green);
	text-align: center;
}

.art-ttl--add {
	margin-bottom: 40px;
}

.art-ttl span {
	display: block;
	font-size: var(--font-size-16px);
	margin-top: 10px;
}

.design__contents--art500 {
	margin-top: 15px;
}

/*----------------------------------
	アート500 アンカーリンク
----------------------------------*/
.art500-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px;
	margin: 30px 0;
}

.art500-link__cat {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((800px - 25px * 3)/ 3);
	background-color: var(--c-green);
	border-radius: 10px;
	font-size: var(--font-size-14px);
	font-weight: var(--weight-bold);
	color: var(--c-white);
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: .3s ease;
}

.art500-link__cat a {
	display: block;
	width: 100%;
	padding: 15px;
}

.art500-link__cat a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transition: .3s ease;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
}

.art500-link__cat a:hover::after {
	transform: translateY(calc(-50% + 3px)) rotate(45deg);
}

/*----------------------------------
	マグネット
----------------------------------*/
.magnet {
	text-align: center;
	margin: 10px;
}

.magnet__link {
	position: relative;
	color: var(--c-green);
	border-bottom: 1px solid var(--c-green);
	padding-right: 25px;
}

.magnet__link::before , .magnet__link::after {
	content: "";
	background-color: var(--c-green);
	border-radius: 2px;
	transition: .3s ease;
	position: absolute;
	top: 50%;
}

.magnet__link::before {
	content: "";
	width: 8px;
	height: 1.5px;
	right: 0;
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
}

.magnet__link::after {
	width: 16px;
	height: 1.5px;
	right: -1px;
	transform: translateY(-50%);
}

.magnet__link:hover::before {
	right: -3px;
}

.magnet__link:hover::after {
	right: -4px;
}

.magnet__txt {
	font-size: var(--font-size-14px);
	font-weight: var(--weight-regular);
	margin-top: 5px;
}

@media screen and (max-width: 767px) {

	.contents__wrapper {
		margin-bottom: 40px;
	}

	/*----------------------------------
		カテゴリアンカーリンク
	----------------------------------*/
	.anchor-link {
		margin-bottom: 40px;
		gap: 15px;
	}

	.anchor-link__cat {
		width: calc((100% - 15px * 1)/ 2);
		font-size: var(--font-size-14px);
	}

	.anchor-link__cat--plus:nth-of-type(5){
		margin-top: 0;
	}

	.anchor-link__cat a {
		height: 60px;
		padding: 10px 0 20px;
	}

	.anchor-link__cat a::after {
		top: 80%
	}

	.category-ttl {
		margin-bottom: 30px;
	}

	.category-ttl__ja {
		font-size: var(--font-size-20px);
	}

	.design__contents, .store__list {
		gap: 15px;
		margin-bottom: 20px;
	}

	.nail--design, .nail--storedesign {
		width: calc((100% - 15px * 1)/ 2);
	}

	.store__ttl {
		font-size: var(--font-size-16px);
	}

	.nail--design img {
		max-width: 350px;
	}

	.modal-wrapper {
		max-width: 420px;
	}


	/*----------------------------------
		チョイスデザインオーダー方法（アコーディオン）
	----------------------------------*/
	.order {
		margin-bottom: 30px;
	}
	.order__btn {
		font-size: var(--font-size-16px);
		padding: 11px;
	}

	.order__btn::before {
		top: 5px;
	}

	.order__btn::after {
		bottom: 5px;
	}

	.order__detail {
		padding: 20px;
	}

	/* フロータイトル部分 */
	.flow {
		flex-direction: column;
		padding-bottom: 15px;
	}

	.flow__item {
		width: 100%;
	}

	.flow__item:first-of-type {
		margin-bottom: 30px;
	}

	.flow__ttl {
		font-size: var(--font-size-16px);
		padding: 10px 10px 0;
		margin-bottom: 30px;
	}

	.flow__ttl {
		position: relative;
	}

	.flow__ttl::before {
		content: "";
		height: calc(tan(60deg) * 21px / 2);
		width: 100%;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		position: absolute;
		bottom: -18px;
		left: 0;
		transform: translateY(0);
	}

	.flow__ttl--step1::before {
		background: #9BDCDE;
	}

	.flow__ttl--step2::before {
		top: auto;
		background: var(--c-green);
	}

	/* フロー中身の共通部分 */
	.choice__ttl {
		font-size: var(--font-size-16px);
	}

	.choice__txt {
		font-size: var(--font-size-14px);
		margin-bottom: 15px;
	}

	/* STEP2 */
	.choice__img--step2 {
		margin-bottom: 10px;
	}

	.choice__art {
		width: 120px;
	}

	/* サンプル */
	.sample__ttl {
		font-size: var(--font-size-14px);
		margin-bottom: 45px;
	}

	.sample__ttl::after {
		font-size: var(--font-size-24px);
		bottom: -35px;
	}

	.sample__txt {
		font-size: var(--font-size-14px);
		margin-bottom: 15px;
	}

	.sample__list {
		gap: 15px;
	}

	.sample__item {
		margin: auto;
	}

	/*----------------------------------
		追加アート
	----------------------------------*/

	.art-ttl {
		font-size: var(--font-size-20px);
		margin-bottom: 0;
	}

	.art-ttl--add {
		margin-bottom: 20px;
	}

	.art-ttl span {
		font-size: var(--font-size-14px);
	}

	.design__contents--art500 {
		margin-top: 10px;
	}

	/*----------------------------------
		アート500 アンカーリンク
	----------------------------------*/
	.art500-link {
		justify-content: space-between;
		gap: 0;
		margin: 20px 0;
	}

	.art500-link__cat {
		width: 49%;
		font-size: var(--font-size-12px);
	}

	.art500-link__cat:nth-of-type(n+3) {
		margin-top: 15px;
	}

	/*----------------------------------
		マグネット
	----------------------------------*/
	.magnet__link {
		font-size: var(--font-size-14px);
	}

	.magnet__txt {
		font-size: var(--font-size-12px);
	}
}