@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
	--scrollbar: 0;
}

html {
	font-size: clamp(37.5%, 0.6944444444vw, 62.5%);
	scroll-behavior: smooth;
}

html:has(#navi[aria-hidden=false]) {
	overflow: hidden;
}

body {
	font-family: "Noto Serif JP", serif;
	font-size: 1.4rem;
	color: #333;
	word-wrap: break-word;
	background: #F9F9F9;
}

a {
	color: inherit;
}

div[id],
section[id],
article[id] {
	scroll-margin-top: 80px;
}

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

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	outline: none;
}

button,
a {
	cursor: pointer;
}

button:focus-visible,
a:focus-visible {
	outline: auto;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Tools */

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.hidden {
	display: none !important;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* border
-------------------------------*/

.border-bottom {
	border-bottom: 1px solid #333;
}

.border-right {
	border-right: 1px solid #333;
}

/* font
-------------------------------*/

.fw-700 {
	font-weight: 700;
}

/* margin
-------------------------------*/

.mt-0 {
	margin-top: calc(0 * 0.1rem) !important;
}

.mb-0 {
	margin-bottom: calc(0 * 0.1rem) !important;
}

.mr-0 {
	margin-right: calc(0 * 0.1rem) !important;
}

.ml-0 {
	margin-left: calc(0 * 0.1rem) !important;
}

.mx-0 {
	margin-left: calc(0 * 0.1rem) !important;
	margin-right: calc(0 * 0.1rem) !important;
}

.my-0 {
	margin-top: calc(0 * 0.1rem) !important;
	margin-bottom: calc(0 * 0.1rem) !important;
}

.mt-5 {
	margin-top: calc(5 * 0.1rem) !important;
}

.mb-5 {
	margin-bottom: calc(5 * 0.1rem) !important;
}

.mr-5 {
	margin-right: calc(5 * 0.1rem) !important;
}

.ml-5 {
	margin-left: calc(5 * 0.1rem) !important;
}

.mx-5 {
	margin-left: calc(5 * 0.1rem) !important;
	margin-right: calc(5 * 0.1rem) !important;
}

.my-5 {
	margin-top: calc(5 * 0.1rem) !important;
	margin-bottom: calc(5 * 0.1rem) !important;
}

.mt-10 {
	margin-top: calc(10 * 0.1rem) !important;
}

.mb-10 {
	margin-bottom: calc(10 * 0.1rem) !important;
}

.mr-10 {
	margin-right: calc(10 * 0.1rem) !important;
}

.ml-10 {
	margin-left: calc(10 * 0.1rem) !important;
}

.mx-10 {
	margin-left: calc(10 * 0.1rem) !important;
	margin-right: calc(10 * 0.1rem) !important;
}

.my-10 {
	margin-top: calc(10 * 0.1rem) !important;
	margin-bottom: calc(10 * 0.1rem) !important;
}

.mt-15 {
	margin-top: calc(15 * 0.1rem) !important;
}

.mb-15 {
	margin-bottom: calc(15 * 0.1rem) !important;
}

.mr-15 {
	margin-right: calc(15 * 0.1rem) !important;
}

.ml-15 {
	margin-left: calc(15 * 0.1rem) !important;
}

.mx-15 {
	margin-left: calc(15 * 0.1rem) !important;
	margin-right: calc(15 * 0.1rem) !important;
}

.my-15 {
	margin-top: calc(15 * 0.1rem) !important;
	margin-bottom: calc(15 * 0.1rem) !important;
}

.mt-20 {
	margin-top: calc(20 * 0.1rem) !important;
}

.mb-20 {
	margin-bottom: calc(20 * 0.1rem) !important;
}

.mr-20 {
	margin-right: calc(20 * 0.1rem) !important;
}

.ml-20 {
	margin-left: calc(20 * 0.1rem) !important;
}

.mx-20 {
	margin-left: calc(20 * 0.1rem) !important;
	margin-right: calc(20 * 0.1rem) !important;
}

.my-20 {
	margin-top: calc(20 * 0.1rem) !important;
	margin-bottom: calc(20 * 0.1rem) !important;
}

.mt-25 {
	margin-top: calc(25 * 0.1rem) !important;
}

.mb-25 {
	margin-bottom: calc(25 * 0.1rem) !important;
}

.mr-25 {
	margin-right: calc(25 * 0.1rem) !important;
}

.ml-25 {
	margin-left: calc(25 * 0.1rem) !important;
}

.mx-25 {
	margin-left: calc(25 * 0.1rem) !important;
	margin-right: calc(25 * 0.1rem) !important;
}

.my-25 {
	margin-top: calc(25 * 0.1rem) !important;
	margin-bottom: calc(25 * 0.1rem) !important;
}

.mt-30 {
	margin-top: calc(30 * 0.1rem) !important;
}

.mb-30 {
	margin-bottom: calc(30 * 0.1rem) !important;
}

.mr-30 {
	margin-right: calc(30 * 0.1rem) !important;
}

.ml-30 {
	margin-left: calc(30 * 0.1rem) !important;
}

.mx-30 {
	margin-left: calc(30 * 0.1rem) !important;
	margin-right: calc(30 * 0.1rem) !important;
}

.my-30 {
	margin-top: calc(30 * 0.1rem) !important;
	margin-bottom: calc(30 * 0.1rem) !important;
}

.mt-35 {
	margin-top: calc(35 * 0.1rem) !important;
}

.mb-35 {
	margin-bottom: calc(35 * 0.1rem) !important;
}

.mr-35 {
	margin-right: calc(35 * 0.1rem) !important;
}

.ml-35 {
	margin-left: calc(35 * 0.1rem) !important;
}

.mx-35 {
	margin-left: calc(35 * 0.1rem) !important;
	margin-right: calc(35 * 0.1rem) !important;
}

.my-35 {
	margin-top: calc(35 * 0.1rem) !important;
	margin-bottom: calc(35 * 0.1rem) !important;
}

.mt-40 {
	margin-top: calc(40 * 0.1rem) !important;
}

.mb-40 {
	margin-bottom: calc(40 * 0.1rem) !important;
}

.mr-40 {
	margin-right: calc(40 * 0.1rem) !important;
}

.ml-40 {
	margin-left: calc(40 * 0.1rem) !important;
}

.mx-40 {
	margin-left: calc(40 * 0.1rem) !important;
	margin-right: calc(40 * 0.1rem) !important;
}

.my-40 {
	margin-top: calc(40 * 0.1rem) !important;
	margin-bottom: calc(40 * 0.1rem) !important;
}

.mt-45 {
	margin-top: calc(45 * 0.1rem) !important;
}

.mb-45 {
	margin-bottom: calc(45 * 0.1rem) !important;
}

.mr-45 {
	margin-right: calc(45 * 0.1rem) !important;
}

.ml-45 {
	margin-left: calc(45 * 0.1rem) !important;
}

.mx-45 {
	margin-left: calc(45 * 0.1rem) !important;
	margin-right: calc(45 * 0.1rem) !important;
}

.my-45 {
	margin-top: calc(45 * 0.1rem) !important;
	margin-bottom: calc(45 * 0.1rem) !important;
}

.mt-50 {
	margin-top: calc(50 * 0.1rem) !important;
}

.mb-50 {
	margin-bottom: calc(50 * 0.1rem) !important;
}

.mr-50 {
	margin-right: calc(50 * 0.1rem) !important;
}

.ml-50 {
	margin-left: calc(50 * 0.1rem) !important;
}

.mx-50 {
	margin-left: calc(50 * 0.1rem) !important;
	margin-right: calc(50 * 0.1rem) !important;
}

.my-50 {
	margin-top: calc(50 * 0.1rem) !important;
	margin-bottom: calc(50 * 0.1rem) !important;
}

.mt-55 {
	margin-top: calc(55 * 0.1rem) !important;
}

.mb-55 {
	margin-bottom: calc(55 * 0.1rem) !important;
}

.mr-55 {
	margin-right: calc(55 * 0.1rem) !important;
}

.ml-55 {
	margin-left: calc(55 * 0.1rem) !important;
}

.mx-55 {
	margin-left: calc(55 * 0.1rem) !important;
	margin-right: calc(55 * 0.1rem) !important;
}

.my-55 {
	margin-top: calc(55 * 0.1rem) !important;
	margin-bottom: calc(55 * 0.1rem) !important;
}

.mt-60 {
	margin-top: calc(60 * 0.1rem) !important;
}

.mb-60 {
	margin-bottom: calc(60 * 0.1rem) !important;
}

.mr-60 {
	margin-right: calc(60 * 0.1rem) !important;
}

.ml-60 {
	margin-left: calc(60 * 0.1rem) !important;
}

.mx-60 {
	margin-left: calc(60 * 0.1rem) !important;
	margin-right: calc(60 * 0.1rem) !important;
}

.my-60 {
	margin-top: calc(60 * 0.1rem) !important;
	margin-bottom: calc(60 * 0.1rem) !important;
}

.mt-65 {
	margin-top: calc(65 * 0.1rem) !important;
}

.mb-65 {
	margin-bottom: calc(65 * 0.1rem) !important;
}

.mr-65 {
	margin-right: calc(65 * 0.1rem) !important;
}

.ml-65 {
	margin-left: calc(65 * 0.1rem) !important;
}

.mx-65 {
	margin-left: calc(65 * 0.1rem) !important;
	margin-right: calc(65 * 0.1rem) !important;
}

.my-65 {
	margin-top: calc(65 * 0.1rem) !important;
	margin-bottom: calc(65 * 0.1rem) !important;
}

.mt-70 {
	margin-top: calc(70 * 0.1rem) !important;
}

.mb-70 {
	margin-bottom: calc(70 * 0.1rem) !important;
}

.mr-70 {
	margin-right: calc(70 * 0.1rem) !important;
}

.ml-70 {
	margin-left: calc(70 * 0.1rem) !important;
}

.mx-70 {
	margin-left: calc(70 * 0.1rem) !important;
	margin-right: calc(70 * 0.1rem) !important;
}

.my-70 {
	margin-top: calc(70 * 0.1rem) !important;
	margin-bottom: calc(70 * 0.1rem) !important;
}

.mt-75 {
	margin-top: calc(75 * 0.1rem) !important;
}

.mb-75 {
	margin-bottom: calc(75 * 0.1rem) !important;
}

.mr-75 {
	margin-right: calc(75 * 0.1rem) !important;
}

.ml-75 {
	margin-left: calc(75 * 0.1rem) !important;
}

.mx-75 {
	margin-left: calc(75 * 0.1rem) !important;
	margin-right: calc(75 * 0.1rem) !important;
}

.my-75 {
	margin-top: calc(75 * 0.1rem) !important;
	margin-bottom: calc(75 * 0.1rem) !important;
}

.mt-80 {
	margin-top: calc(80 * 0.1rem) !important;
}

.mb-80 {
	margin-bottom: calc(80 * 0.1rem) !important;
}

.mr-80 {
	margin-right: calc(80 * 0.1rem) !important;
}

.ml-80 {
	margin-left: calc(80 * 0.1rem) !important;
}

.mx-80 {
	margin-left: calc(80 * 0.1rem) !important;
	margin-right: calc(80 * 0.1rem) !important;
}

.my-80 {
	margin-top: calc(80 * 0.1rem) !important;
	margin-bottom: calc(80 * 0.1rem) !important;
}

.mt-85 {
	margin-top: calc(85 * 0.1rem) !important;
}

.mb-85 {
	margin-bottom: calc(85 * 0.1rem) !important;
}

.mr-85 {
	margin-right: calc(85 * 0.1rem) !important;
}

.ml-85 {
	margin-left: calc(85 * 0.1rem) !important;
}

.mx-85 {
	margin-left: calc(85 * 0.1rem) !important;
	margin-right: calc(85 * 0.1rem) !important;
}

.my-85 {
	margin-top: calc(85 * 0.1rem) !important;
	margin-bottom: calc(85 * 0.1rem) !important;
}

.mt-90 {
	margin-top: calc(90 * 0.1rem) !important;
}

.mb-90 {
	margin-bottom: calc(90 * 0.1rem) !important;
}

.mr-90 {
	margin-right: calc(90 * 0.1rem) !important;
}

.ml-90 {
	margin-left: calc(90 * 0.1rem) !important;
}

.mx-90 {
	margin-left: calc(90 * 0.1rem) !important;
	margin-right: calc(90 * 0.1rem) !important;
}

.my-90 {
	margin-top: calc(90 * 0.1rem) !important;
	margin-bottom: calc(90 * 0.1rem) !important;
}

.mt-95 {
	margin-top: calc(95 * 0.1rem) !important;
}

.mb-95 {
	margin-bottom: calc(95 * 0.1rem) !important;
}

.mr-95 {
	margin-right: calc(95 * 0.1rem) !important;
}

.ml-95 {
	margin-left: calc(95 * 0.1rem) !important;
}

.mx-95 {
	margin-left: calc(95 * 0.1rem) !important;
	margin-right: calc(95 * 0.1rem) !important;
}

.my-95 {
	margin-top: calc(95 * 0.1rem) !important;
	margin-bottom: calc(95 * 0.1rem) !important;
}

.mt-100 {
	margin-top: calc(100 * 0.1rem) !important;
}

.mb-100 {
	margin-bottom: calc(100 * 0.1rem) !important;
}

.mr-100 {
	margin-right: calc(100 * 0.1rem) !important;
}

.ml-100 {
	margin-left: calc(100 * 0.1rem) !important;
}

.mx-100 {
	margin-left: calc(100 * 0.1rem) !important;
	margin-right: calc(100 * 0.1rem) !important;
}

.my-100 {
	margin-top: calc(100 * 0.1rem) !important;
	margin-bottom: calc(100 * 0.1rem) !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

/* padding
-------------------------------*/

.p-0 {
	padding: calc(0 * 0.1rem) !important;
}

.pt-0 {
	padding-top: calc(0 * 0.1rem) !important;
}

.pb-0 {
	padding-bottom: calc(0 * 0.1rem) !important;
}

.pr-0 {
	padding-right: calc(0 * 0.1rem) !important;
}

.pl-0 {
	padding-left: calc(0 * 0.1rem) !important;
}

.px-0 {
	padding-left: calc(0 * 0.1rem) !important;
	padding-right: calc(0 * 0.1rem) !important;
}

.py-0 {
	padding-top: calc(0 * 0.1rem) !important;
	padding-bottom: calc(0 * 0.1rem) !important;
}

.p-5 {
	padding: calc(5 * 0.1rem) !important;
}

.pt-5 {
	padding-top: calc(5 * 0.1rem) !important;
}

.pb-5 {
	padding-bottom: calc(5 * 0.1rem) !important;
}

.pr-5 {
	padding-right: calc(5 * 0.1rem) !important;
}

.pl-5 {
	padding-left: calc(5 * 0.1rem) !important;
}

.px-5 {
	padding-left: calc(5 * 0.1rem) !important;
	padding-right: calc(5 * 0.1rem) !important;
}

.py-5 {
	padding-top: calc(5 * 0.1rem) !important;
	padding-bottom: calc(5 * 0.1rem) !important;
}

.p-10 {
	padding: calc(10 * 0.1rem) !important;
}

.pt-10 {
	padding-top: calc(10 * 0.1rem) !important;
}

.pb-10 {
	padding-bottom: calc(10 * 0.1rem) !important;
}

.pr-10 {
	padding-right: calc(10 * 0.1rem) !important;
}

.pl-10 {
	padding-left: calc(10 * 0.1rem) !important;
}

.px-10 {
	padding-left: calc(10 * 0.1rem) !important;
	padding-right: calc(10 * 0.1rem) !important;
}

.py-10 {
	padding-top: calc(10 * 0.1rem) !important;
	padding-bottom: calc(10 * 0.1rem) !important;
}

.p-15 {
	padding: calc(15 * 0.1rem) !important;
}

.pt-15 {
	padding-top: calc(15 * 0.1rem) !important;
}

.pb-15 {
	padding-bottom: calc(15 * 0.1rem) !important;
}

.pr-15 {
	padding-right: calc(15 * 0.1rem) !important;
}

.pl-15 {
	padding-left: calc(15 * 0.1rem) !important;
}

.px-15 {
	padding-left: calc(15 * 0.1rem) !important;
	padding-right: calc(15 * 0.1rem) !important;
}

.py-15 {
	padding-top: calc(15 * 0.1rem) !important;
	padding-bottom: calc(15 * 0.1rem) !important;
}

.p-20 {
	padding: calc(20 * 0.1rem) !important;
}

.pt-20 {
	padding-top: calc(20 * 0.1rem) !important;
}

.pb-20 {
	padding-bottom: calc(20 * 0.1rem) !important;
}

.pr-20 {
	padding-right: calc(20 * 0.1rem) !important;
}

.pl-20 {
	padding-left: calc(20 * 0.1rem) !important;
}

.px-20 {
	padding-left: calc(20 * 0.1rem) !important;
	padding-right: calc(20 * 0.1rem) !important;
}

.py-20 {
	padding-top: calc(20 * 0.1rem) !important;
	padding-bottom: calc(20 * 0.1rem) !important;
}

.p-25 {
	padding: calc(25 * 0.1rem) !important;
}

.pt-25 {
	padding-top: calc(25 * 0.1rem) !important;
}

.pb-25 {
	padding-bottom: calc(25 * 0.1rem) !important;
}

.pr-25 {
	padding-right: calc(25 * 0.1rem) !important;
}

.pl-25 {
	padding-left: calc(25 * 0.1rem) !important;
}

.px-25 {
	padding-left: calc(25 * 0.1rem) !important;
	padding-right: calc(25 * 0.1rem) !important;
}

.py-25 {
	padding-top: calc(25 * 0.1rem) !important;
	padding-bottom: calc(25 * 0.1rem) !important;
}

.p-30 {
	padding: calc(30 * 0.1rem) !important;
}

.pt-30 {
	padding-top: calc(30 * 0.1rem) !important;
}

.pb-30 {
	padding-bottom: calc(30 * 0.1rem) !important;
}

.pr-30 {
	padding-right: calc(30 * 0.1rem) !important;
}

.pl-30 {
	padding-left: calc(30 * 0.1rem) !important;
}

.px-30 {
	padding-left: calc(30 * 0.1rem) !important;
	padding-right: calc(30 * 0.1rem) !important;
}

.py-30 {
	padding-top: calc(30 * 0.1rem) !important;
	padding-bottom: calc(30 * 0.1rem) !important;
}

.p-35 {
	padding: calc(35 * 0.1rem) !important;
}

.pt-35 {
	padding-top: calc(35 * 0.1rem) !important;
}

.pb-35 {
	padding-bottom: calc(35 * 0.1rem) !important;
}

.pr-35 {
	padding-right: calc(35 * 0.1rem) !important;
}

.pl-35 {
	padding-left: calc(35 * 0.1rem) !important;
}

.px-35 {
	padding-left: calc(35 * 0.1rem) !important;
	padding-right: calc(35 * 0.1rem) !important;
}

.py-35 {
	padding-top: calc(35 * 0.1rem) !important;
	padding-bottom: calc(35 * 0.1rem) !important;
}

.p-40 {
	padding: calc(40 * 0.1rem) !important;
}

.pt-40 {
	padding-top: calc(40 * 0.1rem) !important;
}

.pb-40 {
	padding-bottom: calc(40 * 0.1rem) !important;
}

.pr-40 {
	padding-right: calc(40 * 0.1rem) !important;
}

.pl-40 {
	padding-left: calc(40 * 0.1rem) !important;
}

.px-40 {
	padding-left: calc(40 * 0.1rem) !important;
	padding-right: calc(40 * 0.1rem) !important;
}

.py-40 {
	padding-top: calc(40 * 0.1rem) !important;
	padding-bottom: calc(40 * 0.1rem) !important;
}

.p-45 {
	padding: calc(45 * 0.1rem) !important;
}

.pt-45 {
	padding-top: calc(45 * 0.1rem) !important;
}

.pb-45 {
	padding-bottom: calc(45 * 0.1rem) !important;
}

.pr-45 {
	padding-right: calc(45 * 0.1rem) !important;
}

.pl-45 {
	padding-left: calc(45 * 0.1rem) !important;
}

.px-45 {
	padding-left: calc(45 * 0.1rem) !important;
	padding-right: calc(45 * 0.1rem) !important;
}

.py-45 {
	padding-top: calc(45 * 0.1rem) !important;
	padding-bottom: calc(45 * 0.1rem) !important;
}

.p-50 {
	padding: calc(50 * 0.1rem) !important;
}

.pt-50 {
	padding-top: calc(50 * 0.1rem) !important;
}

.pb-50 {
	padding-bottom: calc(50 * 0.1rem) !important;
}

.pr-50 {
	padding-right: calc(50 * 0.1rem) !important;
}

.pl-50 {
	padding-left: calc(50 * 0.1rem) !important;
}

.px-50 {
	padding-left: calc(50 * 0.1rem) !important;
	padding-right: calc(50 * 0.1rem) !important;
}

.py-50 {
	padding-top: calc(50 * 0.1rem) !important;
	padding-bottom: calc(50 * 0.1rem) !important;
}

.p-55 {
	padding: calc(55 * 0.1rem) !important;
}

.pt-55 {
	padding-top: calc(55 * 0.1rem) !important;
}

.pb-55 {
	padding-bottom: calc(55 * 0.1rem) !important;
}

.pr-55 {
	padding-right: calc(55 * 0.1rem) !important;
}

.pl-55 {
	padding-left: calc(55 * 0.1rem) !important;
}

.px-55 {
	padding-left: calc(55 * 0.1rem) !important;
	padding-right: calc(55 * 0.1rem) !important;
}

.py-55 {
	padding-top: calc(55 * 0.1rem) !important;
	padding-bottom: calc(55 * 0.1rem) !important;
}

.p-60 {
	padding: calc(60 * 0.1rem) !important;
}

.pt-60 {
	padding-top: calc(60 * 0.1rem) !important;
}

.pb-60 {
	padding-bottom: calc(60 * 0.1rem) !important;
}

.pr-60 {
	padding-right: calc(60 * 0.1rem) !important;
}

.pl-60 {
	padding-left: calc(60 * 0.1rem) !important;
}

.px-60 {
	padding-left: calc(60 * 0.1rem) !important;
	padding-right: calc(60 * 0.1rem) !important;
}

.py-60 {
	padding-top: calc(60 * 0.1rem) !important;
	padding-bottom: calc(60 * 0.1rem) !important;
}

.p-65 {
	padding: calc(65 * 0.1rem) !important;
}

.pt-65 {
	padding-top: calc(65 * 0.1rem) !important;
}

.pb-65 {
	padding-bottom: calc(65 * 0.1rem) !important;
}

.pr-65 {
	padding-right: calc(65 * 0.1rem) !important;
}

.pl-65 {
	padding-left: calc(65 * 0.1rem) !important;
}

.px-65 {
	padding-left: calc(65 * 0.1rem) !important;
	padding-right: calc(65 * 0.1rem) !important;
}

.py-65 {
	padding-top: calc(65 * 0.1rem) !important;
	padding-bottom: calc(65 * 0.1rem) !important;
}

.p-70 {
	padding: calc(70 * 0.1rem) !important;
}

.pt-70 {
	padding-top: calc(70 * 0.1rem) !important;
}

.pb-70 {
	padding-bottom: calc(70 * 0.1rem) !important;
}

.pr-70 {
	padding-right: calc(70 * 0.1rem) !important;
}

.pl-70 {
	padding-left: calc(70 * 0.1rem) !important;
}

.px-70 {
	padding-left: calc(70 * 0.1rem) !important;
	padding-right: calc(70 * 0.1rem) !important;
}

.py-70 {
	padding-top: calc(70 * 0.1rem) !important;
	padding-bottom: calc(70 * 0.1rem) !important;
}

.p-75 {
	padding: calc(75 * 0.1rem) !important;
}

.pt-75 {
	padding-top: calc(75 * 0.1rem) !important;
}

.pb-75 {
	padding-bottom: calc(75 * 0.1rem) !important;
}

.pr-75 {
	padding-right: calc(75 * 0.1rem) !important;
}

.pl-75 {
	padding-left: calc(75 * 0.1rem) !important;
}

.px-75 {
	padding-left: calc(75 * 0.1rem) !important;
	padding-right: calc(75 * 0.1rem) !important;
}

.py-75 {
	padding-top: calc(75 * 0.1rem) !important;
	padding-bottom: calc(75 * 0.1rem) !important;
}

.p-80 {
	padding: calc(80 * 0.1rem) !important;
}

.pt-80 {
	padding-top: calc(80 * 0.1rem) !important;
}

.pb-80 {
	padding-bottom: calc(80 * 0.1rem) !important;
}

.pr-80 {
	padding-right: calc(80 * 0.1rem) !important;
}

.pl-80 {
	padding-left: calc(80 * 0.1rem) !important;
}

.px-80 {
	padding-left: calc(80 * 0.1rem) !important;
	padding-right: calc(80 * 0.1rem) !important;
}

.py-80 {
	padding-top: calc(80 * 0.1rem) !important;
	padding-bottom: calc(80 * 0.1rem) !important;
}

.p-85 {
	padding: calc(85 * 0.1rem) !important;
}

.pt-85 {
	padding-top: calc(85 * 0.1rem) !important;
}

.pb-85 {
	padding-bottom: calc(85 * 0.1rem) !important;
}

.pr-85 {
	padding-right: calc(85 * 0.1rem) !important;
}

.pl-85 {
	padding-left: calc(85 * 0.1rem) !important;
}

.px-85 {
	padding-left: calc(85 * 0.1rem) !important;
	padding-right: calc(85 * 0.1rem) !important;
}

.py-85 {
	padding-top: calc(85 * 0.1rem) !important;
	padding-bottom: calc(85 * 0.1rem) !important;
}

.p-90 {
	padding: calc(90 * 0.1rem) !important;
}

.pt-90 {
	padding-top: calc(90 * 0.1rem) !important;
}

.pb-90 {
	padding-bottom: calc(90 * 0.1rem) !important;
}

.pr-90 {
	padding-right: calc(90 * 0.1rem) !important;
}

.pl-90 {
	padding-left: calc(90 * 0.1rem) !important;
}

.px-90 {
	padding-left: calc(90 * 0.1rem) !important;
	padding-right: calc(90 * 0.1rem) !important;
}

.py-90 {
	padding-top: calc(90 * 0.1rem) !important;
	padding-bottom: calc(90 * 0.1rem) !important;
}

.p-95 {
	padding: calc(95 * 0.1rem) !important;
}

.pt-95 {
	padding-top: calc(95 * 0.1rem) !important;
}

.pb-95 {
	padding-bottom: calc(95 * 0.1rem) !important;
}

.pr-95 {
	padding-right: calc(95 * 0.1rem) !important;
}

.pl-95 {
	padding-left: calc(95 * 0.1rem) !important;
}

.px-95 {
	padding-left: calc(95 * 0.1rem) !important;
	padding-right: calc(95 * 0.1rem) !important;
}

.py-95 {
	padding-top: calc(95 * 0.1rem) !important;
	padding-bottom: calc(95 * 0.1rem) !important;
}

.p-100 {
	padding: calc(100 * 0.1rem) !important;
}

.pt-100 {
	padding-top: calc(100 * 0.1rem) !important;
}

.pb-100 {
	padding-bottom: calc(100 * 0.1rem) !important;
}

.pr-100 {
	padding-right: calc(100 * 0.1rem) !important;
}

.pl-100 {
	padding-left: calc(100 * 0.1rem) !important;
}

.px-100 {
	padding-left: calc(100 * 0.1rem) !important;
	padding-right: calc(100 * 0.1rem) !important;
}

.py-100 {
	padding-top: calc(100 * 0.1rem) !important;
	padding-bottom: calc(100 * 0.1rem) !important;
}

/* gap
-------------------------------*/

/* grid
-------------------------------*/

.grid-1col > *,
.grid-2col > *,
.grid-3col > *,
.grid-4col > * {
	min-width: 0;
}

.grid-1col {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.grid-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

/* Layout */

.l-body {
	width: 100%;
	padding-top: 5.2rem;
	overflow: clip;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 5.2rem;
	padding: 1rem 5rem 1rem 4rem;
	border-bottom: 1px solid #333;
	background: #F9F9F9;
}

.l-header-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2rem;
}

.l-footer {
	padding: 2rem 4.5rem;
}

.l-navi__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5.5rem;
}

.l-wrapper {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.l-section {
	padding: 12rem 0;
}

/* Module */

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

.heading-1__sub {
	display: block;
	font-size: 1.6rem;
	line-height: 1.4;
}

.heading-1__sub--mblg {
	margin-bottom: 1em;
}

.heading-1__main {
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.4;
}

.heading-2 {
	margin-bottom: 0rem;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 500;
}

.text-base {
	font-size: 1.8rem;
	line-height: 1.77778;
}

.text-base p:not(:last-child),
.text-base ol:not(:last-child),
.text-base ul:not(:last-child) {
	margin-bottom: 1.77778em;
}

.buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2rem;
	margin-top: 4rem;
}

.button-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0.8rem;
	width: 100%;
	min-height: 5.6rem;
	padding: 1.1rem;
	border-radius: 1rem;
	border: 1px solid #5A5955;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: color 0.4s, background-color 0.4s, border-color 0.4s, -webkit-box-shadow 0.4s;
	transition: color 0.4s, background-color 0.4s, border-color 0.4s, -webkit-box-shadow 0.4s;
	transition: color 0.4s, background-color 0.4s, border-color 0.4s, box-shadow 0.4s;
	transition: color 0.4s, background-color 0.4s, border-color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.button-1::before {
	-webkit-transition: -webkit-filter 0.4s;
	transition: -webkit-filter 0.4s;
	transition: filter 0.4s;
	transition: filter 0.4s, -webkit-filter 0.4s;
}

.button-1--max-300 {
	max-width: 300px;
}

.button-1--icon-calendar::before {
	content: "";
	display: block;
	background: url(../img/icon_calendar.svg) no-repeat center center/contain;
	width: 3rem;
	height: 3rem;
}

.button-1--icon-pin::before {
	content: "";
	display: block;
	background: url(../img/icon_pin.svg) no-repeat center center/contain;
	width: 3rem;
	height: 3rem;
}

.button-1--icon-share::before {
	content: "";
	display: block;
	background: url(../img/icon_share.svg) no-repeat center center/contain;
	width: 3rem;
	height: 3rem;
}

.header-logo a {
	display: block;
	text-decoration: none;
	padding-bottom: 0.2em;
	font-size: 2.4rem;
}

.menu-btn {
	display: none;
}

.gnavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5.3rem;
}

.gnavi__item a {
	font-size: 1.4rem;
	line-height: 1.5;
	text-decoration: none;
}

.copyright {
	font-size: 1.4rem;
	line-height: 1.5;
}

.head-wrap {
	padding: 6.6rem 0;
}

.mv {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.mv__image img {
	display: block;
	width: 100%;
}

.mv__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 5rem 8rem;
}

.mv-title__sub {
	font-size: 2rem;
}

.mv-title__main {
	display: block;
	font-size: 9.6rem;
	font-weight: 600;
	line-height: 1.2;
}

.mv-info {
	margin-top: 6.5rem;
}

.mv-info__term {
	font-size: 3.6rem;
	line-height: 1.2;
}

.mv-info__place {
	margin-top: 1.8rem;
	font-size: 2.4rem;
}

.mv-info__price {
	max-width: 37.4rem;
	width: 100%;
	margin-top: 2.2rem;
	padding: 0.75em 0;
	text-align: center;
	border-top: 1px solid #5A5955;
	border-bottom: 1px solid #5A5955;
	font-size: 2rem;
	line-height: 1.2;
}

.mv-button {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	margin-top: 8rem;
}

.info-belt {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.info-belt__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 1.8rem 1rem;
}

.info-belt__item:nth-of-type(odd) {
	border-right: 1px solid #333;
}

.info-belt__inner {
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
}

.info-belt__inner span {
	display: inline-block;
	font-size: 1.4rem;
}

.home-item-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home-item-1__head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	padding: 6rem 14rem 6rem 0;
	border-right: 1px solid #333;
}

