@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
}

li {
    list-style-type: none;
}

a {
    color: #000;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: none;
}


/* 1200px 中央寄せ ******************************************************/

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
    padding: 90px 0 0 0;
}


/* 文字・見出し ******************************************************/

h1,
h2,
h3,
h4,
p,
span,
div {
    color: #3e3a39;
}

p {
    font-size: 16px;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.right {
    text-align: right;
}

.text--blue {
    color: #234c82;
    font-weight: 500;
}

.text--white {
    color: #f9f9f9;
}

.title {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.title h2 {
    font-weight: 400;
}

.title__bottom {
    font-size: 18px;
    font-weight: 400;
}

.title__top--a {
    font-size: 50px;
    line-height: 50px;
}

.title__top--b {
    font-size: 40px;
}

.sub-title--a {
    font-size: 20px;
}

.sub-title--b {
    font-size: 28px;
}


/* 余白 ******************************************************/

.mt-20 {
    margin-top: 20px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-140 {
    margin-top: 140px;
}

.mb-140 {
    margin-bottom: 140px;
}

.px-50 {
    padding-right: 80px;
    padding-left: 80px;
}

.p-5 {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 7px;
}


/* ↓↓↓↓↓ 425px以下に設定している（余白揃える用）↓↓↓↓ */


/* .p-5--sp {
    padding-left: 5%;
    padding-right: 5%;
} */


/* ボタン ******************************************************/


/* ヘッダーのお問い合わせボタン */

.btn--a {
    color: #000;
    border-bottom: solid 2px #838383;
    position: relative;
    font-size: 24px;
}


/* 枠線の部分 */

.btn--1 {
    transform: rotate(-45deg);
    /* 左上 */
    left: -14px;
}

.btn--2 {
    transform: rotate(45deg);
    /* 右上 */
    right: -14px;
}

.btn--3 {
    transform: rotate(45deg);
    /* 左下 */
    left: -13px;
}

.btn--4 {
    transform: rotate(-45deg);
    /* 右下 */
    right: -13px;
}

.btn--1,
.btn--2 {
    width: 39px;
    height: 55px;
    position: absolute;
    top: 5px;
    transform-origin: center;
}

.btn--3,
.btn--4 {
    width: 38px;
    height: 55px;
    position: absolute;
    bottom: 4px;
    transform-origin: center;
}

.btn {
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
}

.btn:hover {
    letter-spacing: 2px;
    right: -5%;
}


/* ヘッダー ******************************************************/

.headerContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
    width: 80%;
}

.logo {
    width: 170px;
    padding-top: 10%;
}


/* ナビゲーション ******************************************************/

.menuTrigger {
    display: none;
}

#globalNavi ul.globalNaviMenu {
    font-size: 18px;
    display: flex;
}

#globalNavi ul li {
    margin-right: 30px;
}

#globalNavi li a {
    padding: 10px;
    text-decoration: none;
    line-height: 70px;
    position: relative;
}

#globalNavi li :hover,
#globalNavi ul li:hover>a {
    opacity: .7;
}


/* フッター ******************************************************/


/* top */

.footer__top {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #234c82;
    padding: 70px 50px;
    /* margin: 140px auto; */
}

.slash {
    border-bottom: 1px solid #234c82;
    width: 100px;
    transform: rotate(118.61deg);
    margin: 0 40px;
}

.footer__top--tel {
    display: inline-block;
    font-size: 28px;
}


/* middle */

.footer__middle {
    width: 100%;
}

.footer__middle iframe {
    height: 450px;
}

iframe {
    vertical-align: bottom;
}


/* bottom */

.footer__bottom {
    padding: 70px 0 24px 0;
    background-color: #fff;
    text-align: center;
}

.footer__bottom--nav {
    font-size: 15px;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #d9dada;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.footer__bottom--nav li a {
    color: #666;
}

.footer__bottom--nav li a:hover {
    opacity: .7;
}

.footer__bottom--logo {
    width: 170px;
}

.footer__boxs {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 35px; */
}

.footer__box--left {
    text-align: left;
    width: 25%;
}

.footer__box--right {
    width: 25%;
}

.copy-right {
    font-size: 12px;
}


/* メインビジュアル ******************************************************/

.main {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    position: relative;
}

.main__img {
    width: 70%;
    margin: 0 auto;
    display: block;
}

@keyframes down {
    5% {
        transform: translateX(0);
    }
    100% {
        transform: translatey(30px);
    }
}

