@charset "UTF-8";
.l-header-row {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.is-drawer-open .hamburger-menu-trigger span:first-of-type {
	transform: translateY(5px) rotate(45deg) !important;
}
.is-drawer-open .hamburger-menu-trigger span:last-of-type {
	transform: translateY(-10px) rotate(-45deg) !important;
}
.article-header-full-width__inner .l-content {
	display: flex;
	flex-direction: column;
}
.article-header-full-width__inner .l-content .article-title {
	order: 2;
}
.article-header-full-width__inner .l-content .article-title__sub {
	order: 1;
	margin-bottom: 1em;
	color: #F9D93B;
	font-size: 80%;
}
.archive-header-full-width__inner .l-content {
	display: flex;
	flex-direction: column;
}
.archive-header-full-width__inner .l-content .archive-title {
	order: 2;
}
.archive-header-full-width__inner .l-content .archive-title__sub {
	order: 1;
	margin-bottom: 1em;
	color: #F9D93B;
	font-size: 80%;
}
img {
	border-radius: 10px;
}
.ico_num img {
	border-radius: 0;
}
.ep-menu-item-has-background-02 a, .ncButton_btn, .wpcf7 input[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: min(75%, 350px);
	height: 3em !important;
	margin: auto;
	background-color: #000000;
	border-radius: 3em !important;
	color: #fff;
	transition: 0.3s;
}
.ep-menu-item-has-background-02 a i, .ncButton_btn i, .wpcf7 input[type="submit"] i {
	margin-right: 0.5em;
}
.ep-menu-item-has-background-02 a:hover, .ncButton_btn:hover, .wpcf7 input[type="submit"]:hover {
	transform: translateY(4px);
}
.ep-menu-item-has-background-02 a:hover span, .ncButton_btn:hover span, .wpcf7 input[type="submit"]:hover span {
	color: #fff;
}
@media (min-width: 768px) {
	.ep-menu-item-has-background-02 {
		width: 180px;
	}
}
@media (max-width: 767px) {
	.ep-menu-item-has-background-02 {
		width: 60%;
		padding: 0;
		margin: auto;
	}
}
.ep-menu-item-has-background-02 a {
	width: 100%;
	color: #fff !important;
	text-align: center;
}
@media (max-width: 767px) {
	.ep-menu-item-has-background-02 a {
		display: flex !important;
		height: 4em !important;
		margin-top: 2em;
	}
}
@media (max-width: 767px) {
	.l-header {
		z-index: 1000;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	}
}
.hamburger-menu-trigger span {
	height: 3px;
}
.hamburger-menu-trigger span:nth-of-type(2) {
	display: none;
}
.drawer-menu .menu-item:not(.ep-menu-item-has-background-02) {
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: solid 1px #ddd;
	font-weight: bold;
}
.drawer-menu .menu-item:not(.ep-menu-item-has-background-02) a {
	position: relative;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.drawer-menu .menu-item:not(.ep-menu-item-has-background-02) a::after {
	position: absolute;
	right: 0;
	content: ">";
	font-weight: bold;
}
.drawer-menu .menu-item.menu-item-29 {
	padding-bottom: 0;
}
.drawer-menu .menu-item.menu-item-29 > a::after {
	content: none;
}
.drawer-menu .sub-menu {
	border-bottom: none;
	background-color: #fafafa;
}
.drawer-menu .sub-menu li:last-child {
	border-bottom: none;
}
.wpcf7 {
	width: min(100%, 700px);
	margin: auto;
}
.wpcf7 .wpcf7-form-control-wrap {
	display: block;
}
.wpcf7 .form-title {
	width: 100%;
}
.wpcf7 .form-title + * {
	width: 100%;
}
.wpcf7 .pp {
	width: 100%;
	text-align: center;
}
@media (min-width: 768px) {
	.wpcf7 .pp {
		margin-top: 2em;
	}
}
@media (max-width: 767px) {
	.wpcf7 .pp {
		margin-top: 4vw;
	}
}
.wpcf7 #wpcf7cpcnf::before {
	display: block;
	content: "以下の内容でお間違いなければ、「送信」ボタンをクリックしてください。";
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 3em;
}
.wpcf7 #wpcf7cpcnf table, .wpcf7 #wpcf7cpcnf table * {
	display: block;
	border: none;
}
.wpcf7 #wpcf7cpcnf th {
	padding-bottom: 0;
	background-color: transparent;
	color: inherit;
	text-align: justify;
}
.wpcf7 #wpcf7cpcnf td {
	min-width: 3em;
	margin-bottom: 1em;
}
.wpcf7 .wpcf7cp-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.wpcf7 .wpcf7cp-btns button {
	margin: auto;
	border-radius: 3em;
	color: #fff;
}
.wpcf7 .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
	border: 1px solid #000000;
	background-color: transparent !important;
	color: #000000;
}
.wpcf7 .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
	background-color: #000000;
	color: #fff;
}
@media (min-width: 768px) {
	.wpcf7 .wpcf7cp-btns button {
		padding: 1.5em;
	}
	.wpcf7 .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
		width: 40%;
	}
	.wpcf7 .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.wpcf7 .wpcf7cp-btns button {
		width: 80%;
		margin: auto;
		padding: 4.5vw;
	}
}
#contact-phone {
	border-top: solid 1px #ddd;
}
#contact-phone .ncNarrow {
	background-color: #fff;
	border: solid 1px #ddd;
	text-align: center;
}
@media (min-width: 768px) {
	#contact-phone .ncNarrow {
		padding: calc(8px * 3);
		border-radius: calc(8px * 2.5);
	}
}
@media (max-width: 767px) {
	#contact-phone .ncNarrow {
		padding: 5vw;
		border-radius: 4vw;
	}
}
@media (min-width: 768px) {
	#contact-phone .ncNarrow h2 {
		margin-bottom: calc(8px * 2);
	}
}
@media (max-width: 767px) {
	#contact-phone .ncNarrow h2 {
		margin-bottom: 3vw;
	}
}
#contact-phone .ncNarrow .bg-y {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: linear-gradient(to right, #FFF026, #FFDE37);
}
@media (min-width: 768px) {
	#contact-phone .ncNarrow .bg-y {
		padding: calc(8px * 3);
		border-radius: calc(8px * 2.5);
	}
}
@media (max-width: 767px) {
	#contact-phone .ncNarrow .bg-y {
		padding: 5vw;
		border-radius: 3.8vw;
	}
}
#contact-phone .ncNarrow .bg-y .number {
	width: min(100%, 300px);
}
#contact-phone .ncNarrow .bg-y p {
	color: #333;
	margin: 1em auto 0;
}
@media (min-width: 768px) {
	#contact-phone .ncNarrow a.bg-y {
		display: none;
	}
}
@media (max-width: 767px) {
	#contact-phone .ncNarrow div.bg-y {
		display: none;
	}
}
#contact-phone picture img {
	border-radius: 0;
}
.thanks {
	text-align: center;
}
.thanks h2 {
	margin-bottom: 1.5em;
}
@media (min-width: 768px) {
	h2 {
		font-size: 35px;
	}
}
.-ttl-icon-y {
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px) {
	.-ttl-icon-y {
		margin-bottom: 5vw;
	}
}
@media (max-width: 767px) {
	.-ttl-icon-y {
		margin-bottom: 5vw;
	}
}
.-ttl-icon-y h2 {
	order: 1;
}
.-ttl-icon-y h2 + P {
	font-weight: bold;
}
.-ttl-icon-y h2 + P::before {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
	background-image: url("/wp-content/ncPackage/img/page/about/h2-icon.svg?u35heoefd");
	background-size: cover;
	line-height: 1;
	content: "";
}
#wrapper > .c-section-widget {
	position: relative;
	background: linear-gradient(to right, #FFF026, #FFDE37);
}
#wrapper > .c-section-widget::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url("/wp-content/ncPackage/img/common/bg-puzzle-r.png"), url("/wp-content/ncPackage/img/common/bg-puzzle-l.png");
	background-position: right top, left bottom;
}
@media (min-width: 768px) {
	#wrapper > .c-section-widget::before {
		background-size: calc(47% - 590px) auto;
	}
}
@media (max-width: 767px) {
	#wrapper > .c-section-widget::before {
		background-size: 40vw;
	}
}
#wrapper > .c-section-widget .c-section-widget__inner {
	width: calc(100% - 32px);
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 768px) {
	#wrapper > .c-section-widget .c-section-widget__inner {
		width: calc(768px - 32px);
	}
}
@media screen and (min-width: 960px) {
	#wrapper > .c-section-widget .c-section-widget__inner {
		width: calc(960px - 32px);
	}
}
@media screen and (min-width: 1200px) {
	#wrapper > .c-section-widget .c-section-widget__inner {
		width: calc(1212px - 32px);
	}
}
#wrapper > .c-section-widget .shortcod-content {
	display: flex;
	text-align: center;
}
#wrapper > .c-section-widget .shortcod-content .fs1 .ncButton {
	margin-bottom: 1em;
}
#wrapper > .c-section-widget .shortcod-content .fs2 .ncButton {
	flex-wrap: nowrap;
	justify-content: space-around;
}
#wrapper > .c-section-widget .shortcod-content .fs3 picture {
	position: absolute;
	aspect-ratio: 272/400;
}
@media (min-width: 768px) {
	#wrapper > .c-section-widget .shortcod-content .fs3 picture {
		top: -110px;
		right: 0;
		width: 20%;
	}
}
@media (max-width: 767px) {
	#wrapper > .c-section-widget .shortcod-content .fs3 picture {
		top: -15vw;
		left: 50%;
		transform: translateX(-50%);
		width: 60%;
	}
}
#wrapper > .c-section-widget .shortcod-content h2 {
	margin-bottom: 1.5em;
}
@media (min-width: 768px) {
	#wrapper > .c-section-widget .shortcod-content {
		justify-content: space-between;
	}
	#wrapper > .c-section-widget .shortcod-content .fs1 {
		width: 35%;
	}
	#wrapper > .c-section-widget .shortcod-content .fs2 {
		width: 35%;
	}
	#wrapper > .c-section-widget .shortcod-content .fs3 {
		width: 25%;
	}
	#wrapper > .c-section-widget .shortcod-content h2 {
		font-size: min(21px, 1.9vw);
	}
}
@media (max-width: 767px) {
	#wrapper > .c-section-widget .shortcod-content {
		flex-direction: column;
	}
	#wrapper > .c-section-widget .shortcod-content .fs1 {
		order: 1;
		margin-top: 8vw;
	}
	#wrapper > .c-section-widget .shortcod-content .fs2 {
		order: 2;
		margin-top: 8vw;
	}
	#wrapper > .c-section-widget .shortcod-content .fs3 {
		order: 0;
		height: 60vw;
		margin-top: 0 !important;
	}
	#wrapper > .c-section-widget .shortcod-content h2 {
		font-size: min(5.35vw, 30px);
	}
}
#js-footer img {
	border-radius: 0;
}
#js-footer .column-5 picture {
	width: 50%;
}
@media (max-width: 767px) {
	#js-footer .column-5 picture {
		margin: auto;
	}
}
#js-footer .column-7 li a::before {
	content: none;
}
@media (min-width: 768px) {
	#js-footer .column-7 {
		display: flex;
	}
	#js-footer .column-7 .widget_nav_menu {
		width: calc(100% / 3);
	}
}
@media (max-width: 767px) {
	#js-footer .column-7 {
		display: grid;
		grid-template-rows: auto 1fr;
		grid-template-columns: 50% auto;
		grid-template-areas: "item1 item2""item1 item3";
		gap: 3px;
		padding: 5vw 2vw;
		height: 100%;
	}
	#js-footer .column-7 .widget_nav_menu:nth-of-type(1) {
		grid-area: item1;
	}
	#js-footer .column-7 .widget_nav_menu:nth-of-type(2) {
		grid-area: item2;
	}
	#js-footer .column-7 .widget_nav_menu:nth-of-type(3) {
		grid-area: item3;
	}
}
@media (min-width: 768px) {
	#menu-footer-nav {
		padding-top: calc(8px * 8);
	}
}
#menu-footer-nav .menu-item {
	width: 180px;
}
.news-wrapper {
	padding: 2em;
	border-radius: 20px;
	background-color: #fff;
}
.news-wrapper * {
	position: static !important;
	background-color: transparent;
}
.news-wrapper article {
	background-color: transparent;
	margin-bottom: 0 !important;
	box-shadow: none;
	margin-right: 0 !important;
}
.news-wrapper article:not(:last-of-type) {
	border-bottom: solid 1px #ddd;
}
.news-wrapper article:hover {
	transform: translate(0);
	box-shadow: none;
}
.news-wrapper .article-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100% !important;
}
.news-wrapper .article-info * {
	font-size: 14px !important;
}
.news-wrapper .article-meta, .news-wrapper .category {
	display: flex;
	align-items: center;
}
.news-wrapper .article-meta {
	width: 10em !important;
}
.news-wrapper .category {
	text-align: center;
}
.news-wrapper .category .cat_name {
	border-radius: 0;
}
@media (max-width: 767px) {
	.news-wrapper .article-meta, .news-wrapper .category {
		margin-bottom: 1em !important;
	}
	.news-wrapper .category {
		width: calc(100% - 10em);
	}
	.news-wrapper h2.article-title {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.news-wrapper .category {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 7em;
		margin-right: 1em;
	}
	.news-wrapper h2.article-title {
		width: calc(100% - 11em - 7em - 1em);
	}
}
.point_table.-responsive ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.point_table.-responsive ul p:last-child {
	margin-bottom: 0;
}
.point_table.-responsive ul.subject {
	text-align: center;
}
@media (max-width: 767px) {
	.point_table.-responsive ul {
		margin-bottom: 1em;
	}
	.point_table.-responsive ul.subject {
		display: none;
	}
	.point_table.-responsive ul li {
		display: flex;
		width: 100%;
	}
	.point_table.-responsive ul li::before, .point_table.-responsive ul li p {
		padding: 0.5em;
	}
	.point_table.-responsive ul li::before {
		display: block;
		text-align: center;
		width: 7em;
	}
	.point_table.-responsive ul li.point_action::before {
		content: "アクション";
	}
	.point_table.-responsive ul li.point_amount::before {
		content: "ポイント";
	}
	.point_table.-responsive ul li.point_timing::before {
		content: "付与回数";
	}
	.point_table.-responsive ul li.point_content::before {
		content: "概要";
	}
	.point_table.-responsive ul li p {
		width: calc(100% - 7em);
	}
}
@media (min-width: 768px) {
	.point_table.-responsive ul li {
		padding: 0.5em;
	}
}