@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: 160px 0 0;
	margin: 0 0 48px;
}
.main-slider .slick-list {
	margin: 0 0 15px !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;
	height: 12px;
	width: 12px;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
}
.main-slider .slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 12px;
	width: 12px;
	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: 12px;
	height: 12px;
	border-radius: 10px;
	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;
}







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


/* --------------------------------------------------------------------------------
p-★★★∴∴∴パーツ：東レシルックきものフェアバナー
-------------------------------------------------------------------------------- */
#index .sillookkimono ul li {
	padding: 0 0 20px;
}


/* --------------------------------------------------------------------------------
p-★★★∴∴∴パーツ：トップページ：バナー1
-------------------------------------------------------------------------------- */
#index .bnrs-1 {
	padding: 0 0 80px;
}
#index .bnrs-1 ul li {
	padding: 0 0 20px;
}
#index .bnrs-1 ul li a {
	display: block;
}
#index .bnrs-1 ul li img {
	display: block;
}


/* --------------------------------------------------------------------------------
p-★★★∴∴∴パーツ：トップページ：ページ内ナビボタン
-------------------------------------------------------------------------------- */
#index .nav-page-contents {
	margin: 0 0 62px;
	border-bottom: solid 2px #ccc;
}
#index .nav-page-contents ul {
	display: flex;
	
	width: 100%;
	padding: 0 30px 0 30px;
}
#index .nav-page-contents ul li {
	display: flex;
	align-items: center;
	
	width: 210px;
}
#index .nav-page-contents ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 210px;
	height: 48px;
	padding: 2px 0 0;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-radius: 15px 15px 0 0;
	
	text-decoration: none;
	text-align: center;
	font-size: 17px;
}

/*人気ランキング*/
#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: 10px;
	height: 8px;
	margin: 2px 0 0 5px;
	background: url("../images/index-2026/down-arrow.svg") no-repeat 0 0;
	background-size: 10px 8px;
}


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


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


/********** 見出し **********/
#index .section-ranking h3 {
	padding: 0 0 20px;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-size: 22px;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
	color: #329286;
}


/********** ランキングのリスト **********/
#index .section-ranking .item-list {
	padding: 0 0 55px;
}
#index .section-ranking .item-list ul {
	display: flex;
	
	width: 100%;
}
#index .section-ranking .item-list ul li {
	display: flex;
	align-items: center;
	
	width: 280px;
	margin: 0 30px 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: flex;
	justify-content: center;
	align-items: center;
	
	text-decoration: none;
	font-size: 16px;
}
#index .section-ranking .item-list ul li a::before {
	position: absolute;
	content: '';
	top: 2px;
	left: 1px;
	z-index: 2;
	display: block;
	width: 52px;
	height: 40px;
	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 5px;
}


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


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


/********** 中見出し **********/
#index .section-youto h3 {
	padding: 0 0 20px;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-size: 22px;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
	color: #329286;
}


/********** 用途のリスト **********/
#index .section-youto .list-youto {
	padding: 0 0 30px;
}
#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: 440px;
	margin: 0 0 24px;
}
#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: 200px;
	
	padding: 0 0 30px;
}
#index .section-cat h2.heading-section {
	padding: 0 0 40px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 34px;
	color: #444;
}


/********** 中見出し **********/
#index .section-cat h3 {
	padding: 0 0 20px;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-size: 22px;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
	color: #329286;
}

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

/* カテゴリーリスト */
#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: 200px;
	margin: 0 25px 0 0;
}
#index .section-cat .main-category .cat-list ul li:nth-of-type(4n+1) {
	margin: 0 25px 0 12px;
}
#index .section-cat .main-category .cat-list ul li:nth-of-type(4n) {
	margin: 0 0 0;
}
#index .section-cat .main-category .cat-list ul li a {
	display: block;
}
#index .section-cat .main-category .cat-list ul li a .img {
	width: 180px;
	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: 18px;
}
#index .section-cat .main-category .cat-list ul li a .setsumei {
	text-align: center;
	line-height: 1.4;
	font-size: 15px;
}

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

/* カテゴリーリスト */
#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: 180px;
	padding: 0 0 30px;
}
#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 15px 7px;
}
#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: 17px;
}


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

/********** section-service3-outer **********/
#index .section-service3 .section-service3-outer {
	padding: 26px 15px 16px;
}

/********** section-service3-outer **********/
#index .section-service3 h2.heading-section {
	padding: 0 0 30px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 34px;
	color: #fff;
}
#index .section-service3 h2.heading-section .mark-1 {
	padding: 0 0 0 12px;
	font-size: 40px;
}

