<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 601px) {
body {
	margin: 0;
	padding:0;
	background-position: 0 0;
}
.outer {
	background: #fff;
	width: 96%;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1380px;
	min-width: 1240px;
}

.frame {
	background: #efefef;
	text-align: center;
	padding: 10px 0 80px!important;
	margin: 30px auto 60px!important;
	max-width: 1224px;
}

.frame p {
	line-height: 2!important;
}

.frame p span {
	color: #B58603;
	font-size: 2rem!important;
    line-height: 1.8;
    margin: 60px 0 -20px;
    letter-spacing: 2px;
    font-weight: 700!important;
}
	
.frame p.small {
	font-size: 1.25rem;
	font-weight: 500!important;
	line-height: 2!important;
	margin: 30px 0;
}

.body .btn2 a {
	width: 600px;
	background-color: #004C78;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	margin: 30px auto 0;
	padding: 20px 0;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 5px;
	font-weight: 400;
	display: block;
}

.body .btn2 span {
	display: inline-block;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	position: relative;
	top: 2px;
	margin: 0 0 0 3px;
}

.banner_list {
	margin: -20px auto!important;
	padding: 0;
}

.banner_list ul {
	flex-wrap: wrap;
	margin: 40px auto 0;
	padding: 0;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.banner_list ul li {
	width: 48%;
	margin: 20px 0 10px;
	padding: 0;
	list-style: 0;
	text-align: right;
}

.banner_list ul li img {
	width: 100%;
	margin-bottom: 10px;
}

.banner_list2 {
	margin: 0 auto;
	padding: 0;
}

.banner_list2 ul {
	flex-wrap: wrap;
	margin: 40px auto 0;
	padding: 0;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.banner_list2 ul li {
	width: 100%;
	margin: 20px 0 10px;
	padding: 0;
	list-style: 0;
	text-align: right;
}

.banner_list2 ul li img {
	width: 100%;
	margin-bottom: 10px;
}

.acd {
	margin-bottom: 50px;
}

.sp_only {
	display: none;
}

.sale_event {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.sale_event a {
	width: 29%;
	text-align: center;
	padding: 15px;
	color: #fff;
	background-color: #B58603;
	display: block;
}

.sale_event a:nth-of-type(n+4) {
	margin-top: 15px;
}

.sale_event a:nth-of-type(2) {
	margin: 0 15px;
}

.sale_event a:nth-of-type(5) {
	margin-left: 15px;
}

.sale_event_gb {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sale_event_gb a {
	width: 46.3%;
	text-align: center;
	padding: 15px;
	color: #fff;
	background-color: #B58603;
	display: block;
}

.sale_event_gb a:nth-of-type(n+3) {
	margin-top: 15px;
}

.bg_tq {
	background: url("../img/back2024w.png") fixed center top no-repeat;
}

.body {
	background-size: cover;
	background-position: 0 0;
}

.body p {
	text-align: center;
	font-size: 2rem;
	line-height: 1.8;
	margin: 60px 0 0;
	letter-spacing: 2px;
	font-weight: 700;
}

.body p span {
	font-size: 1.2rem;
	letter-spacing: 1px;
	font-weight: 400;
}

.body h3 {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 700;
}

.body .sale_icon {
	width: auto;
	height: 30px;
	margin: 0 5px;
}

.body .mainvisual {
	width: 100%;
	text-align: center;
	position: relative;
	padding: 50px 0 0;
}

.body .mainvisual__img {
	width: 1224px;
}

.body .mainvisual__img_gb {
	width: 1600px;
}

@keyframes fadein_tq {
	0% {
		top: 200px;
		opacity: 0;
	}

	100% {
		top: 150px;
		opacity: 1;
	}
}

.body .tab_group {
	padding-top: 40px;
	width: 1224px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.body .tab_group__tab {
	width: 50%;
	text-align: center;
	background: #DDDDDD;
	color: #8B8B8B;
	font-size: 2rem;
	font-family: sans-serif;
	padding: 37px 0 32px;
	padding: 25px 0 22px;
	cursor: pointer;
	border: solid 1px #DDDDDD;
	letter-spacing: 3px;
	font-weight: 700;
}

.body .tab_group__tab:hover {
	opacity: 0.8;
}

.body .tab_group .active_tab {
	background: #004C78;
		/* IE6-9 */
	color: #fff !important;
	border: solid 1px #000;
}

.body .tab_group .active_tab:hover {
	opacity: 0.8;
}

.body .visible {
	display: block !important;
}

.body .ols,
	.body .tenpo {
	width: 100%;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.body .sale_area {
	width: 1024px;
	margin: auto;
	padding: 0 100px 100px 100px;
	text-align: center;
	background-color: #fff;
}

.body .sale_area p {
	color: #000;
	width: 1024px;
	font-size: 1.4rem;
}

.body .sale_area hr {
	width: 1024px;
	background-color: #000;
	height: 3px;
	margin: 100px 0;
}

.body .sale_area__caption {
	margin: 0 auto 50px;
	font-size: 2.8rem;
	font-family: Noto Sans Japanese;
	letter-spacing: 2px;
	line-height: 2;
	color: #000;
	font-weight: 600;
}

.body .sale_area__caption span {
	color: #D1151C;
}
.body .sale_area__caption span.caution {
	color: #000;
	font-size: 0.6em;
	text-align: left;
	display: inline-block;
	margin: 0 auto;
}
.body .sale_area__catch {
	width: 1024px;
	margin: 75px auto 50px;
	padding-bottom: 2px;
	letter-spacing: 2px;
	color: #000;
	font-size: 2.8rem;
	text-align: left;
	font-weight: 700;
}

.body .sale_area__catch span {
	color: #D1151C;
}
.body .sale_area__catch span.caution {
	font-size: 0.6em;
	color: #000;
	font-weight: normal;
	padding-left: 7.2rem;
	display: inline-block;
}
.body .sale_area__catch p {
	font-size: 4.6rem;
	margin-right: 15px;
	font-weight: 600;
	display: inline;
}

.body .sale_area__catch p span {
	font-size: 1.2rem;
	color: #fff;
	background-color: #000;
	padding: 2px 5px 2px 7px;
	text-align: center;
}

.body .sale_area__catch::after {
	content: "";
	width: 1024px;
	height: 5px;
	display: block;
	margin-top: 10px;
	background: #000;
}

.body .sale_area__rink01 {
	margin-top: 10px;
}

.body .sale_area__rink01 a {
	font-size: 2rem;
	color: #2B2C6D;
	font-weight: 600;
	padding: 0 5px;
}

.body .sale_area__img {
	width: 1024px;
	margin: 0 auto 50px;
	text-align: left;
}

.body .sale_area__img img {
	width: auto;
}

.body .sale_area__img span {
	line-height: 1.5;
}

.body .sale_area__img span a {
	color: blue;
}

.body .sale_area__img__images {
	width: 100%;
	max-width: 1024px;
	display: block;
	margin: 0 auto;
}

.body .sale_area__img__free_shiping {
	border: solid 1px #000;
	padding: 50px;
	font-size: 1.4rem;
	margin: 25px 0 10px;
	letter-spacing: 2px;
	text-align: left;
	background-color: #fff;
}

.body .sale_area__img__free_shiping li {
	margin: 15px 0;
	line-height: 1.5;
}

.body .sale_area__img__free_shiping li span {
	font-weight: 700;
	margin-left: 0;
}

.body .sale_area__img__coupon {
	margin-top: 25px;
	text-align: left;
	font-weight: 400;
}

.body .sale_area__bn_s {
	width: 100%;
}

.body .sale_area__sale_attention {
	width: 100%;
	margin: 50px auto;
	background-color: #fff;
}

.body .sale_area__sale_attention #acMenu01,
.body .sale_area__sale_attention #acMenu02,
.body .sale_area__sale_attention #acMenu03,
.body .sale_area__sale_attention #acMenu04,
.body .sale_area__sale_attention #acMenu05,
.body .sale_area__sale_attention #acMenu06,
.body .sale_area__sale_attention #acMenu07,
.body .sale_area__sale_attention #acMenu08,
.body .sale_area__sale_attention #acMenu09 {
	position: relative;
}

.body .sale_area__sale_attention #acMenu01 dt,
.body .sale_area__sale_attention #acMenu02 dt,
.body .sale_area__sale_attention #acMenu03 dt,
.body .sale_area__sale_attention #acMenu04 dt,
.body .sale_area__sale_attention #acMenu05 dt,
.body .sale_area__sale_attention #acMenu06 dt,
.body .sale_area__sale_attention #acMenu07 dt,
.body .sale_area__sale_attention #acMenu08 dt,
.body .sale_area__sale_attention #acMenu09 dt {
	text-align: center;
	border: #000 1px solid;
	cursor: pointer;
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 5px;
	padding: 30px 0;
	width: 100%!important;
	margin: 0!important;
}

.body .sale_area__sale_attention #acMenu01 dt::after,
.body .sale_area__sale_attention #acMenu02 dt::after,
.body .sale_area__sale_attention #acMenu03 dt::after,
.body .sale_area__sale_attention #acMenu04 dt::after,
.body .sale_area__sale_attention #acMenu05 dt::after,
.body .sale_area__sale_attention #acMenu06 dt::after,
.body .sale_area__sale_attention #acMenu07 dt::after,
.body .sale_area__sale_attention #acMenu08 dt::after,
.body .sale_area__sale_attention #acMenu09 dt::after {
	content: "";
	width: 16px;
	height: 16px;
	background: url("//online.taka-q.jp/img/usr/freepage/20s_memberssale05/plus.png") no-repeat;
	background-size: 16px;
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	transition: 0.2s;
}

.body .sale_area__sale_attention #acMenu01 dd,
.body .sale_area__sale_attention #acMenu02 dd,
.body .sale_area__sale_attention #acMenu03 dd,
.body .sale_area__sale_attention #acMenu04 dd,
.body .sale_area__sale_attention #acMenu05 dd,
.body .sale_area__sale_attention #acMenu06 dd,
.body .sale_area__sale_attention #acMenu07 dd,
.body .sale_area__sale_attention #acMenu08 dd,
.body .sale_area__sale_attention #acMenu09 dd {
	line-height: 2.5;
	text-align: center;
	border-bottom: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	display: none;
	padding: 30px 40px;
	text-align: left;
	font-size: 1.4rem;
	color: #000;
	margin: 0!important;
}

.body .sale_area__sale_attention #acMenu01 dd span,
.body .sale_area__sale_attention #acMenu02 dd span,
.body .sale_area__sale_attention #acMenu03 dd span,
.body .sale_area__sale_attention #acMenu04 dd span,
.body .sale_area__sale_attention #acMenu05 dd span,
.body .sale_area__sale_attention #acMenu06 dd span,
.body .sale_area__sale_attention #acMenu07 dd span,
.body .sale_area__sale_attention #acMenu08 dd span,
.body .sale_area__sale_attention #acMenu09 dd span {
	margin-left: 12px;
}

.body .sale_area__sale_attention #acMenu01 .bold,
.body .sale_area__sale_attention #acMenu02 .bold,
.body .sale_area__sale_attention #acMenu03 .bold,
.body .sale_area__sale_attention #acMenu04 .bold,
.body .sale_area__sale_attention #acMenu05 .bold,
.body .sale_area__sale_attention #acMenu06 .bold,
.body .sale_area__sale_attention #acMenu07 .bold,
.body .sale_area__sale_attention #acMenu08 .bold,
.body .sale_area__sale_attention #acMenu09 .bold {
	font-weight: 700;
}

.body .sale_area__sale_attention #acMenu01 .open::after,
.body .sale_area__sale_attention #acMenu02 .open::after,
.body .sale_area__sale_attention #acMenu03 .open::after,
.body .sale_area__sale_attention #acMenu04 .open::after,
.body .sale_area__sale_attention #acMenu05 .open::after,
.body .sale_area__sale_attention #acMenu06 .open::after,
.body .sale_area__sale_attention #acMenu07 .open::after,
.body .sale_area__sale_attention #acMenu08 .open::after,
.body .sale_area__sale_attention #acMenu09 .open::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.body .sale_area__table {
	min-width: 1024px;
	margin: 0 auto;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4rem;
}

