/*================================================================
# base
================================================================ */

.grecaptcha-badge {
	visibility: hidden !important;
}

input[type="submit"]{
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

[data-inview-ani="fadeIn"] {
	opacity: 0;
}

[data-inview-ani="fadeIn"].is-inview {
	animation-name: fadeIn;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

p {
	margin: 0;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

input,
textarea {
	margin: 0;
	resize: none;
	font-size: 100%;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="url"] {
	white-space: nowrap;
	word-break: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 100%;
}

dl,
dt,
dd,
th,
td {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

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;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}

table img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}

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;
}

*:focus {
	outline: none !important;
}

label,
select,
button {
	cursor: pointer;
}

input,
textarea,
select,
button {
	font-family: inherit;
}

a {
	cursor: pointer;
	outline: none;
	transition: opacity 0.3s;
}

@media only screen and (min-width: 1025px) {
	a:hover {
		opacity: 0.5;
	}
}

a:link,
a:visited,
a:active {
	color: #fff;
	text-decoration: none;
}

.ffN {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ffM {
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.ffYG {
	font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.ffYM {
	font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.ffIP {
	font-family: "Shippori Mincho", serif;
}

.ffFGW {
	font-family: "field-gothic-wide", sans-serif;
}

.ffFGX {
	font-family: "Playfair Display", sans-serif;
}

.screen-reader-text {
	width: 1px;
	height: 1px;
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.screen-reader-text:focus {
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	border-radius: 3px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	top: 5px;
	left: 5px;
	display: block;
	clip: auto !important;
	font-size: 14px;
	font-weight: bold;
	color: #21759b;
	text-decoration: none;
	z-index: 100000;
}

/*================================================================
# レイアウト・背景
================================================================ */
html {
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
	font-size: 10px;
	-webkit-text-size-adjust: none;
}

body {
	margin: 0;
	padding: 0;
	background-color: #1a1a1a;
	font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.618;
	color: #fff;
	letter-spacing: 0.07em;
	word-wrap: break-word;
	word-break: break-word;
	font-feature-settings: "palt" 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	line-break: strict;
	overflow-wrap: break-word;
}

@media screen and (max-width: 1279px) {
	body {
		min-width: 100%;
	}
}

.page-wrap {
	max-width: 100vw;
	position: relative;
	overflow: hidden;
}

.wrap {
	width: calc(100% - 8rem);
	max-width: 117rem;
	margin: auto;
}

/*================================================================
#
================================================================ */
#wrap {
	display: block;
}

.inner {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 25px;
}

@media (min-width: 768px) {

	.sp,
	.SP {
		display: none !important;
	}
}

@media (max-width: 767px) {

	.pc,
	.PC {
		display: none !important;
	}
}

.alignnone {
	margin: 5px 0 20px;
}

.aligncenter,
div.aligncenter {
	margin: 5px auto 5px auto;
	display: block;
}

.alignright {
	margin: 5px 0 20px auto;
	float: right;
}

.alignleft {
	margin: 5px auto 20px 0;
	float: left;
}

a img.alignright {
	margin: 5px 0 20px auto;
	float: right;
}

a img.alignnone {
	margin: 5px 0 20px;
}

a img.alignleft {
	margin: 5px auto 20px 0;
	float: left;
}

a img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.wp-caption {
	max-width: 96%;
	padding: 5px 3px 10px;
	border: 1px solid #f0f0f0;
	background: #fff;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 0 20px;
}

.wp-caption.alignleft {
	margin: 5px auto 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px auto;
}

.wp-caption img {
	width: auto;
	max-width: 98.5%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17;
}

.wp-video {
	max-width: 100%;
	margin-bottom: 40px;
}

.wp-video video {
	max-width: 100%;
	height: auto;
}

.cms-content {
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

.cms-content::after {
	content: "";
	display: table;
	clear: both;
}

.cms-content ul,
.cms-content ol {
	margin-bottom: 55px;
	padding-left: 20px;
}

@media (max-width: 767px) {

	.cms-content ul,
	.cms-content ol {
		margin-bottom: 45px;
	}
}

.cms-content ul[style*="list-style-type: circle;"] li {
	list-style-type: circle;
}

.cms-content ul[style*="list-style-type: square;"] li {
	list-style-type: square;
}

.cms-content ul li {
	list-style: disc;
}

.cms-content ol[style*="list-style-type: lower-roman;"] li {
	list-style-type: lower-roman;
}

.cms-content ol[style*="list-style-type: lower-alpha;"] li {
	list-style-type: lower-alpha;
}

.cms-content ol[style*="list-style-type: lower-greek;"] li {
	list-style-type: lower-greek;
}

.cms-content ol[style*="list-style-type: upper-alpha;"] li {
	list-style-type: upper-alpha;
}

.cms-content ol[style*="list-style-type: upper-roman;"] li {
	list-style-type: upper-roman;
}

.cms-content ol li {
	list-style-type: decimal;
}

.cms-content h3 {
	margin: 83px 0 44px;
	padding-bottom: 31px;
	border-bottom: 1px solid #3e3e3e;
	position: relative;
	font-size: 26px;
	line-height: 1.69231;
	letter-spacing: 0.06em;
}

@media (max-width: 767px) {
	.cms-content h3 {
		margin: 83px 0 34px;
		padding-bottom: 23px;
		font-size: 24px;
		line-height: 1.58333;
	}
}

.cms-content h3:nth-child(1) {
	margin-top: 0;
}

.cms-content h3:before {
	width: 40px;
	height: 1px;
	background-color: #e34040;
	position: absolute;
	content: "";
	bottom: -1px;
	left: 0;
}

.cms-content h4 {
	margin: 66px 0 27px;
	padding-left: 21px;
	position: relative;
	font-size: 2.20px;
	line-height: 1.63636;
	letter-spacing: 0.06em;
}

@media (max-width: 767px) {
	.cms-content h4 {
		margin: 56px 0 22px;
		padding-left: 19px;
		font-size: 20px;
		line-height: 1.7;
	}
}

.cms-content h4:nth-child(1) {
	margin-top: 0;
}

.cms-content h4:before {
	width: 2px;
	height: 22px;
	background-color: #613e99;
	position: absolute;
	content: "";
	top: 7px;
	left: 4px;
	transform: skewX(-20deg);
}

@media (max-width: 767px) {
	.cms-content h4:before {
		height: 20px;
		top: 6px;
	}
}

.cms-content h5 {
	margin: 67px 0 23px;
	padding-left: 27px;
	position: relative;
	font-size: 18px;
	line-height: 1.66667;
	letter-spacing: 0.06em;
}

@media (max-width: 767px) {
	.cms-content h5 {
		margin: 57px 0 23px;
		padding-left: 22px;
	}
}

.cms-content h5:nth-child(1) {
	margin-top: 0;
}

.cms-content h5:before {
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: #613e99;
	position: absolute;
	content: "";
	top: 10px;
	left: 2px;
}

@media (max-width: 767px) {
	.cms-content h5:before {
		left: 0;
	}
}

.cms-content p {
	margin-bottom: 55px;
}

@media (max-width: 767px) {
	.cms-content p {
		margin-bottom: 45px;
	}
}

.cms-content a {
	color: #e34040;
	text-decoration: underline;
}

.cms-content span[style*="text-decoration: underline"],
.cms-content u {
	font-style: normal;
	text-decoration-line: underline !important;
	text-decoration-thickness: 4px !important;
	text-decoration-color: #646464 !important;
	text-underline-offset: -1px !important;
}

.cms-content blockquote {
	margin-bottom: 55px;
	padding: 44px 50px;
	background-color: #272727;
	font-size: 15px;
	line-height: 1.73333;
	letter-spacing: 0.05em;
}

@media (max-width: 767px) {
	.cms-content blockquote {
		margin-bottom: 45px;
		padding: 30px 35px;
	}
}

.cms-content blockquote p {
	margin-bottom: 0;
}

.cms-content iframe {
	max-width: 100% !important;
}

.cms-content img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.cms-content table {
	margin-bottom: 55px;
	table-layout: fixed;
	background-color: #272727;
	font-size: 15px;
	line-height: 1.46667;
	letter-spacing: 0.06em;
}

.cms-content table tr {
	height: auto !important;
}

@media (min-width: 768px) {

	.cms-content table tr:not(:first-child) td,
	.cms-content table tr:not(:first-child) th {
		border-top: 1px solid #464646;
	}
}

@media (max-width: 767px) {
	.cms-content table tr {
		width: 100% !important;
		display: block;
	}

	.cms-content table tr:not(:first-child) {
		border-top: 1px solid #464646;
	}
}

.cms-content table td,
.cms-content table th {
	height: auto !important;
	padding: 21px 20px;
	text-align: left;
	vertical-align: middle;
}

@media (max-width: 767px) {

	.cms-content table td,
	.cms-content table th {
		width: 100% !important;
		padding: 17px 20px 15px;
		display: block;
	}
}

.cms-content table td:nth-child(1),
.cms-content table th:nth-child(1) {
	background-color: #2f2f2f;
}

@media (min-width: 768px) {

	.cms-content table td:nth-child(1),
	.cms-content table th:nth-child(1) {
		width: 260px !important;
	}
}

@media (min-width: 768px) {

	.cms-content table td:nth-child(2),
	.cms-content table th:nth-child(2) {
		width: 460px !important;
	}
}

.cms-content #toc_container {
	padding: 46px 50px 42px;
	background-color: #272727;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

@media (max-width: 767px) {
	.cms-content #toc_container {
		padding: 31px 35px 26px;
	}
}

.cms-content #toc_container ul,
.cms-content #toc_container ol {
	margin: 0;
	padding: 0;
}

.cms-content #toc_container ul li,
.cms-content #toc_container ol li {
	margin: 0 0 1px;
	padding: 0;
	list-style: none;
	list-style-position: inside;
}

@media (max-width: 767px) {

	.cms-content #toc_container ul li,
	.cms-content #toc_container ol li {
		margin-bottom: 2px;
	}
}

.cms-content #toc_container a {
	padding: 2px 0;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.cms-content #toc_container .toc_title {
	margin: 0 0 3px;
}

@media (max-width: 767px) {
	.cms-content #toc_container .toc_title {
		margin-bottom: 4px;
	}
}

