@charset "utf-8";
body {
    overflow-x: hidden;
    color: #001f2e;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}

.text_color {
    color: #001f2e;
}

.red-text {
    color: #F50C52;
}

h1,
h2,
p,
span,
div,
a {
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 26px;
}

.list {
    text-indent: -1em;
    margin-left: 1em;
}

/* font family */
.en {
    font-family: 'EB Garamond', serif;
}

.font-gosick {
    font-family: 'Noto Sans JP', sans-serif;
}

.logo {
    height: 45px;
}

@media screen and (min-width: 1024px) {
.logo {
    width: 100%;
    height: 70px;
}
}

.logo-space {
    position: relative;
}

.logo-space_number {
    position: absolute;
    right: 0;
    bottom: -3px;
    color: #001f2e;
    font-size: 14px;
    font-weight: bold;
}

.logo-space-sp {
    position: relative;
}


.logo-space-sp_number {
    position: absolute;
    right: 0;
    bottom: -10px;
    color: #001f2e;
    font-size: 10px;
    font-weight: bold;
}


#index {
    height: 100vh;
    max-width: 1920px;
    max-height: 1080px;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    #index::before {
        position: absolute;
        height: calc(100vh - 140px);
        width: calc(100% - 140px);
        top: 70px;
        left: 70px;
        content: "";
        opacity: 1;
        margin: 0 auto;
        background-color: #dcdcdc;
        background-size: cover;
        z-index: 1;
        max-height: 940px;
    }
}

/* header */

.header_top_contents {
    position: relative;
    height: 70px;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .header_top_contents {
        position: relative;
        height: 70px;
        width: calc(100% - 140px);
        margin-right: auto;
        margin-left: auto;
    }
}

