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

.is-mt100 {
	margin-top: 100px;
}

.bg-color {
    background: #fffcf5;
}

.main-content {
	background-color: #fff;
	padding-bottom: 80px;
	overflow: hidden;
}

.main-content .title {
	background-color: #F4FEEF;
}

.shoecare-video {
	text-align: center;
	margin-bottom: 24px;
}

.shoecare-video video{
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.inlineblock {
	display: inline-block;
}

.ttl-emphasis {
    letter-spacing: 0.02em;
    font-size: 16px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 27px 0 27px 2px;
    margin: 0 auto;
}

.icon {
    background: #DE3A54;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    right: 350px;
}

/* event */
.eventreport {
	text-align: center;
}

.eventreport-txt {
	padding-top: 8px;
	padding-bottom: 40px;
    font-size: 14px;
}

.event-top-wrapper {
    box-sizing: border-box;
    margin: auto;
    padding: 80px 0 32px;
}

.event-guest-txt {
    width: 700px;
    margin: 0 auto;
}

.event-wrapper {
    box-sizing: border-box;
    margin: auto;
    padding: 40px 0 0;
}

.event-contents {
    width: 700px;
    margin: 8px auto 40px;
}

.event-guest {
    text-align: center;
    background: #fff;
    padding: 24px 0;
}

.event-guest-name {
    font-size: 17px;
    border-bottom: 1px solid #d3d1d1;
    padding-bottom: 8px;
    width: 190px;
    margin: 0 auto;
}

.event-guest-explanation {
    font-size: 14px;
    margin: 12px auto 0;
}

.guest-img {
	height: 100%;
}

.event-guest-img {
    text-align: center;
    margin-bottom: 4px;
}

.eventreport-img {
	margin: 0 auto;
}

.maisonfef-interview-ttl {
    font-size: 14px;
    padding-left: 32px;
}

.tournament {
    display: grid;
    width: 1000px;
    grid-template-columns: repeat(2, 488px);
    column-gap: 24px;
    row-gap: 24px;
    padding-top: 12px;
    justify-content: center;
}

.tournament-1,.tournament-2,.tournament-3,.tournament-4,.tournament-5,.tournament-6 {
	width: 100%;
}

.tournament-img {
	width: 100%;
	vertical-align: top;
}

.sub-contents-img {
	display: flex;
	justify-content: center;
	column-gap: 24px;
}

.sub-contents-guest {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto;
}

.sub-interview-guest {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto 0;
}

.sub-img-txt {
	font-size: 20px;
    font-weight: 600;
}

.sub-main {
	text-align: center;
} 

.sub-contents-guest-txt {
	position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 16px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 14px;
    align-self: center;
    background: #fce9c0;
    width: auto;
    border-radius: 6px;
}

.maisonfef-interview-txt {
	position: relative;
    display: inline-block;
    margin: 6px 0 1.5em 15px;
    padding: 16px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 14px;
    align-self: center;
    background: #fce9c0;
    width: auto;
    border-radius: 6px;
}

.sub-contents-guest-txt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fce9c0;
}

.maisonfef-interview-txt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fce9c0;
}

.sub-img {
	width: 100%;
}

/* title */
.title img{
	display:block;
	margin: auto;
	width:100%;
	max-width: 1000px;
	/* aspect-ratio: 16/5; */
}

.title-sub-wrapper {
    padding: 40px 0;
}

.title-sub{
	position: relative;
	font-size: 14px;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
}

.title-sub p + p {
    margin: 3em 0 0;
    font-weight: bold;
}

.heading {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 12px;
}

.head-border {
    border: 2px solid #333;
    border-radius: 5px;
    padding: 20px 0;
    position: relative;
    width: 500px;
    margin: 0 auto;
}

.head-border::before {
    background-color: #fff;
    color: #333;
    content: "高崎高島屋「Thinking Leather Action」";
    font-weight: bold;
    left: 86px;
    padding: 3px 10px;
    position: absolute;
    top: -15px;
}

/* navi */
.navi ul{
	border-top: 1px solid #aaa;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	/* margin-bottom: 32px; */
	font-size: 14px;
}
.navi ul > li{
	display: inline-block;
	text-align: center;
	margin: 12px 0;
	width: 16%;
}

