@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');


/* common
-------------------------------------------------*/
:root {
  font-size: 100px;
}
@media screen and (max-width: 1336px) and (min-width: 751px) {
:root {
    font-size: 7.320644216vw;
}
}
@media screen and (max-width: 750px) {
:root {
    font-size: 26.66666666666vw;
}
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure,
picture {
	font-size: inherit;
	margin: 0;
	padding: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
summary {
	display: block;
}
table {
	border-collapse: collapse;
	empty-cells: show;
}
th,
td {
	text-align: left;
	vertical-align: top;
}
ul li {
	list-style: none;
}
address {
	font-style: normal;
}
figure,
picture {
	display: block;
}
img {
	vertical-align: top;
    width: 100%;
    max-width: 100%;
	height: auto;
}
input,
textarea,
select {
	color: inherit;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
}
textarea {
	form-sizing: content;
}
button {
	color: inherit;
	font-family: inherit;
}

input, select {
    vertical-align: middle;
}


/* module
------------------------------------------------- */
.pcon { display: block; }
.spon { display: none; }
@media screen and (max-width:750px){
.pcon { display: none; }
.spon { display: block; }
}


/* a
------------------------------------------------- */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
	outline: none;
    color: #1A1A1A;
}
@media screen and (min-width:751px){
a {
    transition: 0.4s;
}
a.al:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.telLink {
	pointer-events: none;
}
}


/* html
------------------------------------------------- */
html {
    font-size: 0.16rem;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}


/* body
------------------------------------------------- */
body {
    min-height: 100vh;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	font-size: 0.16rem;
	line-height: 2.14;
    letter-spacing: normal;
	color: #1A1A1A;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
}
body::after {
    content: '';
    width: 0.4rem;
    height: 100%;
    background-color: #1A1A1A;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 90;
}
.mincho {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.eng {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
@media screen and (max-width:750px){
body::after {
    width: 100%;
    height: 0.4rem;
    right: 0;
    top: auto;
    bottom: 0;
}
}


/* layout
------------------------------------------------- */
.inner {
    max-width: 11.06rem;
    margin: 0 auto;
    position: relative;
}
.d-flex {
    display: flex;
}
.f-wrap {
    flex-wrap: wrap;
}
.f-rev {
    flex-direction: row-reverse;
}
.just-center {
    justify-content: center;
}
.just-between {
    justify-content: space-between;
}
.just-end {
    justify-content: flex-end;
}
.align-center {
    align-items: center;
}
.align-start {
    align-items: flex-start;
}
.align-end {
    align-items: flex-end;
}
@media screen and (max-width:750px){
.inner {
    width: 90%;
}
.d-flex {
    display: block;
}
}


/* header
------------------------------------------------- */
#header .logo {
    width: 2.438rem;
    position: absolute;
    left: 0.34rem;
    top: 0.28rem;
    z-index: 80;
}
#header .logo a {
    display: block;
}
#header .logo a span {
    display: block;
    font-size: 0.12rem;
    line-height: 1.66;
    letter-spacing: 0.02em;
    padding: 0.05rem 0 0 0.47rem;
}
@media screen and (max-width:750px){
#header .logo {
    left: 50%;
    margin-left: -1.219rem;
}
}


