@charset "UTF-8";
/* ---------------------------------------
基本情報
-----------------------------------------*/
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
@media screen and (max-width: 1440px) {
	html {
		font-size: 0.6944444444vw;
	}
}
@media screen and (max-width: 767px) {
	html {
		font-size: 1.3333333333vw;
	}
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	letter-spacing: 0;
	list-style-type: none;
	font-style: normal;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	word-break: break-word;
	line-break: strict;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}

select::-ms-expand {
	display: none;
}

button:hover {
	cursor: pointer;
}

img,
object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

.preload* {
	transition: none !important;
}

@media screen and (max-width: 767px) {
	img {
		width: 100%;
	}
}
/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
/* base
--------------------------------*/
body {
	color: #6B6460;
	font-size: 1rem;
	text-align: left;
}

.main {
	display: block;
	padding-top: 7rem;
}
@media screen and (max-width: 767px) {
	.main {
		padding-top: 10rem;
	}
}

section {
	position: relative;
}

.wrap {
	position: relative;
	width: 100%;
	max-width: 124rem;
	padding: 0 2rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.wrap {
		padding: 0 4rem;
	}
}

p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
	font-size: 1.6rem;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	p,
	th,
	td,
	dt,
	dd,
	li,
	input,
	button,
	textarea {
		font-size: 2.8rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

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

.flex.reverse {
	flex-direction: row-reverse;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold,
strong {
	font-weight: bold;
	font-weight: 700;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.en {
	font-family: "Inter", sans-serif;
	font-weight: 600;
}

@media (any-hover: hover) {
	.fade {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	.fade:hover {
		opacity: 0.7;
	}
}

@media screen and (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}
/* scroll-animation
--------------------------------*/
.fadeup {
	opacity: 0;
	transform: translateY(3rem);
	transition: opacity 1s, transform 1s;
}

.fadein {
	opacity: 0;
	transition: opacity 1s;
}

.scroll.is-show.fadeup,
.scroll.is-show .fadeup {
	opacity: 1;
	transform: translate(0, 0);
}

.onload.is-show .fadein,
.scroll.is-show.fadein,
.scroll.is-show .fadein {
	opacity: 1;
}

/* ---------------------------------------
  main common
-----------------------------------------*/
.breadcrumb {
	width: 100%;
	padding: 2.5rem 5.6rem;
}
@media screen and (max-width: 767px) {
	.breadcrumb {
		padding: 2.5rem 4rem;
	}
}
.breadcrumb ol li {
	display: inline;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	.breadcrumb ol li {
		font-size: 2.4rem;
	}
}
.breadcrumb ol li::after {
	content: ">";
	display: inline-block;
	vertical-align: text-top;
	margin: 0 0.4rem;
}
.breadcrumb ol li:last-child::after {
	content: none;
}
@media (any-hover: hover) {
	.breadcrumb ol li a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	.breadcrumb ol li a:hover {
		opacity: 0.7;
	}
}

.sec_ttl {
	line-height: 1.5;
}
.sec_ttl span {
	display: block;
}
.sec_ttl .en {
	color: #79C300;
	font-size: 2rem;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.sec_ttl .en {
		font-size: 2.4rem;
	}
}
.sec_ttl .en + .ja {
	margin-top: 0.5rem;
}
.sec_ttl .ja {
	font-weight: 500;
	font-size: 2.8rem;
	letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
	.sec_ttl .ja {
		font-size: 4.8rem;
		letter-spacing: 0.08em;
	}
}

.btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20rem;
	min-height: 4.6rem;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.3333333333;
	letter-spacing: 0.12em;
	padding: 1rem 4.3rem 1rem 3.3rem;
	background-color: #ffffff;
	border: 0.2rem solid #79C300;
	border-radius: 100vh;
	position: relative;
	transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
	.btn a {
		min-width: 53.8rem;
		min-height: 10rem;
		font-size: 3.2rem;
		padding: 1.5rem 8rem 1.5rem 6.5rem;
		border-width: 0.4rem;
	}
}
.btn a::after {
	content: "";
	width: 0.8rem;
	aspect-ratio: 1/1;
	border-top: 1px solid #6B6460;
	border-right: 1px solid #6B6460;
	rotate: 45deg;
	position: absolute;
	right: 2.5rem;
	transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
	.btn a::after {
		width: 2rem;
		border-width: 0.3rem;
		right: 4rem;
	}
}
@media (any-hover: hover) {
	.btn a:hover {
		color: #ffffff;
		background-color: #79C300;
	}
	.btn a:hover::after {
		border-color: #ffffff;
	}
}
.btn._blue a {
	border: 0.2rem solid #41b6e6;
}
@media (any-hover: hover) {
	.btn._blue a:hover {
		background-color: #41b6e6;
	}
}

.pager {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 1.8rem;
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	.pager {
		gap: 3rem;
		margin-top: 15rem;
	}
}
.pager li {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	line-height: 1.5;
	letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
	.pager li {
		font-size: 3.2rem;
	}
}
.pager li a,
.pager li > span {
	position: relative;
}
@media (any-hover: hover) {
	.pager li a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	.pager li a:hover {
		opacity: 0.7;
	}
}
.pager li.is-current span {
	color: #79C300;
}
.pager li.is-current span::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #79C300;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.pager li.prev a,
.pager li.prev > span, .pager li.next a,
.pager li.next > span {
	width: auto;
	position: relative;
}
.pager li.prev a::before,
.pager li.prev > span::before, .pager li.next a::before,
.pager li.next > span::before {
	content: "";
	width: 0.8rem;
	aspect-ratio: 1/1;
	border-left: 1px solid #6B6460;
	border-top: 1px solid #6B6460;
	position: absolute;
	top: 0.9rem;
	rotate: -45deg;
	transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
	.pager li.prev a::before,
	.pager li.prev > span::before, .pager li.next a::before,
	.pager li.next > span::before {
		width: 2rem;
		border-width: 0.3rem;
		top: 1.7rem;
	}
}
.pager li.prev {
	margin-right: 5rem;
}
@media screen and (max-width: 767px) {
	.pager li.prev {
		margin-right: auto;
	}
}
.pager li.prev a,
.pager li.prev > span {
	padding-left: 2.8rem;
}
@media screen and (max-width: 767px) {
	.pager li.prev a,
	.pager li.prev > span {
		padding-left: 4rem;
	}
}
.pager li.prev a::before,
.pager li.prev > span::before {
	left: 0;
}
.pager li.next {
	margin-left: 5rem;
}
@media screen and (max-width: 767px) {
	.pager li.next {
		margin-left: auto;
	}
}
.pager li.next a,
.pager li.next > span {
	padding-right: 2.8rem;
}
@media screen and (max-width: 767px) {
	.pager li.next a,
	.pager li.next > span {
		padding-right: 4rem;
	}
}
.pager li.next a::before,
.pager li.next > span::before {
	right: 0;
	rotate: 135deg;
}

/* ---------------------------------------
  header
-----------------------------------------*/
#header {
	width: 100%;
	background-color: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
#header .header_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 5.6rem;
}
@media screen and (max-width: 1320px) {
	#header .header_wrap {
		max-width: 124rem;
		padding: 0 2rem;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	#header .header_wrap {
		padding: 0 0 0 4rem;
	}
}
#header .logo {
	width: 11.9rem;
}
@media screen and (max-width: 767px) {
	#header .logo {
		width: 21rem;
	}
}
@media screen and (max-width: 767px) {
	#header .menu_trigger {
		width: 10rem;
		height: 10rem;
		position: relative;
	}
	#header .menu_trigger span {
		width: 6.4rem;
		height: 0.4rem;
		background-color: #716860;
		border-radius: 0.2rem;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		transition: all 0.3s ease;
	}
	#header .menu_trigger span:nth-child(1) {
		top: 4.4rem;
	}
	#header .menu_trigger span:nth-child(2) {
		top: 6rem;
	}
	#header.navOpen .menu_trigger span:nth-child(1) {
		top: 5.2rem;
		rotate: -45deg;
	}
	#header.navOpen .menu_trigger span:nth-child(2) {
		top: 5.2rem;
		rotate: 45deg;
	}
}
@media screen and (max-width: 767px) {
	#header .header_menu {
		display: none;
		width: 100%;
		height: calc(100svh - 10rem);
		position: fixed;
		left: 0;
		top: 10rem;
		overflow-y: auto;
		z-index: 998;
	}
}
@media screen and (min-width: 768px) {
	#header .header_menu .menu_wrap {
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap {
		min-height: 100%;
		padding: 15rem 4rem 6rem;
		background-color: #ffffff;
	}
}
#header .header_menu .menu_wrap .gnav {
	display: flex;
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .gnav {
		flex-direction: column;
		gap: 5rem;
	}
}
#header .header_menu .menu_wrap .gnav > li {
	position: relative;
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .gnav > li {
		border-bottom: 1px solid #6B6460;
	}
}
#header .header_menu .menu_wrap .gnav > li::after {
	content: "";
	width: 6rem;
	height: 0.2rem;
	background-color: #79C300;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	scale: 0 1;
	transition: scale 0.3s ease;
}
#header .header_menu .menu_wrap .gnav > li > a,
#header .header_menu .menu_wrap .gnav > li > span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 3rem;
	position: relative;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	#header .header_menu .menu_wrap .gnav > li > a,
	#header .header_menu .menu_wrap .gnav > li > span {
		height: 7rem;
	}
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .gnav > li > a,
	#header .header_menu .menu_wrap .gnav > li > span {
		justify-content: flex-start;
		padding: 2.5rem 6rem 2.5rem 2.5rem;
	}
}
#header .header_menu .menu_wrap .gnav > li > a > span,
#header .header_menu .menu_wrap .gnav > li > span > span {
	font-weight: 500;
	transition: all 0.3s ease;
}
#header .header_menu .menu_wrap .gnav > li > a > span.en,
#header .header_menu .menu_wrap .gnav > li > span > span.en {
	font-size: 1.4rem;
	line-height: 1.2857142857;
}
@media screen and (min-width: 768px) {
	#header .header_menu .menu_wrap .gnav > li > a > span.en,
	#header .header_menu .menu_wrap .gnav > li > span > span.en {
		opacity: 1;
		visibility: visible;
	}
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .gnav > li > a > span.en,
	#header .header_menu .menu_wrap .gnav > li > span > span.en {
		font-size: 4rem;
	}
}
#header .header_menu .menu_wrap .gnav > li > a > span.ja,
#header .header_menu .menu_wrap .gnav > li > span > span.ja {
	font-size: 1.3rem;
	line-height: 1.3846153846;
}
@media screen and (min-width: 768px) {
	#header .header_menu .menu_wrap .gnav > li > a > span.ja,
	#header .header_menu .menu_wrap .gnav > li > span > span.ja {
		position: absolute;
		margin: 0 auto;
		opacity: 0;
		white-space: nowrap;
		visibility: hidden;
	}
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .gnav > li > a > span.ja,
	#header .header_menu .menu_wrap .gnav > li > span > span.ja {
		font-size: 2.4rem;
		letter-spacing: 0.08em;
		margin-left: 3rem;
	}
	#header .header_menu .menu_wrap .gnav > li > a > span.ja::before,
	#header .header_menu .menu_wrap .gnav > li > span > span.ja::before {
		content: "/";
		display: inline-block;
		margin-right: 1rem;
	}
}
@media screen and (min-width: 768px) {
	#header .header_menu .menu_wrap .gnav > li.is-hover::after {
		scale: 1 1;
	}
	#header .header_menu .menu_wrap .gnav > li.is-hover > a .en,
	#header .header_menu .menu_wrap .gnav > li.is-hover > span .en {
		opacity: 0;
		visibility: hidden;
	}
	#header .header_menu .menu_wrap .gnav > li.is-hover > a .ja,
	#header .header_menu .menu_wrap .gnav > li.is-hover > span .ja {
		opacity: 1;
		visibility: visible;
	}
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .gnav .has_child .acd_trigger {
		width: 6rem;
		height: 10rem;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}
	#header .header_menu .menu_wrap .gnav .has_child .acd_trigger::after {
		content: "";
		width: 2rem;
		aspect-ratio: 1/1;
		border-right: 0.3rem solid #6B6460;
		border-bottom: 0.3rem solid #6B6460;
		rotate: 45deg;
		position: absolute;
		right: 1.5rem;
		top: 3.5rem;
		transition: all 0.3s ease;
	}
	#header .header_menu .menu_wrap .gnav .has_child.is-open .acd_trigger::after {
		top: 5rem;
		scale: -1 -1;
	}
}
#header .header_menu .menu_wrap .gnav .child_nav {
	display: none;
	min-width: 100%;
}
@media screen and (min-width: 768px) {
	#header .header_menu .menu_wrap .gnav .child_nav {
		padding-top: 1.5rem;
		background-color: #ffffff;
		position: absolute;
		top: 100%;
		left: 50%;
		translate: -50% 0;
		z-index: 10;
	}
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .gnav .child_nav {
		padding-bottom: 3rem;
	}
}
#header .header_menu .menu_wrap .gnav .child_nav > li {
	font-size: 1.3rem;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .gnav .child_nav > li {
		font-size: 2.8rem;
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .gnav .child_nav > li + li {
		margin-top: 2rem;
	}
}
#header .header_menu .menu_wrap .gnav .child_nav > li > a,
#header .header_menu .menu_wrap .gnav .child_nav > li > span {
	display: block;
	padding: 0 2rem;
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .gnav .child_nav > li > a,
	#header .header_menu .menu_wrap .gnav .child_nav > li > span {
		padding: 0;
	}
}
@media (any-hover: hover) {
	#header .header_menu .menu_wrap .gnav .child_nav > li > a:hover,
	#header .header_menu .menu_wrap .gnav .child_nav > li > span:hover {
		background-color: rgba(0, 0, 0, 0.03);
	}
}
#header .header_menu .menu_wrap .sns {
	display: flex;
	align-items: center;
	gap: 2rem;
	margin-left: 3rem;
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .sns {
		justify-content: center;
		gap: 4.5rem;
		margin-top: 12rem;
	}
}
#header .header_menu .menu_wrap .sns > li {
	line-height: 1;
}
#header .header_menu .menu_wrap .sns > li a {
	display: block;
}
#header .header_menu .menu_wrap .sns > li img {
	max-width: inherit;
}
#header .header_menu .menu_wrap .sns > li:nth-child(1) img {
	width: 2.5rem;
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .sns > li:nth-child(1) img {
		width: 5rem;
	}
}
#header .header_menu .menu_wrap .sns > li:nth-child(2) img {
	width: 2.7rem;
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .sns > li:nth-child(2) img {
		width: 5.4rem;
	}
}
#header .header_menu .menu_wrap .btn_wrap {
	display: flex;
	gap: 1.2rem;
	margin-left: 5rem;
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .btn_wrap {
		flex-direction: column;
		align-items: center;
		gap: 3.5rem;
		margin-left: 0;
		margin-top: 5rem;
	}
}
#header .header_menu .menu_wrap .btn_wrap .btn {
	width: 19rem;
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .btn_wrap .btn {
		width: 58rem;
	}
}
#header .header_menu .menu_wrap .btn_wrap .btn a {
	min-width: inherit;
	min-height: inherit;
	width: 100%;
	height: 4.2rem;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	padding: 1rem 3rem 1rem 2rem;
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .btn_wrap .btn a {
		min-height: 10rem;
		font-size: 3.2rem;
	}
}
#header .header_menu .menu_wrap .btn_wrap .btn a:not(:hover) {
	color: #79C300;
}
#header .header_menu .menu_wrap .btn_wrap .btn a:not(:hover)::after {
	border-color: #79C300;
}
#header .header_menu .menu_wrap .btn_wrap .lang_btn {
	width: 5.7rem;
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .btn_wrap .lang_btn {
		width: 14.6rem;
	}
}
#header .header_menu .menu_wrap .btn_wrap .lang_btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 4.2rem;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.3333333333;
	letter-spacing: 0.12em;
	padding: 0.8rem 1rem;
	background-color: #ffffff;
	border: 0.2rem solid #6B6460;
	border-radius: 100vh;
	position: relative;
	transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
	#header .header_menu .menu_wrap .btn_wrap .lang_btn a {
		height: 10rem;
		font-size: 3.2rem;
		border-width: 0.4rem;
	}
}
@media (any-hover: hover) {
	#header .header_menu .menu_wrap .btn_wrap .lang_btn a:hover {
		color: #ffffff;
		background-color: #6B6460;
	}
}