.cms-content #toc_container .toc_list {
	counter-reset: counter;
}

.cms-content #toc_container .toc_list>li {
	counter-increment: counter;
}

.cms-content #toc_container .toc_list>li>a {
	color: #e34040;
	text-decoration: underline;
}

.cms-content #toc_container .toc_list>li>a:before {
	content: counter(counter, decimal) ". ";
}

.cms-content #toc_container .toc_list>li>ul {
	margin-top: 1px;
	counter-reset: counter;
}

.cms-content #toc_container .toc_list>li>ul>li {
	padding-left: 1px;
	counter-increment: counter;
}

.cms-content #toc_container .toc_list>li>ul>li>a:before {
	padding-right: 4px;
	content: counter(counter, lower-alpha) ".";
}

.cms-content #toc_container .toc_list>li>ul>li>ul {
	margin-top: 1px;
}

.cms-content #toc_container .toc_list>li>ul>li>ul>li>a {
	padding-left: 15px;
	position: relative;
}

.cms-content #toc_container .toc_list>li>ul>li>ul>li>a:before {
	position: absolute;
	content: "・";
	top: 2px;
	left: 0;
}

.c-img {
	position: relative;
	display: block;
}

.c-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	object-fit: cover;
}

.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-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.c-lazybg--top {
	background-position: center top;
}

.c-lazybg--contain {
	background-size: contain;
}

.c-ffFGW {
	font-family: "field-gothic-wide", sans-serif;
}

.c-ffFGX {
	font-family: "Playfair Display", sans-serif;
}

.c-arrow {
	width: 40px;
	height: 40px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.c-arrow {
		width: 30px;
		height: 30px;
	}
}

.c-arrow:before {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: #613e99;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	will-change: transform;
	transition: transform 0.5s;
}

.c-arrow span {
	width: 10px;
	height: 12px;
	margin-left: 2px;
	position: relative;
}

@media (max-width: 767px) {
	.c-arrow span {
		width: 9px;
		height: 10px;
	}
}

.c-arrow span:before,
.c-arrow span:after {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	will-change: opacity, transform;
	transition: opacity 0.5s, transform 0.5s;
}

@media (max-width: 767px) {

	.c-arrow span:before,
	.c-arrow span:after {
		border-top-width: 5px;
		border-bottom-width: 5px;
		border-left-width: 9px;
	}
}

.c-arrow span:after {
	opacity: 0;
	transform: translateX(-28px);
}

.is-hover-arrow {
	cursor: pointer;
}

