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

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

.bg-color {
	background: #f3fafd;
}

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

.monthly-theme span:first-child {
	font-size: 26px;
	display: inline-block;
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	margin: -70px auto;
}

.monthly-theme h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: .8em;
}

.monthly-theme-txt {
	text-align: center;
}

.monthly-theme-txt p {
	font-size: 14px;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.08em;
}

.monthly-theme-icon {
	display: flex;
	column-gap: 40px;
	justify-content: center;
	align-items: center;
}

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

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

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

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

/* 
.title-sub p:first-child {
    color: #3DA5E6;
    font-size: 18px;
    font-weight: bold;
} */

.title-sub p+p {
	margin-top: 1em;
}

.monthly-theme {
	box-sizing: border-box;
	background-color: #f5f5f5;
	padding: 60px 30px;
	position: relative;
	margin: 40px auto 60px;
}

/* キャンペーン告知 */
.cp-banner-box {
	width: 1000px;
	margin: 0 auto 16px;
}

.cp-banner-box p {
	text-align: center;
	font-size: 14px;
	margin: 16px auto 8px;
}

.cp-banner-box img {
	display: block;
	aspect-ratio: 160/21;
	margin: 0 auto;
}



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

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



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

.contents-topics {
	margin: 24px auto 0;
	text-align: center;
}

.contents-topics-title {
	font-size: 24px;
	font-weight: bold;
}

.contents-topics-txt {
	margin: 8px auto 16px;
	font-size: 14px;
}

.contents-topics-yokoku {
	padding: 40px 0;
	background-color: #fff;
	border: 1px solid #009fe8;
	font-family: "ヒラギノ丸ゴ Pro", sans-serif;
}

.contents-topics-yokoku-title {
	font-size: 24px;
	font-weight: bold;
}

.contents-topics-yokoku-title span {
	color: #009fe8;
}

.contents-topics-yokoku-btn {
	margin: 16px auto 0;
	border-bottom: 1px solid #111;
	display: inline-block;
	padding: 0 8px 4px 14px;
}

.contents-topics-yokoku-btn:hover {
	opacity: 0.7;
}

.action-heading {
	font-weight: bold;
	margin: 0 auto 16px;
	font-size: 18px;
}


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


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



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


.headline-text {
	position: relative;
}

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

.theme-icon img {
	width: 180px;
}

.monthly-theme-icon img {
	width: 180px;
}

.headline-num {
	font-family: "Jost", sans-serif;
	font-size: 80px;
	font-weight: 600;
	color: #e9bca0;
	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: 20px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

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

.product-desc {
	font-size: 16px;
	background-color: #fbf3ef;
	padding: 40px 40px;
	margin-bottom: 40px;
	border-radius: 10px;
}


/* 
.product-desc:nth-of-type(odd) {
	background-color: #ffffff;
	border: solid 2px #fae5c7;
} */

.product-desc-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.product-desc-inner.even {
	flex-direction: row-reverse;
	padding-top: 40px;
}

.product-desc-inner img {
	width: 100%;
	height: auto;
}

.product-desc.even>.headline {
	justify-content: flex-end;
}

.product-desc.even>.product-desc-inner {
	flex-direction: row-reverse;
}

.product-desc p {
	flex: 1;
	line-height: 1.75;
	padding: 8px 24px;
	text-align: justify;
}

.action-topics p {
	width: 250px;
}

.action-topics span::after .action-topics-img {
	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;
}

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

.contents-ending p {
	display: block;
	font-size: 14px;
	margin: 0 auto;
}


.product-desc2 {
	font-size: 16px;
	background-color: #fbf3ef;
	padding: 40px 40px;
	margin-bottom: 40px;
	border-radius: 10px;
}

.product-desc2 .headline {
	display: block;
}

.product-desc2 .headline-sentence {
	text-align: center;
}

.product-desc2-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 24px;
}

.product-desc2-inner figure:first-child {
	align-self: flex-start;
}

.product-desc2-inner figure:last-child {
	align-self: flex-end;
}

.product-desc2 p span {
	display: block;
	font-size: 14px;
	padding-top: 16px;
}

.contents-ending .headline {
	display: block;
}

.contents-ending .headline-subtitle {
	text-align: center;
}

.contents-ending img {
	display: block;
	margin: 32px auto;
}


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

	/* PC title */
	.title-sub {
		text-align: center;
	}



	/* PC content-box */


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

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

	.headline-sentence {
		position: static;
		transform: none;
		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;
	}

	.product-desc {
		padding: 80px 52px;
	}

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

	.bg-grey .imgbox-main-link {
		background: #fff;
	}

	.monthly-theme {
		padding: 50px;
		width: 600px;
	}

	.monthly-theme-txt {
		flex: 1;
	}

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

	.itemlist ul li a {
		display: grid;
		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;
	}

	.product-desc-inner {
		display: flex;
		flex-direction: row;
		align-items: center;
	}


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

	.main-content>.m-column-btn {
		width: 360px;
		margin: 0 auto;
	}


	.action-topics span {
		position: relative;
		display: block;
		width: 250px;
		margin-right: 20px;
		padding: 16px;
		border-radius: 8px;
		background-color: #ffffff;
		text-align: left;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.5;
	}

	.action-topics span::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		border-style: solid;
		border-width: 10px 0 10px 20px;
		border-color: transparent transparent transparent #ffffff;
		translate: 100% -50%;
	}

	.product-desc-inner.even>.action-topics span {
		margin-left: 20px;
		margin-right: 0;
	}

	.product-desc-inner.even>.action-topics span::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		border-style: solid;
		border-width: 10px 20px 10px 0;
		border-color: transparent #ffffff transparent transparent;
		translate: -100% -50%;
	}

	.contents-ending img {
		width: 500px;
	}

	.contents-ending p {
		text-align: center;
	}

	.product-desc2-inner img {
		width: 500px;
	}

	.product-desc2 p {
		display: block;
		margin: 0 auto;
		padding: 50px 60px;
		width: 700px;
	}

	.product-desc2-inner {
		width: 800px;
		margin: 24px auto;
	}
}

/*--------*/
/* 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) {
	.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 {
		margin-bottom: 8px;
	}


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

	.monthly-theme span:first-child {
		margin: -78px auto;
	}

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

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

	.itemlist ul>li a {
		display: grid;
		row-gap: 8px;
	}

	.monthly-theme {
		margin: 40px auto 0;
	}

	.img-sp {
		width: 100%;
		margin-top: 16px;
	}

	.action-topics {
		width: initial;
	}

	.product-desc {
		padding: 32px 20px;
	}

	.product-desc p {
		font-size: 14px;
		padding: 0;
	}

	.action-topics p {
		width: 100%;
	}

	.product-desc.even>.product-desc-inner,
	.product-desc-inner.even {
		flex-direction: column;
	}

	.shop-intro {
		margin-bottom: initial;
	}

	.monthly-theme-icon img {
		width: 45%;
	}

	.action-topics span {
		position: relative;
		display: block;
		margin: 20px 0;
		padding: 16px;
		border-radius: 4px;
		background-color: #ffffff;
		text-align: left;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.5;
	}

	.action-topics span::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		border-style: solid;
		border-width: 20px 10px 0 10px;
		border-color: #ffffff transparent transparent;
		translate: -50% 100%;
	}

	.main-content>.m-column-btn {
		width: 90%;
		margin: 0 auto;
	}

	.product-desc2 p {
		font-size: 14px;
		padding-top: 16px;
	}

	.product-desc2-inner {
		margin: 16px auto;
	}

	.product-desc2-inner img {
		width: 100%;
	}

	.contents-ending p {
		text-align: left;
	}

	.contents-ending img {
		width: 100%;
	}
}