/* post
--------------------------------*/
.post_main .alignright {
	margin: 0 0 0 4rem;
}
@media screen and (max-width: 767px) {
	.post_main .alignright {
		float: none;
		margin: 3rem auto;
	}
}
.post_main .alignleft {
	margin: 0 4rem 0 0;
}
@media screen and (max-width: 767px) {
	.post_main .alignleft {
		float: none;
		margin: 3rem auto;
	}
}
.post_main .wp-block-quote {
	width: 100%;
	padding: 4rem;
	border: 1px solid #79C300;
	border-radius: 1.5rem;
	margin: 5rem 0;
}
@media screen and (max-width: 767px) {
	.post_main .wp-block-quote {
		margin: 8rem 0;
	}
}
.post_main .wp-block-quote > *:first-child {
	margin-top: 0 !important;
}
.post_main .wp-block-quote > *:last-child {
	margin-bottom: 0 !important;
}
@media (any-hover: hover) {
	.post_main .wp-block-image > a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	.post_main .wp-block-image > a:hover {
		opacity: 0.7;
	}
}
.post_main .wp-block-embed-youtube {
	max-width: 80rem;
	margin: 5rem 0;
}
@media screen and (max-width: 767px) {
	.post_main .wp-block-embed-youtube {
		margin: 8rem 0;
	}
}
.post_main .wp-block-embed-youtube iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
.post_main .wp-block-buttons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20rem;
	min-height: 4.6rem;
	color: #6B6460;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.3333333333;
	letter-spacing: 0.12em;
	padding: 1rem 4.3rem 1rem 3.3rem;
	background-color: #ffffff;
	border: 0.2rem solid #79C300;
	border-radius: 100vh;
	position: relative;
	transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
	.post_main .wp-block-buttons a {
		min-width: 53.8rem;
		min-height: 10rem;
		font-size: 3.2rem;
		padding: 1.5rem 8rem 1.5rem 6.5rem;
		border-width: 0.4rem;
	}
}
.post_main .wp-block-buttons a::after {
	content: "";
	width: 0.8rem;
	aspect-ratio: 1/1;
	border-top: 1px solid #6B6460;
	border-right: 1px solid #6B6460;
	rotate: 45deg;
	position: absolute;
	right: 2.5rem;
	transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
	.post_main .wp-block-buttons a::after {
		width: 2rem;
		border-width: 0.3rem;
		right: 4rem;
	}
}
@media (any-hover: hover) {
	.post_main .wp-block-buttons a:hover {
		color: #ffffff;
		background-color: #79C300;
	}
	.post_main .wp-block-buttons a:hover::after {
		border-color: #ffffff;
	}
}
.post_main .smb-read-more-box__button {
	background: none;
}
.post_main .smb-read-more-box__button[aria-expanded=true] {
	display: none;
}
.post_main .smb-read-more-box__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36rem;
	min-height: 4.6rem;
	color: #6B6460;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.3333333333;
	letter-spacing: 0.12em;
	padding: 1rem 4.3rem 1rem 3.3rem;
	background-color: #ffffff;
	border: 0.2rem solid #79C300;
	border-radius: 100vh;
	position: relative;
	transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
	.post_main .smb-read-more-box__label {
		min-width: 53.8rem;
		min-height: 10rem;
		font-size: 3.2rem;
		padding: 1.5rem 8rem 1.5rem 6.5rem;
		border-width: 0.4rem;
	}
}
.post_main .smb-read-more-box__label::after {
	content: "";
	width: 0.8rem;
	aspect-ratio: 1/1;
	border-top: 1px solid #6B6460;
	border-right: 1px solid #6B6460;
	rotate: 45deg;
	position: absolute;
	right: 2.5rem;
	transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
	.post_main .smb-read-more-box__label::after {
		width: 2rem;
		border-width: 0.3rem;
		right: 4rem;
	}
}
@media (any-hover: hover) {
	.post_main .smb-read-more-box__label:hover {
		color: #ffffff;
		background-color: #79C300;
	}
	.post_main .smb-read-more-box__label:hover::after {
		border-color: #ffffff;
	}
}

