@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    padding: 0
}

#globalHeader {
    background: #fff;
}

dl,
dd,
dt,
ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

figure,
figcaption {
    margin: 0;
    padding: 0;
}

/* =====================
  - body
    > header
    > main
    > footer
===================== */
main {
    color: #000;
    line-height: 1.5;
    display: block;
}

main *:hover {
    transition: .3s;
}

main *:hover * {
    transition: .3s;
}

:focus {
    outline: none;
}

main a,
main button {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    line-height: 1;
}

main a:link,
main a:visited,
main a:hover,
main a:active,
main a:focus {
    color: #333;
    text-decoration: none;
}

main a:hover {
    opacity: 0.8;
}

main h1,
main h2,
main h3,
main h4 {
    line-height: 1;
    font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main h4,
main h5,
main h6,
main p,
main a {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main img {
    width: 100%;
    vertical-align: bottom;
}

main *.left {
    float: left
}

main *.right {
    float: right
}

main *.clearfix::after {
    clear: both;
    content: '';
    display: block;
}

main *.sp {
    display: none
}

main *.in-block {
    display: inline-block
}

/*  ---------------------
  main sp
---------------------  */
@media screen and (max-width: 767px) {
    main *.pc {
        display: none !important
    }

    main *.sp {
        display: block !important
    }
}

/* =====================
    - main
===================== */
main h1 {
    font-size: 52px;
    /*    font-size: 32px;*/
    color: #fff;
    margin-bottom: 20px;
    margin-left: 1em;
}

main h2 {
    font-size: 24px;
    line-height: 1.4;
}

main p {
    font-size: 14px;
    line-height: 2;
}

main .inner {
    max-width: 790px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

main ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}

/*  ---------------------
  main sp
---------------------  */
@media screen and (max-width: 767px) {
    main h1 {
        font-size: 11vw;
        /*        font-size: 8.53vw;*/
        line-height: 1.4;
        margin-bottom: 2vw;
        margin-left: 0em;
    }

    main h2 {
        font-size: 4.8vw
    }

    main p {
        font-size: 3.466vw
    }

    main .inner {
        max-width: unset;
        width: 100%;
        padding-left: 8vw;
        padding-right: 8vw;
    }
}

/* =====================

  #main__visual

===================== */
#main__visual {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /* display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; */
}

#main__visual .overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

#main__visual .main__visual_lead {
    position: absolute;
    text-align: center;
    width: 94vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main__visual .main__visual_lead p {
    font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
    font-size: 20px;
    /*    font-size: 16px;*/
    font-weight: 600;
    color: #fff;
}

#main__visual .video__wrap {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /* display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; */
}

@media screen and (min-width: 1024px) {
    #main__visual .video__wrap video {
        width: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 767px) {
    #main__visual .main-image__wrap {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    #main__visual .main-image__wrap img {
        position: absolute;
        height: 100vh;
        object-fit: cover;
    }

    #main__visual .main__visual_lead p {
        font-size: 5.5vw;
        /*        font-size: 4vw;*/
    }

}

/* =====================

  #product, #shop

===================== */
#product .product-list {
    margin-left: 4px;
}

#product .product-list .product-list__item {
    position: relative;
    width: calc(25% - 4px);
    /* width: calc(20% - 4px); */
    margin: 4px 4px 0 0;
}

#product .product-list .product-list__item>a {
    display: block;
}

#product .product-list .product-list__item dt {
    font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    width: calc(100% - 40px);
    top: 20px;
    left: 20px;
    color: #000;
}

#product .product-list .product-list__item dt span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.4;
}

#product .product-list .product-list__item .icon__country {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    height: 50px;
    width: 120px;
    bottom: 0;
    right: 20px;
    text-align: right;
    font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

/* #product .product-list .product-list__item .icon__country.ae {background: url(/jp/feature/oriental-wisdom-culture/img/icon-myanmar-white.png); background-size: cover;}
#product .product-list .product-list__item .icon__country.jp {background: url(/jp/feature/oriental-wisdom-culture/img/icon-japan-white.png); background-size: cover;}
#product .product-list .product-list__item .icon__country.in {background: url(/jp/feature/oriental-wisdom-culture/img/icon-india-white.png); background-size: cover;}
#product .product-list .product-list__item .icon__country.cn {background: url(/jp/feature/oriental-wisdom-culture/img/icon-china-white.png); background-size: cover;}
#product .product-list .product-list__item .icon__country.th {background: url(/jp/feature/oriental-wisdom-culture/img/icon-thailand-white.png); background-size: cover;} */
#product .product-list .product-list__item .icon__country span {
    display: block;
    width: 100%;
    margin: auto;
}

#shop {
    text-align: center;
    margin: 60px auto;
}

