@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: 62.5%;
	scroll-behavior: smooth;
}

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

body {
	font-family: YakuHanMP, "Shippori Mincho", serif;
	font-size: 1.4rem;
	color: #513b47;
	word-wrap: break-word;
}

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

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

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

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

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

.mt-0 {
	margin-top: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

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

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

.mt-5 {
	margin-top: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

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

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

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

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

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

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

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

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

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

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

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

.mt-25 {
	margin-top: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

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

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

.mt-30 {
	margin-top: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

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

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

.mt-35 {
	margin-top: 35px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mr-35 {
	margin-right: 35px !important;
}

.ml-35 {
	margin-left: 35px !important;
}

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

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

.mt-40 {
	margin-top: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

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

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

.mt-45 {
	margin-top: 45px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mr-45 {
	margin-right: 45px !important;
}

.ml-45 {
	margin-left: 45px !important;
}

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

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

.mt-50 {
	margin-top: 50px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

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

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

.mt-55 {
	margin-top: 55px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.mr-55 {
	margin-right: 55px !important;
}

.ml-55 {
	margin-left: 55px !important;
}

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

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

.mt-60 {
	margin-top: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mr-60 {
	margin-right: 60px !important;
}

.ml-60 {
	margin-left: 60px !important;
}

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

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

.mt-65 {
	margin-top: 65px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

.mr-65 {
	margin-right: 65px !important;
}

.ml-65 {
	margin-left: 65px !important;
}

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

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

.mt-70 {
	margin-top: 70px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mr-70 {
	margin-right: 70px !important;
}

.ml-70 {
	margin-left: 70px !important;
}

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

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

.mt-75 {
	margin-top: 75px !important;
}

.mb-75 {
	margin-bottom: 75px !important;
}

.mr-75 {
	margin-right: 75px !important;
}

.ml-75 {
	margin-left: 75px !important;
}

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

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

.mt-80 {
	margin-top: 80px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mr-80 {
	margin-right: 80px !important;
}

.ml-80 {
	margin-left: 80px !important;
}

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

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

.mt-85 {
	margin-top: 85px !important;
}

.mb-85 {
	margin-bottom: 85px !important;
}

.mr-85 {
	margin-right: 85px !important;
}

.ml-85 {
	margin-left: 85px !important;
}

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

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

.mt-90 {
	margin-top: 90px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mr-90 {
	margin-right: 90px !important;
}

.ml-90 {
	margin-left: 90px !important;
}

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

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

.mt-95 {
	margin-top: 95px !important;
}

.mb-95 {
	margin-bottom: 95px !important;
}

.mr-95 {
	margin-right: 95px !important;
}

.ml-95 {
	margin-left: 95px !important;
}

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

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

.mt-100 {
	margin-top: 100px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mr-100 {
	margin-right: 100px !important;
}

.ml-100 {
	margin-left: 100px !important;
}

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

.my-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !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: 0px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.px-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.p-5 {
	padding: 5px !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.px-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.py-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.p-10 {
	padding: 10px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.p-15 {
	padding: 15px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.px-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.py-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.p-20 {
	padding: 20px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.px-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.p-25 {
	padding: 25px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pr-25 {
	padding-right: 25px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

.px-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.py-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.p-30 {
	padding: 30px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.p-35 {
	padding: 35px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pb-35 {
	padding-bottom: 35px !important;
}

.pr-35 {
	padding-right: 35px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

.px-35 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.py-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.p-40 {
	padding: 40px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.p-45 {
	padding: 45px !important;
}

.pt-45 {
	padding-top: 45px !important;
}

.pb-45 {
	padding-bottom: 45px !important;
}

.pr-45 {
	padding-right: 45px !important;
}

.pl-45 {
	padding-left: 45px !important;
}

.px-45 {
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.py-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

.p-50 {
	padding: 50px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pr-50 {
	padding-right: 50px !important;
}

.pl-50 {
	padding-left: 50px !important;
}

.px-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.p-55 {
	padding: 55px !important;
}

.pt-55 {
	padding-top: 55px !important;
}

.pb-55 {
	padding-bottom: 55px !important;
}

.pr-55 {
	padding-right: 55px !important;
}

.pl-55 {
	padding-left: 55px !important;
}

.px-55 {
	padding-left: 55px !important;
	padding-right: 55px !important;
}

.py-55 {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

.p-60 {
	padding: 60px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pr-60 {
	padding-right: 60px !important;
}

.pl-60 {
	padding-left: 60px !important;
}

.px-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.p-65 {
	padding: 65px !important;
}

.pt-65 {
	padding-top: 65px !important;
}

.pb-65 {
	padding-bottom: 65px !important;
}

.pr-65 {
	padding-right: 65px !important;
}

.pl-65 {
	padding-left: 65px !important;
}

.px-65 {
	padding-left: 65px !important;
	padding-right: 65px !important;
}

.py-65 {
	padding-top: 65px !important;
	padding-bottom: 65px !important;
}

.p-70 {
	padding: 70px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pr-70 {
	padding-right: 70px !important;
}

.pl-70 {
	padding-left: 70px !important;
}

.px-70 {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.py-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.p-75 {
	padding: 75px !important;
}

.pt-75 {
	padding-top: 75px !important;
}

.pb-75 {
	padding-bottom: 75px !important;
}

.pr-75 {
	padding-right: 75px !important;
}

.pl-75 {
	padding-left: 75px !important;
}

.px-75 {
	padding-left: 75px !important;
	padding-right: 75px !important;
}

.py-75 {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}

.p-80 {
	padding: 80px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pr-80 {
	padding-right: 80px !important;
}

.pl-80 {
	padding-left: 80px !important;
}

.px-80 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.p-85 {
	padding: 85px !important;
}

.pt-85 {
	padding-top: 85px !important;
}

.pb-85 {
	padding-bottom: 85px !important;
}

.pr-85 {
	padding-right: 85px !important;
}

.pl-85 {
	padding-left: 85px !important;
}

.px-85 {
	padding-left: 85px !important;
	padding-right: 85px !important;
}

.py-85 {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

.p-90 {
	padding: 90px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pr-90 {
	padding-right: 90px !important;
}

.pl-90 {
	padding-left: 90px !important;
}

.px-90 {
	padding-left: 90px !important;
	padding-right: 90px !important;
}

.py-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.p-95 {
	padding: 95px !important;
}

.pt-95 {
	padding-top: 95px !important;
}

.pb-95 {
	padding-bottom: 95px !important;
}

.pr-95 {
	padding-right: 95px !important;
}

.pl-95 {
	padding-left: 95px !important;
}

.px-95 {
	padding-left: 95px !important;
	padding-right: 95px !important;
}

.py-95 {
	padding-top: 95px !important;
	padding-bottom: 95px !important;
}

.p-100 {
	padding: 100px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pr-100 {
	padding-right: 100px !important;
}

.pl-100 {
	padding-left: 100px !important;
}

.px-100 {
	padding-left: 100px !important;
	padding-right: 100px !important;
}

.py-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !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%;
	overflow: clip;
}

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

.l-wrapper {
	position: relative;
	width: calc(100% - 80px);
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/* Module */

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

.noscript span {
	color: red;
}

/*
#styleguide
heading-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-primary">見出し２です</p>
```
*/

.heading-primary {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 15px;
	font-weight: 500;
	font-size: 4.8rem;
	line-height: 1.5;
	letter-spacing: 0.01em;
	color: #581b9f;
	text-align: center;
}

.heading-primary::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0.3em;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 120%;
	height: 1px;
	background: currentColor;
}

/*
#styleguide
heading-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-secondary">見出し２です</p>
```
*/

/*
#styleguide
heading-tertiary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-tertiary">見出し２です</p>
```
*/

/*
#styleguide
text-base

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-base">ベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントです</p>
```
*/

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

.text-base p,
.text-base ol,
.text-base ul {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-lg

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-lg">大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです</p>
```
*/

.text-lg {
	font-size: 2rem;
	line-height: 1.8;
}

.text-lg p,
.text-lg ol,
.text-lg ul {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-sm

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-sm">小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです</p>
```
*/

.text-sm {
	font-size: 1.4rem;
	line-height: 1.8;
}

.text-sm p,
.text-sm ol,
.text-sm ul {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-note

米印の下にテキストの回り込みが内容にします。
```
<p class="text-note">※テキストですテキストです。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。</p>
```
*/

.text-note {
	padding-left: 1em;
	text-indent: -1em;
}

.buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

/*
#styleguide
button-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-primary">ボタン</a>
	<button type="button" class="button-primary">ボタン</button>
</div>
```
*/

.button-primary {
	background: #000;
	color: #FFF;
	border: none;
	padding: 0.5em 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

/*
#styleguide
button-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-secondary">ボタン</a>
	<button type="button" class="button-secondary">ボタン</button>
</div>
```
*/

.button-secondary {
	background: blue;
	color: #FFF;
	border: none;
	padding: 0.5em 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.top-contents {
	position: relative;
}

.fujimai {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.fujimai__inner {
	height: 100%;
}

.fujimai__block {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
}

.fujimai__block--left {
	left: 0;
}

.fujimai__block--right {
	right: 0;
}

.fujimai__item {
	height: auto;
	display: block;
	position: absolute;
	top: -100px;
}

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

.fujimai__item--left1 {
	width: 24px;
	left: 0;
	-webkit-animation: 10s tobottom linear 4s infinite, 4s hirahira linear infinite;
	animation: 10s tobottom linear 4s infinite, 4s hirahira linear infinite;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.fujimai__item--left2 {
	width: 51px;
	left: 18%;
	-webkit-animation: 8s tobottom linear 0s infinite, 3s kururi linear infinite;
	animation: 8s tobottom linear 0s infinite, 3s kururi linear infinite;
}

.fujimai__item--left3 {
	width: 42px;
	left: -5%;
	-webkit-animation: 40s tobottom linear 0s infinite, 10s yurayura ease-out infinite;
	animation: 40s tobottom linear 0s infinite, 10s yurayura ease-out infinite;
}

.fujimai__item--left4 {
	width: 36px;
	left: 10%;
	-webkit-animation: 24s tobottom linear 0s infinite, 8s yurakuru1 linear infinite;
	animation: 24s tobottom linear 0s infinite, 8s yurakuru1 linear infinite;
}

.fujimai__item--left5 {
	width: 56px;
	left: 34%;
	-webkit-animation: 18s tobottom linear 0s infinite, 5s yurakuru2 linear infinite;
	animation: 18s tobottom linear 0s infinite, 5s yurakuru2 linear infinite;
}

.fujimai__item--left6 {
	width: 40px;
	left: 3%;
	-webkit-animation: 30s tobottom linear 8s infinite, 3s drifty linear alternate infinite;
	animation: 30s tobottom linear 8s infinite, 3s drifty linear alternate infinite;
}

.fujimai__item--left7 {
	width: 42px;
	left: 6%;
	-webkit-animation: 20s tobottom linear 10s infinite, 8s drifty linear alternate infinite;
	animation: 20s tobottom linear 10s infinite, 8s drifty linear alternate infinite;
}

.fujimai__item--left8 {
	width: 30px;
	left: 10%;
	-webkit-animation: 20s tobottom linear infinite, 2s kurukuru linear alternate infinite;
	animation: 20s tobottom linear infinite, 2s kurukuru linear alternate infinite;
}

.fujimai__item--left9 {
	width: 28px;
	left: 0%;
	-webkit-animation: 20s tobottom linear 10s infinite, 2s kurukuru linear alternate infinite;
	animation: 20s tobottom linear 10s infinite, 2s kurukuru linear alternate infinite;
}

.fujimai__item--right1 {
	width: 64px;
	right: -8%;
	-webkit-animation: 45s tobottom linear 0s infinite, 3s driftysmall linear alternate infinite;
	animation: 45s tobottom linear 0s infinite, 3s driftysmall linear alternate infinite;
}

.fujimai__item--right2 {
	width: 22px;
	right: 20%;
	-webkit-animation: 8s tobottom linear 0s infinite, 5s kururi linear infinite;
	animation: 8s tobottom linear 0s infinite, 5s kururi linear infinite;
}

.fujimai__item--right3 {
	width: 29px;
	right: 5%;
	-webkit-animation: 30s tobottom linear 9s infinite, 8s yurayura2 ease-out infinite;
	animation: 30s tobottom linear 9s infinite, 8s yurayura2 ease-out infinite;
}

.fujimai__item--right4 {
	width: 22px;
	right: 34%;
	-webkit-animation: 18s tobottom linear infinite, 4s kururi linear infinite;
	animation: 18s tobottom linear infinite, 4s kururi linear infinite;
}

.fujimai__item--right5 {
	width: 45px;
	right: 5%;
	-webkit-animation: 27s tobottom linear 5s infinite, 10s yurakuru2 linear infinite;
	animation: 27s tobottom linear 5s infinite, 10s yurakuru2 linear infinite;
}

.fujimai__item--right6 {
	width: 56px;
	right: 34%;
	-webkit-animation: 13s tobottom linear 10s infinite, 6s kururi linear alternate infinite;
	animation: 13s tobottom linear 10s infinite, 6s kururi linear alternate infinite;
}

.fujimai__item--right7 {
	width: 30px;
	right: 0;
	-webkit-animation: 40s tobottom linear 0s infinite, 8s yurayura ease-out infinite;
	animation: 40s tobottom linear 0s infinite, 8s yurayura ease-out infinite;
}

.fujimai__item--right8 {
	width: 30px;
	right: 0;
	-webkit-animation: 20s tobottom linear 2s infinite, 2s kurukuruR linear alternate infinite;
	animation: 20s tobottom linear 2s infinite, 2s kurukuruR linear alternate infinite;
}

.fujimai__item--right9 {
	width: 36px;
	right: 20%;
	-webkit-animation: 20s tobottom linear 12s infinite, 2s kurukuruR linear alternate infinite;
	animation: 20s tobottom linear 12s infinite, 2s kurukuruR linear alternate infinite;
}

.firstview {
	position: relative;
	z-index: 10;
	padding: 140px 0 95px;
}

.firstview::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_wisteria_pc.png) no-repeat top center/1400px auto;
	z-index: 100;
	pointer-events: none;
}

.firstview::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	width: 1px;
	height: 60px;
	background: #72599e;
	z-index: 1;
}

.firstview__logo {
	position: absolute;
	top: 0;
	left: 0;
	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;
	padding-top: 10px;
	width: 150px;
	height: 140px;
	background: #FFF;
	z-index: 100;
}

.firstview__logo a {
	text-decoration: none;
}

.firstview__logo img {
	display: block;
	width: 103px;
}

.firstview__inner {
	position: relative;
	width: calc(100% - 80px);
	max-width: 765px;
	margin-left: auto;
	margin-right: auto;
}

.firstview__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 92px;
}

.firstview__copy {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}

.firstview__copy__main {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight: 600;
	font-size: 2.4rem;
	letter-spacing: 0.54em;
	line-height: 1.5;
	color: #581b9f;
}

.firstview__copy__title {
	padding-inline: 15px 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 1.5;
	color: #581b9f;
}

.firstview__info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 420px;
	padding-top: 50px;
}

.firstview__title {
	margin-bottom: 58px;
	padding-left: 22%;
	position: relative;
	z-index: 10;
}

.firstview__title img {
	display: block;
	width: 179px;
}

.firstview__band {
	padding: 0 0 26px 14%;
	border-bottom: 1px solid currentColor;
	margin-bottom: 20px;
	color: #581b9f;
}

.firstview__date {
	font-weight: 600;
	font-size: 2.4rem;
	letter-spacing: 0.18em;
}

.firstview__date span {
	font-size: 130%;
}

.firstview__detail {
	padding-left: 14%;
}

.firstview__lead {
	font-weight: 500;
	font-size: clamp(2.1rem, 1.2rem + 1.171875vw, 2.4rem);
	line-height: 1.7917;
	letter-spacing: 0.065em;
	color: #581b9f;
	margin-bottom: 15px;
	position: relative;
}

.firstview__text {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.02em;
	position: relative;
}

.firstview__phone {
	width: 38.253%;
	max-width: 254px;
	position: relative;
	z-index: 10;
}

.firstview__phone__image img {
	display: block;
}

.firstview__note {
	margin-top: 10px;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: -0.02em;
}

.intro {
	position: relative;
	padding: 66px 0 125px;
	background: url(../img/bg_ripple.png) no-repeat center center/cover, #f8f5fd;
}

.intro::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #e1dcf0 25%, transparent 25%, transparent 75%, #e1dcf0 75%) 50% 50%/100px 100px, linear-gradient(45deg, #e1dcf0 25%, transparent 25%, transparent 75%, #e1dcf0 75%) calc(50% + 50px) calc(50% + 50px)/100px 100px #ffffff;
	opacity: 0.2;
	pointer-events: none;
}

.intro__text {
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.03em;
	text-align: center;
}

.feature {
	position: relative;
}

.feature::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 90%;
	bottom: 90px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 245, 253, 0)), to(rgb(248, 245, 253)));
	background: linear-gradient(180deg, rgba(248, 245, 253, 0) 0%, rgb(248, 245, 253) 100%);
	opacity: 0.8;
}

.feature::before {
	pointer-events: none;
}

.feature__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 90px;
	padding: 130px 0 0px;
	position: relative;
}

.feature__image-wrap {
	position: relative;
	z-index: 1;
}

.feature__image {
	position: relative;
	z-index: 1;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	height: 100%;
	width: calc(50vw - 50% + 50%);
	left: 100%;
}

.feature__image--reverse {
	left: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.feature__image picture {
	display: block;
}

.feature__image img {
	display: block;
}

.feature__text-wrap {
	width: 41.8%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 3;
}

.feature__icon {
	width: 130px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.feature__title {
	letter-spacing: 0.2em;
	font-size: 5rem;
	margin-top: 15px;
	padding-left: 0.2em;
	position: relative;
	z-index: 3;
}

.feature__title--purple {
	color: #72599e;
}

.feature__title--yellow {
	color: #beb43c;
}

.feature__title--red {
	color: #a64931;
}

.feature__title--green {
	color: #2d6375;
}

.feature__subtitle {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin-top: 35px;
	line-height: 1.8;
	position: relative;
	z-index: 3;
}

.feature__text {
	letter-spacing: 0.05em;
	line-height: 1.85;
	font-weight: 600;
	margin-top: 20px;
	font-size: 1.4rem;
	position: relative;
	z-index: 3;
}

.main-contents {
	padding-top: 20px;
	position: relative;
	z-index: 1;
	background-color: #fafaff;
}

.main-contents::after {
	content: "";
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	height: 100vw;
	background-image: url(../img/img_petals_01_pc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 2;
}

.main-contents::before {
	content: "";
	position: absolute;
	pointer-events: none;
	bottom: -256px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	height: 100vw;
	background-image: url(../img/img_petals_02_pc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 2;
}

.galleries {
	position: relative;
	padding: 180px 0 98px;
	background: #fafaff;
}

.galleries::after {
	content: "";
	position: absolute;
	top: 170px;
	left: 0;
	width: 100%;
	height: calc(100% - 170px);
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, rgba(248, 245, 253, 0.8)), to(rgb(248, 245, 253)));
	background: linear-gradient(transparent 0%, rgba(248, 245, 253, 0.8) 80%, rgb(248, 245, 253) 100%);
	opacity: 0.8;
	z-index: 0;
	pointer-events: none;
}

.gallery {
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
}

.gallery__item img {
	display: block;
}

.gallery .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	bottom: 0 !important;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #FFF;
	border: 1px solid #aa55a0;
	margin: 0 !important;
	opacity: 1;
}

.gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #aa55a0;
}

.links-section {
	margin-top: 100px;
}

.links-section a {
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.links-section a img {
	display: block;
}

.links-section__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 95px;
}

.links-section__inner li {
	max-width: 340px;
	margin: 0 auto;
}

.copyright {
	background-color: #000000;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
	letter-spacing: 0.2em;
	font-size: 1rem;
}

.footer {
	margin-top: 100px;
	border-top: 1px solid #e4e4e4;
	padding: 60px 0;
}

.footer__logo {
	width: 153px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.footer__logo a {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer__inner {
	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;
	gap: 50px;
}

.footer__address {
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.5;
}

.footer-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	margin-top: 12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 20px;
}

.footer-contact__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.footer-contact__head {
	background-color: #571ba0;
	color: #FFF;
	font-size: 1.2rem;
	width: 50px;
	height: 20px;
	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-negative: 0;
	flex-shrink: 0;
	-ms-flex-item-align: center;
	align-self: center;
}

.footer-contact__main a {
	text-decoration: none;
}

.footer-contact__main {
	font-size: 1.8rem;
	letter-spacing: 0.025em;
}

.js-scrollin-left {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.js-scrollin-right {
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
}

.js-scrollin-left,
.js-scrollin-right {
	opacity: 0;
}

.js-scrollin-left.is-visible,
.js-scrollin-right.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

:root {
	--swiper-theme-color: #007aff; /*
		--swiper-preloader-color: var(--swiper-theme-color);
		--swiper-wrapper-transition-timing-function: initial;
		*/
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

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

.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-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

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

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

.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;
	display: block;
}

.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-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* 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-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
	-webkit-margin-end: var(--swiper-slides-offset-after);
	margin-inline-end: var(--swiper-slides-offset-after);
}

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

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

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
	-webkit-margin-after: var(--swiper-slides-offset-after);
	margin-block-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}

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

.swiper-css-mode.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-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.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-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.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-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

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

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

/* Slide styles end */

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px; /*
		--swiper-navigation-top-offset: 50%;
		--swiper-navigation-sides-offset: 4px;
		--swiper-navigation-color: var(--swiper-theme-color);
		*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	width: var(--swiper-navigation-size);
	height: var(--swiper-navigation-size);
	z-index: 10;
	cursor: pointer;
	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;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform-origin: center;
	transform-origin: center;
	fill: currentColor;
	pointer-events: none;
}

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

.swiper-button-prev,
.swiper-button-next {
	top: var(--swiper-navigation-top-offset, 50%);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 4px);
	right: auto;
}

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

.swiper-button-next {
	right: var(--swiper-navigation-sides-offset, 4px);
	left: auto;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next {
	top: var(--swiper-navigation-top-offset, 50%);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	margin-left: 0;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal.swiper-rtl .swiper-button-next,
.swiper-horizontal.swiper-rtl ~ .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 4px);
	right: auto;
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal.swiper-rtl .swiper-button-prev,
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 4px);
	left: auto;
}

.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next {
	left: var(--swiper-navigation-top-offset, 50%);
	right: auto;
	margin-left: calc(0px - var(--swiper-navigation-size) / 2);
	margin-top: 0;
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
	top: var(--swiper-navigation-sides-offset, 4px);
	bottom: auto;
}

.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
	bottom: var(--swiper-navigation-sides-offset, 4px);
	top: auto;
}

.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

:root { /*
		--swiper-pagination-color: var(--swiper-theme-color);
		--swiper-pagination-left: auto;
		--swiper-pagination-right: 8px;
		--swiper-pagination-bottom: 8px;
		--swiper-pagination-top: auto;
		--swiper-pagination-fraction-color: inherit;
		--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
		--swiper-pagination-progressbar-size: 4px;
		--swiper-pagination-bullet-size: 8px;
		--swiper-pagination-bullet-width: 8px;
		--swiper-pagination-bullet-height: 8px;
		--swiper-pagination-bullet-border-radius: 50%;
		--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: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	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: var(--swiper-pagination-bullet-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: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	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;
}

/* Fraction */

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, 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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

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

:root { /*
		--swiper-scrollbar-border-radius: 10px;
		--swiper-scrollbar-top: auto;
		--swiper-scrollbar-bottom: 4px;
		--swiper-scrollbar-left: auto;
		--swiper-scrollbar-right: 4px;
		--swiper-scrollbar-sides-offset: 1%;
		--swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
		--swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
		--swiper-scrollbar-size: 4px;
		*/
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

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

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

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

/* Zoom container styles start */

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

/* Zoom container styles end */

.swiper-slide-zoomed {
	cursor: move;
	-ms-touch-action: none;
	touch-action: none;
}

/* a11y */

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-thumbs .swiper-slide-thumb-active { /* Styles for active thumb slide */
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

/* Cube slide shadows start */

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Cube slide shadows end */

.swiper.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* Flip slide shadows start */

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Flip slide shadows end */

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

@media (hover: hover) {

.links-section a:hover {
	opacity: 0.6;
}

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

.feature__image-wrap { /* pc */
}

.feature__image-wrap::after {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	width: 100px;
	height: 100px;
	opacity: 0.5;
	z-index: 4;
}

.feature__image-wrap::before {
	content: "";
	position: absolute;
	bottom: -30px;
	right: -30px;
	width: 200px;
	height: 200px;
	opacity: 0.2;
}

.feature__image-wrap { /* pc */
}

.feature__image-wrap--first::after,
.feature__image-wrap--first::before {
	background-color: #aa55a0;
}

.feature__image-wrap--second::after,
.feature__image-wrap--second::before {
	background-color: #beb43c;
}

.feature__image-wrap--second::after {
	right: 0;
	left: unset !important;
}

.feature__image-wrap--second::before {
	left: -30px;
	right: unset;
}

.feature__image-wrap--third::after,
.feature__image-wrap--third::before {
	background-color: #a64931;
}

.feature__image-wrap--fourth::after,
.feature__image-wrap--fourth::before {
	background-color: #2d6375;
}

.feature__image-wrap--fourth::after {
	right: 0;
	left: unset !important;
}

.feature__image-wrap--fourth::before {
	left: -30px;
	right: unset;
}

}

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

.feature__image-wrap--first { /* sp */
	margin-top: 0;
}

}

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

.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: 0px !important;
}

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

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

/* sp */

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

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

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

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

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

.my-100-sp {
	margin-top: 100px !important;
	margin-bottom: 100px !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: 0px !important;
}

.pt-0-sp {
	padding-top: 0px !important;
}

.pb-0-sp {
	padding-bottom: 0px !important;
}

.pr-0-sp {
	padding-right: 0px !important;
}

.pl-0-sp {
	padding-left: 0px !important;
}

.px-0-sp {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.py-0-sp {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/* sp */

.p-5-sp {
	padding: 5px !important;
}

.pt-5-sp {
	padding-top: 5px !important;
}

.pb-5-sp {
	padding-bottom: 5px !important;
}

.pr-5-sp {
	padding-right: 5px !important;
}

.pl-5-sp {
	padding-left: 5px !important;
}

.px-5-sp {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.py-5-sp {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

/* sp */

.p-10-sp {
	padding: 10px !important;
}

.pt-10-sp {
	padding-top: 10px !important;
}

.pb-10-sp {
	padding-bottom: 10px !important;
}

.pr-10-sp {
	padding-right: 10px !important;
}

.pl-10-sp {
	padding-left: 10px !important;
}

.px-10-sp {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.py-10-sp {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* sp */

.p-15-sp {
	padding: 15px !important;
}

.pt-15-sp {
	padding-top: 15px !important;
}

.pb-15-sp {
	padding-bottom: 15px !important;
}

.pr-15-sp {
	padding-right: 15px !important;
}

.pl-15-sp {
	padding-left: 15px !important;
}

.px-15-sp {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.py-15-sp {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

/* sp */

.p-20-sp {
	padding: 20px !important;
}

.pt-20-sp {
	padding-top: 20px !important;
}

.pb-20-sp {
	padding-bottom: 20px !important;
}

.pr-20-sp {
	padding-right: 20px !important;
}

.pl-20-sp {
	padding-left: 20px !important;
}

.px-20-sp {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.py-20-sp {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

/* sp */

.p-25-sp {
	padding: 25px !important;
}

.pt-25-sp {
	padding-top: 25px !important;
}

.pb-25-sp {
	padding-bottom: 25px !important;
}

.pr-25-sp {
	padding-right: 25px !important;
}

.pl-25-sp {
	padding-left: 25px !important;
}

.px-25-sp {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.py-25-sp {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

/* sp */

.p-30-sp {
	padding: 30px !important;
}

.pt-30-sp {
	padding-top: 30px !important;
}

.pb-30-sp {
	padding-bottom: 30px !important;
}

.pr-30-sp {
	padding-right: 30px !important;
}

.pl-30-sp {
	padding-left: 30px !important;
}

.px-30-sp {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.py-30-sp {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

/* sp */

.p-35-sp {
	padding: 35px !important;
}

.pt-35-sp {
	padding-top: 35px !important;
}

.pb-35-sp {
	padding-bottom: 35px !important;
}

.pr-35-sp {
	padding-right: 35px !important;
}

.pl-35-sp {
	padding-left: 35px !important;
}

.px-35-sp {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.py-35-sp {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

/* sp */

.p-40-sp {
	padding: 40px !important;
}

.pt-40-sp {
	padding-top: 40px !important;
}

.pb-40-sp {
	padding-bottom: 40px !important;
}

.pr-40-sp {
	padding-right: 40px !important;
}

.pl-40-sp {
	padding-left: 40px !important;
}

.px-40-sp {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.py-40-sp {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

/* sp */

.p-45-sp {
	padding: 45px !important;
}

.pt-45-sp {
	padding-top: 45px !important;
}

.pb-45-sp {
	padding-bottom: 45px !important;
}

.pr-45-sp {
	padding-right: 45px !important;
}

.pl-45-sp {
	padding-left: 45px !important;
}

.px-45-sp {
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.py-45-sp {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

/* sp */

.p-50-sp {
	padding: 50px !important;
}

.pt-50-sp {
	padding-top: 50px !important;
}

.pb-50-sp {
	padding-bottom: 50px !important;
}

.pr-50-sp {
	padding-right: 50px !important;
}

.pl-50-sp {
	padding-left: 50px !important;
}

.px-50-sp {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.py-50-sp {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

/* sp */

.p-55-sp {
	padding: 55px !important;
}

.pt-55-sp {
	padding-top: 55px !important;
}

.pb-55-sp {
	padding-bottom: 55px !important;
}

.pr-55-sp {
	padding-right: 55px !important;
}

.pl-55-sp {
	padding-left: 55px !important;
}

.px-55-sp {
	padding-left: 55px !important;
	padding-right: 55px !important;
}

.py-55-sp {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

/* sp */

.p-60-sp {
	padding: 60px !important;
}

.pt-60-sp {
	padding-top: 60px !important;
}

.pb-60-sp {
	padding-bottom: 60px !important;
}

.pr-60-sp {
	padding-right: 60px !important;
}

.pl-60-sp {
	padding-left: 60px !important;
}

.px-60-sp {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.py-60-sp {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

/* sp */

.p-65-sp {
	padding: 65px !important;
}

.pt-65-sp {
	padding-top: 65px !important;
}

.pb-65-sp {
	padding-bottom: 65px !important;
}

.pr-65-sp {
	padding-right: 65px !important;
}

.pl-65-sp {
	padding-left: 65px !important;
}

.px-65-sp {
	padding-left: 65px !important;
	padding-right: 65px !important;
}

.py-65-sp {
	padding-top: 65px !important;
	padding-bottom: 65px !important;
}

/* sp */

.p-70-sp {
	padding: 70px !important;
}

.pt-70-sp {
	padding-top: 70px !important;
}

.pb-70-sp {
	padding-bottom: 70px !important;
}

.pr-70-sp {
	padding-right: 70px !important;
}

.pl-70-sp {
	padding-left: 70px !important;
}

.px-70-sp {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.py-70-sp {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

/* sp */

.p-75-sp {
	padding: 75px !important;
}

.pt-75-sp {
	padding-top: 75px !important;
}

.pb-75-sp {
	padding-bottom: 75px !important;
}

.pr-75-sp {
	padding-right: 75px !important;
}

.pl-75-sp {
	padding-left: 75px !important;
}

.px-75-sp {
	padding-left: 75px !important;
	padding-right: 75px !important;
}

.py-75-sp {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}

/* sp */

.p-80-sp {
	padding: 80px !important;
}

.pt-80-sp {
	padding-top: 80px !important;
}

.pb-80-sp {
	padding-bottom: 80px !important;
}

.pr-80-sp {
	padding-right: 80px !important;
}

.pl-80-sp {
	padding-left: 80px !important;
}

.px-80-sp {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.py-80-sp {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

/* sp */

.p-85-sp {
	padding: 85px !important;
}

.pt-85-sp {
	padding-top: 85px !important;
}

.pb-85-sp {
	padding-bottom: 85px !important;
}

.pr-85-sp {
	padding-right: 85px !important;
}

.pl-85-sp {
	padding-left: 85px !important;
}

.px-85-sp {
	padding-left: 85px !important;
	padding-right: 85px !important;
}

.py-85-sp {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

/* sp */

.p-90-sp {
	padding: 90px !important;
}

.pt-90-sp {
	padding-top: 90px !important;
}

.pb-90-sp {
	padding-bottom: 90px !important;
}

.pr-90-sp {
	padding-right: 90px !important;
}

.pl-90-sp {
	padding-left: 90px !important;
}

.px-90-sp {
	padding-left: 90px !important;
	padding-right: 90px !important;
}

.py-90-sp {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

/* sp */

.p-95-sp {
	padding: 95px !important;
}

.pt-95-sp {
	padding-top: 95px !important;
}

.pb-95-sp {
	padding-bottom: 95px !important;
}

.pr-95-sp {
	padding-right: 95px !important;
}

.pl-95-sp {
	padding-left: 95px !important;
}

.px-95-sp {
	padding-left: 95px !important;
	padding-right: 95px !important;
}

.py-95-sp {
	padding-top: 95px !important;
	padding-bottom: 95px !important;
}

/* sp */

.p-100-sp {
	padding: 100px !important;
}

.pt-100-sp {
	padding-top: 100px !important;
}

.pb-100-sp {
	padding-bottom: 100px !important;
}

.pr-100-sp {
	padding-right: 100px !important;
}

.pl-100-sp {
	padding-left: 100px !important;
}

.px-100-sp {
	padding-left: 100px !important;
	padding-right: 100px !important;
}

.py-100-sp {
	padding-top: 100px !important;
	padding-bottom: 100px !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-navi { /* sp */
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #114170;
	color: #FFF;
	z-index: 100;
}

.l-wrapper { /* sp */
	width: 84%;
}

.firstview { /* sp */
	padding: 55px 0 0;
	z-index: auto;
}

.firstview::before { /* sp */
	background: url(../img/bg_wisteria_sp.png) no-repeat top center/100% auto;
}

.firstview::after { /* sp */
	display: none;
}

.firstview__logo { /* sp */
	display: none;
}

.firstview__inner { /* sp */
	width: 100%;
}

.firstview__content { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}

.firstview__copy { /* sp */
	top: 15%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 82%;
	max-width: 400px;
	padding-right: 0.8rem;
	pointer-events: none;
}

.firstview__copy__main { /* sp */
	font-size: 2.1rem;
	letter-spacing: 0.3em;
}

.firstview__info { /* sp */
	display: contents;
}

.firstview__title { /* sp */
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding-left: 0;
	margin-bottom: 15px;
}

.firstview__title img { /* sp */
	width: 143px;
}

.firstview__band { /* sp */
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	position: relative;
	width: 100%;
	padding: 15px 20px 20px;
	margin: 20px 0 0;
	border-bottom: none;
	color: #FFF;
	text-align: center;
}

.firstview__band::before,
.firstview__band::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -1;
}

.firstview__band::before {
	background: #581b9f;
}

.firstview__band::after {
	background: -webkit-gradient(linear, left top, right top, from(#581b9f), color-stop(13%, rgba(88, 27, 159, 0.3)), color-stop(50%, transparent), color-stop(87%, rgba(88, 27, 159, 0.3)), to(#581b9f));
	background: linear-gradient(90deg, #581b9f 0%, rgba(88, 27, 159, 0.3) 13%, transparent 50%, rgba(88, 27, 159, 0.3) 87%, #581b9f 100%);
	opacity: 0.3;
	mix-blend-mode: multiply;
}

.firstview__date { /* sp */
	position: relative;
	z-index: 100;
	width: 100%;
	font-size: 2.3rem;
	letter-spacing: 0.08em;
}

.firstview__detail { /* sp */
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	position: relative;
	width: 100%;
	padding: 40px 20px;
	text-align: center;
}

.firstview__detail::before,
.firstview__detail::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -1;
}

.firstview__detail::before {
	background: url(../img/bg_ripple.png) no-repeat center center/cover, #f5f0fa;
}

.firstview__detail::after {
	background: linear-gradient(45deg, #e1dcf0 25%, transparent 25%, transparent 75%, #e1dcf0 75%) 50% 50%/100px 100px, linear-gradient(45deg, #e1dcf0 25%, transparent 25%, transparent 75%, #e1dcf0 75%) calc(50% + 50px) calc(50% + 50px)/100px 100px #ffffff;
	opacity: 0.2;
}

.firstview__lead { /* sp */
	line-height: 1.7619;
	letter-spacing: 0;
	z-index: 100;
}

.firstview__text { /* sp */
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0;
	position: relative;
	z-index: 100;
}

.firstview__phone { /* sp */
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 47.2%;
}

.firstview__note { /* sp */
	position: relative;
	z-index: 100;
	margin-top: 8px;
}

.firstview__sp-logo { /* sp */
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 112px;
	margin-top: 15px;
	position: relative;
	z-index: 10;
}

.intro { /* sp */
	padding: 35px 0 50px;
	background: none;
}

.intro::before { /* sp */
	background: #f5f0fa;
	opacity: 1;
	z-index: -1;
}

.intro__inner { /* sp */
	position: relative;
	z-index: 100;
}

.intro__text { /* sp */
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0;
	text-align: justify;
}

.feature::after { /* sp */
	display: none;
}

.feature--first { /* sp */
}

.feature--first::before {
	content: "";
	position: absolute;
	z-index: 3;
	top: 88vw;
	left: 9vw;
	width: 29px;
	height: 16px;
	background: url(../img/img_petals_01_02_sp.png) no-repeat center center/contain;
}

.feature--fourth { /* sp */
}

.feature--fourth::before {
	content: "";
	position: absolute;
	z-index: 3;
	bottom: -17px;
	left: 18vw;
	width: 27px;
	height: 27px;
	background-image: url(../img/img_petals_04_02_sp.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 4;
}

.feature__inner { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
	padding: 0;
}

.feature__inner--reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.feature__image-wrap { /* sp */
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.feature__image-wrap::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 84%;
	height: 50px;
	background-color: #f5f0fa;
}

.feature__image-wrap::before {
	content: "";
	position: absolute;
	z-index: 3;
}

.feature__image-wrap--first::before {
	bottom: 30px;
	right: 11vw;
	width: 57px;
	height: 50px;
	background: url(../img/img_petals_01_01_sp.png) no-repeat center center/contain;
}

.feature__image-wrap--second::before {
	bottom: -16vw;
	left: 9vw;
	width: 27px;
	height: 27px;
	background: url(../img/img_petals_02_sp.png) no-repeat center center/contain;
}

.feature__image-wrap--third::before {
	bottom: -16vw;
	right: -10px;
	width: 46px;
	height: 70px;
	background: url(../img/img_petals_03_sp.png) no-repeat center center/contain;
}

.feature__image-wrap--fourth::before {
	bottom: -2vw;
	right: 0;
	width: 53px;
	height: 58px;
	background: url(../img/img_petals_04_01_sp.png) no-repeat center center/contain;
	z-index: 4;
}

.feature__image { /* sp */
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transform: none;
	transform: none;
}

.feature__text-wrap { /* sp */
	width: 100%;
	padding-bottom: 45px;
}

.feature__text-wrap::after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	height: 53.33vw;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 245, 253, 0)), color-stop(80%, rgb(248, 245, 253)), to(rgb(248, 245, 253)));
	background: linear-gradient(180deg, rgba(248, 245, 253, 0) 0%, rgb(248, 245, 253) 80%, rgb(248, 245, 253) 100%);
}

.feature__title { /* sp */
	letter-spacing: 0.4em;
	padding-left: 0.4em;
	font-size: 3.6rem;
	margin-top: 5px;
}

.feature__subtitle { /* sp */
	letter-spacing: 0.05em;
	margin-top: 35px;
	font-size: 2.1rem;
}

.feature__text { /* sp */
	letter-spacing: -0.02em;
	line-height: 2;
	font-size: 1.6rem;
	text-align: justify;
}

.main-contents { /* sp */
	background-color: #f5f0fa;
}

.main-contents::after { /* sp */
	display: none;
}

.main-contents::before { /* sp */
	display: none;
}

.main-contents { /* sp */
	padding-top: 0;
}

.galleries { /* sp */
	padding: 50px 0;
	background: #f5f0fa;
}

.galleries::after { /* sp */
	top: 130px;
	height: calc(100% - 130px);
}

.gallery { /* sp */
	padding-bottom: 30px;
}

.links-section { /* sp */
	margin-top: 50px;
}

.links-section__inner { /* sp */
	position: relative;
	margin-top: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90vw;
}

.links-section__inner { /* sp */
	grid-template-columns: auto;
	gap: 10px;
}

.footer { /* sp */
	margin-top: 50px;
	padding: 50px 0 30px;
}

.footer__inner { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.footer-contact { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 25px;
	gap: 10px;
}

}

@-webkit-keyframes tobottom {

0% {
	top: -100px;
	opacity: 1;
}

85% {
	opacity: 1;
}

100% {
	opacity: 0;
	top: calc(100% - 50px);
}

}

@keyframes tobottom {

0% {
	top: -100px;
	opacity: 1;
}

85% {
	opacity: 1;
}

100% {
	opacity: 0;
	top: calc(100% - 50px);
}

}

@-webkit-keyframes hirahira {

0% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

20% {
	-webkit-transform: translate(30px, 0) scaleY(-1);
	transform: translate(30px, 0) scaleY(-1);
}

40% {
	-webkit-transform: translate(-20px, 0) scaleY(0.8);
	transform: translate(-20px, 0) scaleY(0.8);
}

60% {
	-webkit-transform: translate(10px, 0) scaleY(-0.2);
	transform: translate(10px, 0) scaleY(-0.2);
}

80% {
	-webkit-transform: translate(-40px, 0) scaleY(1);
	transform: translate(-40px, 0) scaleY(1);
}

100% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

}

@keyframes hirahira {

0% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

20% {
	-webkit-transform: translate(30px, 0) scaleY(-1);
	transform: translate(30px, 0) scaleY(-1);
}

40% {
	-webkit-transform: translate(-20px, 0) scaleY(0.8);
	transform: translate(-20px, 0) scaleY(0.8);
}

60% {
	-webkit-transform: translate(10px, 0) scaleY(-0.2);
	transform: translate(10px, 0) scaleY(-0.2);
}

80% {
	-webkit-transform: translate(-40px, 0) scaleY(1);
	transform: translate(-40px, 0) scaleY(1);
}

100% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

}

@-webkit-keyframes kururi {

0% {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

25% {
	-webkit-transform: rotateY(90deg) translate(10px, 0);
	transform: rotateY(90deg) translate(10px, 0);
}

50% {
	-webkit-transform: rotateY(180deg) translate(-10px, 0);
	transform: rotateY(180deg) translate(-10px, 0);
}

75% {
	-webkit-transform: rotateY(270deg) translate(20px, 0);
	transform: rotateY(270deg) translate(20px, 0);
}

100% {
	-webkit-transform: rotateY(359deg);
	transform: rotateY(359deg);
}

}

@keyframes kururi {

0% {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

25% {
	-webkit-transform: rotateY(90deg) translate(10px, 0);
	transform: rotateY(90deg) translate(10px, 0);
}

50% {
	-webkit-transform: rotateY(180deg) translate(-10px, 0);
	transform: rotateY(180deg) translate(-10px, 0);
}

75% {
	-webkit-transform: rotateY(270deg) translate(20px, 0);
	transform: rotateY(270deg) translate(20px, 0);
}

100% {
	-webkit-transform: rotateY(359deg);
	transform: rotateY(359deg);
}

}

@-webkit-keyframes yurayura {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

25% {
	-webkit-transform: translateX(40px) rotate(-30deg);
	transform: translateX(40px) rotate(-30deg);
}

50% {
	-webkit-transform: translateX(-45px) rotate(20deg);
	transform: translateX(-45px) rotate(20deg);
}

75% {
	-webkit-transform: translateX(50px) rotate(-60deg);
	transform: translateX(50px) rotate(-60deg);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes yurayura {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

25% {
	-webkit-transform: translateX(40px) rotate(-30deg);
	transform: translateX(40px) rotate(-30deg);
}

50% {
	-webkit-transform: translateX(-45px) rotate(20deg);
	transform: translateX(-45px) rotate(20deg);
}

75% {
	-webkit-transform: translateX(50px) rotate(-60deg);
	transform: translateX(50px) rotate(-60deg);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes yurayura2 {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

25% {
	-webkit-transform: translateX(-200%) rotate(-30deg);
	transform: translateX(-200%) rotate(-30deg);
}

50% {
	-webkit-transform: translateX(100%) rotate(20deg, 359deg);
	transform: translateX(100%) rotate(20deg, 359deg);
}

75% {
	-webkit-transform: translateX(-100%) rotate(-60deg);
	transform: translateX(-100%) rotate(-60deg);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes yurayura2 {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

25% {
	-webkit-transform: translateX(-200%) rotate(-30deg);
	transform: translateX(-200%) rotate(-30deg);
}

50% {
	-webkit-transform: translateX(100%) rotate(20deg, 359deg);
	transform: translateX(100%) rotate(20deg, 359deg);
}

75% {
	-webkit-transform: translateX(-100%) rotate(-60deg);
	transform: translateX(-100%) rotate(-60deg);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes yurakuru1 {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

25% {
	-webkit-transform: translateX(30px) scaleY(0.4) rotate(-10deg);
	transform: translateX(30px) scaleY(0.4) rotate(-10deg);
}

50% {
	-webkit-transform: translateX(-52px) scaleY(1);
	transform: translateX(-52px) scaleY(1);
}

75% {
	-webkit-transform: translateX(10px) scaleY(0.7) rotate(50deg);
	transform: translateX(10px) scaleY(0.7) rotate(50deg);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes yurakuru1 {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

25% {
	-webkit-transform: translateX(30px) scaleY(0.4) rotate(-10deg);
	transform: translateX(30px) scaleY(0.4) rotate(-10deg);
}

50% {
	-webkit-transform: translateX(-52px) scaleY(1);
	transform: translateX(-52px) scaleY(1);
}

75% {
	-webkit-transform: translateX(10px) scaleY(0.7) rotate(50deg);
	transform: translateX(10px) scaleY(0.7) rotate(50deg);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes yurakuru2 {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

25% {
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
}

50% {
	-webkit-transform: scaleX(1) rotate(-30deg);
	transform: scaleX(1) rotate(-30deg);
}

75% {
	-webkit-transform: scaleX(-0.5);
	transform: scaleX(-0.5);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes yurakuru2 {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

25% {
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
}

50% {
	-webkit-transform: scaleX(1) rotate(-30deg);
	transform: scaleX(1) rotate(-30deg);
}

75% {
	-webkit-transform: scaleX(-0.5);
	transform: scaleX(-0.5);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes sayu {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

25% {
	-webkit-transform: translate(80px, -20px);
	transform: translate(80px, -20px);
}

50% {
	-webkit-transform: translateX(-100px, -40px);
	transform: translateX(-100px, -40px);
}

75% {
	-webkit-transform: translateX(60px -30px);
	transform: translateX(60px -30px);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes sayu {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

25% {
	-webkit-transform: translate(80px, -20px);
	transform: translate(80px, -20px);
}

50% {
	-webkit-transform: translateX(-100px, -40px);
	transform: translateX(-100px, -40px);
}

75% {
	-webkit-transform: translateX(60px -30px);
	transform: translateX(60px -30px);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes drifty {

0% {
	-webkit-transform: skewY(20deg) translate3d(-200%, 0, 0);
	transform: skewY(20deg) translate3d(-200%, 0, 0);
}

100% {
	-webkit-transform: skewY(-32deg) translate3d(200%, 0, 0);
	transform: skewY(-32deg) translate3d(200%, 0, 0);
}

}

@keyframes drifty {

0% {
	-webkit-transform: skewY(20deg) translate3d(-200%, 0, 0);
	transform: skewY(20deg) translate3d(-200%, 0, 0);
}

100% {
	-webkit-transform: skewY(-32deg) translate3d(200%, 0, 0);
	transform: skewY(-32deg) translate3d(200%, 0, 0);
}

}

@-webkit-keyframes driftysmall {

0% {
	-webkit-transform: rotate(30deg) translate3d(-100%, 0, 0);
	transform: rotate(30deg) translate3d(-100%, 0, 0);
}

100% {
	-webkit-transform: rotate(-30deg) translate3d(100%, 0, 0);
	transform: rotate(-30deg) translate3d(100%, 0, 0);
}

}

@keyframes driftysmall {

0% {
	-webkit-transform: rotate(30deg) translate3d(-100%, 0, 0);
	transform: rotate(30deg) translate3d(-100%, 0, 0);
}

100% {
	-webkit-transform: rotate(-30deg) translate3d(100%, 0, 0);
	transform: rotate(-30deg) translate3d(100%, 0, 0);
}

}

@-webkit-keyframes driftyRotate {

0% {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

100% {
	-webkit-transform: rotateX(359deg);
	transform: rotateX(359deg);
}

}

@keyframes driftyRotate {

0% {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

100% {
	-webkit-transform: rotateX(359deg);
	transform: rotateX(359deg);
}

}

@-webkit-keyframes kurukuru {

0% {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

100% {
	-webkit-transform: rotateX(720deg) translate3d(300%, -10%, 0);
	transform: rotateX(720deg) translate3d(300%, -10%, 0);
}

}

@keyframes kurukuru {

0% {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

100% {
	-webkit-transform: rotateX(720deg) translate3d(300%, -10%, 0);
	transform: rotateX(720deg) translate3d(300%, -10%, 0);
}

}

@-webkit-keyframes kurukuruR {

0% {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

100% {
	-webkit-transform: rotateX(-720deg) translate3d(-300%, -20%, 0);
	transform: rotateX(-720deg) translate3d(-300%, -20%, 0);
}

}

@keyframes kurukuruR {

0% {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

100% {
	-webkit-transform: rotateX(-720deg) translate3d(-300%, -20%, 0);
	transform: rotateX(-720deg) translate3d(-300%, -20%, 0);
}

}

@-webkit-keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

