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


.title-box{
	text-align: center;
	background-color: #ffffff;
  }
  

.title-box picture img{
	vertical-align: top;
	aspect-ratio: 128/51;
	margin: 0 auto 24px;
	width: 100%;
  }

.title-sub{
	background: #d2e4e4;
	color: #555555;
	padding: 16px 0;
	line-height: 1.65;
}
.title-sub p {
	width: 93%;
	margin: auto;
	text-align: justify;
	font-size: 14px;
}


/* navi */
.navi{
	/*border-bottom: 2px solid #e9e2db;*/
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	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;
}



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



/* headline */
.headline{
	color: #333;
}

#blouson .headline {
	background-color:#e2e7e2;
}

#soutiencollarcoat .headline {
	background-color:#d3dcdd;
}


#downjacket .headline {
	background-color:#e9e8e7;
}

.headline-main {
	font-family: "EB Garamond", "Noto Serif JP", serif;
}

.headline-ruby{
	display: block;
	font-size: 14px;
}

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



/* 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: 11px;
}



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

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

.item-list li a{
	display: flex;
	flex-direction: column;
}

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

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

.headline + .item-list {
	margin-top: 24px;
}

/* nav-tab */
.nav-tab{
	margin: 32px 0 40px;
  }
  .nav-tab::after{
	background: #919191;
	content: '';
	display: block;
	height: 1px;
	margin-top:1px;
	width: 100%;
  }
  .nav-tab ul{
	text-align: center;
  }
  .nav-tab ul li{
	display: inline-block;
	font-size: 0;
	margin: 0 5px;
	vertical-align: bottom;
	width: 200px;
  }
  .nav-tab li a{
	border: 1px solid #ddd;
	border-bottom: none;
	border-radius: 2px 2px 0 0;
	color: #aaa;
	display: block;
	font-size: 13px;
	height: 28px;
	line-height: 30px;
	margin-bottom: 1px;
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
  .nav-tab li.active a{
	border: 1px solid #919191;
	border-bottom: 1px solid #fff;
	color: #333;
	height: 30px;
	line-height: 30px;
	margin-bottom: -2px;
	transition: .3s;
  }

@media screen and (max-width: 640px) {

.con_under_sharebox a{
	width: 45px;
}

.con_under_mailbox{
	width: 95%;
}

.con_under_mailbox .m-btn-inactive {
    width: 50%;
}

.navi {
	margin-top: 0;
	margin: 0 auto;
	width: 100%;
}

.navi ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, 33%);
	grid-template-rows: auto;
	margin: 16px auto;
	justify-items: center;
}

.navi ul li {
	margin: 0;
	margin-left: -11vw;
}

.navi ul li:first-child {
	margin-right: -6vw;
}


.navi ul li a {
	display: block;
	font-size: 3vw;
	padding-bottom: 0;
	letter-spacing: -0.1em;
	
}


.navi a::after {
	height: 2vw;
	width: 2vw;
	margin-bottom: 0.5vw;
}

.headline-wrapper {
	display: grid;
	grid-template-columns: 2fr;
	grid-template-rows: repeat(4, auto);
	grid-template-areas: ". . . img" ". ttl . img" ". p . img" ". . . img";
	position: relative;
}

.headline-main {
	grid-area: ttl;
	font-size: 5.2vw;
	padding: 2% 5%;
}

.headline-ruby {
	font-size: 3vw;
}


.headline-wrapper img {
	grid-area: img;
	width: 100%;
}

.headline-sub {
	grid-area: p;
	font-size: 3.5vw;
	padding: 2% 5%;
}


.ttl-item-name {
	position: absolute;
    font-family: "Ephesis", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5.5vw;
    right: 2%;
    top: 80%;
    color: #fff;
    transform: rotate(-5deg);
	text-shadow: #454545 1px 0 10px;
}

.itemtxt {
	margin: 4px 0;
}


.item-list li {
	display: flex;
}

.item-list li a {
	display: flex;
	flex-direction: column;
}

.item-list li .m-btn-active {
	margin-top: auto;
}


/* SMP nav-tab */
.nav-tab{
	margin: 20px auto 32px;
  }
  
  .nav-tab ul li{
	margin: 0 2px;
	width: 30%;
  }
  .nav-tab li a{
	font-size: 4.5vw;
	height: 4vw;
	line-height: 1.5;
	padding: 2vw 0 4vw;
  }
  .nav-tab li.active a{
	height: 4.2vw;
	line-height: 1.5;
	padding: 2vw 0 4.5vw;
  }

}

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

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

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

.title-box picture img{
	max-width: 640px;
	aspect-ratio: 64/25;
	margin: 0 auto;
  }


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

.navi a {
	font-size: 16px;
}


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



/* PC headline */

.headline-wrapper{
	box-sizing: border-box;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 600px 200px;
	grid-template-rows: auto auto auto auto;
	grid-template-areas: ". img" "ttl img" "p img" ". img";
	justify-content: center;
	row-gap: 16px;
	position: relative;
}

.headline-main{
	font-family: "EB Garamond", "Noto Serif JP", serif;
	font-size: 30px;
	margin-bottom: .3em;
	line-height: 1.2;
	letter-spacing: 3px;
	grid-area: ttl;
}


.headline-wrapper img {
	grid-area: img;
	width: 200px;
	aspect-ratio: 5/6;
}

.headline-sub {
	grid-area: p;
}

.ttl-item-name {
	position: absolute;
	grid-area: img;
    font-family: "Ephesis", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    right: 3%;
    top: 83%;
    color: #fff;
    transform: rotate(-5deg);
	text-shadow: #454545 1px 0 10px;
}


.ttl-item-name.name-long {
	font-size: 24px;
}

/* 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;
}

.itemtxt {
	margin-top: 4px;
}



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



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

.con_under_mailbox .m-btn-inactive {
    width: 50%;
}



/* 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 */