/* sec_other
--------------------------------*/
#sec_other {
	padding: 10rem 0;
}
@media screen and (max-width: 767px) {
	#sec_other {
		padding: 8rem 0 12rem;
	}
}
#sec_other .other_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_other .other_list {
		grid-template-columns: 1fr;
		gap: 14rem;
	}
}
#sec_other .other_list .item a {
	display: block;
	position: relative;
}
#sec_other .other_list .item .img {
	width: 100%;
	aspect-ratio: 285/211;
	border-radius: 1.5rem;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#sec_other .other_list .item .img {
		border-radius: 3.5rem;
	}
}
#sec_other .other_list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: scale 0.3s ease;
}
@media (any-hover: hover) {
	#sec_other .other_list .item a:hover .img img {
		scale: 1.1;
	}
}
#sec_other .other_list .item .ttl {
	line-height: 1.5;
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	#sec_other .other_list .item .ttl {
		margin-top: 4rem;
	}
}
#sec_other .other_list .item .ttl .en {
	color: #79C300;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	#sec_other .other_list .item .ttl .en {
		font-size: 2.4rem;
		line-height: 1;
	}
}
#sec_other .other_list .item .ttl .ja {
	font-weight: 500;
	font-size: 2.1rem;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
	#sec_other .other_list .item .ttl .ja {
		font-size: 4.8rem;
	}
}

