@charset "UTF-8";
html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    min-width: 1020px;
    background-color: #fff;
    color: #231815;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    /*  letter-spacing: .1rem;*/
    /* font-family: kozuka-gothic-pr6n, '小塚ゴシック Pro', 'Kozuka Gothic Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif; */
    font-family: jaf-bernino-sans, sans-serif;
    font-style: normal;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* word-break: break-word;
    font-feature-settings: "palt";
    text-align: justify; */
    position: relative;
    hanging-punctuation: allow-end;
}

a {
    display: block;
}

a:link {
    color: #231815;
    text-decoration: none;
}

a:visited {
    color: #231815;
}

a:active {
    color: #231815;
}

a:hover {
    opacity: 0.8;
}

img {
    display: block;
    width: 100%;
    height: auto;
    border-style: none;
    vertical-align: bottom;
}

ul,
ol {
    list-style: none;
    padding: 0;
}

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


/* ローディング */

#loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    z-index: 9999;
}

.loader {
    margin: 100px auto;
    font-size: 8px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.completed {
    opacity: 0;
    visibility: hidden;
}

@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}


/* アニメーション */

.fadeup {
    opacity: 0;
}

.fadeup.is-animated {
    animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 767px) {
    .fadeup.fadeupSpNon {
        opacity: 1 !important;
    }
    .fadeup.fadeupSpNon.is-animated {
        animation: none;
    }
}


/* スクロールCSS */

.fade-in {
    opacity: 0;
    transition-duration: 1500ms;
    transition-property: opacity, transform;
}

.fade-in-up {
    transform: translate(0, 50px);
}

.fade-in-down {
    transform: translate(0, -50px);
}

.fade-in-left {
    transform: translate(-50px, 0);
}

.fade-in-right {
    transform: translate(50px, 0);
}

.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate(0, 50px);
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}


/* ===================== header ===================== */

.l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-top: 26px;
    transition: .3s;
}

.l-header .l-header_inner {
    width: 100%;
    max-width: 1010px;
    padding: 0 30px;
    margin: auto;
}

.l-header .l-flex {
    justify-content: space-between;
    align-items: center;
}

.l-header_logo {
    width: 180px;
}

.l-header_logo-2 {
    width: 100px;
}

.l-header .l-inner {
    padding: 0 32px 0 30px;
}


/*language*/

.l-header_lang {
    display: flex;
    line-height: 1;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 20px;
    margin-right: -140px;
    color: #221714;
}

.l-header_lang a {
    transition: .3s;
}

.l-header_lang li a {
    display: inline-block;
}

.l-header_lang li .current {
    border-bottom: solid 1px;
}

.l-header_lang li:first-child::after {
    content: "/";
    margin: 0 5px;
}


/* ===================== footer ===================== */

.u-only_tab {
    display: none;
}

.tab .u-only_tab {
    display: block;
}


/* ===================== common ===================== */

.l-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-flex.spb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-inner {
    width: 100%;
    margin: 0 auto;
}

.l-inner_l {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.l-inner_m {
    width: 100%;
    margin: 0 auto;
}

.l-inner_s {
    width: 100%;
    margin: 0 auto;
}

.c-txt_italic {
    font-style: italic!important;
}

.c-txt_link {
    text-decoration: underline !important;
    display: inline-block;
    color: #fff !important;
}

.c-txt_mid {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
}

.clr-blk {
    color: #221714;
}

.clr-wht {
    color: #fff;
}


/* ===================== title ===================== */

.c-ttl_main {
    font-size: 31px;
    font-size: 3.1rem;
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: initial;
    line-height: 1.16;
}

.c-ttl_main_sub {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: initial;
    line-height: 1.5;
    display: inline-block;
}


/* ===================== btn ===================== */

.c-btn {
    width: 260px;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    position: relative;
    cursor: pointer;
}

.c-btn::after {
    content: "";
    background-image: url(../img/icn_link.svg);
    width: 28px;
    height: 22px;
    background-size: cover;
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.c-btn a {
    display: block;
    line-height: 40px;
    width: 100%;
    height: 100%;
}

.c-btn_view {
    width: 244px;
    height: 45px;
}

.c-btn_view a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 93, 151, .65);
    width: 100%;
    height: 100%;
}