@media only screen and (min-width: 1025px) {
	.is-hover-arrow:hover {
		opacity: 1;
	}

	.is-hover-arrow:hover .c-arrow:before {
		transform: scale(1.25);
	}

	.is-hover-arrow:hover .c-arrow span:before {
		opacity: 0;
		transform: translateX(28px);
	}

	.is-hover-arrow:hover .c-arrow span:after {
		opacity: 1;
		transform: translateX(0);
	}
}

.c-ttl01__en {
	margin-bottom: 16px;
	display: block;
	font-family: "Playfair Display", sans-serif;
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.c-ttl01__en {
		margin-bottom: 12px;
		font-size: 36px;
		line-height: 1.27778;
	}
}

.c-ttl01__en span {
	font-size: 80px;
	font-weight: 300;
}

.c-ttl01__ja {
	padding-left: 5px;
	display: block;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.25em;
}

@media (max-width: 767px) {
	.c-ttl01__ja {
		padding-left: 2px;
		font-size: 15px;
		line-height: 1.73333;
	}
}

.c-ttl01.center {
	text-align: center;
}

.c-ttl01--row {
	display: flex;
	align-items: flex-end;
}

.c-ttl01--row .c-ttl01__en {
	margin-bottom: 0;
}

.c-ttl01--row .c-ttl01__ja {
	padding: 0 0 5px 23px;
}

.c-ttl01 .c-ttl01__ja small {
	font-size: 14px;
}

.c-ttl02 {
	position: relative;
}

.c-ttl02__en {
	margin-right: -100vw;
	margin-left: -100vw;
	display: block;
}

@media (min-width: 768px) {
	@keyframes slideTitle {
		0% {
			background-position: 1662px 0;
		}

		100% {
			background-position: 0 0;
		}
	}

	.c-ttl02__en--news {
		height: 92px;
		background-size: 1662px 92px;
		animation: slideTitle 20s linear infinite;
	}
}

@media (max-width: 767px) {
	@keyframes slideTitle {
		0% {
			background-position: 780px 0;
		}

		100% {
			background-position: 0 0;
		}
	}

	.c-ttl02__en--news {
		height: 42px;
		background-size: 780px 42px;
		animation: slideTitle 10s linear infinite;
	}
}

.c-ttl02__ja {
	display: block;
	font-size: 26px;
	letter-spacing: 0.25em;
}

@media (max-width: 767px) {
	.c-ttl02__ja {
		text-align: center;
	}
}

.c-ttl03 {
	display: flex;
	align-items: center;
}

.c-ttl03 .ja {
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.25em;
}

@media (max-width: 767px) {
	.c-ttl03 .ja {
		letter-spacing: 0.12em;
	}
}

.c-ttl03 .en {
	padding-left: 15px;
	display: inline-block;
	font-family: "Playfair Display", sans-serif;
	font-size: 12px;
	line-height: 1.16667;
	color: #676767;
	letter-spacing: 0.04em;
}

.c-ttl04 {
	padding-left: 25px;
	background: 0 center/10px 22px no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='22' viewBox='0 0 10 22'%3E%3Cpath id='パス_16' data-name='パス 16' d='M1458.441,4709h-2l8-22h2Z' transform='translate(-1456.441 -4687)' fill='%23613e99'/%3E%3C/svg%3E%0A");
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.06em;
}

@media (max-width: 767px) {
	.c-ttl04 {
		padding-left: 20px;
		background-size: 8px 18px;
		font-size: 18px;
		line-height: 1.44444;
	}
}

.c-view-all {
	width: 135px;
	padding: 7px 0;
	cursor: pointer;
	position: relative;
	display: block;
	overflow: hidden;
}

.c-view-all:before,
.c-view-all:after {
	width: 150%;
	height: 2px;
	background-color: #613e99;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	will-change: transform;
	transition: transform 0.5s linear;
}

.c-view-all:after {
	transform: translateX(-150%);
}

.c-view-all span {
	padding-left: 22px;
	position: relative;
	display: block;
	font-family: "Playfair Display", sans-serif;
	font-size: 20px;
	line-height: 1.75;
	white-space: nowrap;
	letter-spacing: 0.15em;
	will-change: color;
	transition: color 0.5s;
}

.c-view-all span:before,
.c-view-all span:after {
	width: 0;
	height: 0;
	margin-top: -6px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	will-change: opacity;
	transition: opacity 0.5s;
}

.c-view-all span:after {
	opacity: 0;
	border-left-color: #613e99;
}

@media only screen and (min-width: 1025px) {
	.c-view-all:hover {
		opacity: 1;
	}

	.c-view-all:hover:before {
		transform: translateX(150%);
	}

	.c-view-all:hover:after {
		transform: translateX(0);
	}

	.c-view-all:hover span {
		color: #613e99;
	}

	.c-view-all:hover span:before {
		opacity: 0;
	}

	.c-view-all:hover span:after {
		opacity: 1;
	}
}

.c-view-all02 {
	width: 200px;
	height: 34px;
	cursor: pointer;
	border-radius: 100px;
	background-color: #613e99;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	will-change: background-color;
	transition: background-color 0.5s;
}

.c-view-all02 span {
	padding-left: 18px;
	position: relative;
	display: block;
	font-family: "Playfair Display", sans-serif;
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: 0.1em;
	will-change: transform;
	transition: transform 0.5s;
}

.c-view-all02 span:before {
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #fff;
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
}

@media only screen and (min-width: 1025px) {
	.c-view-all02:hover {
		opacity: 1;
		background-color: #1a1a1a;
	}

	.c-view-all02:hover span {
		transform: translateX(10px);
	}
}

.c-link01 {
	width: 340px;
	padding: 20px 0;
	cursor: pointer;
	position: relative;
	display: block;
	overflow: hidden;
}

.c-link01:before,
.c-link01:after {
	width: 150%;
	height: 2px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	will-change: transform;
	transition: transform 0.5s linear;
}

.c-link01:before {
	background-color: #3e3e3e;
}

.c-link01:after {
	background-color: #613e99;
	transform: translateX(-150%);
}

.c-link01 span {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.75;
	white-space: nowrap;
	letter-spacing: 0.1em;
	will-change: color;
	transition: color 0.5s;
}

.c-link01 span:before {
	width: 0;
	height: 0;
	margin-top: -6px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #613e99;
	position: absolute;
	content: "";
	top: 50%;
	right: 8px;
	will-change: opacity;
	transition: opacity 0.5s;
}