/* gnav
------------------------------------------------- */
#gnav {
    width: 5rem;
    height: 100%;
    background-color: rgba(26,26,26,0.85);
    color: #fff;
    padding: 0.7rem 0 0.3rem 0.6rem;
    position: fixed;
    right: -6rem;
    top: 0;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 89;
    transition: 0.4s;
}
body.nav-active #gnav {
    right: 0;
}
#gnav a {
    color: #fff;
}
#gnav ul {
    padding-bottom: 0.4rem;
}
#gnav ul.home {
    padding-bottom: 0.25rem;
}
#gnav ul.home li a img,
#gnav ul.home li a b {
    display: none;
}
#gnav ul li {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 1.66;
}
#gnav ul li:nth-child(1) {
    padding-bottom: 0.025rem;
}
#gnav ul li span {
    font-size: 0.26rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    padding-right: 0.1rem;
}
#gnav ul li a {
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 2.2;
    padding-left: 1em;
    position: relative;
}
#gnav ul li a::before {
    content: '・';
}
#gnav ul li a::after {
    content: '';
    width: 0;
    height: 0.01rem;
    background-color: #fff;
    position: absolute;
    left: 2em;
    bottom: -0.03rem;
    transition: 0.4s;
}
#gnav ul li:nth-child(1) a {
    padding: 0;
}
#gnav ul li:nth-child(1) a::before,
#gnav ul li:nth-child(1) a::after {
    display: none;
}
.overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(26,26,26,0.45);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 88;
    cursor: pointer;
    display: none;
}
@media screen and (min-width:751px){
#gnav ul li a:hover::after {
    width: calc(100% - 2em);
}  
}
@media screen and (max-width:750px){
#gnav {
    width: 100%;
    background-color: rgba(26,26,26,0.9);
    padding: 0.28rem 5vw 0.8rem;
    right: 0;
    top: 100%;
}
body.nav-active #gnav {
    top: 0;
}
#gnav ul {
    padding: 0 0 0.35rem 7.5vw;
}
#gnav ul.home {
    padding: 0 0 0.25rem;
}
#gnav ul.home li {
    width: 2.438rem;
    margin: 0 auto;
}
#gnav ul.home li a img,
#gnav ul.home li a b {
    display: block;
}
#gnav ul.home li a b {
    font-size: 0.12rem;
    line-height: 1.66;
    letter-spacing: 0.02em;
    padding: 0.05rem 0 0 0.47rem;
}
#gnav ul.home li a span {
    display: none;
}   
#gnav ul li {
    font-size: 0.15rem;
}
#gnav ul li:nth-child(1) {
    padding-bottom: 0.025rem;
}
#gnav ul li span {
    font-size: 0.22rem;
}
#gnav ul li a {
    font-size: 0.14rem;
    line-height: 2.1;
}
.overlay {
    display: none !important;
}
}


/* navtoggle
------------------------------------------------- */
#navtoggle {
    display: block;
    width: 0.4rem;
    height: 0.82rem;
    position: fixed;
    right: 0;
    top: 0.45rem;
    z-index: 99;
    cursor: pointer;
    transition: 0.3s;
}
#navtoggle div {
    width: 100%;
    height: 100%;
    position: relative;
}
#navtoggle div::after {
    content: 'MENU';
    width: 100%;
    font-size: 0.15rem;
    line-height: 0.4rem;
    letter-spacing: 0.02em;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}
#navtoggle span {
    display: block;
    width: 100%;
    height: 0.01rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s ease-in-out;
}
#navtoggle span:nth-child(2) {
    top: 0.07rem;
}
#navtoggle span:nth-child(3) {
    top: 0.14rem;
}
body.nav-active #navtoggle div::after {
    content: 'CLOSE';
}
body.nav-active #navtoggle span:nth-child(1) {
    top: 0.07rem;
	transform: rotate(25deg);
}
body.nav-active #navtoggle span:nth-child(2) {
    width: 0;
}
body.nav-active #navtoggle span:nth-child(3) {
    top: 0.07rem;
	transform: rotate(-25deg);
}
@media screen and (min-width:751px){
#navtoggle div::after {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
}
@media screen and (max-width:750px){
#navtoggle {
    width: 0.82rem;
    height: 0.4rem;
    right: auto;
    left: 0.2rem;
    top: auto;
    bottom: 0;
    z-index: 99;
}
#navtoggle div::after {
    width: auto;
    left: auto;
    right: 0;
}
#navtoggle span {
    width: 0.01rem;
    height: 100%;
}
#navtoggle span:nth-child(2) {
    top: 0;
    left: 0.07rem;
}
#navtoggle span:nth-child(3) {
    top: 0;
    left: 0.14rem;
}
body.nav-active #navtoggle span:nth-child(1) {
    top: 0;
    left: 0.07rem;
	transform: rotate(25deg);
}
body.nav-active #navtoggle span:nth-child(2) {
    width: 0;
}
body.nav-active #navtoggle span:nth-child(3) {
    top: 0;
    left: 0.07rem;
	transform: rotate(-25deg);
}
}


/* headline
------------------------------------------------- */
.headline1 img {
    display: block;
}
.headline1 span {
    display: block;
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0.1em;
    padding-top: 0.1rem;
}
@media screen and (max-width:750px){
.headline1 img {
    display: block;
}
.headline1 span {
    font-size: 0.14rem;
}
}


