body {
	font-family: "M PLUS Rounded 1c", serif !important;
}
.sp {
	display: none;
}
span.small {
	font-size: 10px;
}
/* ------------------------------------------
  KV
------------------------------------------ */
.shop_mv {
	background-color: #FFFFFB;
	padding-top: 3%;
}

.shop_mv img {
	width: 70%;
	margin: 0 auto;
}
/* ------------------------------------------
  SEC 1
------------------------------------------ */
.sec01 {
	max-width: 970px;
	margin: 0 auto;
	padding: 6rem 2rem 4rem;
}
.sec01 h2 {
	width: 80%;
	max-width: 500px;
	margin: 0 auto 4.5rem;
	padding: 1.5rem 0;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	border: #000000 2px solid;
	border-radius: 100px;
}
.sec01-box{
		/* width: 310px; */
		padding: 5px;
		margin: 0 auto;
		/* border: #1d50a2; */
		/* background-color: aqua; */
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		color: #ec3166;
}
.l-sec01__lead {
	margin: 0 auto 2.5rem;
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: center;
	font-weight: bold;
}

.l-sec01__lead span {
	color: #ec3166;
}

.l-sec01__lead a {
	color: #ec3166;
	text-decoration: underline;
	font-size: 1.6rem;
	line-height: 1.7;
	font-weight: bold;
}
.l-sec01__sample {
	width: 100%;
	max-width: calc(700px + 6rem);
	margin: 0 auto 5rem;
	padding: 1rem 3rem 2rem;
	background: #F9F9F9;
	border-radius: 10px;
}
.l-sec01__notice {
	margin: 0 auto 4.5rem;
	font-size: 2.5rem;
	line-height: 1.5;
	text-align: center;
}
.l-sec01__notice_01 {
	margin: 0 auto 4.5rem;
	/* font-size: 2rem; */
	line-height: 1.5;
	text-align: center;
}
.sec01 h3 {
	margin: 0 auto 4.5rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.l-sec01__pref-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin: 0 auto;
	padding-bottom: 2.5rem;
	text-align: center;
	background-image: linear-gradient(to right, #000 2px, transparent 2px);
	background-size: 10px 2px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.l-sec01__pref-list li {
	position: relative;
	width: 15%;
	padding: 3rem 0;
	border: #cccccc 1px solid;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 2%;
	text-align: center;
	background-image: url("../img/sub/shop/arrow_down.svg");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 10px center;
	border-radius: 0.9rem;
}
.l-sec01__pref-list li:hover {
	background-color: #F4F4F4;
}
.l-sec01__pref-list li.onlineshop {
	background-image: url("../img/sub/shop/external-link-icon.svg");
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: right 8px center;
	box-shadow: none;
	border: none;
}
.l-sec01__pref-list li.onlineshop::after {
	/* content: "ネット通販\a 4月下旬公開"; */
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: pre-line
}
.l-sec01__pref-list a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.l-sec01__pref-list li span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-55%, -55%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width:767px) {
	.shop_mv {
	background-color: #FFFFFB;
	padding-top: 20%;
}
	.sec01 {
		padding: 4rem 2rem 3rem;
	}
	.sec01 h2 {
		font-size: 2.0rem;
		margin: 0 auto 2.5rem;
		padding: 1rem 0;
	}
	.l-sec01__lead {
		margin: 0 auto 1.5rem;
		font-size: 1.3rem;
		text-align: left;
	}
	.l-sec01__lead a {
		font-size: 1.3rem;
	}
	.l-sec01__sample {
		margin: 0 auto 3rem;
		padding: 1rem 1rem 1.5rem;
	}
	.l-sec01__notice {
		font-size: 1.2rem;
		text-align: left;
	}
	.sec01 h3 {
		margin: 0 auto 2.5rem;
		font-size: 1.6rem;
	}
	.l-sec01__pref-list li {
		width: 32%;
		margin-bottom: 2%;
	}
	.l-sec01__pref-list li span {
		font-size: 1.4rem;
	}
}
/* ------------------------------------------
  SEC 2
------------------------------------------ */
.sec02 {
	max-width: 970px;
	margin: 0 auto;
	padding: 0 2rem 5rem;
}
.accordion-wrapper {
	width: 100%;
	margin: 0 auto;
}
.accordion {
	padding-bottom: 1rem;
}
.accordion-wrapper .accordion_header {
	background-color: #F4F4F4;
	border: solid 1px #CCC;
	font-size: 2rem;
	font-weight: bold;
	padding: 1em;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
	border-radius: 0.9rem;
}
.accordion-wrapper .accordion_header:hover {
	opacity: .6;
}
.accordion-wrapper .accordion_header .one_i {
	display: block;
	position: absolute;
	top: calc(50% - 8px);
	right: 2%;
	width: 16px;
	height: 16px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.accordion-wrapper .accordion_header.stay .one_i {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.accordion-wrapper .accordion_header.stay.open .one_i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion-wrapper .accordion_header .one_i:before, .accordion-wrapper .accordion_header .one_i:after {
	display: flex;
	content: '';
	background-color: #000;
	width: 16px;
	height: 2px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.accordion-wrapper .accordion_header .one_i:before {
	width: 2px;
	height: 16px;
	top: 0;
	left: 7px;
}
.accordion-wrapper .accordion_header.stay .one_i:before {
	content: none;
}
.accordion-wrapper .accordion_header.open .one_i:before {
	content: none;
}
.accordion-wrapper .accordion_header.stay.open .one_i:before {
	content: "";
}
.accordion-wrapper .accordion_header.open .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.accordion-wrapper .accordion_header.stay.open .one_i:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.accordion-wrapper .accordion_inner {
	display: none;
}
.accordion-wrapper .accordion_inner.stay {
	display: block;
}
.l-sec02__shop-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin: 2rem auto 0;
	font-weight: bold;
}
.l-sec02__shop-list li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 23.5%;
	padding: 10px;
	border: #1d50a2 1px solid;
	box-shadow: 3px 3px 0px 0px #1d50a2;
	margin-bottom: 2%;
	background-image: url("../img/shopicon.png");
	background-repeat: no-repeat;
	background-position: 28px 16px;
	background-size: 2.2rem;
	border-radius: 0.9rem;
}
.l-sec02__shop-list .shop {
	text-align: left;
	margin-left: 11rem;
	width: 100%;
}
.l-sec02__shop-list .shop .shop_name {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}
.l-sec02__shop-list .shop .shop_link a {
	font-size: 1.25rem;
}
.l-sec02__shop-list .scale {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 42%;
	min-width: 164px;
	margin: 10px 0 0 0;
	padding: 1.4rem 1rem;
	text-align: left;
	border-radius: 5px;
}
.l-sec02__shop-list .rank_A {
	/* border: #e57998 2px solid; */
	background-color: #fde8e9 !important;
}
.l-sec02__shop-list .rank_B {
	/* border: #b8a126 2px solid; */
	background-color: #fff8b8 !important;
}
.l-sec02__shop-list .rank_C {
	/* border: #509acd 2px solid; */
	background-color: #dbf5fc !important;
}
.l-sec02__shop-list .rank_S {
	/* border: #72a552 2px solid; */
	background-color: #e4f7e6!important;
}
.l-sec02__shop-list .rank_A:hover {
	opacity: 0.7;
}
.l-sec02__shop-list .rank_B:hover {
	opacity: 0.7;
}
.l-sec02__shop-list .rank_C:hover {
	opacity: 0.7;
}
.l-sec02__shop-list .rank_S:hover {
	opacity: 0.7;
}
.l-sec02__shop-list .scale .scale_title {
	font-size: 1rem;
	line-height: 1.2;
}
.l-sec02__shop-list .scale .scale_title span {
	font-size: 1.5rem;
	line-height: 0.7;
}
.l-sec02__shop-list .scale .scale_rank {
	font-size: 4.5rem;
	line-height: 0.2;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-top: -4%;
}
.l-sec02__shop-list .scale a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ------------------------------------------
  Item List
------------------------------------------ */
.scroll-box::-webkit-scrollbar {
	/*background: #DDD;*/
	width: 5px;
	height: 5px;
}
.scroll-box::-webkit-scrollbar-thumb {
	background-color: #999;
}
.fancybox__content {
	max-width: 970px !important;
	padding: 0 !important;
}
.top_btn_sec-shop {
	width: 54px !important;
	height: 54px !important;
}
.sec-shop {
	max-width: 970px;
	margin: 0 auto;
	padding: 5rem 2.5rem 5rem;
}
.sec-shop p {
	margin: 0;
}
.sec-shop h2 {
	max-width: 400px;
	margin: 0 auto 5rem;
	padding: 1.5rem 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
}
.sec-shop h2 span {
	display: block;
	font-size: 16px;
	padding: 7px 0 0;
}
.sec-shop .notice {
	margin: 0 auto 4.5rem;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
.sec-shop h2.rank_A {
	background-color: #fde8e9 !important;
}
.sec-shop h2.rank_B {
	background-color: #fff8b8 !important;
}
.sec-shop h2.rank_C {
	background-color: #dbf5fc !important;
}
.sec-shop h2.rank_S {
	background-color: #e4f7e6 !important;
}
.anchor-link {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	justify-content: center;
}
.anchor-link li {
	padding: 0 0 0 15px;
	margin: 0 60px 15px 0;
	background-image: url("../img/sub/shop/arrow_down.svg");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: left top 4px;
	font-size: 15px;
}
.anchor-link li a {
	text-decoration: underline;
	text-decoration-color: #999;
	font-size: 15px;
}
.sec-shop .brand-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto 20px;
	padding-bottom: 20px;
	border-bottom: #EAEAEA 1px solid;
}
.sec-shop .brand-header h3 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.sec-shop .brand-header a {
	font-size: 14px;
	text-align: right;
}
.sec-shop__list {
	display: flex;
	flex-wrap: wrap;
	margin: 15px auto 50px;
	padding: 0;
	text-align: center;
}
.sec-shop__list li {
	width: 25%;
	padding: 0;
	margin: 0;
	border: #FFF 1px solid;
	text-align: center;
}

.sec-shop__list li p:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	padding: 0.5rem 1rem;
	min-height: 75px;
	background: #DDD;
}
.sec-shop__list li p:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 23px;
	min-height: 40px;
	background: #F5F5F5;
}