#shop h2 {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 16px;
}

#shop .shop-list {
    list-style: none;
    margin-top: 5px;
}

#shop .shop-list li {
    margin: auto;
    position: relative;
    font-size: 14px;
    color: #585858;
    line-height: 2;
    padding-left: 20px;
}

#shop .shop-list li:before {
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    content: "";
    display: inline-block;
    width: 8px;
    height: 12px;
    background: url(/jp/feature/oriental-wisdom-culture/img/icon-right.png) no-repeat;
    background-size: contain;
}


@media screen and (max-width: 1360px) {
    #product .product-list .product-list__item {
        width: calc(25% - 4px);
    }
}

@media screen and (max-width: 1024px) {
    #product .product-list .product-list__item {
        width: calc(33.33% - 4px);
    }
}

@media screen and (max-width: 768px) {
    #product .product-list .product-list__item {
        width: calc(50% - 4px);
    }
}

@media screen and (max-width: 767px) {
    #product .product-list {
        margin: 0 2%;
    }

    #product .product-list .product-list__item {
        width: 100%;
        margin: 2% 0 0 0;
    }

    #product .product-list .product-list__item dt {
        font-size: 5.72vw;
        width: calc(100% - 10vw);
        top: 5.2vw;
        left: 5.2vw;
    }

    #product .product-list .product-list__item dt span {
        font-size: 3.73vw;
        margin-top: 2vw;
    }

    #product .product-list .product-list__item .icon__country {
        height: 12vw;
        width: 30vw;
        right: 5vw;
        font-size: 3.466vw;
    }

    #shop h2 {
        font-size: 4.266vw;
    }

    #shop .shop-list {
        margin-top: 2vw;
    }

    #shop .shop-list li {
        font-size: 4vw;
        padding-left: 5vw;
    }

    #shop .shop-list li:before {
        top: calc(50% - 1.5vw);
        width: 3vw;
        height: 3vw;
    }
}

/* =====================

  remodal

===================== */
html.remodal-is-locked {
    touch-action: none;
}

.remodal-overlay {
    display: none;
    background: rgba(255, 255, 255, 0.8);
}

/* Close button */
.remodal-close {
    content: "";
    top: 20px;
    right: 20px;
    left: initial;
    left: auto;
    width: 25px;
    height: 25px;
    z-index: 100;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249px%22%20height%3D%2249px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(102%2C%20102%2C%20102)%22%20d%3D%22M48.541%2C47.116%20L47.127%2C48.531%20L24.499%2C25.904%20L1.872%2C48.531%20L0.457%2C47.116%20L23.085%2C24.490%20L0.457%2C1.862%20L1.872%2C0.451%20L24.499%2C23.077%20L47.127%2C0.451%20L48.541%2C1.862%20L25.913%2C24.490%20L48.541%2C47.116%20Z%22%2F%3E%3C%2Fsvg%3E');
    background-color: rgba(255, 255, 255, 0);
    background-size: cover;
    color: #95979c;
}

.remodal-close::before {
    display: none;
}

.remodal-wrapper {
    overflow-y: hidden;
    padding: 0;
}

.remodal {
    overflow-y: hidden;
    position: relative;
    height: 100vh;
    max-width: initial;
    max-width: 100%;
    width: 100vw;
    padding: 0;
    outline: none;
    text-size-adjust: 100%;
    box-shadow: 0px 0px 10px #999;
    margin-bottom: 0;
}

.remodal-is-initialized {
    display: inline-block;
}

.clearfix::after {
    clear: both;
    content: '';
    display: block;
}

.remodal .sp-only {
    display: none;
}

.remodal .modal-content {
    padding: 0;
    background: #fff;
}

.remodal img {
    width: 100%;
    vertical-align: bottom;
}

.remodal a:link,
.remodal a:visited,
.remodal a:hover,
.remodal a:active,
.remodal a:focus {
    color: #000;
    text-decoration: none;
}

.remodal a:hover {
    opacity: 0.8;
}

.remodal {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.remodal p {
    text-align: left;
    font-size: 15px;
    /*    font-size: 14px;*/
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #585858;
}

.remodal .col__wrap {
    overflow: hidden;
}

.remodal .col__left,
.remodal .col__right {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 100vh;
}

.remodal .col__left {
    float: left;
    background: #000;
}

.remodal .col__right {
    float: right;
    display: flex;
    align-items: center;
}

.remodal .col__left .movie-cover {
    cursor: pointer;
}

.video_wrap {
    z-index: -1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 98%;
    margin: auto 1%;
}

.video_wrap .video_container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video_wrap .video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.remodal .col__left .movie-cover>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50%;
    vertical-align: bottom;
}

