@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    font-size: 1.5rem;
    line-height: 1.9;
    font-weight: normal;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #4C4C4C;
}

body.bd-fixed {
    position: fixed;
    left: 0;
    z-index: 1;
}

.scroll-action-once {
    transition: 1s;
    position: relative;
    bottom: -20px;
    opacity: 0.2;
}

.scroll-action-once.scroll-on {
    bottom: 0;
    opacity: 1;
}

a {
    transition: 0.5s;
}

a:hover {
    opacity: 0.7;
}

img,
object {
    width: 100%;
}

.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

a {
    transform-origin: center;
    transition: 0.1s;
    text-decoration: none;
    color: inherit;
}

.font-02 {
    font-family: "Noto Sans JP", sans-serif;
}

.font-03 {
    font-family: "Montserrat", sans-serif;
}

.fade-up-image-wrap {
    position: relative;
}

.fade-up-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 2s;
    width: 100%;
    height: auto;
}

.scroll-on .fade-up-image {
    top: -5%;
}

.fade-up.scroll-action-once {
    opacity: 0;
    transition: 0.8s ease-out;
    transform: translateY(2rem);
}

.fade-up.scroll-action-once.scroll-on {
    opacity: 1;
    transform: translateY(0rem);
}

#sp-bg-menu {
    transition: 0.7s;
    position: absolute;
    z-index: 1000;
    width: 20px;
    height: 1.6em;
    right: 1.6rem;
    top: 2.7rem;
    cursor: pointer;
}

/* header-----------------*/
.pc-header-left-wrap {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
    width: calc(100% - 864px);
    z-index: 1;
    background-image: url('../images/common/pc-header-left-back.png');
    background-size: cover;
}

.pc-header-menu-wrap {
    position: fixed;
    z-index: 1;
    right: 0;
    top: 0;
    height: 100%;
    width: 400px;
    background-image: url('../images/common/pc-header-right-back.png');
    background-size: 239px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.pc-header-left-logo {
    position: absolute;
    width: 45%;
    max-width: 360px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.pc-header-left-30th-logo {
    display: block;
}

.pc-header-left--logo {
    margin-top: 27px;
    display: block;
}

.pc-header-left-slide-image {
    padding: 0 6px;
}

.pc-header-left-slide-01,
.pc-header-left-slide-02 {
    width: 100%;
    position: absolute;
    left: 0;
}

.pc-header-left-slide-01 {
    top: 10%;
}

.pc-header-left-slide-02 {
    bottom: 10%;
}

.pc-header-left-slide-image {
    width: 50%;
    background-size: cover;

}

.slide-img-inner {
    width: 160px;
    height: 150px;
    background-size: cover;
    border-radius: 10px;
}

.menu-hd {
    width: 122px;
    margin: auto;
    margin-top: 105px;
}

.menu-lst {
    padding: 0 40px;
    margin-top: 20px;
}

.menu-lst>li>a {
    display: block;
    border-bottom: solid 1px #98C2E8;
    padding: 16px 21px;
    position: relative;
    line-height: 1.4;
}

.menu-lst>li>a::before {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    background-image: url('../images/common/cross.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.menu-lst>li>a::after {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 16px;
    background-image: url('../images/common/arrow-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.menu-lst>li:first-child>a {
    border-top: solid 1px #98C2E8;
}

.to-sp-movie {
    display: block;
    width: 320px;
    margin: auto;
    margin-top: 24px;
}

.sns-lst {
    margin-top: 76px;
    font-size: 0;
    text-align: center;

}

.sns-lst>li {
    display: inline-block;
    width: 32px;
    font-size: 1.4rem;
    vertical-align: middle;
    padding: 0 5px;
}

.sns-lst>li:first-child {
    vertical-align: 0px;
}

.apli-lnk-hd {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

.apli-lnk-lst {
    text-align: center;
    font-size: 0;
}

.apli-lnk-lst>li {
    display: inline-block;
    padding: 0 9px;
}

.apli-lnk-lst>li>a {
    width: 112px;
    display: block;
}

#sp-bg-menu>div {
    width: 2rem;
    height: 0.2rem;
    background-color: #5EA8DD;
    position: absolute;
    top: 0.5rem;
    left: 0rem;
    transition: 0.3s;
}

#sp-bg-menu.opened>div {
    opacity: 0;
}

#sp-bg-menu>div:first-child {
    top: 0rem;
    left: 0rem;
}

#sp-bg-menu>div:last-child {
    top: 1rem;
    left: 0rem;
}

#sp-bg-menu.opened>div:first-child {
    opacity: 1;
    transform: rotate(28deg);
    top: 6px;
}