/********** リスト **********/
#index .section-service3 .contents-list ul {
	display: flex;
	
	width: 100%;
}
#index .section-service3 .contents-list ul li {
	width: 280px;
	height: 100%;
	margin: 0 15px 0 0;
	padding: 100px 20px 20px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	background-size: 70px auto;
	background-repeat: no-repeat;
	background-position: 50% 20px;
}

/* 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-right: 0;
	background-image: url("../images/index-2026/t-service3.svg");
}

/********** txt-unit **********/
#index .section-service3 .contents-list ul li .txt-unit {
	height: 200px;
}

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

/* 中見出し */
#index .section-service3 .contents-list ul li .txt-unit .txt {
	font-size: 16px;
}
#index .section-service3 .contents-list ul li .txt-unit .txt .mark-1 {
	color: #b43746;
}


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


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

/********** 見出し **********/
#index .section-mysize h2.heading-section {
	margin: 0 0 30px;
	padding: 0 0 30px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 34px;
	color: #444;
	background: url("../images/index-2026/parts-mysize.svg") no-repeat 50% 100%;
}
#index .section-mysize h2.heading-section .mark-1 {
	color: #b43746;
}

/********** txt-mysize **********/
#index .section-mysize .txt-mysize {
	padding: 0 0 24px;
	text-align: center;
}
#index .section-mysize .txt-mysize p {
	line-height: 1.8;
}

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

/********** リスト **********/
#index .section-mysize .mysize-list {
	padding: 0 0 19px;
}
#index .section-mysize .mysize-list ul {
	display: flex;
	
	width: 100%;
}
#index .section-mysize .mysize-list ul li {
	width: 260px;
	height: 100px;
	margin: 0 20px 0 0;
	padding: 15px 20px 0 30px;
	border: solid 3px #ccc;
	font-size: 20px;
	background: #fff url("../images/common-2026/btn-arrow-black.svg") no-repeat 221px 50%;
	
}
#index .section-mysize .mysize-list ul li:nth-of-type(3) {
	margin-right: 0;
}
#index .section-mysize .mysize-list ul li a {
	display: block;
}

/********** お仕立てサポート **********/
#index .section-mysize .oshitate-support {
}
#index .section-mysize .oshitate-support .oshitate-support-wrapper {
	display: flex;
	
	width: 100%;
}
#index .section-mysize .oshitate-support .oshitate-support-wrapper .heading {
	padding: 35px 0 0 35px;
	width: 210px;
	color: #fff;
	background: #666;
}
#index .section-mysize .oshitate-support .oshitate-support-box {
	width: 610px;
	padding: 9px 0 0 40px;
	background: #fff;
}

/********** oshitate-support-list **********/
#index .section-mysize .oshitate-support .oshitate-support-list {
	display: flex;
	
	width: 100%;
	height: 90px;
	font-size: 16px;
}
#index .section-mysize .oshitate-support .oshitate-support-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
	width: 100%;
}
#index .section-mysize .oshitate-support .oshitate-support-list ul li {
	position: relative;
	
	width: 49.5%;
	margin: 0 0 0;
	padding: 0 0 0 1em;
	line-height: 1;
}
#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: 5px;
	margin-left: -15px;
	font-style: normal;
	font-size: 10px;
}
#index .section-mysize .oshitate-support .oshitate-support-list ul li .mark-1 {
	border-bottom: solid 1px #707070;
}


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


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

/********** 見出し **********/
#index .sillook-contents h2.heading-section {
	padding: 0 0 33px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 34px;
	color: #444;
	background: url("../images/index-2026/t-logo-sillook.jpg") no-repeat 625px 0;
	background-size: 85px 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: 420px;
	margin: 0 0 10px;
}
#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 0 50px;
}


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

/********** リスト **********/
#index .yomimono ul {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
}
#index .yomimono ul li {
	padding: 0 30px 30px 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: 280px;
	height: 280px;
	text-align: center;
	line-height: 1.7;
	font-size: 22px;
	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 60px;
}
#index .about .about-wrapper {
	display: flex;
	
	width: 100%;
	background: #e5e5e5;
}

#index .about h2.page-heading {
	height: 110px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background: #903540;
}

#index .about .about-wrapper .img {
	width: 440px;
}
#index .about .about-wrapper .about-box {
	width: 460px;
	padding: 20px 30px 0;
}
#index .about .about-wrapper .about-box p {
	line-height: 1.7;
	font-size: 16px;
}

