/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 23 2025 | 06:23:24 */
.only_pc_md { display: none; }
.only_tab { display: none; }
.only_sp { display: none; }
.pc_md-tab { display: none; }
.under_tab { display: none; }
.text-center, .pc_text-center {
	text-align: center;
}
span.text-center, span.pc_text-center {
	display: block;
	width: 100%;
}

.weight-500 { font-weight: 500; }
.weight-700 { font-weight: 700; }
.weight-900 { font-weight: 900; }

.f_200per { font-size: 200%; }
.f_180per { font-size: 180%; }
.f_150per { font-size: 150%; }
.f_biggest { font-size: 140%; }
.f_bigger { font-size: 130%; }
.f_big { font-size: 120%; }
.f_90per { font-size: 90%; }
.f_small { font-size: 80%; }
.f_smaller { font-size: 70%; }
.f_smallest { font-size: 60%; }
br + span.f_big {
	display: inline-block;
	margin: 10px 0;
}
.f_biggest.lh-reset {
	margin: calc(1em / 140% * 35% - 0.35em) 0;
	display: inline-block;
}
.f_bigger.lh-reset {
	margin: calc(1em / 130% * 35% - 0.35em) 0;
	display: inline-block;
}
.f_big.lh-reset {
	margin: calc(1em / 120% * 35% - 0.35em) 0;
	display: inline-block;
}
.f_small.lh-reset {
	margin: calc(1em / 80% * 35% - 0.35em) 0;
	display: inline-block;
}
.f_smaller.lh-reset {
	margin: calc(1em / 70% * 35% - 0.2em) 0;
	display: inline-block;
	line-height: 1.4;
}
.f_smallest.lh-reset {
	margin: calc(1em / 60% * 35% - 0.35em) 0;
	display: inline-block;
}

.ls_half {
	letter-spacing: -0.5em;
}