.scroll {
    animation: down 2s .3s ease-in-out infinite alternate;
    position: absolute;
    bottom: 133px;
    right: 15.5rem;
    z-index: 100;
    pointer-events: none;
    opacity: 0.8;
}

.scroll p {
    writing-mode: vertical-rl;
    color: #838383;
}

.scroll_arrow {
    position: absolute;
    top: 0.25rem;
    left: -0.5rem;
    /* width: 100px; */
    height: 7rem;
    border: 0.8px solid #838383;
}

.scroll_arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: -1px;
    width: 1px;
    height: 10px;
    border-top: 20px solid #838383;
    border-right: 10px solid transparent;
}


/* サブ アイキャッチ画像 ******************************************************/

.sub__img {
    height: 210px;
    width: 100%;
    object-fit: cover;
}


/* Concept ******************************************************/

.concept {
    box-shadow: 0px 3px 16px 0 rgba(181, 181, 181, .5);
    padding: 60px 0 0 0;
}

.wrapper h2 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.concept_item h3 {
    font-size: 24px;
    margin: 0 0 30px 0;
    text-align: center;
    color: #838383;
}

.concept_item p span {
    font-size: 24px;
    padding-right: 10px;
    color: #b9a978;
}

.concept_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.concept_item {
    width: 50%;
    margin: 0 auto;
    padding: 0 100px 60px 100px;
}


/* Designers ******************************************************/


/*ボタン*/

.btn-flat-simple {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 4.5em;
    text-decoration: none;
    color: #838383;
    background: #fff;
    transition: .6s;
    border: 1px solid #dddddd;
}

.btn-flat-simple:hover {
    background: #b9a978;
    color: white;
    border: 1px solid #fff;
}

.designer h3 {
    font-size: 35px;
    margin-bottom: 18px;
}

.staff {
    text-align: center;
    width: 33%;
    margin: 0 auto;
}

.staff p {
    color: #838383;
}

.designer {
    padding-top: 60px;
    display: flex;
    width: 70%;
    margin: 0 auto;
}


/* Menu ******************************************************/

.wrapper_bg {
    margin-top: 90px;
    padding-bottom: 90px;
    background-image: url("../img/bg_stone.jpg");
    background-repeat: repeat;
    background-size: cover;
}

.menu_contents {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 30px 0 30px 0;
}

.price {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.price td {
    padding: 5px;
}

.price td:nth-child(2) {
    text-align: right;
}

.menu_list {
    width: 33%;
    padding: 0 30px 0 30px;
}


/* Access ******************************************************/

.access_contents {
    display: flex;
    width: 70%;
    margin: 0 auto;
    align-items: center;
    padding-bottom: 90px;
}

.access_contents h2 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: left !important;
}

.access_address {
    width: 50%;
}

.access_image {
    width: 50%;
    text-align: center;
}

.access_image img {
    width: 100%;
}

.access_list {
    padding-bottom: 40px;
}

.access_list h3 {
    font-size: 22px;
}


/* Reserve
******************************************************/

.reserve_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 2.25em 8.5em;
    text-decoration: none;
    color: #838383;
    background: #fff;
    transition: .6s;
    border: 10px double #dddddd;
    font-size: 25px;
}

.reserve_btn:hover {
    background: #b9a978;
    color: white;
}

.wrapper_bg_gr {
    background-color: #efefef;
    padding-bottom: 90px;
}

.reserve_text {
    text-align: center;
}

.reserve_text span {
    font-size: 16px;
    color: #da3645;
}

.reserve_text a :hover {
    transition: .4s;
    opacity: 0.5;
}

.reserve_contents {
    text-align: center;
    padding-bottom: 10px;
}


/* policy
******************************************************/

.wrapper h4 {
    font-size: 18px;
    color: #838383;
    text-align: center;
    margin-bottom: 60px;
}

.cancellationpolicy h2 {
    margin-bottom: 0;
}

.policy {
    border: 1px solid #da3645;
    padding: 4.25em 5.5em;
    margin-bottom: 60px;
}

.policy_text span {
    font-size: 20px;
    color: #da3645;
}

.policy_sub {
    text-align: center;
    margin-bottom: 100px;
}

.policy_text p {
    font-size: 20px;
    text-indent: -1em;
    padding-left: 2em;
}

.policy_text {
    margin-bottom: 20px;
}

.policy_text:last-child {
    margin-bottom: 0;
}

.fa-brands,
.fab {
    margin-top: 30px;
}

.fa-brands:hover {
    transition: .4s;
    opacity: 0.5;
}


/* Gallery
******************************************************/

