#ad {
    letter-spacing: 1px;
    color: #333;
}

#ad .pc {
    display: inline-block;
}

@media (max-width: 767.98px) {
    #ad .pc {
        display: none;
    }
}

#ad .sp {
    display: none;
}

@media (max-width: 767.98px) {
    #ad .sp {
        display: inline-block;
    }
}

#ad a {
    opacity: 1;
    cursor: pointer;
    transition: 0.5s;
}

#ad a:hover {
    opacity: 0.7;
}

@media (max-width: 767.98px) {
    #ad a:hover {
        opacity: 1;
    }
}

#ad a.more_blue {
    display: inline-block;
    padding: 18px 0;
    width: 350px;
    background: url("../../images/common/btn_arrow.png") #019bb8 no-repeat right 15px center;
    background-size: 20px auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
}

@media (max-width: 767.98px) {
    #ad a.more_blue {
        padding-right: 15px;
        width: 100%;
        font-size: 12px;
    }
}

#ad a.movie_btn {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#ad a.movie_btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
    background: url("../../images/moisture/movie_icon.png");
    background-size: contain;
}

@media (max-width: 767.98px) {
    #ad a.movie_btn:before {
        margin: -30px 0 0 -30px;
        width: 60px;
        height: 60px;
    }
}

#ad .ttl {
    position: relative;
    margin: 0 auto 120px auto;
    width: calc(100% - 60px);
    height: 300px;
}

@media (max-width: 767.98px) {
    #ad .ttl {
        margin: 0 auto 40px auto;
        width: calc(100% - 30px);
        height: 130px;
    }
}

#ad .ttl .ttl_inner {
    margin: 0 auto 0 auto;
    padding-top: 100px;
    width: 260px;
}

@media (max-width: 767.98px) {
    #ad .ttl .ttl_inner {
        padding-top: 45px;
        width: 140px;
    }
}

#ad .ttl:before {
    content: "";
    position: absolute;
    top: -70px;
    left: 50%;
    width: 1px;
    height: 140px;
    background: #000;
}

@media (max-width: 767.98px) {
    #ad .ttl:before {
        top: -35px;
        height: 70px;
    }
}

#ad.en {
    letter-spacing: 1px;
    font-family: sofia-pro, sans-serif;
}

/* --------------------------------
  KV
-------------------------------- */
#kv {
    margin: 0 auto;
    width: calc(100% - 60px);
}

@media (max-width: 767.98px) {
    #kv {
        width: calc(100% - 30px);
    }
}

#copy {
    margin: 70px auto 180px auto;
    width: 990px;
}

@media (max-width: 767.98px) {
    #copy {
        margin: 30px auto 70px auto;
        width: 100%;
    }
}

#copy ul {
    display: flex;
    font-size: 16px;
    line-height: 45px;

    align-items: center;
}

@media (max-width: 767.98px) {
    #copy ul {
        display: block;
        text-align: center;
        font-size: 15px;
        line-height: 30px;
    }
}

#copy ul li:nth-child(1) {
    margin-right: 100px;
    width: 316px;
}

@media (max-width: 767.98px) {
    #copy ul li:nth-child(1) {
        margin: 0 auto 30px auto;
        width: 160px;
    }
}

/* --------------------------------
  MOVIE
-------------------------------- */
#movie {
    margin-bottom: 150px;
}

@media (max-width: 767.98px) {
    #movie {
        margin-bottom: 80px;
    }
}

#movie .ttl {
    background: url("../../images/story/movie_bg_pc.jpg") no-repeat center center;
    background-size: cover;
}

@media (max-width: 767.98px) {
    #movie .ttl {
        background: url("../../images/story/movie_bg_sp.jpg") no-repeat center center;
        background-size: cover;
    }
}

#movie .movie_wrap {
    position: relative;
    margin-bottom: 70px;
    width: 90%;
}

@media (max-width: 767.98px) {
    #movie .movie_wrap {
        margin-bottom: 50px;
    }
}

#movie .movie_wrap .bg {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 310px;
    background: #f8f3eb;
}

@media (max-width: 767.98px) {
    #movie .movie_wrap .bg {
        top: 20%;
        height: 80%;
    }
}

#movie .movie_wrap ul {
    display: flex;
    position: relative;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
    width: 1000px;

    justify-content: space-between;
    align-items: flex-end;
}

