@charset "UTF-8";
@use "../scss/base.scsss";
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, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

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

/*==================================================================================================
	サイト基礎
==================================================================================================*/
* {
    margin: 0;
    padding: 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: inherit;
    font-weight: inherit;
    color: inherit;
    text-transform: inherit;
}

body {
    font-size: 1.4rem;
    color: #333;
    line-height: 1.75;
    position: relative;
}

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

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

.wrapper {
    width: 100%;
    padding: 0 15px;
    max-width: 1660px;
    margin: 8em auto;
}

.wrapper:last-of-type {
    padding-bottom: 8em;
    margin-bottom: 0;
}

.site-wrapper.-active {
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.section-ttl {
    text-align: center;
    margin: 2em 0;
    font-weight: bold;
}

.section-ttl span {
    font-size: 3.4em;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
}

.section-ttl h2 {
    font-size: 1.1em;
}

html::-webkit-scrollbar {
    width: 10px;
    position: relative;
    top: 0;
    left: 0;
}

html::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 5px #eeeeee inset;
    box-shadow: 0 0 5px #eeeeee inset;
    border: none;
}

html::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11111;
    width: 100%;
    height: auto;
}

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

header .header-inner .header-logo {
    margin: auto 0 auto 10px;
}

header .header-inner .header-logo a img {
    width: 127px;
    height: auto;
}

header .header-inner .sp-nav {
    width: 80px;
    height: 80px;
}

@media screen and (max-width: 840px) {
    header .header-inner .sp-nav {
        width: 75px;
        height: 75px;
    }
}

@media screen and (max-width: 540px) {
    header .header-inner .sp-nav {
        width: 65px;
        height: 65px;
    }
}

header .header-inner .sp-nav button {
    width: 100%;
    height: auto;
    border: none;
}

.site-header {
    padding: 10px;
    position: fixed;
    top: 0;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    z-index: 999;
}

