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

.title{
	text-align: center;
}
.title img{
	width: 100%;
	max-width: 722px;
	aspect-ratio: 361/120;
	margin: 0 auto;
}

.title-sub{
	/* background: #efefef; */
	color: #424242;
	padding: 16px 0;
	line-height: 1.8;
	margin-top: 10px;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
}

.title-sub-note {
	font-size: 12px;
	display: block;
	margin-top: 1em;
}

.title-sub p {
	margin: 0 16px;
	font-size: 14px;
	text-align: justify;
}

.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: 22%;
}
.navi ul li a{
	background-color: #757575;
	color: #fff;
    text-decoration: none;
    padding: 7px 5px 5px 5px;
    display: block;
    overflow: hidden;
    font-size: 16px;
}

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



/* headline */
.headline{
	/*aspect-ratio:37/12;*/
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #3E3E3E;
}
#avv .headline {
	background-color:#dbd8eb;
}

#SHOOLARUE .headline {
	background-color:#ede1d2;
}

#COMMECAISM .headline {
	background-color:#E4E8E7;
}

#OPAQUECLIP .headline {
	background-color:#daeaf1;
}

#Dessin .headline {
	background-color:#edebdc;
}

#UNFILO .headline {
	background-color:#D7D7E3;
}

#anyFAM .headline {
	background-color:#eddee1;
}

.headline-num {
	font-size: 20px;
	font-family: 'EB Garamond', serif;
	margin-bottom: 20px;
	position: relative;
}

.headline-num::after {
	content: '';
	width: 30px;
	height: 1px;
	display: inline-block;
	background-color: #3E3E3E;
	position: absolute;
	bottom: -14px;
	left: calc(50% - 15px)
  }

.headline-main{
	/* font-family: 'Benne', serif; */
	font-family: 'EB Garamond', serif;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: .5em;
	line-height: 1.2;
}


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

.headline-sub {
	font-size: 1.1em;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
}


/* itemtxt */
.itemtxt{
	font-size: 12px;
	margin: 0 0 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;
}
a .icon {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 11px;
	font-weight: bold;
    margin: 0;
    padding: 8px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    float: right;
    border-radius: 4px;
}

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

.number {
	font-size: 45px;
    font-weight: bold;
    /* margin: 0 auto 8px; */
    font-family: 'Cinzel', serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
	color: #3E3E3E;
    /* letter-spacing: 3.0px; */
}

.number::after {
	content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    top: 60px;
    left: 0;
    display: inline-block;
    border-bottom: 1px solid #3E3E3E;
}



/* btn-box */

.btn-box {
	text-align: center;
	margin-top: 40px;
}

.btn-box .btn-more,
.btn-box .m-btn-inactive{
	margin: 10px auto 0;
	width: 90%;
}

.btn-more {
	font-weight: bold;
    background: #45423f;
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 14px 0;
}

.btn-box .m-btn-inactive {
	background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    color: #333;
    height: auto;
    line-height: inherit;
	padding: 14px 0;
}

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

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

.sale-price {
	color: red;
}

.tfslive_box {
display: block;
margin: 40px auto 40px;
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;
}

.content-btn {
    background: #45423f;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 40px auto 40px;
    padding: 20px 0;
    text-align: center;
    width: 90%;
    font-weight: bold;
}

.footer-btn-box {
	background-color: #efefef;
	padding: 20px 0;
}

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

.con_under_mailbox{
	width: 95%;
}

.title img {
	width: 95%;
	aspect-ratio: 16/7;
}

.navi {
	width: 100%;
}

.navi ul {
	width: 100%;
	padding: 0 2px;
	box-sizing: border-box;
	margin-top: 15px;
	font-size: 20px;
}

.navi ul li{
    width: 48%;
    margin: 0;
}

.navi ul li a{
	font-size: 13px;
    padding: 5px;
}


.headline-wrapper {
	box-sizing: border-box;
	width: 90%;
	margin: auto;
	padding: 15px 0;
	text-align: center;
}

.headline-sub {
	text-align: justify;
}

.headline-wrapper-blouse {
	box-sizing: border-box;
	width: 90%;
	margin: auto;
	padding: 16px 10px 15px;
	text-align: center;
}

.headline-wrapper-blouse .headline-main{
	/* font-family: 'Benne', serif; */
	font-family: 'Cinzel', serif;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: .4em;
	line-height: 1.1;
}

.headline-wrapper-blouse .headline-ruby{
	display: block;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin-bottom: 5px;
}


.content-box{
	margin: 15px auto 40px;
}
.number {
	font-size: 38px;
}

.number::after {
	top: 50px;
}

.itemtxt{
	font-size: 12px;
	margin: 2px 0 4px;
}

}

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

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

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


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

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

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

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


.headline-wrapper{
	box-sizing: border-box;
	margin: auto;
	padding: 33px;
	width: 620px;
	text-align: center;
}

.headline-wrapper-blouse {
	box-sizing: border-box;
	margin: auto;
	padding: 33px;
	width: 620px;
	text-align: center;
}



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



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

.btn-box li {
	display: inline-block;
    margin: 8px 0px;
    text-align: center;
    width: 280px;
}


/* hover */
.content-box .icon:hover{
	background: #45423f;
}

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

.tfslive_box a:hover {
    opacity: 0.7;
}

.content-btn {
    max-width: 320px;
}


}/* end media */