@media (max-width: 767.98px) {
    #movie .movie_wrap ul {
        display: block;
        padding-bottom: 30px;
        width: 80%;
    }
}

#movie .movie_wrap ul li {
    width: 585px;
}

@media (max-width: 767.98px) {
    #movie .movie_wrap ul li {
        width: 100%;
    }
}

#movie .movie_wrap ul li .name_sp {
    display: none;
}

@media (max-width: 767.98px) {
    #movie .movie_wrap ul li .name_sp {
        display: block;
        padding-bottom: 10px;
        font-size: 12px;
    }
}

#movie .movie_wrap ul li .movie_cap_bottom {
    padding-top: 5px;
    font-size: 10px;
}

@media (max-width: 767.98px) {
    #movie .movie_wrap ul li .movie_cap_bottom {
        font-size: 8px;
    }
}

#movie .movie_wrap ul li:nth-child(2) {
    width: 370px;
}

@media (max-width: 767.98px) {
    #movie .movie_wrap ul li:nth-child(2) {
        width: 100%;
    }
}

#movie .movie_wrap ul li:nth-child(2) .name {
    position: absolute;
    top: 0;
    left: 620px;
    font-size: 17px;
}

@media (max-width: 767.98px) {
    #movie .movie_wrap ul li:nth-child(2) .name {
        display: none;
    }
}

#movie .movie_wrap ul li:nth-child(2) a.more_blue {
    display: block;
    width: 100%;
}

#movie .movie_wrap ul li:nth-child(2) ul.detail {
    display: flex;
    padding-bottom: 40px;
    width: auto;
    font-size: 20px;

    align-items: flex-end;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    #movie .movie_wrap ul li:nth-child(2) ul.detail {
        flex-direction: row-reverse;
        padding: 20px 0 20px 0;
        font-size: 13px;

        justify-content: center;
        align-items: center;
    }
}

#movie .movie_wrap ul li:nth-child(2) ul.detail li.detail_li {
    width: auto;
}

#movie .movie_wrap ul li:nth-child(2) ul.detail li.detail_li:last-child {
    width: 100px;
}

@media (max-width: 767.98px) {
    #movie .movie_wrap ul li:nth-child(2) ul.detail li.detail_li:last-child {
        margin-right: 20px;
        width: 40px;
    }
}

#movie .movie_wrap.gel {
    margin-left: 10%;
}

#movie .movie_wrap.gel ul li ul.detail li.detail_li:last-child {
    width: 100px;
}

@media (max-width: 767.98px) {
    #movie .movie_wrap.gel ul li ul.detail li.detail_li:last-child {
        width: 40px;
    }
}

#movie .movie_wrap.pact ul li ul.detail li.detail_li:last-child {
    width: 170px;
}

@media (max-width: 767.98px) {
    #movie .movie_wrap.pact ul li ul.detail li.detail_li:last-child {
        width: 82px;
    }
}

#movie .movie_wrap.mild {
    margin-left: 10%;
}

#movie .movie_wrap.mild .bg {
    background: #d4e5eb;
}

/* --------------------------------
  MOVIE
-------------------------------- */
#graphic .ttl {
    background: url("../../images/story/graphic_bg_pc.jpg") no-repeat center center;
    background-size: cover;
}

@media (max-width: 767.98px) {
    #graphic .ttl {
        background: url("../../images/story/graphic_bg_sp.jpg") no-repeat center center;
        background-size: cover;
    }
}

#graphic ul {
    display: flex;
    margin: 0 30px;
    margin-bottom: 80px;
    /* width: 800px; */

    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    #graphic ul {
        display: block;
        margin: 0 15px;
    }
}

/* #graphic ul li {
    margin-bottom: 70px;
    width: 300px;
} */

@media (max-width: 767.98px) {
    /* #graphic ul li {
        margin: 0 auto 50px auto;
        width: 40%;
    } */
}

#graphic ul li a {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 100px;
}

@media (max-width: 767.98px) {
    #graphic ul li a {
        margin-top: 15px;
        width: 40%;
    }
}

/* --------------------------------
  PROFILE
-------------------------------- */
#profile {
    margin-bottom: 80px;
}

@media (max-width: 767.98px) {
    #profile {
        margin-bottom: 0;
    }
}

#profile .ttl {
    background: url("../../images/story/profile_bg_pc.jpg") no-repeat center center;
    background-size: cover;
}