.font-symbol {
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.bg_black { 
	color: #ffffff;
	background-color: #333333;
}
.bg_red { 
	color: #ffffff;
	background-color: #ff0000;
}
.bg_deepred { 
	color: #ffffff;
	background-color: #e60012;
}
.bg_blue {
	color: #ffffff;
	background-color: #0177b2;
}
.bg_deepblue {
	color: #ffffff;
	background-color: #164d7a;
}
.bg_orange {
	color: #ffffff;
	background-color: #ff8a00;
}
.bg_yellow {
	color: #333333;
	background-color: #feffb3;
}
.bg_lightgray {
	background:#f6f6f6;
}

.white { color: #ffffff; }
.red { color: #ff0000; }
.deepred { color: #e60012; }
.blue { color: #0177b2; }
.deepblue { color: #164d7a; }
.orange { color: #ff8a00; }
.yellow { color: #ffff00; }

.line-yellow {
	padding-bottom: 0.125em;
	background: linear-gradient(transparent 50%, #fff499 50%);
}
.border-box {
	display: inline-block;
	margin: 0.35em 0;
	padding: 0.15em 0.5em;
	border: 1px solid;
}

.st_tri_lightgray {
	position: relative;
}
.st_tri_lightgray::before {
	content: "";
	display: block;
    height: 50px;
    width: 20%;
	margin: 0 calc(40% - 15px);
    clip-path: polygon(0 0,50% 100%,100% 0);
	background-color: #f6f6f6;	
    position: absolute;
    top: 0;
}

.kakko {
	display: inline-block;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}
.kakko-start {
	display: inline-block;
	margin-left: -0.5em;
}
.kakko-end {
	display: inline-block;
	margin-right: -0.5em;
}

h2, h3, h4 {	
	text-align: center;
}
h2 {
	margin: 30px 0;
	padding: 0.25em 0.5em;
	font-size: 60px;
}
h3 {
	margin: 30px 0;
	font-size: 60px;
}
h4 {
	margin: 30px 0 20px 0;
	font-size: 48px;
}
.container > h2 {
	font-size: 48px;
}
h2.bg_yellow {
	border-top: 2px solid;
	border-bottom: 2px solid;
}
p:not([class]), dl:not([class]), dl:not([class]) > dt, dl:not([class]) > dd, ul:not([class]), ul:not([class]) > li, ol:not([class]) > li, table:not([class]) * {
	font-size: 18px;
}

ul.check {
	list-style: none;
	font-size: 18px;
}
ul.check > li {
	position: relative;
}
ul.check > li::before {
	content: "";
	display: block;
	width: 0.9em;
	height: 0.9em;
	background-image: url(/wp-content/uploads/2025/10/check_box_bold.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	left: -1.125em;
	top: 0.4em;
}
.f_big-list > ul > li {
	font-size: 120%;
}

.child_page {
	margin-top: 1px !important;
}
.child_page > h2:first-child {
	margin-top: 0;
}

a, a:hover, a:visited{
	color: inherit !important;
	text-decoration: none;
}
.linkerbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.linkerbox > p + p {
	margin-left: 1em;
}
.linker {
	margin: 0;
	background-color: #ffffff;
}
.linker > a {
	margin: 1px;
	padding: 20px;
	width: calc(100% - 2px);
	line-height: 1;
	border: 3px double;
	box-shadow: 0px 0px 0px 1px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.linker > a:hover {
	opacity: 0.75;
}
.linker > a.bg_black, .linker > a.bg_red, .linker > a.bg_blue, .linker > a.bg_deepblue, .linker > a.bg_orange {
	margin: 2px;
	width: calc(100% - 4px);
	border: 1.5px solid;
}
.linker > a.bg_black {
	box-shadow: 0px 0px 0px 2px #333333;
}
.linker > a.bg_red {
	box-shadow: 0px 0px 0px 2px #ff0000;
}
.linkere > a.bg_blu {
	box-shadow: 0px 0px 0px 2px #0177b2;
}
.linker > a.bg_deepblue {
	box-shadow: 0px 0px 0px 2px #164d7a;
}
.linker > a.bg_orange  {
	box-shadow: 0px 0px 0px 2px #ff8a00;
}
.linker.size_S {
	width: calc((90% - 2em) / 3);
	font-weight: 700;
}
.linker.size_M {
	width: calc((90% - 1em) / 2);
	font-weight: 700;
	font-size: 19.25px;
}
.linker.size_L {
	width: 90%;
	font-weight: 700;
	font-size: 48px;
}
.linker.size_Full {
	width: 100%;
	font-weight: 700;
	font-size: 48px;
}
.linker > a.maru {
	border-radius: 10000px;
}

/* breadcrumbs */
#breadcrumbs.breadcrumbs {
	margin-top: -11.5px;
	background-color: #f9f9f9;
}
#breadcrumbs ul {
	margin: 0;
	padding: 11.5px 0;
	list-style: none;
	display: flex;
}
#breadcrumbs ul > li {
	font-size: 75%;
	color: #666666;
}
#breadcrumbs ul > li + li::before {
	margin: 0 0.5em;
	content: ">";
}
.breadcrumbs {
	border-bottom: 0.25px solid #eeeeee;
}

/* header */
.header_box {
	display: flex;
}
.header_box > .logo_box {
	aspect-ratio: 2278 / 291;
}

/* MV */
.MV-inner {
	display: flex;
	flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.MV-inner > div {
	width: 49%;
}
.MV-right {
	position: relative;
}
.MV-right > a {
	display: block;
	width: calc( 796 / 818 * 100% );
	position: absolute;
	left: calc( 12 / 818 * 100% );
	top: calc( 533 / 700 * 100% );
}
.MV-right > a:hover {
	opacity: 0.75;
}
#MV {
	background-image: url(/wp-content/uploads/2025/09/MV-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.MV-inner {
	margin: 5% 0px;
	padding: 0 2% 1px 2%;
	box-shadow: 0px 0px 0px 10px #333333;
	background-color: #ffffffcc;
}

/* intro */
#intro {
	margin-top: 40px;
}

/* concept */
#concept {
	margin-top: 15px;
}
.img-text {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}
#concept .img-text > .img_box {
	width: 40%;
}
#concept .img-text > .text-box {
	margin: -.35em 0;
	width: calc(60% - 1em);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
}
.img-text > .text-box > p:last-child {
	margin-bottom: 0;
}

/* member_stores */
#member_stores {
	margin-top: 5px;
}
#member_stores > h2:first-child {
	margin-top: 0;
}
.category_list {
	list-style: none;
	margin-bottom: 35px;
	padding: 0;
	display: flex;	
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;	
}
ul.category_list > li {
	width: calc((100% - 2em) / 3);
}
ul.category_list > li:nth-child(n+4) {
	margin-top: 1em;
}

/* coupon */
#coupon {
	margin-top: 0;
}
ul.coupon_list {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	display: flex;	
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;	
}
ul.coupon_list > li + li {
	margin-left: 1em;
}
.category_box + .category_box {
	margin-top: 60px;
}
.category_box + .category_box::before {
	content: "";
	display: block;
	margin: 0 2%;
	width: 96%;
	height: 2px;
	background-color: #b3b3b3;
	border-radius: 10000px;
}

.coupon_listbox {
	margin-bottom: 0;
	padding: 0;
	display: flex;	
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;	
}
.coupon_listbox > div + div {
	margin-left: 1em;
}
.coupon_box {
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 0px 1px #f0f0f0, 0px 0px 4px 4px #f6f6f6;
}
.coupon_inner_A {
	position: relative;
}
.coupon_shop_img::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #333333 10px, transparent 75%);
	opacity: 0.8;
	position: absolute;
	bottom: 0;
}
.coupon_shop_name {
	margin: 0 5%;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	position: absolute;
	bottom: 10px;
}
.coupon_shop_name > p {
	margin-bottom: 0;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.4;
}
.coupon_shop_name > p + p {
	margin-left: 0.5em;
}
.coupon_shop_icon {
	width: 50.4px;
	height: 50.4px;
	overflow: hidden;
	border-radius: 100%;
}
.shop-linker {
	width: 100%;
	padding: 0.75em 0;
	font-weight: 700;
	background-color: #019ac6;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	overflow: hidden;
	position: relative;
	transition-duration: .4s;
	z-index: 2;
}
.shop-linker::after {
	background: #ff701e;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
}
.shop-linker:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity .5s, transform .3s ease-in-out;
}
.shop-linker > i {
	margin-left: 0.5em;
	font-size: 10px;
}
.coupon_inner_B > dl {
	margin-bottom: 0;
	padding: 0.5em 1em;
	text-align: center;
}
.coupon_inner_B > dl > dt {
	padding-top: calc( 0.7em - ( 0.8em * 0.3 ) );
	margin-bottom: calc( 0.35em - ( 0.8em * 0.3 ) );
	line-height: 1;
}
.coupon_inner_B > dl > dt > span.coupon_ttl {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	column-gap: 0.5em;
}
.coupon_inner_B > dl > dt > span.coupon_ttl > span {
	line-height: 1.6;
}
.coupon_inner_B > dl > dd:not(:last-child) {
	margin-bottom: 0.5em;
	padding-bottom: 0.35em;
	border-bottom: 1px dashed;
}

