/*共通部分css*/
.pc {
    display: block;
}

.sp {
    display: none;
}

.contents-wrap {
    width: 100%;
}

.share-sns-column {
    background-color: #fff;
    padding: 88px 0 80px;
}

.menu-column {
    margin-top: 0px;
}

.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
}

area {
    border: none;
    outline: none;
}

/*スクロールバー*/


/* TOPアニメーション部分css*/
div.illustration_top {
    position: relative;
    width: 100%;
    height: 130px;
    background-image: url(../images/holidaymenu_top_illustration_star.gif);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 70%;
}

div.illustration_top img {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

div.main_title_wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    margin: 0px auto 0px;
    padding-top: 110px;
}

div.main_title_wrap div.title img {
    display: block;
    margin: 0 auto;
}

.title_container {
    width: 100%;
    max-width: 804px;
    height: auto;
    margin: 0 auto;
    padding: 40px 0;
}

.container_box {
    width: 100%;
    height: auto;
    margin: 0 0 2% 0;
    overflow: hidden;
}

.container_box .boxInner {
    width: inherit;
    height: inherit;
    line-height: 200px;
    font-size: 1.5em;
    text-align: center;
    color: #555;
    opacity: 0;
}

.isPlay {
    animation-name: play;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    position: relative;
    opacity: 0;
}