/* information
------------------------------------------------- */
#information {
    height: 7.06rem;
    position: relative;
}
#information::after {
    content: '';
    width: 100%;
    height: 5.17rem;
    background: linear-gradient(45deg, #EA5504, #D34E44, #6356A3);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
#information .inner {
    z-index: 2;
}
#information h3 {
    font-size: 0.25rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.02em;
    padding-bottom: 0.17rem;
}
#information .inav ul li:nth-child(1),
#information .inav ul li:nth-child(2) {
    width: 5.37rem;
    height: 1.98rem;
    margin-bottom: 0.32rem;
}
#information .inav ul li:nth-child(1) a,
#information .inav ul li:nth-child(2) a {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(315deg, #EA5504, #D34E44, #6356A3);
    border-radius: 0.04rem;
    padding: 0.25rem 0 0 0.25rem;
    box-sizing: border-box;
    position: relative;
}
#information .inav ul li:nth-child(1) a::after,
#information .inav ul li:nth-child(2) a::after {
    content: '';
    width: 5.22rem;
    height: 1.84rem;
    background-color: #fff;
    border-radius: 0.02rem;
    position: absolute;
    left: 0.02rem;
    top: 0.02rem;
    z-index: 1;
}
#information .inav ul li:nth-child(1) a::before,
#information .inav ul li:nth-child(2) a::before {
    content: '';
    width: 0.3rem;
    height: 0.02rem;
    background-color: #EA5504;
    position: absolute;
    right: 0.08rem;
    bottom: 0.2rem;
    transform: rotate(-45deg);
    z-index: 2;
}
#information .inav ul li:nth-child(1) a span,
#information .inav ul li:nth-child(2) a span {
    display: block;
    background: url("../img/common/info_icon1.svg") left center no-repeat;
    background-size: 0.46rem auto;
    font-size: 0.2rem;
    line-height: 2.5;
    letter-spacing: 0.04em;
    padding-left: 0.54rem;
    position: relative;
    z-index: 3;
}
#information .inav ul li:nth-child(2) a span {
    background-image: url("../img/common/info_icon2.svg");
    background-size: 0.49rem auto;
    padding-left: 0.6rem;
}
#information .inav ul li:nth-child(1) a .btn,
#information .inav ul li:nth-child(2) a .btn {
    width: 1.41rem;
    height: 1.41rem;
    border-radius: 50%;
    backdrop-filter: blur(5px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0.54rem;
    top: 0.26rem;
    overflow: hidden;
    z-index: 3;
    transition: 0.4s;
    opacity: 0;
}
#information .inav ul li:nth-child(1) a .btn b,
#information .inav ul li:nth-child(2) a .btn b {
    letter-spacing: 0.03em;
    color: #fff;
    position: relative;
    z-index: 2;
}
#information .inav ul li:nth-child(1) a .btn::after,
#information .inav ul li:nth-child(2) a .btn::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #6E5DC1, #F25500);
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#information .inav ul li:nth-child(3) {
    width: 100%;
    height: 3.94rem;
    margin-bottom: 0;
}
#information .inav ul li:nth-child(3) a {
    width: 100%;
    height: 100%;
    border: 0.01rem solid #fff;
    border-radius: 0.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
#information .inav ul li:nth-child(3) a span {
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    transition: 0.4s;
}
#information .inav ul li:nth-child(3) a span b {
    display: block;
    font-size: 0.45rem;
    font-weight: 400;
    line-height: 1.288;
    letter-spacing: 0.04em;
    padding-bottom: 0.1rem;
    transition: 0.4s;
}
@media screen and (min-width:751px){
#information .inav ul li:nth-child(1) a:hover .btn,
#information .inav ul li:nth-child(2) a:hover .btn {
    opacity: 1;
}
#information .inav ul li:nth-child(3) a:hover {
    background-color: rgba(255,255,255,1);
}
#information .inav ul li:nth-child(3) a:hover span,
#information .inav ul li:nth-child(3) a:hover span b {
    background: linear-gradient(225deg, #EA5504, #D34E44, #6356A3);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}
@media screen and (max-width:750px){
#information {
    height: auto;
    padding-bottom: 0.3rem;
}
#information::after {
    height: 3.925rem;
}
#information .inav ul li:nth-child(1),
#information .inav ul li:nth-child(2) {
    width: 100%;
    height: 1rem;
    margin-bottom: 0.15rem;
}
#information .inav ul li:nth-child(1) a,
#information .inav ul li:nth-child(2) a {
    padding: 0.2rem 0 0 0.35rem;
}
#information .inav ul li:nth-child(1) a::after,
#information .inav ul li:nth-child(2) a::after {
    width: 97%;
    height: 0.9rem;
}
#information .inav ul li:nth-child(1) a::before,
#information .inav ul li:nth-child(2) a::before {
    width: 0.5rem;
    right: -0.015rem;
    bottom: 0.2rem;
}
#information .inav ul li:nth-child(1) a span,
#information .inav ul li:nth-child(2) a span {
    font-size: 0.18rem;
    line-height: 3;
    padding-left: 0.6rem;
}
#information .inav ul li:nth-child(2) a span {
    padding-left: 0.6rem;
}
#information .inav ul li:nth-child(1) a .btn,
#information .inav ul li:nth-child(2) a .btn {
    display: none;
}
#information .inav ul li:nth-child(3) {
    height: 1.8rem;
}
#information .inav ul li:nth-child(3) a span {
    font-size: 0.14rem;
}
#information .inav ul li:nth-child(3) a span b {
    font-size: 0.35rem;
    padding-bottom: 0.05rem;
}
}