/* アコーディオン */
.accordion_toggle {
	display: none;
}
.accordion_label {
	margin-bottom: 0;
	padding: 1em;
	display: block;
	color: #ffffff;
	background:#019ac6;
}
.accordion_label > p {
	margin-bottom: 0;
}
.accordion_label::before{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.accordion_label, .accordion_inner {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.accordion_inner {
	height: 0;
	padding: 0;
	overflow: hidden;
}
.accordion_inner > dl {
	margin-bottom: 0;
	padding: 1.1em;
}
.accordion_inner > dl > dd {
	padding-left: 1em;
}
.accordion_inner > dl > dd:not(:last-child) {
	margin-bottom: 0.35em;
	padding-bottom: 0.35em;
	border-bottom: 1px dashed;
}
.accordion_toggle:checked + .accordion_label + .accordion_inner {	/*開閉時*/
	height: auto;
	transition: all .3s;
}
.accordion_toggle:checked + .accordion_label::before {
	transform: rotate(-45deg) !important;
}
/* --------- */

/* HowToUse */
#HowToUse {
	margin-top: 100px;
}
h1.page_h1 + #HowToUse {
	margin-top: 0px;
}
ul.flow {
	list-style: none;
	margin: 30px 0 60px 0;
	padding: 0;
	display: flex;	
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;	
}
ul.flow > li {
	width: calc((100% - 2em) / 3);
}