.wrap {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
}

.item {
    padding: 0 5px 0 5px;
    width: 33%;
    background-color: #fff;
    position: relative;
}

.item img {
    max-width: 100%;
    height: auto;
}

.item h2 {
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.item:nth-child(n+4) {
    margin-top: 5px;
}

.gallery-sp {
    display: none;
}

@media not all and (min-width: 768px) {
    .item {
        width: 100%;
    }
    .item:not(:nth-child(3n+3)) {
        margin-right: 0;
    }
    .item:nth-child(n+2) {
        margin-top: 30px;
    }
}

@media screen and (max-width:1100px) {
    .wrapper {
        padding: 50px 0 0 0;
    }
    /* メインビジュアル(1100px以下)-------------------------------------------*/
    .main__img {
        width: 95%;
    }
    .scroll {
        bottom: 100px;
        right: 2.5rem;
    }
    /* ハンバーガー(1100px以下)-------------------------------------------*/
    .menuTrigger {
        display: block;
        height: 50px;
        width: 60px;
        text-align: center;
        position: fixed;
        z-index: 5000;
        top: 10px;
        right: 0;
    }
    .menuTrigger:hover {
        cursor: pointer;
    }
    .menuTrigger.opened span {
        background-color: #838383;
    }
    .menuTrigger span {
        width: 35px;
        height: 2px;
        display: block;
        position: absolute;
        left: 22%;
        top: 45%;
        background-color: #838383;
    }
    .menuTrigger span {
        transition: all 0.3s;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    .menuTrigger span.top {
        transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
    }
    .menuTrigger span.bottom {
        transform: translateY(8px);
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
    }
    .menuTrigger:hover span.top {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
    }
    .menuTrigger:hover span.bottom {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
    }
    .menuTrigger.opened span.middle {
        background: rgba(255, 255, 255, 0);
        transform: translateX(30px);
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
    }
    .menuTrigger.opened span.top {
        transform: rotate(-45deg) translateY(0px);
        -webkit-transform: rotate(-45deg) translateY(0px);
        -moz-transform: rotate(-45deg) translateY(0px);
    }
    .menuTrigger.opened span.bottom {
        transform: rotate(45deg) translateY(0px);
        -webkit-transform: rotate(45deg) translateY(0px);
        -moz-transform: rotate(45deg) translateY(0px);
    }
    /* ナビゲーション(1100px以下)-------------------------------------------*/
    #globalNavi {
        position: fixed;
        width: 100%;
        height: 100%;
        padding-top: 170px;
        top: 0px;
        left: 0;
        overflow: auto;
        z-index: 3000;
        background-color: #f5f5f5;
        opacity: 0.95;
        filter: alpha(opacity=95);
        -ms-filter: "alpha( opacity=95 )";
        display: none;
    }
    #globalNavi ul.globalNaviMenu {
        display: block;
        margin: 0px;
        padding: 0px;
        width: 90%;
        margin: 0 5%;
    }
    #globalNavi ul li a {
        color: #838383;
        text-decoration: none;
        display: block;
        padding-top: 16px;
        padding-right: 30px;
        padding-bottom: 14px;
        padding-left: 30px;
        border-bottom: solid 1px #f5f5f5;
        line-height: 22px;
        position: relative;
    }
    #globalNavi ul li a::before,
    .gnm_contact a::before {
        position: absolute;
        content: "";
        display: block;
        width: 5px;
        height: 1px;
        background: #838383;
    }
    #globalNavi ul li a::before {
        top: 25px;
        left: 5px;
    }
    .gnm_contact a::before {
        top: 10px;
        left: 5px;
    }
    #globalNavi ul li a:hover {
        border-bottom: solid 1px #ffffff3b;
        background-color: #838383;
        color: #fff;
        opacity: 0.3;
    }
    .fixed {
        overflow: hidden;
    }
    .headerContent {
        margin: 30px;
    }
    /* ボタン(1100px以下) ******************************************************/
    .btn--a {
        background-color: transparent;
    }
    .btn--a:before {
        border: none;
    }
    .btn--a:after {
        border: none;
    }
    /* Concept (1100px以下)******************************************************/
    .concept {
        margin: 25px 0;
    }
    .concept_item {
        padding: 0 30px 60px 30px;
    }
    /* Menu(1100px以下)******************************************************/
    .menu_list {
        padding: 0 25px 0 25px;
    }
    /* Access(1100px以下)******************************************************/
    .access_contents {
        width: 85%;
        padding-top: 30px;
        padding-bottom: 70px;
    }
    /* Reserve(1100px以下)******************************************************/
}