@media (max-width: 767.98px) {
    #profile .ttl {
        margin-bottom: 70px;
        background: url("../../images/story/profile_bg_sp.jpg") no-repeat center center;
        background-size: cover;
    }
}

#profile ul {
    display: flex;
    margin: 0 auto;
    width: 1070px;

    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    #profile ul {
        margin: 0 auto;
        width: 80%;
    }
}

#profile ul li {
    position: relative;
    margin-bottom: 60px;
    padding: 300px 50px 50px 50px;
    border-right: 1px solid #019bb9;
    border-bottom: 1px solid #019bb9;
    border-left: 1px solid #019bb9;
    width: 474px;
    height: 550px;
    font-size: 13px;
    line-height: 28px;
}

@media (max-width: 767.98px) {
    #profile ul li {
        padding: 65% 10% 10% 10%;
        width: 100%;
        height: auto;
        font-size: 12px;
        line-height: 22px;
    }
}

#profile ul li .name {
    position: absolute;
    top: -70px;
    left: 17%;
    width: 45px;
}

@media (max-width: 767.98px) {
    #profile ul li .name {
        top: -46px;
        left: 19%;
        width: 26px;
    }
}

#profile ul li .img {
    position: absolute;
    z-index: -1;
    top: -30px;
    left: 50px;
    width: 450px;
}

@media (max-width: 767.98px) {
    #profile ul li .img {
        top: -4%;
        left: 9%;
        width: 97%;
    }
}

#profile ul li p {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

#profile ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16%;
    height: 1px;
    background: #019bb9;
}

#profile ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 74%;
    height: 1px;
    background: #019bb9;
}

#profile ul li:nth-child(2n) {
    margin-top: 110px;
}

@media (max-width: 767.98px) {
    #profile ul li:nth-child(2n) {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    #profile ul li:nth-child(2n) .name {
        right: 14%;
        left: auto;
    }
}

@media (max-width: 767.98px) {
    #profile ul li:nth-child(2n) .img {
        top: -4%;
        right: 9%;
        left: auto;
    }
}

@media (max-width: 767.98px) {
    #profile ul li:nth-child(2n):before {
        width: 74%;
    }
}

@media (max-width: 767.98px) {
    #profile ul li:nth-child(2n):after {
        width: 16%;
    }
}

.en #profile ul li {
    height: 628px;
}

@media (max-width: 767.98px) {
    .en #profile ul li {
        height: auto;
    }
}

.cn #profile ul li {
    height: 548px;
}

@media (max-width: 767.98px) {
    .cn #profile ul li {
        height: auto;
    }
}

/* --------------------------------
  PROFILE
-------------------------------- */
#shot {
    margin: 0 auto;
    width: calc(100% - 60px);
}

@media (max-width: 767.98px) {
    #shot {
        width: calc(100% - 30px);
    }
}

#shot .top {
    position: relative;
    z-index: -1;
    width: 90%;
    height: 520px;
    background: #d4e5eb;
}

@media (max-width: 767.98px) {
    #shot .top {
        height: 55vw;
    }
}

#shot .top:before {
    content: "";
    position: absolute;
    top: -70px;
    left: 55%;
    width: 1px;
    height: 140px;
    background: #000;
}

@media (max-width: 767.98px) {
    #shot .top:before {
        top: -35px;
        height: 70px;
    }
}

#shot .shot_1 {
    position: relative;
    margin-top: -200px;
    margin-bottom: 100px;
    margin-left: 15%;
    width: 85%;
}

@media (max-width: 767.98px) {
    #shot .shot_1 {
        margin-top: -7%;
        margin-bottom: 50px;
    }
}

#shot .shot_1 .shot_ttl {
    position: absolute;
    top: -220px;
    left: 55%;
    margin-left: -440px;
    width: 538px;
}

@media (max-width: 767.98px) {
    #shot .shot_1 .shot_ttl {
        top: -25%;
        left: -8%;
        margin-left: 0;
        width: 99%;
    }
}

#shot .shot_2 {
    margin-bottom: 70px;
}

@media (max-width: 767.98px) {
    #shot .shot_2 {
        margin-bottom: 20px;
    }
}

#shot .shot_3 {
    margin-bottom: 100px;
    margin-left: 5%;
    width: 95%;
}

@media (max-width: 767.98px) {
    #shot .shot_3 {
        margin-bottom: 50px;
    }
}