/* news */
#news {
	margin-top: 100px;
}
.news_box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}
.news_box + .news_box {
	margin-top: 30px;
	padding-top: 32px;
	position: relative;
}
.news_box + .news_box::before {
	content: "";
	display: block;
	margin: 0 2%;
	width: 96%;
	height: 2px;
	background-color: #b3b3b3;
	border-radius: 10000px;
	position: absolute;
	top: 0;
	left: 0;
}
.news_box a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.eyecatch {
	width: calc((100% - 2em) / 3);
}
.eyecatch > a {
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.info {
	width: calc((100% - 2em) / 3 * 2 + 1em);
}
.info > .post_title {
	font-size: 36px;
	font-weight: 700;
	color: #164d7a;
}
.news_box:has(a:hover) .post_title {
	color: #ff8a00;
}
.info > .post_content {
	margin-bottom: 0;
	font-size: 18px;
	text-align: justify;
}
.info > .post_content > a {
	padding: 15px;
	border: 1px dotted #333333;
}
.news_box .read_more {
	font-size: 75%;
	color: #164d7a;
	white-space: nowrap;
}
.news_box:has(a:hover) .eyecatch, .news_box:has(a:hover) .read_more {
	opacity: 0.75;
}

/* for_corp */
#for_corp {
	margin-top: 100px;
}
#plan {
	margin-top: 20px;
	padding-bottom: 40px;
	background-color: #fff3e5;
}
#partnership {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #f2f8fb;
}
.ad_slogan {
	margin-bottom: 21px;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.inner + .linkerbox {
	margin-top: 30px;
}

/* footer */
#footer {
	margin-top: 50px;
	background-color: transparent;
}
.copyright {
	padding: 1.5em 0;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #164d7a;
}
.copyright p {
	margin-bottom: 0;
}
.copyright p > i {
	margin-right: 0.125em;
	font-weight: 500;
}

/* wish */
#wish {
	margin-top: 60px;
	margin-bottom: -50px;
	padding-bottom: 60px;
	background-color: #ffffee;
}
#wish .img-text > .img_box {
	border-radius: 20px;
	overflow: hidden;
}

/* news-page */
#news-page > h1.page_h1 {
	margin-top: -40px;
}

/* 画面幅768px以上の場合：over_tab */
@media (min-width: 768px) {
	.pc-f_small { font-size: 80%; }
	ul.sub-menu > li { color: #ffffff; }
	
	/* MV */
	#MV {
		background-image: url(/wp-content/uploads/2025/09/MV-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
	.MV-inner {
		margin: 5% 0px;
		padding: 0 2% 1px 2%;
		box-shadow: 0px 0px 0px 10px #333333;
		background-color: #ffffffcc;
	}
	
	.category_list {
		justify-content: flex-start;
	}
	ul.category_list > li + li:not(:nth-child(4n)) {
		margin-left: 1em;
	}
	
	/* plan */
	#plan, #partnership {
		padding-top: 10px;
		margin-left: -15px;
		padding-left: 15px;
		margin-right: -15px;
		padding-right: 15px;
	}
	
	/* wish */
	#wish .img-text > .img_box {
		width: 40%;
		box-shadow: 2px 2px 0 0 #cccccc;
	}
	#wish .img-text > .text-box {
		margin: -.35em 0;
		width: calc(60% - 1em);
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: flex-start;
	}
}

