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

.title{
	text-align: center;
}
.title img{
	width: 100%;
	max-width: 700px
}

.title-sub{
	background: #E9A8AD;
	color: #fff;
	padding: 16px 0;
	line-height: 1.8;
	margin-top: 10px;
}
.title-sub p {
	width: 96%;
	margin: auto;
	font-size: 13px;
	/*text-align: justify;*/
}


/* navi
.navi{
	font-family: 'Benne', serif;
	font-size: 16px;
	margin-top: 20px;
}
.navi ul{
	display: flex;
	justify-content: center;
}

.navi ul > li{
	margin: 0 10px;
}
.navi a{
	display: block;
	padding-bottom: 12px;
}
.navi a::after{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	content: "";
	display: inline-block;
	margin-bottom: 2px;
	margin-left: 8px;
	transform: rotate(45deg);
	height: 8px;
	width: 8px;
} */

.navi{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.navi ul{
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto ;
    padding: 0;
    font-size: 20px;
		max-width: 1000px;
}
.navi ul li{
    display: inline-block;
    overflow: hidden;
    margin: 30px 10px;
    text-align: center;
    position: relative;
		border-radius: 4px;
		width: 30%;
}
.navi ul li a{
    color: #fff;
    text-decoration: none;
    padding: 7px 5px 5px 5px;
    display: block;
    overflow: hidden;
    font-size: 15px;
}
.navi ul li a::after{
    top: 45%;
    margin-top: -6px;
    right: 8px;
    position: absolute;
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(130deg) skew(-10deg, 0);
    transform: rotate(130deg) skew(-10deg, 0);
    transition: all 0.2s linear;
}

/* content-box */
.content-box{
	margin: 10px auto 40px;
	padding-bottom: 32px;
}



/* headline */
.headline{
	/*aspect-ratio:37/12;*/
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #3E3E3E;
}
#Knit .headline {
	background-image: url(../esw230116_edit/small_ttl1.jpg);
	background-color:#E1F3DB;
}

#Coat .headline {
	background-image: url(../esw230116_edit/small_ttl2.jpg);
	background-color:#D0E5FA;
}

.headline-wrapper{
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	width: 65%;
}

.headline-main{
	/* font-family: 'Benne', serif; */
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	margin-bottom: .5em;
	line-height: 1.4;
}


.headline-ruby{
	display: block;
	font-size: 14px;
	/*color: #333;*/
}

.headline-sub {
	font-size: 1.1em;
}


/* coordinate-list */
.coordinate-list{
	margin: auto;
	text-align: center;
	max-width: 774px;
}
.coordinate-list > li{
	width: 25%;
}
.coordinate-list > li img{
	aspect-ratio:97/211;
	width: 100%;
}
.coordinate-list > li .m-btn-active{
	height: 24px;
	line-height: 24px;
	margin: 4px auto 0;
	width: 90%;
}

.coordinate-list a{
	display: block;
}



/* itemtxt */
.itemtxt{
	font-size: 10px;
	margin-top: 4px;
}



/* item-list */
.item-list{
	flex-wrap: wrap;
	margin: auto;
	max-width: 980px;
}

.item-list li{
	margin-top: 32px;
	margin-left: 4%;
	width: 44%;
}
.item-list li a{
	display: block;
}
.item-list li .m-btn-active{
	height: 24px;
	line-height: 24px;
	margin: 4px auto 0;
	width: 90%;
}

.item-list img{
	aspect-ratio:5/6;
	width: 100%;
}



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



/* layoutbox */
.layoutbox{
	margin: 0;
	width: 100%;
}
.layoutbox img{
	aspect-ratio:16/15!important;
}





/* under */
.under{
	padding: 64px 0;
}


.con_under_sharebox{
	width: 100%;
	text-align: center;
}
.con_under_sharebox a {
	width: 67px;
	margin: 5px 10px;
	display: inline-block;
}
.con_under_sharebox a img{
	width: 100%;
}
.con_under_mailbox{
	width: 500px;
	margin: 10px auto 50px;
	padding: 30px 0;
	border: solid 1px #d1c0a5;
	text-align: center;
}
.con_under_mailbox span{
	font-size: 12px;
}
.con_under_mailbox span a{
	display: inline-block;
	text-decoration: underline;
}

.coordinate-list .itemtxt{
	height: 3.3em;
	font-size: 10px;
}

.lh-ur {
	line-height: 1.2;
}

.sale-price {
	color: red;
}

@media screen and (max-width: 640px) {
.con_under_sharebox a{
	width: 45px;
}

.con_under_mailbox{
	width: 95%;
}

}

@media screen and (min-width:641px) {

/*-----------*/
/*    PC     */
/*-----------*/

.title-sub p {
	text-align: center;
}

#white .headline {
	background-image: url(../esw221011_edit/small_ttl1.jpg);
	background-color:#f1f1f1;
}

#nuance .headline {
	background-image: url(../esw221011_edit/small_ttl2.jpg);
	background-color:#e8f0f7;
}

#logo .headline {
	background-image: url(../esw221011_edit/small_ttl3.jpg?a);
	background-color:#e2ddd6;
}

/* PC headline */
.navi ul > li{
	margin: 0 20px;
}

.navi{
	font-size: 18px;
	margin-top: 20px;
}

/* PC headline */
.headline{
	aspect-ratio:auto;
	background-size: 740px 240px;
	background-position: center;
	height: 240px
}

.headline-main{
	font-size: 40px;
	margin-bottom: .5em;
	line-height: 1.4;
}


.headline-wrapper{
	margin: auto;
	padding: 40px 30px 20px;
	width: 800px;

}


/* PC item-list */
.item-list li{
	margin-top: 32px;
	margin-left: 20px;
	width: 230px;
}
.item-list li:nth-of-type(4n-3){
	margin-left: 0;
}



/* PC btn-box */
.btn-box .m-btn-active,
.btn-box .m-btn-inactive{
	width: 320px;
}



/* PC under-mailbox */
.under-mailbox{
	width: 500px;
}



/* hover */
.content-box .m-btn-active:hover{
	background: #45423f;
}

.navi a:hover,
.content-box a:hover{
	opacity: .7;
}

.coordinate-list .itemtxt{
	height: auto;
}

.lh-ur {
	line-height: 1.6;
}

}/* end media */
