@media screen and (max-width: 460px) {
	body {
		background-color: #fff;
	}
}

@media print, screen and (min-width: 461px) {
	html {
		font-size: clamp(0.625rem, 1.333vw, 1rem);
        scroll-behavior: smooth;
	}
}

@media screen and (max-width: 460px) {
  [data-sc-pc] {
    display: none !important;
  }
}

@media print, screen and (min-width: 461px) {
  [data-sc-sp] {
    display: none !important;
  }
}

body {
    scroll-margin-top: 73px;
}

/* intro-wrapper */
.intro-wrapper {
    display: block;
    position: relative;
    background-color: #f5f2ea;
    padding: 3rem 0 3.75rem;
    margin-bottom: 15.625rem;
}

@media screen and (max-width: 640px) {
    .intro-wrapper {
        margin-bottom: 13.125rem;
    }
}

/* introduction */
.introduction {
    display: contents;
}

.introduction__body {
    position: absolute;
    width: calc(100% - 6.875rem);
    max-width: 76.25rem;
    padding: 5rem 0;
    text-align: center;
    color: #333333;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -39%;
    box-sizing: border-box;
}

@media screen and (max-width: 640px) {
    .introduction__body {
        width: calc(100% - 1.25rem);
        padding: 1.875rem 0;
        bottom: -51%;
    }
}

.introduction__sec-title {
    max-width: 42.4375rem;
    margin: 0 auto;
    padding-bottom: 1.5rem;
    font-family: "Noto Serif JP", "source-han-serif-japanese", serif;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #333333;
}

@media screen and (max-width: 640px) {
    .introduction__sec-title {
        font-size: 0.875rem;
        line-height: 2;
        letter-spacing: 0.05em;
        padding-bottom: 0.625rem;
    }
}

.introduction__text {
    position: relative;
    max-width: 42.4375rem;
    margin: 0 auto;
    font-family: "Noto Serif JP", "source-han-serif-japanese", serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
    color: #333333;
}

.introduction__text::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 1.875rem;
    background-color: #333333;
    left: 50%;
    bottom: -3.9375rem;
    transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
    .introduction__text {
        font-size: 0.75rem;
        line-height: 2;
        letter-spacing: 0;
    }

    .introduction__text::after {
        height: 1.625rem;
        bottom: -3.375rem;
    }
}

.dress-button-wrap {
    text-align: center;
    padding: 0 1.25rem 3.75rem;
    box-sizing: border-box;
}

@media screen and (max-width: 640px) {
    .dress-button-wrap {
        padding-bottom: 2.5rem;
    }
}

.dress-button,
.dress-button:link,
.dress-button:visited,
.dress-button:hover,
.dress-button:active,
.dress-button:focus,
.dress-button:focus-visible {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.dress-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 15.1875rem;
    max-width: 100%;
    height: 2.5rem;
    padding: 0.875rem 0 0.625rem 3.125rem;
    background-color: #601e1f; /* Rectangle 9 fill */
    font-family: "ltc-caslon-pro", "mrs-eaves-roman-lining", serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
    border: none;
    border-radius: 0;
    transition: opacity 0.2s ease;
}

.dress-button:hover {
    opacity: 0.92;
}

.dress-button__label {
    display: block;
    max-width: 8.9375rem;
    overflow: hidden;
    white-space: nowrap;
    color: #ffffff;
	font-family: "ltc-caslon-pro", "mrs-eaves-roman-lining", serif;
	font-size: 1rem;
	text-align: center;
	letter-spacing: 0;
}

.dress-button__label--jp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
}

/* Vector 2:2968: (229,15.5) 4×8 — 幅243時は right:0.625rem と等価、max-width:100% 時も右基準で破綻しにくい */
.dress-button__arrow {
    position: absolute;
    top: 0.96875rem;
    right: 0.625rem;
    width: 0.25rem;
    height: 0.5rem;
    line-height: 0;
}

