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

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

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

.title{
	text-align: center;
	margin-bottom: 20px;
	background-color: #ece6e5;
}
.title img{
	width: 100%;
	max-width: 640px;
	/* aspect-ratio: 1000/400; */
	margin: 0 auto;
}

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

.lead-box p {
	font-size: 14px;
}

.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 {
	display: flex;
	flex-wrap: wrap;
	max-width: 640px;
	margin: 0 auto 50px;
}

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

}

.type-anchor li a {
	display: block;
	padding: 20px 10px;
	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) a {
	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 {
	text-align: center;
}


.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;
}



/* コーディネイト */

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

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

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

.type-coordinate-img {
	width: 100%;
	aspect-ratio: 5/6;
}

.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 10px;
}

.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%;
	aspect-ratio: 5/6;
}

.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: #cc6d00;
	padding: 3px 3px;
	border-radius: 2px;
	margin-left: 4px;
}

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

.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;
}

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

.lead-box {
	margin: auto 0 60px;
	text-align: center;
	padding: 10px;
}

.title{
	margin-bottom: 40px;
}

.title img{
	width: 100%;
	max-width: 1000px;
	aspect-ratio: 1000/560;
	margin: 0 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 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
}

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

.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 {
	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;
}

}

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

.title img {
	width: 100%;
	aspect-ratio: 64/60;
}

#contents{
	width:100%;
	position:relative;
	padding-top:0px;
}

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


}