.remodal .icon__play {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.remodal .col__right .col__right__inner {
    /* position: absolute;
  max-width: 590px;
  width: 80%;
  top: calc(15% - 50px);
  left: 10%; */
    /* transform: translate(-50%, -50%); */
    max-width: 590px;
    width: 82%;
    margin: 0 auto 60px;
}

.remodal .icon__country {
    /* position: relative;
  height: 100px;
  width: 100px; */
    margin: auto;
    font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
    font-size: 14px;
    /*    font-size: 12px;
    */
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

/* .remodal .icon__country.ae {background: url(/jp/feature/oriental-wisdom-culture/img/icon-myanmar-black.png); background-size: cover;}
.remodal .icon__country.jp {background: url(/jp/feature/oriental-wisdom-culture/img/icon-japan-black.png); background-size: cover;}
.remodal .icon__country.in {background: url(/jp/feature/oriental-wisdom-culture/img/icon-india-black.png); background-size: cover;}
.remodal .icon__country.cn {background: url(/jp/feature/oriental-wisdom-culture/img/icon-china-black.png); background-size: cover;}
.remodal .icon__country.th {background: url(/jp/feature/oriental-wisdom-culture/img/icon-thailand-black.png); background-size: cover;} */
.remodal .icon__country span {
    /* position: absolute; */
    display: block;
    width: 100%;
    /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.remodal h2 {
    font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif;
    font-size: 28px;
    margin: 40px auto 20px;
    line-height: 1;
}

.remodal h2 span {
    display: block;
    font-size: 18px;
    margin-top: 15px;
}

.remodal .name,
.remodal .price,
.remodal .onsale-date {
    display: block;
    margin-top: 3px;
}

.remodal .name {
    font-size: 14px;
}

.remodal .price {
    font-size: 12px;
}

.remodal .price .num {
    font-family: "Helvetica", sans-serif;
    font-size: 20px;
    /*    font-size: 16px;*/
    font-weight: bold;
    margin: 0 3px;
}

.remodal .onsale-date {
    font-size: 12px;
    color: #999;
}

.remodal .col__right .link__section {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.remodal .col__right .link__section a {
    font-size: 14px;
    color: #585858;
}

@media only screen and (min-width: 1024px) and (max-height: 700px) {
    .remodal .col__right .col__right__inner {
        margin: 2% auto 0;
    }

    .remodal h2 {
        margin: 10px auto;
    }
}

@media only screen and (max-width: 1023px) {
    .remodal-wrapper {
        overflow-y: auto;
        padding: 0;
    }

    .remodal {
        overflow-y: initial;
    }

    .remodal .col__left,
    .remodal .col__right {
        height: auto;
        float: none;
    }

    .remodal .col__left {
        width: 100%;
        overflow: hidden;
        height: 56vw;
    }

    .remodal .col__left>img,
    .remodal .col__left>.movie-cover>img {
        height: 56vw;
    }

    .remodal .icon__play {
        width: 15vw;
        height: 15vw;
    }

    .remodal h2 {
        text-align: left;
    }

    .remodal .col__right {
        position: relative;
    }

    .video_wrap {
        width: 100%;
        margin: auto 0;
    }

    .remodal .col__right {
        width: 650px;
        margin: 45px auto 0;
        flex-direction: column;
    }

    .remodal .col__right .col__right__inner,
    .remodal .col__right .link__section {
        position: static;
        max-width: 100%;
        width: 100%;
        transform: translate(0, 0);
    }

    .remodal .col__left__tab {
        width: 50%;
        float: left;
    }

    .remodal .col__right__tab {
        width: 50%;
        float: right;
        padding-left: 60px;
    }

    .remodal .col__right .link__section {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

/*  ---------------------
 remodal tablet
---------------------  */
@media only screen and (max-width: 1023px) {
    .remodal h2 {
        margin-top: 30px;
    }

}

/*  ---------------------
 remodal sp
---------------------  */
@media only screen and (max-width: 767px) {
    .remodal .sp-only {
        display: block;
    }

    .remodal .col__right {
        width: 100%;
        margin: 16vw auto 0;
        padding: 8vw 8vw 0;
    }

    .remodal .icon__country {
        /* height: 26vw;
    width: 26vw; */
        font-size: 4vw;
        /*        font-size: 3.2vw;*/
    }

    .remodal h2 {
        text-align: center;
        font-size: 7.466vw;
        margin: 2.6667vw auto 7vw;
    }

    .remodal h2 span {
        font-size: 4.8vw;
        margin-top: 4vw;
    }

    .remodal p {
        font-size: 4.3vw;
        /*        font-size: 3.73vw;*/
    }

    .remodal .col__left,
    .remodal .col__left>img,
    .remodal .col__left>.movie-cover>img {
        height: 100vw;
    }

    .remodal .col__left__tab,
    .remodal .col__right__tab {
        width: 100%;
        float: initial;
        padding-left: 0;
    }

    .remodal .name {
        font-size: 3.2vw;
        margin-top: 3.2vw;
    }

    .remodal .price {
        font-size: 2.667vw;
        line-height: 1;
        margin-top: 3.2vw;
    }

    .remodal .price .num {
        font-size: 4vw;
        margin: 0 .4rem;
    }

    .remodal .onsale-date {
        font-size: 3.2vw;
        margin-top: 3.2vw;
    }

    .remodal .col__right .link__section {
        margin-top: 13.3333vw;
        margin-bottom: 34vw;
    }

    .remodal .col__right .link__section a {
        font-size: 4vw;
    }

    .remodal-close {
        position: absolute;
        width: 20vw;
        top: 110vw;
        left: 5vw;
        padding: 0;
        border-top: none;
        height: 6vw;
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218px%22%20height%3D%2236px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(88%2C%2088%2C%2088)%22%20stroke-width%3D%222px%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20fill%3D%22none%22%20d%3D%22M14.998%2C2.993%20L2.000%2C18.012%20L14.998%2C32.992%20%22%2F%3E%3C%2Fsvg%3E');
        background-size: contain;
        background-position: left;
    }

    .remodal-close span {
        margin-top: 0vw;
        padding-left: 8vw;
        color: #585858;
        text-align: left;
        font-size: 3.7773vw;
    }

    .remodal .col__right .col__right__inner {
        margin-bottom: 0;
    }
}

/* =====================

  #slider

===================== */
.swiper-container {
    margin-top: 30px;
    max-width: 260px;
}

.swiper-wrapper {
    -webkit-transform: none;
    transform: none;
}

.swiper-slide a {
    display: block;
}

.swiper-slide img {
    width: 100%;
    padding: 0 10px;
}

.swiper-slide .name {
    width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    top: 0;
    width: 13px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.swiper-button-prev {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218px%22%20height%3D%2236px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(88%2C%2088%2C%2088)%22%20stroke-width%3D%222px%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20fill%3D%22none%22%20d%3D%22M14.998%2C2.993%20L2.000%2C18.012%20L14.998%2C32.992%20%22%2F%3E%3C%2Fsvg%3E');
    left: 0;
}

.swiper-button-next {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218px%22%20height%3D%2236px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(88%2C%2088%2C%2088)%22%20stroke-width%3D%222px%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20fill%3D%22none%22%20d%3D%22M1.999%2C32.992%20L14.999%2C17.975%20L1.999%2C2.993%20%22%2F%3E%3C%2Fsvg%3E');
    right: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none;
}

/*  ---------------------
  #slider tablet
---------------------  */
@media only screen and (max-width: 1023px) {
    .swiper-container {
        max-width: 220px;
    }

    .swiper-slide img {
        padding: 0 30px;
    }
}

/*  ---------------------
  #slider sp
---------------------  */
@media screen and (max-width: 767px) {
    .swiper-container {
        margin-top: 8vw;
        max-width: 100vw;
    }

    .swiper-slide {
        padding: 0 1vw;
    }

    .swiper-slide img {
        padding: 0 4vw;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 25vw;
        width: 4vw;
        height: 25vw;
    }
}

/*-------------------------

  .scroll

--------------------------- */
.scroll {
    position: absolute;
    padding-top: 76px;
    bottom: 30px;
    font-size: 12px;
    font-family: "Helvetica", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    left: 0;
    margin: auto;
    color: #222;
    width: 120px;
}

.scroll span {
    color: #222;
}

.scroll span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 1px;
    height: 60px;
    margin-left: -3px;
    background-color: #222;
    border-radius: 100%;
    -moz-animation: scrollStart 2s infinite;
    -webkit-animation: scrollStart 2s infinite;
    animation: scrollStart 2s infinite;
    animation-duration: 2s;
    box-sizing: border-box;
}

.scroll span+span::before {
    display: none;
}

@-webkit-keyframes scrollStart {
    0% {
        opacity: 0;
        height: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        height: 60px;
        opacity: 0;
    }
}

@keyframes scrollStart {
    0% {
        opacity: 0;
        height: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        height: 60px;
        opacity: 0;
    }
}

@media screen and (max-width: 1023px) {
    .scroll {
        bottom: 70px;
    }

    .scroll span::before {
        position: absolute;
        top: 10px;
        left: 50%;
        content: '';
        width: 1px;
        height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .scroll {
        padding-top: 15vw;
        bottom: 5.33vw;
    }

    .scroll span::before {
        height: 2vw;
    }
}

/*objedt-fit　IE対策*/
img.of_js,
.video__wrap>video {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}