/* ---------------------------------------
footer 
-----------------------------------------*/
.fixed_shop_btn {
	width: 20.5rem;
	position: fixed;
	right: 0;
	bottom: 6rem;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 99;
}
.fixed_shop_btn.is-show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
@media screen and (max-width: 767px) {
	.fixed_shop_btn {
		width: 100%;
		background-color: #ffffff;
		left: 0;
		bottom: 0;
	}
	.fixed_shop_btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 10rem;
		padding: 1rem 8rem 1rem 14rem;
		background-color: #79C300;
		position: relative;
	}
	.fixed_shop_btn a::after {
		content: "";
		width: 2rem;
		aspect-ratio: 1/1;
		border-top: 0.3rem solid #ffffff;
		border-right: 0.3rem solid #ffffff;
		rotate: 45deg;
		position: absolute;
		right: 4.5rem;
	}
	.fixed_shop_btn a .txt {
		color: #ffffff;
		font-weight: 700;
		font-size: 3.2rem;
		letter-spacing: 0.06em;
	}
	.fixed_shop_btn img {
		width: 17.6rem;
		position: absolute;
		left: 2.5rem;
		bottom: 0;
	}
}

.pagetop {
	position: fixed;
	right: 6.5rem;
	bottom: 1.5rem;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	z-index: 99;
}
.pagetop.is-show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
@media screen and (max-width: 767px) {
	.pagetop {
		right: 4rem;
		bottom: 2rem;
	}
}
.pagetop a {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	color: #79C300;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
	.pagetop a {
		font-size: 2.8rem;
	}
}
.pagetop a .ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	aspect-ratio: 1/1;
	background-color: #79C300;
	border-radius: 1rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.pagetop a .ico {
		width: 5rem;
	}
}
.pagetop a .ico::before {
	content: "";
	width: 1rem;
	aspect-ratio: 1/1;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	rotate: -45deg;
	position: absolute;
	translate: 0 20%;
}
@media screen and (max-width: 767px) {
	.pagetop a .ico::before {
		width: 1.5rem;
		border-width: 0.2rem;
	}
}