/* 画面幅992px以上の場合：over_pc_md */
@media (min-width: 992px) {
	/* header */
	.header_box {
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
  }
	.header_box > .logo_box {
		margin: 10px 40px 10px 20px;
		max-height: 50px;
	}
	.header_box > .logo_box > a {
		height: 100%;
		width: 100%;
		display: block;
	}
	.header_box > .logo_box > a > img {
		object-fit: contain;
	}
	.menu_box {
		white-space: nowrap;
		font-weight: 700;
	}
	ul#menu-main_menu {
		min-height: 70px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: stretch;
	}
	ul#menu-main_menu > li + li:not(#menu-item-285):not(#menu-item-286) {
		margin-left: 1px;
		position: relative;
	}
	ul#menu-main_menu > li + li:not(#menu-item-285):not(#menu-item-286)::before {
		margin: auto 0;
		height: 1.5em;
		width: 1px;
		background-color: #999999;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -1px;
	}
	ul#menu-main_menu > li#menu-item-285 {
		color: #ffffff;
		background-color: #ff8a00;
	}
	ul#menu-main_menu > li#menu-item-286 {
		color: #ffffff;
		background-color: #164d7a;
	}
	ul#menu-main_menu > li:not(#menu-item-285):not(#menu-item-286):hover {
		color: #0177b2;
	}
	ul#menu-main_menu > li#menu-item-285:hover, ul#menu-main_menu > li#menu-item-286:hover {
		opacity: 0.75;
	}
	ul#menu-main_menu > li > a {
		padding: 12px 1em;
		width: 100%;
		height: 100%;
		font-size: clamp(12px, 1.185vw, 16px);
		color: inherit;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	/* coupon */
	ul.coupon_list > li {
		width: calc((100% - 2em) / 3);
	}
	ul.coupon_list > li:nth-child(3n+1) {
		margin-left: 0;
	}
	ul.coupon_list > li:nth-child(n+4) {
		margin-top: 1em;
	}
	ul.coupon_list > li:nth-child(n+4):last-child {
		margin-right: auto;
	}
	
	.coupon_listbox > div {
		width: calc((100% - 2em) / 3);
	}
	.coupon_listbox > div:nth-child(3n+1) {
		margin-left: 0;
	}
	.coupon_listbox > div:nth-child(n+4) {
		margin-top: 2em;
	}
	.coupon_listbox > div:nth-child(n+4):last-child {
		margin-right: auto;
	}
	
}

/* 画面幅1120px以上の場合：pc */
@media (min-width: 1120px) {
	
}

/* 画面幅1199px以下の場合：pc_md */
@media (max-width: 1199px) {
	.only_pc_full { display: none; }
	.only_pc_md { display: revert; }
	.pc_md-tab { display: revert; }
	h2 { font-size: 42px;	}
	h3 {
		margin-bottom: 20px;
		font-size: 42px;
	}
	h4 { font-size: 38px; }
	.container > h2 { font-size: 38px; }
	p:not([class]), dl:not([class]), dl:not([class]) > dt, dl:not([class]) > dd, ul:not([class]), ul:not([class]) > li, ol:not([class]) > li, table:not([class]) * { font-size: 14.75px; }
	ul.check { font-size: 14.75px; }
	.linker.size_M { font-size: 16px; }
	.linker.size_L { font-size: 38px; }
	.linker.size_Full { font-size: 38px; }
	.info > .post_title { font-size: 30px; }
	.info > .post_content {
		font-size: 14.75px;
	}
	
	/* concept */
	#concept .img-text > .img_box {
		display: flex;
	}
	#concept .img-text > .img_box > img {
		object-fit: cover;
		object-position: 50% 50%;
	}
	
	/* for_corp */
	#for_corp .inner {
		padding: 0 5px;
	}
}

