


#player-container iframe {
    pointer-events: none;
}

#s1 {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
    z-index: 2;
    /* max-width: 1200px;
    margin: 100px auto; */
}

.s1_div {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
}

.s1_text {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    transform: translate(-50%,-30%);
    left: 50%;
    top: 30%;
}

.s1_text h2 {
    width: 80%;
    font-size: 58px;
    color: #fff;
    margin: 0 auto;
}

.s1_text div {
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.s1_text p {
    width: 80%;
    font-size: 58px;
    color: #fff;
    margin: 0 auto;
    margin-top: 20px;
}

.s1_v {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#player-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.s1 #player {
    width: 100%;
    height: 100%;
}

#player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m_br {
    display: none;
}

.mainVisual .here #text {
    text-shadow: 1px 1px 2px #000000;
    font-size: 40px;
}

.s2 {
    padding: 50px 0;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}


.s2_div {
    display: flex;
    grid-gap: 40px;
    overflow: hidden;
}

#slider-div2 {
    width: 100%;
    max-width: 800px;
}

.s2_div > div {
    position: relative;
}

.s2_div ul {
    height: 100%;
}

.s2_div li {
    height: 100%;
}

.s2_div ul .slick-track,
.s2_div ul .slick-list,
.s2_div ul .slick-slide > div {
    height: 100%;
}

.s2_div > div img {
    width: 100%;
    height: 100%;
    transition: ease-in-out 0.5s all;
}

.s2_div > div img:hover {
    scale: 1.1;
}

.s2_div > div:first-child {
    border-radius: 20px;
    overflow: hidden;
}

.s2_div > div:last-child {
    margin-top: 50px;
}

.s2_div h2 {
    font-size: 30px;
    color: #151515;
    margin-bottom: 20px;
}

.s2_div p {
    font-size: 16px;
    color: #7a7a7a;
    margin-bottom: 10px;
}

.s2_div a {
    display: inline-block;
    margin-top: 50px;
    background-color: #0303035e;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.s3 {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box;
    max-width: 1600px;
}

.s3_div ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}

.s3_div img {
    width: 100%;
}

.s3_div li {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.s3_div img {
    width: 100%;
    transition: ease-in-out 0.5s all;
}

.s3_div li:hover img {
    scale: 1.2;
}

.s3_div_text {
    position: absolute;
    width: 100%;
    background-color: #5A5A5B52;
    height: 100%;
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.s3_div p {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 5%;
    font-weight: bold;
    letter-spacing: 1px;
}

.s4 {
    padding: 100px 0;
    box-sizing: border-box;
}


.s4 h2 {
    text-align: center;
    margin-bottom: 20px;
}

.s4 .swiper-slide a:last-child {
    display: block;
    text-align: center;
}


.s5 {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.s5_div {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.s5_div img {
    width: 100%;
}

.s5_t {
    text-align: center;
    margin-bottom: 70px;
}

.s5_t h2 {
    font-size: 36px;
    color: #151515;
    margin-bottom: 20px;
}

.s5_t p {
    font-size: 16px;
    color: #7a7a7a;
}

.s5_b {
    display: flex;
    grid-gap: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    align-items: center;
}

.s5_b_l {}

.s5_b_l h2 {
    font-size: 30px;
    color: #151515;
    text-align: center;
    margin-bottom: 20px;
}

.s5_b_l p {
    font-size: 16px;
    color: #7a7a7a;
    margin-bottom: 20px;
    line-height: 1.7;
    max-width: 800px;
}

.s5_b_l h3 {
    text-align: right;
    font-size: 14px;
    color: #aaa;
}

.s5_b_r {
    max-width: 800px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.s5_b_r img {
    width: 100%;
    box-shadow: 13px 16px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    transition: ease-in-out 0.5s all;
}

.s5_b_r img:hover {
    scale: 1.1;
}



.s6 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.s6_div {
    padding: 10% 0;
    box-sizing: border-box;
    background-color: #0000004d;
    text-align: center;
}

.s6_div h2 {
    font-size: 50px;
    color: #fff;
}

.s6_div p {
    font-size: 20px;
    color: #fff;
}


@media all and (max-width:1500px) {
    #contents .mainVisual .here .text {
        font-size: 40px;
    }
}


@media all and (max-width:1100px) {
    #contents .swiper-control {
        bottom: 20px;
    }
    #contents .mainVisual .here .text {
        font-size: 30px;
    }
    .s5_b > div {
        width: 50%;
    }
}

@media all and (max-width:900px) {
    .m_br {
        display: block;
    }
    #container {
        padding-top: 110px;
    }
    #container .mainVisual {
        min-height: initial;
        width: 100%;
        margin: 0;
    }
    #container .mainVisual .here {
        transform: translate(-15%,-50%);
        top: 50%;
    }
    #container .mainVisual .here .text {
        font-size: 14px;
    }
    .s1_text h2 {
        width: 90%;
        font-size: 22px;
    }
    .s1_text p {
        font-size: 28px;
    }
    .s2_div {
        flex-direction: column;
        grid-gap: 30px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .s2_div h2 {
        font-size: 26px;
    }
    .s3_div {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .s3_div ul {
        grid-template-columns: repeat(2,1fr);
    }
    .s5_b {
        flex-direction: column-reverse;
    }
    .s5_b > div {
        width: 100%;
    }
    .s5_t h2 {
        font-size: 30px;
    }
    .s6_div {
        padding: 10% 10px;
        box-sizing: border-box;
    }
    .s6_div h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .s6_div p {
        font-size: 12px;
    }
}

@media all and (max-width:700px) {}
