@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

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

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

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

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/*==========================================
	サイト基礎
============================================*/
* {
    margin: 0;
    padding: 0;
}

::-moz-selection {
    color: #fff;
    background-color: #5d5d5d;
}

::selection {
    color: #fff;
    background-color: #5d5d5d;
}

body {
    font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: #1b1b1b;
    background-color: #FFF;
    line-height: 1.5;
    font-weight: 500;
    overflow-wrap: break-word;
}

@media (max-width: 540px) {
    body {
        font-size: 1.4rem;
    }
}

body.-noscroll {
    overflow: hidden;
}

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

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

p {
    line-height: 1.5;
    margin: .5em 0;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: #1b1b1b;
    font-weight: 500;
}

figure {
    margin: 0 !important;
}

/*==========================================
	共通css
==========================================*/
@media screen and (min-width: 540px) {
    .sp {
        display: none;
    }
}

@media (max-width: 540px) {
    .pc {
        display: none;
    }
}

.en {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    line-height: 1.25;
}

main {
    overflow-x: clip;
    min-height: 75svh;
}

.inner {
    width: 100%;
    margin: 0 auto;
}

.inner.-site {
    max-width: 1600px;
}

@media (max-width: 1600px) {
    .inner.-site {
        padding: 0 4%;
    }
}

.inner.-xl {
    max-width: 1280px;
}

@media (max-width: 1280px) {
    .inner.-xl {
        padding: 0 4%;
    }
}

.inner.-lg {
    max-width: 1024px;
}

@media (max-width: 1024px) {
    .inner.-lg {
        padding: 0 4%;
    }
}

.inner.-md {
    max-width: 840px;
}

@media (max-width: 840px) {
    .inner.-md {
        padding: 0 4%;
    }
}

.inner.-sm {
    max-width: 700px;
}

@media (max-width: 700px) {
    .inner.-sm {
        padding: 0 4%;
    }
}

.cmn {
    margin: clamp(40px, 8vw, 70px) auto;
    padding: 0 5%;
    position: relative;
}

.cmn:first-child {
    padding-top: 0;
}

.cmn_inner {
    margin: 0 auto;
    position: relative;
}

.cmn_inner.-site {
    max-width: 1600px;
}

.cmn_inner.-xl {
    max-width: 1280px;
}

.cmn_inner.-lg {
    max-width: 1024px;
}

.cmn_inner.-md {
    max-width: 840px;
}

.cmn_inner.-sm {
    max-width: 700px;
}

.cmn_pagehead {
    margin: 0 auto;
    max-width: 1600px;
}

@media (max-width: 1600px) {
    .cmn_pagehead {
        padding: 0 5%;
    }
}

.cmn_pagehead_ttl {
    padding: 150px 0 clamp(30px, 4vw, 80px);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cmn_pagehead_ttl .en {
    color: #5F8293;
    font-size: clamp(20px, 5vw, 50px);
}

.cmn_pagehead_ttl .ja {
    color: #5F8293;
    font-size: 1.15em;
    padding-left: 3em;
    position: relative;
}

@media (max-width: 540px) {
    .cmn_pagehead_ttl .ja {
        font-size: 1em;
        padding-left: 2em;
    }
}

.cmn_pagehead_ttl .ja::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 2em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #5F8293;
}

@media (max-width: 540px) {
    .cmn_pagehead_ttl .ja::before {
        width: 1.5em;
    }
}

.cmn_secttl {
    color: #2E3C43;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: clamp(20px, 4vw, 40px);
}

.cmn_secttl .en {
    font-size: clamp(18px, 4vw, 45px);
    font-style: italic;
    line-height: 1.2;
}

.cmn_secttl .ja {
    font-size: 1.15em;
}

.cmn_sec {
    padding: clamp(40px, 5vw, 80px) 0;
    position: relative;
}

.cmn_sec:first-child {
    padding-top: 0;
}

.animate_ttl span {
    display: inline-block;
    opacity: 0;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation: blurIn 0.6s forwards;
    animation: blurIn 0.6s forwards;
}

.animate_ttl:not(.active) span {
    -webkit-animation: none !important;
    animation: none !important;
}

