@charset "utf-8";
/*******************
もともとあったスタイル
*******************/
/*--パンくず--*/
.eb_garamond {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.libre-bodoni {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.main {
	color: #442922;
}
.main img {
	width: 100%;
}
#breadcrumb {
	border-top: none;
}
/*--メイン--*/
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
body {
	background: #ffeded;
}
.wrap {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	letter-spacing: .05em;
	font-size: 14px;
	line-height: 2em;
}
.FV {
	position: relative;
}
.FV img {
	width: 100%;
}
.fv_text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.flex {
	display: flex;
}
.head_area {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 130px;
}
.head_txt {
	text-align: center;
	font-size: 18px;
	line-height: 2em;
}
.index {
	margin-bottom: 120px;
}
.index_title {
	width: 30%;
	margin: 0 auto 30px;
}
.index_list {
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.index_list a,
.index_list span {
	margin: 0 1% 30px;
	width: calc( 90% / 4 );
}
.index_list a span {
	display: block;
	text-align: center;
}
.item_area {
	width: 100%;
	margin: 0 auto 150px;
}
.item_main {
	width: 80%;
	margin: 0 auto 80px;
}
.item_video {
	width: 60%;
	margin: 0 auto 80px;
}
.item_video video {
	width: 100%;
}
.fabric_point {
	width: 80%;
	margin: 0 auto 80px;
	border-bottom: 1px solid #eb7b8b;
}
.fabric_point_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #eb7b8b;
	margin-bottom: 30px;
}
.fabric_point_title1 {
	font-size: 40px;
	margin-right: 10px;
}
.fabric_point_title3 {
	width: 33%;
	height: 1px;
	background: #eb7b8b;
}
.fabric_point_image {
	width: 100%;
	margin: 0 auto 20px;
}
.fabric_point_text {
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin: 0 auto 30px;
}
.color_variation {
	width: 100%;
}
.color_variation_title {
	width: 45%;
    margin: 0 auto 30px;
}

.myLoopSlider {
  overflow: hidden;
  width: 100%;
}

.myLoopSlider .swiper-wrapper {
  display: flex;
  width: max-content;
  animation: loop-scroll linear infinite;   /* durationはjQuery側で指定 */
}

.myLoopSlider .swiper-slide {
  flex-shrink: 0;
  width: 150px;          /* 1枚の幅。画像に合わせて調整 */
  margin-right: 20px;    /* スライド間の余白 */
}

.myLoopSlider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* 半分（-50%）流れたら先頭に戻る＝継ぎ目が見えない */
@keyframes loop-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* スマホは幅を小さめに */
@media (max-width: 768px) {
  .myLoopSlider .swiper-slide {
    width: 80px;
    margin-right: 12px;
  }
}


.banner_area {
	width: 80%;
	margin: 0 auto 100px;
}
.banner_area_title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}

.btn_area {
	width: 40%;
	margin: 0 auto 100px;
}
.btn_area a {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

/*******************
SP
********************/
@media screen and (min-width: 769px) {
	a {
		transition: .3s;
	}
	a:hover {
		opacity: .7;
	}
}


/*******************
SP
********************/
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important
	}
	.head_txt {
		font-size: 3vw;
	}
	.head_area {
		padding: 20px 0 80px;
	}
	.index {
		margin-bottom: 70px;
	}
	.item_area {
		margin: 0 auto 100px;
	}
	.item_main {
		width: 94%;
		margin: 0 auto 50px;
	}
	.item_video {
		width: 55%;
		margin: 0 auto 50px;
	}
	.fabric_point {
		width: 86%;
		margin: 0 auto 50px;
	}
	.fabric_point_text {
		font-size: 2.8vw;
		line-height: 2;
	}

	.banner_area {
		margin: 0 auto 70px;
	}
	.banner_area_title {
		font-size: 4vw;
	}
	
	.btn_area {
		width: 50%;
		margin: 0 auto 80px;
	}
	.btn_area a {
		padding: 15px 0;
		font-size: 4.5vw;
	}
}