.dress-button__arrow::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/button_arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 640px) {
    .dress-button {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* main-area */
.mod-main {
    display: block;
    margin-top: 4.5rem;
    color: #333;
}

@media screen and (max-width: 640px) {
    .mod-main {
        margin-top: 0;
    }
}

.mod-main__title {
    position: relative;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "mrs-eaves-roman-lining", sans-serif;
    color: #601e1f;
}

@media screen and (max-width: 640px) {
    .mod-main__title {
        font-size: 1.4375rem;
        margin: auto;
    }
}

.mod-main__title::after {
    content: '';
    width: 2.5rem;
    height: 1px;
    display: inline-block;
    background-color: #282828;
    position: absolute;
    bottom: -0.4375rem;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
    .mod-main__title::after {
        width: 1.5625rem;
        bottom: -0.875rem;
    }
}

/* mv-view */
.mv-view {
    display: block;
    width: 100%;
}

.mv {
    max-width: 83.125rem;
    margin: 0 auto;
    height: 38.125rem;
    background-image: url(../img/mv_pc.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 640px) {
    .mv {
        height: 107.75vw;
        background-image: url(../img/mv_sp.webp);
    }
}

.mv__badge {
    position: absolute;
    max-width: 22.5rem;
    width: 27%;
    height: auto;
    left: 63%;
    top: 20%;
}

.mv__badge-img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 640px) {
    .mv__badge {
        width: 43%;
        left: 54%;
        top: 17%;
    }
}

/* to-top */
#to_top .wrap {
    max-width: 59.375rem;
    width: 100%;
    margin: 5rem auto 0;
    text-align: center;
    padding-bottom: 1.5625rem;
    box-sizing: border-box;
}

/* topics-banner */
.topics_131018 {
	padding: 0px;
  }
  
  .topics_131018 #facility_fiftyth {
	background-color: #f4f4f4;
  }
  

.lineup {
	padding-top: 5.9375rem;
	position: relative;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	.lineup {
		padding-top: 6rem;
	}
}

.lineup .lineup_box {
	position: relative;
	padding-bottom: 7rem;
}

@media screen and (max-width: 640px) {
	.lineup .lineup_box {
		padding-bottom: 5.25rem;
		margin-bottom: 0;
	}
	/* .lineup .lineup_box.kimono {
		padding-bottom: 1.875rem;
		margin-bottom: 0;
	} */
}

.lineup .lineup_box::before {
	content: "";
	width: 65.625rem;
    height: 100%;
	background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
@media screen and (max-width: 640px) {
	.lineup .lineup_box::before {
		background-size: cover;
	}
}

.lineup .lineup_box.wedding::before {
	background-image: url(../img/wedding_bg.webp);
}
@media screen and (max-width: 640px) {
	.lineup .lineup_box.wedding::before {
		background-image: url(../img/wedding_bg_sp.webp);
	}
}

.lineup .lineup_box.color::before {
	background-image: url(../img/color_bg.webp);
}
@media screen and (max-width: 640px) {
	.lineup .lineup_box.color::before {
		background-image: url(../img/color_bg_sp.webp);
	}
}

.lineup .lineup_box.kimono::before {
	background-image: url(../img/kimono_bg.webp);
}
@media screen and (max-width: 640px) {
	.lineup .lineup_box.kimono::before {
		background-image: url(../img/kimono_bg_sp.webp);
	}
}

.lineup .lineup_box.mens::before {
	background-image: url(../img/mens_bg.webp);
}
@media screen and (max-width: 640px) {
	.lineup .lineup_box.mens::before {
		background-image: url(../img/mens_bg_sp.webp);
	}
}

@media screen and (max-width: 640px) {
	.lineup .lineup_box::before {
		width: calc(100% - 1.9375rem);
		height: calc(100% - 3.125rem);
	}
}

.lineup .lineup_box .lineup_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	text-align: center;
}

.lineup .lineup_box .lineup_title {
	padding: 4rem 0 0;
}

@media screen and (max-width: 640px) {
	.lineup .lineup_box .lineup_title {
		gap: 0.5rem;
		margin-left: auto;
		margin-right: auto;
		max-width: 12.875rem;
	}

	.lineup .lineup_box .lineup_title {
		padding: 2.9rem 0 0;
	}
}

.lineup .lineup_box .lineup_title .en_text {
	font-family: "ltc-caslon-pro", "mrs-eaves-roman-lining", serif;
	font-size: 1.875rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #601e1f;
	display: block;
}

@media screen and (max-width: 640px) {
	.lineup .lineup_box .lineup_title .en_text {
		font-size: 1.125rem;
		line-height: 1;
		letter-spacing: 0.125em;
	}
}

