@charset "UTF-8";
/*
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
*/
/* サイト内共通ヘッダーが要素被りしないないためのcss、最終消す */
/*
.menu_menu {
	position: relative;
	z-index: 1;
}
*/
article {
	/* font-family: "Noto Sans JP", sans-serif !important; */
	font-size: 16px;
	line-height: 1.75;
	color: #333;
}
article h2 {
	font-weight: 700;
}

.undline {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #D3F1F1 60%);
	font-size: 18px;
}

.container {
	width: 1140px;
	padding: 100px 0;
	margin: 0 auto;
}

/* ヘッダー直下のページタイトル部分(白文字に緑の背景) */
.cmn_pageTtl01 {
	margin-bottom: 0;
}

#mainVisual {
	background-image: url(/img/towel/club/mv_back.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#introduce p {
	font-size: 20px;
	margin-bottom: 80px;
	text-align: center;
}
#introduce p span {
	color: #FF8800;
	font-weight: bold;
}
#introduce p + h2 {
	max-width: 775px;
	margin: 0 auto;
}
#introduce ul {
	margin: 50px 0 20px;
	display: flex;
	justify-content: center;
	column-gap: 14px;
}
#introduce ul:nth-of-type(2) {
	margin-top: 30px;
	column-gap: 14px;
}
#introduce .mokuji {
	width: 800px;
	border: 1px solid #CCCCCC;
	padding: 30px 50px;
	margin-top: 80px;
}
#introduce .mokuji h3 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #24BBB7;
}
#introduce .mokuji ul {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	margin: 20px 0 0;
}
#introduce .mokuji ul li {
	padding-left: 20px;
	position: relative;
}
#introduce .mokuji ul li:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url(/img/towel/club/list_style_arrow.svg);
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 9px;
	left: 0;
}
#introduce .mokuji ul a {
	color: #333;
}

.content h2 {
	border-bottom: 1px solid #24BBB7;
	padding-bottom: 0.3em;
	margin-bottom: 0.7em;
	font-size: 30px;
}
.content .textArea {
	width: 800px;
}
.content .textArea p {
	margin-bottom: 30px;
}
.content .textArea p:has(+ ul) {
	margin-bottom: 18px;
}
.content .textArea p:last-child {
	margin-bottom: 0;
}
.content .text {
	width: 800px;
	margin-bottom: 0;
}
.content .styleList {
	margin: 18px 0;
	font-weight: bold;
}
.content .styleList li {
	padding-left: 14px;
	position: relative;
	font-size: 18px;
}
.content .styleList li:before {
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #24BBB7;
	position: absolute;
	top: 12px;
	left: 0;
}

.bgBlue {
	background-color: #F3FCFC;
}

#content02 .textArea p {
	margin-bottom: 0;
}
#content02 .designImage {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	column-gap: 30px;
}
#content02 .design {
	display: flex;
	flex-direction: column;
}
#content02 .design p {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
#content02 .design .pics {
	border: 1px solid #CCCCCC;
	border-radius: 20px;
	padding: 25px 20px;
	flex: 1;
}
#content02 .design .pics img {
	width: auto;
	height: auto;
}
#content02 .arrowImg {
	margin: auto 0;
}
#content02 .arrowImg + .design {
	position: relative;
}
#content02 .arrowImg + .design .strongIllust {
	display: inline-block;
	position: absolute;
	top: 0;
	right: -25px;
}
#content02 .designSupport {
	text-align: center;
}
#content02 .designSupport p {
	margin: 50px 0 30px;
	font-weight: bold;
	font-size: 20px;
}
#content02 .designSupport a img {
	width: 563px;
}
#content02 .designSupport:nth-of-type(2) a {
	display: inline-block;
	width: 563px;
	height: 150px;
	background-color: #CCCCCC;
}

#content03 ul {
	width: 840px;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