@media only screen and (min-width: 1025px) {
	.c-link01:hover {
		opacity: 1;
	}

	.c-link01:hover:before {
		transform: translateX(150%);
	}

	.c-link01:hover:after {
		transform: translateX(0);
	}
}

.c-link01--while:before {
	background-color: #613e99;
}

.c-link01--while span::before {
	border-left-color: #fff;
}

.c-mv-sub {
	position: relative;
	z-index: 2;
}

.c-mv-sub__img {
	width: 100%;
}

.c-mv-sub__img img {
	width: 100%;
}

.c-mv-sub__ttl {
	width: 100%;
	position: absolute;
	left: 0;
}

@media (min-width: 768px) {
	.c-mv-sub__ttl {
		padding: 0 90px;
		bottom: 54px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
	.c-mv-sub__ttl {
		max-width: 1150px;
		margin: 0 auto;
		padding: 0 25px;
		right: 0;
	}
}

@media (max-width: 767px) {
	.c-mv-sub__ttl {
		right: 0;
		bottom: -25px;
		left: 0;
		text-align: center;
	}
}

.c-mv-sub__ttl span {
	display: block;
}

.c-mv-sub__ttl .en {
	font-family: "Playfair Display", sans-serif;
	font-size: 55px;
	line-height: 1.34545;
	letter-spacing: 0.04em;
}

@media (max-width: 767px) {
	.c-mv-sub__ttl .en {
		font-size: 3.40px;
		line-height: 1.41176;
		letter-spacing: 0.04em;
	}
}

.c-mv-sub__ttl .ja {
	margin-top: 11px;
	padding-left: 5px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.4em;
}

@media (max-width: 767px) {
	.c-mv-sub__ttl .ja {
		margin-top: 18px;
		padding-left: 0;
		font-size: 16px;
		line-height: 1.3;
		letter-spacing: 0.3em;
	}
}

.c-mv-sub[rel="js-inview-custom"] .c-mv-sub__img {
	opacity: 0;
	filter: blur(10px);
	transition-timing-function: ease;
	transition-duration: 1000ms;
}

.c-mv-sub[rel="js-inview-custom"] .c-mv-sub__ttl .en {
	opacity: 0;
	transition-delay: 300ms;
	transition-duration: 2000ms;
	transform: translateY(30px);
}

.c-mv-sub[rel="js-inview-custom"].is-inview .c-mv-sub__img {
	opacity: 1;
	filter: blur(0);
}

.c-mv-sub[rel="js-inview-custom"].is-inview .c-mv-sub__ttl .en {
	opacity: 1;
	transform: translateY(0);
}

.c-breadcrumb {
	margin-top: 142px;
	padding: 0 50px 31px;
	font-family: "Playfair Display", sans-serif;
	font-size: 12px;
	line-height: 1.66667;
	letter-spacing: 0.06em;
}

@media (max-width: 767px) {
	.c-breadcrumb {
		margin-top: 98px;
		padding: 0 15px 15px;
		font-size: 10px;
		line-height: 1.81818;
		letter-spacing: 0.1em;
	}
}

.c-breadcrumb ul li {
	display: inline;
}

.c-breadcrumb ul li.ja {
	font-family: "Shippori Mincho", serif;
}

.c-breadcrumb ul li:not(:first-child):before {
	width: 24px;
	height: 1px;
	margin: 0 13px 0;
	background-color: #6e6e6e;
	content: "";
	display: inline-block;
	transform: translateY(-4px);
}

@media (max-width: 767px) {
	.c-breadcrumb ul li:not(:first-child):before {
		width: 20px;
		margin: 0 14px 0;
	}
}

@media (max-width: 767px) {
	.c-breadcrumb ul li:last-of-type {
		padding-right: 20px;
	}
}

.c-breadcrumb ul li a {
	color: #6e6e6e;
}

.c-navipost {
	max-width: 315px;
	margin: 25px auto 0;
	padding: 0 0 10px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
}

@media (max-width: 767px) {
	.c-navipost {
		margin: 80px 0 0;
	}
}

.c-navipost__arrow {
	width: 38px;
	height: 38px;
	cursor: pointer;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-navipost__arrow:before {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: #613e99;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	will-change: transform;
	transition: transform 0.5s;
}

.c-navipost__arrow span {
	width: 10px;
	height: 12px;
	margin-left: 2px;
	position: relative;
}

.c-navipost__arrow span:before,
.c-navipost__arrow span:after {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	will-change: opacity, transform;
	transition: opacity 0.5s, transform 0.5s;
}

.c-navipost__arrow span:after {
	opacity: 0;
	transform: translateX(-28px);
}

@media only screen and (min-width: 1025px) {
	.c-navipost__arrow:hover {
		opacity: 1;
	}

	.c-navipost__arrow:hover:before {
		transform: scale(1.25);
	}

	.c-navipost__arrow:hover span:before {
		opacity: 0;
		transform: translateX(28px);
	}

	.c-navipost__arrow:hover span:after {
		opacity: 1;
		transform: translateX(0);
	}
}

.c-navipost__arrow--prev {
	left: 0;
	transform: rotate(180deg);
}

.c-navipost__arrow--next {
	right: 0;
}

.c-navipost__list {
	padding-bottom: 12px;
	cursor: pointer;
	position: relative;
	top: -2px;
	display: block;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.55556;
	letter-spacing: 0.25em;
	will-change: color;
	transition: color 0.5s;
}

.c-navipost__list:before,
.c-navipost__list:after {
	width: 150%;
	height: 1px;
	background-color: #613e99;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	will-change: transform;
	transition: transform 0.5s linear;
}

.c-navipost__list:after {
	transform: translateX(-150%);
}

@media only screen and (min-width: 1025px) {
	.c-navipost__list:hover {
		opacity: 1;
		color: #613e99;
	}

	.c-navipost__list:hover:before {
		transform: translateX(150%);
	}

	.c-navipost__list:hover:after {
		transform: translateX(0);
	}
}

@media (min-width: 768px) {
	.l-container {
		display: flex;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.l-main {
		width: calc(100% - 280px);
		max-width: 720px;
	}
}

@media (min-width: 768px) {
	.l-side {
		width: 260px;
	}
}

.l-side .item-side:not(:first-child) {
	margin-top: 45px;
}

@media (max-width: 767px) {
	.l-side .item-side:not(:first-child) {
		margin-top: 66px;
	}
}

.l-side .title-side {
	display: flex;
	align-items: center;
}

.l-side .title-side__ja {
	margin-right: 14px;
	font-size: 24px;
	line-height: 1.41667;
	letter-spacing: 0.25em;
}

.l-side .title-side__en {
	font-family: "Playfair Display", sans-serif;
	font-size: 12px;
	line-height: 1.83333;
	color: #676767;
	letter-spacing: 0.04em;
}

.l-side .cate-list {
	margin-top: 25px;
}

.l-side .cate-list li:not(:first-child) {
	margin-top: 2px;
}

.l-side .cate-list li a {
	padding: 5px 5px 5px 26px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.06em;
	will-change: color;
	transition: color 0.3s;
}

.l-side .cate-list li a:before {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #613e99;
	position: absolute;
	content: "";
	top: 12px;
	left: 0;
}

@media only screen and (min-width: 1025px) {
	.l-side .cate-list li a:hover {
		opacity: 1;
		color: #613e99;
	}
}

@media (max-width: 767px) {
	.l-side .cate-list--sp01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.l-side .cate-list--sp01 li {
		width: 50%;
		padding-right: 10px;
	}
}

.l-side .archive-list {
	margin-top: 26px;
}

.l-side .archive-list .archive-item:not(:first-child) {
	margin-top: 2px;
}

@media (max-width: 767px) {
	.l-side .archive-list .archive-item:not(:first-child) {
		margin-top: 6px;
	}
}

.l-side .archive-list .archive-item .year {
	padding: 6px 6px 6px 26px;
	cursor: pointer;
	position: relative;
	font-family: "Playfair Display", sans-serif;
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.06em;
}

.l-side .archive-list .archive-item .year:before {
	width: 0;
	height: 0;
	margin-top: -4px;
	border-top: 10px solid #613e99;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	will-change: transform;
	transition: transform 0.3s;
}

.l-side .archive-list .archive-item .year.is-active:before {
	transform: rotate(-180deg);
}

.l-side .archive-list .archive-item .months {
	display: none;
}

.l-side .archive-list .archive-item .month-inner {
	margin: 10px 0 21px;
	padding: 14px 13px 14px 6px;
	background-color: #272727;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.l-side .archive-list .archive-item .month-inner {
		padding: 23px 18px 23px 14px;
	}
}

.l-side .archive-list .archive-item .month-inner .month-item {
	width: 25%;
	padding: 3px 10px 2px 0;
	font-size: 12px;
	line-height: 1.83333;
	text-align: right;
	white-space: nowrap;
	letter-spacing: 0.25em;
}

@media (max-width: 767px) {
	.l-side .archive-list .archive-item .month-inner .month-item {
		width: 16.5%;
		padding: 4px 6px 4px 0;
	}
}

.l-side .archive-list .archive-item .month-inner .month-item span {
	margin-right: 1px;
	font-family: "Playfair Display", sans-serif;
	font-size: 13px;
	letter-spacing: 0.06em;
}

.l-side .archive-list .archive-item .month-inner .is-inactive {
	pointer-events: none;
	opacity: 0.3;
}

.l-side .archive-list .archive-item .month-inner a {
	cursor: pointer;
	display: block;
	will-change: color;
	transition: color 0.3s;
}

@media only screen and (min-width: 1025px) {
	.l-side .archive-list .archive-item .month-inner a:hover {
		opacity: 1;
		color: #613e99;
	}
}

.c-img-gradient {
	position: relative;
}

.c-img-gradient .bg {
	width: calc(100% + 40px);
	position: absolute !important;
	content: "";
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
}

.c-img-gradient .bg:before {
	width: 100%;
	padding-top: 100%;
	content: " ";
	display: block;
}

.c-img-gradient .bg>.content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.c-img-gradient .bg>img {
	object-fit: fill;
}

@media (max-width: 767px) {
	.c-img-gradient .bg {
		width: calc(100% + 80px);
	}
}

.c-img-gradient>img {
	position: relative;
	z-index: 2;
}

@media (min-width: 768px) {
	.c-img-gradient--700 .bg {
		width: calc(100% + 300px);
	}
}

@media (min-width: 768px) {
	.c-img-gradient--760 .bg {
		width: calc(100% + 240px);
	}
}

@media (max-width: 767px) {
	.table-wrapper {
		position: relative;
		overflow-y: hidden;
	}

	.table-wrapper:before {
		width: 120px;
		height: 100px;
		margin-top: -50px;
		margin-left: -60px;
		background: 0 0/100% no-repeat;
		background-image: url("../img/common/icon/ico_scroll.svg");
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		will-change: opacity;
		z-index: 2;
		transition: opacity 0.5s;
	}

	.table-wrapper.is-hidden:before {
		pointer-events: none;
		opacity: 0;
	}

	.table-container {
		overflow-y: hidden;
	}
}

.l-footer {
	padding: 50px 50px 50px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

@media (max-width: 767px) {
	.l-footer {
		padding: 0 15px 20px;
	}
}

.l-footer .l-fBg {
	pointer-events: none;
	position: absolute;
	top: 184px;
	right: -145px;
	bottom: -221px;
	left: -145px;
	z-index: -2;
}

@media (max-width: 767px) {
	.l-footer .l-fBg {
		top: 240px;
		right: -59px;
		bottom: -252px;
		left: -59px;
	}
}

.l-footer .l-fBg img {
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	.l-footer .l-fPage {
		display: flex;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
	.l-footer .l-fPage {
		max-width: 1180px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 559px) {
	.l-footer .l-fPage {
		margin: 20px 0 0;
	}
}

.l-footer .l-fPage__item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	z-index: 1;
}

@media (min-width: 768px) {
	.l-footer .l-fPage__item {
		width: 100%;
		height: 400px;
	}
}

@media (max-width: 767px) {
	.l-footer .l-fPage__item {
		height: 185px;
	}

	.l-footer .l-fPage__item:not(:first-child) {
		margin-top: 20px;
	}
}

.l-footer .l-fPage__item:before {
	pointer-events: none;
	filter: brightness(15);
	background-color: rgba(13, 13, 13, 0.15);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.l-footer .l-fPage__item__bg-hover {
	pointer-events: none;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	will-change: opacity;
	z-index: -1;
	transition: opacity 0.5s;
}

.l-footer .l-fPage__item__in {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.l-footer .l-fPage__item__in {
		margin-top: 0;
	}
}

.l-footer .l-fPage__item__title-en {
	font-family: "Playfair Display", sans-serif;
	font-size: 5rem;
	line-height: 1.28;
	letter-spacing: 0.04em;
}

@media (max-width: 767px) {
	.l-footer .l-fPage__item__title-en {
		font-size: 26px;
		line-height: 1.53846;
	}
}

.l-footer .l-fPage__item__title-ja {
	margin-top: 11px;
	font-size: 18px;
	line-height: 1.55556;
	letter-spacing: 0.25em;
}

@media (max-width: 767px) {
	.l-footer .l-fPage__item__title-ja {
		margin-top: 1px;
		font-size: 12px;
		line-height: 1.83333;
	}
}

.l-footer .l-fPage__item__arrow {
	width: 60px;
	height: 60px;
	margin: 25px auto 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.l-footer .l-fPage__item__arrow {
		width: 30px;
		height: 30px;
		margin-top: 15px;
	}
}

.l-footer .l-fPage__item__arrow:before {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: #613e99;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	will-change: background-color, transform;
	transition: background-color 0.5s, transform 0.5s;
}

.l-footer .l-fPage__item__arrow span {
	width: 10px;
	height: 12px;
	margin-left: 2px;
	position: relative;
}

@media (max-width: 767px) {
	.l-footer .l-fPage__item__arrow span {
		width: 9px;
		height: 10px;
	}
}

.l-footer .l-fPage__item__arrow span:before,
.l-footer .l-fPage__item__arrow span:after {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	will-change: opacity, transform;
	transition: opacity 0.5s, transform 0.5s;
}

@media (max-width: 767px) {

	.l-footer .l-fPage__item__arrow span:before,
	.l-footer .l-fPage__item__arrow span:after {
		border-top-width: 5px;
		border-bottom-width: 5px;
		border-left-width: 9px;
	}
}

.l-footer .l-fPage__item__arrow span:before {
	border-left-color: #fff;
}

.l-footer .l-fPage__item__arrow span:after {
	opacity: 0;
	border-left-color: #613e99;
	transform: translateX(-27px);
}

.l-footer .l-fBox {
	margin-top: 20px;
	padding: 50px;
	background-color: #0d0d0d;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
	.l-footer .l-fBox {
		max-width: 1180px;
		margin-right: auto;
		margin-left: auto;
		padding: 64px;
	}
}

@media (max-width: 767px) {
	.l-footer .l-fBox {
		padding: 48px 30px 25px;
	}
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
	.l-footer .l-fBox {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 768px) {
	.l-footer .l-fBox__info {
		max-width: 1080px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
	.l-footer .l-fBox__info {
		max-width: 285px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width: 768px) {
	.l-footer .l-fBox__info__dt {
		width: 50%;
		padding-right: 20px;
		padding-left: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.l-footer .l-fBox__info__dt {
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.l-footer .l-fBox__info__logo {
		width: 120px;
		position: relative;
		display: block;
	}
}

@media (max-width: 767px) {
	.l-footer .l-fBox__info__logo {
		width: 80px;
		margin: 0 auto;
		display: block;
	}
}

.l-footer .l-fBox__info__company-name {
	margin: 40px 0 0;
	font-size: 18px;
	letter-spacing: 0.06em;
}

@media (max-width: 767px) {
	.l-footer .l-fBox__info__company-name {
		margin-top: 26px;
		font-size: 15px;
		line-height: 1.66667;
		text-align: center;
	}
}

.l-footer .l-fBox__info__company-address {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: 0.06em;
}

@media (max-width: 767px) {
	.l-footer .l-fBox__info__company-address {
		margin-top: 4px;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.l-footer .l-fBox__info__map {
		width: 50%;
		max-width: 494px;
		height: 300px;
	}
}

@media (max-width: 767px) {
	.l-footer .l-fBox__info__map {
		width: 100%;
		height: 173px;
		margin-top: 35px;
	}
}

.l-footer .l-fBox__info__map iframe {
	width: 100%;
	height: 100%;
}

.l-footer .l-fBox__navi {
	position: relative;
	display: flex;
}

@media (min-width: 768px) {
	.l-footer .l-fBox__navi {
		max-width: 1020px;
		margin: 58px auto 0;
		padding: 0 6px 55px 24px;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.l-footer .l-fBox__navi {
		margin-top: 42px;
		padding-bottom: 47px;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
	.l-footer .l-fBox__navi {
		max-width: 285px;
		margin-right: auto;
		margin-left: auto;
	}
}

.l-footer .l-fBox__navi:after {
	width: 100%;
	height: 2px;
	opacity: 0.5;
	background-image: linear-gradient(270deg, #613e99 0%, #a089c5 51%, #613e99 100%);
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
}

.l-fBox__navi__lst {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
}

@media screen and (max-width: 559px) {
	.l-fBox__navi__lst {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
}

.l-footer .l-fBox__navi__ttl {
	margin-bottom: 15px;
	font-family: "Playfair Display", sans-serif;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

@media only screen and (min-width: 768px) and (max-width: 950px) {
	.l-footer .l-fBox__navi__ttl {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 1.55556;
	}
}

@media (max-width: 767px) {
	.l-footer .l-fBox__navi__ttl {
		margin-bottom: 11px;
		font-size: 16px;
		line-height: 1.625;
	}
}

.l-footer .l-fBox__navi__lst li:not(:first-child) {
	margin-top: 2px;
}

@media (max-width: 767px) {
	.l-footer .l-fBox__navi__lst li:not(:first-child) {
		margin-top: 2px;
	}
}

.l-footer .l-fBox__navi__lst li a {
	padding: 1px 0 1px 20px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.66667;
	letter-spacing: 0.06em;
	will-change: transform;
	transition: transform 0.3s;
}

@media (max-width: 767px) {
	.l-footer .l-fBox__navi__lst li a {
		padding: 1px 0 1px 11px;
		font-size: 12px;
		line-height: 1.66667;
		letter-spacing: 0em;
	}
}

.l-footer .l-fBox__navi__lst li a:before {
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: #613e99;
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	will-change: transform;
	transition: transform 0.3s;
}

@media (max-width: 767px) {
	.l-footer .l-fBox__navi__lst li a:before {
		width: 5px;
		height: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 950px) {
	.l-footer .l-fBox__navi__lst li a {
		padding-left: 14px;
		font-size: 12px;
		line-height: 1.83333;
		letter-spacing: 0.04em;
	}

	.l-footer .l-fBox__navi__lst li a:before {
		width: 8px;
		height: 8px;
	}
}

.l-footer .l-fBox__navi__lst li a span {
	display: block;
	will-change: transform;
	transition: transform 0.3s;
}

.l-footer .l-fBox__navi__lst li a .jp {
	font-size: 12px;
	color: #b3b3b3;
	letter-spacing: 0.1em;
}

@media only screen and (min-width: 1025px) {
	.l-footer .l-fBox__navi__lst li a:hover {
		opacity: 1;
	}

	.l-footer .l-fBox__navi__lst li a:hover:before {
		transform: scale(1.2);
	}

	.l-footer .l-fBox__navi__lst li a:hover span {
		transform: translateX(5px);
	}
}

.l-footer .l-fBox__copyright {
	font-family: "Playfair Display", sans-serif;
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: 0.06em;
}

@media (min-width: 768px) {
	.l-footer .l-fBox__copyright {
		max-width: 1020px;
		margin: 37px auto 6px;
	}
}

@media (max-width: 767px) {
	.l-footer .l-fBox__copyright {
		margin-top: 17px;
		font-size: 12px;
		line-height: 1.83333;
	}
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
	.l-footer .l-fBox__copyright {
		max-width: 285px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width: 768px) {
	html:not(.is-touch) .l-fPage__item:hover {
		opacity: 1;
	}

	html:not(.is-touch) .l-fPage__item:hover .l-fPage__item__bg-hover {
		opacity: 1;
	}

	html:not(.is-touch) .l-fPage__item:hover .l-fPage__item__arrow:before {
		background-color: #fff;
		transform: scale(1.15);
	}

	html:not(.is-touch) .l-fPage__item:hover .l-fPage__item__arrow span:before {
		opacity: 0;
		transform: translateX(27px);
	}

	html:not(.is-touch) .l-fPage__item:hover .l-fPage__item__arrow span:after {
		opacity: 1;
		transform: translateX(0);
	}

	html .is-touch .l-fPage__item__bg-hover {
		display: none;
	}
}

.l-header .h1-main {
	width: 100%;
	height: 40px;
	padding: 1px 50px;
	background-color: #1a1a1a;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	font-size: 10px;
	line-height: 1.54545;
	letter-spacing: 0em;
	z-index: 10;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.l-header .h1-main {
		padding-right: 17px;
		padding-left: 17px;
	}
}

.l-header .l-hLogo {
	width: 8rem;
	mix-blend-mode: lighten;
	z-index: 20;
}

@media (min-width: 768px) {
	.l-header .l-hLogo {
		position: absolute;
		top: 66px;
		left: 45px;
		z-index: 31;
	}
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.l-header .l-hLogo {
		width: 100px;
		left: 15px;
	}
}

@media (max-width: 767px) {
	.l-header .l-hLogo {
		position: fixed;
		top: 28px;
		left: 24px;
	}

	.l-header .l-hLogo img {
		width: 86px;
	}
}

.l-header .l-hLogo a {
	display: block;
}

@media (min-width: 768px) {
	.l-header .l-hNavi {
		position: absolute;
		top: 70px;
		right: 50px;
		left: 10rem;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		z-index: 30;
	}
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.l-header .l-hNavi {
		right: 15px;
		left: 115px;
	}
}

.l-header .l-hMenu {
	padding-right: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.l-header .l-hMenu {
		width: calc(100% - 240px);
		padding-right: 15px;
	}
}

.l-header .l-hMenu__item>a,
.l-header .l-hMenu__item>p {
	padding: 14px;
	display: block;
	font-family: "Playfair Display", sans-serif;
	font-size: 14px;
	line-height: 1.625;
	text-align: center;
	letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {

	.l-header .l-hMenu__item>a,
	.l-header .l-hMenu__item>p {
		padding-right: 7px;
		padding-left: 7px;
		font-size: 14px;
		line-height: 1.71429;
	}
}

.l-header .l-hMenu__item.has-submenu>p {
	margin-top: 20px;
	padding-bottom: 34px;
	cursor: pointer;
}

.l-header .l-hMenu__item.has-submenu>p>span {
	padding-right: 20px;
	position: relative;
}

.l-header .l-hMenu__item.has-submenu>p>span:before,
.l-header .l-hMenu__item.has-submenu>p>span:after {
	width: 11px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
}

.l-header .l-hMenu__item.has-submenu>p>span:after {
	will-change: transform;
	transition: transform 0.3s;
	transform: rotate(-90deg);
}

.l-header .l-hMenu__item.has-submenu.is-active>p>span:after {
	transform: rotate(0);
}

.l-header .l-hMenu__item .jp {
	margin: 4px 0 0;
	display: block;
	font-family: "Shippori Mincho", serif;
	font-size: 12px;
	line-height: 1.625;
	text-align: center;
	letter-spacing: 0.1em;
}

.l-header .l-hSubmenu {
	padding: 38px 10px;
	pointer-events: none;
	opacity: 0;
	border-radius: 10px;
	background-color: #0d0d0d;
	position: absolute;
	right: 0;
	left: -130px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	will-change: opacity;
	transition: opacity 0.3s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.l-header .l-hSubmenu {
		left: -100px;
	}
}

.l-header .l-hSubmenu.is-active {
	pointer-events: auto;
	opacity: 1;
}

.l-header .l-hSubmenu li {
	margin: 1px 23px;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.l-header .l-hSubmenu li {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.l-header .l-hSubmenu li:first-child {
	margin-left: 0;
}

.l-header .l-hSubmenu li:last-child {
	margin-right: 0;
}

.l-header .l-hSubmenu li:not(:first-child):before {
	width: 8px;
	height: 8px;
	margin-top: -3px;
	border-radius: 100px;
	background-color: #613e99;
	position: absolute;
	content: "";
	top: 50%;
	left: -27px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.l-header .l-hSubmenu li:not(:first-child):before {
		left: -14px;
	}
}

.l-header .l-hSubmenu li a {
	padding: 7px 10px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.l-header .l-hSubmenu li a {
		font-size: 14px;
		line-height: 1.85714;
	}
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.l-header .l-hTel {
		width: 240px;
	}
}

@media (min-width: 768px) {
	.l-header.is-fixed .l-hLogo {
		position: fixed;
		top: 10px;
	}

	.l-header.is-fixed .l-hNavi {
		position: fixed;
		top: 10px;
	}
}

.c-btn-tel {
	width: 200px;
	height: 55px;
	padding: 0 0 2px;
	cursor: pointer;
	border-radius: 100px;
	background-color: #613e99;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	font-family: "Playfair Display", sans-serif;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.15em;
}

@media (max-width: 767px) {
	.c-btn-tel {
		width: 100%;
		margin: 40px 0 0;
		font-size: 17px;
	}
}

.c-btn-tel:before {
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(26, 26, 26, 0.5);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	will-change: opacity;
	transition: opacity 0.3s;
}

.c-btn-tel span {
	padding: 0 0 0 32px;
	position: relative;
	z-index: 1;
}

.c-btn-tel span:before {
	width: 24px;
	height: 24px;
	margin: auto;
	background-image: url("../img/mail_white.svg");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
}

@media only screen and (min-width: 1025px) {
	.c-btn-tel:hover {
		opacity: 1;
	}

	.c-btn-tel:hover:before {
		opacity: 1;
	}
}

.l-menu-open {
	width: 51px;
	height: 51px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	box-shadow: none;
	position: fixed;
	top: 18px;
	right: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	z-index: 101;
}

@media (min-width: 768px) {
	.l-menu-open {
		display: none;
	}
}

.l-menu-open span {
	width: 100%;
	height: 1px;
	margin: 0 auto;
	background-color: #fff;
	position: absolute;
	right: 0;
	left: 0;
	transition: 0.3s ease-in-out;
}

.l-menu-open span:nth-child(1) {
	top: 21px;
}

.l-menu-open span:nth-child(2) {
	bottom: 21px;
}

.l-menu-open.is-active span:nth-child(1) {
	top: 25px;
	transform: rotate(9deg);
}

.l-menu-open.is-active span:nth-child(2) {
	bottom: 25px;
	transform: rotate(-9deg);
}

.l-menu {
	padding: 102px 25px 60px;
	opacity: 0;
	background-color: #1a1a1a;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	overflow: auto;
	z-index: 100;
	transition: opacity 0.3s ease;
}

.l-menu.is-active {
	opacity: 1;
	visibility: visible;
}

body.is-layerOn {
	overflow: hidden !important;
}

@media (min-width: 768px) {
	.l-menu {
		display: none !important;
	}
}

.l-menu__logo {
	position: absolute;
	top: 28px;
	left: 24px;
}

@media (max-width: 768px) {
	.l-menu__logo a {
		width: 80px;
		display: block;
	}

	.l-menu__navi {
		margin: 40px 0 0;
		position: relative;
		z-index: 1;
	}

	.l-menu__navi .l-hMenu__item>a,
	.l-menu__navi .l-hMenu__item>p {
		padding: 14px 20px;
		position: relative;
		display: flex;
		align-items: center;
		font-family: "Playfair Display", sans-serif;
		font-size: 17px;
		line-height: 1.625;
		text-align: center;
		letter-spacing: 0.1em;
	}

	.l-menu__navi .l-hMenu__item> :before {
		width: 9px;
		height: 9px;
		border-radius: 100px;
		background-color: #613e99;
		position: absolute;
		content: "";
		top: 24px;
		left: 0;
	}

	.l-menu__navi .l-hMenu__item .jp {
		margin: 4px 0 0 16px;
		display: block;
		font-family: "Shippori Mincho", serif;
		font-size: 11px;
		line-height: 1.625;
		text-align: center;
		letter-spacing: 0.1em;
	}
}

.l-menu__navi__ttl {
	margin-bottom: 10px;
	font-family: "Playfair Display", sans-serif;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.l-menu__navi__ttl:not(:first-child) {
	margin-top: 20px;
}

.l-menu__navi__lst {
	padding-left: 31px;
	position: relative;
}

.l-menu__navi__lst:before {
	width: 1px;
	background-color: #404040;
	position: absolute;
	content: "";
	top: 8px;
	bottom: 8px;
	left: 5px;
}

.l-menu__navi__lst li a {
	padding: 3px 0 3px 20px;
	position: relative;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.66667;
	letter-spacing: 0.1em;
}

.l-menu__navi__lst li a:before {
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: #613e99;
	position: absolute;
	content: "";
	top: 11px;
	left: 0;
}

.l-menu__tel {
	margin-top: 31px;
}

.wp-pagenavi {
	width: 315px;
	height: 38px;
	margin: 80px auto 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Playfair Display", sans-serif;
	font-size: 1.7rem;
	line-height: 1.17647;
	letter-spacing: 0.05em;
}

@media (max-width: 767px) {
	.wp-pagenavi {
		width: 275px;
		margin-top: 60px;
	}
}

.wp-pagenavi a {
	cursor: pointer;
	display: block;
	will-change: color;
	transition: color 0.3s;
}

@media only screen and (min-width: 1025px) {
	.wp-pagenavi a:hover {
		opacity: 1;
		color: #613e99;
	}
}

.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: none;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
	margin: 0 2px;
	padding: 6px 18px 13px;
}

.wp-pagenavi .current {
	position: relative;
}

.wp-pagenavi .current:before {
	width: 28%;
	min-width: 14px;
	height: 1px;
	margin: 0 auto;
	background-color: #613e99;
	position: absolute;
	content: "";
	right: 0;
	bottom: 4px;
	left: 0;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
	width: 38px;
	height: 38px;
	cursor: pointer;
	border-radius: 100px;
	background-color: #613e99;
	position: absolute;
	top: 0;
	font-size: 0;
	color: transparent;
	will-change: background-color;
	transition: background-color 0.3s;
}

.wp-pagenavi .first:before,
.wp-pagenavi .first:after,
.wp-pagenavi .last:before,
.wp-pagenavi .last:after {
	width: 0;
	height: 0;
	margin: auto;
	border-top: 3.5px solid transparent;
	border-bottom: 3.5px solid transparent;
	border-left: 6px solid #fff;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	will-change: border-color;
	transition: border-color 0.3s;
}

.wp-pagenavi .first:before,
.wp-pagenavi .last:before {
	left: -3px;
}

.wp-pagenavi .first:after,
.wp-pagenavi .last:after {
	right: -8px;
}

@media only screen and (min-width: 1025px) {

	.wp-pagenavi .first:hover,
	.wp-pagenavi .last:hover {
		background-color: #fff;
	}

	.wp-pagenavi .first:hover:before,
	.wp-pagenavi .first:hover:after,
	.wp-pagenavi .last:hover:before,
	.wp-pagenavi .last:hover:after {
		border-left-color: #613e99;
	}
}

.wp-pagenavi .first {
	left: 0;
	transform: rotate(180deg);
}

.wp-pagenavi .last {
	right: 0;
}