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



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

.title {
	text-align: center;
	margin-bottom: 40px;
	/* background: url("./personalcolor_l.png") repeat-y top left,url("./personalcolor_r.png") repeat-y top right; */
	background-color: #e0cecb;
	background-size: 40px;
}
.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: 30px 0;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}

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

/* ばんざい */
.banzai {
  align-items: center;
  display: flex;
  justify-content: center;
}

.banzai::before {
  margin-right: 6px;
  transform: rotate(60deg);
}

.banzai::after {
  margin-left: 6px;
  transform: rotate(-60deg);
}

.banzai::before, .banzai::after {
  background-color: #424242;
  content: "";
  height: 1px;
  width: 12px;
}

.s-banner-area img {
  max-width: 100%;
}


/* navi */
.navi ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 64px auto 32px;
	padding: 0 8px;
}
.navi ul > li{
	width: 33%;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin-bottom: 18px;
	position: relative;
}

.navi ul > li::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: url(anchor.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.navi ul > li a{
	display: block;
}

.navi ul > li img{
	display: block;
	width: 100%;
  aspect-ratio: 3 / 4;
}

.navi ul li.is-sp::after {
	content: none;
}

.section-heading1 {
	font-size: 30px;
	font-family: 'Marcellus', 'Noto Serif JP',  serif;
	line-height: 1.3em;
	letter-spacing: -1px;
	text-align: center;
	position: relative;
	z-index: 0;

}

.section-heading2 {
	font-size: 36px;
	font-family: 'Marcellus', 'Noto Serif JP',  serif;
	line-height: 1.3em;
	letter-spacing: -1px;
	text-align: center;
	position: relative;
	z-index: 0;

}

.section-heading1 span.subhead,
.section-heading2 span.subhead
 {
    font-family: sans-serif;
	font-size: .5em;
	display: block;
}



.section-heading1 span.bg-line,
.section-heading1 span.bg-line2 {
	position: relative;
}

.section-heading1 span.bg-line::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background: url(line.png) no-repeat;
	background-size: contain;
	width: 300px;
	height: 300px;
	z-index: -1;	
}

.section-heading1 span.bg-line2::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background: url(line2.png) no-repeat;
	background-size: contain;
	width: 300px;
	height: 300px;
	z-index: -1;	
}


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



.crew-neck {
	background-color: #f2eae9;
	padding: 60px 0 0;
}



.turtle-neck {
	background-color: #e7e2ed;
	padding: 60px 0 0;
}

.for-straight {
	background-color: #d6dceb;
	padding: 60px 0 0;
}

.for-wave {
	background-color: #f7e5e9;
	padding: 60px 0 0;
}

.for-natural {
	background-color: #d6e3dd;
	padding: 60px 0 0;
}

.crew-neck .cl-change {
	color: #A3806F;
}

.turtle-neck .cl-change {
	color: #8E7AA7;	
}

.for-straight .cl-change {
	color: #727D97;
}

.for-wave .cl-change {
	color: #b87181;
}

.for-natural .cl-change {
	color: #5B8974;
}