sup {
	vertical-align: top;
}

span.small._note,
.sec-shop__list li p sup {
	font-size: 73%;
}

@media screen and (max-width:767px) {
	.sp {
		display: block;
	}
	.top_btn_sec-shop {
		width: 4rem !important;
		height: 4rem !important;
		bottom: 0.7rem !important;
		right: 0.2rem !important;
	}
	.shop_mv img {
    width: 100%;
	}
	.title {
		padding: 0.75em;
	}
	.title:after, .title:before {
		right: 1.0em;
		top: 1.0em;
	}
	.l-sec02__shop-list li {
		width: 48%;
        padding: 0.75rem;
        background-size: 14%;
        background-position: 1.5rem 1rem;
	}
	.l-sec02__shop-list .shop {
		margin-left: 8rem;
	}
	.l-sec02__shop-list .scale {
		min-width: 130px;
	}
	.sec-shop {
		padding: 2.5rem 1.5rem 2.5rem;
	}
	.sec-shop h2 {
		padding: 1.0rem 0;
		font-size: 20px;
	}
	.sec-shop .brand-header h3 {
		font-size: 18px;
	}
	.anchor-link li {
		margin: 0 20px 10px 0;
	}
	.anchor-link li a {
		font-size: 14px;
	}
	.sec-shop__list {
		margin: 10px auto 25px;
	}
	.sec-shop__list li {
		width: 33%;
	}
	.sec-shop__list li p:first-child {
		font-size: 11px;
		padding: 0.5rem;
		min-height: 80px;
	}
	.sec-shop__list li p:last-child {
		font-size: 18px;
		padding: 0.5rem;
		min-height: 50px;
	}
}
@media screen and (max-width:400px) {
	.sec-shop__list li p:first-child {
		font-size: 11px;
	}
}