.body .sale_area__table caption {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 700;
	color: #000;
}

.body .sale_area__table tr {
	height: 70px;
}

.body .sale_area__table tr th {
	background-color: #004C78;
	color: #fff;
	border: 1px solid #000;
	line-height: 1.5;
	text-align: center;
	padding: 20px;
	font-weight: 700;
}
.body .sale_area__table.pattern-b tr th {
	background-color: #004C78;
	color: #fff;
	border: 1px solid #000;

}

.body .sale_area__table tr td {
	border: 1px solid #000;
	text-align: center;
	background-color: #fff;
	padding: 10px;
	line-height: 1.5;
}

.body .sale_area__table tr td span {
	color: #D1151C;
	font-weight: 700;
	margin-left: 3px;
}

.body .sale_area__table_gb {
	min-width: 1024px;
	margin: 0 auto;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4rem;
}

.body .sale_area__table_gb caption {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 700;
	color: #000;
}

.body .sale_area__table_gb tr {
	height: 70px;
}

.body .sale_area__table_gb tr th {
	background-color: #B58603;
	color: #fff;
	border: 1px solid #000;
	line-height: 1.5;
	text-align: center;
	padding: 20px;
	font-weight: 700;
}

.body .sale_area__table_gb tr th:nth-of-type(n+2) {
	width: 25%;
}