@-webkit-keyframes blurIn {
    to {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes blurIn {
    to {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.comingsoon {
    font-size: 1.5em;
}

.btn_main {
    border: solid 0.5px #999999;
    padding: .5em 1.5em;
    border-radius: 2px;
}

.btn_main:hover {
    background-color: #999999;
}

/*===================================================
	header
================================================*/
.hd {
    position: relative;
}

.hd_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    padding: 10px;
    z-index: 9999;
}

.hd_logo {
    width: 150px;
    padding: 10px;
}

@media (max-width: 540px) {
    .hd_logo {
        width: 100px;
    }
}

.hd_logo a:hover {
    opacity: .6;
}

.hd_menu {
    width: 70px;
    height: 50px;
}

@media (max-width: 540px) {
    .hd_menu {
        width: 60px;
        height: 40px;
    }
}

.hd_menu .menu_btn {
    position: fixed;
    z-index: 1000;
    cursor: pointer;
    width: 70px;
    height: 50px;
}

@media (max-width: 540px) {
    .hd_menu .menu_btn {
        width: 60px;
        height: 40px;
    }
}

.hd_menu .menu_btn span {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    height: 2px;
    background-color: #1b1b1b;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hd_menu .menu_btn span:nth-of-type(1) {
    width: 80%;
    top: 30%;
    left: 50%;
}

.hd_menu .menu_btn span:nth-of-type(2) {
    width: 50%;
    top: 60%;
    left: 35%;
}

.hd_menu .menu_btn.-active span {
    left: 50%;
}

.hd_menu .menu_btn.-active span:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    width: 50%;
}

.hd_menu .menu_btn.-active span:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
}

.hd_menu .menu_btn.-active:hover span {
    top: 50% !important;
}

.hd_menu .menu_btn:hover {
    opacity: .6;
}

.hd_menu .menu_btn:hover span:nth-of-type(1) {
    top: 35%;
}

.hd_menu .menu_btn:hover span:nth-of-type(2) {
    top: 55%;
}

.hd_menu .menu_content {
    position: fixed;
    z-index: 999;
    top: 0;
    right: max(-600px, -90%);
    width: min(450px, 70%);
    height: 100svh;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-transition: .75s right;
    transition: .75s right;
    padding: 80px 5% 20px;
}

.hd_menu .menu_content.-active {
    right: 0;
}

.hd_menu .menu_content_inner {
    height: calc(100% - 30px);
    width: 100%;
    overflow-x: scroll;
}

.hd_menu .menu_logo {
    width: clamp(120px, 10vw, 240px);
    margin-bottom: 30px;
}

.hd_menu .menu_nav {
    margin-top: 20px;
    width: calc(100% - 30px);
}

.hd_menu .menu_nav .nav_link {
    font-size: 1.25em;
    display: inline-block;
    margin: 10px 0;
    line-height: 1.25;
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

.hd_menu .menu_nav .nav_link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 2em;
    background-color: #1b1b1b;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.hd_menu .menu_nav .nav_link:hover {
    -webkit-transform: translateX(0.3em);
    transform: translateX(0.3em);
}

.hd_menu .menu_nav .nav_link:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.hd_menu .menu_cr {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: .75em;
    margin-top: 100px;
}

.hd_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(200, 200, 200, 0.5);
    z-index: 998;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    pointer-events: none;
}

.hd_overlay.-active {
    opacity: 1;
    pointer-events: all;
}

/*=========================================
	footer
=========================================*/
.ft {
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

.ft_inner {
    max-width: 1600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .ft_inner {
        padding: 30px 4%;
    }
}

@media (max-width: 700px) {
    .ft_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.ft_logo {
    width: clamp(100px, 10vw, 150px);
}

@media (max-width: 700px) {
    .ft_logo {
        margin-bottom: 20px;
    }
}

.ft_logo img:hover {
    opacity: .6;
}

.ft_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 50px;
}

.ft_nav .nav_link {
    font-size: 1.25em;
    display: inline-block;
    margin: 6px 0;
    line-height: 1.25;
    position: relative;
}

@media (max-width: 540px) {
    .ft_nav .nav_link {
        font-size: 1em;
    }
}

.ft_nav .nav_link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 2em;
    background-color: #1b1b1b;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.ft_nav .nav_link:hover {
    -webkit-transform: translateX(0.3em);
    transform: translateX(0.3em);
}

.ft_nav .nav_link:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.ft_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

.ft_contact .contact_ttl {
    font-size: 1.25em;
    line-height: 1;
}

.ft_contact a {
    font-size: 1.75em;
}

.ft_copyright {
    border-top: solid 1px #999999;
}

.ft_copyright p {
    max-width: 1600px;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .ft_copyright p {
        padding: 0 4%;
    }
}
