@charset "utf-8";

html {
	padding-top: 0 !important;
}


/* --------------------------------------------------------------------------------
メイン幅
-------------------------------------------------------------------------------- */
.fs-l-main {
	max-width: none;
	padding: 0;
}
.fs-l-pageMain {
	max-width: none;
}





/* --------------------------------------------------------------------------------
★スライダー（カルーセル：コマースクリエイター版）
パネルパーツ内に.main-sliderで作成：共通の場合は.index-sliderにする
-------------------------------------------------------------------------------- */
.main-slider {
	padding: 45vw 0 10vw;
}
.main-slider .slick-list {
	margin: 0 0 2vw !important;
}

/********** slick-slide **********/
.main-slider .slick-slide figure {
	display: block !important;
}
.main-slider .slick-slide a {
	display: block;
}
.main-slider .slick-slide img {
	display: block;
	width: 100%;
	height: auto;
}


/********** 左右の矢印 **********/
.main-slider .slick-prev,
.main-slider .slick-next {
	width: 30px;
	height: 55px;
	top: calc(50% - 15px); /* 位置調整 */
}
.main-slider .slick-prev {
	left: 0;
	background: url("../images/index-2025/slider-btn-prev.png") no-repeat 0 0;
}
.main-slider .slick-next {
	right: 0;
	background: url("../images/index-2025/slider-btn-next.png") no-repeat 0 0;
}

/* スライダーボタンのbeforeを除去 */
.main-slider .slick-prev::before,
.main-slider .slick-next::before {
	display: none;
}

/********** ドット **********/
.main-slider .slick-dots {
	padding: 0;
}
.main-slider .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 0.8vw;
	padding: 0;
	cursor: pointer;
}
.main-slider .slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 0;
	cursor: pointer;
}
.main-slider .slick-dots li button::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 1.6vw;
	height: 1.6vw;
	border-radius: 3vw;
	font-family: "fs-icon";
	font-size: 1px;
	line-height: 1;
	text-align: left;
	color: #cccccc;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	background: #dcdcdc;
}
.main-slider .slick-dots li.slick-active button::before {
	background: #b43746;
	opacity: 1;
}


/* --------------------------------------------------------------------------------
indexメイン
-------------------------------------------------------------------------------- */
#index {
	
}


/* --------------------------------------------------------------------------------
取り扱い点数　常時500点以上！
東レシルック洗えるきもの専門店おべべや
-------------------------------------------------------------------------------- */
#index h2.page-heading {
	height: 26vw;
	margin: 0 3vw 9vw;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background: #903540;
}
#index h2.page-heading .mark-1 {
	display: block;
	padding: 2.5vw 0 1vw;
	font-size: 4.4vw;
}
#index h2.page-heading .mark-2 {
	font-size: 5.6vw;
}
#index h2.page-heading .mark-3 {
	display: block;
	padding: 0 0 0 0;
	font-size: 6.4vw;
}


/* --------------------------------------------------------------------------------
お知らせ
※左右の隙間調整
-------------------------------------------------------------------------------- */
.oshirase {
	padding-right: 3vw !important;
	padding-left: 3vw !important;
}


/* --------------------------------------------------------------------------------
common-bnrs
※左右の隙間調整
-------------------------------------------------------------------------------- */
.common-bnrs {
	padding-right: 3vw !important;
	padding-left: 3vw !important;
}


/* --------------------------------------------------------------------------------
取り扱い点数　常時500点以上！
東レシルック洗えるきもの専門店おべべや
-------------------------------------------------------------------------------- */
#index .bnrs-1 {
	padding: 0 3vw 13.5vw;
}
#index .bnrs-1 ul {
	
}
#index .bnrs-1 ul li {
	padding: 0 0 5vw;
}
#index .bnrs-1 ul li a {
	display: block;
}
#index .bnrs-1 ul li img {
	display: block;
}