.body .sale_area__table_gb tr td {
	border: 1px solid #000;
	text-align: center;
	background-color: #fff;
	padding: 10px;
	line-height: 1.5;
}

.body .sale_area__table_gb tr td span {
	color: #B58603;
	font-weight: 700;
}

.body .sale_area__table:nth-of-type(2) tr th:nth-of-type(1) {
	width: 41%;
}

.body .sale_area__table:nth-of-type(3) tr th:nth-of-type(1) {
	width: 41%;
}

.body .sale_area__table:nth-of-type(3) tr td span:nth-of-type(2) {
	color: #000;
	font-weight: normal;
	font-size: 1.2rem;
}

.body .sale_area__table:nth-of-type(4) {
	width: 1024px;
}

.body .sale_area__table:nth-of-type(4) tr th:nth-of-type(1) {
	width: 20%;
}

.body .sale_area__table:nth-of-type(4) tr th:nth-of-type(n+2) {
	width: 20%;
}

.body .sale_area__table:nth-of-type(5) tr th:nth-of-type(n+2) {
	width: 25%;
}

.body .sale_area__table_atention {
	width: 1024px;
	margin: 5px auto 0;
	text-align: left;
}

.body .sale_area__table_atention li {
	padding-top: 10px;
	line-height: 1.5;
	color: #000;
}

.body .sale_area__table_atention li a {
	color: blue;
}

.body .sale_area__uketori {
	text-align: center;
}

.body .sale_area__uketori h4 {
	color: #B58603;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: 600;
}

.body .sale_area__uketori img {
	width: 1024px;
}

.body .sale_area__uketori p {
	margin: 10px auto 0;
	font-weight: normal;
}

.body .sale_area__tenpo_catch {
	margin: 50px auto 0;
	font-size: 2.4rem;
	letter-spacing: 2px;
	padding: 15px 15px 15px 5px;
	color: #fff;
	border: solid 2px #2B2C6D;
	text-align: left;
	background-color: #2B2C6D;
}

.body .sale_area__tenpo_catch span {
	color: #ae1717;
	margin-right: 25px;
	font-weight: 700;
	padding: 5px 15px 5px 17px;
	background-color: #fff;
}

.body .sale_area__special {
	width: 100%;
	margin: 15px auto;
	padding: 0;
	position: relative;
}

.body .sale_area__special div {
	position: absolute;
	top: -5px;
	left: -5px;
	padding: 15px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	background-color: #000;
	color: #fff;
}

.body .sale_area__special img {
	width: 100%;
}

.body .sale_area__tenpo_inner img {
	margin-top: 15px;
}

