/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

/* Lightningの各種パーツを白黒に */
:root {
	--vk-color-text-body: #fff;
	--vk-color-text-link: #fff;
	--vk-color-text-link-hover: #f8b62c;
	--vk-color-text-meta: #fff;
	--vk-color-primary: #000;
	--vk-color-primary-dark: #fff;
	--vk-color-primary-vivid: #f8b62c;
	--vk-color-header-bg: #000;
	--vk-color-accent-bg: #000;
	--vk-color-border: #fff;
	--vk-color-border-hr: #000;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #fff;
	background-color: #000;
}

a {
	color: #fff;
}

.container {
	max-width: 1240px;
}

.sub-section {
	display: none;
}

#site-header {
	background: #000 url("/wp-content/themes/lightning-child/assets/images/header_bg.jpg?2023") no-repeat center center;
	background-size: cover;
}

#global-nav li a,
#global-nav li a strong {
	color: #fff;
	font-weight: 400;
}

.vk-mobile-nav-menu-btn {
	top: 12px;
	right: 16px;
	left: inherit;
	border: none;
	background-image: url("/wp-content/themes/lightning-child/assets/images/humb.png");
	background-size: cover;
	background-color: transparent
}

.vk-mobile-nav-menu-btn.menu-open {
	border: none;
	background-image: url("/wp-content/themes/lightning-child/assets/images/humb-open.png");
	background-size: cover;
	background-color: transparent
}

.vk-mobile-nav {
	background-color: rgba(0, 0, 0, 0.9) !important;
	height: auto !important;
	border: none !important;
	overflow: hidden;
}

.vk-mobile-nav ul {
	border: none !important;
}

.vk-mobile-nav li a {
	display: block;
	padding-top: 1.75rem !important;
	padding-bottom: 1.75rem !important;
	color: #fff !important;
	border-bottom: 1px solid #454545 !important;
}

.vk-mobile-nav li a i {
	font-size: 1.5rem;
}

.vk-mobile-nav li a small {
	display: none !important;
}

.vk-mobile-nav li:last-child {
	text-align: center;
}

.vk-mobile-nav li:last-child a {
	display: inline-block;
	border-bottom: none !important;
	margin-left: auto;
	margin-right: auto;
}

.vk-mobile-nav li .insta-btn {
	display: inline-block;
	text-align: center;
}

.vk-mobile-nav li .insta-btn .insta {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
	border-radius: 10px;
	text-align: center !important;
}

.vk-mobile-nav li .insta-btn .insta:before {
	content: '';
	position: absolute;
	top: 18px;
	left: -14px;
	width: 44px;
	height: 44px;
	background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.vk-mobile-nav li .insta-btn .fa-instagram {
	display: block;
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 28px;
	line-height: 36px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) {
	body.device-mobile .vk-mobile-nav-menu-btn {
		display: none;
	}

	body:not(.header_scrolled) .global-nav-list>li .global-nav-name {
		display: flex;
		flex-direction: column;
	}

	body:not(.header_scrolled) .global-nav-list>li .global-nav-name i {
		font-size: 1.5em;
		margin-right: 0;
		margin-bottom: 0.35em;
		color: var(--vk-color-primary);
	}

	body:not(.header_scrolled) .vk-menu-acc li:not(:last-child) {
		width: 120px;
		margin-left: -1px;
		border-right: 1px solid #454545;
		border-left: 1px solid #454545;
	}

	body:not(.header_scrolled) .global-nav-list>li:last-child .global-nav-name i,
	.global-nav-list>li:last-child .global-nav-name i {
		color: #fff;
	}

	body:not(.header_scrolled) .global-nav-list>li .global-nav-name i,
	.global-nav-list>li .global-nav-name i {
		color: #ccc;
	}

	body:not(.header_scrolled) .global-nav-list>li .global-nav-name small,
	.global-nav-list>li .global-nav-name small {
		display: block;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 0.75em;
		color: #f8b62c;
		margin-top: 0.25rem;
	}

	.nav li a,
	nav li a {
		color: #ccc;
	}

	.header_scrolled .site-header {
		width: 100%;
	}

	body:not(.header_scrolled) .global-nav-list>li:last-child .global-nav-name {
		margin-top: 0;
		margin-bottom: auto;
	}

	body .global-nav-list>li .global-nav-name .insta-btn {
		display: inline-block;
		text-align: center;
	}

	body .global-nav-list>li .global-nav-name .insta-btn .insta {
		position: relative;
		display: inline-block;
		width: 30px;
		height: 30px;
		background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
		background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
		overflow: hidden;
		border-radius: 8px;
		text-align: center !important;
	}

	body .global-nav-list>li .global-nav-name .insta-btn .insta:before {
		content: '';
		position: absolute;
		top: 16px;
		left: -12px;
		width: 38px;
		height: 38px;
		background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
		background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	}

	body .global-nav-list>li .global-nav-name .insta-btn .fa-instagram {
		display: block;
		color: #fff;
		position: relative;
		z-index: 2;
		font-size: 22px;
		line-height: 30px;
		margin-left: auto;
		margin-right: auto;
	}
}

.top-foot-nav {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.top-foot-nav ul {
	display: flex;
	justify-content: center;
}

.top-foot-nav ul li {
	text-align: center;
	margin: 0 1rem;
}

.top-foot-nav ul li a span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.top-foot-nav ul li a span i {
	display: block;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	line-height: 5rem;
	font-size: 1.75rem;
	margin: 0 0 0.75rem;
	padding: 0;
	background-color: #f8b62c;
	color: #fff;
}

.top-foot-nav ul li a span em {
	font-size: 1.2rem;
	padding: 0;
}

.top-foot-nav ul li a span small {
	font-size: 0.7em;
	color: #999;
	padding: 0;
}

@media (min-width: 992px) {
	.top-foot-nav ul li {
		margin: 0 2.5rem;
	}
}


#menu-sns-menu {
	padding-bottom: 2rem;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #454545;
}

#menu-sns-menu li {
	margin: 0 1rem;
	font-size: 1rem;
}