/* --------------------------------
  MODAL
-------------------------------- */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal .modal_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.modal .modal_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 900px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal .modal_inner .close {
    position: absolute;
    top: -32px;
    right: 0;
    width: 24px;
    cursor: pointer;
}

.modal .modal_inner .yt {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}

.modal .modal_inner .yt iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.modal .modal_inner_gra {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 424px;
    height: 600px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal .modal_inner_gra .graphic {
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
}

.modal .modal_inner_gra .graphic .close {
    position: absolute;
    top: -32px;
    right: 0;
    width: 24px;
    cursor: pointer;
}

.modal .modal_inner_gra .graphic .right,
.modal .modal_inner_gra .graphic .left {
    position: absolute;
    top: 50%;
    right: -35px;
    border-right: 2px solid #019bb9;
    border-bottom: 2px solid #019bb9;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal .modal_inner_gra .graphic .left {
    right: auto;
    left: -38px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.modal .modal_inner_gra .graphic ul {
    width: 100%;
    height: 100%;
}

.modal .modal_inner_gra .graphic ul li {
    display: none;
    width: auto;
    height: 100%;
}

.modal .modal_inner_gra .graphic ul li img {
    width: auto;
    height: 100%;
}

@media screen and (max-width: 1180px) {
    .modal .modal_inner_gra {
        width: 424px;
        height: 600px;
    }

    .modal .modal_inner_gra .graphic {
        width: 100%;
    }

    .modal .modal_inner_gra .graphic ul {
        width: 100%;
        height: auto;
    }

    .modal .modal_inner_gra .graphic ul li {
        display: none;
        width: 100%;
        height: auto;
    }

    .modal .modal_inner_gra .graphic ul li img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .modal .modal_inner {
        width: 100%;
    }

    .modal .modal_inner .yt {
        width: 100%;
    }

    .modal .modal_inner_gra {
        width: 90%;
        max-width: 424px;
        height: auto;
    }

    .modal .modal_inner_gra .graphic {
        width: 100%;
    }

    .modal .modal_inner_gra .graphic .right,
    .modal .modal_inner_gra .graphic .left {
        right: -25px;
        width: 20px;
        height: 20px;
    }

    .modal .modal_inner_gra .graphic .left {
        left: -27px;
    }

    .modal .modal_inner_gra .graphic ul {
        width: 100%;
        height: auto;
    }

    .modal .modal_inner_gra .graphic ul li {
        display: none;
        width: 100%;
        height: auto;
    }

    .modal .modal_inner_gra .graphic ul li img {
        width: 100%;
        height: auto;
    }
}

.l-onlineShopBtn {
    display: inline-block;
    overflow: hidden;
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 63px;
    border-radius: 4px 0px 0 4px;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate(120%, 0);
    transform: translate(120%, 0);
    white-space: nowrap;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

@media (min-width: 768px) {
    .l-onlineShopBtn {
        top: 50%;
        bottom: auto;
        margin-top: -125px;
        border-radius: 8px 0px 0 8px;
    }
}

.onlineShopBtn-is-show .l-onlineShopBtn {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.onlineShopBtn-is-fixed .l-onlineShopBtn {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.l-onlineShopBtn a {
    display: block;
    overflow: hidden;
    width: 33.5px;
    height: 128px;
    transition: opacity 0.3s;
    background: #009bb9 url(../../images/moisture/btn_onlinestore_sm.png) no-repeat 5px 8px/22px 109.5px;
    text-indent: 100%;
}

@media (min-width: 768px) {
    .l-onlineShopBtn a:hover {
        opacity: 0.6;
    }
}

@media (min-width: 768px) {
    .l-onlineShopBtn a {
        bottom: 53px;
        width: 72px;
        height: 250px;
        background-image: url(../../images/moisture/btn_onlinestore_md.png);
        background-position: 17px 25px;
        background-size: 38px 195px;
    }
}

.tt_font {
    text-align: center;
    color: #fff;
}

.tt_font p:first-child {
    font-size: 30px;
}

.tt_font p:last-child {
    font-size: 18px;
}


@media (min-width: 768px) {
    .tt_font {
        color: #1FA6C1;
    }

    .tt_font p:first-child {
        font-size: 42px;
    }

    .tt_font p:last-child {
        font-size: 20px;
    }

}

#popup_container {
    display: none;
}

#shop_container {
    height: 200px;
}