.lineup .lineup_box .lineup_title .jp_text {
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0;
	color: #333;
	font-family: "Noto Serif JP", "source-han-serif-japanese", serif;
	font-weight: 500;
	display: inline-block;
	position: relative;
}

@media screen and (max-width: 640px) {
	.lineup .lineup_box .lineup_title .jp_text {
		font-size: 0.65rem;
		line-height: 1;
		letter-spacing: 0.05em;
	}
}

.lineup .lineup_box .lineup_title img {
	display: block;
	height: 3.9375rem;
	margin: auto;
}

.lineup .lineup_box .textbox {
	width: 100%;
	max-width: 29.125rem;
	margin: 0 auto;
}

.lineup .lineup_box .textbox {
	padding: 1.5rem 0 4rem;
}

@media screen and (max-width: 640px) {
	.lineup .lineup_box .textbox {
		max-width: 15.4rem;
		margin-left: auto;
		margin-right: auto;
	}

	.lineup .lineup_box .textbox {
		padding: 1.3rem 0 2.1rem; /* 上: タイトルとの gap 1.5rem / 下: 2.5rem */
	}
}

.lineup .lineup_box .textbox .text {
	text-align: center;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0;
}

.lineup .lineup_box.wedding .textbox .text {
	font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 640px) {
	.lineup .lineup_box .textbox .text {
		text-align: justify;
		font-size: 0.65rem;
		font-weight: 400;
		line-height: 2;
		letter-spacing: 0;
	}
}

/* スライダー */
.lineup .lineup_box .slider_wrap {
	position: relative;
	margin: auto;
	overflow: hidden;
}

.lineup .lineup_box .slider_wrap .slick-dotted.slick-slider {
	margin-bottom: 2.25rem;
}

.lineup .lineup_box .slider_wrap .slides .slick-slide {
	width: 25rem;
	overflow: hidden;
	margin: 0 0.3125rem;
}

@media screen and (max-width: 640px) {
	.lineup .lineup_box .slider_wrap .slides .slick-slide {
		width: 50vw;
		margin: 0 3.1vw;
	}
}

.lineup .lineup_box .slider_wrap .slides .slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 左右の送り矢印 */
.lineup .lineup_box .slider_wrap .slider_arrow {
	width: 1.875rem;
	height: 1.875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
	cursor: pointer;
}

@media screen and (max-width: 640px) {
	.lineup .lineup_box .slider_wrap .slider_arrow {
		width: 1.875rem;
		height: 1.875rem;
		top: 48%;
	}
}

.lineup .lineup_box .slider_wrap .slider_arrow.prev {
	background-image: url(../img/slider_icon_prev.webp);
	left: calc(50% - 37.5rem);
}

@media screen and (max-width: 640px) {
	.lineup .lineup_box .slider_wrap .slider_arrow.prev {
		background-image: url(../img/slider_icon_prev_sp.webp);
		background-size: 70%;
		left: 0.625rem;
	}
}

.lineup .lineup_box .slider_wrap .slider_arrow.next {
	background-image: url(../img/slider_icon_next.webp);
	right: calc(50% - 37.5rem);
}

@media screen and (max-width: 640px) {
	.lineup .lineup_box .slider_wrap .slider_arrow.next {
		background-image: url(../img/slider_icon_next_sp.webp);
		background-size: 70%;
		right: 0.625rem;
	}
}

/* ドット */
.lineup .lineup_box .slider_wrap .slick-dots {
	bottom: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
}
.lineup .lineup_box .slider_wrap .slick-dots li {
	width: 1.5625rem;
	height: 0.125rem;
	margin: 0;
	padding: 0;
}

.lineup .lineup_box .slider_wrap .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
}

.lineup .lineup_box .slider_wrap .slick-dots li button::before {
	content: "";
	font-size: 0;
	line-height: 1;
	width: 100%;
	height: 0.125rem;
	background-color: #fff;
	opacity: 1;
	top: 0;
	left: 0;
}

.lineup .lineup_box .slider_wrap .slick-dots li.slick-active button::before {
	background-color: #601e1f;
}