.c-btn_view a span {
    display: inline-block;
    width: 68px;
}

.c-btn_view a span img {
    width: 100%;
    height: auto;
}


/* SCROLL */

.c-scroll {
    position: absolute;
    bottom: 0;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    right: 5%;
    width: 8px;
    height: auto;
    text-align: center;
    padding-bottom: 12px;
}

.c-scroll p {
    display: inline-block;
    /* width: 64px; */
    width: 8.8px;
    /* margin-top: 10px; */
    margin-bottom: 5px;
}

.c-scroll p img {
    width: 100%;
    height: auto;
}

.c-scroll .c-scroll_inner {
    position: relative;
    height: 100%;
    height: 80px;
}

.c-scroll a {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #aaa;
}

.first .c-scroll a,
.active .c-scroll a {
    background: #fff;
}

.first .c-scroll a::after,
.active .c-scroll a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaa;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: topScrollAttention 2s ease-in 3;
    animation: topScrollAttention 2s ease-in 3;
}

@-webkit-keyframes topScrollAttention {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes topScrollAttention {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}


/* 背景拡大 */

.contents.zoom {
    overflow: hidden!important;
}

.contents.zoom02 {
    overflow: hidden!important;
}

.contents.zoom::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.sec04.contents.zoom02::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.sec05.contents.zoom::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.contents.active.zoom::before {
    -webkit-animation: zoom 3.2s 1;
    animation: zoom 3.2s 1;
    animation-fill-mode: forwards;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
        background-position: center right;
    }
}

.contents.active.zoom02::before {
    -webkit-animation: zoom02 2.9s 1;
    animation: zoom02 2.9s 1;
    animation-fill-mode: forwards;
}

@keyframes zoom02 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
        background-position: bottom right;
    }
}

@media screen and (min-width: 1651px) {
    .contents.active.zoom02::before {
        -webkit-animation: zoom02 3s 1;
        animation: zoom02 3s 1;
        animation-fill-mode: forwards;
    }
    @keyframes zoom02 {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.1);
            background-position: bottom right;
        }
    }
}

.fade {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.fade.fade_on {
    transform: translateY(0);
    opacity: 1;
}


/* @keyframes sdl {
    0% {
        transform: translateY(0);
    }
    50%,
    100% {
        transform: translateY(56px);
    }
} */


/* ===================== page ===================== */

.contents {
    position: relative;
    height: 100vh;
}

.contents .l-inner {
    height: 100%;
    position: relative;
}


/* =========================================
各画面背景
==========================================*/

.sec01::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/sec01.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 10s;
}

.sec01.slide::before {
    background-position: bottom right;
    transition: all 10s;
}

@media screen and (min-width: 1580px) {
    .sec01::before {
        background-size: 105%;
    }
}

@media screen and (min-width: 1580px) and (min-height: 767px) {
    .sec01::before {
        background-size: 170%;
    }
    .sec01 .l-inner_cont {
        bottom: 30%;
    }
}

@media screen and (max-height: 670px) {
    .sec01 .l-inner_cont {
        bottom: 27%;
    }
}

.sec01 {
    width: 100%;
    height: 100vh;
    min-height: 670px;
    position: relative;
}

.sec01 .l-inner {
    height: 100%;
    position: relative;
}

.sec01 .l-inner_cont {
    width: 50%;
    max-width: 703px;
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translateX(-50%);
}

.jp .sec01 .l-inner_cont {
    width: 100%;
    max-width: 100%;
    bottom: 35%;
}

.jp .sec01 .l-inner_cont_ttl {
    width: 47%;
    max-width: 703px;
    margin: auto;
    margin-bottom: 32px;
}

@media screen and (max-width: 1080px) {
    .sec01 .l-inner_cont {
        width: 64%;
    }
}

.l-inner_cont_ttl {
    margin-bottom: 20px;
}

.sec01 .l-inner_cont p {
    font-size: 20px;
    font-size: 2.0rem;
}

.jp .sec01 .l-inner_cont p {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.66;
}

.sec02 {
    width: 100%;
    height: 100vh;
    min-height: 670px;
    max-height: 960px;
    position: relative;
}

.sec02::before {
    background-image: url(../img/sec02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
    .sec02::before {
        background-position: 78% center;
        background-repeat: no-repeat;
    }
}

.sec02 .l-inner_cont {
    width: 27.5%;
    max-width: 375px;
    position: absolute;
    left: 16.9%;
    top: 9%;
}

.jp .sec02 .l-inner_cont {
    /* width: 27.8%; */
    width: 420px;
    max-width: 420px;
    left: 16%;
}

@media screen and (max-width: 1024px) {
    .sec02 .l-inner_cont {
        width: 40%;
        left: 10%;
    }
}

@media screen and (max-width: 1050px) {
    .jp .sec02 .l-inner_cont {
        left: 6%;
    }
}

.sec02 .l-inner_cont_ttl {
    margin-bottom: 50px;
}

.jp .sec02 .l-inner_cont_ttl {
    margin-bottom: 50px;
    padding-right: 20px;
}

@media screen and (max-height: 670px) {
    .sec02 .l-inner_cont_ttl {
        margin-bottom: 65px;
    }
    .jp .sec02 .l-inner_cont_ttl {
        margin-bottom: 55px;
    }
}

.sec02 .l-inner_cont p {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .sec02 .l-inner_cont p {
        padding: 6px 8px 6px 10px;
        /* background-color: rgba(0, 93, 151, .3); */
    }
}

.jp .l-inner_cont p {
    font-size: 20px;
    font-size: 2.0rem;
}

.sec03 {
    width: 100%;
    height: 100vh;
    min-height: 670px;
    max-height: 960px;
    position: relative;
}

.sec03::before {
    background-image: url(../img/sec03.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
    .sec03::before {
        background-position: 55% center;
        background-repeat: no-repeat;
    }
}

.sec03 .l-inner_cont {
    width: 35%;
    max-width: 478px;
    position: absolute;
    left: 11.8%;
    top: 9%;
}

.jp .sec03 .l-inner_cont {
    width: 480px;
    max-width: 480px;
}

@media screen and (max-width: 1024px) {
    .sec03 .l-inner_cont {
        width: 48%;
        left: 10%;
    }
}

@media screen and (max-width: 1050px) {
    .jp .sec03 .l-inner_cont {
        left: 6%;
    }
}

.sec03 .l-inner_cont_ttl {
    margin-bottom: 60px;
}

.sec03 .l-inner_cont p {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 500;
    margin-bottom: 64px;
}

.jp .sec03 .l-inner_cont p {
    font-size: 20px;
    font-size: 2.0rem;
}

.sec03 .c-btn_view a {
    background-color: rgba(0, 85, 44, .65);
}

.sec04 {
    width: 100%;
    height: 100vh;
    min-height: 670px;
    max-height: 960px;
    position: relative;
}

.sec04::before {
    background-image: url(../img/sec04.jpg);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
    /* .sec04::before {
        background-position: 55% center;
        background-repeat: no-repeat;
    } */
}

.sec04 .l-inner_cont {
    width: 37%;
    max-width: 480px;
    position: absolute;
    left: 11.8%;
    top: 8%;
}

.jp .sec04 .l-inner_cont {
    width: 500px;
    max-width: 500px;
}

@media screen and (max-width: 1024px) {
    .sec04 .l-inner_cont {
        width: 48%;
        left: 10%;
    }
}

@media screen and (max-width: 1050px) {
    .jp .sec04 .l-inner_cont {
        left: 6%;
    }
}

.sec04 .l-inner_cont_ttl {
    margin-bottom: 38px;
}

.jp .sec04 .l-inner_cont_ttl {
    margin-bottom: 47px;
}

.sec04 .l-inner_cont p {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 500;
    margin-bottom: 60px;
}

.jp .sec04 .l-inner_cont p {
    margin-bottom: 48px;
}

.jp .sec04 .l-inner_cont p {
    font-size: 20px;
    font-size: 2.0rem;
}

.sec04 .c-btn_view a {
    background-color: rgba(204, 53, 18, .65);
}


/* sec05 */

.sec05 {
    width: 100%;
    height: 100vh;
    min-height: 670px;
    max-height: 960px;
    position: relative;
}

.sec05::before {
    background-image: url(../img/sec05.jpg);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
    /* .sec04::before {
        background-position: 55% center;
        background-repeat: no-repeat;
    } */
}

.sec05 .l-inner_cont {
    width: 41%;
    max-width: 515px;
    position: absolute;
    right: 14.65%;
    top: 8%;
}

.jp .sec05 .l-inner_cont {
    width: 500px;
    max-width: 500px;
}

@media screen and (max-width: 1330px) {
    .sec05 .l-inner_cont {
        right: 7.65%;
    }
}


/* @media screen and (max-width: 1024px) {
    .sec05 .l-inner_cont {
        width: 48%;
        left: 10%;
    }
} */


/* @media screen and (max-width: 1050px) {
    .jp .sec05 .l-inner_cont {
        left: 6%;
    }
} */

.sec05 .l-inner_cont_ttl {
    margin-bottom: 38px;
}

.jp .sec05 .l-inner_cont_ttl {
    margin-bottom: 47px;
}

.sec05 .l-inner_cont p {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 500;
    margin-bottom: 60px;
}

.jp .sec05 .l-inner_cont p {
    margin-bottom: 48px;
}

.jp .sec05 .l-inner_cont p {
    font-size: 20px;
    font-size: 2.0rem;
}

.sec05 .c-btn_view a {
    background-color: rgba(0, 140, 208, .65);
}


/* =========================================
PC 各画面詳細
==========================================*/


/*PC sec01*/


/* 1枚目の矢印 SCROLL */


/* ==========================================
     PC
========================================== */

@media screen and (min-width: 768px) {
    .u-only_pc {
        display: block;
    }
    .u-only_sp {
        display: none;
    }
    /* ===================== common ===================== */
    .l-inner {
        width: 100%;
        margin: auto;
    }
    .l-inner_s {
        max-width: 900px;
        padding: 0 30px;
    }
    .l-inner_l {
        max-width: 1120px;
        padding: 0 30px;
    }
    .l-inner_m {
        max-width: 990px;
        padding: 0 30px;
    }
    .l-cont_l {
        max-width: 1010px;
        padding: 0 55px;
    }
}


/* ==========================================
     PC min
========================================== */

@media screen and (min-width: 1240px) {}

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

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

@media screen and (max-width: 1200px) and (min-width:1060px) {}


/* ==========================================
     Tab
========================================== */

@media screen and (max-width: 1059px) {
    body {
        min-width: inherit;
    }
    .l-inner {
        width: 100%;
    }
    .l-inner_l {
        width: 100%;
    }
    .l-inner_m {
        width: 90%;
    }
    .l-inner_s {
        width: 90%;
    }
    /*language*/
    .l-header_lang {
        font-size: 13px;
        font-size: 1.3rem;
        padding: 0;
        background-color: unset;
    }
    .l-header .l-flex {
        display: flex !important;
    }
    /* ===================== page ===================== */
    .u-only_utabNone {
        display: none;
    }
    /* .u-only_tab {
        display: block;
    } */
}


/* ==========================================
     SP
========================================== */

@media screen and (max-width: 767px) {
    body {
        min-width: inherit;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .u-only_pc {
        display: none;
    }
    .u-only_sp {
        display: block;
    }
    /* ===================== header ===================== */
    .l-header {
        padding-top: 3%;
    }
    .l-header_logo {
        /*    height: 49px;*/
        width: 130px;
        display: block;
    }
    .l-header_logo-2 {
        padding-top: 8px;
    }
    .l-header_txt {
        width: 120px;
        margin-top: 6px;
    }
    .l-header .l-header_inner {
        padding: 0 4%;
    }
    /* ===================== slick ===================== */
    /* ===================== common ===================== */
    .l-inner {
        width: 92%;
        margin: auto;
        height: 100%;
    }
    .l-inner_l {
        width: 94%;
    }
    .l-inner_m {
        width: 94%;
    }
    .l-inner_s {
        width: 94%;
    }
    .l-cont_block {
        margin-bottom: 48px;
    }
    .c-txt_mid {
        font-size: 16px;
        font-size: 1.6rem;
    }
    /* ===================== title ===================== */
    .c-ttl_main {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 8px;
    }
    /* ===================== page parts ===================== */
    .c-btn_view {
        width: 124px;
        height: 40px;
    }
    .c-btn_view a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(0, 93, 151, .65);
        width: 100%;
        height: 100%;
    }
    .c-btn_view a span {
        display: inline-block;
        width: 68px;
    }
    .c-btn_view a span img {
        width: 100%;
        height: auto;
    }
    /* SCROLL */
    .c-scroll {
        padding-bottom: 0;
        right: 4%;
    }
    .c-scroll p {
        display: inline-block;
        /* width: 64px; */
        width: 8.8px;
        margin-bottom: 4px;
    }
    .c-scroll .c-scroll_inner {
        height: 80px;
    }
    /* 背景拡大 */
    .contents.active.zoom::before {
        -webkit-animation: zoom 5s 1;
        animation: zoom 5s 1;
        animation-fill-mode: forwards;
    }
    @keyframes zoom {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.12);
            background-position: center;
        }
    }
    .contents.active.zoom02::before {
        -webkit-animation: zoom02 4.8s 1;
        animation: zoom02 4.8s 1;
        animation-fill-mode: forwards;
    }
    @keyframes zoom02 {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.08);
            background-position: bottom center;
        }
    }
    /* ===================== page parts ===================== */
    .first,
    .contents {
        height: 96vh;
    }
    .contents:last-child {
        /* height: 100vh; */
        height: 100vh;
        /* Fallback */
        height: calc(var(--vh, 1vh) * 100);
    }
    .contents .l-inner {
        min-height: 100vh;
        height: 100%;
    }
    .contents .l-inner_cont {
        height: 100%;
        min-height: 90vh;
        /* Fallback */
        /* min-height: calc(var(--vh, 1vh) * 100); */
        position: relative;
    }
    .sec01::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/sec01_sp.jpg);
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 10s;
    }
    .sec01.slide::before {
        background-position: bottom right;
        transition: all 10s;
    }
    .sec01 {
        width: 100%;
        height: 96vh;
        min-height: 96vh;
        /* Fallback */
        /* min-height: calc(var(--vh, 1vh) * 100); */
        position: relative;
    }
    .sec01 .l-inner {
        height: 92%;
        margin: auto;
        position: relative;
    }
    .sec01 .l-inner_cont {
        width: 92%;
        max-width: 100%;
        margin: auto;
        position: absolute;
        left: 50%;
        top: 12.4%;
        bottom: unset;
        transform: translateX(-50%);
    }
    .jp .sec01 .l-inner_cont {
        width: 92%;
        max-width: 100%;
    }
    .jp .sec01 .l-inner_cont_ttl {
        width: 100%;
        max-width: 100%;
        margin: auto;
        margin-bottom: 26px;
    }
    .l-inner_cont_ttl {
        margin-bottom: 28px;
    }
    .sec01 .l-inner_cont p {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .jp .sec01 .l-inner_cont p {
        font-size: 17px;
        font-size: 1.7rem;
        text-align: left;
        width: 81%;
    }
    .sec02 {
        width: 100%;
        min-height: unset;
        position: relative;
    }
    .sec02::before {
        background-image: url(../img/sec02_sp.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .sec02 .l-inner_cont {
        width: 100%;
        height: 100%;
        max-width: 100%;
        margin: auto;
        position: relative;
        left: unset;
        top: unset;
        padding-top: 12px;
    }
    .jp .sec02 .l-inner_cont {
        width: 100%;
        left: 0;
    }
    .sec02 .l-inner_cont_ttl {
        max-width: 285px;
        margin-bottom: 24px;
    }
    .jp .sec02 .l-inner_cont_ttl {
        max-width: 100%;
        width: 100%;
        margin-bottom: 24px;
    }
    .sec02 .l-inner_cont p {
        font-size: 18px;
        font-size: 1.8rem;
        color: #231815;
        margin-bottom: 0;
    }
    .sec02 .c-btn_view {
        /* position: absolute; */
        /* bottom: 100px;
        left: 6%; */
        margin-top: 30px;
    }
    .sec03 {
        width: 100%;
        min-height: unset;
        position: relative;
    }
    .sec03::before {
        background-image: url(../img/sec03_sp.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .sec03 .l-inner_cont {
        width: 100%;
        height: 100%;
        max-width: 100%;
        margin: auto;
        position: relative;
        left: unset;
        top: unset;
        padding-top: 22px;
    }
    .jp .sec03 .l-inner_cont {
        width: 100%;
        left: 0;
    }
    .sec03 .l-inner_cont_ttl {
        margin-bottom: 24px;
        max-width: 332px;
    }
    .jp .sec03 .l-inner_cont_ttl {
        max-width: 100%;
        width: 100%;
    }
    .sec03 .l-inner_cont p {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 0;
        color: #fff;
    }
    .sec03 .c-btn_view {
        position: absolute;
        bottom: 114px;
        left: 50%;
        transform: translateX(-50%);
    }
    .sec04 {
        width: 100%;
        min-height: unset;
        position: relative;
    }
    .sec04::before {
        background-image: url(../img/sec04_sp.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .sec04 .l-inner_cont {
        width: 100%;
        height: 100%;
        max-width: 100%;
        margin: auto;
        position: relative;
        left: unset;
        top: unset;
        padding-top: 22px;
    }
    .jp .sec04 .l-inner_cont {
        width: 100%;
        left: 0;
    }
    .jp .sec04 .l-inner_cont p {
        margin-bottom: 30px;
    }
    .sec04 .l-inner_cont_ttl {
        margin-bottom: 24px;
        max-width: 298px;
    }
    .jp .sec04 .l-inner_cont_ttl {
        max-width: 94%;
        width: 94%;
        margin-bottom: 24px;
    }
    .sec04 .l-inner_cont p {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 0;
    }
    .sec04 .c-btn_view {
        /* position: absolute;
        bottom: 114px;
        left: 50%;
        transform: translateX(-50%); */
        margin-top: 30px;
    }
    /* sec05 */
    .sec05 {
        width: 100%;
        min-height: unset;
        position: relative;
    }
    .sec05::before {
        background-image: url(../img/sec05_sp.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .sec05 .l-inner_cont {
        width: 100%;
        height: 100%;
        max-width: 100%;
        margin: auto;
        position: relative;
        left: unset;
        right: unset;
        top: unset;
        padding-top: 22px;
    }
    .jp .sec05 .l-inner_cont {
        width: 100%;
        left: 0;
    }
    .sec05 .l-inner_cont_ttl {
        margin-bottom: 24px;
        max-width: 298px;
    }
    .jp .sec05 .l-inner_cont_ttl {
        max-width: 94%;
        width: 94%;
        margin-bottom: 24px;
    }
    .sec05 .l-inner_cont p {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 0;
        position: absolute;
        bottom: 14.2%;
        color: #fff;
    }
    .en .sec05 .l-inner_cont p {
        bottom: 25%;
    }
    .jp .sec05 .l-inner_cont p {
        margin-bottom: 16px;
        bottom: 24%;
    }
    .sec05 .c-btn_view {
        margin-top: 0;
        position: absolute;
        bottom: 7.2%;
        left: 0;
    }
    .en .sec05 .c-btn_view {
        bottom: 14%;
    }
    .jp .sec05 .c-btn_view {
        bottom: 14%;
    }
}

@media screen and (max-width: 767px)and (min-width: 481px) {}


/* ==========================================
     SP min
========================================== */

@media screen and (max-width: 480px) {
    /* ===================== header ===================== */
}

@media screen and (max-width: 376px) {
    body {
        font-size: 13px;
        font-size: 1.3rem;
    }
    .c-txt_mid {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .jp .sec01 .l-inner_cont p {
        width: 87%;
    }
}


/* ==========================================
     SP - old iphone SE
========================================== */

@media screen and (max-width: 320px) {
    /* ===================== header ===================== */
    /* ===================== common ===================== */
    .sec02 .c-btn_view {
        position: absolute;
        bottom: 100px;
        left: 1%;
    }
    /* ===================== page ===================== */
}

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


/* ==========================================
     タブレット
========================================== */

.tab .u-only_tbsp {
    display: block;
}

.tab .u-only_pc {
    display: block;
}

.tab .sec01 .l-inner_cont {
    width: 64%;
    max-width: 703px;
    bottom: 40%;
}

.tab .sec03 .l-inner_cont {
    width: 48%;
    left: 3.8%;
}

.tab.jp .sec01 .l-inner_cont {
    width: 100%;
    max-width: 100%;
    bottom: 34%;
}

.tab.jp .sec01 .l-inner_cont_ttl {
    width: 80%;
}

.tab .sec02::before {
    background-image: url(../img/sec02_tab.jpg);
}

.tab .sec02 .l-inner_cont_ttl {
    margin-bottom: 46px;
}

.tab .sec02 .l-inner_cont p {
    color: #231815;
}

.tab .sec03::before {
    background-image: url(../img/sec03_tab.jpg);
}

.tab .sec03 .l-inner_cont_ttl {
    margin-bottom: 32px;
}

.tab .sec04.contents.zoom02::before {
    background-image: url(../img/sec04_tab.jpg);
}

.tab .sec05.contents.zoom::before {
    background-image: url(../img/sec05_tab.jpg);
}

.tab .sec05 .l-inner_cont {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: relative;
    right: unset;
    left: unset;
    bottom: unset;
    top: unset;
}

.tab .sec05 .u-only_pc {
    display: none;
}

.tab .sec05 .u-only_sp {
    display: block;
}

.tab .sec05::before {
    background-position: top left;
}

.tab .sec05 .l-inner_cont_ttl {
    width: 47%;
    margin-bottom: 0;
    position: absolute;
    right: 5%;
    top: 6%;
}

.tab .sec05 .l-inner_cont p {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 0;
    position: absolute;
    bottom: 30%;
    color: #fff;
    left: unset;
    right: 7%;
}

.tab .sec05 .c-btn_view {
    margin-top: 0;
    position: absolute;
    bottom: 22%;
    left: unset;
    right: 16.5%;
}

@media screen and (min-width: 768px) {
    .u-only_tabNone {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .u-only_tabNone {
        display: none;
    }
}

.tab .u-only_tabNone {
    display: none;
}

.tabYoko .sec02::before {
    background-image: url(../img/sec02_tabYoko.jpg);
    background-position: right;
}

.tabYoko .sec03::before {
    background-image: url(../img/sec03_tabYoko.jpg);
}

.tabYoko .sec04.contents.zoom02::before {
    background-image: url(../img/sec04_tabYoko.jpg);
}

.tabYoko .sec05.contents.zoom::before {
    background-image: url(../img/sec05_tabYoko.jpg);
}

@media screen and (min-width: 1651px) {
    .sec04.contents.zoom02::before {
        background-image: url(../img/sec04_wide.jpg);
    }
}

.tabYoko .sec05 .l-inner_cont {
    width: 53%;
    max-width: unset;
    position: absolute;
    right: 4.5%;
    top: 8%;
    left: unset!important;
}