/* --------------------------------------------------------------------------------
p-★★★∴∴∴パーツ：トップページ：ページ内ナビボタン
-------------------------------------------------------------------------------- */
#index .nav-page-contents {
	margin: 0 3vw 13.5vw;
}
#index .nav-page-contents ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
	width: 100%;
}
#index .nav-page-contents ul li {
	width: 49%;
	padding: 0 0 2vw;
}
#index .nav-page-contents ul li .btn-nav-box {
	padding: 0 0 0;
}
#index .nav-page-contents ul li a {
	display: block;
	
	width: 100%;
	height: 16vw;
	padding: 2.5vw 0 0;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-radius: 2vw;
	
	text-decoration: none;
	text-align: center;
	font-size: 4.4vw;
}

/*人気ランキング*/
#index .nav-page-contents ul li.btn-nav-ranking a {
	background: #f5e6a0;
}

/*用途・目的から選ぶ*/
#index .nav-page-contents ul li.btn-nav-youto a {
	background: #c8e1dc;
}

/*カテゴリーから選ぶ*/
#index .nav-page-contents ul li.btn-nav-cat a {
	background: #e6cadd;
}

/*安心3つのサービス*/
#index .nav-page-contents ul li.btn-nav-service3 a {
	background: #c8e1f0;
}

/* ▼矢印のアイコン */
#index .nav-page-contents ul li a i {
	display: block;
	width: 3vw;
	height: 4vw;
	margin: 0 auto;
	background: url("../images/index-2026/down-arrow.svg") no-repeat 50% 100%;
	background-size: 100% auto;
}


/* --------------------------------------------------------------------------------
p-★★★∴∴∴パーツ：トップページ：人気ランキング
-------------------------------------------------------------------------------- */
#index .section-ranking {
	scroll-margin: 50vw;
	
	padding: 0 3vw 21vw;
}


/********** 見出し **********/
#index .section-ranking h2.heading-section {
	padding: 0 0 8vw;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 6.4vw;
	color: #444;
}


/********** 見出し **********/
#index .section-ranking h3 {
	padding: 0 0 5.5vw;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-size: 5vw;
	text-shadow: 0.6vw 0.6vw 0.8vw rgba(0, 0, 0, 0.3);
	color: #329286;
}


/********** ランキングのリスト **********/
#index .section-ranking .item-list {
	padding: 0 0 9.5vw;
}
#index .section-ranking .item-list ul {
	display: flex;
	
	width: 100%;
}
#index .section-ranking .item-list ul li {
	width: 30vw;
	margin: 0 2vw 0 0;
}
#index .section-ranking .item-list ul li:last-child {
	margin-right: 0;
}
#index .section-ranking .item-list ul li a {
	position: relative;
	
	display: block;
	
	text-decoration: none;
	font-size: 3.6vw;
}
#index .section-ranking .item-list ul li a::before {
	position: absolute;
	content: '';
	top: 0.3vw;
	left: 0.3vw;
	z-index: 2;
	display: block;
	width: 7.5vw;
	height: 6vw;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}
#index .section-ranking .item-list ul li:nth-of-type(1) a::before {
	background-image: url("../images/index-2026/icon-rank1.svg");
}
#index .section-ranking .item-list ul li:nth-of-type(2) a::before {
	background-image: url("../images/index-2026/icon-rank2.svg");
}
#index .section-ranking .item-list ul li:nth-of-type(3) a::before {
	background-image: url("../images/index-2026/icon-rank3.svg");
}

/* 画像 */
#index .section-ranking .item-list ul li a .thumb {
	padding: 0 0 1vw;
}

/* 画像 */
#index .section-ranking .item-list ul li a .label {
	padding: 0 0 1vw;
	line-height: 1.4;
}


/* --------------------------------------------------------------------------------
p-★★★∴∴∴パーツ：トップページ：用途・目的から選ぶ
-------------------------------------------------------------------------------- */
#index .section-youto {
	scroll-margin: 50vw;
	
	padding: 0 3vw 10vw;
}


/********** 見出し **********/
#index .section-youto h2.heading-section {
	padding: 0 0 8.5vw;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 6.4vw;
	color: #444;
}


/********** 中見出し **********/
#index .section-youto h3 {
	padding: 0 0 5.5vw;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-size: 5vw;
	text-shadow: 0.6vw 0.6vw 0.8vw rgba(0, 0, 0, 0.3);
	color: #329286;
}


