@charset 'utf-8';

/* ---------------------------------------------------------------
@DIOR / dior_addict_2601 pc
--------------------------------------------------------------- */
#dior-addict-2601.Dior section { /* stylelint-disable-line */
	margin-bottom: 0;
}
#dior-addict-2601 .dior-addict-container {
	text-align: center;
}
#dior-addict-2601 .dior-addict-container * {
	box-sizing: border-box;
}
#dior-addict-2601 .dior-addict-container [loading='lazy'] {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#dior-addict-2601 .button-group {
	display: flex;
	justify-content: center;
	gap: 30px;
}
#dior-addict-2601 .action-button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 137px;
	height: 27px;
	background: #000;
	color: #fff;
	font-size: 11px;
	text-indent: -10px;
}
#dior-addict-2601 .action-button::after {
	position: absolute;
	top: 0;
	right: 17px;
	bottom: 0;
	width: 4px;
	height: 4px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	content: '';
}
#dior-addict-2601 .keyvisual img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 1;
}

/* -------------------------------------
商品紹介セクション (メインタイトル)
------------------------------------- */
#dior-addict-2601 .product-intro .keyvisual img {
	aspect-ratio: 1000 / 520;
}
#dior-addict-2601 .product-intro h2 {
	margin-top: 36px;
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}
#dior-addict-2601 .product-intro p {
	margin-bottom: 20px;
}
#dior-addict-2601 .small-caption {
	color: #666;
	font-size: 10px;
}

/* -------------------------------------
カラーバリエーションセクション
------------------------------------- */
#dior-addict-2601 .color-variants {
	padding: 40px 0 80px;
}
#dior-addict-2601 .color-variants h3 {
	margin: 25px 0 20px;
	font-size: 17px;
	font-weight: bold;
}
#dior-addict-2601 .color-intro-text {
	margin-bottom: 20px;
}
#dior-addict-2601 .color-intro-text em {
	font-weight: bold;
}
#dior-addict-2601 .color-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 17px;
}
#dior-addict-2601 .color-item {
	width: 197px;
}
#dior-addict-2601 .color-item img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	margin-bottom: 10px;
}
#dior-addict-2601 .color-item p {
	margin-bottom: 10px;
	font-weight: bold;
}
#dior-addict-2601 .color-item .action-button {
	margin: 0 auto;
}

/* -------------------------------------
3つのフレグランスセクション
------------------------------------- */
#dior-addict-2601 .fragrance-section h2 {
	margin-bottom: 30px;
	font-size: 23px;
	font-weight: bold;
}
#dior-addict-2601 .fragrance-intro {
	margin: 30px 0;
	text-align: center;
}
#dior-addict-2601 .fragrance-intro p {
	margin-bottom: 20px;
}
#dior-addict-2601 .fragrance-list li {
	display: flex;
	align-items: center;
	text-align: center;
}
#dior-addict-2601 .fragrance-list li:nth-of-type(even) {
	flex-direction: row-reverse;
}
#dior-addict-2601 .image-wrapper {
	width: 50%;
}
#dior-addict-2601 .fragrance-list li img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
}
#dior-addict-2601 .fragrance-item-text-wrapper {
	width: 50%;
}
#dior-addict-2601 .fragrance-item-text {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#dior-addict-2601 .fragrance-item-title {
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
}
#dior-addict-2601 .fragrance-item-text p {
	margin-bottom: 20px;
	line-height: 1.6;
}

/* -------------------------------------
動画セクション
------------------------------------- */
#dior-addict-2601 .dior-player {
	position: relative;
	width: 100%;
	height: 0;
	margin: 40px 0;
	padding-top: 56.25%;
}
#dior-addict-2601 .dior-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -------------------------------------
メンバーシップ プログラム
------------------------------------- */
#dior-addict-2601 .section-membership {
	margin-bottom: 20px;
	padding: 15px;
	background: #f4f4f4;
	text-align: left;
}
#dior-addict-2601 .section-membership .title-lv2 {
	margin-bottom: 18px;
	font-size: 18px;
	line-height: 1.2;
}
#dior-addict-2601 .section-membership .text,
#dior-addict-2601 .section-membership .button {
	margin-bottom: 15px;
}
#dior-addict-2601 .section-membership .text-bold {
	font-weight: bold;
}
#dior-addict-2601 .membership-wrap {
	display: flex;
	margin-bottom: 20px;
}
#dior-addict-2601 .membership-step {
	display: flex;
	justify-content: center;
	padding: 13px 0;
	border-radius: 10px;
	background: #fff;
}
#dior-addict-2601 .membership-step .flex-inner {
	display: flex;
}
#dior-addict-2601 .membership-step .flex-inner + .flex-inner {
	margin-left: 100px;
}
#dior-addict-2601 .membership-image {
	margin-right: 15px;
}
#dior-addict-2601 .step-image {
	margin: 20px 0 8px;
}
#dior-addict-2601 .step-image img[loading='lazy'] {
	background: none;
}
#dior-addict-2601 .link-button {
	display: inline-block;
	width: 100%;
	max-width: 155px;
	padding: 7px 25px 7px 9px;
	border-radius: 100px;
	background: #000;
	color: #fff;
	font-size: 10px;
	text-align: center;
}
#dior-addict-2601 .link-button[data-link-icon='arrow-r'] {
	position: relative;
}
#dior-addict-2601 .link-button[data-link-icon='arrow-r']::after {
	position: absolute;
	top: 50%;
	right: 11px;
	width: 0;
	height: 0;
	border-width: 4px 6px;
	border-style: solid;
	border-color: transparent;
	border-right: 0;
	border-left-color: currentcolor;
	transform: translateY(-50%);
	content: '';
}
#dior-addict-2601 .list-notes {
	margin-top: 20px;
	font-size: 10px;
	line-height: 1.28;
}

/* -------------------------------------
フッターリンク
------------------------------------- */
#dior-addict-2601 .dior-footer {
	margin-top: 40px;
}
#dior-addict-2601 .dior-footer .action-button {
	width: 216px;
	margin: 0 auto;
}
#dior-addict-2601 .dior-footer .action-button::after {
	right: 10px;
}