@media screen and (max-width: 640px) {
	.lineup .lineup_box .slider_wrap .slick-dotted.slick-slider {
		margin-bottom: 1.625rem; /* ドット bottom 1.5rem + バー高 0.125rem */
	}

	.lineup .lineup_box .slider_wrap .slick-dots {
		position: absolute;
		bottom: -0.8rem;
		left: 0;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.25rem;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}

	.lineup .lineup_box .slider_wrap .slick-dots li {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 1.3rem;
		height: 0.125rem;
		margin: 0;
		padding: 0;
		line-height: 0;
	}

	.lineup .lineup_box .slider_wrap .slick-dots li button {
		position: relative;
		width: 100%;
		height: 100%;
		padding: 0;
		font-size: 0;
		line-height: 0;
		display: block;
		border: 0;
		outline: none;
		background: transparent;
		color: transparent;
		cursor: pointer;
	}

	.lineup .lineup_box .slider_wrap .slick-dots li button:hover:before,
	.lineup .lineup_box .slider_wrap .slick-dots li button:focus:before {
		opacity: 1;
	}

	.lineup .lineup_box .slider_wrap .slick-dots li button::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 0.125rem;
		background-color: #fff;
		opacity: 1;
		font-size: 0;
		line-height: 0;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.lineup .lineup_box .slider_wrap .slick-dots li.slick-active button::before {
		background-color: #601e1f;
	}
}

/* dress-shop */
.dress-shop {
	background-color: #f8f7f4;
}

/* dress-shop-intro */
.dress-shop-intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.125rem;
	padding: 5rem 0 5rem;
}

.dress-shop-intro__title-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	margin: 0;
}

.dress-shop-intro__title-en {
	display: block;
	font-family: "ltc-caslon-pro", "mrs-eaves-roman-lining", serif;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 2.1;
	letter-spacing: 0.07em;
	color: #601e1f;
}

.dress-shop-intro__title-jp {
	display: block;
	font-family: "Noto Serif JP", "source-han-serif-japanese", serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #333333;
}

.dress-shop-intro__text {
	width: 21.125rem;
	margin: 0;
	font-family: "Noto Serif JP", "source-han-serif-japanese", serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.0625;
	letter-spacing: 0;
	color: #333333;
	text-align: center;
}

.dress-shop-feature {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5rem;
	max-width: 83.375rem;
	margin: 0 auto;
	box-sizing: border-box;
}

.dress-shop-feature--image-left {
	flex-direction: row-reverse;
}