.card-items-list .card-items h2 {
	margin: 0;
	padding: 1rem 0 0.35rem;
	font-size: 1.2rem;
	font-weight: 500;
}

.card-items-list .card-items h3 {
	font-size: 0.8rem;
	font-weight: 300;
}

.card-items-list .card-items .card-items-info dl {
	margin: 0 0 0.5rem;
	display: flex;
	align-items: center;
}

.card-items-list .card-items .card-items-info dl dt {
	font-size: 0.8rem;
	font-weight: 400;
	background-color: #dedede;
	line-height: 1.25;
	margin: 0 0.5rem 0 0;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	text-align: center;
}

.card-items-list .card-items .card-items-info dl dd {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 400;
}

.card-items-list .card-items .card-items-info p {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 400;
}

/* home-page */
.top-news-list {
	display: block;
}

.top-news-list li {
	width: 100%;
}

.top-news-list li .wp-block-latest-posts__post-title {
	text-align: center !important;
}

.top-news-list li .wp-block-latest-posts__post-date {
	display: block;
	color: #f8b62c;
	background-color: #232323;
	text-align: center !important;
}

.top-news-list li .wp-block-latest-posts__post-excerpt {
	text-align: left;
}

@media (min-width: 992px) {
	.top-news-list {
		display: flex;
		justify-content: space-between;
	}

	.top-news-list li {
		flex: 1;
		width: 33%;
	}
}

.home-page h2,
.balloon-title h1,
.balloon-title h2,
.balloon-title .page-header-title {
	position: relative;
	display: inline-block;
	max-width: 90vw;
	max-width: 90dvw;
	min-width: 50vw;
	min-width: 50dvw;
	background: #fff;
	color: #000;
	border-radius: 0.75rem;
	padding: 1rem 1rem !important;
	text-align: center;
	z-index: 2;
}

.home-page h2 strong,
.balloon-title h1 strong,
.balloon-title h2 strong,
.balloon-title .page-header-title strong {
	position: relative;
	font-size: 1.5rem;
	font-weight: 700;
	font-style: normal;
	margin: 0;
	padding: 0;
	z-index: 2;
}

.home-page h2::before,
.balloon-title h1::before,
.balloon-title h2::before,
.balloon-title .page-header-title::before {
	content: "";
	position: absolute;
	border: 15px solid transparent;
	border-right: 25px solid #fff;
	top: 100%;
	left: 15%;
	transform: rotate(0) translateY(-50%);
	z-index: 1;
}

.home-page h2 small,
.balloon-title h1 small {
	display: block;
	margin: 0 auto !important;
	padding: 0 !important;
	font-size: 0.5em;
	line-height: 1.5;
}

.home-description {
	position: relative;
}

.home-description::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: -5rem;
	width: 70%;
	height: 100%;
	background: url("/wp-content/themes/lightning-child/assets/images/bg_card01.jpg") no-repeat bottom 5.5rem left;
	background-size: contain;
	z-index: 1;
}

.home-description::after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: -5rem;
	width: 70%;
	height: 100%;
	background: url("/wp-content/themes/lightning-child/assets/images/bg_card02.jpg") no-repeat bottom 5.5rem right;
	background-size: contain;
	z-index: 2;
}

.home-description .wp-block-column {
	position: relative;
	z-index: 3;
}

.home-description .wp-block-column p {
	margin-top: 2rem;
	width: 90vw;
	width: 90dvw;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2rem;
	text-align: center !important;
}