.site-header.hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.screen-nav {
    position: fixed;
    padding: 10px;
    top: 0;
    left: 0;
    z-index: 11112;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

.screen-nav .screen-nav-inner {
    width: 100%;
    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;
}

.screen-nav .screen-nav-inner .screen-nav-logo {
    margin: auto 0 auto 10px;
}

.screen-nav .screen-nav-inner .screen-nav-logo a img {
    width: 127px;
    height: auto;
}

.screen-nav .screen-nav-close {
    width: 80px;
    height: 80px;
}

@media screen and (max-width: 840px) {
    .screen-nav .screen-nav-close {
        width: 75px;
        height: 75px;
    }
}

@media screen and (max-width: 540px) {
    .screen-nav .screen-nav-close {
        width: 65px;
        height: 65px;
    }
}

.screen-nav .screen-nav-close a {
    width: 100%;
    height: auto;
    border: none;
}

.screen-nav .screen-nav-lists {
    color: #fff;
}

.screen-nav .screen-nav-lists {
    margin-top: 5em;
    text-align: center;
}

.screen-nav .screen-nav-lists li {
    margin: 1em 0;
}

.screen-nav .screen-nav-lists li a {
    display: inline-block;
}

.screen-nav .screen-nav-lists li a .screen-nav_en {
    font-family: "Poppins", sans-serif;
    font-size: 2.7em;
    line-height: 1.4em;
    font-weight: bold;
}

.screen-nav .screen-nav-lists li a:hover {
    opacity: .6;
}

.page-ttl {
    padding-top: 12em;
}

.page-ttl .page-ttl-inner {
    text-align: center;
    padding-bottom: 5em;
}

.page-ttl .page-ttl-inner span {
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    font-size: 3.4em;
    line-height: 1.3;
}

.page-ttl .page-ttl-inner h1 {
    font-size: 1.1em;
    font-weight: bold;
}

.page-ttl .page-ttl-img {
    position: relative;
}

.page-ttl .page-ttl-img:before {
    content: "";
    padding-top: 28%;
    display: block;
}

@media screen and (max-width: 840px) {
    .page-ttl .page-ttl-img:before {
        padding-top: 40%;
    }
}

@media screen and (max-width: 540px) {
    .page-ttl .page-ttl-img:before {
        padding-top: 50%;
    }
}

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

/*==================================================================================================
	フッター
==================================================================================================*/
.contact-bottom {
    background-image: url(../img/common/contact-bottom.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 38% center;
    background-color: rgba(0, 0, 0, 0.5);
    position: -webkit-sticky;
    position: sticky;
    z-index: 200;
    margin-bottom: 100vh;
}

@media screen and (max-width: 700px) {
    .contact-bottom {
        background-image: url(../img/common/contact-bottom_sp.jpg);
    }
}

.contact-bottom .contact-bottom-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 3.5% 0 5.5% 0;
    text-align: center;
}

.contact-bottom .contact-bottom-inner .section-ttl {
    color: #fff;
}

.contact-bottom .contact-bottom-inner .section-txt {
    color: #fff;
}

.contact-bottom .contact-bottom-inner .contact-bottom-body {
    margin-top: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-bottom .contact-bottom-inner .contact-bottom-body .contact-bottom-area {
    color: #fff;
    width: 50%;
    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;
}

@media screen and (max-width: 700px) {
    .contact-bottom .contact-bottom-inner .contact-bottom-body .contact-bottom-area {
        width: 100%;
        margin: 2em 0;
    }
}

.contact-bottom .contact-bottom-inner .contact-bottom-body .contact-bottom-area h3 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

.contact-bottom .contact-bottom-inner .contact-bottom-body .contact-bottom-area h3:before, .contact-bottom .contact-bottom-inner .contact-bottom-body .contact-bottom-area h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #fff;
}

.contact-bottom .contact-bottom-inner .contact-bottom-body .contact-bottom-area h3:before {
    left: 0;
}

.contact-bottom .contact-bottom-inner .contact-bottom-body .contact-bottom-area h3:after {
    right: 0;
}

.contact-bottom .contact-bottom-inner .contact-bottom-body .contact-bottom-area .contact-bottom-area-btn {
    margin-top: 1em;
}

.contact-bottom .contact-bottom-inner .contact-bottom-body .contact-bottom-area .contact-bottom-area-btn a {
    display: inline-block;
    margin-top: 1em;
    border: solid 1px #fff;
    padding: 1em 2.5em;
    width: 270px;
    font-size: 1.2em;
    font-weight: bold;
}

@media screen and (max-width: 700px) {
    .contact-bottom .contact-bottom-inner .contact-bottom-body .contact-bottom-area .contact-bottom-area-btn a {
        margin-top: .5em;
    }
}

.contact-bottom .contact-bottom-inner .contact-bottom-body .contact-bottom-area .contact-bottom-area-btn a.btn-mail {
    position: relative;
    padding-right: 3em;
}

.contact-bottom .contact-bottom-inner .contact-bottom-body .contact-bottom-area .contact-bottom-area-btn a.btn-mail:after {
    position: absolute;
    content: "\f0142";
    font-family: "icomoon";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.contact-bottom .contact-bottom-inner .contact-bottom-body .contact-bottom-area .contact-bottom-area-btn a.btn-mail:hover:after {
    right: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

footer {
    position: fixed;
    width: 100%;
    background-color: #000;
    height: 100vh;
    bottom: 0;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .footer-inner {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 15px;
    position: relative;
}

footer .footer-inner .footer-body {
    width: 100%;
    max-width: 1430px;
    color: #fff;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 0 15px;
}

footer .footer-inner .footer-info {
    width: 100%;
}

footer .footer-inner .footer-info .footer-info-logo img {
    width: 450px;
    height: auto;
}

footer .footer-inner .footer-info .footer-info-body {
    margin-top: 3.5em;
}

footer .footer-inner .footer-info .footer-info-body p {
    font-size: 1.15em;
    line-height: 1.8em;
}

footer .footer-inner .footer-info .footer-info-body p span {
    padding-left: 1em;
}

@media screen and (max-width: 540px) {
    footer .footer-inner .footer-info .footer-info-body p span {
        display: block;
        padding-left: 0;
    }
}

footer .footer-bottom .footer-nav {
    width: 100%;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

footer .footer-bottom .footer-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    padding: 2em 15px;
}

@media screen and (max-width: 700px) {
    footer .footer-bottom .footer-nav ul {
        padding: 1em 15px;
    }
}

footer .footer-bottom .footer-nav ul li {
    width: calc(100% / 5);
    margin: 1.2em 0;
    position: relative;
    padding-left: 1.2em;
}

@media screen and (max-width: 700px) {
    footer .footer-bottom .footer-nav ul li {
        width: 50%;
        margin: .8em 0;
    }
}

footer .footer-bottom .footer-nav ul li:before {
    position: absolute;
    content: "\f0142";
    font-family: "icomoon";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    color: #fff;
}

footer .footer-bottom .footer-nav ul li a {
    display: inline-block;
    color: #FFF;
}

footer .footer-bottom .footer-nav ul li a span {
    display: block;
    line-height: 1.4;
}

footer .footer-bottom .footer-nav ul li a span.footer-nav_en {
    font-size: 1.1em;
}

footer .footer-bottom .footer-nav ul li a span.footer-nav_ja {
    font-size: .9em;
}

footer .footer-bottom .footer-nav ul li a:hover {
    opacity: .8;
}

footer .copyright {
    width: 100%;
    max-width: 1430px;
    margin: 3em auto;
    font-size: 90%;
    text-align: center;
    color: #fff;
    padding: .5em 15px;
}

@media screen and (max-width: 700px) {
    footer .copyright {
        margin: 1.5em auto;
    }
}

footer .scroll-line {
    position: absolute;
    bottom: 340px;
    right: 35px;
    width: 1px;
    height: 90px;
    background: #444444;
}

@media screen and (max-width: 700px) {
    footer .scroll-line {
        bottom: 375px;
    }
}

footer .scroll-line::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    background: white;
    -webkit-animation: pagetopMove 3.0s ease infinite;
    animation: pagetopMove 4.0s ease infinite;
}

footer .scroll-line span {
    position: absolute;
    right: -13px;
    bottom: -62px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #fff;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: top;
}

@media screen and (max-width: 840px) {
    footer .scroll-line span {
        bottom: -70px;
    }
}

@-webkit-keyframes pagetopMove {
    0% {
        bottom: 0;
        height: 0;
    }
    40% {
        bottom: 0;
        height: 0;
    }
    80% {
        bottom: 0;
        height: 100%;
    }
    100% {
        bottom: 100%;
        height: 0;
    }
}

@keyframes pagetopMove {
    0% {
        bottom: 0;
        height: 0;
    }
    40% {
        bottom: 0;
        height: 0;
    }
    80% {
        bottom: 0;
        height: 100%;
    }
    100% {
        bottom: 100%;
        height: 0;
    }
}

/* 画面全体の設定 */
#loader_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 9999;
}

#loader_wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    width: 0;
    height: 1px;
}

#loader_wrap .loader_txt {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 45%;
    left: 50%;
}

#loader_wrap.load {
    -webkit-animation: byeShutter 2.6s forwards;
    animation: byeShutter 2.6s forwards;
}

#loader_wrap.load::before {
    -webkit-animation: shutterOpen 2.6s forwards;
    animation: shutterOpen 2.6s forwards;
}

@-webkit-keyframes byeShutter {
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
        z-index: -1;
    }
}

@keyframes byeShutter {
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
        z-index: -1;
    }
}

@-webkit-keyframes shutterOpen {
    0% {
        width: 0;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    90% {
        width: 100%;
        height: 100%;
    }
    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes shutterOpen {
    0% {
        width: 0;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    90% {
        width: 100%;
        height: 100%;
    }
    100% {
        width: 100%;
        height: 100%;
    }
}