#content03 li {
	width: 250px;
	text-align: center;
	display: flex;
	flex-direction: column;
}
#content03 li .pics {
	margin-bottom: 10px;
}
#content03 li h3 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #24BBB7;
	font-weight: 700;
}
#content03 li p {
	border-top: 1px dashed #24BBB7;
	border-bottom: 1px dashed #24BBB7;
	padding: 10px 0;
	margin-bottom: 0;
	flex: 1;
	font-size: 14px;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content04 .sampleList {
	margin-top: 120px;
	display: flex;
	flex-direction: column;
	row-gap: 115px;
}
#content04 .sample {
	border: 5px solid #DDF9F8;
	border-radius: 10px;
	padding: 80px 0;
	background-color: #F3FCFC;
	position: relative;
}
#content04 h3 {
	width: 900px;
	border-radius: 30px;
	padding: 12px;
	margin-bottom: 0;
	background-color: #24BBB7;
	/* text-align: center; */
	color: #FFF465;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
}
#content04 h3:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #24BBB7;
}
#content04 .strong {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
}
#content04 .itemList {
	display: flex;
	justify-content: center;
	column-gap: 60px;
}
#content04 .item {
	/* width: 400px; */
	width: 402px;
}
#content04 .pics {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}
#content04 h4 {
	border-bottom: 1px dashed #24BBB7;
	padding-bottom: 10px;
	margin: 10px 0 0;
	font-size: 20px;
}
#content04 .detail li:nth-of-type(1) span {
	color: #FF8800;
	font-weight: bold;
	font-size: 30px;
}
#content04 .detail li:nth-of-type(1) span span {
	font-size: 18px;
}
#content04 .detail li:nth-of-type(1) span + span {
	font-size: 13px;
	font-weight: normal;
	color: #333;
}
#content04 .detail li:nth-of-type(2) {
	font-weight: bold;
}
#content04 .detail li:nth-of-type(2) span {
	color: #E30000;
	font-size: 24px;
}
#content04 .detail li:nth-of-type(2) span span {
	font-size: 16px;
}
#content04 .pointArea {
	text-align: center;
}
#content04 .point {
	display: inline-block;
	border-radius: 30px;
	padding: 40px 47px;
	margin: 30px auto 40px;
	background-color: #FFF797;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
#content04 .point p {
	border-bottom: 3px dashed #FF8800;
	padding-bottom: 10px;
	margin-bottom: 0;
}
#content04 .point p:nth-of-type(2) {
	margin-top: 10px;
}
#content04 .point p:nth-of-type(3) {
	margin-top: 10px;
}
#content04 .point + p {
	margin-bottom: 20px;
	text-align: center;
	color: #666666;
}
#content04 .point + p span {
	font-weight: bold;
}

#forSmallLot {
	background-color: #F3FCFC;
}
#forSmallLot ul {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
}
#forSmallLot li {
	width: 540px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	background-color: #CDF3F3;
}
#forSmallLot li,
#forSmallLot li a {
	display: flex;
	flex-direction: column;
}
#forSmallLot li a {
	flex: 1;
}
/*
#forSmallLot li:hover {
	opacity: 0.7;
}
*/
#forSmallLot .pics {
	height: auto;
	background-color: #ffffff;
}
#forSmallLot .pics img {
	width: 72%;
	height: auto;
}
#forSmallLot .info {
	padding: 15px 30px;
	color: #333;
	/* flex: 1; */
}
#forSmallLot a:hover {
	opacity: 0.7;
}
#forSmallLot a:hover img {
	opacity: 1;
}
#forSmallLot .info h3 {
	margin-bottom: 10px;
	font-size: 24px;
}
#forSmallLot .info ul {
	margin: 0;
	flex-direction: column;
	gap: 0;
}
#forSmallLot .info ul li {
	font-size: 18px;
	box-shadow: none;
	width: auto;
}
#forSmallLot .info li:hover {
	opacity: 1;
}
#forSmallLot .styleList {
	margin: 0;
	font-weight: normal;
}
#forSmallLot a:hover {
	text-decoration: none;
}

#search {
	position: relative;
}
#search .searchArea {
	background-color: #F3FCFC;
	padding: 100px 60px 7vw;
	text-align: center;
}
#search .text {
	margin: 60px auto 40px;
}
#search .container + img {
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
}

#content05 ul {
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}
#content05 li {
	display: flex;
	align-items: center;
	column-gap: 50px;
}
#content05 li img {
	max-width: 550px;
}
#content05 li:nth-of-type(1) {
	flex-direction: column;
	align-items: flex-start;
}
#content05 li:nth-of-type(1) h3 {
	align-items: center;
	margin-bottom: 25px;
}
#content05 li:nth-of-type(1) h3 p {
	margin-bottom: 0;
}
#content05 li:nth-of-type(1) img {
	max-width: 100%;
}
#content05 li:nth-of-type(1) p {
	margin-bottom: 30px;
}
#content05 h3 {
	width: 550px;
	display: flex;
	column-gap: 5px;
	font-size: 18px;
}
#content05 h3 span {
	line-height: 1.7;
}
#content05 h3 span.num {
	color: #24BBB7;
	font-size: 22px;
	line-height: 1.3;
}
#content05 h3 + p + img {
	max-width: 720px;
	margin-bottom: 50px;
}
#content05 .sp {
	display: none;
}

#content06 {
	background-color: #FBFBFB;
}
#content06 .contentArea {
	display: flex;
	column-gap: 40px;
}
#content06 .contentArea .pics {
	width: 300px;
}
#content06 .point {
	border: 1px solid #24BBB7;
	padding: 20px;
	background-color: #ffffff;
}
#content06 ul li {
	padding-left: 15px;
	font-weight: bold;
	position: relative;
}
#content06 ul li:before {
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #24BBB7;
}

.reviews {
	background-color: #ffffff;
	padding: 20px 30px;
}
.reviewCont,
.exampleCont {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

#faq .faq_list {
	margin-bottom: 60px;
}
#faq .faq_list dt, #faq .faq_list dd {
	border: 1px solid #DCDCDC;
	border-radius: 10px;
	padding: 18px 30px;
	background-color: #ffffff;
	color: #333;
}
#faq .faq_list dt {
	/* margin-bottom: -1px; */
	margin-bottom: 0;
}
#faq .faq_list dt.active {
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#faq .faq_list dd {
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.container {
	width: 95%;
	padding: 70px 0;
	}
	#introduce p {
	margin-bottom: 50px;
	}
	#introduce ul {
	margin: 30px 0 20px;
	column-gap: 14px;
	}
	#introduce .mokuji {
	width: 100%;
	margin-top: 50px;
	}
	.content .textArea {
	width: 100%;
	}
	.content .text {
	width: 100%;
	}
	#content02 .designImage {
	margin-top: 40px;
	column-gap: 10px;
	}
	#content02 .designSupport {
	text-align: center;
	}
	#content02 .designSupport p {
	margin: 30px 0 20px;
	}
	#content03 ul {
	width: 100%;
	margin: 30px auto;
	gap: 30px 20px;
	}
	#content04 .sampleList {
	margin-top: 60px;
	row-gap: 60px;
	}
	#content04 .sample {
	padding: 60px 20px 40px;
	background-color: #F3FCFC;
	position: relative;
	}
	#content04 h3 {
	width: 650px;
	}
	#content04 .itemList {
	column-gap: 20px;
	}
	#content04 .item {
	width: 350px;
	}
	#search .searchArea {
	padding: 80px 30px;
	}
	#search .text {
	margin: 40px auto 30px;
	}
	#search .container + img {
	bottom: 40px;
	}
	#content05 ul {
	width: 100%;
	margin-top: 80px;
	}
	#content05 li {
	flex-direction: column;
	}
	#content05 li img {
	max-width: 100%;
	}
	#content05 h3 {
	width: 100%;
	}
	#content05 h3 + p + img {
	margin-bottom: 30px;
	}
	#content06 .contentArea {
	column-gap: 30px;
	}
}
@media screen and (max-width: 767px) {
	.container {
	width: 90%;
	padding: 50px 0;
	}
	#mainVisual .container {
	width: 98%;
	}
	#introduce p {
	font-size: 18px;
	margin-bottom: 30px;
	}
	#introduce ul {
	margin: 20px 0 10px;
	flex-wrap: wrap;
	gap: 10px;
	}
	#introduce ul li {
	width: 350px;
	}
	#introduce ul li img {
	width: auto;
	height: auto;
	}
	#introduce ul:nth-of-type(2) li {
	/* width: 250px; */
	width: 47%;
	}
	#introduce .mokuji {
	width: 100%;
	padding: 30px 20px;
	margin-top: 40px;
	}
	#introduce .mokuji h3 {
	margin-bottom: 10px;
	}
	#introduce .mokuji ul {
	row-gap: 5px;
	}
	#introduce .mokuji li {
	width: 100%;
	}
	.content h2 {
	font-size: 25px;
	}
	.content .textArea {
	width: 100%;
	}
	.content .textArea p {
	margin-bottom: 15px;
	}
	.content .textArea p:has(+ ul) {
	margin-bottom: 10px;
	}
	.content .text {
	width: 100%;
	}
	.content .styleList {
	margin: 10px 0;
	}
	#content02 .designImage {
	margin-top: 30px;
	flex-direction: column;
	row-gap: 20px;
	}
	#content02 .design .pics {
	padding: 10px;
	}
	#content02 .arrowImg {
	margin: 0 auto;
	}
	#content02 .arrowImg img {
	transform: rotate(90deg);
	}
	#content02 .designSupport {
	text-align: center;
	}
	#content02 .designSupport p {
	margin: 30px 0 20px;
	font-size: 18px;
	}
	#content02 .designSupport a img {
	width: 100%;
	}
	#content02 .arrowImg + .design .strongIllust {
	top: -10px;
	right: -10px;
	}
	#content03 ul {
	width: 100%;
	margin: 30px auto;
	gap: 20px;
	}
	#content03 li h3 {
	font-size: 18px;
	}
	#content03 li p {
	padding: 5px 0;
	}
	#content04 .sampleList {
	margin-top: 70px;
	row-gap: 70px;
	}
	#content04 .sample {
	padding: 50px 10px 30px;
	}
	#content04 h3 {
	width: 100%;
	font-size: 20px;
	}
	#content04 .itemList {
	flex-direction: column;
	row-gap: 20px;
	}
	#content04 .item {
	width: 100%;
	}
	#content04 h4 {
	font-size: 18px;
	}
	#content04 .detail li:nth-of-type(1) span {
	font-size: 25px;
	}
	#content04 .detail li:nth-of-type(1) span span {
	font-size: 16px;
	}
	#content04 .point {
	width: 100%;
	padding: 20px;
	margin: 20px auto 30px;
	font-size: 18px;
	}
	#content04 .point p {
	text-align: left;
	}
	#forSmallLot ul {
	margin-top: 20px;
	gap: 30px;
	}
	#forSmallLot li {
	width: 320px;
	}
	#forSmallLot .pics {
	height: auto;
	padding: 10px;
	}
	#forSmallLot .info {
	padding: 15px;
	}
	#forSmallLot .info h3 {
	font-size: 18px;
	}
	#forSmallLot .info ul li {
	width: 100%;
	font-size: 14px;
	}
	#search .searchArea {
	padding: 30px 20px;
	text-align: left;
	}
	#search .text {
	margin: 20px auto 10px;
	}
	#search .container + img {
	bottom: 40px;
	}
	#content05 ul {
	margin-top: 50px;
	row-gap: 40px;
	}
	#content05 li {
	flex-direction: column;
	}
	#content05 li img {
	max-width: 100%;
	}
	#content05 li:nth-of-type(1) h3 {
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
	}
	#content05 li:nth-of-type(1) img {
	max-width: 100%;
	}
	#content05 li:nth-of-type(1) p {
	margin-bottom: 10px;
	}
	#content05 li:nth-of-type(1) .pc {
	display: none;
	}
	#content05 li:nth-of-type(1) .sp {
	display: block;
	}
	#content05 h3 {
	width: 100%;
	flex-direction: column;
	}
	#content05 h3 + p + img {
	margin-bottom: 20px;
	}
	#content06 .contentArea {
	flex-direction: column;
	row-gap: 20px;
	align-items: center;
	}
	#content06 .point {
	padding: 15px;
	}
    #forSmallLot .pics img {
	width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.brSP {
	display: none;
	}
}
/* 追加修正 */
.fbox .itemBox .item {
	border-color: #ebebeb;
	background-color: #fff;
}
.show_more_review,
.show_more_example {
	bottom: -20px !important;
	padding-top: 40px !important;
	padding-bottom: 20px;
}
.cmn_contBtm {
	background-color: #F3FCFC;
}
article section:last-of-type .container {
	padding-bottom: 50px;
}
.examples_wrapper {
	margin-bottom: 0 !important;
}
.inline-block {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.fbox .itemBox {
		margin-top: 2%;
	}
	.reviews {
		padding: 0 10px;
	}
	.reviewCont .product p,
	.exampleCont .product p {
		font-size: 0.875em;
		text-align: left;
	}
}
@media screen and (max-width: 600px) {
	.fbox .itemBox,
	.fbox>:nth-child(2n) {
		margin-top: 4%;
	}
}
.size {
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.size{
	margin-bottom:  20px;
	}
}
@media screen and (min-width: 768px) {
	.pics_smalllot{
	margin: 15px 75px;
	}
}