.isPlay:before {
    animation-name: maskOut;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.isPlay_opacity {
    animation: isPlayOpacty 5s ease forwards;
}

div.main_title_wrap p.copy {
    font-size: 2.1rem;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

div.main_title_wrap img.logo {
    position: absolute;
    top: -40px;
    left: 30px;
}

div.main_title_wrap div.title,
div.main_title_wrap p.copy,
div.main_title_wrap btn {
    position: relative;
    z-index: 2;
}

div.main_title_wrap div.illust01,
div.main_title_wrap div.illust02,
div.main_title_wrap div.illust03 {
    z-index: 1;
}

div.main_title_wrap div.illust01 {
    position: absolute;
    top: 14.5%;
    right: -10%;
    animation: fuwafuwa 3s ease infinite;
}

div.main_title_wrap div.illust02 {
    position: absolute;
    top: 27.5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

div.main_title_wrap div.illust03 {
    position: absolute;
    bottom: 30%;
    left: -10%;
    animation: fuwafuwa 3s ease infinite;
}

div.main_title_wrap div.btn {
    display: flex;
    margin: 80px auto 0px;
}

div.main_title_wrap a {
    width: 100%;
    max-width: 470px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 0.2rem;
    padding: 10px;
    border-radius: 30px;
    text-decoration: none;
    background-image: url(../images/holidaymenu_btn_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center right 40px;
    background-size: 3%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
    transition: 0.7s;
}

div.main_title_wrap a.restaurant {
    background-color: #455194;
    margin-right: 30px;
}

div.main_title_wrap a.cafe {
    background-color: #cf4d69;
}

.btnBox a:hover{
    opacity: 0.3;
}
a.js-modal-close::after{
  position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)
}
.wrapClose{
    cursor: pointer;
    width: 24px;
    height: 24px;
}


/* レストラン部分css */

section.main-wrap {
    padding-top: 20px;
    padding-bottom: 80px;
    background-image: url(../images/holidaymenu_restaurant_illustration_star_left_pink.gif),
        url(../images/holidaymenu_restaurant_illustration_star_right_pink.gif);
    background-repeat: repeat-y, repeat-y;
    background-position: top 2% left, top 2% right;
}

section.main-wrap h2 img {
    display: block;
    margin: 0 auto;
}

section.main-wrap p {
    max-width: 1020px;
    margin: 0 auto 50px auto;
    font-size: 2.1rem;
    text-align: center;
    color: #fff;
}

section.main-wrap .mainBox {
    text-align: center;
}

section.main-wrap .btnBox {
    text-align: center;
}

section.main-wrap .btnBox a {
    width: 95%;
    max-width: 650px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 2.1rem;
    letter-spacing: 0.2rem;
    padding: 20px;
    border-radius: 40px;
    text-decoration: none;
    background-image: url(../images/holidaymenu_btn_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center right 40px;
    background-size: 2%;
    background-color: #cf4d69;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
    transition: 0.7s;
}
section.main-wrap .btnBox a:hover {
        opacity: 0.3;
}

div.restaurant_brand {
    position: relative;
}

div.restaurant_brand div.holidaymenu_illust01,
div.restaurant_brand div.holidaymenu_illust02 {
    z-index: 1;
}

div.restaurant_brand div.holidaymenu_illust01 {
    position: absolute;
    bottom: -180px;
    left: 30%;
    transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
}

div.restaurant_brand div.holidaymenu_illust02 {
    position: absolute;
    bottom: -50px;
    right: 20px;
    animation: swing 3s ease infinite;
}

div.restaurant_brand_wrap {
    width: 100%;
    max-width: 1020px;
    margin: 50px auto 300px;
    position: relative;
    z-index: 2;
}

div.restaurant_brand:last-child div.restaurant_brand_wrap {
    margin: 50px auto 0px;
}

section.restaurant div.restaurant_brand_wrap img {
    display: block;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

section.restaurant a {
    width: 100%;
    max-width: 470px;
    display: block;
    color: #263486;
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 0.2rem;
    padding: 10px;
    margin: 50px auto 0px;
    border-radius: 30px;
    text-decoration: none;
    background-color: #fff;
    background-image: url(../images/holidaymenu_btn_arrow_right_blue.svg);
    background-repeat: no-repeat;
    background-position: center right 40px;
    background-size: 3%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
    transition: 0.7s;
}


/* カフェ部分css */
div.bg_wave {
    width: 100%;
    height: 124px;
    background-image: url(../images/holidaymenu_cafe_bg_wave.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    margin-top: -60px;
}

section.cafe {
    padding-top: 150px;
    padding-bottom: 80px;
    background-image: url(../images/holidaymenu_restaurant_illustration_star_top_pink.gif), url(../images/holidaymenu_restaurant_illustration_star_left_pink.gif),
        url(../images/holidaymenu_restaurant_illustration_star_right_pink.gif);
    background-repeat: no-repeat, repeat-y, repeat-y;
    background-position: top 150px center, top 2% left, top 2% right;
    position: relative;
}

section.cafe div.cafe_wrap {
    position: relative;
}

section.cafe h2 img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

section.cafe p {
    max-width: 1020px;
    margin: 0 auto;
    font-size: 2.1rem;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

section.cafe a {
    width: 100%;
    max-width: 470px;
    display: block;
    color: #cf4d69;
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 0.2rem;
    padding: 10px;
    margin: 50px auto 0px;
    border-radius: 30px;
    text-decoration: none;
    background-color: #fff;
    background-image: url(../images/holidaymenu_btn_arrow_right_red.svg);
    background-repeat: no-repeat;
    background-position: center right 40px;
    background-size: 3%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
    transition: 0.7s;
}

section.cafe div.holidaymenu_illust01 {
    right: 0%;
    left: inherit;
}

section.cafe div.holidaymenu_illust03 {
    position: absolute;
    top: -125px;
    left: 50px;
    z-index: 1;
}

section.cafe div.cafe_tree img {
    display: block;
    margin: 300px auto 0;
}

section.cafe div.another_link a {
    max-width: 590px;
    margin: 20px auto 0px;
    color: #fff;
    background-image: url(../images/holidaymenu_btn_arrow_right.svg);
}

section.cafe div.another_link a:first-child {
    background-color: #535353;
}

section.cafe div.another_link a:last-child {
    background-color: #a2182f;
}

/* キーフレーム アニメーション！ */
@-webkit-keyframes fuwafuwa {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, -10px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.scAnimetion1 {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: scAnime1;
    -ms-animation-name: scAnime1;
    animation-name: scAnime1;
    visibility: visible !important;
}

@-webkit-keyframes scAnime1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes scAnime1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.scAnimetion2 {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2.0s;
    -ms-animation-duration: 2.0s;
    animation-duration: 2.0s;
    -webkit-animation-name: scAnime2;
    -ms-animation-name: scAnime2;
    animation-name: scAnime2;
    visibility: visible !important;
}

@-webkit-keyframes scAnime2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes scAnime2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.scAnimetion3 {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2.5s;
    -ms-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-name: scAnime3;
    -ms-animation-name: scAnime3;
    animation-name: scAnime3;
    visibility: visible !important;
}

@-webkit-keyframes scAnime3 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes scAnime3 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px);
        -ms-transform: translateY(150px);
        transform: translateY(150px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.scAnimetion-link01 {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: scAnime-link1;
    -ms-animation-name: scAnime-link1;
    animation-name: scAnime-link1;
    visibility: visible !important;
}

@-webkit-keyframes scAnime-link1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes scAnime-link1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        transform: translateX(-150px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes play {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes maskOut {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

@keyframes isPlayOpacty {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 1300px) {
    div.bg_wave {
        height: 95px;
    }
}

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

    .sp {
        display: block;
    }

    .contents-wrap {
        margin: 0 auto;
    }

    .title_container {
        padding: 20px 0px 0px;
    }

    div.illustration_top {
        background-size: 170%;
    }

    div.main_title_wrap {
        padding-top: 60px;
        background-image: url(../images/holidaymenu_restaurant_illustration_star_left_pink.gif), url(../images/holidaymenu_restaurant_illustration_star_right_pink.gif);
        background-repeat: repeat-y, repeat-y;
        background-position: top 2% left, top 2% right;
        position: relative;
        background-size: 12%;
    }

    div.main_title_wrap div.title {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    div.main_title_wrap img.logo {
        left: 0px;
    }

    div.main_title_wrap p.copy {
        margin-top: 15px;
        font-size: 1.6rem !important;
    }

    div.main_title_wrap div.btn {
        flex-wrap: wrap;
        margin: 65px auto 0px;
    }

    div.main_title_wrap a {
        margin: 0 auto;
        max-width: 600px;
        font-size: 3rem;
        padding: 15px;
        border-radius: 50px;
    }

    section.main-wrap .btnBox a {
        font-size: 1.2rem;
        letter-spacing: 0;
    }

    section.restaurant {
        background-image: url(../images/holidaymenu_restaurant_illustration_star_top.gif);
    }

    div.main_title_wrap a.restaurant {
        margin-right: inherit;
        margin-bottom: 30px;
    }

    div.main_title_wrap div.illust01 {
        top: 0%;
        right: -13%;
    }

    div.main_title_wrap div.illust01 img {
        width: 70%;
    }

    div.main_title_wrap div.illust03 {
        bottom: 28%;
        left: 2%;
    }

    div.main_title_wrap div.illust03 img {
        width: 70%;
    }

    div.restaurant_wrap {
        padding: 0 5%;
    }

    section.restaurant p {
        font-size: 2.2rem !important;
    }

    section.restaurant a {
        max-width: 600px;
        font-size: 3rem;
        padding: 20px;
        border-radius: 50px;
    }

    div.restaurant_brand_wrap {
        margin: 50px auto 250px;
    }

    div.restaurant_brand div.holidaymenu_illust01 {
        width: 90%;
    }

    div.restaurant_brand div.holidaymenu_illust02 {
        bottom: -20px;
        right: -10px;
    }


    section.cafe {
        padding-top: 100px;
    }

    div.bg_wave {
        height: 60px;
    }

    div.cafe_wrap {
        padding: 0 5%;
    }

    section.cafe p {
        font-size: 2.2rem !important;
    }

    section.cafe div.holidaymenu_illust03 {
        width: 20%;
        top: -105px;
        left: 0px;
    }

    section.cafe div.holidaymenu_illust01 {
        right: -20%;
    }

    section.cafe div.cafe_tree img {
        margin: 0px auto 0;
    }

    section.cafe div.another_link a {
        max-width: 680px;
        width: 100%;
        padding: 20px;
        font-size: 2.5rem;
        border-radius: 50px;
    }

    .title_container .title_box {
        width: 562px;
        height: 260px;
        text-align: center;
        margin: -40px auto 0 auto;
        display: inline-block;
    }
}

@media only screen and (max-width: 414px) {
    div.illustration_top {
        background-size: 230%;
    }

    div.illustration_top img {
        width: 15%;
    }

    div.main_title_wrap {
        padding-top: 10px;
    }

    div.main_title_wrap img.logo {
        top: -30px;
        width: 15%;
    }

    div.main_title_wrap p.copy {
        font-size: 1.4rem !important;
        width: 90%;
        margin: 25px auto 0;
    }

    div.main_title_wrap div.illust01 {
        top: -8%;
        right: -54%;
    }

    div.main_title_wrap div.illust01 img {
        width: 40%;
    }

    div.main_title_wrap div.illust03 {
        bottom: 61%;
        left: 0%;
    }

    div.main_title_wrap div.illust03 img {
        width: 40%;
    }

    div.main_title_wrap div.btn {
        margin: 30px auto 0px;
    }

    div.main_title_wrap a {
        max-width: 340px;
        font-size: 2rem;
        padding: 15px;
    }

    section.restaurant {
        margin-top: 20px;
        padding-top: 50px;
        padding-bottom: 200px;
        background-size: 140%;
        background-position: top 48px center, top 2% left, top 2% right;
    }

    div.restaurant_wrap h2 img {
        width: 50%;
    }

    section.restaurant p {
        font-size: 1.5rem !important;
    }

    div.restaurant_brand_wrap {
        margin: 20px auto 140px;
    }

    div.restaurant_brand div.holidaymenu_illust01 {
        bottom: -90px;
    }

    div.restaurant_brand div.holidaymenu_illust02 {
        bottom: 80px;
        right: -20px;
        width: 35%;
    }

    section.restaurant a {
        max-width: 340px;
        font-size: 2rem;
        padding: 15px;
    }

    div.bg_wave {
        height: 30px;
    }

    section.cafe {
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: 140%, 15%, 15%;
        background-position: top 50px center, top 2% left, top 2% right;
    }

    section.cafe p {
        font-size: 1.5rem !important;
    }

    section.cafe h2 img {
        width: 22%;
    }

    section.cafe div.holidaymenu_illust03 {
        top: -25px;
    }

    section.cafe a {
        max-width: 340px;
        font-size: 2rem;
        padding: 15px;
    }

    section.cafe div.cafe_tree img {
        width: 40%;
    }

    section.cafe div.another_link a {
        max-width: 380px;
        font-size: 1.5rem;
        padding: 15px;
        background-position: center right 20px;
    }

    section.main-wrap {
        padding-top: 20px;
        padding-bottom: 80px;
        background-image: url(../images/holidaymenu_restaurant_illustration_star_left_pink.gif),
            url(../images/holidaymenu_restaurant_illustration_star_right_pink.gif);
        background-repeat: repeat-y, repeat-y;
        background-position: top 2% left, top 2% right;
        background-size: 20%, 20%;
    }

    section.main-wrap p {
        margin-bottom: 2rem;
    }

    section.main-wrap .btnBox a {
        width: 95%;
        max-width: 650px;
        display: inline-block;
        color: #fff;
        text-align: center;
        font-size: 1.2rem;
        letter-spacing: 0rem;
        padding: 15px;
        border-radius: 40px;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: center right 20px;
        background-size: 2%;
        background-color: #cf4d69;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
        transition: 0.7s;
    }
}

@media only screen and (max-width: 375px) {
    div.main_title_wrap {
        padding-top: 0px;
    }

    div.main_title_wrap img.logo {
        top: -50px;
    }

    div.main_title_wrap div.illust01 {
        top: -12%;
        right: -65%;
    }

    div.main_title_wrap div.illust01 img {
        width: 32%;
    }

    div.main_title_wrap div.illust03 {
        bottom: 45%;
        left: 0%;
    }

    div.main_title_wrap div.illust03 img {
        width: 32%;
    }

    .title_container {
        padding: 0px 0px 0px;
    }

    section.cafe div.another_link a {
        max-width: 350px;
        background-position: center right 10px;
    }

    .date {
        font-size: 1.4rem !important;
    }
}

@media only screen and (max-width: 320px) {
    div.main_title_wrap div.illust01 {
        top: -9%;
        right: -85%;
    }

    div.main_title_wrap div.illust01 img {
        width: 27%;
    }

    div.main_title_wrap div.illust03 img {
        width: 27%;
    }

    div.main_title_wrap a {
        max-width: 250px;
        font-size: 1.5rem;
        padding: 10px;
    }

    div.main_title_wrap a.restaurant {
        margin-bottom: 20px;
    }

    div.restaurant_wrap h2 img {
        margin: 0 auto 20px;
    }

    section.restaurant p {
        margin-top: 10px;
    }

    section.restaurant a {
        max-width: 320px;
        font-size: 1.8rem;
        padding: 10px;
        margin: 30px auto 0px;
    }

    div.restaurant_brand div.holidaymenu_illust01 {
        bottom: -70px;
    }

    section.cafe {
        padding-top: 20px;
    }

    section.cafe p {
        margin-top: 10px;
    }

    section.cafe h2 img {
        margin: 0 auto 20px;
    }

    section.cafe div.holidaymenu_illust03 {
        width: 24%;
    }

    section.cafe a {
        max-width: 320px;
        font-size: 1.8rem;
        padding: 10px;
        margin: 30px auto 0px;
    }

    section.cafe div.another_link a {
        max-width: 290px;
        font-size: 1.2rem;
    }

    div.main_title_wrap p.copy {
        font-size: 1.2rem !important;
        width: 90%;
        margin: 5px auto 0;
    }

    .date {
        font-size: 1.2rem !important;
    }
}


/*タイトルアニメーション*/
.title_container {
    position: relative;
    text-align: center;

}

.title_container .title_box {
    width: 562px;
    height: 260px;
    text-align: center;
    margin: -40px auto 0 auto;
    display: inline-block;
}

.titleJP {
    z-index: 5;
    position: absolute;
    animation-name: titleAnimeJP;
    animation-duration: 1.5s;
    animation-delay: 1.0s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    opacity: 0;



    -webkit-animation-name: titleAnimeJP;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: 1.0s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.8, 0, .5, 1);

    -ms-animation-name: titleAnimeJP;
    -ms-animation-duration: 1.5s;
    -ms-animation-delay: 1.0s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-timing-function: cubic-bezier(.8, 0, .5, 1);

}

.titleEN {
    z-index: 4;
    position: absolute;
    animation-name: titleAnimeEn;
    animation-duration: 1.5s;
    animation-delay: .0s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    opacity: 0;



    -webkit-animation-name: titleAnimeEn;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: .0s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.8, 0, .5, 1);

    -ms-animation-name: titleAnimeEn;
    -ms-animation-duration: 1.5s;
    -ms-animation-delay: .0s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-timing-function: cubic-bezier(.8, 0, .5, 1);
}

@keyframes titleAnimeJP {
    0% {
        opacity: 0;
        transform: scale(1.5, 1.5);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

@keyframes titleAnimeEn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 414px) {
    .title_container .title_box {
        width: 360px;
        height: 167px;
        text-align: center;
        margin: -10px auto 0 auto;
        display: inline-block;
    }
}

@media only screen and (max-width: 375px) {
    .title_container .title_box {
        width: 320px;
        height: 148px;
        text-align: center;
        margin: -10px auto 0 auto;
        display: inline-block;
    }
}



/*モーダル*/
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #7f0715;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 750px;
    width: 95%;
    border-radius: 1rem;
    background-image: url(../images/bg_modal01.png), url(../images/bg_modal02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    overflow: auto;
    height: 90%;
}

a.js-modal-close {
    display: block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 2em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: absolute;
    transform: rotate(45deg);
    right: 20px;
    top: 30px;
}

a.js-modal-close::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
    color: #fff;
}

.modal_title {
    width: auto;
    margin: 0 auto 2rem auto;
    text-align: center;
}

.modal_copy {
    font-size: 1.6rem !important;
    margin: 0 auto !important;
}

.modalBox img {
    width: auto;
    text-align: center;
    margin: 0 auto 10px auto !important;
}

.modalCopy {
    font-size: 16px !important;
    margin-bottom: 15px !important;
}

.modalCopy span {
    font-size: 14px !important;
}

.sliderArea {
    padding-top: 40px;
    background-image: url(../images/bg_modalimage01.png), url(../images/bg_modalimage02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
}

.arrowPrev,
.arrowNext {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30%;
    display: block;
    width: 15px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.arrowPrev {
    left: calc(8% - 15px);
    z-index: 1001;
}

.arrowNext {
    left: 92%;
    z-index: 1001;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #dda077 !important;
}

.slick-dots li button:before {
    opacity: 1 !important;
    color: #eeeeee !important;
}

@media only screen and (max-width: 414px) {
    .modal__content {
        padding: 5px;
        top: 45%;
            height: auto;

    }

    a.js-modal-close {
        width: 1.5em;
        height: 0.1em;
        transform: rotate(45deg);
        right: 10px;
        top: 20px;
    }

    .modal_title {
        margin: 1rem auto 0 auto;
    }

    .modal_title img {
        height: 20px;
    }

    .modal_copy {
        font-size: 1.2rem !important;
    }

    .modalBox img {
        margin: 0 auto 5px auto !important;
    }

    .modalCopy {
        font-size: 1.2rem !important;
        margin-bottom: 5px !important;
    }

    .modalCopy span {
        font-size: 1rem !important;
    }

    .sliderArea {
        padding-top: 10px;
        background-image: url(../images/bg_modalimage01.png), url(../images/bg_modalimage02.png);
        background-repeat: no-repeat, no-repeat;
        background-position: top left, bottom right;
        background-size: 10%;
    }

    .modalBox img {
        width: 70%;
    }

    .arrowPrev {
        left: 20px;
    }

    .arrowNext {
        right: 20px;
    }

    .arrowPrev,
    .arrowNext {
        top: 25%;
        width: 10px;
        height: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .modal__content {
        padding: 5px;
        top: 42%;
    }

    a.js-modal-close {
        width: 1.5em;
        height: 0.1em;
        transform: rotate(45deg);
        right: 10px;
        top: 20px;
    }

    .modal_title {
        margin: 1rem auto 0 auto;
    }

    .modal_title img {
        height: 20px;
    }

    .modal_copy {
        font-size: 1.0rem !important;
    }

    .modalBox img {
        margin: 0 auto 5px auto !important;
    }

    .modalCopy {
        font-size: 1.0rem !important;
        margin-bottom: 5px !important;
    }

    .modalCopy span {
        font-size: 1rem !important;
    }

    .sliderArea {
        padding-top: 10px;
        background-image: url(../images/bg_modalimage01.png), url(../images/bg_modalimage02.png);
        background-repeat: no-repeat, no-repeat;
        background-position: top left, bottom right;
        background-size: 10%;
    }

    .modalBox img {
        width: 70%;
    }

    .arrowPrev {
        left: 0;
    }

    .arrowNext {
        right: 0;
    }

    .arrowPrev,
    .arrowNext {
        top: 25%;
        width: 10px;
        height: 20px;
    }
}