.header_link {
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header_link li > a {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 500ms ease-in-out;
}

.header_link li > a::before {
    position: absolute;
    transition: all 500ms ease-in-out;
    content: '';
    width: 0;
    left: 50%;
    bottom: -5px;
    height: 1px;
    background: #fff;
    right: 0;
    left: auto;
}

.header_link li > a:hover::before {
    width: 100%;
    left: 0;
    transition: all 500ms ease-in-out;
}

@media screen and (max-width: 1023px) {
.text_slider {
    top: calc(50% + 70px);
    left: 0%;
    transform: translate(10%, -50%);
    -webkit-transform: translate(10%, -50%);
    -ms-transform: translate(10%, -50%);
}
}

@media screen and (max-width: 1023px) {
.text-slider-en {
    top: calc(58% + 70px);
    left: 0%;
    transform: translate(180%, -50%);
    -webkit-transform: translate(180%, -50%);
    -ms-transform: translate(180%, -50%);
}
}

@media screen and (max-width: 767px) {
    .text-slider-en {
        top: 50%;
        left: 0%;
        transform: translate(90%, 55%);
        -webkit-transform: translate(90%, 55%);
        -ms-transform: translate(90%, 55%);
}
}

/* nav */

.service-links {
    transition: all .5s ease-in-out;
    z-index: 0;
    opacity: 0.2;
}

.link-show-up {
    transition: all .8s ease-in-out;
    z-index: 10;
    opacity: 1;
}

.link-show-up a {
    transition: all .5s ease-in-out;
}

.link-show-up a:hover {
    opacity: .7;
    transition: all .5s ease-in-out;
}

.sp {
    width: 100%;
    background-color: #fff;
    height: 70px;
    align-items: center;
}

.triger {
    width: 50px;
    height: 50px;
    line-height: 0;
    position: relative;
    cursor: pointer;
}

.triger i {
    background-color: #001f2e;
    background-size: cover;
    width: 25px;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 12.5px;
    transition: all .3s ease-in-out;
}

.triger i:nth-child(1) {
    top: 12.5px;
}

.triger i:nth-child(2) {
    top: 25px;
}

.triger i:nth-child(3) {
    top: 37.5px;
}

@media screen and (min-width: 1024px) {
    .triger {
        display: none;
    }
}

.curtain {
    position: fixed;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.curtain-contents {
    position: relative;
}

.open {
    opacity: 1;
    z-index: 20;
    transition: all .5s ease-in-out;
    pointer-events: initial;
}

.open01 {
    transition: all .3s ease-in-out;
    z-index: 30;
    transform: rotateZ(45deg) translate(8px, 8px);
}

.open02 {
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 30;
}

.open03 {
    transition: all .3s ease-in-out;
    z-index: 30;
    transform: rotateZ(-45deg) translate(10px, -10px);
}

.sp-slider {
    width: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    .sp-slider {
        height: calc(100vh - 140px);
        width: calc(100% - 140px);
        margin: 0 auto;
        position: relative !important;
        max-height: 940px;
        max-width: 1840px;
    }
}

.sp-slider::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.28;
    background-color: #464646;
    background-size: cover;
    z-index: 1;
    filter: blur(10px);
}

.blue-curtain {
    background-color: #009FE8;
    background-size: cover;
    width: 100%;
    height: 100Vh;
    top: 0;
    position: fixed;
    transform: skewX(26deg);
    right: -49.99%;
    transition: all 0.8s;
}

.blue-curtain::before {
    content:'';
    position: fixed;
    width: 4px;
    height: 0;
    background-color:#fff;
    background-size: cover;
    z-index: 50;
    animation-name: border;
    animation-duration: 3s;
    animation-fill-mode:forwards;
    opacity: 1;
}

@keyframes border {
    0% {
        height: 0;
        opacity: 0;
    }

    30% {
        height: 0;
        opacity: 0.2;

    }

    80% {
        opacity: 0.7;
    }

    82% {
        height: 100%;
        opacity: 0.8;
    }

    88% {
        height: 100%;
        opacity: 1;
    }

    100% {
        height: 100%;
        opacity: 0;
    }
}


@media screen and (max-width: 1023px) {
    .blue-curtain {
        width: 120%;
        right: -69.99%;
    }
}

.right {
    right: -120%;
    transition: all 0.8s;
}

@media screen and (max-width: 1023px) {
    .right {
        right: -185%;
    }
}

.blue-curtain_second {
    background-color: #009FE8;
    background-size: cover;
    width: 100%;
    height: 100vh;
    right: 49.99%;
    top: 0;
    position: fixed;
    transform: skewX(26deg);
    transition: all 0.8s;
}

@media screen and (max-width: 1023px) {
    .blue-curtain_second {
        width: 120%;
        right: 69.99;
    }
}

.left {
    right: 120%;
    transition: all 0.8s;
}

@media screen and (max-width: 1023px) {
    .left {
        right: 185%;
    }
}

@media screen and (min-width: 1024px) {
    .blue-accent {
        position: absolute;
        height: 100Vh;
        right: 0;
        top: 0;
        content: "";
        background-size: cover;
        background-image: url(../img/back-ground.png);
        max-width: 1920px;
        max-height: 1080px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .blue-accent {
        width: 1510px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1689px) {
    .blue-accent {
        width: 140%;
    }
}

@media screen and (min-width: 1690px) {
    .blue-accent {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .blue-accent_second {
        position: absolute;
        background-image: url(../img/back-ground_2.png);
        height: 100Vh;
        left: 0;
        top: 0;
        width: 100%;
        background-size: cover;
        overflow: hidden;
        max-width: 1920px;
        max-height: 1080px;
    }
}

.bg-main-color {
    background-color: #009FE8;
}

.bg-sub-color {
    background-color: rgb(0,159,232,0.1);
}

.main-color {
    color: #009FE8;
}

.sub-color {
    color: rgb(232, 179, 12);
}

.onepoint {
    color: #fffaa3;
}

.bg-bg {
    position: relative;
}

.bg-bg::before {
    background-color: #009FE8;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media screen and (max-width: 1023px) {
    .bg-bg::before {
        height: 410px;
    }
}

@media screen and (max-width: 639px) {
    .bg-bg::before {
        height: 85%;
    }
}

/* contact */
.contact::before {
    background-color: #009FE8;
    background-size: cover;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    opacity: 0.7;
}

.contact::after {
    background-size: cover;
    background-image: url(../img/image08.webp);
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    z-index: -2;
    height: 100%;
    background-position: center;
    max-width: 1920px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/* facebook */
.facebook {
    max-width: 520px;
    max-height: 500px;
    overflow: hidden;
    -khtml-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
}

@media screen and (max-width: 1023px) {
    .facebook {
        max-width: 474px;
        max-height: 500px;
        border: 1px solid #dcdcdc;
    }
}

/* googlemap */
.googlemap {
    display: flex;
    justify-content: center;
}

.googlemap iframe {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .googlemap iframe {
        max-width: 520px;
        max-height: 415px;
    }
}

/* access */
@media screen and (min-width: 1024px) {
    .access p {
        width: calc(100% - 248px);
        margin: 0 auto;
    }
}

/* footer */
.footer_link {
    color: #fff;
}

.footer_link li a {
    padding: 0;
}

.footer-button {
    transition: all .3s ease-in-out;
}

.footer-button::before {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-bottom: 14px solid #fff;
    border-left: 14px solid transparent;
    transition: all .3s ease-in-out; 
}

.footer-button:hover::before {
    border-bottom: 14px solid #009FE8;
    transition: all .3s ease-in-out; 
}

.footer-button:hover {
    background-color: #fff;
    color: #009FE8;
    transition: all .3s ease-in-out;
}

/* button */

.button {
    border: 1px solid #fff;
    transition: all 500ms ease-in-out;
    box-sizing: border-box;
}


.button:hover {
    color: #fff;
    background-color: #009FE8;
    transition: all 500ms ease;
}

.button_second {
    transition: all 500ms ease-in-out;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.button_second:hover {
    color: #fff;
    background-color: #009FE8;
    transition: all 500ms ease;
}

.links li a {
    transition: all 500ms ease;
    position: relative;

}

.links li a:hover {
    transition: all 500ms ease;
    opacity: 0.5;
}

/* .links li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);   
    border: 4px solid transparent;
    border-left: 4px solid #fff;
} */
 
/* scroll */

.slide-up {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all 0.8s, -webkit-transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.8s, -webkit-transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.8s, transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.8s, transform 0.8s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
}

.on {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.screen-up {
    transform: scale(1.3);
    display: block;
    -webkit-transition: all 0.8s, -webkit-all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.8s, -webkit-all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.8s, all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.8s, all 0.8s cubic-bezier(0.42, 0, 0.58, 1), -webkit-all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
    
}

.fade-up {
    transform: scale(1.0);
    overflow: hidden;
    opacity: 1;
}

.show-up {
    display: block !important;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
  }

  .vegas-content {
    height: 100%;
  }

.sp-slider-text::after {
    content: url(../img/script.svg);
    width: 30%;
    height: auto;
    position: absolute;
    right: -100px;
    top: 100px;
}

@media screen and (max-width: 767px) {
    .sp-slider-text::after {
        width: 50%;
        right: 0;
        top: 90px;
        bottom: 0;
    }
}