.home-description .wp-block-column img {
	max-width: 57.5vw !important;
	max-width: 57.5dvw !important;
}

@media (min-width: 992px) {

	.home-page h2,
	.balloon-title h1,
	.balloon-title h2,
	.balloon-title .page-header-title {
		border-radius: 1rem;
		padding: 1.25rem 4rem !important;
		margin-bottom: 1.5rem;
		max-width: auto;
		min-width: auto;
	}

	.home-page h2 strong,
	.balloon-title h1 strong,
	.balloon-title h2 strong,
	.balloon-title .page-header-title strong {
		font-size: 1.75rem;
	}

	.home-page h2::before,
	.balloon-title h1::before,
	.balloon-title h2::before,
	.balloon-title .page-header-title::before {
		border: 20px solid transparent;
		border-right: 30px solid #fff;
	}

	.home-description::before {
		left: 5rem;
		width: 32.5%;
		background: url("/wp-content/themes/lightning-child/assets/images/bg_card01.jpg") no-repeat center left;
		background-size: contain;
	}

	.home-description::after {
		right: 5rem;
		width: 32.5%;
		background: url("/wp-content/themes/lightning-child/assets/images/bg_card02.jpg") no-repeat center right;
		background-size: contain;
	}

	.home-description .wp-block-column p {
		margin-top: 3rem;
		text-align: center;
	}

	.home-description .wp-block-column img {
		max-width: 320px !important;
	}
}

/* area nav */
.area-nav {
	position: relative;
	margin-top: 2.5rem;
}

.entry-body .area-nav {
	margin-top: 0;
	margin-bottom: 2.5rem;
}

.area-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}

.area-nav ul li {
	width: 31%;
}

.area-nav.howto ul li {
	width: 47.5%;
}

.area-nav ul li:nth-child(3n+2) {
	margin-left: 3.5%;
	margin-right: 3.5%;
}

.area-nav.howto ul li:nth-child(3n+2) {
	margin: 0;
}

.area-nav.howto ul li:nth-child(odd) {
	margin-right: 2.5%;
}

.area-nav.howto ul li:nth-child(even) {
	margin-left: 2.5%;
}

.area-nav ul li:nth-child(n + 4) {
	margin-top: 0.75rem;
}

.area-nav.howto ul li:nth-child(n + 4) {
	margin-top: 0;
}

.area-nav.howto ul li:nth-child(n + 3) {
	margin-top: 0.75rem;
}

.area-nav ul li a {
	display: block;
	padding: 0.5rem 1rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	border: 1px solid #454545;
	border-radius: 0.35rem;
}

.area-nav ul li.current-item a {
	color: #f8b62c;
	font-weight: 500;
	border: 1px solid #f8b62c;
}

.area-nav #slide-line {
	display: none;
}

@media (min-width: 992px) {
	.area-nav {
		margin-top: 3.5rem;
		box-shadow: 0px 10px 10px -5px rgba(255, 255, 255, 0.15);
	}

	.area-nav ul {
		padding-bottom: 0.75rem;
		flex-wrap: nowrap;
		justify-content: center;
	}

	.area-nav ul li,
	.area-nav.howto ul li {
		width: auto;
	}

	.area-nav ul li:nth-child(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}

	.area-nav.howto ul li:nth-child(odd) {
		margin-right: 0;
	}

	.area-nav ul li:nth-child(n + 4),
	.area-nav.howto ul li:nth-child(n + 3) {
		margin-top: 0;
	}

	.area-nav ul li a {
		padding: 0.5rem 1.75rem;
		border: none;
	}

	.area-nav ul li.current-item a {
		border: none;
	}

	.area-nav #slide-line {
		display: inline;
		position: absolute;
		bottom: 0;
		height: 2px;
		background-color: #f8b62c;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	.shop-list-pref .area-nav ul {
		justify-content: space-around;
	}

	.shop-list-pref .area-nav ul li a {
		padding: 0.5rem 0.75rem;
	}
}