/* コーディネイト */
.type-brand-head {
	font-family: "Marcellus", serif;
	text-align: center;
	font-size: 38px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.type-brand-head img,
.section-heading1 img,
.section-heading2 img {
	max-width: 320px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
/* 
.head-st {
	color: #8b9dc0;
}

.head-wa {
	color: #d6898f;
}


.head-na {
	color: #5fb491;
} */


.type-coordinate-main {
	padding-bottom: 60px;
}


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

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

.type-coordinate-head {
	font-size: 38px;
	text-align: center;
	padding-bottom: 40px;
}

.type-coordinate-head span {
	display: block;
	font-size: .4em;
}

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

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



.type-coordinate-img {
	width: 100%;
	aspect-ratio: 32/41;
}

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

.type-coordinate-comment {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 32px;
	padding: 0 10px;	
}

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

.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 18px 60px;
	background-color: #ffffff;
	position: relative;

}
.crew-neck .type-coordinate-pick-wrap::before {
    content: "";
    top: -10px;
    left: -10px;
    border-bottom: 6em solid transparent;
    border-left: 6em solid #d9b4a3;
    position: absolute;
    z-index: 1;
}

.crew-neck .type-coordinate-pick-wrap::after {
    content: "";
    bottom: -10px;
    right: -10px;
    border-top: 6em solid transparent;
    border-right: 6em solid #d9b4a3;
    left: 0;
    position: absolute;
    z-index: 1;
}

.turtle-neck .type-coordinate-pick-wrap::before {
    content: "";
    top: -10px;
    left: -10px;
    border-bottom: 6em solid transparent;
    border-left: 6em solid #b9a9cf;
    position: absolute;
    z-index: 1;
}

.turtle-neck .type-coordinate-pick-wrap::after {
    content: "";
    bottom: -10px;
    right: -10px;
    border-top: 6em solid transparent;
    border-right: 6em solid #b9a9cf;
    left: 0;
    position: absolute;
    z-index: 1;
}

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

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

.type-coordinate-pick-imgbox {
	text-align: center;
	width: 300px;
	margin: 12px auto 12px;
}
.type-coordinate-pick-imgbox img {
	width: 100%;
	aspect-ratio: 15/16;
}

.type-coordinate-pick-txtbox .pickup {
	font-family: 'Marcellus', 'Noto Serif JP',  serif;
	color: #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.type-coordinate-pick-txtbox > p {
    margin-bottom: 1em;
}

.type-coordinate-pick-credit {
	padding-top: 1em;
	line-height: 2.2;
    border-top: 1px solid #777;	
}

.type-coordinate-pick-credit li {
	margin-bottom: 4px;
}

.type-coordinate-pick-credit li a {
	display: block;
}

.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-head {
	/* font-family: 'Marcellus', 'Noto Serif JP',  serif;	 */
	font-size: 22px;
	text-align: center;
	margin-bottom: .6em;
}

.item-recommend-head + p {
	font-size: 14px;
	text-align: center;
	margin: 0 auto 2em;
	font-weight: bold;
	padding: 6px;
}

.item-recommend-head + p span {
	display: block;
	width: 60px;
	padding: 4px 12px;
	margin: 0 auto 12px;
	color: #fff;
	border-radius: 16px;
	position: relative;	
}

.item-recommend-head + p span:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	border: 6px solid transparent;
}

.for-straight .item-recommend-head + p span {
	background-color: #727D97;
}

.for-wave .item-recommend-head + p span {
	background-color: #b87181;
}

.for-natural .item-recommend-head + p span {
	background-color: #5B8974;
}

.for-straight .item-recommend-head + p span:before {
	border-top: 6px solid #727D97;
}

.for-wave .item-recommend-head + p span:before {
	border-top: 6px solid #b87181;
}

.for-natural .item-recommend-head + p span:before {
	border-top: 6px solid #5B8974;
}



.item-recommend-list {
  display: grid;	
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
    /* flex-wrap: wrap; */
    overflow: hidden;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 0;
	gap: 8px;
}


.item-recommend-list > li{
	/* width: 48%; */
	font-size: 13px;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;	
}



.item-recommend-list a {
	display: block;
}

.item-recommend-list li img {
	width: 100%;
	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-price {
	margin-bottom: 10px;
    font-size: 12px;
}

.item-recommend-price a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
}

.item-recommend-price a p {
	float: left;
}

.item-recommend-price a span {
	background: #333;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 11px;
    margin-left: 2px;
    padding: 4px 6px;
}

.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: 780px;
	margin: 0 auto 60px;
	padding: 0 10px;
}
.col-banner img {
	max-width: 100%;
	aspect-ratio: 5/2;
	height: auto;
}

.section-ttl {
	text-align: center;
	font-size: 18px;
	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;
}

.m-link-archive-img img {
	height: auto;
}

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

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

.lead-box p {
	padding-bottom: 40px;
}

.navi ul > li{
width: 160px;
}

.navi li a:hover{
	opacity: 0.7;
}


.title{
	background-image: none;
}

.title img{
	width: 100%;
	max-width: 1000px;
	aspect-ratio: 25/14;
	margin: 0 auto;
}

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

.section-heading2 {
	font-size: 38px;
}

.type-brand-head img,
.section-heading1 img,
.section-heading2 img {
	max-width: 360px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

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

.type-brand-head {
	margin-bottom: 0;
}

.type-coordinate-main {
	padding-top: 60px;
	padding-bottom: 80px;	
	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: -80px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.type-coordinate-pick-wrap {
	max-width: 900px;
	margin: 40px auto 60px;
	padding: 24px;
}

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

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

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


.item-recommend-list {
    overflow: hidden;
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
	/* justify-content: center; */
    grid-template-columns: repeat(3, 1fr);	
}

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

.item-recommend-price {
    font-size: 13px;
}



.item-recommend-price a span {
	font-size: 11px;
}

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

}

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

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

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

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

.navi ul > li.spacer {
	width: 100%;
}


}