.home-item-1__head--p0 {
	padding: 0;
}

.home-item-1__body {
	width: 50%;
	padding: 8.5rem 0 8.5rem 5.5rem;
}

.home-item-1__body--plg {
	padding: 7rem 0 7rem 9rem;
}

.home-item-2 {
	padding: 6rem 0 8rem;
}

.lead-text-1 {
	font-size: 2.8rem;
	line-height: 1.7;
}

.lead-text-1 span {
	font-size: 128.571%;
}

.works-gallery__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.works-gallery__item {
	height: 67.8rem;
}

.works-gallery__item img {
	display: block;
	height: 100%;
}

.artists-wrap {
	overflow: hidden;
}

.artists {
	overflow: visible !important;
}

.artists__item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.artists__image {
	position: relative;
}

.artists__image::before {
	content: "";
	display: block;
	padding-top: 100%;
}

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

.artists__body {
	padding: 4.5rem 4.4rem;
}

.artists__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.8rem;
}

.artists__bottom {
	padding: 0 1rem;
}

.artists__prof-image {
	overflow: hidden;
	aspect-ratio: 1/1;
	width: 11.6rem;
	border-radius: 50%;
}

.artists__prof-image img {
	display: block;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.artists__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.6rem;
}

.artists__links__item a {
	display: block;
	width: 3.5rem;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.artists__links__item img {
	width: 100%;
}

.artists__name {
	font-size: 2rem;
	line-height: 1.77778;
	font-weight: 700;
}

.artists__text {
	font-size: 1.6rem;
	line-height: 2;
	text-align: justify;
}

.artists__control {
	display: none;
}

.artists__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.artists__navigation .swiper-button-prev,
.artists__navigation .swiper-button-next {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 4.4rem;
	flex: 0 0 4.4rem;
	width: 4.4rem;
	height: 4.4rem;
	margin: 0;
	color: #333;
	cursor: pointer;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.artists__navigation .swiper-button-prev::after,
.artists__navigation .swiper-button-next::after {
	content: none;
}

.artists__navigation .swiper-button-prev.swiper-button-disabled,
.artists__navigation .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	pointer-events: none;
}

.artists__navigation .swiper-button-prev .swiper-button-icon,
.artists__navigation .swiper-button-next .swiper-button-icon {
	display: block;
	width: 100%;
	height: 100%;
}

.artists__navigation .swiper-button-prev .swiper-button-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.artists .swiper-pagination {
	position: relative;
	bottom: 0 !important;
	left: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.8rem;
}

.artists .swiper-pagination .swiper-pagination-bullet {
	margin: 0 !important;
}

.home-talk-body__text-1 {
	margin-bottom: 4rem;
	font-size: 1.6rem;
	line-height: 1.5;
}

.home-talk-body__text-1 span {
	font-size: 3.6rem;
}

.home-talk-body__text-2 {
	margin-bottom: 4.5rem;
	font-size: 2.4rem;
	line-height: 1.5;
}

.home-talk-body__text-2 span {
	display: inline-block;
	min-width: 12.5rem;
	padding: 0.3em 2em;
	font-size: 1.3rem;
	border: 1px solid #333;
}

.home-talk-body__text-3 {
	font-size: 1.6rem;
	line-height: 2;
}

.home-talk-body__button {
	margin-top: 3rem;
}

.data-list__item {
	padding: 0 4rem 1.5em;
	border-bottom: 1px solid #333;
}

.data-list__item:not(:last-child) {
	margin-bottom: 3.4rem;
}

.data-list__head {
	margin-bottom: 0.8rem;
	font-size: 1.4rem;
	line-height: 1.5;
}

.data-list__body {
	font-size: 1.8rem;
	line-height: 1.5;
}

.access-map {
	position: absolute;
	top: 0;
	right: 0;
	width: 50vw;
	height: 100%;
	overflow: hidden;
}

.access-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.table {
	width: 100%;
}

.table__tr {
	border-bottom: 1px solid #333;
}

.table__th {
	width: 10rem;
	padding: 1.78rem 0 1.78rem 3.5rem;
	font-size: 1.6rem;
	line-height: 2;
	text-align: left;
}

.table__td {
	padding: 1.78rem 0;
	font-size: 1.6rem;
	line-height: 2;
}

.sns-link__item a {
	display: block;
	width: 3.5rem;
}

.news-list__item {
	border-bottom: 1px solid #333;
}

.news-list__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2rem;
	padding: 3rem 0;
	text-decoration: none;
}

