@charset "utf-8";
/* ================================================================ */
/* コンテンツ領域 */
/* ================================================================ */
#content {
    display: block !important;
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    max-width: none !important;
    color: #4B4948 !important;
}
#body_wrap:not(.home) > #content {
    padding-top: 86px !important;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {}
/* ================================================================ */
/* ヘッダ領域 */
/* ================================================================ */
.header {
    color: #ffffff;
    display: block;
    width: 100%;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 3000;
    transition: all .6s ease;
}
#body_wrap.home > .header {
    position: fixed;
    top: 0;
}
.header.__fixed,
#body_wrap:not(.home) > .header {
    background: #ffffff;
    color: #6f6d6b;
    position: fixed;
    top: 0;
}
.header > .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {}
/* ロゴ */
.header_logo {
    display: block;
    width: 150px;
    padding: 5px 0;
}
.header_logo > a {
    display: block;
    width: 100%;
    height: 100%;
}
.header_logo > a > img {
    display: none;
    height: auto;
    width: auto;
}
.header_logo > a > img:nth-child(1) {
    display: block;
}
.header_logo > a > img:nth-child(2) {
    display: none;
}
.header.__fixed > .inner > .header_logo > a > img:nth-child(1),
#body_wrap:not(.home) > .header > .inner > .header_logo > a > img:nth-child(1) {
    display: none;
}
.header.__fixed > .inner > .header_logo > a > img:nth-child(2),
#body_wrap:not(.home) > .header > .inner > .header_logo > a > img:nth-child(2) {
    display: block;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {
    .header_logo {
        width: 110px;
    }
}
/* メニュー制御 */
.header_navCtrl {
    display: none;
    margin: 0 0 0 auto;
}
.header_navCtrl_toggleBtn {
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 34px;
    width: 40px;
    position: relative;
    transition: all .5s;
    background-color: rgba(0, 0, 0, 0);
}
.header_navCtrl_toggleBtn > span {
    background: #00AFCC;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all .5s;
}
.header_navCtrl_toggleBtn > span:nth-of-type(1) {
    top: 2px;
}
.header_navCtrl_toggleBtn > span:nth-of-type(2) {
    top: 15px;
}
.header_navCtrl_toggleBtn > span:nth-of-type(3) {
    bottom: 2px;
}
.header_navCtrl_toggleBtn__active span:nth-of-type(1),
.header_navCtrl_toggleBtn__active span:nth-of-type(3) {
    width: 20px;
    left: 2px;
}
.header_navCtrl_toggleBtn__active span:nth-of-type(1) {
    transform: translate(21px, 7px) rotate(45deg);
}
.header_navCtrl_toggleBtn__active span:nth-of-type(3) {
    transform: translate(21px, -7px) rotate(-45deg);
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {
    .header_navCtrl {
        display: block;
    }
}
@media screen and (max-width:640px) {}
/* メニュー */
.header_navWrap {
    width: calc(100% - 150px);
}
.header_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.header_nav > li > a {
    display: block;
    font-style: italic;
    padding: .5em 1em;
    position: relative;
    transition: all .4s ease;
    line-height: 1.12;
}
.header_nav > li > a::before {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: .3em;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all .4s ease;
}
.header_nav > li > a.__current {
    color: #C8C8C8;
}
.header_nav > li > a.__current::before {
    background: #4B4948;
    width: calc(100% - 1.5em);
}
/* .header_nav > li:last-child > a {
    color: #00AFCC;
} */
.header_nav > li > a:hover {
    color: #00AFCC !important;
}
.header_nav > li > a:hover::before {
    background: #00AFCC !important;
    width: calc(100% - 1.5em);
}
#body_wrap.home > .header:not(.__fixed) .header_nav > li > a {
    color: #ffffff;
}
/* #body_wrap.home > .header:not(.__fixed) .header_nav > li:not(:last-child) > a {
    color: #ffffff;
} */
#body_wrap.home > .header:not(.__fixed) .header_nav > li > a.__current::before,
#body_wrap.home > .header:not(.__fixed) .header_nav > li:not(:last-child) > a:hover::before {
    background: #ffffff !important;
}
@media screen and (max-width:1024px) {
    .header_nav > li > a {
        padding: .5em;
    }
}
@media screen and (max-width:840px) {
    .header_spNavBg {
        background: linear-gradient(180deg, #1359ef, #02aced);
        content: '';
        display: block;
        height: calc(100vh - 84px);
        width: 100vw;
        position: fixed;
        top: 84px;
        left: 100%;
        transition: left .4s ease;
        z-index: -1000;
        opacity: 0.75;
    }
    .header_navWrap {
        background: #ffffff;
        display: block;
        height: calc(100vh - 50px);
        width: 320px;
        position: fixed;
        right: -320px;
        top: 84px;
        transition: right .4s ease;
        z-index: 0;
    }
    .header_navWrap__visible {
        right: 0;
    }
    .header_spNavBg__visible {
        left: 0;
    }
    .header_nav {
        flex-wrap: wrap;
    }
    .header_nav > li {
        display: block;
        filter: none;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #00AFCC;
    }
    .header_nav > li::before {
        display: none;
    }
    .header_nav > li > a {
        padding: .75em 1em .75em 2em;
    }
    .header_nav > li > a:hover {
        background: #f2f2f2;
    }
    .header_nav > li > a::after {
        left: .75em;
        right: auto;
    }
    .header_nav > li > a:hover::before,
    .header_nav > li > a.__current::before {
        width: 0;
        display: none;
    }
    .header_nav > li > a > span > br {
        display: none;
    }
    #body_wrap.home > .header:not(.__fixed) .header_nav > li > a {
        color: #00AFCC;
    }
}
@media screen and (max-width:640px) {}
/* ================================================================ */
/* 背景アニメーション */
/* ================================================================ */
.bgWaveAnimation {
    display: block;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 1s ease;
    z-index: 0;
}
.bgWaveAnimation.on {
    opacity: 1;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {}
/* ================================================================ */
/* フッタ領域 */
/* ================================================================ */
.footer {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1000;
}
.footer_content {
    background: left center/cover no-repeat url(./../img/footer_bg_001.jpg);
    display: block;
    width: 100%;
    padding: 4em 0;
}
.footer_content > .inner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
@media screen and (max-width:1400px) {
    .footer_content > .inner {
        padding-left: 0;
    }
}
@media screen and (max-width:1200px) {
    .footer_content > .inner {
        justify-content: center;
    }
}
@media screen and (max-width:1024px) {
    .footer_content > .inner {
        max-width: 600px;
    }
}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {}
/* サイト内リンク */
.footer_guide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.footer_guide::before {
    background: center/cover no-repeat url(./../img/footer_guide_bg_001.jpg);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.footer_guide > li {
    width: 25%;
    position: relative;
    z-index: 1;
}
.footer_guide > li + li {
    border-left: 1px solid rgba(0, 0, 0, .95);
}
.footer_guide > li > a {
    background: rgba(0, 0, 0, .75);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    padding: 5em 1em;
    transition: all .4s ease;
}
.footer_guide > li > a:hover {
    background: rgba(0, 0, 0, .5);
}
.footer_guide > li > a > span {
    color: #ffffff;
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
}
.footer_guide > li > a > span:nth-child(1) {
    font-size: 2em;
    font-style: italic;
}
.footer_guide > li > a > span:nth-child(2) {
    font-size: 1.1em;
}
@media screen and (max-width:1024px) {
    .footer_guide > li > a {
        padding: 4em 1em;
    }
}
@media screen and (max-width:840px) {
    .footer_guide > li {
        width: 50%;
    }
    .footer_guide > li:nth-child(n + 3) {
        border-top: 1px solid rgba(0, 0, 0, .95);
    }
    .footer_guide > li > a {
        padding: 3em .5em;
    }
    .footer_guide > li > a > span:nth-child(1) {
        font-size: 1.5em;
    }
    .footer_guide > li > a > span:nth-child(2) {
        font-size: 1.1em;
    }
}
@media screen and (max-width:640px) {}
/* READ */
.footer_read {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% - 300px - 250px);
    max-width: 640px;
}
.footer_read_image {
    display: block;
    width: 100%;
}
.footer_read_image > a {
    display: block;
    width: 100%;
}
.footer_read_image > a > img {
    width: 100%;
}
.footer_read_map {
    display: block;
    width: calc(100% - 280px);
    max-width: 420px;
}
.footer_read_map > iframe {
    display: block;
    height: 100%;
    width: 100%;
}
.footer_read_address {
    display: block;
    width: 270px;
    padding-left: 10px;
}
.footer_read_address > dl {
    display: block;
    width: 100%;
}
.footer_read_address > dl > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer_read_address > dl > div > dt {
    display: block;
    width: 80px;
}
.footer_read_address > dl > div > dt > span {
    font-size: 0.8em;
}
.footer_read_address > dl > div > dt > span.fontJosefinSans {
    font-style: italic;
    font-size: 1em;
}
.footer_read_address > dl > div > dd {
    display: block;
    width: calc(100% - 80px);
}
.footer_read_address_postAddr > dd {
    font-size: 0.85em;
}
.footer_read_address_tel,
.footer_read_address_fax {
    justify-content: flex-start !important;
}
.footer_read_address_tel > dt,
.footer_read_address_fax > dt {
    width: auto !important;
    padding-right: 1em;
}
.footer_read_address_tel > dd,
.footer_read_address_fax > dd {
    width: auto !important;
}
.footer_read_address_time > dd > span > span:not(.fontJosefinSans) {
    font-size: 0.8em;
}
@media screen and (max-width:1200px) {
    .footer_read {
        justify-content: center;
        width: 80%;
        margin: 0 auto 2em;
        max-width: none;
    }
    .footer_read_image {
        margin-bottom: 1em;
    }
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {
    .footer_read_map {
        width: 100%;
        height: 300px;
        margin: 0 auto 1em;
    }
    .footer_read_address {
        padding-left: 0;
        margin: 0 auto;
    }
}
/* ナビゲーション */
.footer_nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 300px;
    padding: 0.0.7rem;
}
.footer_nav_sns {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer_nav_sns > li > a {
    display: block;
    position: relative;
}
.footer_nav_sns > li > a > img {
    transition: all .4s ease;
}
.footer_nav_sns > li > a > img:nth-child(1) {
    opacity: 1;
    position: relative;
    z-index: 10;
}
.footer_nav_sns > li > a > img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.footer_nav_sns > li > a:hover > img:nth-child(1) {
    opacity: 0;
}
.footer_nav_sns > li > a:hover > img:nth-child(2) {
    opacity: 1;
}
.footer_nav_app {
    display: flex;
    /*align-content: center;
    justify-content: center;
    flex-wrap: wrap;*/
    width: 100%;
    max-width: 100%;
    margin: 1em auto;
}
.footer_nav_app > li {
    margin: 0.25rem;
    /*margin: .25em 1em;*/
}
.footer_nav_app > li > a {
    display: block;
}
.footer_nav_app > li > a > img {
    display: block;
    height: 45px;
    width: auto;
}
.footer_nav_site {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_nav_site > li {
    width: 50%;
}
.footer_nav_site > li > a {
    padding: .25em 0;
}
@media screen and (max-width:1200px) {
    .footer_nav {
        width: 240px;
        margin: 0 1rem;
    }
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {
    .footer_nav {
        margin: 2em auto 0;
    }
}
/* リンク */
.footer_links {
    display: flex;
    /*align-content: space-between;*/
    height: 250px;
    flex-wrap: wrap;
    width: 300px;
}
.footer_links > li + li {
    margin-top: 1em;
}
.footer_link {
    border: 1px solid #707070;
    background: #ffffff;
    display: block;
    height: 100px;
    width: 100%;
    font-size: 1.5em;
}
.footer_link > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0.7rem 0.5rem;
}
.footer_link > a > span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(22px + 4 * (100vw - 414px) / 786);
    font-style: italic;
    font-weight: bold;
    line-height: 1;
    width: 100%;
}
.footer_link__web > a > span::before {
    background: center/contain no-repeat url(./../img/icon_email_001.png);
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: .5em;
}
@media screen and (max-width:1200px) {
    .footer_links {
        width: 240px;
    }
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {
    .footer_links {
        margin: 2em auto 0;
    }
}
/* ================================================================ */
/* FV-Entry */
/* ================================================================ */
.fvEntry {
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    transition: all .6s ease-out;
    transition-delay: .8s;
}
.fvEntry__played {
    height: 0;
    opacity: 0;
    pointer-events: none;
}
.fvEntry_bg {
    background: center/cover no-repeat url(./../img/fv_entry_bg_001.jpg);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.fvEntry_bg::before {
    background: rgba(255, 255, 255, .8);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.fvEntry_bg > video {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    opacity: 0.65;
}
.fvEntry_inner {
    background: center/cover no-repeat url(./../img/fv_entry_bg_001.jpg);
    mask-image: url(./../img/fv_entry_text.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url(./../img/fv_entry_text.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    opacity: 0;
    position: relative;
    transition: opacity .6s ease;
    transition-delay: 2s;
    z-index: 2;
}
.fvEntry_inner__tickerPlayed {
    opacity: 1;
}
.fvEntry_inner_text {
    mask-size: 50%;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}
.fvEntry_inner_text > text {
    fill: rgba(0, 175, 204, 0);
    font-weight: 900;
    font-style: italic;
    font-size: 9.5vw;
    stroke: rgba(0, 175, 204, 1);
    stroke-width: 2px;
    stroke-dasharray: 0%;
}
.fvEntry_clippingAnimation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    transition: opacity .4s ease;
    transition-delay: 2s;
}
.fvEntry_inner__tickerPlayed + .fvEntry_clippingAnimation {
    opacity: 0;
}
.fvEntry_clippingAnimation > svg {
    display: block;
    height: auto;
    width: 100%;
    animation: ani_FvEntryClippingAnimation linear 2s both;
    fill: rgba(0, 175, 204, 0);
    stroke-dasharray: 1500px;
    stroke: #00afcc;
    stroke-width: 2px;
}
@keyframes ani_FvEntryClippingAnimation {
    0% {
        stroke-dashoffset: 1500px;
    }
    25% {}
    50% {}
    75% {}
    100% {
        stroke-dashoffset: 0px;
    }
}
@media screen and (max-width:1024px) {
    .fvEntry_inner > div {
        font-size: 9.5vw;
    }
}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {}