@charset "UTF-8";
/* CSS Document */

.m-main-content {
	background-color: #84634d;
	color: #fff;
}

#contents {
	float: none;
	width: 0px;
}

.title {
	text-align: center;
	margin-bottom: 40px;
	background-color: #ebdbc2;
	background-size: 40px;
}

.title img {
	width: 100%;
	height: auto;
	margin: 24px auto;
}

.lead-box {
	width: 100%;
	line-height: 1.5rem;
	position: static;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 0 40px;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	background-color: #faf2e3;
}

.lead-box p {
	font-size: 14px;
	font-feature-settings: "palt";
	letter-spacing: 0.1rem;
}

.section-heading1 {
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 1em;
}

.color-type {
	width: 640px;
	max-width: 100%;
	margin: 30px auto;
}

.color-type img {
	width: 100%;
}

.chart-box {
	margin-bottom: 40px;
	position: relative;
}

.chart-box div img {
	width: 100%;
	max-width: 640px;
	aspect-ratio: 64/105;
}

.icn_check {
	position: absolute;
	top: -50px;
	left: 0;
	width: 30%;
}

.banner-box {
	text-align: center;
	padding-bottom: 64px;
}

.banner-box img {
	width: calc(100% - 20px);
	max-width: 700px;
	margin: 0 auto;
}


.type-anchor-head {
	text-align: center;
	font-size: 14px;
	margin-bottom: .5em;
}

.type-anchor {
	display: flex;
	flex-wrap: wrap;
	max-width: 640px;
	margin: 0 auto 50px;
}

.type-anchor li {
	width: 50%;
	font-size: 14px;
	text-align: center;
	/* border-radius: 10px;
	overflow: hidden; */

}

.type-anchor li a {
	display: block;
	padding: 20px 4px;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.type-anchor li:first-child {
	background-color: #fce0dc;
}

.type-anchor li:first-child a {
	color: #d96659;
}

.type-anchor li:nth-child(2) {
	background-color: #cce5f3;
}

.type-anchor li:nth-child(2) a {
	color: #5191b5;
}

.type-anchor li:nth-child(3) {
	background-color: #dce0c1;
}

.type-anchor li:nth-child(3) a {
	color: #767d45;
}

.type-anchor li:nth-child(4) {
	background-color: #e7c9d4;
}

.type-anchor li:nth-child(4) a {
	color: #c83e70;
}

.personal-color-sec03 {
	background-color: #f2ede9;
	padding: 30px 0 0;
}

/* .personal-color-sec05,
.personal-color-sec06,
.personal-color-sec07,
.personal-color-sec08 {
	padding-bottom: 40px;
} */

.type-intro-wrapper {
	background-image: linear-gradient(116deg, #fff8d1, #fbc3ea 50%, #d0bbff);
	padding: 50px 0;
	text-align: center;
}

.type-intro-wrapper h2 {
	font-size: 20px;
	font-weight: 600;
}

.insta-cp-title {
	display: block;
	font-size: 27px;
	margin-top: 16px;
}

.type-intro-inner {
	width: 800px;
	margin: 0 auto;
	padding: 32px 16px;
	border-radius: 16px;
	background-color: #FFF;
}

.type-intro-inner p {
	width: 550px;
	font-size: 16px;
	font-feature-settings: "palt";
	letter-spacing: 0.1rem;
	margin: 16px auto;
	text-align: left;
}

.type-intro-inner p span {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 0;
}


.personal-color-sec05 .type-intro-wrapper {
	background-color: #fad1cc;
	position: relative;
}

.personal-color-sec06 .type-intro-wrapper {
	background-color: #cce5f3;
	position: relative;
}

.personal-color-sec07 .type-intro-wrapper {
	background-color: #dce0c1;
	position: relative;
}

.personal-color-sec08 .type-intro-wrapper {
	background-color: #e7c9d4;
	position: relative;
}

/* 
.type-intro-wrapper::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -25px;
	left: calc(50% - 13px);
} */

.personal-color-sec05 .type-intro-wrapper::after {
	border-top: 26px solid #fad1cc;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
}

.personal-color-sec06 .type-intro-wrapper::after {
	border-top: 26px solid #cce5f3;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
}

.personal-color-sec07 .type-intro-wrapper::after {
	border-top: 26px solid #dce0c1;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
}

.personal-color-sec08 .type-intro-wrapper::after {
	border-top: 26px solid #e7c9d4;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
}

.personal-color-sec05 .type-coordinate-head span {
	color: #ee7b6e;
}

.personal-color-sec06 .type-coordinate-head span {
	color: #84b4cf;
}

.personal-color-sec07 .type-coordinate-head span {
	color: #767d45;
}

.personal-color-sec08 .type-coordinate-head span {
	color: #c83e70;
}


.type-intro {
	padding: 40px 0 40px;
}

.type-intro-heading {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}

.type-intro-heading-img,
.type-intro-heading-txt {
	width: 45%;
}

.type-intro-heading-img img,
.type-intro-heading-txt img {
	width: 100%;
}

.type-intro-txt {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 40px;
}

.model-color {
	background-color: #fff;
	border-radius: 20px;
	width: calc(100% - 24px);
	margin: 0 12px;
	padding: 20px 10px;
	box-sizing: border-box;
}

.model-color img {
	max-width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.model-color p {
	font-size: 16px;
}



/* コーディネイト */


.btn-box+.type-coordinate-main {
	margin-top: 120px;
}

.type-coordinate {
	padding: 64px 0 32px;
}

.type-coordinate-head {
	font-size: 22px;
	text-align: center;
	margin-bottom: 60px;
}

.type-coordinate-imgbox {
	margin-bottom: 10px;
	position: relative;
}

.style-no-img {
	margin: 0 auto;
	width: 90%;
	height: auto;
	display: block;
}



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

.type-coordinate-txtbox {
	padding: 20px 10px 0;
}

.type-coordinate-comment {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 32px;
}

.credit-box li {
	margin-bottom: 10px;
}


.main-ttl-img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.m-item-list {
	padding: 0 20px;
}

.m-item-list li {
	overflow: hidden;
	margin-bottom: 8px;
}

.m-item-list-thumb {
	width: 50px;
	height: 60px;
	margin-right: 8px;
	float: left;
	border: 1px solid #f4f4f4;
}

.m-item-list-thumb img {
	width: 100%;
	height: auto;
}

.m-item-list-credit {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 4px 0;
}

.m-item-list-credit::after {
	font-size: 10px;
	content: "Check";
	color: #b85300;
	padding: 3px 3px;
	border-radius: 2px;
	margin-left: 4px;
}

.m-item-list-credit:hover::after {
	text-decoration: underline;
}

.coordinate-link {
	display: block;
	text-decoration: underline;
	position: relative;
	margin-top: 12px;
	padding-left: 20px;
}

.coordinate-link::after {
	transform: translate(-3px, -2px) rotate(45deg);
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #313131;
	border-right: 1px solid #313131;
	margin-left: 7px;
}

.type-coordinate-pick-wrap {
	margin: 60px 10px 60px;
	/* border: 1px solid #aaa; */
	background-color: #fcfcfc;
	border-radius: 8px;
	position: relative;
}

/* .knit-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 20vw;
	max-width: 150px;
} */

.type-coordinate-pick-wrap>p {
	text-align: center;
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	margin: auto;
}

.type-coordinate-pick-wrap>p span {
	/* background-color: #fff; */
	padding: 0 6px;
	font-size: 16px;
}

.type-coordinate-pick {
	overflow: hidden;
	padding: 20px 20px;
	font-size: 14px;
	margin-bottom: 80px;
}

.type-coordinate-pick-imgbox {
	text-align: center;
	width: 200px;
	margin: 12px auto 12px;
}

.type-coordinate-pick-imgbox img {
	width: 100%;
	height: auto;
}

.type-coordinate-pick-txtbox>p {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #777;
}

.type-coordinate-pick-credit {
	line-height: 2.2;
}

.type-coordinate-pick-credit ul+p {
	margin-top: 10px;
}

.type-coordinate-pick-credit a::after {
	font-size: 10px;
	content: "Check";
	color: #fff;
	background-color: #424242;
	padding: 6px 6px;
	border-radius: 4px;
	margin-left: 8px;
}



.item-recommend-list {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}


.item-recommend-list li a {
	font-size: 11px;
}

.item-recommend-list li {
	width: 46%;
	margin: 0 auto 20px;
	/* float: left; */
}

.item-recommend-list li img {
	width: 100%;
	margin-bottom: 8px;
	aspect-ratio: 5/6;
}

.item-recommend-list .icon {
	width: 80%;
	border-radius: 4px;
	text-align: center;
	background-color: #424242;
	color: #fff;
	padding: 4px 8px;
	margin: auto auto 10px;
}

.item-recommend-list a {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.item-recommend-price {
	margin-bottom: 8px;
}

.btn-box .m-btn-inactive {
	margin: 32px auto 0;
	width: 90%;
}

.btn-box {
	margin-bottom: 40px;
}


.credit-box {
	text-align: center;
	font-size: 14px;
	margin-bottom: 40px;
}

.credit-box img {
	width: 200px;
	height: 160px;
}

.credit-heading {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 10px;
}

.col-banner {
	max-width: 900px;
	margin: 0 auto 60px;
	padding: 0 10px;
}

.col-banner img {
	max-width: 100%;
	height: auto;
}

.section-ttl {
	text-align: center;
	font-size: 24px;
	margin-bottom: 16px;
}


.easyrefine {
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 10px auto;
}

.easyrefine ul {
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}

.easyrefine ul li {
	display: inline-block;
	overflow: hidden;
	width: 159px;
	margin: 0 1px 0 0;
	color: #fff;
}

.easyrefine ul li a {
	display: block;
	overflow: hidden;
	background-color: #45423f;
	border-radius: 4px;
	padding: 5px 10px;
	color: #fff;
}

.easyrefine_logo {
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 0 auto 52px;
}

.easyrefine_logo ul {
	display: block;
	overflow: hidden;
	width: 670px;
	margin: 0 auto;
}

.easyrefine_logo ul li {
	display: inline-block;
	overflow: hidden;
	width: 159px;
	margin: 0 1px 0 0;
	border: solid 1px #eee;
	color: #fff;
	background-color: #fff;
}

.easyrefine_logo ul li a {
	display: block;
	overflow: hidden;
	padding: 5px 10px;
	color: #fff;
}

.easyrefine_logo ul li a img {
	width: 130px !important;
	margin: 0 auto !important;
	display: block !important;
	aspect-ratio: 16/5;
}


.no-1-wrapper img {
	width: 100%;
	height: auto;
	aspect-ratio: 5/6;
}

.gift_brand {
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	text-align: left;
	padding: 0 0 50px;
}

.gift_brand ul {
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.gift_brand h2,
.other_item_box h2 {
	font-size: 25px;
	text-align: center;
}


.gift_brand ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 800px;
}

.gift_brand ul li {
	overflow: hidden;
	margin: 10px 5px 10px;
	width: 190px;
	background-color: #fdfaf6;
	text-align: left;
	font-size: 12px;
	box-shadow: 0 0 10px #ccc;
}


.gift_brand ul li a,
.gift_brand ul li span {
	display: block;
	height: 100%;
	padding: 10px;
}

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

.logo {
	background: #fff;
}

.logo>img {
	display: block;
	margin: auto;
	max-width: 160px;
	width: 100%;
	height: auto;
}

.comnt {
	width: 90%;
	border: 2px solid red;
	color: red;
	padding: 10px;
	margin: 10px auto 0;
}


.navi {
	display: block;
	overflow: hidden;
	width: 100%;
	/*border-bottom: solid 1px #9e9e9e;*/
}


.navi ul {
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 20px auto;
	text-align: center;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.navi ul li {
	display: inline-block;
	overflow: hidden;
	font-size: 13px;
	width: 19%;
	margin: 2px 0.5%;
	/*float: left;*/
	border-bottom: solid 3px #fff;
	text-align: center;
	letter-spacing: 0.5px;
}

.navi ul li a {
	color: #0f0f0f;
	background-color: #888082;
	text-decoration: none;
	padding: 8px 5px 6px 5px;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 4px;
	font-family: "Questrial", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.shop-name {
	display: block;
}

.instagram-icon-black {
	display: block;
	width: 50px;
	height: auto;
	margin: 0 auto 16px;
}

.cp-title-ul {
	background: linear-gradient(transparent 80%, #d6c2a8 0%);
}

.insta-cp-btn.icon {
	width: 90%;
	margin: 0 auto;
	height: auto;
	padding: 1.5% 0;
	font-size: 14px;
	color: #0f0f0f;
}

.insta-cp-btn.icon::after {
	display: inline-block;
	content: '';
	background-image: url(../esw251119_tfs/Instagram_Glyph_Black.svg);
	background-repeat: no-repeat;
	width: 29px;
	height: 29px;
	vertical-align: middle;
	margin-left: 16px;
}




@media screen and (min-width: 640px) {
	/* 表示領域が640px以上の場合に適用するスタイル */

	.lead-box {
		margin: 32px auto;
		text-align: center;
		padding: 20px 0 15px;
	}

	.lead-box p {
		font-size: 16px;
		padding-bottom: 16px;
	}


	.title {
		margin-bottom: 40px;
		background-image: none;
	}

	.title img {
		width: 1000px;
		margin: 24px auto;
	}

	.section-heading1 {
		font-size: 34px;
	}

	.icn_check {
		top: -50px;
		left: 60px;
		width: 180px;
	}

	.chart-box {
		width: 800px;
		margin: 0 auto 50px;
	}

	.chart-box div img {
		width: 100%;
		max-width: 800px;
		aspect-ratio: 40/37;
	}

	.model-color {
		background-color: #fff;
		border-radius: 20px;
		width: 640px;
		margin: 0 auto 40px;
		padding: 20px 0;
	}

	.model-color img {
		max-width: 300px;
	}

	.type-intro-heading {
		width: 640px;
		margin: 0 auto 40px;

	}

	.type-coordinate-main {
		padding-top: 60px;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-around;
	}

	.type-coordinate-main.type-coordinate-main-reverse {
		flex-direction: row-reverse;
	}

	.type-coordinate-pick-credit-2col {
		display: flex;
		justify-content: space-between;
	}

	.type-coordinate-main>div {
		width: 45%;
	}

	.type-coordinate-main .style-no-img {
		position: absolute;
		top: -60px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	.type-coordinate-pick-wrap {
		max-width: 790px;
		margin: 40px auto 40px;
	}

	.type-coordinate-pick {
		overflow: hidden;
		padding: 72px 36px 24px;
		display: flex;
		align-items: center;
		gap: 40px;
		margin: 0 auto;
	}

	.type-coordinate-pick-imgbox {
		text-align: center;
		width: 220px;
		margin: 0;
	}

	.type-coordinate-pick-txtbox {
		flex: 1;
	}


	.item-recommend-list {
		overflow: hidden;
		width: 1000px;
		text-align: left;
		margin: 0 auto;
		padding: 0;
	}

	.item-recommend-list li {
		overflow: hidden;
		width: 23%;
		margin: 0 20px 40px 0;
	}

	.btn-box .m-btn-inactive {
		width: 320px;
	}

	.m-item-list a:hover {
		opacity: .7;
	}

	.banner-box img {
		width: 100%;
		max-width: 700px;
	}

	.banner-box a:hover,
	.col-banner a:hover,
	.easyrefine_logo ul li a:hover,
	.type-coordinate-pick-credit a:hover {
		opacity: .7;
	}

	.type-anchor li:hover {
		opacity: .7;
		transition: all 0.2s linear;
	}

	.item-recommend-list li a:hover {
		opacity: .7;
		transition: all 0.2s linear;
	}


	.navi ul {
		width: 800px;
		margin: 32px auto;
	}

	.navi ul li {
		width: 190px;
	}

	.navi ul li a {
		padding: 5px 5px 6px 8px;
		line-height: 16px;
	}

	.shop-name {
		font-size: 16px;
		line-height: 16px;
	}

	.navi ul li:hover {
		opacity: .7;
		transition: all 0.2s linear;
	}

	.insta-cp-btn,
	.insta-cp-btn.icon {
		width: 320px;
		margin: 0 auto;
	}



}

@media screen and (max-width: 640px) {
	/* 表示領域が640px未満の場合に適用するスタイル */

	.lead-box {
		padding: 20px 0;
	}

	.lead-box p {
		padding: 16px 12px;
		text-align: left;
	}

	.title img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.content-btn {
		padding: 15px 0;
	}

	.type-coordinate-pick-credit-2col div+div {
		margin-top: 12px;
	}

	/* ショップリスト */
	.easyrefine {
		width: 100%;
		margin: 0 auto 5px;
	}

	.easyrefine ul {
		width: 100%;
	}

	.easyrefine ul li {
		display: block;
		float: left;
		width: 48.5%;
		margin: 1px;
	}

	.easyrefine ul li a {
		padding: 5% 3%;
	}

	.easyrefine_logo {
		margin: 0 auto 60px;
	}

	.easyrefine_logo ul {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.easyrefine_logo ul li {
		display: block;
		float: left;
		width: calc((100% - 4.4%) / 3);
		margin: .4%;
	}

	.easyrefine_logo ul li a {
		padding: 5% 3%;
	}

	.easyrefine_logo ul li a img {
		width: 100% !important;
	}

	.gift_brand ul {
		width: 100%;
	}

	.gift_brand ul li {
		width: 40%;
	}

	/* ショップリストここまで */
	.type-intro-inner h2 {
		font-size: 16px;
	}

	.insta-cp-title {
		font-size: 21px;
	}


	.type-intro-inner {
		width: 85%;
	}

	.type-intro-inner p {
		font-size: 14px;
		width: 90%;
	}

	.type-intro-inner p span {
		font-size: 16px;
	}

	.type-coordinate-pick {
		padding: 72px 20px 20px;
		margin-bottom: 0;
	}

	.type-coordinate-pick-wrap {
		margin: 60px 10px 40px;
	}

	.type-coordinate-pick-wrap>p {
		font-size: 18px;
	}

	.navi {
		width: 100%;
	}

	.navi ul {
		width: 95%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-items: center;
		column-gap: 7px;
		row-gap: 2px;
	}

	.navi ul li {
		width: 100%;
		/* margin: 4px 1.5%; */
		font-size: 12px;
	}

	.shop-name {
		font-size: 15px;
	}

	.section-ttl {
		font-size: 20px;
	}

	.gift_brand h2,
	.other_item_box h2 {
		font-size: 22px;
	}



}