.dress-shop-feature__content {
	width: 34.375rem;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.dress-shop-feature__heading {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.dress-shop-feature__title-en {
	margin: 0;
	font-family: "ltc-caslon-pro", "mrs-eaves-roman-lining", serif;
	font-size: 2.1875rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #333333;
}

.dress-shop-feature__title-jp {
	margin: 0;
	font-family: "Noto Serif JP", "source-han-serif-japanese", serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1;
	color: #601e1f;
}

.dress-shop-feature__copy {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.dress-shop-feature__lead {
	margin: 0;
	font-family: "Noto Serif JP", "source-han-serif-japanese", serif;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.05em;
	color: #333333;
}

.dress-shop-feature__text {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.0625;
	color: #333333;
	text-align: justify;
	letter-spacing: 0.04em;
}

.dress-shop-feature__button.dress-button {
	width: 15.1875rem;
	height: 2.5rem;
	padding: 0.8125rem 0;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 1rem;
	line-height: 1;
}

.dress-shop-feature__button .dress-button__label {
	max-width: none;
}

.dress-shop-feature__button .dress-button__arrow {
	top: 1rem;
	right: 0.625rem;
}

.dress-shop-feature__image {
	width: 43.75rem;
	height: 31.25rem;
	overflow: hidden;
}

.dress-shop-feature__image picture,
.dress-shop-feature__image img {
	display: block;
	width: 100%;
	height: 100%;
}

.dress-shop-feature__image img {
	object-fit: cover;
}

.dress-shop-detail {
	background-color: #f8f7f4;
}

.dress-shop-details {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 3.0625rem;
	max-width: 86.75rem;
	margin: 6rem auto 0;
	padding: 0 1.25rem 7rem;
	box-sizing: border-box;

	+ .dress-shop-feature {
		margin-top: 4.55rem;
	}
}

.dress-shop-details__item {
	width: 25.75rem;
	max-width: 100%;
}

.dress-shop-detail__inner {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	max-width: 25.75rem;
	margin: 0 auto;
}

.dress-shop-detail__content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 0 1rem;
	box-sizing: border-box;
}

.dress-shop-detail__lead {
	margin: 0;
	font-family: "Noto Serif JP", "source-han-serif-japanese", serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #333333;
	text-align: center;
	letter-spacing: 0;
}

.dress-shop-detail__text {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2;
	color: #333333;
	text-align: left;
	letter-spacing: 0;
}

.dress-shop-detail__button {
	margin: 0.5rem auto 0;
}

.dress-shop-detail__button.dress-button {
	width: 15.1875rem;
	height: 2.5rem;
	padding: 0.8125rem 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	line-height: 1;
	text-align: center;
}

.dress-shop-detail__button .dress-button__label {
	max-width: none;
}

.dress-shop-detail__button .dress-button__arrow {
	top: 1rem;
	right: 0.625rem;
}

.dress-shop-detail__image {
	width: 100%;
	aspect-ratio: 103 / 70;
	overflow: hidden;
}

.dress-shop-detail__image picture,
.dress-shop-detail__image img {
	display: block;
	width: 100%;
	height: 100%;
}

.dress-shop-detail__image img {
	object-fit: cover;
}

@media screen and (max-width: 640px) {
	.dress-shop {
		padding-bottom: 4.55rem;
	}

	.dress-shop-intro {
		padding: 2.28rem 0 3.24rem;
		gap: 1.36rem;
	}

	.dress-shop-intro__title-en {
		font-size: 1.25rem;
		line-height: 1.9;
		letter-spacing: 0.1em;
	}

	.dress-shop-intro__title-jp {
		font-size: 0.68rem;
		line-height: 1.6;
	}

	.dress-shop-intro__text {
		width: 16rem;
		font-size: 0.74rem;
		line-height: 1.7;
	}

	.dress-shop-feature {
		flex-direction: column-reverse;
		gap: 2.27rem;
		max-width: 25.75rem;
	}

	.dress-shop-feature--image-left {
		flex-direction: column-reverse;
	}

	.dress-shop-feature__content {
		width: 100%;
		gap: 2rem;
		padding: 0 1.82rem;
		box-sizing: border-box;
	}

	.dress-shop-feature__heading {
		gap: 0.57rem;
	}

	.dress-shop-feature__title-en {
		font-size: 1.25rem;
	}

	.dress-shop-feature__title-jp {
		font-size: 0.68rem;
	}

	.dress-shop-feature__copy {
		gap: 0.91rem;
	}

	.dress-shop-feature__lead {
		font-size: 0.91rem;
		line-height: 1.75;
	}

	.dress-shop-feature__text {
		font-size: 0.74rem;
		line-height: 2;
		text-align: left;
		letter-spacing: 0.2em;
	}

	.dress-shop-feature__button.dress-button {
		margin: 0 auto;
		font-size: 0.91rem;
	}

	.dress-shop-feature__image {
		width: 96%;
		height: auto;
		aspect-ratio: 7 / 5;
		display: block;
		margin-left: auto;
		margin-right: 0;
	}

	.dress-shop-detail__inner {
		gap: 1.65rem;
		flex-direction: row;
		align-items: center;
	}

	.dress-shop-details {
		flex-direction: column;
		gap: 2rem;
		max-width: 25.75rem;
		padding: 0;
		margin-top: 3.76rem;
	}

	.dress-shop-details__item {
		width: 100%;
	}

	.dress-shop-detail__image {
		width: 100%;
		aspect-ratio: 1;
	}

	.dress-shop-detail__content {
		padding: 0;
		gap: 0.45rem;

		> .dress-shop-detail__button.dress-button {
			width: 10rem;
			margin: 0 0.91rem 0 0;

			> .dress-button__label {
				font-size: 0.74rem;
			}
		}
	}

	.dress-shop-detail__lead {
		font-size: 0.85rem;
		line-height: 1.8;
		letter-spacing: 0;
		min-width: 10rem;
		margin-right: 0.91rem;
	}

	.dress-shop-detail__text {
		font-size: 0.875rem;
		line-height: 2;
		text-align: left;
	}

	.dress-shop-detail__button {
		margin-top: 0.5rem;
	}
}