/********** 用途のリスト **********/
#index .section-youto .list-youto {
	padding: 0 0 7.5vw;
}
#index .section-youto .list-youto ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	width: 100%;
}
#index .section-youto .list-youto ul li {
	width: 49%;
	margin: 0 0 3.5vw;
}
#index .section-youto .list-youto ul li:last-child {
	margin-right: 0;
}
#index .section-youto .list-youto ul li a {
	display: block;
}
#index .section-youto .list-youto ul li img {
	display: block;
}


/* --------------------------------------------------------------------------------
p-★★★∴∴∴パーツ：トップページ：カテゴリーから選ぶ
-------------------------------------------------------------------------------- */
#index .section-cat {
	scroll-margin: 50vw;
	
	padding: 0 3vw 18.5vw;
}
#index .section-cat h2.heading-section {
	padding: 0 0 7vw;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 6.4vw;
	color: #444;
}


/********** 中見出し **********/
#index .section-cat h3 {
	padding: 0 0 4vw;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-size: 5vw;
	text-shadow: 0.6vw 0.6vw 0.8vw rgba(0, 0, 0, 0.3);
	color: #329286;
}

/********** メインカテゴリー **********/
#index .section-cat .main-category {
	padding: 0 0 5vw;
}
#index .section-cat .main-category h3 {
	padding: 0 0 6vw;
}

/* カテゴリーリスト */
#index .section-cat .main-category .cat-list ul {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
}
#index .section-cat .main-category .cat-list ul li {
	width: 50%;
	margin: 0 0 5vw;
}
#index .section-cat .main-category .cat-list ul li a {
	display: block;
}
#index .section-cat .main-category .cat-list ul li a .img {
	width: 30vw;
	margin: 0 auto;
	padding: 0 0 10px;
}
#index .section-cat .main-category .cat-list ul li a .img img {
	display: block;
}
#index .section-cat .main-category .cat-list ul li a .label {
	padding: 0 0 5px;
	text-align: center;
	line-height: 1.4;
	font-size: 4.2vw;
}
#index .section-cat .main-category .cat-list ul li a .setsumei {
	text-align: center;
	line-height: 1.4;
	font-size: 3.4vw;
}

/********** サブカテゴリー **********/
#index .section-cat .sub-category {
	padding: 0 0 5vw;
}

#index .section-cat .sub-category h3 {
	padding-bottom: 6vw;
}

/* カテゴリーリスト */
#index .section-cat .sub-category .cat-list ul {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
}
#index .section-cat .sub-category .cat-list ul li {
	width: 25%;
	padding: 0 0 5vw;
}
#index .section-cat .sub-category .cat-list ul li a {
	display: block;
}
#index .section-cat .sub-category .cat-list ul li a .img {
	padding: 0 1.5vw 2vw;
}
#index .section-cat .sub-category .cat-list ul li a .img img {
	display: block;
}
#index .section-cat .sub-category .cat-list ul li a .label {
	text-align: center;
	line-height: 1.35;
	font-size: 3.4vw;
}


/* --------------------------------------------------------------------------------
p-★★★∴∴∴パーツ：トップページ：安心！おべべや 3つのサービス
-------------------------------------------------------------------------------- */
#index .section-service3 {
	scroll-margin: 50vw;
	margin: 0 3vw 20vw;
	
	border-radius: 5vw;
	background: #903540;
}

/********** section-service3-outer **********/
#index .section-service3 .section-service3-outer {
	padding: 4vw 4vw 4vw;
}

/********** section-service3-outer **********/
#index .section-service3 h2.heading-section {
	padding: 0 0 3.5vw;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 6.4vw;
	color: #fff;
}
#index .section-service3 h2.heading-section .mark-1 {
	font-size: 9vw;
}

/********** リスト **********/
#index .section-service3 .contents-list ul {
}
#index .section-service3 .contents-list ul li {
	margin: 0 0 3vw;
	padding: 19vw 8.5vw 5.5vw;
	border-radius: 2vw;
	background: #fff;
	overflow: hidden;
	background-size: 12vw auto;
	background-repeat: no-repeat;
	background-position: 50% 4.8vw;
}