@media screen and (max-width: 768px) {
    /* 文字・見出し(768px以下) ******************************************************/
    .title__bottom {
        font-size: 16px;
    }
    .title__top--a {
        font-size: 35px;
        line-height: 36px;
    }
    .title__top--b {
        font-size: 30px;
    }
    .sub-title--a {
        font-size: 18px;
    }
    .sub-title--b {
        font-size: 23px;
    }
    /* 余白(768px以下) ******************************************************/
    .mt-20 {
        margin-top: 20px;
    }
    .mt-35 {
        margin-top: 20px;
    }
    .mt-70 {
        margin-top: 35px;
    }
    .mb-70 {
        margin-bottom: 35px;
    }
    .mt-140 {
        margin-top: 60px;
    }
    .mb-140 {
        margin-bottom: 60px;
    }
    /* ボタン(768px以下) ******************************************************/
    .btn {
        font-size: 16px;
        text-align: center;
    }
    /* 枠線の部分 */
    .btn--b,
    .btn--c {
        width: 180px;
        height: 40px;
    }
    .btn--b1,
    .btn--b2,
    .btn--c1,
    .btn--c2 {
        width: 28px;
        top: 1px;
    }
    .btn--b3,
    .btn--b4,
    .btn--c3,
    .btn--c4 {
        width: 27px;
        height: 40px;
        bottom: 3px;
    }
    .btn--1 {
        left: -5px;
    }
    .btn--2 {
        right: -5px;
    }
    .btn--3 {
        left: -9px;
    }
    .btn--4 {
        right: -9px;
    }
    a.btn--color-b,
    a.btn--color-c {
        padding: 7px 33px;
    }
    /* フッター(768px以下) ******************************************************/
    /* top */
    .footer__top--tel {
        display: inline-block;
        font-size: 20px;
    }
    .slash {
        width: 100px;
    }
    /* middle */
    .footer__middle iframe {
        height: 300px;
    }
    /* bottom */
    .footer__bottom {
        padding-left: 3%;
        padding-right: 3%;
        text-align: center;
    }
    .footer__bottom--nav {
        display: block;
        padding-bottom: 20px;
    }
    .footer__bottom--nav li {
        padding: 8px 0;
    }
    .footer__boxs {
        display: block;
    }
    .footer__box--left {
        width: 100%;
    }
    .footer__box--right {
        margin-top: 20px;
        width: 100%;
    }
    /* メインビジュアル(768px以下) ******************************************************/
    .main__img {
        width: 100%;
    }
    .catch-copy {
        bottom: 16%;
        left: 2%;
    }
    .catch-copy--top {
        font-size: 20px;
    }
    .catch-copy--middle {
        font-size: 35px;
    }
    .catch-copy--bottom {
        font-size: 16px;
    }
    .scroll {
        display: none;
    }
    /* ロゴ(768px以下) ******************************************************/
    .headerContent {
        margin: 15px;
    }
    /* Menu(768px以下) ******************************************************/
    .menu_list {
        padding: 0 5px 0 5px;
    }
    /* Access(768px以下)******************************************************/
    .access_contents {
        display: block;
        width: 70%;
        padding-top: 15px;
    }
    .access_image {
        width: 100%;
    }
    .access_address {
        width: 100%;
    }
    /* policy(768px以下)******************************************************/
    .policy {
        padding: 4.25em 1.5em;
    }
    /* Gallery(768px以下)******************************************************/
    .wrap {
        width: 90%;
    }
}