.news-list__date {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1.4rem;
	line-height: 1.5;
}

.news-list__title {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.8rem;
	line-height: 1.5;
}

.wp-content {
	font-size: 1.6rem;
	line-height: 2.094;
	letter-spacing: 0.16em;
}

.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6,
.wp-content .wp-block-table,
.wp-content ul,
.wp-content ol,
.wp-content > div {
	margin: 2rem 0;
}

.wp-content *:first-child {
	margin-top: 0;
}

.wp-content h2 {
	margin-top: 6rem;
	font-size: 3rem;
	line-height: 1.6;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.wp-content h3 {
	margin-top: 5rem;
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.wp-content h4,
.wp-content h5,
.wp-content h6 {
	margin-top: 6rem;
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.wp-content p {
	margin: 0.6em 0;
}

.wp-content p:first-child {
	margin-top: 0;
}

.wp-content p a {
	border: none;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	text-decoration: underline;
}

.wp-content p a:hover {
	text-decoration: none;
}

.wp-content figure {
	margin: 2em 0;
}

.wp-content strong {
	font-weight: 700;
}

.wp-content i,
.wp-content em {
	font-style: italic;
}

.wp-content table {
	width: 100%;
	border-top: 1px solid #333;
}

.wp-content table td {
	padding: 2.35rem 0;
	font-size: 1.4rem;
}

.wp-content .wp-block-table td,
.wp-content .wp-block-table th {
	border: none;
}

.wp-content .wp-block-button__link {
	position: relative;
	display: block;
	width: 100%;
	min-height: 6rem;
	background: transparent;
	border-radius: 0;
	display: block;
	color: #333;
	padding: 1.7rem 4rem 1.7rem 2rem;
	border: 1px solid #333;
	font-size: 1.4rem;
	line-height: 1.65;
	font-weight: bold;
	letter-spacing: 0.1em;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.wp-content .wp-block-button__link:hover::before {
	background: #FFF;
}

.wp-content .wp-block-button__link:hover::after {
	border-color: #FFF;
}

.wp-content .wp-block-button__link::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	-webkit-transform: translateY(-50%) translateX(1px) rotate(-45deg);
	transform: translateY(-50%) translateX(1px) rotate(-45deg);
	width: 1.5rem;
	height: 1px;
	background: #333;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.wp-content .wp-block-button__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.2rem;
	height: 1.2rem;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.wp-content ul li {
	position: relative;
	padding-left: 1.5rem;
}

.wp-content ul li::before {
	content: "";
	position: absolute;
	top: 1.1em;
	left: 0;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: #333;
}

.wp-content ol {
	counter-reset: item;
	list-style-type: none;
}

.wp-content ol li {
	text-indent: -1.3em;
	padding-left: 1.3em;
	list-style: inside decimal;
}

.wp-content ol li::marker {
	color: #333;
	font-weight: 700;
}

.wp-content ol li:not(:last-child) {
	margin-bottom: 0.8rem;
}

.wp-content .wp-element-caption {
	font-size: 80%;
	margin-top: 2rem;
}

.article-nav {
	margin-top: 10rem;
}

.article-nav__items {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.article-nav__item {
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.28em;
}

.article-nav__item a {
	position: relative;
	display: block;
	padding-bottom: 0.3rem;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.article-nav__item--prev {
	margin-right: auto;
}

.article-nav__item--prev a {
	padding-left: 3rem;
}

.article-nav__item--prev a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0.6rem;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 0.8rem;
	height: 0.8rem;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.article-nav__item--next {
	margin-left: auto;
}

.article-nav__item--next a {
	padding-right: 3rem;
}

.article-nav__item--next a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0.6rem;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 0.8rem;
	height: 0.8rem;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.article-nav__item--all {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.article-nav__item--all a {
	text-decoration: underline;
	text-underline-offset: 0.5em;
}

.js-fadein {
	opacity: 0;
	-webkit-filter: blur(15px);
	filter: blur(15px);
}

.js-fadein.is-visible {
	opacity: 1;
	-webkit-transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-filter: blur(0);
	filter: blur(0);
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #333;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

:root { /*
		--swiper-pagination-color: var(--swiper-theme-color);
		--swiper-pagination-bullet-size: 8px;
		--swiper-pagination-bullet-width: 8px;
		--swiper-pagination-bullet-height: 8px;
		--swiper-pagination-bullet-inactive-color: #000;
		--swiper-pagination-bullet-inactive-opacity: 0.2;
		--swiper-pagination-bullet-opacity: 1;
		--swiper-pagination-bullet-horizontal-gap: 4px;
		--swiper-pagination-bullet-vertical-gap: 6px;
		*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

@media (hover: hover) {

.button-1:hover {
	border-color: #333;
	background-color: #333;
	color: #FFF;
}

.button-1:hover::before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.artists__links__item a:hover {
	opacity: 0.6;
}

}

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

.text-left-pc { /* pc */
	text-align: left;
}

.text-center-pc { /* pc */
	text-align: center;
}

.text-right-pc { /* pc */
	text-align: right;
}

.info-belt__item:not(:last-child) { /* pc */
	border-right: 1px solid #333;
}

.artists__items { /* pc */
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.artists__item { /* pc */
}

.artists__item:nth-of-type(odd) {
	border-right: 1px solid #333;
}

.artists__item:not(:nth-last-of-type(1),
:nth-last-of-type(2):nth-of-type(odd)) {
	border-bottom: 1px solid #333;
}

}

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

html { /* sp */
	font-size: 62.5%;
}

.text-left-sp { /* sp */
	text-align: left;
}

.text-center-sp { /* sp */
	text-align: center;
}

.text-right-sp { /* sp */
	text-align: right;
}

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

/* sp */

.mt-0-sp {
	margin-top: calc(0 * 0.1rem) !important;
}

.mb-0-sp {
	margin-bottom: calc(0 * 0.1rem) !important;
}

.mr-0-sp {
	margin-right: calc(0 * 0.1rem) !important;
}

.ml-0-sp {
	margin-left: calc(0 * 0.1rem) !important;
}

.mx-0-sp {
	margin-left: calc(0 * 0.1rem) !important;
	margin-right: calc(0 * 0.1rem) !important;
}

.my-0-sp {
	margin-top: calc(0 * 0.1rem) !important;
	margin-bottom: calc(0 * 0.1rem) !important;
}

/* sp */

.mt-5-sp {
	margin-top: calc(5 * 0.1rem) !important;
}

.mb-5-sp {
	margin-bottom: calc(5 * 0.1rem) !important;
}

.mr-5-sp {
	margin-right: calc(5 * 0.1rem) !important;
}

.ml-5-sp {
	margin-left: calc(5 * 0.1rem) !important;
}

.mx-5-sp {
	margin-left: calc(5 * 0.1rem) !important;
	margin-right: calc(5 * 0.1rem) !important;
}

.my-5-sp {
	margin-top: calc(5 * 0.1rem) !important;
	margin-bottom: calc(5 * 0.1rem) !important;
}

/* sp */

.mt-10-sp {
	margin-top: calc(10 * 0.1rem) !important;
}

.mb-10-sp {
	margin-bottom: calc(10 * 0.1rem) !important;
}

.mr-10-sp {
	margin-right: calc(10 * 0.1rem) !important;
}

.ml-10-sp {
	margin-left: calc(10 * 0.1rem) !important;
}

.mx-10-sp {
	margin-left: calc(10 * 0.1rem) !important;
	margin-right: calc(10 * 0.1rem) !important;
}

.my-10-sp {
	margin-top: calc(10 * 0.1rem) !important;
	margin-bottom: calc(10 * 0.1rem) !important;
}

/* sp */

.mt-15-sp {
	margin-top: calc(15 * 0.1rem) !important;
}

.mb-15-sp {
	margin-bottom: calc(15 * 0.1rem) !important;
}

.mr-15-sp {
	margin-right: calc(15 * 0.1rem) !important;
}

.ml-15-sp {
	margin-left: calc(15 * 0.1rem) !important;
}

.mx-15-sp {
	margin-left: calc(15 * 0.1rem) !important;
	margin-right: calc(15 * 0.1rem) !important;
}

.my-15-sp {
	margin-top: calc(15 * 0.1rem) !important;
	margin-bottom: calc(15 * 0.1rem) !important;
}

/* sp */

.mt-20-sp {
	margin-top: calc(20 * 0.1rem) !important;
}

.mb-20-sp {
	margin-bottom: calc(20 * 0.1rem) !important;
}

.mr-20-sp {
	margin-right: calc(20 * 0.1rem) !important;
}

.ml-20-sp {
	margin-left: calc(20 * 0.1rem) !important;
}

.mx-20-sp {
	margin-left: calc(20 * 0.1rem) !important;
	margin-right: calc(20 * 0.1rem) !important;
}

.my-20-sp {
	margin-top: calc(20 * 0.1rem) !important;
	margin-bottom: calc(20 * 0.1rem) !important;
}

/* sp */

.mt-25-sp {
	margin-top: calc(25 * 0.1rem) !important;
}

.mb-25-sp {
	margin-bottom: calc(25 * 0.1rem) !important;
}

.mr-25-sp {
	margin-right: calc(25 * 0.1rem) !important;
}

.ml-25-sp {
	margin-left: calc(25 * 0.1rem) !important;
}

.mx-25-sp {
	margin-left: calc(25 * 0.1rem) !important;
	margin-right: calc(25 * 0.1rem) !important;
}

.my-25-sp {
	margin-top: calc(25 * 0.1rem) !important;
	margin-bottom: calc(25 * 0.1rem) !important;
}

/* sp */

.mt-30-sp {
	margin-top: calc(30 * 0.1rem) !important;
}

.mb-30-sp {
	margin-bottom: calc(30 * 0.1rem) !important;
}

.mr-30-sp {
	margin-right: calc(30 * 0.1rem) !important;
}

.ml-30-sp {
	margin-left: calc(30 * 0.1rem) !important;
}

.mx-30-sp {
	margin-left: calc(30 * 0.1rem) !important;
	margin-right: calc(30 * 0.1rem) !important;
}

.my-30-sp {
	margin-top: calc(30 * 0.1rem) !important;
	margin-bottom: calc(30 * 0.1rem) !important;
}

/* sp */

.mt-35-sp {
	margin-top: calc(35 * 0.1rem) !important;
}

.mb-35-sp {
	margin-bottom: calc(35 * 0.1rem) !important;
}

.mr-35-sp {
	margin-right: calc(35 * 0.1rem) !important;
}

.ml-35-sp {
	margin-left: calc(35 * 0.1rem) !important;
}

.mx-35-sp {
	margin-left: calc(35 * 0.1rem) !important;
	margin-right: calc(35 * 0.1rem) !important;
}

.my-35-sp {
	margin-top: calc(35 * 0.1rem) !important;
	margin-bottom: calc(35 * 0.1rem) !important;
}

/* sp */

.mt-40-sp {
	margin-top: calc(40 * 0.1rem) !important;
}

.mb-40-sp {
	margin-bottom: calc(40 * 0.1rem) !important;
}

.mr-40-sp {
	margin-right: calc(40 * 0.1rem) !important;
}

.ml-40-sp {
	margin-left: calc(40 * 0.1rem) !important;
}

.mx-40-sp {
	margin-left: calc(40 * 0.1rem) !important;
	margin-right: calc(40 * 0.1rem) !important;
}

.my-40-sp {
	margin-top: calc(40 * 0.1rem) !important;
	margin-bottom: calc(40 * 0.1rem) !important;
}

/* sp */

.mt-45-sp {
	margin-top: calc(45 * 0.1rem) !important;
}

.mb-45-sp {
	margin-bottom: calc(45 * 0.1rem) !important;
}

.mr-45-sp {
	margin-right: calc(45 * 0.1rem) !important;
}

.ml-45-sp {
	margin-left: calc(45 * 0.1rem) !important;
}

.mx-45-sp {
	margin-left: calc(45 * 0.1rem) !important;
	margin-right: calc(45 * 0.1rem) !important;
}

.my-45-sp {
	margin-top: calc(45 * 0.1rem) !important;
	margin-bottom: calc(45 * 0.1rem) !important;
}

/* sp */

.mt-50-sp {
	margin-top: calc(50 * 0.1rem) !important;
}

.mb-50-sp {
	margin-bottom: calc(50 * 0.1rem) !important;
}

.mr-50-sp {
	margin-right: calc(50 * 0.1rem) !important;
}

.ml-50-sp {
	margin-left: calc(50 * 0.1rem) !important;
}

.mx-50-sp {
	margin-left: calc(50 * 0.1rem) !important;
	margin-right: calc(50 * 0.1rem) !important;
}

.my-50-sp {
	margin-top: calc(50 * 0.1rem) !important;
	margin-bottom: calc(50 * 0.1rem) !important;
}

/* sp */

.mt-55-sp {
	margin-top: calc(55 * 0.1rem) !important;
}

.mb-55-sp {
	margin-bottom: calc(55 * 0.1rem) !important;
}

.mr-55-sp {
	margin-right: calc(55 * 0.1rem) !important;
}

.ml-55-sp {
	margin-left: calc(55 * 0.1rem) !important;
}

.mx-55-sp {
	margin-left: calc(55 * 0.1rem) !important;
	margin-right: calc(55 * 0.1rem) !important;
}

.my-55-sp {
	margin-top: calc(55 * 0.1rem) !important;
	margin-bottom: calc(55 * 0.1rem) !important;
}

/* sp */

.mt-60-sp {
	margin-top: calc(60 * 0.1rem) !important;
}

.mb-60-sp {
	margin-bottom: calc(60 * 0.1rem) !important;
}

.mr-60-sp {
	margin-right: calc(60 * 0.1rem) !important;
}

.ml-60-sp {
	margin-left: calc(60 * 0.1rem) !important;
}

.mx-60-sp {
	margin-left: calc(60 * 0.1rem) !important;
	margin-right: calc(60 * 0.1rem) !important;
}

.my-60-sp {
	margin-top: calc(60 * 0.1rem) !important;
	margin-bottom: calc(60 * 0.1rem) !important;
}

/* sp */

.mt-65-sp {
	margin-top: calc(65 * 0.1rem) !important;
}

.mb-65-sp {
	margin-bottom: calc(65 * 0.1rem) !important;
}

.mr-65-sp {
	margin-right: calc(65 * 0.1rem) !important;
}

.ml-65-sp {
	margin-left: calc(65 * 0.1rem) !important;
}

.mx-65-sp {
	margin-left: calc(65 * 0.1rem) !important;
	margin-right: calc(65 * 0.1rem) !important;
}

.my-65-sp {
	margin-top: calc(65 * 0.1rem) !important;
	margin-bottom: calc(65 * 0.1rem) !important;
}

/* sp */

.mt-70-sp {
	margin-top: calc(70 * 0.1rem) !important;
}

.mb-70-sp {
	margin-bottom: calc(70 * 0.1rem) !important;
}

.mr-70-sp {
	margin-right: calc(70 * 0.1rem) !important;
}

.ml-70-sp {
	margin-left: calc(70 * 0.1rem) !important;
}

.mx-70-sp {
	margin-left: calc(70 * 0.1rem) !important;
	margin-right: calc(70 * 0.1rem) !important;
}

.my-70-sp {
	margin-top: calc(70 * 0.1rem) !important;
	margin-bottom: calc(70 * 0.1rem) !important;
}

/* sp */

.mt-75-sp {
	margin-top: calc(75 * 0.1rem) !important;
}

.mb-75-sp {
	margin-bottom: calc(75 * 0.1rem) !important;
}

.mr-75-sp {
	margin-right: calc(75 * 0.1rem) !important;
}

.ml-75-sp {
	margin-left: calc(75 * 0.1rem) !important;
}

.mx-75-sp {
	margin-left: calc(75 * 0.1rem) !important;
	margin-right: calc(75 * 0.1rem) !important;
}

.my-75-sp {
	margin-top: calc(75 * 0.1rem) !important;
	margin-bottom: calc(75 * 0.1rem) !important;
}

/* sp */

.mt-80-sp {
	margin-top: calc(80 * 0.1rem) !important;
}

.mb-80-sp {
	margin-bottom: calc(80 * 0.1rem) !important;
}

.mr-80-sp {
	margin-right: calc(80 * 0.1rem) !important;
}

.ml-80-sp {
	margin-left: calc(80 * 0.1rem) !important;
}

.mx-80-sp {
	margin-left: calc(80 * 0.1rem) !important;
	margin-right: calc(80 * 0.1rem) !important;
}

.my-80-sp {
	margin-top: calc(80 * 0.1rem) !important;
	margin-bottom: calc(80 * 0.1rem) !important;
}

/* sp */

.mt-85-sp {
	margin-top: calc(85 * 0.1rem) !important;
}

.mb-85-sp {
	margin-bottom: calc(85 * 0.1rem) !important;
}

.mr-85-sp {
	margin-right: calc(85 * 0.1rem) !important;
}

.ml-85-sp {
	margin-left: calc(85 * 0.1rem) !important;
}

.mx-85-sp {
	margin-left: calc(85 * 0.1rem) !important;
	margin-right: calc(85 * 0.1rem) !important;
}

.my-85-sp {
	margin-top: calc(85 * 0.1rem) !important;
	margin-bottom: calc(85 * 0.1rem) !important;
}

/* sp */

.mt-90-sp {
	margin-top: calc(90 * 0.1rem) !important;
}

.mb-90-sp {
	margin-bottom: calc(90 * 0.1rem) !important;
}

.mr-90-sp {
	margin-right: calc(90 * 0.1rem) !important;
}

.ml-90-sp {
	margin-left: calc(90 * 0.1rem) !important;
}

.mx-90-sp {
	margin-left: calc(90 * 0.1rem) !important;
	margin-right: calc(90 * 0.1rem) !important;
}

.my-90-sp {
	margin-top: calc(90 * 0.1rem) !important;
	margin-bottom: calc(90 * 0.1rem) !important;
}

/* sp */

.mt-95-sp {
	margin-top: calc(95 * 0.1rem) !important;
}

.mb-95-sp {
	margin-bottom: calc(95 * 0.1rem) !important;
}

.mr-95-sp {
	margin-right: calc(95 * 0.1rem) !important;
}

.ml-95-sp {
	margin-left: calc(95 * 0.1rem) !important;
}

.mx-95-sp {
	margin-left: calc(95 * 0.1rem) !important;
	margin-right: calc(95 * 0.1rem) !important;
}

.my-95-sp {
	margin-top: calc(95 * 0.1rem) !important;
	margin-bottom: calc(95 * 0.1rem) !important;
}

/* sp */

.mt-100-sp {
	margin-top: calc(100 * 0.1rem) !important;
}

.mb-100-sp {
	margin-bottom: calc(100 * 0.1rem) !important;
}

.mr-100-sp {
	margin-right: calc(100 * 0.1rem) !important;
}

.ml-100-sp {
	margin-left: calc(100 * 0.1rem) !important;
}

.mx-100-sp {
	margin-left: calc(100 * 0.1rem) !important;
	margin-right: calc(100 * 0.1rem) !important;
}

.my-100-sp {
	margin-top: calc(100 * 0.1rem) !important;
	margin-bottom: calc(100 * 0.1rem) !important;
}

/* sp */

.mt-auto-sp {
	margin-top: auto !important;
}

.mb-auto-sp {
	margin-bottom: auto !important;
}

.mr-auto-sp {
	margin-right: auto !important;
}

.ml-auto-sp {
	margin-left: auto !important;
}

.mx-auto-sp {
	margin-left: auto !important;
	margin-right: auto !important;
}

.my-auto-sp {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

/* sp */

.p-0-sp {
	padding: calc(0 * 0.1rem) !important;
}

.pt-0-sp {
	padding-top: calc(0 * 0.1rem) !important;
}

.pb-0-sp {
	padding-bottom: calc(0 * 0.1rem) !important;
}

.pr-0-sp {
	padding-right: calc(0 * 0.1rem) !important;
}

.pl-0-sp {
	padding-left: calc(0 * 0.1rem) !important;
}

.px-0-sp {
	padding-left: calc(0 * 0.1rem) !important;
	padding-right: calc(0 * 0.1rem) !important;
}

.py-0-sp {
	padding-top: calc(0 * 0.1rem) !important;
	padding-bottom: calc(0 * 0.1rem) !important;
}

/* sp */

.p-5-sp {
	padding: calc(5 * 0.1rem) !important;
}

.pt-5-sp {
	padding-top: calc(5 * 0.1rem) !important;
}

.pb-5-sp {
	padding-bottom: calc(5 * 0.1rem) !important;
}

.pr-5-sp {
	padding-right: calc(5 * 0.1rem) !important;
}

.pl-5-sp {
	padding-left: calc(5 * 0.1rem) !important;
}

.px-5-sp {
	padding-left: calc(5 * 0.1rem) !important;
	padding-right: calc(5 * 0.1rem) !important;
}

.py-5-sp {
	padding-top: calc(5 * 0.1rem) !important;
	padding-bottom: calc(5 * 0.1rem) !important;
}

/* sp */

.p-10-sp {
	padding: calc(10 * 0.1rem) !important;
}

.pt-10-sp {
	padding-top: calc(10 * 0.1rem) !important;
}

.pb-10-sp {
	padding-bottom: calc(10 * 0.1rem) !important;
}

.pr-10-sp {
	padding-right: calc(10 * 0.1rem) !important;
}

.pl-10-sp {
	padding-left: calc(10 * 0.1rem) !important;
}

.px-10-sp {
	padding-left: calc(10 * 0.1rem) !important;
	padding-right: calc(10 * 0.1rem) !important;
}

.py-10-sp {
	padding-top: calc(10 * 0.1rem) !important;
	padding-bottom: calc(10 * 0.1rem) !important;
}

/* sp */

.p-15-sp {
	padding: calc(15 * 0.1rem) !important;
}

.pt-15-sp {
	padding-top: calc(15 * 0.1rem) !important;
}

.pb-15-sp {
	padding-bottom: calc(15 * 0.1rem) !important;
}

.pr-15-sp {
	padding-right: calc(15 * 0.1rem) !important;
}

.pl-15-sp {
	padding-left: calc(15 * 0.1rem) !important;
}

.px-15-sp {
	padding-left: calc(15 * 0.1rem) !important;
	padding-right: calc(15 * 0.1rem) !important;
}

.py-15-sp {
	padding-top: calc(15 * 0.1rem) !important;
	padding-bottom: calc(15 * 0.1rem) !important;
}

/* sp */

.p-20-sp {
	padding: calc(20 * 0.1rem) !important;
}

.pt-20-sp {
	padding-top: calc(20 * 0.1rem) !important;
}

.pb-20-sp {
	padding-bottom: calc(20 * 0.1rem) !important;
}

.pr-20-sp {
	padding-right: calc(20 * 0.1rem) !important;
}

.pl-20-sp {
	padding-left: calc(20 * 0.1rem) !important;
}

.px-20-sp {
	padding-left: calc(20 * 0.1rem) !important;
	padding-right: calc(20 * 0.1rem) !important;
}

.py-20-sp {
	padding-top: calc(20 * 0.1rem) !important;
	padding-bottom: calc(20 * 0.1rem) !important;
}

/* sp */

.p-25-sp {
	padding: calc(25 * 0.1rem) !important;
}

.pt-25-sp {
	padding-top: calc(25 * 0.1rem) !important;
}

.pb-25-sp {
	padding-bottom: calc(25 * 0.1rem) !important;
}

.pr-25-sp {
	padding-right: calc(25 * 0.1rem) !important;
}

.pl-25-sp {
	padding-left: calc(25 * 0.1rem) !important;
}

.px-25-sp {
	padding-left: calc(25 * 0.1rem) !important;
	padding-right: calc(25 * 0.1rem) !important;
}

.py-25-sp {
	padding-top: calc(25 * 0.1rem) !important;
	padding-bottom: calc(25 * 0.1rem) !important;
}

/* sp */

.p-30-sp {
	padding: calc(30 * 0.1rem) !important;
}

.pt-30-sp {
	padding-top: calc(30 * 0.1rem) !important;
}

.pb-30-sp {
	padding-bottom: calc(30 * 0.1rem) !important;
}

.pr-30-sp {
	padding-right: calc(30 * 0.1rem) !important;
}

.pl-30-sp {
	padding-left: calc(30 * 0.1rem) !important;
}

.px-30-sp {
	padding-left: calc(30 * 0.1rem) !important;
	padding-right: calc(30 * 0.1rem) !important;
}

.py-30-sp {
	padding-top: calc(30 * 0.1rem) !important;
	padding-bottom: calc(30 * 0.1rem) !important;
}

/* sp */

.p-35-sp {
	padding: calc(35 * 0.1rem) !important;
}

.pt-35-sp {
	padding-top: calc(35 * 0.1rem) !important;
}

.pb-35-sp {
	padding-bottom: calc(35 * 0.1rem) !important;
}

.pr-35-sp {
	padding-right: calc(35 * 0.1rem) !important;
}

.pl-35-sp {
	padding-left: calc(35 * 0.1rem) !important;
}

.px-35-sp {
	padding-left: calc(35 * 0.1rem) !important;
	padding-right: calc(35 * 0.1rem) !important;
}

.py-35-sp {
	padding-top: calc(35 * 0.1rem) !important;
	padding-bottom: calc(35 * 0.1rem) !important;
}

/* sp */

.p-40-sp {
	padding: calc(40 * 0.1rem) !important;
}

.pt-40-sp {
	padding-top: calc(40 * 0.1rem) !important;
}

.pb-40-sp {
	padding-bottom: calc(40 * 0.1rem) !important;
}

.pr-40-sp {
	padding-right: calc(40 * 0.1rem) !important;
}

.pl-40-sp {
	padding-left: calc(40 * 0.1rem) !important;
}

.px-40-sp {
	padding-left: calc(40 * 0.1rem) !important;
	padding-right: calc(40 * 0.1rem) !important;
}

.py-40-sp {
	padding-top: calc(40 * 0.1rem) !important;
	padding-bottom: calc(40 * 0.1rem) !important;
}

/* sp */

.p-45-sp {
	padding: calc(45 * 0.1rem) !important;
}

.pt-45-sp {
	padding-top: calc(45 * 0.1rem) !important;
}

.pb-45-sp {
	padding-bottom: calc(45 * 0.1rem) !important;
}

.pr-45-sp {
	padding-right: calc(45 * 0.1rem) !important;
}

.pl-45-sp {
	padding-left: calc(45 * 0.1rem) !important;
}

.px-45-sp {
	padding-left: calc(45 * 0.1rem) !important;
	padding-right: calc(45 * 0.1rem) !important;
}

.py-45-sp {
	padding-top: calc(45 * 0.1rem) !important;
	padding-bottom: calc(45 * 0.1rem) !important;
}

/* sp */

.p-50-sp {
	padding: calc(50 * 0.1rem) !important;
}

.pt-50-sp {
	padding-top: calc(50 * 0.1rem) !important;
}

.pb-50-sp {
	padding-bottom: calc(50 * 0.1rem) !important;
}

.pr-50-sp {
	padding-right: calc(50 * 0.1rem) !important;
}

.pl-50-sp {
	padding-left: calc(50 * 0.1rem) !important;
}

.px-50-sp {
	padding-left: calc(50 * 0.1rem) !important;
	padding-right: calc(50 * 0.1rem) !important;
}

.py-50-sp {
	padding-top: calc(50 * 0.1rem) !important;
	padding-bottom: calc(50 * 0.1rem) !important;
}

/* sp */

.p-55-sp {
	padding: calc(55 * 0.1rem) !important;
}

.pt-55-sp {
	padding-top: calc(55 * 0.1rem) !important;
}

.pb-55-sp {
	padding-bottom: calc(55 * 0.1rem) !important;
}

.pr-55-sp {
	padding-right: calc(55 * 0.1rem) !important;
}

.pl-55-sp {
	padding-left: calc(55 * 0.1rem) !important;
}

.px-55-sp {
	padding-left: calc(55 * 0.1rem) !important;
	padding-right: calc(55 * 0.1rem) !important;
}

.py-55-sp {
	padding-top: calc(55 * 0.1rem) !important;
	padding-bottom: calc(55 * 0.1rem) !important;
}

/* sp */

.p-60-sp {
	padding: calc(60 * 0.1rem) !important;
}

.pt-60-sp {
	padding-top: calc(60 * 0.1rem) !important;
}

.pb-60-sp {
	padding-bottom: calc(60 * 0.1rem) !important;
}

.pr-60-sp {
	padding-right: calc(60 * 0.1rem) !important;
}

.pl-60-sp {
	padding-left: calc(60 * 0.1rem) !important;
}

.px-60-sp {
	padding-left: calc(60 * 0.1rem) !important;
	padding-right: calc(60 * 0.1rem) !important;
}

.py-60-sp {
	padding-top: calc(60 * 0.1rem) !important;
	padding-bottom: calc(60 * 0.1rem) !important;
}

/* sp */

.p-65-sp {
	padding: calc(65 * 0.1rem) !important;
}

.pt-65-sp {
	padding-top: calc(65 * 0.1rem) !important;
}

.pb-65-sp {
	padding-bottom: calc(65 * 0.1rem) !important;
}

.pr-65-sp {
	padding-right: calc(65 * 0.1rem) !important;
}

.pl-65-sp {
	padding-left: calc(65 * 0.1rem) !important;
}

.px-65-sp {
	padding-left: calc(65 * 0.1rem) !important;
	padding-right: calc(65 * 0.1rem) !important;
}

.py-65-sp {
	padding-top: calc(65 * 0.1rem) !important;
	padding-bottom: calc(65 * 0.1rem) !important;
}

/* sp */

.p-70-sp {
	padding: calc(70 * 0.1rem) !important;
}

.pt-70-sp {
	padding-top: calc(70 * 0.1rem) !important;
}

.pb-70-sp {
	padding-bottom: calc(70 * 0.1rem) !important;
}

.pr-70-sp {
	padding-right: calc(70 * 0.1rem) !important;
}

.pl-70-sp {
	padding-left: calc(70 * 0.1rem) !important;
}

.px-70-sp {
	padding-left: calc(70 * 0.1rem) !important;
	padding-right: calc(70 * 0.1rem) !important;
}

.py-70-sp {
	padding-top: calc(70 * 0.1rem) !important;
	padding-bottom: calc(70 * 0.1rem) !important;
}

/* sp */

.p-75-sp {
	padding: calc(75 * 0.1rem) !important;
}

.pt-75-sp {
	padding-top: calc(75 * 0.1rem) !important;
}

.pb-75-sp {
	padding-bottom: calc(75 * 0.1rem) !important;
}

.pr-75-sp {
	padding-right: calc(75 * 0.1rem) !important;
}

.pl-75-sp {
	padding-left: calc(75 * 0.1rem) !important;
}

.px-75-sp {
	padding-left: calc(75 * 0.1rem) !important;
	padding-right: calc(75 * 0.1rem) !important;
}

.py-75-sp {
	padding-top: calc(75 * 0.1rem) !important;
	padding-bottom: calc(75 * 0.1rem) !important;
}

/* sp */

.p-80-sp {
	padding: calc(80 * 0.1rem) !important;
}

.pt-80-sp {
	padding-top: calc(80 * 0.1rem) !important;
}

.pb-80-sp {
	padding-bottom: calc(80 * 0.1rem) !important;
}

.pr-80-sp {
	padding-right: calc(80 * 0.1rem) !important;
}

.pl-80-sp {
	padding-left: calc(80 * 0.1rem) !important;
}

.px-80-sp {
	padding-left: calc(80 * 0.1rem) !important;
	padding-right: calc(80 * 0.1rem) !important;
}

.py-80-sp {
	padding-top: calc(80 * 0.1rem) !important;
	padding-bottom: calc(80 * 0.1rem) !important;
}

/* sp */

.p-85-sp {
	padding: calc(85 * 0.1rem) !important;
}

.pt-85-sp {
	padding-top: calc(85 * 0.1rem) !important;
}

.pb-85-sp {
	padding-bottom: calc(85 * 0.1rem) !important;
}

.pr-85-sp {
	padding-right: calc(85 * 0.1rem) !important;
}

.pl-85-sp {
	padding-left: calc(85 * 0.1rem) !important;
}

.px-85-sp {
	padding-left: calc(85 * 0.1rem) !important;
	padding-right: calc(85 * 0.1rem) !important;
}

.py-85-sp {
	padding-top: calc(85 * 0.1rem) !important;
	padding-bottom: calc(85 * 0.1rem) !important;
}

/* sp */

.p-90-sp {
	padding: calc(90 * 0.1rem) !important;
}

.pt-90-sp {
	padding-top: calc(90 * 0.1rem) !important;
}

.pb-90-sp {
	padding-bottom: calc(90 * 0.1rem) !important;
}

.pr-90-sp {
	padding-right: calc(90 * 0.1rem) !important;
}

.pl-90-sp {
	padding-left: calc(90 * 0.1rem) !important;
}

.px-90-sp {
	padding-left: calc(90 * 0.1rem) !important;
	padding-right: calc(90 * 0.1rem) !important;
}

.py-90-sp {
	padding-top: calc(90 * 0.1rem) !important;
	padding-bottom: calc(90 * 0.1rem) !important;
}

/* sp */

.p-95-sp {
	padding: calc(95 * 0.1rem) !important;
}

.pt-95-sp {
	padding-top: calc(95 * 0.1rem) !important;
}

.pb-95-sp {
	padding-bottom: calc(95 * 0.1rem) !important;
}

.pr-95-sp {
	padding-right: calc(95 * 0.1rem) !important;
}

.pl-95-sp {
	padding-left: calc(95 * 0.1rem) !important;
}

.px-95-sp {
	padding-left: calc(95 * 0.1rem) !important;
	padding-right: calc(95 * 0.1rem) !important;
}

.py-95-sp {
	padding-top: calc(95 * 0.1rem) !important;
	padding-bottom: calc(95 * 0.1rem) !important;
}

/* sp */

.p-100-sp {
	padding: calc(100 * 0.1rem) !important;
}

.pt-100-sp {
	padding-top: calc(100 * 0.1rem) !important;
}

.pb-100-sp {
	padding-bottom: calc(100 * 0.1rem) !important;
}

.pr-100-sp {
	padding-right: calc(100 * 0.1rem) !important;
}

.pl-100-sp {
	padding-left: calc(100 * 0.1rem) !important;
}

.px-100-sp {
	padding-left: calc(100 * 0.1rem) !important;
	padding-right: calc(100 * 0.1rem) !important;
}

.py-100-sp {
	padding-top: calc(100 * 0.1rem) !important;
	padding-bottom: calc(100 * 0.1rem) !important;
}

/* sp */

.grid-1col-sp {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.grid-2col-sp {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.grid-3col-sp {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.grid-4col-sp {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.l-header { /* sp */
	padding: 1rem 2rem;
}

.l-footer { /* sp */
	padding: 1rem 2rem;
}

.l-navi { /* sp */
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	color: #333;
	z-index: 100;
}

.l-navi__inner { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 3rem;
	height: 100%;
}

.l-wrapper { /* sp */
	width: 90%;
}

.l-wrapper-sp { /* sp */
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.l-section { /* sp */
	padding: 6rem 0;
}

.heading-1__sub { /* sp */
	font-size: 1.4rem;
}

.heading-1__main { /* sp */
	font-size: 3rem;
}

.text-base { /* sp */
	font-size: 1.4rem;
}

.menu-btn { /* sp */
	display: block;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	z-index: 400;
}

.menu-btn__icon {
	display: block;
	width: 3rem;
	height: 2rem;
	position: relative;
	margin: 0 auto;
}

.menu-btn__icon span {
	display: block;
	width: 100%;
	height: 1px;
	background: currentColor;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu-btn__icon span:nth-child(1) {
	top: 0;
}

.menu-btn__icon span:nth-child(2) {
	top: 50%;
}

.menu-btn__icon span:nth-child(3) {
	top: 100%;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-btn.is-open .menu-btn__icon span:nth-child(2) {
	opacity: 0;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(3) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.gnavi { /* sp */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 3rem;
}

.copyright { /* sp */
	font-size: 1.2rem;
}

.head-wrap { /* sp */
	padding: 4.4rem 0;
}

.mv { /* sp */
	display: block;
}

.mv__body { /* sp */
	padding: 5rem 2rem;
}

.mv-title__sub { /* sp */
	font-size: 1.6rem;
}

.mv-title__main { /* sp */
	font-size: 6rem;
}

.mv-info { /* sp */
	margin-top: 5rem;
}

.mv-info__term { /* sp */
	font-size: 2.4rem;
}

.mv-info__place { /* sp */
	font-size: 1.8rem;
}

.mv-info__price { /* sp */
	font-size: 1.6rem;
}

.mv-button { /* sp */
	grid-template-columns: repeat(1, 1fr);
	gap: 1.5rem;
	margin-top: 4rem;
}

.info-belt { /* sp */
	grid-template-columns: repeat(2, 1fr);
}

.info-belt__item { /* sp */
	padding: 1rem 0.6rem;
}

.info-belt__item:not(:nth-last-of-type(1),
:nth-last-of-type(2):nth-of-type(odd)) { /* sp */
	border-bottom: 1px solid #333;
}

.info-belt__inner { /* sp */
	font-size: 1.4rem;
}

.home-item-1__head { /* sp */
	width: 100%;
	padding: 4rem 0;
	border-right: none;
}

.home-item-1__head--p0 { /* sp */
	padding: 0;
}

.home-item-1__body { /* sp */
	width: 100%;
	padding: 0 0 4rem;
}

.lead-text-1 { /* sp */
	font-size: 1.8rem;
}

.works-gallery__item { /* sp */
	height: 34rem;
}

.artists-wrap { /* sp */
	padding: 4rem 0;
}

.artists__item { /* sp */
	grid-template-columns: repeat(1, 1fr);
	width: 240px;
	border: 1px solid #333;
}

.artists__body { /* sp */
	padding: 1.5rem;
}

.artists__head { /* sp */
	margin-bottom: 1.4rem;
}

.artists__prof-image { /* sp */
	width: 8rem;
}

.artists__name { /* sp */
	font-size: 1.8rem;
}

.artists__text { /* sp */
	font-size: 1.4rem;
}

.artists__control { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2rem;
}

.artists__navigation .swiper-button-prev,
.artists__navigation .swiper-button-next { /* sp */
	-ms-flex-preferred-size: 3.6rem;
	flex-basis: 3.6rem;
	width: 3.6rem;
	height: 3.6rem;
}

.home-talk-body__text-1 { /* sp */
	margin-bottom: 2rem;
}

.home-talk-body__text-1 span { /* sp */
}

.home-talk-body__text-2 { /* sp */
	margin-bottom: 3rem;
}

.home-talk-body__text-3 { /* sp */
	font-size: 1.4rem;
}

.data-list__item { /* sp */
	padding: 0 2rem 1.5em;
}

.data-list__head { /* sp */
	font-size: 1.2rem;
}

.data-list__body { /* sp */
	font-size: 1.6rem;
}

.access-map { /* sp */
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	min-width: 100vw;
	height: 30rem;
	margin-bottom: 5rem;
}

.table__th { /* sp */
	width: 8rem;
	padding: 1.78rem 0;
}

.news-list__link { /* sp */
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
}

.news-list__title { /* sp */
	font-size: 1.6rem;
}

}