.navi ul > li a::after{
	display: block;
	margin: 4px 0 0;
    content: url("anchor.svg");  /*画像のURL*/
}

.navi ul > li:nth-of-type(4n){
	border-right: none;
}

.navi ul > li a{
	display: block;
	font-size: 14px;
}

.navi ul > li img{
	display: block;
	width: 100%;
	aspect-ratio: 12/19;
}



/* content-box */
.main-content-title {
    margin: 0 auto 8px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 24px;
}

.content-box{
	box-sizing: border-box;
	margin: auto;
	padding: 0 0 64px;
}


.shop-intro{
	margin-bottom: 40px;
}


.imgbox-mainimg{
	aspect-ratio: 16/10;
	display: block;
	width: 100%;
	margin: 12px auto 0;
}

.imgbox-mainimg2 {
	aspect-ratio: 3/2;
	display: block;
	width: 100%;
	margin: 12px auto 0;
}

.shop-item-anker {
	width: 200px;
	margin: 12px auto 0;
    color: #fff;
    background-color: #7e7e7e;
    text-decoration: none;
    padding: 8px 5px 8px 5px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 4px;
}

.shop-item-anker::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 #fff;
    border-right: 1px solid #fff;
}

.item-wrapper{
	box-sizing: border-box;
    margin: auto;
    padding: 32px 0 64px;
	overflow: hidden;
}

.recommend-item-contents {
	width: 1000px;
	margin: 0 auto;
}

.recommend-item-title {
    font-weight: bold;
    padding: 36px 0 16px;
    font-size: 24px;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: .05em;
}

.recommend-item-txt {
    font-size: 14px;
    margin-bottom: 12px;
    text-align: center;
    line-height: 1.75;
}

.otheritem {
    width: 1000px;
    margin: 10px auto;
    text-align: left;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-weight: normal;
    color: #333333;
    line-height: auto;
    font-size: 20px;
}

.otheritem::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #9e9e9e;
}

/* imgbox */

.imgbox-sub{
	margin-top: 12px;
}

.shop-txt-box {
	text-align: center;
	padding: 0 16px;
}

/* itembox */
.itembox{
	background: #f7f6f2;
	box-sizing: border-box;
}


.bg-grey .imgbox-main-link::before{
  border-bottom: 30px solid #fff;
}

.btn-inactive {
    display: block;
    padding: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #aaa9a9;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.itembox .m-btn-active{
	margin-top: 16px;
}

.shop-txt-head {
	font-weight: bold;
	margin: 36px auto 16px;
	font-size: 20px;
}

.shop-txt-head span {
	font-size: .7em;
}


.shop-txt-head b{
	display: block;
	font-size: 24px;
	margin-bottom: 8px;
}


.shop-txt-desc{
	font-size: 14px;
	margin-top: 12px;
	text-align: justify;
	line-height: 1.75;
}

.item-head{
	background: #a9a7a0;
	border-radius: 100px;
	color: #fff;
	line-height: 1;
	margin-top: 16px;
	padding: 6px 0;
	text-align: center;
	width: 100%;
}


.status{
	align-items: center;
	color: #a9a7a0;
	display: flex;
	font-size: 12px;
	justify-content: center;
	letter-spacing: .3em;
	margin-top: 4px;
	text-align: center;
}
.status span{
	font-size: 16px;
}

span.status-act{
	color: #e1c34a;
	font-size: 22px;
}

.more-btn-box-text {
    text-align: center;
    padding-top: 8px;
}



/* headline */
.headline {
	position: relative;
	text-align: center;
	height: 100px;
	margin-bottom: 40px;
}

.headline-text {
	position: relative;
}

.bg-color .headline-num {
	color: #c5e0e7;
}

.theme-icon {
	width: 180px;
	margin: 0 auto 40px;
}

.headline-num {
	font-family: "Jost", sans-serif;
	font-size: 100px;
	font-weight: 600;
	color: #d8e8eb;
	line-height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.headline-subtitle {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	margin-left: 8px;
	font-size: 20px;
	letter-spacing: -0.08em;
}

.headline-sentence {
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.detail-txt {
	font-size: 14px;
	border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    padding: 16px 0;
}

/* itemlist */
.itemlist ul{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.itemlist ul > li{
	background: #efefef;
	box-sizing: border-box;
	margin-top: 12px;
	padding: 12px;
}
.bg-color .itemlist ul > li{
	background: #fff;
}

/*.itemlist ul > li a{
	display: block;
}*/

.itemlist ul li b{
	display: block;
}
.itemlist ul > li img{
	aspect-ratio: 5/6;
	width: 100%;
}

.itemlist ul .m-btn-active{
	height: 32px;
	line-height: 32px;
}

.itemlist-headline{
	font-size: 20px;
	margin-top: 32px;
	text-align: center;
}


.more-btn-box {
	width: 100%;
	margin: 30px auto;
}

.categoryitem {
	max-width: 320px;
	width: 100%;
	margin-top: 20px;
}

.shop-action {
	font-size: 14px;
	background-color: #e6f3ea;
	padding: 40px 40px;
	margin-bottom: 30px;
	border-radius: 10px;
}

.shop-action-inner {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 20px;
}

.shop-action-inner:nth-child(even) {
	margin-top: 40px;
}


.shop-action figure {
	width: 100%;
}

.shop-action p {
	flex: 1;
	line-height: 1.75;

}

.shop-action figure img {
	max-width: 100%;
}

.m-column .head {
	font-size: 30px;
}

.m-column .head span {
	font-size: .5em;
	display: block;
}

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

  .tfslive_box img.ols-bn {
	aspect-ratio: 35/6;	
  }

  .categoryitem-btn {
    display: flex;
    column-gap: 40px;
    justify-content: center;
  }

  .m-icn-arrow-right-w {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(40deg) skew(-10deg, 0);
    transform: rotate(40deg) skew(-10deg, 0);
    transition: all 0.2s linear;
    top: -1px;
    margin-left: 4px;
}

.dash-line-level {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #E0E0E0;
    margin: 0;
    padding: 0;
}

.maisondef-list-item {
	display: grid;
	flex-direction: column;
	grid-template-rows: 260.04px auto 40px;
	align-items: flex-start;
	row-gap: 8px;
}

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

/* PC title */
.title-sub {
    text-align: center;
    margin: 0 auto 32px;
}

/* PC content-box */


.headline {
	display: flex;
	flex-direction: row;
	height: auto;
	align-items: center;
	margin-bottom: 0;
}

.theme-icon {
	margin: 0 36px 0;
}

.headline-num{
	width: 60px;
	text-align: center;
	position: static;
	transform: none;
	display: inline-block;
}

.headline-sentence {
	position: static;
	transform: none;
	flex: 1;
	text-align: right;
	display: inline-block;
	padding-right: 20px;
}

/* PC shop-intro */
.shop-intro{
	width: 1000px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.shop-img-box {
	width: 550px;
}


.shop-txt-box {
	flex: 1;
	padding: 0 32px;
}

.shop-action {
	padding: 52px 52px;
}

.imgbox-main-link{
	background: #f7f6f2;
	box-sizing: border-box;
	padding: 50px 30px;
	position: relative;
	width: 500px;
}
.bg-grey .imgbox-main-link{
	background: #fff;
}


/* PC itembox */
.itembox{
	position: relative;
	width: 360px;
	margin: 0 auto;
}

.shop-txt-head {
	margin: 0 auto 16px;
	font-size: 24px;
}




/* PC itemlist*/
.itemlist ul{
	margin: auto;
	width: 1000px;
	display: grid;
	grid-template-columns: repeat(4, 241px);
	justify-content: center;
	-moz-column-gap: 8px;
	     column-gap: 8px;
}
.itemlist ul > li{
	display: inherit;
}

.care-list-item {
	display: grid;
	grid-template-rows: 260.39px 60px auto auto auto 1fr auto;
	grid-template-areas:
	"photo"
	"text"
	"dash"
	"itemname"
	"btn";
	flex-direction: column;
	align-items: flex-start;
	row-gap: 8px;
}

.recommend-list-item {
	display: grid;
	grid-template-rows: 260.39px 1fr auto 86px 32px;
	grid-template-areas:
	"photo"
	"text"
	"dash"
	"itemname"
	"btn";
	flex-direction: column;
	align-items: flex-start;
	row-gap: 8px;
}

.more-btn-box {
	max-width: 320px;
	margin: 60px auto;
}

.shop-action-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.shop-action-inner:nth-child(even) {
	flex-direction: row-reverse;
}

.shop-action figure {
    width: 50%;
}
}

/*--------*/
/* HOVER  */
/*--------*/

.main-content .m-btn-active:hover{
	background: #45423f;
}
.main-content a:hover{
	opacity: .7;
}

.tfslive_box a:hover {
	opacity: 0.7;
  }/* end media */

@media screen and (max-width: 640px) {
	.title img {
		aspect-ratio: 2/1;
	}

	.navi ul {
		border-top: none;
	}

	.navi ul > li {
		font-size: 0;
		width: 50%;
		margin: 0;
		border-top: 1px solid #aaa;
		box-sizing: border-box;

	}

	.navi ul > li:nth-child(odd) {
		border-right: 1px solid #aaa;
	}

	.navi ul > li a {
		padding: 10px;
	}



	.headline-subtitle {
		font-size: 18px;
	}

	.headline-sentence {
		position: relative;
		z-index: 1;
	}

	.cp-banner-box {
		width: 100%;
	}

	.cp-banner-box img {
		width: 100%;
	}

	.shop-intro img {
		width: 100%;
	}

	.itembox-details {
		display: block;
	}

	.itembox-details-inner {
		width: 100%;
	}

	.bg-grey .itembox {
		background: initial;
	}

	.recommend-itemlist {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}

	.itemlist ul > li {
		margin-top: 0;
		display: inherit;
	}

	.recommend-list-item {
		display: grid;
		grid-template-rows: auto 1fr auto 90px;
		row-gap: 8px;
	}

	.care-list-item {
    display: grid;
    row-gap: 8px;
    grid-template-rows: auto 1fr auto auto auto 1fr auto;
	}

	.itemlist ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
	}

	.head-border {
		width: 95%;
	}

	.head-border::before {
    background-color: #fff;
    color: #333;
    content: "高崎高島屋「Thinking Leather Action」";
    font-weight: bold;
    left: 5%;
    right: 5%;
    position: absolute;
    top: -20%;
    font-size: 13px;
}

.title-sub-wrapper {
	padding: 32px 10px 40px;
}

.top-txt {
	text-align: center;
}

.more-btn-box {
	width: 90%;
}

.recommend-item-contents {
	width: 100%;
}

.recommend-item-txt {
	padding: 0 5%;
}

.categoryitem-btn {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.categoryitem {
	max-width: 100%;
}

.event-guest-txt {
	width: 100%;
}

/*.sub-contents-img {
	display: block;
}*/

.event-guest-name {
    font-size: 15px;
	margin-bottom: 4px;
}

.event-guest-explanation {
    font-size: 13px;
	padding: 0 2%;
}

.event-contents {
	width: 100%;
}

table {
	width: 100%;
}

table thead th {
    vertical-align: middle;
}

.otheritem {
    font-size: 20px;
    line-height: 1.5em;
    width: auto;
    margin: 10px;
}

.main-content-title {
	font-size: 22px;
}

.shop-txt-box {
	padding: 0;
}

.recommend-item-title {
	font-size: 22px;
}

.eventreport-img {
	width: 100%;
}

.sub-contents-guest {
	display: block;
	text-align: center;
}

.sub-interview-guest {
	display: block;
	text-align: center;
}

.sub-contents-guest-txt {
    width: auto;
    padding: 20px;
}

.sub-contents-guest-txt,.maisonfef-interview-txt {
	margin: 1.5em auto 15px;
}

.sub-contents-guest-txt:before {
    content: "";
    position: absolute;
    top: -9%;
    left: 46%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fce9c0;
}

.maisonfef-interview-txt:before {
    content: "";
    position: absolute;
    top: -9%;
    left: 46%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fce9c0;
}

.maisondef-list-item {
    grid-template-rows: auto auto 40px;
}

.maisonfef-interview-ttl {
	padding: initial;
}

.tournament {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: auto;
}

.title-sub {
	width: auto;
    margin: 0 auto 16px;
}

.icon {
	right: 10%;
    top: -30%;
}

/*.sub-img-txt {
	margin: 4px auto 8px;
}*/

}