.body .sale_area__tenpo_inner {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.body .sale_area__tenpo_inner h3 {
	font-size: 2rem;
	font-weight: 500;
	border-bottom: 4px solid #000;
	padding: 10px 0;
	margin: 0 0 16px;
	text-align: left;
	line-height: 1.5;
	color: #000;
}

.body .sale_area__tenpo_inner div {
	width: 48%;
}

.body .sale_area__tenpo_inner__list {
	text-align: left;
	margin-left: 5px;
}

.body .sale_area__tenpo_inner__list li {
	line-height: 1.6;
	margin: 25px 0;
}
	

.body .sale_area__tenpo_inner__list li span {
	font-size: 1.8rem;
	color: #D1151C;
	padding: 0 5px;
	font-weight: 700;
}

.body .sale_area__tenpo_inner__tenpo_list {
	text-align: left;
	margin-left: 5px;
}

.body .sale_area__tenpo_inner__tenpo_list li {
	margin: 25px 0;
}

.body .sale_area__tenpo_inner__tenpo_list li a {
	border: 1px solid;
	margin: 0 0 0 20px;
	padding: 5px 14px 3px;
	letter-spacing: 0px;
	background-color: #fff;
}

.body .sale_area__tenpo_inner__tenpo_list li a:hover {
	color: #fff;
	opacity: 1;
	background-color: #000;
	border: 1px solid;
}

.body .sale_area__tenpo_inner__tenpo_list li span {
	display: inline-block;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	position: relative;
	top: 0px;
	margin: 0 0 0 3px;
}

.body .sale_area__70th {
	width: 1024px;
	margin: auto;
}

.body .sale_area__70th img {
	width: 100%;
	margin: 50px 0;
}

.body .sale_area__70th a {
	border: 1px solid;
	margin: 0 0 0 20px;
	padding: 20px 30px 18px;
	letter-spacing: 0px;
	color: #200c00;
	background-color: #be9d64;
	border: 1px solid #200c00;
}

.body .sale_area__70th a:hover {
	color: #200c00;
	opacity: 1;
	background-color: #fff;
	border: 1px solid #200c00;
}

.body .sale_area__70th span {
	display: inline-block;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	position: relative;
	margin: 2px 0 0 2px;
}

.body .sale_area__70th p {
	font-weight: normal;
	margin-top: 30px;
}

.body .sale_area__kaimonoken {
	font-size: 1.6rem;
	color: #2B2C6D;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 3%;
	display: block;
}

.body .sale_area:nth-of-type(1) {
	padding-top: 100px;
}

.body .atention {
	width: 1024px;
	margin: 0 auto;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
}

.body .atention a {
	color: blue;
}

.body .atention_order {
	width: 1024px;
	margin: 0 auto 50px;
	font-weight: 400;
	line-height: 1.5;
	text-align: right;
}

.body .atention_order li {
	line-height: 1.5;
}

.body .atention_order li a {
	color: blue;
}

.body .btn a {
	width: 700px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	margin: 50px auto 75px;
	padding: 20px 0;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 5px;
	font-weight: 400;
	display: block;
}

.body .btn a:hover {
	background: #001842;
	color: #fff;
	opacity: 1;
	border: 1px solid #001842;
}

.body .btn span {
	display: inline-block;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	position: relative;
	top: 2px;
	margin: 0 0 0 3px;
}
}