/* footer
------------------------------------------------- */
#footer {
    height: 0.9rem;
}
#footer .inner {
    height: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer p {
    font-size: 0.14rem;
}
#footer p a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.006%22%20height%3D%2219.262%22%20viewBox%3D%220%200%2021.006%2019.262%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_45%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2045%22%20transform%3D%22translate(-1029.86%20-1973.999)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9%22%20data-name%3D%22%E3%83%91%E3%82%B9%209%22%20d%3D%22M125.007%2C4.154A4.148%2C4.148%2C0%2C0%2C0%2C118.044%2C1.1a7.632%2C7.632%2C0%2C0%2C1%2C1.518%2C1.082A2.353%2C2.353%2C0%2C1%2C1%2C121.9%2C6.258a7.661%2C7.661%2C0%2C0%2C1%2C.155%2C1.537c0%2C.115-.012.226-.016.34a4.154%2C4.154%2C0%2C0%2C0%2C2.971-3.98%22%20transform%3D%22translate(925.859%201973.999)%22%20fill%3D%22%236356a3%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_10%22%20data-name%3D%22%E3%83%91%E3%82%B9%2010%22%20d%3D%22M111.621%2C14.969a4.154%2C4.154%2C0%2C1%2C0%2C4.154%2C4.153%2C4.154%2C4.154%2C0%2C0%2C0-4.154-4.153m0%2C6.512a2.358%2C2.358%2C0%2C1%2C1%2C2.359-2.359%2C2.359%2C2.359%2C0%2C0%2C1-2.359%2C2.359%22%20transform%3D%22translate(928.696%201969.984)%22%20fill%3D%22%236356a3%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011%22%20d%3D%22M103.009%2C0a4.154%2C4.154%2C0%2C1%2C0%2C4.153%2C4.154A4.154%2C4.154%2C0%2C0%2C0%2C103.009%2C0m0%2C6.512a2.358%2C2.358%2C0%2C1%2C1%2C2.357-2.358%2C2.358%2C2.358%2C0%2C0%2C1-2.357%2C2.358%22%20transform%3D%22translate(931.006%201973.999)%22%20fill%3D%22%23ea5504%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_12%22%20data-name%3D%22%E3%83%91%E3%82%B9%2012%22%20d%3D%22M102.795%2C11.081a7.575%2C7.575%2C0%2C0%2C0%2C3.52%2C6.1%2C4.116%2C4.116%2C0%2C0%2C1%2C.731-1.585%2C5.843%2C5.843%2C0%2C0%2C1-2.509-4.342%2C4.077%2C4.077%2C0%2C0%2C1-1.742-.171%22%20transform%3D%22translate(929.949%201971.027)%22%20fill%3D%22%236356a3%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_13%22%20data-name%3D%22%E3%83%91%E3%82%B9%2013%22%20d%3D%22M111.852.276a7.554%2C7.554%2C0%2C0%2C0-3.525.871%2C4.165%2C4.165%2C0%2C0%2C1%2C1.03%2C1.423A5.859%2C5.859%2C0%2C0%2C1%2C115.175%2C12.7a4.093%2C4.093%2C0%2C0%2C1%2C.73%2C1.585A7.588%2C7.588%2C0%2C0%2C0%2C111.852.276%22%20transform%3D%22translate(928.466%201973.925)%22%20fill%3D%22%236356a3%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') left center no-repeat;
    background-size: 0.21rem auto;
    padding-left: 0.26rem;
    font-weight: 500;
}
#footer .fnav ul li {
    font-size: 0.12rem;
    margin-left: 0.22rem;
}
#footer small {
    font-size: 0.1rem;
    line-height: 0.4rem;
    letter-spacing: 0.04em;
    color: #fff;
    position: fixed;
    right: 0;
    bottom: 0.1rem;
    z-index: 99;
}
@media screen and (min-width:751px){
#footer small {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
} 
}
@media screen and (max-width:750px){
#footer {
    height: auto;
    padding: 0.1rem 0 0.4rem;
}
#footer .inner {
    height: auto;
}
#footer p {
    font-size: 0.14rem;
}
#footer p a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.006%22%20height%3D%2219.262%22%20viewBox%3D%220%200%2021.006%2019.262%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_45%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2045%22%20transform%3D%22translate(-1029.86%20-1973.999)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9%22%20data-name%3D%22%E3%83%91%E3%82%B9%209%22%20d%3D%22M125.007%2C4.154A4.148%2C4.148%2C0%2C0%2C0%2C118.044%2C1.1a7.632%2C7.632%2C0%2C0%2C1%2C1.518%2C1.082A2.353%2C2.353%2C0%2C1%2C1%2C121.9%2C6.258a7.661%2C7.661%2C0%2C0%2C1%2C.155%2C1.537c0%2C.115-.012.226-.016.34a4.154%2C4.154%2C0%2C0%2C0%2C2.971-3.98%22%20transform%3D%22translate(925.859%201973.999)%22%20fill%3D%22%236356a3%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_10%22%20data-name%3D%22%E3%83%91%E3%82%B9%2010%22%20d%3D%22M111.621%2C14.969a4.154%2C4.154%2C0%2C1%2C0%2C4.154%2C4.153%2C4.154%2C4.154%2C0%2C0%2C0-4.154-4.153m0%2C6.512a2.358%2C2.358%2C0%2C1%2C1%2C2.359-2.359%2C2.359%2C2.359%2C0%2C0%2C1-2.359%2C2.359%22%20transform%3D%22translate(928.696%201969.984)%22%20fill%3D%22%236356a3%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011%22%20d%3D%22M103.009%2C0a4.154%2C4.154%2C0%2C1%2C0%2C4.153%2C4.154A4.154%2C4.154%2C0%2C0%2C0%2C103.009%2C0m0%2C6.512a2.358%2C2.358%2C0%2C1%2C1%2C2.357-2.358%2C2.358%2C2.358%2C0%2C0%2C1-2.357%2C2.358%22%20transform%3D%22translate(931.006%201973.999)%22%20fill%3D%22%23ea5504%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_12%22%20data-name%3D%22%E3%83%91%E3%82%B9%2012%22%20d%3D%22M102.795%2C11.081a7.575%2C7.575%2C0%2C0%2C0%2C3.52%2C6.1%2C4.116%2C4.116%2C0%2C0%2C1%2C.731-1.585%2C5.843%2C5.843%2C0%2C0%2C1-2.509-4.342%2C4.077%2C4.077%2C0%2C0%2C1-1.742-.171%22%20transform%3D%22translate(929.949%201971.027)%22%20fill%3D%22%236356a3%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_13%22%20data-name%3D%22%E3%83%91%E3%82%B9%2013%22%20d%3D%22M111.852.276a7.554%2C7.554%2C0%2C0%2C0-3.525.871%2C4.165%2C4.165%2C0%2C0%2C1%2C1.03%2C1.423A5.859%2C5.859%2C0%2C0%2C1%2C115.175%2C12.7a4.093%2C4.093%2C0%2C0%2C1%2C.73%2C1.585A7.588%2C7.588%2C0%2C0%2C0%2C111.852.276%22%20transform%3D%22translate(928.466%201973.925)%22%20fill%3D%22%236356a3%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') left center no-repeat;
    background-size: 0.21rem auto;
    padding-left: 0.26rem;
    font-weight: 500;
}
#footer .fnav ul {
    display: flex;
}
#footer .fnav ul li {
    font-size: 0.12rem;
    margin-left: 0.22rem;
}
#footer small {
    display: block;
    width: 100%;
    background-color: #1A1A1A;
    font-size: 0.1rem;
    line-height: 1.5;
    text-align: center;
    position: static;
    padding: 0.1rem 0;
    margin-top: 0.1rem;
}
}


/* animation
------------------------------------------------- */
.fadeIn {
    opacity: 0;
}
.fadeIn.isAnimate {
    animation: fadeIn 0.7s ease 0.1s 1 forwards;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;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-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;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}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-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-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.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%;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{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(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%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(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:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{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-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.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}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}