/* 1 */
#index .section-service3 .contents-list ul li:nth-of-type(1) {
	background-image: url("../images/index-2026/t-service1.svg");
}
/* 2 */
#index .section-service3 .contents-list ul li:nth-of-type(2) {
	background-image: url("../images/index-2026/t-service2.svg");
}
/* 3 */
#index .section-service3 .contents-list ul li:nth-of-type(3) {
	margin-bottom: 0;
	background-image: url("../images/index-2026/t-service3.svg");
}

/********** txt-unit **********/
#index .section-service3 .contents-list ul li .txt-unit {
}

/* 中見出し */
#index .section-service3 .contents-list ul li .txt-unit h3 {
	padding: 0 0 1.5vw;
	line-height: 1.3;
	font-size: 4.8vw;
}

/* 中見出し */
#index .section-service3 .contents-list ul li .txt-unit .txt {
	padding: 0 0 4.5vw;
	line-height: 1.4;
	font-size: 3.6vw;
}
#index .section-service3 .contents-list ul li .txt-unit .txt .mark-1 {
	color: #b43746;
}


/* --------------------------------------------------------------------------------
p-★★★∴∴∴パーツ：トップページ：Instagram
-------------------------------------------------------------------------------- */
#index .bnr-Instagram {
	margin: 0 3vw 25vw;
}
#index .bnr-Instagram a {
	display: block;
}
#index .bnr-Instagram img {
	display: block;
}


/* --------------------------------------------------------------------------------
p-★★★∴∴∴パーツ：トップページ：きものをマイサイズでお仕立ていたします
-------------------------------------------------------------------------------- */
#index .section-mysize {
	margin: 0 0 20vw;
	padding: 9vw 5vw 10vw;
	background: #f2f2f2 url("../images/index-2026/bg-mysize.png") no-repeat 100% 100%;
	background-size: 100% auto;
}

/********** 見出し **********/
#index .section-mysize h2.heading-section {
	position: relative;
	
	margin: 0 0 2vw;
	padding: 0 0 12vw;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 6.4vw;
	color: #444;
	background: url("../images/index-2026/parts-mysize.svg") no-repeat 50% 20vw;
	background-size: 35vw auto;
}
#index .section-mysize h2.heading-section .mark-1 {
	color: #b43746;
}
#index .section-mysize h2.heading-section::before {
	position: absolute;
	right: -2vw;
	bottom: -12vw;
	
	content: '';
	
	display: block;
	width: 28.5vw;
	height: 20vw;
	
	background: url("../images/index-2026/illust-mysize.svg") no-repeat 0 0;
	background-size: 100% auto;
}

/********** txt-mysize **********/
#index .section-mysize .txt-mysize {
	padding: 0 0 4vw;
	text-align: center;
}
#index .section-mysize .txt-mysize p {
	line-height: 1.5;
	font-size: 4vw;
}

/********** お仕立てのメリット **********/
#index .section-mysize .btn-merit {
	display: flex;
	justify-content: center;
	padding: 0 0 5vw;
}
#index .section-mysize .btn-merit a {
	display: flex;
	align-items: center;
	
	width: 69vw;
	height: 12vw;
	padding: 0 0 0 13vw;
	border-radius: 12vw;
	border: solid 1px #b43746;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	font-size: 4vw;
	color: #b43746;
	background: #fff url("../images/common-2026/btn-arrow-red.svg") no-repeat calc(100% - 56px) 50%;
	background-size: 4.4vw auto;
}

/********** リスト **********/
#index .section-mysize .mysize-list {
	padding: 0 0 2.5vw;
}
#index .section-mysize .mysize-list ul {
}
#index .section-mysize .mysize-list ul li {
	display: flex;
	align-content: center;
	width: 80vw;
	height: 18vw;
	margin: 0 auto 2vw;
	padding: 5vw 8vw 0 4vw;
	border: solid 0.6vw #ccc;
	font-size: 4.4vw;
	background: #fff url("../images/common-2026/btn-arrow-black.svg") no-repeat 72vw 50%;
	background-size: 2.6vw auto;
	letter-spacing: -0.07em;
}
#index .section-mysize .mysize-list ul li a {
	display: block;
}