#sec_shop {
	padding: 10rem 0 0;
	background: url(../img/common/shop_bg_pc.png) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
	#sec_shop {
		padding: 8rem 0 0;
		background-image: url(../img/common/shop_bg_sp.png);
	}
}
#sec_shop .lead_txt {
	font-size: 2rem;
	letter-spacing: 0.08em;
	margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
	#sec_shop .lead_txt {
		font-size: 2.4rem;
	}
}
#sec_shop .note {
	letter-spacing: 0.08em;
	margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
	#sec_shop .note {
		font-size: 2rem;
	}
}
#sec_shop .inner {
	margin-top: 4rem;
}
@media screen and (min-width: 768px) {
	#sec_shop .inner {
		display: flex;
		align-items: flex-start;
		flex-direction: row-reverse;
		gap: 2rem;
	}
}
#sec_shop .inner .shop_list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 3rem;
}
@media screen and (min-width: 768px) {
	#sec_shop .inner .shop_list {
		flex: 1 1 auto;
	}
}
@media screen and (max-width: 767px) {
	#sec_shop .inner .shop_list {
		gap: 1.8rem;
	}
}
#sec_shop .inner .shop_list .item {
	width: 21.5rem;
	min-height: 17rem;
}
@media screen and (max-width: 767px) {
	#sec_shop .inner .shop_list .item {
		width: 32.6rem;
		min-height: 26rem;
	}
}
#sec_shop .inner .shop_list .item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 1rem;
	background-color: #ffffff;
	border-radius: 2rem;
}
@media (any-hover: hover) {
	#sec_shop .inner .shop_list .item a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	#sec_shop .inner .shop_list .item a:hover {
		opacity: 0.7;
	}
}
#sec_shop .inner .shop_list .item a:has(.txt) {
	padding-top: 2rem;
}
#sec_shop .inner .shop_list .item .txt {
	color: #383230;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.12em;
	margin-top: 1.5em;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_shop .inner .shop_list .item .txt {
		font-size: 2.2rem;
		line-height: 1.3636363636;
		margin-top: 1em;
	}
}
#sec_shop .inner .shop_list .item .txt .small {
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	#sec_shop .inner .shop_list .item .txt .small {
		font-size: 2rem;
	}
}
#sec_shop .inner .shop_list .item._yaman {
	width: 44rem;
}
@media screen and (max-width: 767px) {
	#sec_shop .inner .shop_list .item._yaman {
		order: 7;
		width: 100%;
	}
}
#sec_shop .inner .shop_list .item._yaman .txt {
	padding-left: 12.7rem;
}
@media screen and (max-width: 767px) {
	#sec_shop .inner .shop_list .item._yaman .txt {
		padding-left: 17.6rem;
		margin-top: 1.5em;
	}
}
#sec_shop .inner .shop_list .item._yaman .txt::before {
	content: "";
	width: 11.1rem;
	aspect-ratio: 111/54;
	background: url(../img/common/shop_ico_shipping.svg) no-repeat center/contain;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 767px) {
	#sec_shop .inner .shop_list .item._yaman .txt::before {
		width: 15.2rem;
	}
}
#sec_shop .inner .shop_list .item .logo._hands {
	width: 17.65rem;
}
@media screen and (max-width: 767px) {
	#sec_shop .inner .shop_list .item .logo._hands {
		width: 26.5rem;
	}
}
#sec_shop .inner .shop_list .item .logo._loft {
	width: 12.55rem;
}
@media screen and (max-width: 767px) {
	#sec_shop .inner .shop_list .item .logo._loft {
		width: 19.4rem;
	}
}
#sec_shop .inner .shop_list .item .logo._matsukiyo {
	width: 19.45rem;
}
@media screen and (max-width: 767px) {
	#sec_shop .inner .shop_list .item .logo._matsukiyo {
		width: 25.9rem;
	}
}
#sec_shop .inner .shop_list .item .logo._kokokara {
	width: 12.95rem;
}
@media screen and (max-width: 767px) {
	#sec_shop .inner .shop_list .item .logo._kokokara {
		width: 18.6rem;
	}
}
#sec_shop .inner .shop_list .item .logo._yaman {
	width: 14.55rem;
}
@media screen and (max-width: 767px) {
	#sec_shop .inner .shop_list .item .logo._yaman {
		width: 22rem;
	}
}
#sec_shop .inner .shop_list .item .logo._rakuten {
	width: 12.85rem;
}
@media screen and (max-width: 767px) {
	#sec_shop .inner .shop_list .item .logo._rakuten {
		width: 21.1rem;
	}
}
#sec_shop .inner .shop_list .item .logo._yahooshopping {
	width: 17.5rem;
}
@media screen and (max-width: 767px) {
	#sec_shop .inner .shop_list .item .logo._yahooshopping {
		width: 25.8rem;
	}
}
#sec_shop .inner .img {
	flex: 0 0 auto;
	width: 28.9rem;
}
@media screen and (max-width: 767px) {
	#sec_shop .inner .img {
		width: 40rem;
		margin: 8.5rem auto 0;
	}
}