#sp-bg-menu.opened>div:last-child {
    opacity: 1;
    transform: rotate(-28deg);
    top: 6px;
}

.menu-window {}

.menu-window.opened {}

main {
    width: 464px;
    margin-left: calc(100% - 864px);
}

/*footer-------------------------------------------*/
.footer-gp {
    width: 464px;
    margin-left: calc(100% - 864px);
    margin-top: 64px;
}

.ft-lnks {
    margin: auto;
    font-size: 0;
    width: 310px;
}

.ft-lnks-01 {
    margin-bottom: 16px;
}

.ft-hd-style {
    text-align: center;
    font-size: 1.4rem;
}

.ft-sns-wrapper {
    margin-top: 56px;
}

.ft-sns-lst {
    font-size: 0;
    text-align: center;
}

.ft-sns-lst>li {
    display: inline-block;
    width: 53px;
    padding: 0 5px;
}

.ft-apli-wrapper {
    margin-top: 56px;
}

.ft-apli-lst {
    text-align: center;
    font-size: 0;
    margin-top: 16px;
}

.ft-apli-lst li {
    width: 146px;
    padding: 0 13px;
    display: inline-block;
}

.ft-logo-01 {
    width: 108px;
    margin: auto;
    margin-top: 56px;
}

.ft-navi {
    font-size: 0;
    text-align: center;
    margin-top: 32px;
}

.ft-navi>li {
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 12px;
}

.ft-navi>li>a {
    display: block;
}

.ft-logo-02 {
    margin: auto;
    margin-top: 56px;
    margin-bottom: 25px;
    width: 165px;

}

.copyright {
    font-size: 1.0rem;
    text-align: center;
    margin-bottom: 56px;
}

.sp-header-top-logo-01 {
    height: 48px;
    width: 51px;
    padding-top: 12px;
    padding-left: 16px;
}

.sp-header-top-logo-02 {
    width: 140px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 29px;
}

.sp-header-top {
    position: fixed;
    width: 100%;
    height: 72px;
    top: 0;
    left: 0;
    z-index: 1100;
    background-color: rgba(255, 255, 255, 0.9);
}

.sp-header-menu-wrap {
    transition: 0.3s;
    position: fixed;
    width: 100vw;
    height: calc(100vh - 72px);
    top: 072px;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    right: -120%;
    overflow: scroll;
}

.opened.sp-header-menu-wrap {
    right: 0;
}

.menu-hd {}

.sp {
    display: none !important;
}

.pc {
    display: inherit !important;
}

/*----------------------------------------------------------*/
@media screen and (max-width:1060px) {
    .sp {
        display: inherit !important;
    }

    .pc {
        display: none !important;
    }

    main {
        max-width: 464px;
        margin: auto;
    }

    body.ccc-base-fixed {
        position: fixed;
        left: 0;
        width: 100%;
    }

    main {
        width: 100%;
        margin-top: 72px;
    }

    .footer-gp {
        width: 100%;
        margin-left: 0;
    }

    .menu-hd {
        margin-top: 25px;
    }

    .menu-lst {
        max-width: 400px;
        margin: auto;
        margin-top: 20px;
    }

    .apli-lnk {
        padding-bottom: 220px;
    }

    .to-sp-movie {
        margin-top: 54px;
    }
}

/*----------------------------------------------------------*/
@media screen and (max-width:464px) {
    .to-sp-movie {
        width: 280px;
    }

    .ft-apli-lst li {
        width: 120px;
        padding: 0 10px;
    }

}

@media screen and (max-width:390px) {}