/********** お仕立てサポート **********/
#index .section-mysize .oshitate-support {
	padding: 0 5vw;
}
#index .section-mysize .oshitate-support .oshitate-support-wrapper {
}
#index .section-mysize .oshitate-support .oshitate-support-wrapper .heading {
	padding: 2vw 0 2vw;
	text-align: center;
	font-size: 4vw;
	color: #fff;
	background: #666;
}
#index .section-mysize .oshitate-support .oshitate-support-box {
	padding: 4vw 0 6vw 4vw;
	background: #fff;
}

/********** oshitate-support-list **********/
#index .section-mysize .oshitate-support .oshitate-support-list {
	font-size: 3.6vw;
}
#index .section-mysize .oshitate-support .oshitate-support-list ul {
}
#index .section-mysize .oshitate-support .oshitate-support-list ul li {
	position: relative;
	margin: 0 0 3.6vw;
	padding: 0 0 0 5vw;
	line-height: 1.2;
}
#index .section-mysize .oshitate-support .oshitate-support-list ul li:last-child {
	margin-bottom: 0;
}
#index .section-mysize .oshitate-support .oshitate-support-list ul li i {
	position: absolute;
	margin-top: 1.5vw;
	margin-left: -4vw;
	font-style: normal;
	font-size: 2.5vw;
}
#index .section-mysize .oshitate-support .oshitate-support-list ul li .mark-1 {
	border-bottom: solid 0.2vw #707070;
}


#index .section-mysize a {
	display: block;
}
#index .section-mysize img {
	display: block;
}


/* --------------------------------------------------------------------------------
p-★★★∴∴∴パーツ：トップページ：東レシルックについて
-------------------------------------------------------------------------------- */
#index .sillook-contents {
	margin: 0 0 24vw;
	padding: 5.5vw 3vw 7.5vw;
	background: #f2f2f2 url("../images/index-2026/bg-about.jpg") no-repeat 0 100%;
}

/********** 見出し **********/
#index .sillook-contents h2.heading-section {
	padding: 0 0 5vw;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 6.4vw;
	color: #444;
	background: url("../images/index-2026/t-logo-sillook.jpg") no-repeat 85.5vw 0;
	background-size: 11.8vw auto;
}
#index .sillook-contents h2.heading-section span {
	display: block;
}

/********** リスト **********/
#index .sillook-contents ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	width: 100%;
}
#index .sillook-contents ul li {
	width: 49.5%;
	margin: 0 0 2.5vw;
}
#index .sillook-contents ul li.fullsize {
	width: 100%;
}
#index .sillook-contents ul li a {
	display: block;
}
#index .sillook-contents ul li img {
	display: block;
}
#index .sillook-contents ul li img {
	display: block;
}


/* --------------------------------------------------------------------------------
p-★★★∴∴∴パーツ：トップページ：読み物
-------------------------------------------------------------------------------- */
#index .yomimono {
	margin: 0 3vw 19vw;
}


/********** 見出し **********/
#index .yomimono h2.heading-section {
	margin: 0 0 7.5vw;
	text-align: center;
	font-weight: 600;
	font-size: 6.4vw;
	color: #444;
}

/********** リスト **********/
#index .yomimono ul {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
}
#index .yomimono ul li {
	padding: 0 1.4vw 1.4vw 0;
}
#index .yomimono ul li:nth-of-type(3n) {
	padding-right: 0;
}
#index .yomimono ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 30.3vw;
	height: 30.3vw;
	text-align: center;
	line-height: 1.6;
	font-size: 3.6vw;
	color: #fff;
	background: url("../images/index-2026/bg-yomimono-red.jpg") no-repeat 0 0;
	background-size: cover;
}
#index .yomimono ul li:nth-of-type(2n) a {
	background-image: url("../images/index-2026/bg-yomimono-green.jpg");
}


/* --------------------------------------------------------------------------------
p-★★★∴∴∴パーツ：トップページ：About
-------------------------------------------------------------------------------- */
#index .about {
	margin: 0 0 30vw;
}
#index .about .about-wrapper {
	background: #e5e5e5;
}
#index .about .about-wrapper .img {
}
#index .about .about-wrapper .img img {
	display: block;
}
#index .about .about-wrapper .about-box {
	padding: 3.5vw 4.5vw 4vw;
}
#index .about .about-wrapper .about-box p {
	line-height: 1.6;
	font-size: 3.6vw;
}























