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

.title{
	text-align: center;
}
.title img{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.title-sub{
	background: #ececec;
	color: #555555;
	padding: 16px 0;
	line-height: 1.65;
}
.title-sub p {
	width: 96%;
	margin: auto;
	text-align: justify;
	font-size: 14px;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}


/* navi */
.navi{
	/*border-bottom: 2px solid #e9e2db;*/
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	margin: 20px 0;

}
.navi ul{
	display: flex;
	justify-content: center;
	width: 1000px;
	margin: 0 auto;
}

.navi ul > li{
	margin: 2px .5%;
	width: 17.5%;
	text-align: center;
}

.navi ul li a {
	color: #fff;
	background-color: #7e7e7e;
	padding: 8px 5px 6px 5px;
	display: block;
	border-radius: 4px;
	letter-spacing: 0.05em;
}

.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: 5px;
	margin-left: 8px;
	transform: rotate(45deg);
	height: 8px;
	width: 8px;
} */



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

.con1, .con2, .con3, .con4 {
    width: 100%;
    padding: 0;
	position: relative;
}

.con1 > div {
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 0 0 0 5%;
	text-align: left;
	padding: 20px 0;
}

.con2 > div {
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 0 0 0 5%;
	text-align: left;
	padding: 20px 0;
}

.con3 > div {
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 0 0 0 5%;
	text-align: left;
	padding: 20px 0;
}

.con4 > div {
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 0 0 0 5%;
	text-align: left;
	padding: 20px 0;
}

.section_header_1 {
    background: url(../esm240408_tfs/bg_sp1.jpg) no-repeat right / contain;
}

.section_header_2 {
    background: url(../esm240408_tfs/bg_sp2.jpg) no-repeat right / contain;
}

.section_header_3 {
    background: url(../esm240408_tfs/bg_sp3.jpg) no-repeat right / contain;
}

.section_header_4 {
    background: url(../esm240408_tfs/bg_sp4.jpg) no-repeat right / contain;
}

.section_header_5 {
    background: url(../esm240408_tfs/bg_sp5.jpg) no-repeat right / contain;
}

.section_header_inner {
    width: 60%;
	z-index: 10;
}

.section-no-sp {
	position: absolute;
	top: -13%;
	left: -4%;
}

.section-no-sp img {
	width: 30%;
}


.con_come {
    font-size: 12px;
}

.section-ttl {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
    line-height: 1.2;
    text-align: left;
    margin: 0 auto 12px;
    width: 100%;
    font-size: 25px;
	position: relative;
}

.section-ttl-no {
	position: absolute;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	opacity: 0.3;
	left: 14%;
    bottom: 19%;
    font-size: 200;
    letter-spacing: -0.08em;
}



/* headline */
.headline{
	/*aspect-ratio:37/12;*/
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	color: #222;
}

.headline-wrapper{
	box-sizing: border-box;
	width: 54%;
	padding: 10px;
}

.headline-main{
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
    margin-bottom: 0.3em;
    line-height: 1.2;
}

#khaki .btn-box a {
	background-color: #d5d1bf;
    color: #41403c;
}

#yellow .btn-box a {
	background-color: #f3e7ce;
    color: #534d3d;
}

#brown .btn-box a {
	background-color: #cbbabf;
    color: #464042;
}

#purple .btn-box a {
	background-color: #e7ddf5;
    color: #584e66;
}

.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: 24px 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;
}

.c-price {
	font-size: 10px;
}

.price-proper {
    text-decoration: line-through;
}

.price-sale {
    color: red;
    font-weight: bold;
}

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

.sale-price {
	color: red;
}

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

.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 (max-width: 640px) {
.con_under_sharebox a{
	width: 45px;
}

.con_under_mailbox{
	width: 95%;
}

.navi ul {
	width: 93%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	column-gap: 8px;
	row-gap: 7px;
}

.navi ul li {
	width: 100%;
	margin: 0;
	font-size: 14px;
}

.item-list li {
	display: flex;
}

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

.c-price {
	flex-grow: 1;
}

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

}

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

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

.headline-wrapper {
    margin: auto;
    padding: 40px 20px 20px;
    width: 55%;
    max-width: 800px;
}

.navi {
	font-size: 16px;
}

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

.section_header_1 {
    background: url(../esm240408_tfs/small_ttl1.jpg) no-repeat right / contain;
}

.section_header_2 {
    background: url(../esm240408_tfs/small_ttl2.jpg) no-repeat right / contain;
}

.section_header_3 {
    background: url(../esm240408_tfs/small_ttl3.jpg) no-repeat right / contain;
}

.section_header_4 {
    background: url(../esm240408_tfs/small_ttl4.jpg) no-repeat right / contain;
}

.section_header_5 {
    background: url(../esm240408_tfs/small_ttl5.jpg) no-repeat right / contain;
}

.con1 > div {
    overflow: hidden;
    width: 860px;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
    height: 240px;
}

.con2 > div {
    overflow: hidden;
    width: 860px;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
    height: 240px;
}

.con3 > div {
    overflow: hidden;
    width: 860px;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
    height: 240px;
}

.con4 > div {
    overflow: hidden;
    width: 860px;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
    height: 240px;
}

.con1, .con2, .con3, .con4 {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0;
}

.con_come {
    display: block;
    overflow: hidden;
    text-align: left;
    font-size: 1.1em;
    padding: 0px 0;
}

.section_header_inner {
    width: 1000px;
    margin: 0 auto 0 160px;
}

.section-ttl {
    margin: 0px auto 10px;
    text-align: left;
    font-size: 40px;
    line-height: 1.2;
}





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

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



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

.tfslive_box a:hover {
	opacity: 0.7;
  }

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