@media screen and (max-width: 450px) {
    .wrapper {
        padding: 25px 0 0 0;
    }
    /* 文字・見出し(450px以下) ******************************************************/
    .line--white {
        margin: 0;
    }
    .title__top--b {
        font-size: 25px;
    }
    /* 余白(450px以下) ******************************************************/
    .mt-35 {
        margin-top: 17px;
    }
    .mt-70 {
        margin-top: 25px;
    }
    .mt-140 {
        margin-top: 30px;
    }
    .px-50 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .p-5 {
        padding-left: 2%;
        padding-right: 2%;
        /* padding-bottom: 7px; */
    }
    .p-5--sp {
        padding-left: 2%;
        padding-right: 2%;
    }
    /*ハンバーガー(450px以下) ******************************************************/
    .menuTrigger {
        top: 0px;
    }
    /*ヘッダー(450px以下) ******************************************************/
    .logo {
        width: 120px;
    }
    .headerContent {
        margin: 15px;
        padding-left: 0;
    }
    /*フッター(450px以下) ******************************************************/
    /* top */
    .footer__top {
        display: block;
        padding: 40px 50px;
    }
    .slash {
        width: 68px;
        transform: rotate(154.61deg);
        margin: 34px 11px;
    }
    /* top */
    .footer__bottom {
        padding: 35px 25px 10px 25px;
    }
    /* メインビジュアル(450px以下) ******************************************************/
    .catch-copy {
        /* bottom: 64%; */
        top: 12%;
        left: 5%;
    }
    .catch-copy--top {
        font-size: 20px;
    }
    .catch-copy--middle {
        font-size: 30px;
    }
    .catch-copy--bottom {
        font-size: 13px;
    }
    /* Concept (450px以下) ******************************************************/
    .concept {
        padding: 35px 0 0 0;
    }
    .concept_content {
        display: block;
    }
    .concept_item {
        padding: 0 30px 35px 30px;
        width: 100%;
    }
    .concept_item h3 {
        margin: 0 0 15px 0;
    }
    /* Dsigners (450px以下) ******************************************************/
    .designer {
        padding-top: 0px;
        display: block;
        width: 100%;
    }
    .staff {
        width: 85%;
        padding-bottom: 30px;
    }
    .staff p {
        text-align: left;
    }
    .designer h3 {
        font-size: 24px;
        text-align: left;
    }
    .btn-flat-simple {
        padding: 0.25em 7.3em;
    }
    /* Menu(450px以下) ******************************************************/
    .wrapper_bg {
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .menu_contents {
        display: block;
        width: 96%;
        padding: 20px;
    }
    .price {
        margin-bottom: 20px;
    }
    .menu_list {
        width: 100%;
    }
    .price td {
        padding: 3px;
    }
    /* Access(450px以下)******************************************************/
    .access_contents {
        width: 98%;
        padding-top: 3px;
        padding-bottom: 40px;
    }
    .access_list {
        padding-bottom: 20px;
    }
    /* Reserve(450px以下)******************************************************/
    .reserve_btn {
        padding: 1.25em 4.0em;
        font-size: 20px;
    }
    .wrapper_bg_gr {
        padding-bottom: 30px;
    }
    /* policy(450px以下)******************************************************/
    .wrapper h4 {
        margin-bottom: 30px;
    }
    .policy_text p {
        padding-left: 0;
    }
    .policy {
        margin-bottom: 30px;
    }
    .policy_sub {
        margin-bottom: 45px;
    }
    .footer__bottom--logo {
        width: 100px;
    }
    /*サブページ画像*/
    .sub__img {
        height: 100px;
        width: 100%;
        object-fit: cover;
    }
    .fa-brands,
    .fab {
        margin-top: 18px;
    }
    /* Gallery(450px以下)******************************************************/
    .wrap {
        width: 100%;
    }
    .item {
        width: 50%;
    }
    .item:nth-child(n+2) {
        margin-top: 0px;
    }
    .gallery-sp {
        display: block;
    }
    .gallery-pc {
        display: none;
    }
}


/* ----------アニメーション---------- */


/*ローディングアニメーション*/

.start {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
}

.start img {
    max-width: 100%;
    height: auto;
    display: block;
}

.start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 280px;
}


/*下からフェードイン*/

.slide-bottom {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.3s 0s ease-out;
}


/*メインビジュアル*/

.slide-bottom-0 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 3.3s 0s ease-out;
}


/*時差*/

.slide-bottom-01 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.3s .5s ease-out;
}

.slide-bottom-02 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.3s 1s ease-out;
}

.slide-bottom-03 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.3s 1.3s ease-out;
}

.slide-bottom-04 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.3s 1.5s ease-out;
}


/* 左からフェードイン */

.slide-left {
    opacity: 0;
    transform: translate(-20px, 0);
    transition: all 1s 0s ease-out;
}


/*時差*/

.slide-left-01 {
    opacity: 0;
    transform: translate(-20px, 0);
    transition: all 1s .5s ease-out;
}

.slide-left-02 {
    opacity: 0;
    transform: translate(-20px, 0);
    transition: all 1s 1s ease-out;
}

.slide-left-03 {
    opacity: 0;
    transform: translate(-20px, 0);
    transition: all 1s 2.0s ease-out;
}


/* 右からフェードイン */

.slide-right {
    opacity: 0;
    transform: translate(20px, 0);
    transition: all 1s ease-out;
}

@keyframes fadein-bottom {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}