/* 画面幅991px以下の場合：tab */
@media (max-width: 991px) {
	.over_pc { display: none; }
	.only_pc_md { display: none; }
	.only_tab { display: revert; }
	.under_tab { display: revert; }
	.sp_kakko {
		display: inline-block;
		font-feature-settings: "palt";
		letter-spacing: 0.025em;
	}
	.sp_kakko-start { display: inline-block; margin-left: -0.5em; }	
	.sp_kakko-end { display: inline-block;	margin-right: -0.5em; }
	.sp_inline { display: inline-block; }
	h2 { font-size: 38px; }
	h3 { font-size: 38px; }
	h4 { font-size: 32px; }
	.container > h2 {	font-size: 32px; }
	p:not([class]), dl:not([class]), dl:not([class]) > dt, dl:not([class]) > dd, ul:not([class]), ul:not([class]) > li, ol:not([class]) > li, table:not([class]) * { font-size: 14px; }
	ul.check { font-size: 14px; }
	.linker.size_M { font-size: 15px; }
	.linker.size_L { 
		width: 80%;
		font-size: 32px;
	}
	.linker.size_Full {	font-size: 32px; }
	
	/* heaer */
	.header_box > .logo_box {
		margin: 10px 20px;
		max-height: 40px;
	}
	
	/* coupon */
	ul.coupon_list > li {
		width: calc((100% - 2em) / 2);
	}
	ul.coupon_list > li:nth-child(3n) {
		margin-left: 0;
	}
	ul.coupon_list > li:nth-child(n+3) {
		margin-top: 1em;
	}
	ul.coupon_list > li:nth-child(n+3):last-child {
		margin-right: auto;
	}
	
	.coupon_listbox > div {
		width: calc((100% - 1em) / 2);
	}
	.coupon_listbox > div:nth-child(3n) {
		margin-left: 0;
	}
	.coupon_listbox > div:nth-child(2n) {
		margin-left: 1em;
	}
	.coupon_listbox > div:nth-child(2n+1) {
		margin-left: 0;
	}
	.coupon_listbox > div:nth-child(n+3) {
		margin-top: 1em;
	}
	.coupon_listbox > div:nth-child(n+3):last-child {
		margin-right: auto;
	}
	
	/* HowToUse */
	ul.flow {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	ul.flow > li {
		width: 84%;
	}
	ul.flow > li + li {
		margin-top: 20px;
	}
	
	/* news */
	.info > .post_date { margin-bottom: 0; }
	.info > .post_title {
		margin-bottom: 10px;
		font-size: 24px;
	}
	.info > .post_content { font-size: 14px; }
	
}

/* 画面幅767px以下の場合：sp */
@media (max-width: 767px) {
	.over_tab { display: none; }
	.only_tab { display: none; }
	.only_sp { display: revert; }
	.only_pc { display: none; }
	.pc_md-tab { display: none; }
	.pc_text-center {
		text-align: start;
	}
	span.pc_text-center {
		display: inline-block;
		width: auto;
	}
	.sp_text-center {
		text-align: center;
	}
	span.sp_text-center {
		display: block;
		width: 100%;
	}
	h2 { 
		margin: 30px 0 20px;
		padding: 0.75em 0.5em;
		font-size: 5.75vw;
	}
	h3 {
		margin: 30px 0 11.5px;
		font-size: 5.75vw;
	}
	h4 { 
		margin: 30px 0 11.5px;
		font-size: 5.5vw;
	}
	.section > h2:first-child, .section > h3:first-child, .section > h4:first-child {
		margin-top: 0 !important;
	}
	.container > h2 {
		font-size: 5.5vw;
	}
	p:not([class]), dl:not([class]), dl:not([class]) > dt, dl:not([class]) > dd, ul:not([class]), ul:not([class]) > li, ol:not([class]) > li, table:not([class]) * {
		font-size: 4vw;
	}
	ul.check { 
		padding-left: 1.125em;
		font-size: 4vw;
	}
	
	.st_tri_lightgray::before {
		height: 35px;
		width: 25%;
		margin: 0 calc(37.5% - 15px);
	}

	.linkerbox > p + p {
		margin-top: 1em;
		margin-left: 0;
	}
	.linker.size_S {
		width: calc((100% - 10px) / 2);
	}
	.linker.size_M {
		width: 75%;
		font-size: 4vw;
	}
	.linker.size_L {
		width: 90%;
		font-size: 4.75vw;
	}
	.linker.size_Full {
		font-size: 5vw;
	}

	/* breadcrumbs */
	#breadcrumbs ul > li {
		font-size: 50%;
	}
	
	/* header */
	.header_box {
		justify-content: center;
	}
	.header_box > .logo_box {
		margin: 10px;
		max-height: 30px;
	}
	
	/* MV */
	.MV-inner {
		margin: 10% 0;		
		padding: 0 3% 1px 3%;
		box-shadow: 0px 0px 0px 3px #333333;
	}
	
	/* intro */
	#intro {
		margin-top: 20px;
	}

	/* concept */
	#concept {
		margin-top: 0;
	}
	.img-text {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	#concept .img-text > .img_box {
		width: 80%;
	}
	#concept .img-text > .text-box {
		margin: 16px 0 0;
		width: 100%;
	}

	/* member_stores */
	#member_stores {
		margin-top: 0;
	}
	.category_list {
		margin-bottom: 20px;
	}
	ul.category_list > li {
		width: calc((100% - 10px) / 2);
	}
	ul.category_list > li:nth-child(n+3) {
		margin-top: 10px;
	}

	/* coupon */
	#coupon {
		padding-bottom: 20px;
		background-color: #fffaf5;
	}
	#coupon.subpage {
		background-color: transparent;
	}
	#coupon h2:first-child {
		margin-top: 20px;
	}
	#coupon h3 {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	ul.coupon_list {
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	ul.coupon_list > li {
		width: 100%;
	}
	ul.coupon_list > li > a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 5px;
		border: 1px solid #cccccc;
	}
	ul.coupon_list > li + li {
		margin-left: 0;
	}
	ul.coupon_list > li:nth-child(3n) {
		margin-left: 0;
	}
	ul.coupon_list > li:nth-child(n+2) {
		margin-top: 20px;
	}
	ul.coupon_list > li:nth-child(n+3):last-child {
		margin-right: auto;
	}
	
	.coupon_listbox {
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.coupon_listbox > div {
		width: 100%;
	}
	.coupon_listbox > div + div {
		margin-left: 0;
	}
	.coupon_listbox > div:nth-child(2n) {
		margin-left: 0;
	}
	.coupon_listbox > div:nth-child(n+2) {
		margin-top: 2em;
	}
	.coupon_listbox > div:nth-child(n+3):last-child {
		margin-right: 0;
	}
	.coupon_inner_B {
		display: flex;
		flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: stretch;
	}
	.coupon_inner_B > dl > dt, .coupon_inner_B > dl > dd {
		font-size: 5vw;
	}
	.coupon_inner_B > dl > dt > span.coupon_ttl {
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		column-gap: 0;
	}
	.shop-linker {
		padding: 0.5em 1em;
		font-size: 12px;
		background-color: #555555;
	}
	
	.category_box + .category_box {
		margin-top: 30px;
	}
	.category_box + .category_box::before {
		height: 1px;
	}

	/* HowToUse */
	#HowToUse {
		margin-top: 50px;
	}
	h1.page_h1 + #HowToUse {
		margin-top: 40px;
	}
	ul.flow {
		margin: 0 0 30px;
	}
	ul.flow > li {
		width: 100%;
	}

	/* news */
	#news {
		margin-top: 50px;
	}
	.news_box {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.news_box + .news_box {
		padding-top: 31px;
	}
	.news_box + .news_box::before {
		height: 1px;
	}
	.eyecatch {
		width: 100%;
		height: 265px;
	}
	.info {
		width: 100%;
		margin-top: 15px;
	}
	.info > .post_date {
		font-size: 12px;
	}
	.info > .post_title {
		margin-top: 5px; 
		font-size: 5vw;
	}
	.info > .post_content {
		font-size: 14px;
	}
	.info > .post_content > a {
		padding: 0.5em 10px;
	}
	.news_box .read_more {
		font-size: 10px;
	}

	/* for_corp */
	#for_corp {
		margin-top: 50px;
	}
	#plan {
		margin: 0 -15px;
		padding-bottom: 32px;
		background-color: #fff9f2;
		border-bottom: 0.75px solid #ff8a00;
	}
	#partnership {
		margin: 20px -15px 0;
		padding-bottom: 32px;
		background-color: #f8fbfd;
		border-bottom: 0.75px solid #164d7a;
	}
	#for_corp .inner {
		padding: 0 15px;
	}
	.ad_slogan {
		margin: 25px 0 11.5px;
	}
	.inner + .linkerbox {
		margin-top: 25px;
	}
	#for_corp .linker.size_M {
		width: calc(100% - 30px);
	}

	/* footer */
	#footer {
		margin-top: 30px;
	}
	.copyright {
		padding: 1.5em 0;
	}
	.copyright p {
		font-size: 3vw;
	}
	
	/*  */
	.global-nav a {
		color: #ffffff !important;
	}
	
	/* wish */
	#wish {
		margin-top: 50px;
		margin-bottom: -30px;
		padding-bottom: 30px;
	}
	#wish .img-text > .img_box {
		margin-bottom: calc( 11.5px + 4vw * 0.35 );
	}
	
	/* news-page */
	#news-page > h1.page_h1 {
		display: none;
	}
}

.wp-pagenavi {
	text-align: center;
	margin-top: 80px;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-block;
	color: #b3b3b3;
	width: 40px;
	height: 40px;
	font-size: 22px;
	font-weight: 900;
	line-height: 42px;
	text-align: center;
	border: none!important;
	padding: 0!important;
	margin: 0 5px!important;
}
.wp-pagenavi .current,
.wp-pagenavi a.page:hover{
	background: #164d7a;
	color: #FFFFFF!important;
}
.wp-pagenavi span.extend{
	border: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	border: none;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 60px;
	}
	.wp-pagenavi a,
	.wp-pagenavi span{
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 32px;
	}
}