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

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

.title img.is-pc{
	max-width: 700px;
	margin: auto;
}

.title-sub{
	background: #deeeed;
	color: #424242;
	line-height: 1.8;
	padding: 20px 0;
	margin-top: 10px;
}
.title-sub p {
	width: 96%;
	margin: auto;
	font-size: 14px;
	text-align: justify;
}


.navi{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
	margin: 20px 0 20px;
}
.navi ul{
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto ;
    padding: 0;
    font-size: 20px;
	line-height: 1.2;
	max-width: 1000px;
}
.navi ul li{
    display: inline-block;
    overflow: hidden;
    margin: 12px 1%;
    text-align: center;
    position: relative;
	padding: 0 20px;
}
.navi ul li a{
	background-color: #efefef;
    text-decoration: none;
    padding: 7px 5px 5px 5px;
    display: block;
    overflow: hidden;
    font-size: 14px;
}
.navi ul li a::after{
    content: '';
    display: inline-block;
	margin-left: 8px;
	margin-bottom: 4px;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(130deg) skew(-10deg, 0);
    transform: rotate(130deg) skew(-10deg, 0);
    transition: all 0.2s linear;
	border-top: 1px solid #424242;
    border-right: 1px solid #424242;
}

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



/* headline */
.headline-inner{
	/*aspect-ratio:37/12;*/
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
#BLOUSON .headline {
	background-color:#a2b7c7;
}

#ONE-PIECE .headline {
	background-color:#9d978b;
}

#WIDEPANTS .headline {
	background-color:#466288;
}

#SNEAKERS .headline {
	background-color:#dcdddf;
}

#BLOUSON .headline-inner {
	background-image: url(../esw240415_diaryplus/small_ttl1.jpg);
}

#ONE-PIECE .headline-inner {
	background-image: url(../esw240415_diaryplus/small_ttl2.jpg);

}

#WIDEPANTS .headline-inner {
	background-image: url(../esw240415_diaryplus/small_ttl3.jpg);
}

#SNEAKERS .headline-inner {
	background-image: url(../esw240415_diaryplus/small_ttl4.jpg);
	color: #333;
}


.headline-inner{
	box-sizing: border-box;
	padding: 20px 80px 20px 20px;
	width: 100%;
}

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


.headline-ruby{
	display: block;
	font-size: 22px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-feature-settings: "pkna";
	line-height: 1.2;
}

.headline-sub {
	line-height: 1.7;
	font-size: 12px;
	width: 65%;
}

.headline-en {
	display: inline-block;
	margin-bottom: .2em;
}

/* 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: 12px;
	margin: 4px 0;
}



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

.item-list li{
	margin-top: 32px;
	margin-left: 4%;
	width: 44%;

}
.item-list li a{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.item-list li .m-btn-active{
	height: 24px;
	line-height: 24px;
	margin: auto 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;
}



.sale-price {
	color: red;
}

.tfslive_box {
    display: block;
    margin: 40px auto 0;
    width: 96%;
    max-width: 700px;
    overflow: hidden;
    text-align: center;
}

.tfslive_box p {
    font-size: 20px;
    margin-bottom: 10px;
}

.tfslive_box img {
    width: 100%;
    aspect-ratio: 5/2;
}



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

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

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

.navi{
	font-size: 18px;
}

.navi ul li a{
    font-size: 16px;
	background-color: transparent;
}

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

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

.headline-inner{
	margin: auto;
	padding: 40px 0 20px 30px;
	width: 800px;
}

.headline-sub {
    font-size: 14px;
}

.coordinate-list .itemtxt{
	font-size: 12px;
}

.coordinate-list > li .m-btn-active{
	width: 60%;
}

.headline-ruby{
	font-size: 34px;
	line-height: 1.6;
}

/* 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,
.tfslive_box a:hover {
	opacity: .7;
}


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


}/* end media */

@media screen and (max-width: 640px) {
.navi {
	margin: 10px 0;
}

.navi ul li {
	padding: 4px 0px;
	margin: 0;
	width: 48%;
    box-sizing: border-box;
}

.navi ul li a {
	font-size: 13px;
	padding: 8px 6px;
	border-radius: 4px;
}

#BLOUSON .headline-inner {
	background: url(../esw240415_diaryplus/small_ttl1_sp.jpg) no-repeat right / contain;
}

#ONE-PIECE .headline-inner {
	background: url(../esw240415_diaryplus/small_ttl2_sp.jpg) no-repeat right / contain;

}

#WIDEPANTS .headline-inner {
	background: url(../esw240415_diaryplus/small_ttl3_sp.jpg) no-repeat right / contain;
}

#SNEAKERS .headline-inner {
	background: url(../esw240415_diaryplus/small_ttl4_sp.jpg) no-repeat right / contain;
}

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