@charset "UTF-8";
:root {
    --color-gradation: linear-gradient(135deg, #1e9cd7, #005b97);
    --color-accent: #007bc7;
}
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    min-block-size: 100svb;
    min-height: 100svh;
    -moz-text-size-adjust: 100%;
    font-size: 16px;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}
p, h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    overflow-wrap: break-word;
}
th, td {
    font-weight: 100;
}
ul, ol {
    list-style: none;
}
img, svg, video {
    display: block;
    max-width: 100%;
}
input, button, textarea, select {
    font-family: inherit;
    color: inherit;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a {
    text-decoration: none;
}
html {
    scroll-padding-top: 12.5vw;
}
body {
    font-size: 3vw;
    font-family: "source-han-serif-japanese", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #202020;
    background-color: #fff;
}
.en {
    font-family: "trajan-pro-3", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
a {
    color: #202020;
}
p {
    margin-bottom: 3vw;
}
section {
    padding: 12.5vw 0;
}
.inner {
    width: 90%;
    margin-inline: auto;
}
.display_tb {
    display: none;
}
.display_pc {
    display: none;
}
.display_sp {
    display: block;
}
@media (width > 600px) {
    .display_sp {
        display: none;
    }
    .display_pc {
        display: none;
    }
    .display_tb {
        display: block;
    }
}
@media (width > 1024px) {
    .display_sp {
        display: none;
    }
    .display_tb {
        display: none;
    }
    .display_pc {
        display: block;
    }
}
.fade_in {
    opacity: 0;
    transition: 1s;
}
.fade_in.active {
    opacity: 1;
}
.fade_up {
    opacity: 0;
    transform: translateY(5vw);
    transition: 1s;
}
.fade_up.active {
    opacity: 1;
    transform: translateY(0);
}
.fade_left {
    opacity: 0;
    transform: translateX(5vw);
    transition: 1s;
}
.fade_left.active {
    opacity: 1;
    transform: translateX(0);
}
.fade_right {
    opacity: 0;
    transform: translateX(-5vw);
    transition: 1s;
}
.fade_right.active {
    opacity: 1;
    transform: translateX(0);
}

._center_wrap{
    width: 100%;
}
._center_wrap ._logo{
    padding: 1rem;
    display: flex;
    justify-content: center;
}
._center_wrap ._logo img{
    width: 50%;
}
._anime_wrap{
    display: flex;
    flex-direction: column;
    margin: 0 5px 3rem;
}
._anime_wrap ._img{
    width: 100%;
    height: 100%;
}

._voice_wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 0 0 5rem;
}
._voice_wrap ._title{
    display: flex;
    flex-direction: column;
    color: rgba(0, 123, 199);
    text-align: center;
}
._voice_wrap ._title h2 span.en {
    position: relative;
    display: inline-block;
    color: rgba(0, 123, 199);
    font-size: 1.5rem;
}
._voice_wrap ._title h2 span.en::before,
._voice_wrap ._title h2 span.en::after {
    position: absolute;
    content: "";
    height: 0.5px;
    width: 5rem;
    background-color: rgba(0, 123, 199, 0.5);
    top: 50%;
    transition: 2s;
}
._voice_wrap ._title h2 span.en::before {
    left: -7rem;
}
._voice_wrap ._title h2 span.en::after {
    right: -7rem;
}
._voice_wrap ._title h2 span.jp {
    display: block;
    line-height: 0.5rem;
}
._voice_wrap{
    overflow: hidden;
    position: relative;
}
._voice_swiper {
    width: 100%;
    height: 100%;
}
._voice_swiper .swiper-wrapper{
    display: flex;
    width: 100%;
    height: 100%;
}
._voice_swiper .swiper-slide {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 2px rgba(136, 136, 136, 0.3);
    padding: 1rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
._voice_profile{
    font-weight:bold;
    font-size: 1.2rem;
    text-align: left;
}
._voice_txt{
    font-size: 1rem;
    text-align: left;
}
.voice-pagination{
    position: absolute;
    text-align: center;
    bottom: 2rem !important;
}
.swiper-button-next{
    width: 20px;
    height: 20px;
    right: 13% !important;
    background: rgba(0, 123, 199);
    border-radius: 50%;
    color: #FFFFFF;
    padding: 5px;
}
.swiper-button-prev{
    width: 20px;
    height: 20px;
    left: 13% !important;
    background: rgba(0, 123, 199);
    border-radius: 50%;
    color: #FFFFFF;
    padding: 5px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
    .swiper-button-next{
        right: 11% !important;
    }
    .swiper-button-prev{
        left: 11% !important;
    }
}

._banner_wrap{
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 0 auto 3rem;
}
._banner_wrap ._title{
    display: flex;
    flex-direction: column;
    color: rgba(0, 123, 199);
    text-align: center;
}
._banner_wrap ._title h2 span.en {
    position: relative;
    display: inline-block;
    color: rgba(0, 123, 199);
    font-size: 1.5rem;
}
._banner_wrap ._title h2 span.en::before,
._banner_wrap ._title h2 span.en::after {
    position: absolute;
    content: "";
    height: 0.5px;
    width: 5rem;
    background-color: rgba(0, 123, 199, 0.5);
    top: 50%;
    transition: 2s;
}
._banner_wrap ._title h2 span.en::before {
    left: -7rem;
}
._banner_wrap ._title h2 span.en::after {
    right: -7rem;
}
._banner_wrap ._title h2 span.jp {
    display: block;
    line-height: 1rem;
    font-size: 1rem;
}
._banner_inner{
    display: flex;
    flex-direction: column;
    gap: 1rem;    
}
._banner_wrap ._img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
._banner_inner ._banner_hp{
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #FFFFFF;
    background: linear-gradient(180deg, #1e9cd7 0%, #005b97 80%, #005b97 100%);
    padding: 1rem 0;
}
._banner_inner ._banner_insta{
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #FFFFFF;
    background: linear-gradient(180deg, #000000 0%, #000000 80%, #000000 100%);
    padding: 1rem 0;
}

._access_wrap{
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 0 auto;
}
._access_wrap ._title{
    display: flex;
    flex-direction: column;
    color: rgba(0, 123, 199);
    text-align: center;
}
._access_wrap ._title h2 span.en {
    position: relative;
    display: inline-block;
    color: rgba(0, 123, 199);
    font-size: 1.5rem;
}
._access_wrap ._title h2 span.en::before,
._access_wrap ._title h2 span.en::after {
    position: absolute;
    content: "";
    height: 0.5px;
    width: 5rem;
    background-color: rgba(0, 123, 199, 0.5);
    top: 50%;
    transition: 2s;
}
._access_wrap ._title h2 span.en::before {
    left: -7rem;
}
._access_wrap ._title h2 span.en::after {
    right: -7rem;
}
._access_wrap ._title h2 span.jp {
    display: block;
    line-height: 0.5rem;
}
._shopinfo{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
._shopinfo table{
    width: 100%;
}
._shopinfo table th{
    width: 100%;
    display: flex;
    font-weight: bold;
}
._shopinfo table td{
    width: 80%;
}
._shopmap{
    width: 100%;
    height: 90vw;
}
._shopmap iframe{
    width: 100%;
    height: 100%;
}
._fixed_wrap{
    width: calc(100% - 10px);
    height: 60px;
    margin: 0 auto;
    position: relative;
}
._fixed_inner{
    width: calc(100% - 10px);
    max-width: 420px;
    position: fixed;
    bottom: 0.3rem;
    display: flex;
    gap: 0.3rem;
    z-index: 10;
}
.cv_button{
    width: calc(100% / 3);
}
.cv_button a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    border-radius: 5px;
    overflow: hidden;
}
.cv_img {
    width: 20%;
}
.cv_txt {
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 1;
}
.cv_txt h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0.3rem;
}
.cv_txt p {
    font-size: 0.8rem;
    margin-bottom: unset;
}
.cv_official a {
    background-image: linear-gradient(45deg, #1e9cd7, #005b97);
}
.cv_reserve {
    transition-delay: .25s;
}
.cv_reserve a {
    background-image: linear-gradient(45deg, #f7931e, #f15a24);
}
.cv_line {
    transition-delay: .5s;
}
.cv_line a {
    background-image: linear-gradient(45deg, #0BC558, #0ac554);
}

/* -------------------------------- 600 --------------------------------*/
@media (width > 600px) {
    html {
        scroll-padding-top: 12.5vw;
    }
    body {
        font-size: 1.75vw;
    }
    p {
        margin-bottom: 2vw;
    }
    section {
        padding: 12.5vw 0;
    }
    .inner {
        width: 90%;
    }
    ._shopmap{
        width: 100%;
        height: 450px;
    }
    ._fixed_inner{
        width: calc(100% - 10px);
        max-width: unset;
    }
}
/* -------------------------------- 1024 --------------------------------*/
@media (width > 1024px) {
    html {
        scroll-padding-top: min(10vw, 10rem);
    }
    body {
        font-size: min(1vw, 1rem);
    }
    p {
        margin-bottom: min(2vw, 2rem);
    }
    section {
        padding: min(7.5vw, 7.5rem) 0;
    }
    .inner {
        width: min(90%, 1366px);
    }
    .fade_up {
        transform: translateY(min(5vw, 5rem));
    }
    .fade_left {
        transform: translateX(5vw);
    }
    .fade_right {
        transform: translateX(max(-5vw, -5rem));
    }
    .solution_item {
        box-shadow: min(0.5vw, 0.5rem) min(0.5vw, 0.5rem) min(1vw, 1rem) rgba(0, 0, 0, 0.1);
    }
    main{
        display: flex;
        position: relative;
    }
    ._left_wrap{
        width: calc((100% - 450px) / 3 * 2);
        height: 100svh;
        position: fixed;
        left: 0;
        top: 0;
        background: url(../img/top_left.jpg);
        background-size: cover;
        background-position: left;
    }
    ._left_overlay{
        background: rgba(0,0,0,0.7);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    ._left_outer{
        width: 70%;
        height: 100%;
        color: #FFFFFF;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
    }
    ._left_outer h1{
        width: 200px;
    }
    ._left_inner{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    ._left_inner h2{
        text-align: center;
    }
    ._left_inner ._txt{
        line-height: 2;
    }
    ._left_inner ._sign{
        text-align: right;
    }
    ._center_wrap{
        max-width: 450px;
        position: absolute;
        left: calc((100% - 450px) / 3 * 2);
        top: 0;
        padding: 5px;
    }
    ._center_wrap ._logo{
        display: none;
    }
    ._shopmap{
        width: 100%;
        height: 450px;
    }
    ._fixed_inner{
        width: calc(100% - 20px);
        max-width: 430px;
    }
    ._right_wrap{
        width: calc((100% - 450px) / 3);
        height: 100svh;
        position: fixed;
        right: 0;
        top: 0;
        background:linear-gradient(180deg, #1e9cd7 0%, #005b97 80%, #005b97 100%);
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 2rem;
    }
    ._right_inner{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    ._right_inner ._sns{
        display: flex;
        gap: 1rem;
    }
    ._right_inner ._sns li{
        width: 40px;
    }
    ._right_inner ._copy{
        color: #FFFFFF;
        text-align: center;
    }
    ._right_inner ._logo{
        width: 70px;
    }
    
    #footer_menu {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
    }
    #footer_menu ._logo {
        width: 60%;
    }
    #footer_menu ._txt {
        display: block;
    }
    #footer_menu ._txt ul {
        display: flex;
        flex-direction: column; 
        gap: 1rem;
    }
    #footer_menu ._txt ul li {
        text-align: center;
    }
    #footer_menu ._txt ul li a {
        display: block;
        color: #fff;
    }
    #footer_menu ._txt ul li a .jp {
        font-size: 0.9rem;
    }
    #footer_menu ._txt ul li a .en {
        position: relative;
        display: inline-block;
        font-size: 0.7rem;
        opacity: 0.5;
        text-transform: lowercase;
    }
    #footer_menu ._txt ul li a .en::before, #footer_menu ._txt ul li a .en::after {
        position: absolute;
        content: "";
        top: 50%;
        width: 2rem;
        height: 0.5px;
        background-color: rgba(255, 255, 255, 0.5019607843);
    }
    #footer_menu ._txt ul li a .en::before {
        left: -3rem;
    }
    #footer_menu ._txt ul li a .en::after {
        right: -3rem;
    }
}
/* Thanks
-------------------------------------------------------------------------*/