/* カード詳細 */
.card-header {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.card-number {
	text-align: right;
	font-size: 0.8rem;
	margin: 1.5rem 0 0 auto;
}

.card-items-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.card-items-list::after {
	content: "";
	display: block;
	width: 47.5%;
}

.card-items-list .card-items {
	width: 47.5%;
	margin-top: 1.5rem;
}

.card-items-list .card-items .card-items-image {
	width: 100%;
	text-align: center;
}

.card-items-list .card-items .card-items-image a {
	display: block;
	position: relative;
	overflow: hidden;
}

.card-items-list .card-items .card-items-image a img {
	width: 100%;
	height: auto;
}

.card-items-list .card-items .card-items-image a .card-items-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	-webkit-transition: all 0.4s step-end;
	transition: all 0.4s step-end;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.card-items-list .card-items .card-items-title {
	margin: 0 auto;
}

.card-items-list .card-items .card-items-title h2 {
	font-size: 1rem;
	font-weight: 400;
	padding-top: 0.75rem;
}

.card-items-list .card-items .card-items-title h3 {
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: 0;
	padding-top: 0;
}

.card-items-list .card-items .card-items-title ul {
	font-size: 0.8rem;
	font-weight: 400;
	margin-top: 0;
	padding-top: 0;
	list-style-type: none;
}

@media (min-width: 992px) {
	.card-items-list::before {
		content: "";
		display: block;
		width: 22.5%;
		;
		order: 1;
	}

	.card-items-list::after {
		width: 22.5%;
	}

	.card-items-list .card-items {
		width: 22.5%;
	}

	.card-items-list .card-items .card-items-image a:hover .card-items-info {
		visibility: visible;
	}

	.card-items-list .card-items .card-items-image a .card-items-info table {
		width: 100%;
	}

	.card-items-list .card-items .card-items-image a .card-items-info table th,
	.card-items-list .card-items .card-items-image a .card-items-info table td {
		opacity: 0;
		border: none;
		color: #fff;
		padding: 0.25rem 0.25rem;
	}

	.card-items-list .card-items .card-items-image a:hover .card-items-info table th,
	.card-items-list .card-items .card-items-image a:hover .card-items-info table td {
		opacity: 1;
	}

	.card-items-list .card-items .card-items-image a .card-items-info table th {
		text-align: right;
		padding-right: 0.5rem;
		font-size: 0.7rem;
		font-weight: 500;
	}

	.card-items-list .card-items .card-items-image a .card-items-info table th span {
		background-color: #5d2d94;
		border-radius: 0.25rem;
		color: #fff;
		display: block;
		text-align: center;
		padding: 0.25rem 0.35rem;
	}

	.card-items-list .card-items .card-items-image a .card-items-info table td {
		text-align: left;
		padding-left: 0.5rem;
		font-size: 0.85rem;
		font-weight: 400;
	}

	.card-items-list .card-items .card-items-image a .card-items-info table td em {
		font-style: normal;
	}

	.card-items-list .card-items .card-items-image a .card-items-info table td .star {
		color: #f8b62c;
	}

	.card-items-list .card-items .card-items-image a .card-items-info table td p {
		padding-top: 0.35rem;
		border-top: 1px solid #999;
	}

	.card-items-list .card-items .card-items-image a .mask1,
	.card-items-list .card-items .card-items-image a .mask2 {
		position: absolute;
		width: 100%;
		height: 50%;
		left: 0;
		background-color: rgba(0, 0, 0, 0.6);
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.card-items-list .card-items .card-items-image a .mask1 {
		top: -50%;
	}

	.card-items-list .card-items .card-items-image a:hover .mask1 {
		top: 0;
	}

	.card-items-list .card-items .card-items-image a .mask2 {
		bottom: -50%;
	}

	.card-items-list .card-items .card-items-image a:hover .mask2 {
		bottom: 0;
	}
}

/* 商品情報 */

.item-category-data {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.item-category-data dl {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	margin: 0 0.5rem;
}

.item-category-data dl dt {
	background-color: #454545;
	padding: 0 0.75rem;
	margin-right: 0.75rem;
	border-radius: 0.35rem;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.75;
}

.item-category-data dl dd {
	padding: 0 0;
	font-size: 0.9rem;
	line-height: 1.75;
}

@media (min-width: 992px) {
	.item-category-data {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.item-category-data dl {
		margin: 0 1rem;
	}
}

.productsList {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.productsList li {
	margin: 0;
	padding: 0;
}

.productsList li:not(:first-child) {
	margin-top: 3rem;
}

.productsList li .item-image img {
	width: 100%;
	height: auto;
}

.productsList li .item-category-info {
	text-align: center;
	width: 100%;
	margin: 0;
}

.productsList li:nth-child(n+2) .item-category-info {
	border-top: 1px solid #454545;
	padding-top: 3rem;
}

.productsList li .item-category-info h2 {
	position: relative;
	margin-top: 1rem;
}

.productsList li .item-category-info h2 a {
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.75;
}

.productsList li .item-category-info .vk_post_btnOuter {
	margin-bottom: 0;
}

@media only screen and (min-width: 480px) {
	.productsList {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.productsList li {
		width: 47.5%;
		display: flex;
	}

	.productsList li:not(:first-child) {
		margin-top: 0;
	}

	.productsList li .item-category-info {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.productsList li:nth-child(n+2) .item-category-info {
		border-top: none;
		padding-top: 0;
	}

	.productsList li:nth-child(n+3) .item-category-info {
		padding-top: 5rem;
	}

	.productsList li .item-category-info .item-info {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 0;
		margin-top: auto;
	}

	.productsList li .item-category-info h2 {
		margin-top: 1.5rem;
		margin-bottom: 0;
	}

	.productsList li .item-category-info h2 a {
		font-size: 1.35rem;
	}

	.productsList li .item-category-info .item-category-data {
		gap: 0 1.5rem;
	}

	.productsList li .item-category-info .item-category-data dl {
		display: block;
		width: 100%;
		margin: 0 0;
	}

	.productsList li .item-category-info .item-category-data dl dt {
		margin-right: 0;
	}
}

@media only screen and (min-width: 1080px) {
	.productsList {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.productsList li {
		width: 30%;
	}

	.productsList li:nth-child(n+3) .item-category-info {
		padding-top: 0;
	}

	.productsList li:nth-child(n+4) .item-category-info {
		padding-top: 7.5rem;
	}

	.productsList li .item-category-info {
		padding-bottom: 0.5rem;
	}

	.productsList li .item-category-info h2 a {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

/* 商品情報 > パック*/
.item-header {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.item-header .item-header-image {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.item-header .item-header-text {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.item-header .item-header-text h1 {
	margin-top: 1rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

@media (min-width: 992px) {
	.item-header {
		flex-direction: row-reverse;
		align-items: flex-end;
		justify-content: space-between;
	}

	.item-header .item-header-image {
		width: 47.5%;
		margin-right: 0;
	}

	.item-header .item-header-text {
		width: 47.5%;
		margin-left: 0;
	}

	.item-header .item-header-text h1 {
		text-align: left;
	}

	.item-header .item-header-text .item-category-data {
		justify-content: flex-start;
	}

	.item-header .item-header-text .item-category-data dl {
		margin: 0 1.5rem 0 0;
	}
}

.card-item-body {
	margin-top: 2.5rem;
	text-align: center;
}

.card-item-body.card-search {
	margin-top: 0;
}

.card-item-body .balloon-title h2 {
	width: 100% !important;
	max-width: 100% !important;
}

.card-item-body h3 {
	margin-top: 0.25rem;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 400 !important;
	color: #fff;
}

.card-item-body .swiper-container {
	position: relative;
	width: 100%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 1rem;
	margin-bottom: 0.5rem;
}

.card-item-body .swiper-container .swiper-slide {
	width: 50%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	text-align: center;
}

.card-item-body .swiper-container .swiper-slide dl {
	margin-top: 0.5rem;
	text-align: center;
}

.card-item-body .swiper-container .swiper-slide dl dt {
	font-size: 0.95rem;
	font-weight: 400;
}

.card-item-body .swiper-container .swiper-slide dl dd {
	font-size: 0.75rem;
	font-weight: 400;
}

.card-item-body .swiper-container .swiper-slide img {
	width: 100%;
	height: auto;
}

.card-item-body .swiper-container .swiper-button-next {
	right: 0;
}

.card-item-body .swiper-container .swiper-button-prev {
	left: 0;
}

.card-item-body .swiper-container .swiper-button-next::after {
	font-size: 2rem;
	color: #fff;
}

.card-item-body .swiper-container .swiper-button-prev::after {
	font-size: 2rem;
	color: #fff;
}

.card-item-body .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.card-item-body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.5rem;
}

.card-item-body .swiper-pagination-bullet {
	background-color: #f8b62c;
	bottom: 0;
}

@media (min-width: 992px) {
	.card-item-body {
		margin-top: 5rem;
		text-align: center;
	}

	.card-item-body.card-search {
		margin-top: 0;
	}

	.card-item-body .swiper-container {
		padding-left: 1.5%;
		padding-right: 1.5%;
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.card-item-body .swiper-container .swiper-slide {
		width: 25%;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}

	.card-item-body .swiper-container .swiper-button-next::after {
		font-size: 2.4rem;
		color: #fff;
	}

	.card-item-body .swiper-container .swiper-button-prev::after {
		font-size: 2.4rem;
	}

	.card-item-body .swiper-container .swiper-button-prev::after {
		font-size: 2.4rem;
	}
}

.card-item-body form {
	background-color: #ededed;
	border-radius: 0.5rem;
	padding: 1.5rem 1rem;
	margin: 1.25rem 0;
}

.card-item-body .vkfs__labels {
	color: #000;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.card-item-body .vkfs__labels .vkfs__outer-wrap:not(:first-child) {
	margin-top: 1.25rem;
}

.card-item-body .vkfs__labels .vkfs__label-name {
	border-left: 5px solid #f8b62c;
	margin-bottom: 0.75rem;
	padding-left: 0.5rem;
	font-weight: 700;
}

.card-item-body form input,
.card-item-body form select option, {
	color: #000;
}

.card-item-body form input[type=text],
.card-item-body form select {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0.75rem 0.75rem;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 0.5rem;
	box-sizing: border-box
}

.card-item-body form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 0.75rem top 55%;
	background-size: 18px 18px
}

.card-item-body form input::placeholder {
	color: #999 !important;
}

.card-item-body form select option.placeholder-txt {
	color: #999 !important;
}

.card-item-body form .btn.btn-primary {
	margin-top: 1.25rem;
	border: none;
	background-color: #f8b62c;
	font-size: 1.3rem;
}

.card-item-body form .btn.btn-primary:hover {
	background-color: #000;
}

@media only screen and (min-width: 480px) {
	.card-item-body form {
		padding: 2rem 1.5rem;
		margin: 1.5rem 0;
	}

	.card-item-body .vkfs__labels {
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}

	.card-item-body .vkfs__labels .vkfs__outer-wrap {
		width: 23.5%;
	}

	.card-item-body .vkfs__labels .vkfs__outer-wrap.full {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.card-item-body .balloon-title h2 {
		width: auto !important;
		max-width: auto !important;
		min-width: auto !important;
	}

	.card-item-body form {
		width: 80%;
		margin: 1.75rem auto 1.25rem;
	}
}

/* ボタン */
.btn {
	position: relative;
	display: block;
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.25rem;
	font-weight: 500;
	padding: 1rem !important;
	border-radius: 0.5rem;
}

.btn::after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-right: 1.1rem;
	color: #fff;
	font-size: 1.1rem;
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: translateY(-50%);
}

.more-btn {
	position: relative;
	display: block;
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.75rem !important;
	border-radius: 0.5rem;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	appearance: none;
	margin-top: 2rem;
}

.more-btn::after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-right: 1.1rem;
	color: #fff;
	font-size: 1.1rem;
	content: '\f0fe';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: translateY(-50%);
}

@media (min-width: 992px) {
	.btn {
		padding: 1rem !important;
	}

	.btn::after {
		margin-right: 1.2rem;
		font-size: 1.2rem;
	}

	.more-btn {
		padding: 1rem !important;
	}

	.more-btn::after {
		margin-right: 1.2rem;
		font-size: 1.2rem;
	}
}

/*　固定ページ */
.page-header {
	text-align: center;
}

.entry-body {
	text-align: center !important;
}

.entry-body .has-text-align-center,
.entry-body .aligncenter,
.entry-body .aligncenter img {
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
}

body:not(.home) .entry-body h2 {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	background-color: #fff;
	border-radius: 9999px;
	color: #000;
	padding: 0.75rem 2.5rem;
	line-height: 1;
}

body:not(.home) .entry-body p.has-text-align-center {
	text-align: left !important;
	font-size: 1.1rem;
	font-weight: 700;
}

body:not(.home) .entry-body p.has-regular-font-size {
	font-size: 0.9rem;
	font-weight: 400;
}

body:not(.home) .entry-body p.has-text-align-center br {
	display: none;
}

body:not(.home) .entry-body .wp-block-spacer {
	height: 1.5rem !important;
}

body.home .entry-body .wp-block-spacer {
	height: 3.5rem !important;
}

.entry-body .is-layout-flex {
	display: block;
}

.entry-body .is-layout-flex .wp-block-column {
	margin-left: auto;
	margin-right: auto;
}

.entry-body .is-layout-flex .wp-block-column img {
	width: 100%;
	height: auto;
}

.entry-body .is-layout-flex ol {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0
}

.entry-body .is-layout-flex .wp-block-column ol.start1 {
	counter-reset: my-counter;
}

.entry-body .is-layout-flex .wp-block-column ol.start4 {
	counter-reset: my-counter 3;
}

.entry-body .is-layout-flex .wp-block-column ol.start7 {
	counter-reset: my-counter 6;
}

.entry-body .is-layout-flex .wp-block-column ol li {
	position: relative;
	padding-left: 3rem;
	margin-top: 1.5rem;
	text-align: left !important;
}

.entry-body .is-layout-flex .wp-block-column ol li:before {
	position: absolute;
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #fff;
	border: 2px solid #333;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.4rem;
	width: 2.4rem;
	color: #000;
	font-size: 1.3rem;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 2.4rem;
	top: 0;
	left: 0;
}

.entry-body .is-layout-flex .wp-block-column ol li strong {
	font-size: 1.1em;
}

.entry-body .is-layout-flex .wp-block-column ol li em {
	font-style: normal !important;
	color: #f8b62c;
}

@media (min-width: 992px) {
	body:not(.home) .entry-body h2 {
		font-size: 1.6rem;
	}

	body:not(.home) .entry-body p.has-text-align-center {
		text-align: center !important;
		font-size: 1.25rem;
	}

	body:not(.home) .entry-body p.has-regular-font-size {
		font-size: 1rem;
	}

	body:not(.home) .entry-body p.has-text-align-center br {
		display: block;
	}

	body:not(.home) .entry-body .wp-block-spacer {
		height: 3.5rem !important;
	}

	body.home .entry-body .wp-block-spacer {
		height: 6rem !important;
	}

	.entry-body .is-layout-flex {
		display: flex;
		/*justify-content: space-between;*/
		justify-content: center;
	}

	.entry-body .is-layout-flex .wp-block-column ol li {
		padding-left: 4rem;
		position: relative;
		margin-top: 2rem;
		text-align: left !important;
	}

	.entry-body .is-layout-flex .wp-block-column ol li:before {
		height: 3rem;
		width: 3rem;
		font-size: 1.5rem;
		line-height: 3rem;
	}

	.entry-body .is-layout-flex .wp-block-column ol li strong {
		font-size: 1.25em;
	}

	.entry-body .is-layout-flex .wp-block-column ol li em {
		font-size: 1.35em;
	}
}

.pagination {
	text-align: center;
}

.nav-links .page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: #fff;
	color: #000;
	margin-right: 4px;
	border: 1px solid #999;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	border-radius: 0.25rem;
}

.nav-links .current {
	background-color: #f8b62c;
	color: #fff;
	border: 1px solid #f8b62c;
}

@media (min-width: 992px) {

	.nav-links a.page-numbers,
	.nav-links .current,
	.nav-links a.prev,
	.nav-links a.next,
	.nav-links .dots {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}


/* NEWS */
.news-list .media-img {
	border: none;
}

.news-list h5 {
	font-size: 1.4rem !important;
}

.news-list .media-date {
	font-size: 0.85rem !important;
	color: #f8b62c;
}

.news-list .media-text {
	font-size: 1rem !important;
}

.news-list .btn {
	width: auto;
	max-width: auto;
	font-size: 0.9rem;
	margin-top: 1.5rem;
}

.category-news .entry-body p {
	text-align: left !important;
}


/* 買えるお店 */
.shop-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.shop-list .shop-items {
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 50%;
	padding: 0 1.5%;
}

.shop-list .shop-items:nth-child(n+3) {
	margin-top: 2.5rem;
}

.shop-list .shop-items img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.shop-list .shop-items a {
	margin: 0 auto;
	padding: 0;
}

.shop-list .shop-items h4 {
	font-size: 0.85rem;
	font-weight: 400;
	margin: 0.35rem auto 0.35rem;
	padding: 0;
}

.shop-list .shop-items .address {
	font-size: 0.7rem;
	font-weight: 400;
	margin: 0.15rem auto 0.15rem;
	padding: 0;
}

.shop-list .shop-items .tel {
	font-size: 0.9rem;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0.15rem auto 0.5rem;
	padding: 0;
}

.shop-list .shop-items .link-btn {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto 0 0;
	padding: 0;
	width: 100%;
}

.shop-list .shop-items .link-btn>li {
	list-style-type: none;
	width: 47.5%;
	margin: 0 auto;
}

.shop-list .shop-items .link-btn>li .btn {
	font-size: 0.9rem;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0.5rem !important;
	white-space: nowrap;
}

.shop-list .shop-items .link-btn>li .btn::after {
	margin-right: 0.5rem;
	font-size: 0.7rem;
}

@media (min-width: 992px) {
	.shop-list .shop-items {
		width: 25%;
		padding: 0 2%;
	}

	.shop-list .shop-items:nth-child(n+3) {
		margin-top: 0;
	}

	.shop-list .shop-items:nth-child(n+5) {
		margin-top: 2.5rem;
	}

	.shop-list .shop-items img {
		height: 180px;
	}

	.shop-list .shop-items h4 {
		font-size: 1rem;
		margin: 0.5rem auto 0.5rem;
	}

	.shop-list .shop-items .address {
		font-size: 0.75rem;
		margin: 0.25rem auto 0.25rem;
	}

	.shop-list .shop-items .tel {
		font-size: 1rem;
		margin: 0.25rem auto 0.75rem;
	}

	.shop-list .shop-items .link-btn>li .btn {
		font-size: 0.9rem;
	}

	.shop-list .shop-items .link-btn>li .btn::after {
		margin-right: 0.9rem;
		font-size: 0.8rem;
	}
}

/*FAQ */
.faq-list {
	margin-bottom: 2.5rem;
	text-align: left !important;
}

.faq-list h2.wp-block-heading {
	position: relative;
	text-align: left !important;
	font-size: 1.1rem !important;
	line-height: 1.5 !important;
	padding: 0 0 0 3rem !important;
	color: #f8b62c !important;
	background: none !important;
}

.faq-list h2.wp-block-heading::before {
	content: "Q";
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem !important;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 50%;
	background-color: #f8b62c;
	color: #fff;
	line-height: 2.2rem;
	text-align: center;
	transform: translateY(-50%);
}

.faq-list p {
	position: relative;
	text-align: left;
	font-size: 1rem;
	line-height: 1.75;
	margin: 0 !important;
	padding: 1rem 0 1rem 3rem !important;
	border-bottom: 1px solid #454545;
}

.faq-list p::before {
	content: "A";
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 50%;
	background-color: #fff;
	color: #000;
	line-height: 2.2rem;
	text-align: center;
	transform: translateY(-50%);
}

@media (min-width: 992px) {
	.faq-list h2.wp-block-heading {
		font-size: 1.2rem;
	}

	.faq-list h2.wp-block-heading::before {
		font-size: 1.3rem;
		width: 2.4rem;
		height: 2.4rem;
		line-height: 2.4rem;
	}

	.faq-list p::before {
		font-size: 1.3rem;
		width: 2.4rem;
		height: 2.4rem;
		line-height: 2.4rem;
	}

	.faq-list p {
		padding: 1.5rem 0 1.5rem 3rem !important;
	}
}


.vk_posts.next-prev {
	justify-content: space-between;
}

.vk_posts.next-prev>div {
	max-width: 360px;
	border: none;
}

.vk_posts.next-prev>div .card-title {
	font-size: 0.85rem;
	font-weight: 400;
}

.vk_posts.next-prev>div .vk_post_title_new {
	display: none;
}

.footer-sns-nav {
	border-bottom: 1px solid #454545;
	padding: 0 0 2.5rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	list-style-type: none;
}

.footer-sns-nav li {
	margin: 0 0.75rem;
	width: 5rem;
	text-align: center;
}

.footer-sns-nav li a {
	display: block;
	color: #004ea2;
	text-decoration: none;
	font-size: 0.75rem;
}

.footer-sns-nav li:nth-child(1) a {
	color: #00a4ed;
}

.footer-sns-nav li:nth-child(2) a {
	color: #007eec;
}

.footer-sns-nav li:nth-child(3) a {
	color: #00b900;
}

.footer-sns-nav li a i {
	display: block;
	font-size: 2rem;
	margin: 0 auto;
	line-height: 2.4rem;
}

.footer-sns-nav li a span {
	display: none;
}

.footer-sns-nav li a:hover {
	opacity: 0.7
}

.entry-meta-item-author,
.entry-meta-item-updated {
	display: none;
}




.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 1.75rem;
	height: 1.75rem;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}

.loader {
	color: #666;
	font-size: 10px;
	margin: 0 auto 7.5rem;
	position: relative;
	text-indent: -9999rem;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}

.loader:before {
	left: -3.5rem;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 3.5rem;
}

@-webkit-keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5rem 0 -1.3rem;
	}

	40% {
		box-shadow: 0 2.5rem 0 0;
	}
}

@keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5rem 0 -1.3rem;
	}

	40% {
		box-shadow: 0 2.5rem 0 0;
	}
}

@media only screen and (max-width: 480px) {

	.loader,
	.loader:before,
	.loader:after {
		border-radius: 50%;
		width: 1.25rem;
		height: 1.25rem;
	}
}


.dis-none {
	display: none;
}

.entry-body .youtube-short {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 380px;
	gap: 5rem;
}

.entry-body .youtube-short .wp-block-embed__wrapper {
	flex: 1;
	width: 100%;
	aspect-ratio: 9 / 16 !important;
}

.entry-body .youtube-short .wp-block-embed__wrapper iframe {
	width: 100% !important;
	height: 100% !important;
}

@media (min-width: 992px) {
	.entry-body .youtube-short {
		min-height: 500px;
		max-width: 100%;
		gap: 0;
	}
}

/*
.entry-body .emb_youtube {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 100vw !important;
	flex-direction: row;
	display: flex !important;
	justify-content: space-around;
	gap: 3.5rem;
}

@media only screen and (max-width: 480px) {
	.entry-body .emb_youtube {
		flex-direction: column;
		gap: 0;
	}
}

.entry-body .emb_youtube .youtube_short {
	flex: 1;
	max-width: 100vw !important;
	margin-left: auto;
	margin-right: auto;
}

.entry-body .emb_youtube .youtube_short .wp-block-embed__wrapper {
	aspect-ratio: 9 / 16 !important;
}

.entry-body .emb_youtube .youtube_short .wp-block-embed__wrapper frame {
	aspect-ratio: 9 / 16 !important;
	width: 100%;
	height: 100%;
}
*/