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

@font-face {
	font-family: 'vw-font';
	src: url('../font/VWHeadWeb-Regular.ttf') format('truetype');
	font-weight: 400, 500;
}

@font-face {
	font-family: 'vw-font';
	src: url('../font/VWHeadWeb-Bold.ttf') format('truetype');
	font-weight: 600;
}
.clearfix::after {
	content: '';
	clear: both;
	display: table;
}
p {
	margin: 0;
	padding: 0;
}
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
input,
textarea {
	margin: 0;

	resize: none;
}
input[type='text'],
input[type='date'],
input[type='email'],
input[type='number'],
input[type='url'] {
	word-break: normal;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
dl,
dt,
dd,
th,
td {
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin: 0;
	padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
dialog {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	vertical-align: baseline;
	background: transparent;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: 0;
	max-width: 100%;
	height: auto;
}
table img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: 0;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
nav ul {
	list-style: none;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: none;
}
*:focus {
	outline: none !important;
}
label,
select,
button {
	cursor: pointer;
}
input,
textarea,
select,
button {
	font-family: inherit;
}
a {
	outline: none;
	transition: opacity 0.3s;
	cursor: pointer;
}
@media only screen and (min-width: 1025px) {
	a:hover {
		opacity: 0.8;
	}
}
a:link,
a:visited,
a:active {
	color: #444;
	text-decoration: none;
}
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
html.is-ipad * {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
body {
	font-family: 'vw-font', 'Noto Sans JP', sans-serif;
	font-size: clamp(14px, 0.83vw, 18px);
	line-height: 1.6em;
	word-break: break-word;
	color: #1b1b1b;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-weight: 500;
}
#wrap {
	/* overflow: hidden; */
	overflow: clip;
	display: block;
	padding-top: 0;
}
@media (max-width: 767px) {
	#wrap {
		padding-top: 58px;
	}
	body {
		font-size: clamp(16px, 0.83vw, 18px);
		line-height: 1.8;
		font-weight: 500;
	}
}
.inner {
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.sp,
	.SP {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.pc,
	.PC {
		display: none !important;
	}
}
.c-img {
	display: block;
	position: relative;
}
.c-img img {
	display: block;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.c-img--contain img {
	object-fit: contain;
}
.c-img--top img {
	object-position: top;
}
.c-fw {
	width: 100%;
}
[rel~='js-lazy'] {
	opacity: 0;
}
[rel~='js-lazy']:not(.initial) {
	transition: opacity 0.15s;
}
[rel~='js-lazy'].initial,
[rel~='js-lazy'].loaded,
[rel~='js-lazy'].error {
	opacity: 1;
}
.c-lazybg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.c-lazybg--top {
	background-position: center top;
}
.c-lazybg--contain {
	background-size: contain;
}
.c-arwlink .c-arwlink_cover {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1em;
	letter-spacing: 0em;
	transition: 0.3s;
}
.c-arwlink .c-arwlink_icon {
	width: 25px;
	height: 25px;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.c-arwlink .c-arwlink_icon:after {
	content: '';
	background-image: url('../img/common/arrow.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.3s;
	width: 10px;
	height: 9px;
}
.c-arwlink:hover .c-arwlink_cover {
	opacity: 0.5;
}
.c-arwlink:hover .c-arwlink_icon:after {
	transform: translateX(30%);
}
.c-zoomlink .c-zoomlink_cover {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.c-zoomlink .c-zoomlink_cover:after {
	content: '';
	display: block;
	padding-top: 100%;
	width: 100%;
}
.c-zoomlink .c-zoomlink_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.3s;
	transform: translate(-50%, -50%);
	background-color: #00417d;
}
.c-zoomlink:hover {
	opacity: 1;
}
.c-zoomlink:hover .c-zoomlink_img {
	transform: translate(-50%, -50%) scale(1.05);
}
.c-inner {
	width: calc(100% - 66px);
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-inner {
		width: 90%;
	}
}
@media (max-width: 767px) {
	.c-inner {
		width: 90%;
		max-width: 540px;
	}
}

.c-inner-2 {
	width: calc(100% - 66px);
	margin: 0 auto;
	max-width: 1700px;
	position: relative;
	z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-inner-2 {
		width: calc(100% - (40vw / 768) * 100);
	}
}
@media (max-width: 767px) {
	.c-inner-2 {
		width: calc(100% - 40px);
		max-width: 540px;
	}
}
.c-title {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-title {
		gap: 1.04167vw;
	}
}
@media (max-width: 767px) {
	.c-title {
		gap: 10px;
	}
}
.c-title .ja {
	font-size: 32px;
	line-height: 1.4em;
	letter-spacing: 0em;
	font-weight: 600;
	display: block;
}
.c-title_osu .ja {
	width: fit-content;
	margin: auto;
	background: linear-gradient(transparent 60%, #fde9eb 60%);
}
.c-title_toyoake .ja {
	width: fit-content;
	margin: auto;
	background: linear-gradient(transparent 60%, #e4f5e9 60%);
}
.c-title_handa .ja {
	width: fit-content;
	margin: auto;
	background: linear-gradient(transparent 60%, #e6fbff 60%);
}
.mv_title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
/* @media only screen and (min-width: 768px) and (max-width: 1000px) {
  .c-title .ja {
    font-size: 2.73438vw;
  }
}
@media (max-width: 767px) {
  .c-title .ja {
    font-size: 28px;
    font-size: 2.8rem;
  }
} */
.c-title .en {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1em;
	letter-spacing: 0em;
	font-weight: 500;
	display: block;
	font-family: 'vw-font', sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-title .en {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.c-title .en {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.c-title .ja {
		font-size: 24px;
	}
}
.c-title.small {
	gap: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-title.small {
		gap: 1.69271vw;
	}
}
@media (max-width: 767px) {
	.c-title.small {
		gap: 8px;
	}
}
.c-title.small .ja {
	font-size: clamp(36px, 2.18vw, 50px);
	line-height: 1em;
	letter-spacing: 0em;
	font-weight: 600;
	display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-title.small .ja {
		font-size: 3.25521vw;
	}
}
@media (max-width: 767px) {
	.c-title.small .ja {
		line-height: 1.4285;
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.4285em;
	}
}
.c-solidlink {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 320px;
	height: 60px;
	border: 1px solid #000;
	border-radius: 30px;
	line-height: 1em;
	letter-spacing: 0em;
	position: relative;
	margin: 0 auto;
	margin-top: 3.1vw;
	background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-solidlink {
		width: 26.04167vw;
		font-size: 1.77083vw;
		height: 4.94792vw;
	}
}
.c-solidlink:after {
	content: '';
	width: 18px;
	height: 15px;
	background-image: url('../img/common/arrow.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-solidlink:after {
		width: 1.43229vw;
		height: 1.30208vw;
		right: 1.45833vw;
	}
}
.c-solidlink:hover {
	opacity: 1;
}
.c-solidlink:hover:after {
	right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-solidlink:hover:after {
		right: 1.04167vw;
	}
}
.c-bg {
	background: #f8f5e8;
}
.c-rowlist {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media (max-width: 767px) {
	.c-rowlist {
		flex-direction: column;
		gap: 28px;
	}
}
.c-rowlist .c-rowlist_item {
	width: calc(50% - 15px);
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-rowlist .c-rowlist_item {
		width: 48.5%;
	}
}
@media (max-width: 767px) {
	.c-rowlist .c-rowlist_item {
		width: 100%;
	}
}
.c-rowlist .c-rowlist_item .c-zoomlink_cover:after {
	padding-top: 56%;
}
.c-rowlist .c-rowlist_item .c-arwlink_cover {
	margin-top: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-rowlist .c-rowlist_item .c-arwlink_cover {
		margin-top: 3.25521vw;
	}
}
@media (max-width: 767px) {
	.c-rowlist .c-rowlist_item .c-arwlink_cover {
		margin-top: 20px;
		position: relative;
	}
}
.c-rowlist .c-rowlist_item .c-arwlink_cover p {
	font-size: clamp(18px, 1.25vw, 28px);
	line-height: 1em;
	letter-spacing: 0em;
	display: block;
	width: calc(100% - 50px);
	min-height: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-rowlist .c-rowlist_item .c-arwlink_cover p {
		/* font-size: 2.65625vw; */
		width: calc(100% - 30px);
	}
}
/* @media (max-width: 767px) {
  .c-rowlist .c-rowlist_item .c-arwlink_cover p {
    font-size: 20px;
    font-size: 2rem;
  }
} */
.c-rowlist .c-rowlist_item .c-arwlink_cover small {
	line-height: 1.5em;
	letter-spacing: 0em;
	display: block;
	font-weight: 500;
	margin-top: 22px;
}

@media (max-width: 767px) {
	.c-rowlist .c-rowlist_item .c-arwlink_cover small {
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 14px;
	}
}
.c-rowlist .c-rowlist_item .c-arwlink_cover .c-arwlink_icon {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 6px;
	top: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-rowlist .c-rowlist_item .c-arwlink_cover .c-arwlink_icon {
		width: 3.90625vw;
		height: 3.90625vw;
		/* margin-top: -3.77604vw; */
	}
}
@media (max-width: 767px) {
	.c-rowlist .c-rowlist_item .c-arwlink_cover .c-arwlink_icon {
		width: 32px;
		height: 32px;
		margin-top: 0;
		position: absolute;
		top: -8px;
		right: 0;
	}
}
.c-rowlist .c-rowlist_item .c-arwlink_cover .c-arwlink_icon:after {
	width: 16px;
	height: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-rowlist .c-rowlist_item .c-arwlink_cover .c-arwlink_icon:after {
		width: 1.30208vw;
		height: 1.17188vw;
	}
}
@media (max-width: 767px) {
	.c-rowlist .c-rowlist_item .c-arwlink_cover .c-arwlink_icon:after {
		width: 11px;
		height: 10px;
	}
}
.c-illustlogo {
	position: absolute;
	width: 42.96vw;
	height: 42.96vw;
	background-image: url('../img/common/illust.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	z-index: 0;
}
@media only screen and (max-width: 1000px) {
	.c-illustlogo {
		width: 395px;
		height: 395px;
	}
}
.c-footer {
	position: relative;
	background: #000;
	width: 100%;
	z-index: 999;
}
.c-footer .c-footer_inner {
	width: calc(100% - 40px);
	max-width: 1000px;
	margin: 0 auto;
	padding: 83px 0 52px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-footer .c-footer_inner {
		width: calc(100% - (40vw / 768) * 100);
		padding-top: 6.90104vw;
	}
}
@media (max-width: 767px) {
	.c-footer .c-footer_inner {
		padding: 50px 0 102px;
		width: calc(100% - 66px);
	}
}
.c-footer .c-footer_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 78px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-footer .c-footer_logo {
		margin-bottom: 5.59896vw;
	}
}
@media (max-width: 767px) {
	.c-footer .c-footer_logo {
		margin-bottom: 54px;
	}
}
.c-footer .c-footer_logo img {
	width: 57px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-footer .c-footer_logo img {
		width: 4.6875vw;
	}
}
.c-footer .c-footer_copy {
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1em;
	letter-spacing: 0em;
	font-weight: 400;
	color: #fff;
	margin: 82px auto 0;
}
.c-footer .c-footer_copy a {
	color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-footer .c-footer_copy {
		font-size: 1.82292vw;
		margin-top: 4.55729vw;
	}
}
@media (max-width: 767px) {
	.c-footer .c-footer_copy {
		margin-top: 57px;
		text-align: left;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4285em;
		letter-spacing: 0em;
		font-weight: 400;
	}
}
.c-footer .c-footer_content {
	display: flex;
	flex-wrap: wrap;
	gap: 43px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-footer .c-footer_content {
		gap: calc((6vw / 768) * 100) 0;
	}
}
@media (max-width: 767px) {
	.c-footer .c-footer_content {
		gap: 30px;
	}
}
.c-footer .c-footer_content .c-footer_content_box {
	width: 25%;
}
@media (max-width: 767px) {
	.c-footer .c-footer_content .c-footer_content_box {
		width: 100%;
	}
}
.c-footer .c-footer_content .c-footer_content_box a {
	color: #fff;
}
.c-footer .c-footer_content .c-footer_content_box > ul {
	display: flex;
	flex-direction: column;
}
.c-footer .c-footer_content .c-footer_content_box > ul > li a {
	line-height: 1em;
	letter-spacing: 0em;
	display: block;
	width: fit-content;
}

@media (max-width: 767px) {
	.c-footer .c-footer_content .c-footer_content_box > ul > li a {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
.c-footer .c-footer_content .c-footer_content_box > ul > li > ul {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
@media (max-width: 767px) {
	.c-footer .c-footer_content .c-footer_content_box > ul > li > ul {
		margin-top: 18px;
		flex-direction: row;
		gap: 14px 20px;
		flex-wrap: wrap;
	}
}
.c-footer .c-footer_content .c-footer_content_box > ul > li > ul > li a {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1em;
	letter-spacing: 0em;
	font-weight: 500;
	display: block;
	width: fit-content;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-footer .c-footer_content .c-footer_content_box > ul > li > ul > li a {
		font-size: 1.54948vw;
	}
}
.c-footer .c-footer_content .c-footer_content_box.box1 {
	order: 1;
}
.c-footer .c-footer_content .c-footer_content_box.box2 {
	order: 5;
}
@media (max-width: 767px) {
	.c-footer .c-footer_content .c-footer_content_box.box2 {
		order: 2;
	}
}
.c-footer .c-footer_content .c-footer_content_box.box3 {
	order: 2;
}
@media (max-width: 767px) {
	.c-footer .c-footer_content .c-footer_content_box.box3 {
		order: 3;
	}
}
.c-footer .c-footer_content .c-footer_content_box.box3 > ul {
	gap: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-footer .c-footer_content .c-footer_content_box.box3 > ul {
		gap: 1.4974vw;
	}
}
@media (max-width: 767px) {
	.c-footer .c-footer_content .c-footer_content_box.box3 > ul {
		display: block;
	}
	.c-footer .c-footer_content .c-footer_content_box.box3 > ul li {
		padding: 12px 0;
	}
}
.c-footer .c-footer_content .c-footer_content_box.box4 {
	order: 6;
}
@media (max-width: 767px) {
	.c-footer .c-footer_content .c-footer_content_box.box4 {
		order: 4;
	}
}
.c-footer .c-footer_content .c-footer_content_box.box5 {
	order: 3;
}
@media (max-width: 767px) {
	.c-footer .c-footer_content .c-footer_content_box.box5 {
		order: 5;
	}
}
.c-footer .c-footer_content .c-footer_content_box.box5 > ul {
	gap: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.c-footer .c-footer_content .c-footer_content_box.box5 > ul {
		gap: 2.34375vw;
	}
}
@media (max-width: 767px) {
	.c-footer .c-footer_content .c-footer_content_box.box5 > ul {
		gap: 37px;
	}
}
.c-footer .c-footer_content .c-footer_content_box.box6 {
	order: 7;
}
@media (max-width: 767px) {
	.c-footer .c-footer_content .c-footer_content_box.box6 {
		order: 6;
	}
}
.c-footer .c-footer_content .c-footer_content_box.box7 {
	order: 4;
}
@media (max-width: 767px) {
	.c-footer .c-footer_content .c-footer_content_box.box7 {
		order: 7;
	}
}
.c-footer .c-footer_content .c-footer_content_box.box8 {
	order: 8;
}
@media (max-width: 767px) {
	.c-footer .c-footer_content .c-footer_content_box.box8 {
		margin-top: -25px;
	}
}
.c-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.c-header .h-sp {
	display: none !important;
}
@media only screen and (max-width: 1280px) {
	.c-header .h-sp {
		display: block !important;
	}
}
.c-header .c-header_inner {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 4px 16px 0 20px;
	transition: 0.3s;
	flex-direction: row-reverse;
}
/* @media only screen and (max-width: 1400px) {
  .c-header .c-header_inner {
    padding: 8px 20px 0 30px;
  }
} */
@media only screen and (max-width: 1280px) {
	.c-header .c-header_inner {
		flex-direction: row;
		padding: 20px 25px 0 30px;
	}
}
@media only screen and (max-width: 1000px) {
	.c-header .c-header_inner {
		padding: 10px 10px 0 18px;
	}
}
@media (max-width: 767px) {
	.c-header .c-header_inner {
		align-items: center;
		height: 56px;
		padding: 10px 10px;
		background-color: #fff;
	}
}
.c-header .mv_logo {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 88px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 1400px) {
	.c-header .mv_logo {
		top: 80px;
	}
}
@media only screen and (max-width: 1280px) {
	.c-header .mv_logo {
		top: 62px;
	}
}
.c-header .mv_logo a {
	position: relative;
}
@media (max-width: 767px) {
	.c-header .mv_logo {
		display: none;
	}
	.c-header .mv_logo a::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: #fff;
		display: block;
		width: 44px;
		height: 44px;
		border-radius: 50%;
		z-index: -1;
	}
}
.c-header .mv_logo img {
	display: block;
	width: 64px;
	height: 64px;
}
.c-header.is-black .mv_logo img,
.common_sub_logo .mv_logo img {
	filter: brightness(0) saturate(100%) invert(17%) sepia(37%) saturate(4976%) hue-rotate(192deg) brightness(88%) contrast(101%);
}
@media only screen and (max-width: 1280px) {
	.c-header .mv_logo img {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 767px) {
	.c-header .mv_logo img {
		width: 32px;
		height: 32px;
	}
}
.c-header .mv_logo::before,
.c-header .mv_logo::after {
	content: '';
	height: 2px;
	display: block;
	background: #fff;
}

.c-header.is-black .mv_logo::before,
.c-header.is-black .mv_logo::after,
.common_sub_logo .mv_logo::before,
.common_sub_logo .mv_logo::after {
	content: '';
	height: 2px;
	display: block;
	background: #00437a;
}

@media (max-width: 767px) {
	.c-header .mv_logo::before,
	.c-header .mv_logo::after {
		background: #00437a;
	}
}
.c-header .mv_logo:before {
	width: calc(71.25% - 48px);
}
@media only screen and (max-width: 1280px) {
	.c-header .mv_logo:before {
		width: calc(71.25% - 29px);
	}
}
@media (max-width: 767px) {
	.c-header .mv_logo:before {
		width: calc((100% - 55px) / 2);
	}
}
.c-header .mv_logo:after {
	width: calc(28.75% - 48px);
}
@media only screen and (max-width: 1280px) {
	.c-header .mv_logo:after {
		width: calc(28.75% - 29px);
	}
}
@media (max-width: 767px) {
	.c-header .mv_logo:after {
		width: calc((100% - 55px) / 2);
	}
}

.c-header .c-header_title {
	color: #fff;
	font-size: clamp(16px, 0.93vw, 20px);
	line-height: 1em;
	letter-spacing: 0em;
	font-weight: 500;
	display: flex;
	gap: 16px;
	padding-top: 16px;
	transition: 0.3s;
	align-items: center;
}
.c-header .c-header_title a {
	color: #fff;
}
@media (max-width: 767px) {
	.c-header .c-header_title a {
		color: #000;
	}
}
.c-header.is-black .c-header_title a {
	color: #000;
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_title {
		padding-top: 3px;
		gap: 20px;
	}
}
@media only screen and (max-width: 1000px) {
	.c-header .c-header_title {
		font-size: 15.3px;
		font-size: 1.53rem;
		gap: 13px;
		padding-top: 8px;
	}
}
@media (max-width: 767px) {
	.c-header .c-header_title {
		font-size: 10px;
		font-size: 1rem;
		color: #000;
		gap: 9px;
		padding: 0;
	}
}
.c-header_logo_sp {
	width: 32px;
}
.c-header .c-header_right {
	display: flex;
	flex-direction: column;
	align-items: flex-first;
	gap: 9px;
}
@media only screen and (max-width: 1400px) {
	.c-header .c-header_right {
		gap: 0;
	}
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_right {
		overflow: scroll;
		display: none;
		gap: 0;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		max-width: 355px;
		background: #fff;
		height: 100vh;
		height: 100dvh;
		align-items: flex-start;
		justify-content: flex-start;
		z-index: 99;
		flex-direction: column;
		padding-top: 73px;
	}
}
@media (max-width: 767px) {
	.c-header .c-header_right {
		z-index: 9999;
		top: 40px;
		height: calc(100vh - 40px);
		height: calc(100dvh - 40px);
		padding-top: 18px;
		max-width: none;
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_right:before {
		content: '';
		position: fixed;
		width: 100%;
		max-width: 355px;
		height: 73px;
		border-bottom: #ccc 1px solid;
		background: #fff;
		display: block;
		top: 0;
		right: 0;
		z-index: 99;
	}
}
@media (max-width: 767px) {
	.c-header .c-header_right:before {
		display: none;
	}
}
.c-header .c-header_menu {
	display: flex;
	gap: 20px;
}
@media only screen and (max-width: 1380px) {
	.c-header .c-header_menu {
		gap: 10px;
	}
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_menu {
		flex-wrap: wrap;
		gap: 0;
	}
}
@media (max-width: 767px) {
	.c-header .c-header_menu {
		border-top: #ccc 1px solid;
	}
}
.c-header .c-header_menu li {
	position: relative;
}
.c-header .c-header_menu li a {
	color: #fff;
}
.is-black .c-header_menu li a {
	color: #000;
}
.common_page .c-header_menu li a {
	color: #000;
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_menu li {
		border-bottom: #ccc 1px solid;
		width: 100%;
	}
}
.c-header .c-header_menu li > span,
.c-header .c-header_menu li > a {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1em;
	letter-spacing: 0em;
	display: flex;
	align-items: center;
	height: 50px;
	cursor: pointer;
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_menu li > span,
	.c-header .c-header_menu li > a {
		color: #000;
		height: 57px;
		padding: 0 40px 0 20px;
	}
	.c-header .c-header_menu li a {
		color: #000;
	}
}
@media (max-width: 767px) {
	.c-header .c-header_menu li > span,
	.c-header .c-header_menu li > a {
		font-size: 16px;
		font-size: 1.6rem;
		height: 50px;
	}
	.c-header .c-header_menu li a {
		color: #000;
	}
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_menu li > span.is-blank:after,
	.c-header .c-header_menu li > a.is-blank:after {
		content: '';
		background-image: url('../img/common/ico_blank.svg');
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		width: 18px;
		height: 18px;
		display: block;
		right: 20px;
		position: absolute;
		top: 30px;
		transform: translateY(-50%);
	}
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_menu li > span:before,
	.c-header .c-header_menu li > span:after {
		content: '';
		width: 14px;
		height: 1px;
		background: #000;
		display: block;
		position: absolute;
		right: 27px;
		top: 25px;
		transform: translateY(-50%);
	}
	.c-header .c-header_menu li > span:after {
		transition: 0.3s;
		transform: translateY(-50%) rotate(-90deg);
	}
}
.c-header .c-header_menu li.is-open > span:after {
	opacity: 0;
	transform: translateY(-50%) rotate(0deg);
}
.c-header .c-header_menu li.js_submenu_btn > span {
	padding-right: 15px;
	position: relative;
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_menu li.js_submenu_btn > span {
		padding-right: 40px;
	}
}
.c-header .c-header_menu li.js_submenu_btn > span::after {
	content: '';
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	display: block;
	transform: rotate(45deg) translate(-3px, -3px);
	position: absolute;
	top: 50%;
	right: 2px;
}
.c-header.is-black .c-header_menu li.js_submenu_btn > span::after {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_menu li.js_submenu_btn > span::after {
		display: none;
	}
}
.c-header .c-header_menu_sub {
	display: none;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	padding-top: 14px;
	z-index: 10;
}
@media only screen and (max-width: 1400px) {
	.c-header .c-header_menu_sub {
		position: fixed;
		transform: none;
		top: 55px;
		left: 20px;
	}
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_menu_sub {
		position: static;
		transform: none;
		padding: 0;
	}
}
.c-header .c-header_menu_sub:after {
	content: '';
	width: 3px;
	height: 20px;
	display: block;
	background: #fff;
	position: absolute;
	top: -5px;
	left: 30px;
	transform: translateX(-50%);
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_menu_sub:after {
		display: none;
	}
}
.c-header .c-header_menu_sub .content {
	background: #fff;
	border-radius: 5px;
	max-width: 650px;
	width: 60vw;
	padding: 35px 30px 30px;
}
.c-header .submenu1 .content {
	max-width: 350px;
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_menu_sub .content {
		background: #f8f5e8;
		border-radius: 0;
		width: 100%;
		max-width: none;
		padding: 0;
	}
}
.c-header .c-header_menu_sub .title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1em;
	letter-spacing: 0em;
	font-weight: 500;
	color: #000;
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_menu_sub .title {
		display: none;
	}
}
.c-header .c-header_menu_sub .links {
	display: flex;
	width: 100%;
	position: relative;
	justify-content: space-between;
	margin-top: 20px;
	gap: 30px;
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_menu_sub .links {
		margin-top: 0;
		flex-wrap: wrap;
		gap: 0;
	}
}
.c-header .c-header_menu_sub .links .link {
	width: 100%;
	display: block;
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_menu_sub .links .link {
		width: 100%;
		height: 57px;
		display: flex;
		align-items: center;
		padding: 0 40px 0 20px;
		border-top: 1px solid #ccc;
	}
	.c-header .c-header_menu_sub .links .link .c-arwlink_icon {
		display: none;
	}
}
@media (max-width: 767px) {
	.c-header .c-header_menu_sub .links .link {
		height: 60px;
	}
}
.c-header .c-header_menu_sub .links .link .link_img {
	display: block;
	width: 100%;
	margin-bottom: 11px;
	aspect-ratio: 70 / 39;
	overflow: hidden;
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_menu_sub .links .link .link_img {
		display: none;
	}
}
.c-header .c-header_menu_sub .links .link .link_img:after {
	padding-top: 56%;
}
.c-header .c-header_menu_sub .links .link .c-arwlink_cover {
	font-size: 14px;
	font-size: 1.4rem;
	color: #000;
}
@media (max-width: 767px) {
	.c-header .c-header_menu_sub .links .link .c-arwlink_cover {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.sp_eventnone {
		pointer-events: none;
	}
}
.c-header .c-header_menu_sub .links .link .c-arwlink_icon {
	width: 22px;
	height: 22px;
}
.c-header .c-header_menu_sub .links .link:hover .c-zoomlink_img {
	opacity: 0.8;
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1400px) {
	.c-header .c-header_menu_sub.submenu1:after {
		left: 64px;
	}
}
@media only screen and (max-width: 1400px) {
	.c-header .c-header_menu_sub.submenu2:after {
		left: 192px;
	}
}
@media only screen and (max-width: 1400px) {
	.c-header .c-header_menu_sub.submenu3:after {
		left: 388px;
	}
}
.c-header .c-header_menu_sub.submenu3 .content {
	width: 80vw;
	max-width: 854px;
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_menu_sub.submenu3 .content {
		width: 100%;
	}
}
.c-header .c-header_menu_sub.submenu3 .links .link .link_img:after {
	padding-top: 88%;
}
@media only screen and (max-width: 1400px) {
	.c-header .c-header_menu_sub.submenu4:after {
		left: 576px;
	}
}
.c-header .c-header_btns {
	display: flex;
	gap: 15px;
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_btns {
		gap: 0;
		flex-direction: column;
		width: 100%;
	}
}
.c-header .c-header_btns a {
	width: 100px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	line-height: 1em;
	letter-spacing: 0.03em;
	border: 1px solid #fff;
	color: #fff;
}
@media only screen and (max-width: 1280px) {
	.c-header .c-header_btns a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1em;
		letter-spacing: 0em;

		background: #00437a;
		border: none;
		width: 100%;
		height: 60px;
		padding: 0 20px;
		border-radius: 0;
		justify-content: flex-start;
	}
	.c-header .c-header_btns a:not(:last-child) {
		border-bottom: 1px solid #ccc;
	}
}
@media (max-width: 767px) {
	.c-header .c-header_btns a {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
.c-header .c-header_spmenu {
	width: 42px;
	height: 42px;
	display: block;
	position: relative;
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
	z-index: 99;
	transition: 0.3s;
}
@media (max-width: 767px) {
	.c-header .c-header_spmenu {
		background: none;
		width: 25px;
		height: 20px;
	}
}
.c-header .c-header_spmenu span {
	transition: 0.3s;
	position: absolute;
	width: 25px;
	height: 1px;
	background: #000;
	display: block;
	left: 50%;
	transform: translate(-50%, 0);
}
.c-header .c-header_spmenu span:nth-child(1) {
	top: calc(50% - 9px);
}
.c-header .c-header_spmenu span:nth-child(2) {
	top: 50%;
}
.c-header .c-header_spmenu span:nth-child(3) {
	top: calc(50% + 9px);
}
.c-header .c-header_spmenu.is-open {
	transform: translateX(17px);
	background: transparent;
}
@media only screen and (max-width: 1000px) {
	.c-header .c-header_spmenu.is-open {
		transform: translateX(0);
	}
}
.c-header .c-header_spmenu.is-open span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, 0) rotate(135deg);
}
.c-header .c-header_spmenu.is-open span:nth-child(2) {
	opacity: 0;
	width: 0;
}
.c-header .c-header_spmenu.is-open span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, 0) rotate(-135deg);
}
.c-header.is-black .c-header_inner {
	background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1280px) {
	.c-header.is-black .c-header_inner {
		align-items: center;
		background: #fff;
	}
}
.c-header.is-black .c-header_inner:before,
.c-header.is-black .c-header_inner:after {
	background: #00437a;
}
.c-header.is-black .c-header_inner {
	padding-bottom: 18px;
}
@media only screen and (max-width: 1280px) {
	.c-header.is-black .c-header_inner {
		padding-top: 15px;
		padding-bottom: 26px;
	}
}
@media only screen and (max-width: 1280px) {
	.c-header.is-black .c-header_inner {
		padding-top: 15px;
		padding-bottom: 24px;
	}
}
.c-header.is-black .c-header_title {
	color: #000;
}
@media only screen and (max-width: 1280px) {
	.c-header.is-black .c-header_title {
		padding: 0;
	}
}
.c-header.is-black .c-header_menu li > span,
.c-header.is-black .c-header_menu li > a {
	color: #000;
}
.c-header.is-black .c-header_btns a {
	border-color: #000;
	color: #000;
}
@media only screen and (max-width: 1280px) {
	.c-header.is-black .c-header_btns a {
		border-color: #ccc;
		color: #fff;
	}
}
.c-header.is-black .c-header_menu_sub {
	padding-top: 4px;
}
.c-nav {
	position: fixed;
	z-index: 1111;
	right: 0;
	top: 70%;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.c-nav {
		top: auto;
		bottom: 0;
		width: 100%;
		transform: none;
	}
}
.c-nav ul {
	display: flex;
	flex-direction: column;
	gap: 3px;
	background: #fff;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.c-nav ul {
		flex-direction: row;
		border-radius: 0;
	}
}
@media (max-width: 767px) {
	.c-nav ul li {
		width: calc(100% / 3);
	}
}
.c-nav ul li a {
	width: 72px;
	height: 80px;
	background: #0082d6;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1em;
	letter-spacing: 0em;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 8px;
}
@media (max-width: 767px) {
	.c-nav ul li a {
		width: 100%;
		height: 50px;
		font-size: 14px;
		font-size: 1.4rem;
		flex-direction: row;
		gap: 7px;
	}
}
.c-nav ul li a:before {
	content: '';
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 24px;
	height: 24px;
}
@media (max-width: 767px) {
	.c-nav ul li a:before {
		width: 20px;
		height: 20px;
	}
}
.c-nav ul li a.test:before {
	background-image: url('../img/common/ico_test.svg');
}
.c-nav ul li a.price:before {
	background-image: url('../img/common/ico_price.svg');
}
.c-nav ul li a.info:before {
	background-image: url('../img/common/ico_info.svg');
}

/* 下層ページ共通 */
/* おすすめイベント */
.sec-event {
	padding-top: 20px;
	position: relative;
}
@media (max-width: 767px) {
	.sec-event {
		padding-top: 10px;
	}
}
@media (max-width: 767px) {
	.sec-event .c-inner {
		max-width: none;
		width: 90%;
	}
}
.sec-event .c-illustlogo {
	top: 8vw;
	left: -10vw;
}
@media (max-width: 767px) {
	.sec-event .c-illustlogo {
		left: -148px;
		top: 19.5%;
	}
}
.sec-event .c-title {
	text-align: center;
}

.sec-event .event_list_cover {
	position: relative;
}
@media (max-width: 767px) {
	.sec-event .event_list_cover {
		width: calc(100% + 40px);
		margin: 0 -20px;
	}
}
.sec-event .event_list_cover .event_list_arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4) url('../img/common/arrow_thin_white.svg');
	background-size: 26px 22px;
	background-position: center center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	top: calc(50% + 20px);
}
@media (max-width: 767px) {
	.sec-event .event_list_cover .event_list_arrow {
		width: 40px;
		height: 40px;
		transform: none;
	}
}
.sec-event .event_list_cover .event_list_arrow:after {
	content: '';
}
.sec-event .event_list_cover .event_list_arrow.prev {
	transform: scale(-1, 1) translateY(-50%);
	left: 24px;
}
@media (max-width: 767px) {
	.sec-event .event_list_cover .event_list_arrow.prev {
		left: 30px;
	}
}
.sec-event .event_list_cover .event_list_arrow.next {
	transform: translateY(-50%);
	right: 24px;
}
@media (max-width: 767px) {
	.sec-event .event_list_cover .event_list_arrow.next {
		right: 30px;
	}
}
.sec-event .event_list {
	/* margin-top: 80px; */
	display: flex;
	justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-event .event_list {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.sec-event .event_list {
		margin-top: 20px;
		flex-direction: column;
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.sec-event .event_list .event_list_item {
		width: 100%;
		/* padding: 15px; */
	}
	.sec-event .event_link {
		margin-top: 30px;
	}
}
/* .sec-event .event_list .event_list_item_osu {
  background: #FDE9EB;
  padding: 20px;
}
.sec-event .event_list .event_list_item_toyoake {
  background: #e4f5e9;
  padding: 20px;
}
.sec-event .event_list .event_list_item_handa {
  background: #e6fbff;
  padding: 20px;
} */
.sec-event .event_list .event_list_item figure {
	display: block;
	overflow: hidden;
	transition: 0.3s;
}
.sec-event .event_list .event_list_item figure img {
	aspect-ratio: 16/9;
	object-fit: cover;
	overflow: hidden;
}
.sec-event .event_list .event_list_item .store {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1em;
	letter-spacing: 0em;
	font-weight: 600;
	display: block;
	margin-top: 29px;
	transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-event .event_list .event_list_item .store {
		font-size: 1.99219vw;
		margin-top: 2.21354vw;
	}
}
@media (max-width: 767px) {
	.sec-event .event_list .event_list_item .store {
		font-size: 16px;
		font-size: 1.6rem;
		margin-top: 23px;
	}
}
.sec-event .event_list .event_list_item .date {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1em;
	letter-spacing: 0em;
	display: block;
	margin-top: 23px;
	transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-event .event_list .event_list_item .date {
		font-size: 1.54948vw;
		margin-top: 1.30208vw;
	}
}
@media (max-width: 767px) {
	.sec-event .event_list .event_list_item .date {
		margin-top: 11px;
	}
}
.sec-event .event_list .event_list_item .title {
	line-height: 1.75em;
	letter-spacing: 0.014em;
	display: block;
	margin-top: 20px;
	font-weight: 500;
	transition: 0.3s;
	height: 5.25em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 任意の行数を指定 */
	line-clamp: 3;
}

@media (max-width: 767px) {
	.sec-event .event_list .event_list_item .title {
		margin-top: 11px;
		/* height: 7.25em; */
	}
}
.sec-event .event_list .event_list_item:hover {
	opacity: 1;
}
.sec-event .event_list .event_list_item:hover figure,
.sec-event .event_list .event_list_item:hover .store,
.sec-event .event_list .event_list_item:hover .date,
.sec-event .event_list .event_list_item:hover .title {
	opacity: 0.8;
}

/* スタッフイチオシ */
.sec-recommend {
	width: 100%;
	position: relative;
	margin-top: 145px;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-recommend {
		margin-top: 12.5vw;
	}
}
@media (max-width: 767px) {
	.sec-recommend {
		margin-top: 58px;
	}
	.sec-recommend .c-inner {
		width: 100%;
	}
}
.sec-recommend .c-illustlogo {
	top: -3vw;
	left: -10vw;
}
@media (max-width: 767px) {
	.sec-recommend .c-illustlogo {
		right: -148px;
		left: auto;
		top: 8.35%;
	}
}
.sec-recommend .c-title {
	text-align: center;
}
.sec-recommend .c-title img {
	display: block;
	margin: 0 auto 18px;
	width: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-recommend .c-title img {
		width: 5.72917vw;
	}
}
@media (max-width: 767px) {
	.sec-recommend .c-title img {
		width: 43px;
	}
}
.sec-recommend .recommend_colorbg {
	background: #f8f5e8;
	padding-bottom: 105px;
	padding-top: 17px;
	margin-top: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-recommend .recommend_colorbg {
		padding-bottom: 6.51042vw;
	}
}
@media (max-width: 767px) {
	.sec-recommend .recommend_colorbg {
		padding-top: 40px;
		padding-bottom: 70px;
	}
}
.sec-recommend .recommend_colorbg_osu {
	background: #fde9eb;
}
.sec-recommend .recommend_colorbg_toyoake {
	background: #e4f5e9;
}
.sec-recommend .recommend_colorbg_handa {
	background: #e6fbff;
}
.sec-recommend .recommend_list {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-recommend .recommend_list {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.sec-recommend .recommend_list {
		margin-top: 40px;
	}
}
.sec-recommend .recommend_list .recommend_list_item {
	width: calc(33.33% - 20px);
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-recommend .recommend_list .recommend_list_item {
		width: calc(33.33% - 1.8%);
	}
}
@media (max-width: 767px) {
	.sec-recommend .recommend_list .recommend_list_item {
		width: 100%;
	}
}
.sec-recommend .recommend_list .recommend_list_item .img {
	/* overflow: hidden; */
	border-radius: 5px;
	display: block;
	position: relative;
}
.sec-recommend .recommend_list .recommend_list_item .img img {
	/* height: 153px; */
	object-fit: cover;
	object-position: center;
	aspect-ratio: 4 / 3;
	border-radius: 5px;
}
.sec-recommend .recommend_list .recommend_list_item .img .icon {
	position: absolute;
	top: -20px;
	right: -20px;
	border-radius: 50%;
	width: 85px;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	gap: 6px;
	padding-top: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-recommend .recommend_list .recommend_list_item .img .icon {
		width: 6.90104vw;
		height: 6.90104vw;
		/* top: 1.69271vw; */
		right: -10px;
		gap: 0.52083vw;
		padding-bottom: 0.65104vw;
	}
}
@media (max-width: 767px) {
	.sec-recommend .recommend_list .recommend_list_item .img .icon {
		/* top: -10px;*/
		right: -5px;
		width: 72px;
		height: 72px;
	}
}
.sec-recommend .recommend_list .recommend_list_item .img .icon small {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1em;
	letter-spacing: 0em;
	font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-recommend .recommend_list .recommend_list_item .img .icon small {
		font-size: 0.91146vw;
	}
}
@media (max-width: 767px) {
	.sec-recommend .recommend_list .recommend_list_item .img .icon small {
		font-size: 10px;
		font-size: 1rem;
	}
}
.sec-recommend .recommend_list .recommend_list_item .img .icon span {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1em;
	letter-spacing: 0em;
	font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-recommend .recommend_list .recommend_list_item .img .icon span {
		font-size: 1.43229vw;
	}
}
@media (max-width: 767px) {
	.sec-recommend .recommend_list .recommend_list_item .img .icon span {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
.sec-recommend .recommend_list .recommend_list_item .date {
	display: block;
	margin-top: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1em;
	letter-spacing: 0em;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-recommend .recommend_list .recommend_list_item .date {
		font-size: 1.54948vw;
		margin-top: 2.34375vw;
	}
}
.sec-recommend .recommend_list .recommend_list_item .text {
	/* display: block; */
	margin-top: 16px;
	line-height: 1.75em;
	letter-spacing: 0.04em;
	font-weight: 500;
	min-height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 任意の行数を指定 */
	line-clamp: 2;
}
.sec-recommend .recommend_list .recommend_list_item .name {
	display: block;
	margin-top: 14px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1em;
	letter-spacing: 0em;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-recommend .recommend_list .recommend_list_item .name {
		font-size: 1.99219vw;
		margin-top: 1.5625vw;
	}
}
@media (max-width: 767px) {
	.sec-recommend .recommend_list .recommend_list_item .name {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
.sec-recommend .recommend_list .recommend_list_item .name small {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1em;
	letter-spacing: 0em;
	margin-right: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-recommend .recommend_list .recommend_list_item .name small {
		font-size: 1.54948vw;
	}
}
.sec-recommend .recommend_list .recommend_list_item:hover {
	opacity: 0.8;
}
.sec-recommend .recommend_list .recommend_list_item.osu .img .icon {
	background: #ff555f;
}
.sec-recommend .recommend_list .recommend_list_item.toyoake .img .icon {
	background: #128836;
}
.sec-recommend .recommend_list .recommend_list_item.handa .img .icon {
	background: #00a8c6;
}

.sec-recommend .recommend_list .recommend_list_item .store_link_text {
	width: fit-content;
	margin: 0 4px 0 auto;
	gap: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1em;
	letter-spacing: 0em;
	transition: 0.3s;
}
@media (max-width: 767px) {
	.sec-recommend .recommend_list .recommend_list_item .store_link_text {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
.sec-recommend .recommend_list .recommend_list_item .store_link_text .c-arwlink_icon {
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
@media (max-width: 767px) {
	.sec-recommend .recommend_list .recommend_list_item .store_link_text .c-arwlink_icon {
		width: 32px;
		height: 32px;
	}
}
.sec-recommend .recommend_list .recommend_list_item .store_link_text .c-arwlink_icon:after {
	content: '';
	background-image: url(../img/common/arrow.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.3s;
	width: 16px;
	height: 14px;
}
@media (max-width: 767px) {
	.sec-recommend .recommend_list .recommend_list_item .store_link_text .c-arwlink_icon:after {
		width: 11px;
		height: 10px;
	}
}
.sec-recommend .recommend_list .recommend_list_item:hover .c-arwlink_icon:after {
	transform: translateX(30%);
}

.sec-recommend .recommend_list_cover .recommend_list_arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4) url('../img/common/arrow_thin_white.svg');
	background-size: 26px 22px;
	background-position: center center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	top: 40%;
	display: none;
}
@media (max-width: 767px) {
	.sec-recommend .recommend_list_cover .recommend_list_arrow {
		width: 40px;
		height: 40px;
		transform: none;
	}
}
.sec-recommend .recommend_list_cover .recommend_list_arrow:after {
	content: '';
}
.sec-recommend .recommend_list_cover .recommend_list_arrow.prev {
	transform: scale(-1, 1) translateY(-50%);
	left: -24px;
}
@media (max-width: 767px) {
	.sec-recommend .recommend_list_cover .recommend_list_arrow.prev {
		left: 10px;
	}
}
.sec-recommend .recommend_list_cover .recommend_list_arrow.next {
	transform: translateY(-50%);
	right: -24px;
}
@media (max-width: 767px) {
	.sec-recommend .recommend_list_cover .recommend_list_arrow.next {
		right: 10px;
	}
}
.recommend_list_cover .swiper {
	padding: 20px 0 0;
}
/* .recommend_list_cover {
	width: calc(100% + 40px);
	margin: 0 -20px;
} */
/* キャンペーン */
.sec-campaign {
	margin-top: 140px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-campaign {
		margin-top: 90px;
	}
}
@media (max-width: 767px) {
	.sec-campaign {
		margin-top: 70px;
	}
}
@media (max-width: 767px) {
	.sec-campaign .c-inner {
		max-width: none;
		width: 90%;
	}
}
.sec-campaign .c-illustlogo {
	top: -5.5vw;
	right: -10vw;
}
@media (max-width: 767px) {
	.sec-campaign .c-illustlogo {
		right: -148px;
		top: -11%;
	}
}
.sec-campaign .c-title {
	text-align: center;
}
.sec-campaign .campaign_list_cover {
	position: relative;
}
/* @media (max-width: 767px) {
	.sec-campaign .campaign_list_cover {
		width: calc(100% + 66px);
		margin: 0 -33px;
	}
}
@media (max-width: 767px) {
	.sec-campaign .campaign_list_cover {
		width: calc(100% + 40px);
		margin: 0 -20px;
	}
} */
.sec-campaign .campaign_list_cover .campaign_list_arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4) url('../img/common/arrow_thin_white.svg');
	background-size: 26px 22px;
	background-position: center center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	top: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-campaign .campaign_list_cover .campaign_list_arrow {
		width: 3.90625vw;
		height: 3.90625vw;
		background-size: 50%;
	}
}
@media (max-width: 767px) {
	.sec-campaign .campaign_list_cover .campaign_list_arrow {
		width: 40px;
		height: 40px;
		transform: none;
	}
}
.sec-campaign .campaign_list_cover .campaign_list_arrow:after {
	display: none;
}
.sec-campaign .campaign_list_cover .campaign_list_arrow.prev {
	transform: scale(-1, 1) translateY(-50%);
	left: -24px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-campaign .campaign_list_cover .campaign_list_arrow.prev {
		left: -1.95312vw;
	}
}
@media (max-width: 767px) {
	.sec-campaign .campaign_list_cover .campaign_list_arrow.prev {
		left: 10px;
	}
}
.sec-campaign .campaign_list_cover .campaign_list_arrow.next {
	transform: translateY(-50%);
	right: -24px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-campaign .campaign_list_cover .campaign_list_arrow.next {
		right: -1.95312vw;
	}
}
@media (max-width: 767px) {
	.sec-campaign .campaign_list_cover .campaign_list_arrow.next {
		right: 10px;
	}
}
.sec-campaign .campaign_list {
	margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-campaign .campaign_list {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.sec-campaign .campaign_list {
		margin-top: 20px;
	}
}
.sec-campaign .campaign_list .campaign_list_item {
	transition: 0.3s;
}
.sec-campaign .campaign_list .campaign_list_item .img {
	overflow: hidden;
	border-radius: 5px;
}
.sec-campaign .campaign_list .campaign_list_item .img img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: top;
}
.sec-campaign .campaign_list .campaign_list_item .head {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-campaign .campaign_list .campaign_list_item .head {
		margin-top: 0.91146vw;
	}
}
@media (max-width: 767px) {
	.sec-campaign .campaign_list .campaign_list_item .head {
		margin-top: 23px;
	}
}
.sec-campaign .campaign_list .campaign_list_item .head .date {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1em;
	letter-spacing: 0em;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-campaign .campaign_list .campaign_list_item .head .date {
		font-size: 1.54948vw;
	}
}
.sec-campaign .campaign_list .campaign_list_item .head .category {
	color: #fff;
	height: 22px;
	display: inline-block;
	border-radius: 3px;
	padding: 0 9px;
	font-size: 11px;
	letter-spacing: 0em;
	background: #969696;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-campaign .campaign_list .campaign_list_item .head .category {
		font-size: 1.21745vw;
		height: 2.47396vw;
		padding-left: 1.04167vw;
		padding-right: 1.04167vw;
	}
}
.sec-campaign .campaign_list .campaign_list_item .text {
	margin-top: 24px;
	line-height: 1.75em;
	letter-spacing: 0.04em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 任意の行数を指定 */
	line-clamp: 3;
}

@media (max-width: 767px) {
	.sec-campaign .campaign_list .campaign_list_item .text {
		margin-top: 21px;
	}
}
.sec-campaign .campaign_list .campaign_list_item:hover {
	opacity: 0.8;
}
.sec-campaign .campaign_link {
	margin-top: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-campaign .campaign_link {
		margin-top: 6.77083vw;
	}
}
@media (max-width: 767px) {
	.sec-campaign .campaign_link {
		margin-top: 27px;
	}
}

/* お知らせ */
.sec-information {
	margin-top: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-information {
		margin-top: 90px;
	}
}
@media (max-width: 767px) {
	.sec-information {
		margin-top: 70px;
		position: relative;
	}
}
@media (max-width: 767px) {
	.sec-information .c-illustlogo {
		top: 20.5%;
		left: -148px;
	}
}
.sec-information .c-inner {
	border-top: 1px solid #969696;
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-information .c-inner {
		padding-top: 2.34375vw;
	}
}
@media (max-width: 767px) {
	.sec-information .c-inner {
		flex-direction: column;
		position: relative;
		z-index: 3;
	}
}
@media only screen and (max-width: 540px) {
	.sec-information .c-inner {
		padding-top: 20px;
		width: calc(100% - 20px);
		margin: 0 -20px 0 20px;
		padding-right: 20px;
	}
}
.sec-information .c-inner .c-title {
	width: 400px;
	margin-top: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-information .c-inner .c-title {
		width: 34%;
		margin-top: 1.43229vw;
	}
}
@media (max-width: 767px) {
	.sec-information .c-inner .c-title {
		width: 100%;
		margin-top: 0;
	}
}
.sec-information .c-inner .information_list {
	width: calc(100% - 400px);
	display: flex;
	flex-direction: column;
	gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-information .c-inner .information_list {
		width: 66%;
		gap: 1.95312vw;
	}
}
@media (max-width: 767px) {
	.sec-information .c-inner .information_list {
		width: 100%;
		margin-top: 20px;
		gap: 37px;
	}
}
.sec-information .c-inner .information_list .information_list_item {
	border-bottom: 1px solid #969696;
	padding-bottom: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-information .c-inner .information_list .information_list_item {
		padding-bottom: 1.82292vw;
	}
}
@media (max-width: 767px) {
	.sec-information .c-inner .information_list .information_list_item {
		border-bottom: none;
		padding-bottom: 0;
	}
}
.sec-information .c-inner .information_list .information_list_item a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sec-information .c-inner .information_list .information_list_item a .text {
	width: calc(100% - 180px);
	transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-information .c-inner .information_list .information_list_item a .text {
		width: 74%;
	}
}
@media (max-width: 767px) {
	.sec-information .c-inner .information_list .information_list_item a .text {
		width: calc(100% - 167px);
	}
}
.sec-information .c-inner .information_list .information_list_item a .text .category {
	width: fit-content;
	height: 22px;
	background: #969696;
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1em;
	letter-spacing: 0em;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 9px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-information .c-inner .information_list .information_list_item a .text .category {
		font-size: 1.21745vw;
		padding-right: 1.04167vw;
		padding-left: 1.04167vw;
		height: 2.47396vw;
	}
}
.sec-information .c-inner .information_list .information_list_item a .text .date {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1em;
	letter-spacing: 0em;
	display: block;
	margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-information .c-inner .information_list .information_list_item a .text .date {
		font-size: 1.54948vw;
		margin-top: 1.17188vw;
	}
}
@media (max-width: 767px) {
	.sec-information .c-inner .information_list .information_list_item a .text .date {
		margin-top: 8px;
	}
}
.sec-information .c-inner .information_list .information_list_item a .text p {
	display: block;
	line-height: 1.75em;
	letter-spacing: 0.1em;
	margin-top: 13px;
	font-feature-settings: 'palt';
}

@media (max-width: 767px) {
	.sec-information .c-inner .information_list .information_list_item a .text p {
		line-height: 1.3;
		margin-top: 8px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}
}
.sec-information .c-inner .information_list .information_list_item a .img {
	transition: 0.3s;
	border-radius: 5px;
	overflow: hidden;
	width: 170px;
}
.sec-information .c-inner .information_list .information_list_item a .img img {
	object-fit: cover;
	object-position: center;
	aspect-ratio: 10/7;
	overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-information .c-inner .information_list .information_list_item a .img {
		width: 22%;
	}
}
@media (max-width: 767px) {
	.sec-information .c-inner .information_list .information_list_item a .img {
		width: 138px;
	}
}
.sec-information .c-inner .information_list .information_list_item a:hover {
	opacity: 1;
}
.sec-information .c-inner .information_list .information_list_item a:hover .text,
.sec-information .c-inner .information_list .information_list_item a:hover .img {
	opacity: 0.8;
}
.information_cate_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}
.sec-information .c-inner .information_link {
	margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-information .c-inner .information_link {
		margin-top: 4.94792vw;
	}
}
@media (max-width: 767px) {
	.sec-information .c-inner .information_link {
		margin-top: 34px;
	}
}

/* 営業カレンダー */
.sec-calendar {
	margin-top: 140px;
	margin-bottom: 120px;
	position: relative;
}
.sec-calendar .fc-icon {
	line-height: 0.9;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-calendar {
		margin-top: 90px;
		margin-bottom: 90px;
	}
}
@media (max-width: 767px) {
	.sec-calendar {
		margin-top: 70px;
		margin-bottom: 70px;
	}
}
.sec-calendar .c-illustlogo {
	top: -28.7vw;
	left: -10vw;
}
.sec-calendar .c-inner {
	border-top: 1px solid #969696;
	padding-top: 50px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
	z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-calendar .c-inner {
		padding-top: 3.51562vw;
	}
}
@media (max-width: 767px) {
	.sec-calendar .c-inner {
		padding-top: 20px;
		width: calc(100% - 20px);
		margin: 0 -20px 0 20px;
		padding-right: 20px;
	}
}
.sec-calendar .c-inner .c-title {
	width: 400px;
	margin-top: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-calendar .c-inner .c-title {
		width: 34%;
	}
}
@media (max-width: 767px) {
	.sec-calendar .c-inner .c-title {
		width: 100%;
		margin-top: 0;
	}
}
.sec-calendar .c-inner .calendar_content {
	width: calc(100% - 400px);
	max-width: 624px;
	padding-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-calendar .c-inner .calendar_content {
		width: 66%;
	}
}
@media (max-width: 767px) {
	.sec-calendar .c-inner .calendar_content {
		width: 100%;
		padding-top: 20px;
		background: #fff;
	}
}
.sec-calendar .c-inner .fc-toolbar-title {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1em;
	letter-spacing: 0em;
	font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-calendar .c-inner .fc-toolbar-title {
		font-size: 3.54167vw;
	}
}
@media (max-width: 767px) {
	.sec-calendar .c-inner .fc-toolbar-title {
		font-size: 17px;
		font-size: 1.7rem;
	}
}
.sec-calendar .c-inner .fc .fc-button {
	font-size: 20px;
	padding-top: 0.26042vw;
	padding-bottom: 0.26042vw;
	padding-left: 0.52083vw;
	padding-right: 0.52083vw;
}
@media (max-width: 767px) {
	.sec-calendar .c-inner .fc-button-primary {
		font-size: 8px;
		font-size: 0.8rem;
	}
	.sec-calendar .c-inner .fc .fc-button {
		font-size: 3vw;
	}
}
@media (max-width: 767px) {
	.sec-calendar .c-inner .fc-header-toolbar {
		margin-bottom: 1em;
	}
}
@media (max-width: 767px) {
	.sec-calendar .c-inner .fc table {
		font-size: 10px;
		font-size: 1rem;
	}
}
@media (max-width: 767px) {
	.sec-calendar .c-inner .fc-view-harness {
		height: 376px !important;
	}
}

/* オーナーズボイス */
.sec-voice {
	position: relative;
}
.sec-voice .voice_bg {
	display: block;
}
.sec-voice .c-illustlogo {
	top: -18vw;
	right: -10vw;
}
@media (max-width: 767px) {
	.sec-voice .c-illustlogo {
		right: auto;
		left: -148px;
		top: 85px;
	}
	.sec-voice .c-inner {
		width: 90%;
	}
}
.sec-voice .c-title {
	text-align: center;
}
.sec-voice .c-title img {
	display: block;
	margin: 0 auto 16px;
	width: 62px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-voice .c-title img {
		width: 5.07812vw;
	}
}
@media (max-width: 767px) {
	.sec-voice .c-title img {
		width: 39px;
	}
}
@media (max-width: 767px) {
	.sec-voice .c-inner {
		max-width: none;
	}
}
.sec-voice .voice_colorbg {
	padding-bottom: 120px;
	background: #f8f5e8;
	width: 100%;
	padding-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-voice .voice_colorbg {
		padding-top: 6.51042vw;
		padding-bottom: 90px;
	}
}
@media (max-width: 767px) {
	.sec-voice .voice_colorbg {
		padding-top: 27px;
		padding-bottom: 70px;
	}
}
.sec-voice .voice_colorbg_osu {
	background: #fde9eb;
}
.sec-voice .voice_colorbg_toyoake {
	background: #e4f5e9;
}
.sec-voice .voice_colorbg_handa {
	background: #e6fbff;
}
.sec-voice .voice_list_cover {
	position: relative;
}
@media (max-width: 767px) {
	.sec-voice .voice_list_cover {
		width: calc(100% + 66px);
		margin: 0 -33px;
	}
}
@media (max-width: 767px) {
	.sec-voice .voice_list_cover {
		width: calc(100% + 40px);
		margin: 0 -20px;
	}
}
.sec-voice .voice_list_cover .voice_list_arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4) url('../img/common/arrow_thin_white.svg');
	background-size: 26px 22px;
	background-position: center center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	top: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-voice .voice_list_cover .voice_list_arrow {
		width: 3.90625vw;
		height: 3.90625vw;
		background-size: 50%;
	}
}
@media (max-width: 767px) {
	.sec-voice .voice_list_cover .voice_list_arrow {
		width: 40px;
		height: 40px;
		transform: none;
	}
}
.sec-voice .voice_list_cover .voice_list_arrow:after {
	display: none;
}
.sec-voice .voice_list_cover .voice_list_arrow.prev {
	transform: scale(-1, 1) translateY(-50%);
	left: -24px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-voice .voice_list_cover .voice_list_arrow.prev {
		left: -1.95312vw;
	}
}
@media (max-width: 767px) {
	.sec-voice .voice_list_cover .voice_list_arrow.prev {
		left: 10px;
		transform: scale(-1, 1);
	}
}
.sec-voice .voice_list_cover .voice_list_arrow.next {
	transform: translateY(-50%);
	right: -24px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-voice .voice_list_cover .voice_list_arrow.next {
		right: -1.95312vw;
	}
}
@media (max-width: 767px) {
	.sec-voice .voice_list_cover .voice_list_arrow.next {
		right: 10px;
	}
}
.sec-voice .voice_list {
	margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-voice .voice_list {
		margin-top: 10.02604vw;
	}
}
@media (max-width: 767px) {
	.sec-voice .voice_list {
		margin-top: 20px;
	}
}
.sec-voice .voice_list .voice_list_item {
	transition: 0.3s;
}
.sec-voice .voice_list .voice_list_item .img {
	overflow: hidden;
	border-radius: 5px;
}
.sec-voice .voice_list .voice_list_item .img img {
	object-fit: cover;
	object-position: center;
	aspect-ratio: 4 / 3;
	border-radius: 5px;
}
.sec-voice .voice_list .voice_list_item .date {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1em;
	letter-spacing: 0em;
	display: block;
	margin-top: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-voice .voice_list .voice_list_item .date {
		font-size: 1.54948vw;
		margin-top: 1.69271vw;
	}
}
@media (max-width: 767px) {
	.sec-voice .voice_list .voice_list_item .date {
		margin-top: 15px;
	}
}
.sec-voice .voice_list .voice_list_item .title {
	font-size: clamp(16px, 0.93vw, 20px);
	line-height: 1.666em;
	letter-spacing: 0em;
	font-weight: 500;
	display: block;
	margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-voice .voice_list .voice_list_item .title {
		/* font-size: 2.07031vw; */
		margin-top: 0.65104vw;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		overflow: hidden;
	}
}
.sec-voice .voice_list .voice_list_item .text {
	margin-top: 5px;
	line-height: 1.75em;
	letter-spacing: 0em;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-voice .voice_list .voice_list_item .text {
		/* font-size: 1.77083vw; */
		margin-top: 0.65104vw;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 1;
		overflow: hidden;
	}
}
.sec-voice .voice_list .voice_list_item:hover {
	opacity: 0.8;
}
.sec-voice .voice_link {
	margin-top: 58px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-voice .voice_link {
		margin-top: 4.94792vw;
	}
}
@media (max-width: 767px) {
	.sec-voice .voice_link {
		margin-top: 33px;
	}
}

/* クルマのコラム */
.sec-column {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 2;
}
.sec-column .column_link {
	display: block;
}
.sec-column .column_link:hover {
	opacity: 0.8;
}

/* お問い合わせ */
/* {
  padding-top: 157px;
  padding-bottom: 126px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
   {
    padding-top: 12.89062vw;
    padding-bottom: 10.28646vw;
  }
}
@media (max-width: 767px) {
   {
    padding-top: 70px;
    padding-bottom: 28px;
    position: relative;
  }
} */
@media (max-width: 767px) {
	.c-illustlogo {
		right: -148px;
		top: calc(100% - 63px);
	}
}
@media (max-width: 767px) {
	.c-inner {
		position: relative;
		z-index: 3;
	}
}
.footmenu_title {
	font-size: clamp(26px, 2.2vw, 48px);
	line-height: 1em;
	letter-spacing: 0em;
	font-weight: 600;
	text-align: center;
	display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.footmenu_title {
		font-size: 2.34375vw;
	}
}
@media (max-width: 767px) {
	.footmenu_title {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1.4615em;
	}
}
.footmenu_list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14%;
	margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.footmenu_list {
		margin-top: 40px;
		gap: 11.5%;
	}
}
@media (max-width: 767px) {
	.footmenu_list {
		margin-top: 20px;
		gap: 0;
		flex-direction: column;
	}
}
.footmenu_list .footmenu_list_item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media (max-width: 767px) {
	.footmenu_list .footmenu_list_item {
		flex-direction: row;
		position: relative;
		border-top: 1px solid #707070;
		width: 100%;
		padding: 30px 0;
		justify-content: flex-start;
	}
}
.footmenu_list .footmenu_list_item figure {
	width: 228px;
	height: 228px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00437a;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.footmenu_list .footmenu_list_item figure {
		width: 19.27083vw;
		height: 19.27083vw;
	}
}
@media (max-width: 767px) {
	.footmenu_list .footmenu_list_item figure {
		width: 80px;
		height: 80px;
		margin-right: 20px;
	}
}
.footmenu_list .footmenu_list_item figure img {
	width: 60px;
	display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.footmenu_list .footmenu_list_item figure img {
		width: 6.51042vw;
		height: 6.51042vw;
	}
}
@media (max-width: 767px) {
	.footmenu_list .footmenu_list_item figure img {
		width: 35px;
	}
}
.footmenu_list .footmenu_list_item span {
	padding-right: 40px;
	position: relative;
	display: block;
	width: fit-content;
	font-size: clamp(18px, 1.25vw, 28px);
	line-height: 1em;
	letter-spacing: 0em;
	margin-top: 31px;
	transform: translateX(10px);
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.footmenu_list .footmenu_list_item span {
		/* font-size: 2.65625vw; */
		padding-right: 3.90625vw;
		margin-top: 1.82292vw;
	}
}
@media (max-width: 767px) {
	.footmenu_list .footmenu_list_item span {
		font-size: 18px;
		font-size: 1.8rem;
		margin: 0;
		padding: 0;
		position: static;
		transform: translateX(0);
		display: contents;
	}
}
.footmenu_list .footmenu_list_item span:after {
	content: '';
	display: block;
	background-image: url('../img/common/arrow.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 17px;
	top: 0px;
	position: absolute;
	right: 0;
	transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.footmenu_list .footmenu_list_item span:after {
		width: 1.5625vw;
		height: 1.43229vw;
	}
}
@media (max-width: 767px) {
	.footmenu_list .footmenu_list_item span:after {
		width: 18px;
		height: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
}
.footmenu_list .footmenu_list_item:nth-child(2) figure img {
	width: 45px;
}
@media (max-width: 767px) {
	.footmenu_list .footmenu_list_item:nth-child(2) figure img {
		width: 34px;
	}
}
.footmenu_list .footmenu_list_item:hover {
	opacity: 0.8;
}
.footmenu_list .footmenu_list_item:hover span:after {
	transform: translateX(6px);
}
@media (max-width: 767px) {
	.footmenu_list .footmenu_list_item:hover span:after {
		transform: translateY(-50%) translateX(6px);
	}
}

.common_page .c-header .c-header_title,
.common_page .c-header .c-header_menu li > span,
.common_page .c-header .c-header_menu li > a,
.common_page .c-header .c-header_btns a,
.common_page .c-header .c-header_title a {
	color: #000;
}
.common_page .c-header .c-header_menu li > a {
	font-size: 13px;
}
.common_page .c-header .c-header_title a {
	font-size: 15px;
}
.common_page .c-header .c-header_btns a {
	border: 1px solid #000;
}
.common_page .c-header .c-header_menu li.js_submenu_btn > span::after {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
@media (max-width: 1280px) {
	.common_page .c-header .c-header_btns a {
		border-top: 1px solid #fff;
		color: #fff;
		margin-top: -1px;
		border-inline: 0;
		border-bottom: 0;
	}
	.common_page .c-header .c-header_title a {
		font-size: 10px;
	}
}
.common_page img {
	width: 100%;
}

/* display */
@media (max-width: 767px) {
	.sp_dn {
		display: none;
	}
}

.sp_db {
	display: none;
}
@media (max-width: 767px) {
	.sp_db {
		display: block;
	}
}

/* row */
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex_center {
	justify-content: center;
}

.flex_start {
	justify-content: flex-start;
}

.flex_end {
	justify-content: flex-end;
}

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

/* page_mv */
.page_mv {
	margin-top: 120px;
}
@media (max-width: 1400px) {
	.page_mv {
		margin-top: 112px;
	}
}
@media (max-width: 1280px) {
	.page_mv {
		margin-top: 82px;
	}
}
.page_mv_bg {
	position: relative;
	width: 100%;
	aspect-ratio: 1921 / 313; /* 高さ = 幅 × アスペクト比 */
	background-image: url('../img/common/mv_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page_mv_img {
	width: 60%;
}
.page_mv .c-title {
	width: 35%;
	color: #fff;
	margin-left: 5%;
}
@media (max-width: 767px) {
	.page_mv {
		margin-top: 0;
	}
	.page_mv_img {
		width: 50%;
	}
	.page_mv .c-title {
		width: 100%;
	}
	.page_mv_bg {
		aspect-ratio: 750 / 312; /* 高さ = 幅 × アスペクト比 */
		background-image: url('../img/common/mv_bg_sp.jpg');
	}
}

.page_mv .mv_logo {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 25px;
}
@media (max-width: 767px) {
	.page_mv .mv_logo {
		margin-top: -6px;
		padding: 16px 0;
	}
}
.page_mv .mv_logo img {
	display: block;
	width: 64px;
	height: 64px;
}
@media only screen and (max-width: 1280px) {
	.page_mv .mv_logo img {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 767px) {
	.page_mv .mv_logo img {
		width: 32px;
		height: 32px;
	}
}
.page_mv .mv_logo::before,
.page_mv .mv_logo::after {
	content: '';
	height: 2px;
	display: block;
	background: #00437a;
}
@media (max-width: 767px) {
	.page_mv .mv_logo::before,
	.page_mv .mv_logo::after {
		background: #00437a;
	}
}
.page_mv .mv_logo:before {
	width: calc(71.25% - 48px);
}
@media only screen and (max-width: 1280px) {
	.page_mv .mv_logo:before {
		width: calc(71.25% - 29px);
	}
}
@media (max-width: 767px) {
	.page_mv .mv_logo:before {
		width: calc((100% - 55px) / 2);
	}
}
.page_mv .mv_logo:after {
	width: calc(28.75% - 48px);
}
@media only screen and (max-width: 1280px) {
	.page_mv .mv_logo:after {
		width: calc(28.75% - 29px);
	}
}
@media (max-width: 767px) {
	.page_mv .mv_logo:after {
		width: calc((100% - 55px) / 2);
	}
}

/* page_mv end */

/* bread */
.bread {
	padding-top: 15px;
}
.bread .c-inner {
	width: 90%;
	max-width: 100%;
}
.bread li {
	position: relative;
	margin-right: 30px;
}
.bread li::after {
	content: '＞';
	position: absolute;
	top: 0;
	right: -22px;
}
.bread li:last-child::after {
	content: none;
}
@media (max-width: 767px) {
	.bread li a {
		font-size: 12px;
	}
	.bread li {
		margin-right: 20px;
	}
	.bread li::after {
		font-size: 10px;
		top: 7px;
		right: -16px;
	}
}

.wp-pagenavi {
	padding: 30px 0;
	text-align: center;
}
.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .current {
	display: inline-block;
	color: #fff;
	border: none;
	background-color: #00417d;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	text-align: center;
}

.wp-pagenavi .page {
	margin-right: 20px;
}

.wp-pagenavi .extend {
	border: none;
}

.wp-pagenavi a,
.wp-pagenavi .current {
	font-size: 16px;
	border: none !important;
	margin-right: 16px;
	line-height: 20px;
}

.wp-pagenavi .previouspostslink {
	margin-right: 20px;
}

.sec-footmenu {
	padding-top: 120px;
	padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.sec-footmenu {
		padding-top: 90px;
		padding-bottom: 10.28646vw;
	}
}
@media (max-width: 767px) {
	.sec-footmenu {
		padding-top: 70px;
		padding-bottom: 28px;
		position: relative;
	}
}

.fc-event-title {
	font-size: 0.85em; /* お好みで調整可能。例: 0.75em〜1em */
}
#calendar .fc-daygrid-event {
	border: none !important;
	padding-left: 4px;
}

#calendar .fc-daygrid-event.holiday-event {
	background-color: #e67c73 !important;
	color: white !important;
}

#calendar .fc-daygrid-event.default-event {
	background-color: #3a72b6 !important;
	color: white !important;
}
#calendar .fc-daygrid-event-dot {
	display: none;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
	flex-grow: 0 !important;
}

/* ローディング画面 */
#loading-screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	transition: opacity 0.8s ease-out;
}

#loading-screen.fade-out {
	opacity: 0;
	pointer-events: none;
}

.loading-logo {
	width: 105px;
	height: 105px;
	animation: pulse 3s ease-in-out infinite;
}

.loading-text {
	margin-top: 20px;
	font-size: 18px;
	color: #3a72b6;
	font-weight: 500;
	letter-spacing: 2px;
}

@keyframes pulse {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
}


/* スライドが1枚のときは中央配置 */
.swiper-single-slide .swiper-wrapper {
	justify-content: center !important;
}

/* 矢印も非表示に */
.swiper-single-slide .swiper-button-next,
.swiper-single-slide .swiper-button-prev {
	display: none !important;
}