@media screen and (max-width: 600px) {
	body {
		margin: 0;
		padding:0;
	}
	.frame {
		background: #efefef;
		text-align: center;
		padding: 4%!important;
		margin: 1vw auto 6vw!important;
		width: 92%;
	}

	.frame p {
		font-size: 90%!important;
		line-height: 2!important;
	}
	
	.frame p span {
		color: #B58603;
		font-size: 1.325rem!important;
		line-height: 1.8;
		margin: 60px 0 -20px;
		letter-spacing: 2px;
		font-weight: 700!important;
	}

	.frame p.small {
		font-size: 1rem!important;
		font-weight: 500!important;
		line-height: 2!important;
		margin: 15px 0;
	}
	.body .btn2 a {
		width: 90vw;
		background-color: #004C78;
		color: #fff;
		margin: 2vw auto 5vw;
		padding: 1.5vw 0;
		font-size: 1rem;
		text-align: center;
		border-radius: 50px;
		line-height: 2;
		letter-spacing: 2px;
		font-weight: 400;
		display: block;
		text-decoration: none;
	}

	.body .btn2 span {
		font-size: 0.8rem;
		display: inline-block;
		-webkit-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
		position: relative;
		top: 0px;
		margin: 0 0 0 3px;
	}

	.sale_area__img img {
		width: 100% !important;
	}

	.pc_only {
		display: none;
	}

	.sp_only {
		width: 90%;
	}

	.sale_event {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 2.5vw;
	}

	.sale_event a {
		width: 28%;
		text-align: center;
		padding: 1.5vw;
		color: #fff;
		background-color: #B4A76F;
		display: block;
		font-size: 1rem;
	}

	.sale_event a:nth-of-type(n+4) {
		margin-top: 1.5vw;
	}

	.sale_event a:nth-of-type(2) {
		margin: 0 1.5vw;
	}

	.sale_event a:nth-of-type(5) {
		margin-left: 1.5vw;
	}

	.sale_event_gb {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.sale_event_gb a {
		width: 46.3%;
		text-align: center;
		padding: 1.5vw;
		color: #fff;
		background-color: #B4A76F;
		display: block;
		font-size: 1rem;
	}

	.sale_event_gb a:nth-of-type(n+3) {
		margin-top: 1.5vw;
	}

	.body {
		margin-bottom: 10vw;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.body p {
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.7;
		letter-spacing: 1px;
		margin: 4% auto;
		font-weight: 700;
	}

	.body p span {
		font-size: 1rem;
		font-weight: 400;
		letter-spacing: 0px;
	}

	.body h3 {
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 15px;
		font-weight: 700;
	}

	.body .sale_icon {
		width: 13vw;
		margin: 0 2px;
		padding-bottom: 2px;
	}

	.body .mainvisual {
		padding: 5vw 0;
		background: url("../images/bgsp.jpg") top center;
		background-size: 100%;
	}

	.body .mainvisual__img {
		width: 100%;
	}

	.body .mainvisual__img_gb {
		width: 100%;
	}

	@keyframes fadein {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.body .tab_group {
		width: 100%;
		padding-top: 0;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background-color: #fff;
	}

	.body .tab_group__tab {
		width: 50%;
		text-align: center;
		background: #DDDDDD;
		color: #8B8B8B;
		font-size: 1rem;
		font-family: sans-serif;
		padding: 3.5vw 0 3vw;
		cursor: pointer;
		border: solid 1px #DDDDDD;
		letter-spacing: 1px;
		font-weight: 700;
	}

	.body .tab_group .active_tab {
		background: #004C78;
		color: #fff !important;
		border: solid 1px #000;
	}

	.body .visible {
		display: block !important;
	}

	.body .ols,
		.body .tenpo {
		width: 100%;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: none;
	}

	.body .tenpo .sale_area {
		margin-bottom: 15vw;
	}

	.body .sale_area {
		text-align: center;
		background-color: #fff;
	}

	.body .sale_area p {
		color: #000;
		width: 100%;
		line-height: 2;
		font-size: 1rem;
	}

	.body .sale_area hr {
		width: 95%;
		background-color: #000;
		height: 2px;
		margin: 3vw auto 10vw;
	}

	.body .sale_area__caption {
		margin: 0 auto 5vw;
		font-size: 1.3rem;
		font-family: Noto Sans Japanese;
		letter-spacing: 1px;
		line-height: 2;
		color: #000;
		font-weight: 600;
	}

	.body .sale_area__caption span {
		color: #D1151C;
	}

	.body .sale_area__ec_catch {
		margin: 0 auto 12vw;
		font-size: 1.2rem;
		letter-spacing: 1px;
		line-height: 2;
		color: #000;
	}

	.body .sale_area__catch {
		width: 95%;
		margin: 0px auto 2vw;
		padding-bottom: 5vw;
		font-size: 1.4rem;
		letter-spacing: 1px;
		line-height: 1.5;
		text-align: left;
		color: #000;
	}

	.body .sale_area__catch span {
		color: #D1151C;
	}
	.body .sale_area__catch span.caution {
		font-size: 0.6em;
		color: #000;
		font-weight: normal;
		padding-left: 6.2vw;
		display: inline-block;
	}
	.body .sale_area__catch p {
		font-size: 1.6rem;
		margin-right: 1vw;
		font-weight: 700;
		display: inline;
	}

	.body .sale_area__catch p span {
		font-size: 0.8rem;
		color: #fff;
		background-color: #001842;
		padding: 2px;
		text-align: center;
	}

	.body .sale_area__catch::after {
		content: "";
		width: 100%;
		height: 2px;
		display: block;
		margin-top: 2vw;
		background: #000;
	}

	.body .sale_area__rink01 {
		margin-top: -8vw;
		font-weight: normal;
	}

	.body .sale_area__rink01 a {
		color: #2176B8;
		font-weight: 600;
		padding: 0 2px;
	}

	.body .sale_area__tenpo_catch {
		width: 92.5%;
		margin: 7.5vw auto 0;
		font-size: 1rem;
		letter-spacing: 1px;
		color: #fff;
		padding: 1.5vw 1vw 2vw 1vw;
		text-align: left;
		background-color: #2B2C6D;
		border: solid 1px #2B2C6D;
	}

	.body .sale_area__tenpo_catch span {
		color: #ae1717;
		margin-right: 2.5vw;
		font-weight: 700;
		font-size: 1rem;
		padding: 1px 5px 2px 8px;
		background-color: #fff;
	}

	.body .sale_area__special {
		width: 100%;
		margin: 1.5vw auto;
		padding: 0;
		position: relative;
	}

	.body .sale_area__special div {
		font-size: 1.2rem;
		color: #fff;
		margin-bottom: 2rem;
	}

	.body .sale_area__special__cap {
		position: absolute;
		top: -5px;
		left: -5px;
		padding: 1.5vw;
		font-size: 1rem;
		letter-spacing: 1px;
		background-color: #000;
		color: #fff;
	}

	.body .sale_area__special ul {
		width: 90%;
		margin: auto;
		text-align: left;
	}

	.body .sale_area__special ul li {
		margin-bottom: 1vw;
		line-height: 1.5;
		letter-spacing: 1px;
		font-size: 1rem;
	}

	.body .sale_area__special ul li span {
		font-size: 1.2rem;
		color: #B58603;
		padding: 0 2px;
		font-weight: 700;
	}

	.body .sale_area__special ul li a {
		color: #1c0f80;
	}

	.body .sale_area__special ul li:nth-last-child(1) {
		margin-bottom: 0;
	}

	.body .sale_area__gb_suit a {
		width: 90%;
		background-color: #000;
		color: #fff;
		border: 1px solid #000;
		margin-top: 5vw;
		padding: 2vw 0;
		font-size: 1rem;
		letter-spacing: 2px;
		font-weight: 700;
		text-decoration: none;
		border-radius: 1vw;
	}

	.body .sale_area__gb_suit a:hover {
		background: #fff;
		color: #000;
		opacity: 1;
		border: 1px solid #000;
	}

	.body .sale_area__gb_suit span {
		font-size: 1rem;
		display: inline-block;
		-webkit-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
		position: relative;
		top: 0px;
		margin: 0 0 0 3px;
	}

	.body .sale_area__img {
		width: 95%;
		margin: 0 auto 5vw;
		text-align: left;
	}

	.body .sale_area__img img {
		width: auto;
	}

	.body .sale_area__img span {
		margin-left: 0.5vw;
		font-size: 1rem;
		text-align: left;
	}

	.body .sale_area__img span a {
		color: blue;
	}

	.body .sale_area__img__free_shiping {
		border: solid 1px #000;
		padding: 5vw;
		margin-top: 2.5vw;
		text-align: left;
		background-color: #fff;
	}

	.body .sale_area__img__free_shiping li {
		margin: 5px 0;
		font-size: 1rem;
		line-height: 1.5;
	}

	.body .sale_area__img__free_shiping li span {
		font-size: 1rem;
		font-weight: 600;
		margin-left: 0;
	}

	.body .sale_area__img__coupon {
		margin-top: 2.5vw;
		text-align: left;
		font-weight: 400;
	}

	.body .sale_area__bn_s {
		width: 95% !important;
		margin-bottom: 10vw;
	}

	.body .sale_area__sale_attention {
		width: 95%;
		margin: 5vw auto;
		background-color: #fff;
	}

	.body .sale_area__sale_attention #acMenu01,
	.body .sale_area__sale_attention #acMenu02,
	.body .sale_area__sale_attention #acMenu03,
	.body .sale_area__sale_attention #acMenu04,
	.body .sale_area__sale_attention #acMenu05,
	.body .sale_area__sale_attention #acMenu06,
	.body .sale_area__sale_attention #acMenu07,
	.body .sale_area__sale_attention #acMenu08,
	.body .sale_area__sale_attention #acMenu09 {
		position: relative;
	}

	.body .sale_area__sale_attention #acMenu01 dt,
	.body .sale_area__sale_attention #acMenu02 dt,
	.body .sale_area__sale_attention #acMenu03 dt,
	.body .sale_area__sale_attention #acMenu04 dt,
	.body .sale_area__sale_attention #acMenu05 dt,
	.body .sale_area__sale_attention #acMenu06 dt,
	.body .sale_area__sale_attention #acMenu07 dt,
	.body .sale_area__sale_attention #acMenu08 dt,
	.body .sale_area__sale_attention #acMenu09 dt {
		text-align: center;
		border: #000 1px solid;
		cursor: pointer;
		color: #000;
		font-size: 1rem;
		font-weight: 500;
		letter-spacing: 1px;
		padding: 3vw 0;
	}

	.body .sale_area__sale_attention #acMenu01 dt::after,
	.body .sale_area__sale_attention #acMenu02 dt::after,
	.body .sale_area__sale_attention #acMenu03 dt::after,
	.body .sale_area__sale_attention #acMenu04 dt::after,
	.body .sale_area__sale_attention #acMenu05 dt::after,
	.body .sale_area__sale_attention #acMenu06 dt::after,
	.body .sale_area__sale_attention #acMenu07 dt::after,
	.body .sale_area__sale_attention #acMenu08 dt::after,
	.body .sale_area__sale_attention #acMenu09 dt::after {
		content: "";
		width: 2vw;
		height: 2vw;
		background: url("//online.taka-q.jp/img/usr/freepage/20s_memberssale05/plus.png") no-repeat;
		background-size: 2vw;
		display: block;
		position: absolute;
		top: 3.5vw;
		right: 3.5vw;
		transition: 0.2s;
	}

	.body .sale_area__sale_attention #acMenu01 dd,
	.body .sale_area__sale_attention #acMenu02 dd,
	.body .sale_area__sale_attention #acMenu03 dd,
	.body .sale_area__sale_attention #acMenu04 dd,
	.body .sale_area__sale_attention #acMenu05 dd,
	.body .sale_area__sale_attention #acMenu06 dd,
	.body .sale_area__sale_attention #acMenu07 dd,
	.body .sale_area__sale_attention #acMenu08 dd,
	.body .sale_area__sale_attention #acMenu09 dd {
		line-height: 2;
		text-align: center;
		border-bottom: #000 1px solid;
		border-left: #000 1px solid;
		border-right: #000 1px solid;
		display: none;
		padding: 3vw 4vw;
		text-align: left;
		font-size: 1rem;
		color: #000;
		margin: 0!important;
	}

	.body .sale_area__sale_attention #acMenu01 dd span,
	.body .sale_area__sale_attention #acMenu02 dd span,
	.body .sale_area__sale_attention #acMenu03 dd span,
	.body .sale_area__sale_attention #acMenu04 dd span,
	.body .sale_area__sale_attention #acMenu05 dd span,
	.body .sale_area__sale_attention #acMenu06 dd span,
	.body .sale_area__sale_attention #acMenu07 dd span,
	.body .sale_area__sale_attention #acMenu08 dd span,
	.body .sale_area__sale_attention #acMenu09 dd span {
		margin-left: 1.5vw;
	}

	.body .sale_area__sale_attention #acMenu01 .bold,
	.body .sale_area__sale_attention #acMenu02 .bold,
	.body .sale_area__sale_attention #acMenu03 .bold,
	.body .sale_area__sale_attention #acMenu04 .bold,
	.body .sale_area__sale_attention #acMenu05 .bold,
	.body .sale_area__sale_attention #acMenu06 .bold,
	.body .sale_area__sale_attention #acMenu07 .bold,
	.body .sale_area__sale_attention #acMenu08 .bold,
	.body .sale_area__sale_attention #acMenu09 .bold {
		font-weight: 700;
	}

	.body .sale_area__sale_attention #acMenu01 .open::after,
	.body .sale_area__sale_attention #acMenu02 .open::after,
	.body .sale_area__sale_attention #acMenu03 .open::after,
	.body .sale_area__sale_attention #acMenu04 .open::after,
	.body .sale_area__sale_attention #acMenu05 .open::after,
	.body .sale_area__sale_attention #acMenu06 .open::after,
	.body .sale_area__sale_attention #acMenu07 .open::after,
	.body .sale_area__sale_attention #acMenu08 .open::after,
	.body .sale_area__sale_attention #acMenu09 .open::after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.body .sale_area__table {
		min-width: 95%;
		margin: 0 auto;
		border-collapse: collapse;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1rem;
	}

	.body .sale_area__table caption {
		font-size: 1rem;
		margin-bottom: 1vw;
		text-align: center;
		font-weight: 600;
		color: #000;
		line-height: 1.5;
	}

	.body .sale_area__table tr {
		height: 7vw;
	}

	.body .sale_area__table tr th {
		background-color: #004C78;
		color: #fff;
		border: 1px solid #000;
		line-height: 1.5;
		text-align: center;
		padding: 2vw;
		font-weight: 700;
		font-size: 0.8rem;
		vertical-align: middle;
	}

	.body .sale_area__table tr th span {
		font-size: 1rem;
		font-weight: 700;
	}

	.body .sale_area__table tr td {
		border: 1px solid #000;
		text-align: center;
		background-color: #fff;
		padding: 1vw;
		font-size: 0.8rem;
		vertical-align: middle;
		line-height: 1.5;
		font-weight: 600;
	}

	.body .sale_area__table tr td span {
		color: #D1151C;
		font-size: 1rem;
		font-weight: 600;
	}

	.body .sale_area__table:nth-of-type(1) {
		width: 90%;
	}

	.body .sale_area__table_gb {
		width: 95%;
		margin: 0 auto;
		border-collapse: collapse;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1rem;
	}

	.body .sale_area__table_gb caption {
		font-size: 1rem;
		text-align: center;
		margin-bottom: 1vw;
		font-weight: 700;
		color: #000;
		line-height: 1.5;
		text-align: left;
	}

	.body .sale_area__table_gb tr {
		height: 7vw;
	}

	.body .sale_area__table_gb tr th {
		background-color: #B4A76F;
		color: #fff;
		border: 1px solid #000;
		line-height: 1.5;
		text-align: center;
		padding: 2vw;
		font-weight: 700;
		font-size: 0.8rem;
	}

	.body .sale_area__table_gb tr th span {
		font-size: 0.8rem;
	}

	.body .sale_area__table_gb tr td {
		border: 1px solid #000;
		text-align: center;
		background-color: #fff;
		padding: 1vw;
		font-size: 0.8rem;
	}

	.body .sale_area__table_gb tr td span {
		color: #B58603;
		font-size: 0.8rem;
	}

	.body .sale_area__table:nth-of-type(2) {
		width: 95%;
	}

	.body .sale_area__table:nth-of-type(2) tr th:nth-of-type(1) {
		width: 40%;
	}

	.body .sale_area__table:nth-of-type(3) {
		width: 95%;
	}

	.body .sale_area__table:nth-of-type(3) tr th:nth-of-type(1) {
		width: 40%;
	}

	.body .sale_area__table:nth-of-type(3) tr td {
		line-height: 1.5;
	}

	.body .sale_area__table:nth-of-type(3) tr td span:nth-of-type(2) {
		color: #000;
		font-weight: normal;
		font-size: 0.8rem;
	}

	.body .sale_area__table:nth-of-type(4) {
		width: 95%;
	}

	.body .sale_area__table:nth-of-type(4) tr th:nth-of-type(n+2) {
		width: 25%;
	}

	.body .sale_area__table:nth-of-type(5) {
		width: 95%;
	}

	.body .sale_area__table:nth-of-type(5) tr th:nth-of-type(n+2) {
		width: 25%;
	}

	.body .sale_area__table_atention {
		width: 95%;
		margin: auto;
		text-align: left;
	}

	.body .sale_area__table_atention li {
		padding-top: 1vw;
		line-height: 1.5;
		color: #000;
		font-size: 1rem;
	}

	.body .sale_area__table_atention li a {
		color: #2B2C6D;
	}

	.body .sale_area__special_rink {
		display: flex;
		justify-content: center;
	}

	.body .sale_area__special_rink a {
		background-color: #000;
		color: #fff;
		border: 1px solid #000;
		margin: 0 3vw;
		padding: 2vw 5vw 2vw 5vw;
		font-size: 1rem;
		line-height: 1.5;
		text-decoration: none;
	}

	.body .sale_area__special_rink a:hover {
		background: #fff;
		color: #000;
		opacity: 1;
		border: 1px solid #000;
	}

	.body .sale_area__uketori h4 {
		color: #B58603;
		font-size: 1rem;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.body .sale_area__uketori img {
		width: 95%;
	}

	.body .sale_area__uketori p {
		margin: auto;
		font-weight: normal;
	}

	.body .sale_area__tenpo_inner {
		width: 95%;
		margin: 4vw auto;
	}

	.body .sale_area__tenpo_inner img {
		margin-top: 15px;
	}

	.body .sale_area__tenpo_inner h3 {
		font-size: 1.2rem;
		font-weight: 500;
		color: #000;
		border-bottom: 0.5vw solid #000;
		padding: 1vw 0 2vw;
		margin: 2vw 0;
		text-align: left;
	}

	.body .sale_area__tenpo_inner__list {
		text-align: left;
		color: #000;
		margin-left: 0;
	}

	.body .sale_area__tenpo_inner__list li {
		font-size: 1rem;
		line-height: 1.6;
		margin: 3vw 0;
	}

	.body .sale_area__tenpo_inner__list li span {
		font-size: 1.2rem;
		color: #D1151C;
		padding: 0 1vw;
		font-weight: 700;
	}

	.body .sale_area__tenpo_inner__tenpo_list {
		text-align: left;
		color: #000;
		margin-left: 0;
	}

	.body .sale_area__tenpo_inner__tenpo_list li {
		font-size: 1rem;
		margin: 5vw 0;
	}

	.body .sale_area__tenpo_inner__tenpo_list li a {
		color: #000;
		border: 1px solid #000;
		margin: 0 0 0 2vw;
		padding: 1vw 2vw;
		letter-spacing: 0px;
		text-decoration: none;
		background-color: #fff;
	}

	.body .sale_area__tenpo_inner__tenpo_list li span {
		display: inline-block;
		-webkit-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
		position: relative;
		top: 0px;
		margin: 0 0 0 1vw;
		font-size: 0.8rem;
	}

	.body .sale_area__70th {
		width: 95%;
		margin: 7vw auto;
	}

	.body .sale_area__70th img {
		width: 100%;
		margin: 3vw 0 0;
	}

	.body .sale_area__70th a {
		border: 1px solid;
		padding: 2vw 3vw 1.8vw;
		letter-spacing: 0px;
		color: #200c00;
		background-color: #be9d64;
		border: 1px solid #200c00;
		font-size: 1rem;
		text-decoration: none;
	}

	.body .sale_area__70th a:hover {
		color: #200c00;
		opacity: 1;
		background-color: #fff;
		border: 1px solid #200c00;
	}

	.body .sale_area__70th span {
		display: inline-block;
		-webkit-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
		position: relative;
		top: 0px;
		font-size: 0.8rem;
		margin: 0 0 0 1vw;
	}

	.body .sale_area__70th p {
		font-weight: normal;
		margin-top: 3vw;
		margin-bottom: 0;
	}

	.body .sale_area__70th p:nth-of-type(2) {
		margin-top: 1vw;
	}

	.body .sale_area__kaimonoken {
		font-size: 1rem;
		color: #2B2C6D;
		font-weight: 600;
		display: block;
		margin-top: 2vw;
	}

	.body .sale_area:nth-of-type(1) {
		padding-top: 5vw;
	}

	.body .atention {
		width: 90%;
		margin: 0 auto 10vw;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		text-align: left;
	}

	.body .atention_order {
		width: 90%;
		margin: 0 auto 5vw;
		font-weight: 400;
		line-height: 1.5;
		text-align: right;
	}

	.body .atention_order li {
		line-height: 1.5;
		font-size: 1rem;
	}

	.body .atention_order li a {
		color: blue;
	}

	.body .btn a {
		width: 90vw;
		background-color: #fff;
		color: #000;
		border: 1px solid #000;
		margin: 2vw auto 5vw;
		padding: 1.5vw 0;
		font-size: 1rem;
		line-height: 2;
		letter-spacing: 2px;
		font-weight: 400;
		display: block;
		border-radius: 5px;
		text-decoration: none;
	}

	.body .btn a:hover {
		background: #000;
		color: #fff;
		opacity: 1;
		border: 1px solid #000;
	}

	.body .btn span {
		font-size: 0.8rem;
		display: inline-block;
		-webkit-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
		position: relative;
		top: 0px;
		margin: 0 0 0 3px;
	}

	.banner_list {
		width: 94%;
		margin: 0 auto!important;
		padding: 0;
	}

	.banner_list ul {
		margin: 0 auto;
		width: 100%;
		padding: 0;
		display: flex;
		display: -o-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.banner_list ul li {
		width: 100%;
		margin: 20px 0 10px;
		padding: 0;
		list-style: 0;
		text-align: right;
	}

	.banner_list ul li img {
		width: 100%;
		margin-bottom: 10px;
	}

	.banner_list2 {
		margin: 0 auto;
		padding: 0;
	}

	.banner_list2 ul {
		flex-wrap: wrap;
		margin: 40px auto 0;
		padding: 0;
		display: flex;
		display: -o-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		justify-content: space-between;
	}

	.banner_list2 ul li {
		width: 100%;
		margin: 20px 0 10px;
		padding: 0;
		list-style: 0;
		text-align: right;
	}

	.banner_list2 ul li img {
		width: 100%;
		margin-bottom: 10px;
	}

	.outer {
		background: transparent;
		width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: auto;
		min-width: auto;
	}
	.body .sale_area__tenpo_inner img {
		margin-bottom: 15px;
	  }
}
 /*  蝠�刀繝悶Ο繝�け霑ｽ蜉�蛻�  */
.sale_area__items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 0;
  padding: 0;
  list-style: none;
}

.sale_area__items ul li {
  width: 32%;
  background: #fff;
  text-align: center;
}

.sale_area__items ul li img {
  width: 100%;
  height: auto;
  display: block;
}

.sale_area__items ul li p {
  margin: 10px 0 0;
  font-size: 1rem;
  color: #000;
}

.sale_area__items ul li .product-name {
  margin: 10px 0 0;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
  display: block; /* 譏守､ｺ逧�↓陦ｨ遉ｺ */
}


@media screen and (max-width: 600px) {
  .body .sale_area .sale_area__items ul {
    display: flex !important;     /* PC縺ｨ蜷後§縺叔lex */
    flex-wrap: wrap !important;
    justify-content: space-between !important;
	padding: 0 20px !important;
	gap: 10px !important;
  }

  .body .sale_area .sale_area__items ul li {
    width: 45%;
	margin: auto;/* 2蛻励↓縺吶ｋ縺溘ａ縺ｫ蟷�ｒ隱ｿ謨ｴ */
  }
}

@media screen and (max-width: 600px) {
.sale_area__items ul li .product-name {
   font-size: 1rem;
	}
}

.product-button {
  margin-top: 8px;
  text-align: center;
}

.product-button a {
  display: inline-block;
  padding: 6px 16px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  background-color: #005F99;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.product-button a:hover {
  background-color: #007EB1;
}