#footer {
	padding: 5.5rem 0;
	background-color: #736C68;
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 8rem 0 10rem;
	}
}
#footer * {
	color: #ffffff;
}
#footer .fnav {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	#footer .fnav {
		flex-direction: column;
		align-items: center;
		gap: 3rem;
	}
}
#footer .fnav > li {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 0.13em;
	padding: 0 1.2rem;
}
@media screen and (max-width: 767px) {
	#footer .fnav > li {
		font-size: 2.4rem;
	}
}
@media screen and (min-width: 768px) {
	#footer .fnav > li + li {
		border-left: 1px solid #ffffff;
	}
}
#footer .fnav > li a {
	display: block;
}
@media (any-hover: hover) {
	#footer .fnav > li a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	#footer .fnav > li a:hover {
		opacity: 0.7;
	}
}
#footer .logo {
	width: 17rem;
	margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
	#footer .logo {
		width: 20.4rem;
		margin-top: 12rem;
	}
}
#footer .logo a {
	display: block;
}
#footer .copyright {
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.3636363636;
	letter-spacing: 0.13em;
	margin-top: 6rem;
}
@media screen and (max-width: 767px) {
	#footer .copyright {
		font-size: 2rem;
		margin-top: 12rem;
	}
}

/* ---------------------------------------
clearfix
-----------------------------------------*/
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */