@charset "utf-8";
/* CSS Document */
html, body {
    font-size: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Helvetica, HiraKakuProN-W3, 'メイリオ', Meiryo, sans-serif;
}
a:link {
    text-decoration: none;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:visited, a:active, a:hover {
    text-decoration: none;
    color: #fff;
}
p, ul li, ol li, table, dt, dd {
    font-size: 76%;
    line-height: 1.6em;
    text-align: left;
}
hr {
    margin: 100px 0;
}
img {
    max-width: 100%;
    height: auto;
}
.wrapper {
    animation: fadein 1.6s both;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.wrap, .contents {
    max-width: 1000px;
    margin: 0 auto;
}
.spacing {
    padding: 100px 0px;
}
.border {
    border-top: 1px solid #000;
}
header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9999;
}
h1 {
    width: 320px;
    height: 57px;
    margin: 30px auto 30px;
    z-index: 9999;
    animation: h1move 1.0s ease-in-out both;
    position: relative;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
    opacity: 0;
    top: 0px;
}
h1 a {
    width: 320px;
    height: 57px;
    display: block;
    background: url("../image/logo.svg");
    background-size: 320px 57px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media (max-width: 640px) {
    h1 {
        width: 210px;
        height: 37px;
        margin: 10px auto 30px;
    }
    h1 a {
        width: 210px;
        height: 37px;
        background-size: 210px 37px;
    }
}
h2 {
    margin: 150px 0px 0px;
    text-align: center;
    border-top: 1px solid #000;
    padding: 80px 0px;
}
h2 img {
    max-width: 740px;
}
@keyframes h1move {
    0% {
        top: 0px;
    }
    100% {
        opacity: 1.0;
        top: 20px;
    }
}
@media (max-width: 768px) {
    h2 {
        margin: 40px 3% 0px;
        text-align: center;
        border-top: 1px solid #000;
        padding: 40px 0px;
        width: 94%;
    }
}
.topwrap_cover {
    overflow: hidden;
    width: 100%;
    height: calc(100vh);
}
.topwrap {
    width: 100%;
    background-image: url("../image/top.jpg");
    height: calc(100vh);
    animation: bgFade 1.6s both;
    background-position: center center;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    background-size: cover;
    overflow: hidden;
}
@keyframes bgFade {
    0% {
        opacity: 0;
        transform: scale(1.2, 1.2);
    }
    30% {
        opacity: 1.0;
    }
    100% {
        transform: scale(1.0, 1.0);
    }
}
@media (max-width: 640px) {
    .topwrap {
        background-image: url("../image/top_sp.jpg");
    }
}
.topwrap img.txt {
    top: 70%;
    position: absolute;
    left: 0px;
    height: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translateY(-50%);
    animation: topwrapimgmove 1.6s both;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
}
@keyframes topwrapimgmove {
    0% {
        left: 0%;
        opacity: 0;
    }
    100% {
        opacity: 1.0;
        left: 4%
    }
}
@media (max-width: 768px) {
    .topwrap img.txt {
        width: 60px;
    }
}
.topwrap img.photo {
    bottom: 30px;
    position: absolute;
    right: 100px;
    width: 300px;
    -webkit-transform: translate(0%, -50%);
    transform: translateY(-50%);
    margin: auto;
    animation: photomove 1.6s both;
    -webkit-animation-delay: 4.0s;
    -moz-animation-delay: 4.0s;
    animation-delay: 4.0s;
}
@keyframes photomove {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}
@media (max-width: 768px) {
    .topwrap img.photo {
        width: 200px;
        bottom: 20px;
    }
}
.slide div {
    height: 100vh;
    display: block;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}
.slide div.carousel1 {
    background-image: url("../image/slide_1.jpg");
}
.slide div.carousel2 {
    background-image: url("../image/slide_2.jpg");
}
.slide div.carousel3 {
    background-image: url("../image/slide_3.jpg");
}
.slide .carousel::after {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    background-size: cover;
    left: 0px;
    top: 0;
}
.slide .carousel1::after {
    background-image: url("../image/text_value_01.png");
}
.slide .carousel2::after {
    background-image: url("../image/text_value_02.png");
}
.slide .carousel3::after {
    background-image: url("../image/text_value_03.png");
}
@media (max-width: 768px) {
    .slide .carousel::after {
        width: 200px;
        height: 200px;
    }
}
.slide .carousel img {
    position: absolute;
    bottom: 20px;
    max-width: 80%;
    left: 2%
}
.slide_wide_wrap {
    width: 100%;
    position: relative;
}
.slide_wide_wrap img.onlypc {
    bottom: 30px;
    position: absolute;
    right: 100px;
    width: 300px;
}
.slide_wide {
    width: 100%;
    height: 100vh;
}
@media (min-width: 640px) {
    .slide_wide {
        margin-bottom: 50px;
    }
}
.slide_wide .carousel {
    background-size: cover;
    height: 100vh;
}
.slide_wide .carousel img {
    display: none;
}
.slide_wide .carousel1 {
    background: url("../image/value_1.jpg") center center no-repeat;
}
.slide_wide .carousel2 {
    background: url("../image/value_1_2.jpg") center center no-repeat;
}
.slide_wide .carousel3 {
    background: url("../image/value_1_3.jpg") center center no-repeat;
}
.slide_wide .carousel4 {
    background: url("../image/value_1_4.jpg") center center no-repeat;
}
@media (max-width: 640px) {
    .slide_wide, .slide_wide .carousel {
        height: auto !important;
    }
    .slide_wide .carousel1 {
        background: none !important;
    }
    .slide_wide .carousel img {
        display: block;
    }
}
.value {
    padding: 350px 0px;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 150px;
}
.value img {
    bottom: 30px;
    position: absolute;
    right: 100px;
    width: 300px;
    -webkit-transform: translate(0%, -50%);
    transform: translateY(-50%);
    filter: drop-shadow(3px 3px 5px #000);
}
.value1 {
    background-image: url("../image/value_1.jpg");
}
.value2 {
    background-image: url("../image/value_2.jpg");
}
.value3 {
    background-image: url("../image/value_3.jpg");
}
.FU {
    opacity: 0;
}
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    -webkit-animation-delay: 1.0s;
    -moz-animation-delay: 1.0s;
    animation-delay: 1.0s;
}
@keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.video {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
}
.grey {
    background: #c9caca;
    margin: 50px 0px 0px;
    padding: 50px 0px;
    position: relative;
}
.btn_arrow {
    width: 350px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
@media (max-width: 768px) {
    .btn_arrow {
        padding-left: 0px;
        width: 96%;
    }
}
.btn_arrow a::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    background: #000;
    bottom: 0;
    left: 0px;
    transition: 0.3s;
    transform-origin: right bottom;
}
.btn_arrow:hover a::before {
    transform: scale(0, 1);
}
.btn_arrow a::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    background: #000;
    bottom: 0;
    left: 0px;
    transform: scale(0, 1);
    transition: 0.3s;
    transform-origin: left bottom;
    transition-delay: 350ms;
}
.btn_arrow:hover a::after {
    transform: scale(1, 1);
}
.btn_arrow a {
    width: 370px;
    position: relative;
    display: block;
    overflow: hidden;
}
.btn_arrow a img {
    position: relative;
    top: 0;
    left: -12%;
    transition: 0.3s;
}
@media (max-width: 768px) {
    .btn_arrow a img {
        position: relative;
        top: 0;
        left: 0%;
        transition: 0.3s;
    }
}
.btn_arrow a:hover img {
    transform: translate(12%, 0%);
}
a.btn {
    border: 1px solid #000;
    padding: 2px 5px;
    width: 160px;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a.btn:hover {
    background: #000;
}
a.btn:hover img {
    filter: brightness(0) invert(1);
}
.instagram {
    background: url("../image/instagram.jpg") center center no-repeat #d9dce1;
    background-size: auto 100%;
    padding: 200px 0px;
    text-align: center;
}
@media (max-width: 768px) {
    .instagram {
        background: url("../image/instagram_sp.jpg") center center no-repeat;
        background-size: cover;
        padding: 40px 0px 500px;
        text-align: center;
    }
}
.instagram img {
    max-width: 400px;
}
@media (max-width: 768px) {
    .instagram img {
        max-width: 200px;
    }
}
.txleft {
    text-align: left;
}
.txright {
    text-align: right;
}
.txcenter {
    text-align: center;
}
.floatbox {
    width: 70%;
    margin: 0px auto;
}
.flexbox {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.flex-start {
    align-items: flex-start !important;
}
.flexbox .box33 {
    width: 33%;
}
.flexbox .box20 {
    width: 20%;
}
.flexbox .box25 {
    width: 25%;
}
.flexbox .box30 {
    width: 30%;
}
.flexbox .box33 {
    width: 33.333%;
}
.flexbox .box40 {
    width: 40%;
}
.flexbox .box50 {
    width: 50%;
}
.flexbox .box60 {
    width: 60%;
}
.flexbox .box70 {
    width: 70%;
}
.flexbox .box75 {
    width: 75%;
}
.flexbox .box80 {
    width: 80%;
}
.flexbox .box {
    box-sizing: border-box;
    position: relative;
}
footer {
    overflow: hidden;
    padding: 50px 0px;
    text-align: center;
}
footer .wrap {
    padding: 30px 0px;
}
footer a.btn {
    margin: 0 auto;
}
footer h3 {
    width: 360px;
    height: 317px;
    margin: 0 auto 20px;
}
footer h3 a {
    width: 360px;
    height: 317px;
    display: block;
    background: url("../image/footer_h3_2n.svg");
    background-size: 360px 317px;
    background-position: left;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media (max-width: 768px) {
    footer h3 {
        width: 200px;
        height: 176px;
        margin: 0 auto 20px;
    }
    footer h3 a {
        width: 200px;
        height: 176px;
        display: block;
        background: url("../image/footer_h3_2n.svg");
        background-size: 200px 176px;
        background-position: left;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
}
a.insta_link img {
    width: 40px;
    height: auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a.insta_link {
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px auto 30px;
    border-radius: 20px;
}
a.insta_link:hover {
    background: #000;
}
a.insta_link:hover img {
    filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
    .onlypc {
        display: none !important;
    }
    footer h3 {
        position: relative;
        margin: 0 auto;
    }
    #navTgl {
        display: none;
    }
    label.close {
        background-color: rgba(0, 0, 0, 0);
    }
    label.open, label.close {
        cursor: pointer;
        position: fixed;
        top: 0;
        right: 0;
    }
    .floatbox {
        width: 94%;
        padding: 0 3%;
    }
    .contents, .flexbox {
        width: 94%;
        box-sizing: border-box;
    }
    footer .box {
        width: 100% !important;
    }
    footer .box p {
        text-align: center;
    }
    footer ul {
        float: none;
        margin: 0px auto;
        max-width: 90%;
    }
}
@media (max-width: 768px) {
    .spbox100 {
        width: 96% !important;
        margin: 0 2%;
        margin-bottom: 20px;
    }
    .floatbox {
        width: 94%;
        margin: 0 3%;
        padding: 0;
    }
    .floatbox img {
        margin: 0;
        padding: 0;
    }
    .spbox50 {
        width: 48% !important;
        margin: 10px 1%;
    }
}
@media (min-width: 768px) {
    .onlysp {
        display: none;
    }
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
.copy {
    max-width: 400px;
}
@media (max-width: 768px) {
    .copy {
        max-width: 300px;
    }
}
.elk {
    max-width: 400px;
}