.sale_area__items-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  margin: 40px 0 10px;
  color: #003C71;
  position: relative;
  display: inline-block;
}

.sale_area__items-title::after {
  content: '';
  display: block;
  width: 80px;              /* 荳狗ｷ壹�髟ｷ縺� */
  height: 2px;              /* 荳狗ｷ壹�螟ｪ縺� */
  background: #003C71;      /* 荳狗ｷ壹�濶ｲ */
  margin: 8px auto 0;       /* 荳雁�菴咏區縺ｯ8px */
}

.sale_area__items .more-link {
  display: block !important;
  text-align: center;
  margin: 20px 0 40px;
}

.sale_area__items .more-link a {
  display: inline-block !important;
  padding: 15px 40px !important;
  background: #005F99;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  margin: 15px 0;
  width: 50%;
  font-size: 1.4rem;
}

.sale_area__items .more-link a:hover {
  background: #007EB1;
}

@media screen and (max-width: 600px) {
  .sale_area__items-title {
    font-size: 1.8rem;
	font-weight: bold;
	margin: 40px 0 10px !important;
  }

  .sale_area__items-title::after {
    width: 40px;        
  }
}

@media screen and (min-width: 601px) {
  .sale_area__items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    gap: 20px;
  }

  .sale_area__items ul li {
    width: 30%;
    margin-bottom: 30px;
    list-style: none;
  }

  .sale_area__items ul li img {
    width: 100%;
    height: auto;
    display: block;
  }

  .product-name {
    font-size: 1rem;
    margin-top: 10px;
    text-align: center;
	font-weight: 500;
  }
	


		</pre></body></html>