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

.mainvisual {
    height: 100vh;
}

@media (max-width: 767px) {
    .mainvisual {
        height: 90vh;
        position: relative;
    }
}

.pattern {
    width: 100%;
    height: 100%;
    background: url(http://www.webcreatorbox.com/sample/images/yokojima.png);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

video {
    background-color: #000;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    /*left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;*/

    position: fixed;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100vh;
    min-width: 100vw;

}

#video2,
#video3,
#video4,
#video5 {
    display: none;
}


/*スクロールダウン*/

.scrolldown1 {
    position: absolute;
    left: 50%;
    bottom: 10px;
    height: 50px;
    z-index: 8;
}

@media (max-width: 767px) {
    .scrolldown1 {
        bottom: 14vh;
    }
}

.scrolldown1 span {
    position: absolute;
    left: -25px;
    top: -20px;
    color: #eee;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.05em;
    word-break: initial;
}

.scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #eee;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 30px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

/*==========================================================================================
VISION
==========================================================================================*/

.vision {
    border-radius: 2px;
    padding-bottom: 160px;
    background: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 767px) {
    .vision {
        padding-bottom: 60px;
    }
}

.vision .tit_vision {
    text-align: left;
    font-size: 200px;
    color: #fff;
    margin-top: 0;
}

@media screen and (max-width: 900px) {
    .vision .tit_vision {
        font-size: 180px;
    }
}

@media screen and (max-width: 767px) {
    .vision .tit_vision {
        text-align: left;
        font-size: 100px;
        color: #fff;
        margin-top: 0;
    }
}

.business_box .Item-Box-ImgBox-Img:hover {
    opacity: 0.4;
    transition: 0.6s;
}

.business_box .Item-Box-ImgBox::after {
    content: "";
    background: #ffe815;
    width: 100%;
    height: 100%;
    position: absolute;
}

.tit_vision .title_lr {
    text-shadow: 40px 40px 80px #d8d8d8;
}

@media screen and (max-width: 767px) {
    .tit_vision .title_lr {
        letter-spacing: -6px;
    }
}

.tit_vision .title_lr span:nth-of-type(even) {
    color: #fff386;
    text-shadow: 1px 1px 0 #ffe815;
}

.tit_vision .title_lr span:nth-of-type(odd) {
    text-shadow: 1px 1px 0 #ffe815;
}

.tit_vision .tit_vision_sub {
    margin-top: -120px;
}

@media screen and (max-width: 767px) {
    .tit_vision .tit_vision_sub {
        margin-top: -80px;
        line-height: 1.2;
    }
}

.vision p {
    font-size: 20px !important;
    position: relative;
    z-index: 4;
}

@media screen and (max-width: 660px) {
    .vision p {
        position: relative;
        z-index: 4;
        padding-top: 53vh;
        font-size: 18px;
    }
}

.v5 {
    position: absolute;
    top: -30px;
    right: -180px;
    z-index: 4
}

@media screen and (max-width: 1200px) {

    .v5 {
        top: 120px;
    }
}

@media screen and (max-width: 1100px) {
    .v5 {
        top: 140px;
    }
}

@media screen and (max-width: 767px) {
    .v4 {
        top: -20px;
    }

    .v5 {
        top: -70px;
        right: -20px;
    }
}

.v5 .Item {
    width: 450px;
    height: 640px
}

@media screen and (max-width: 1200px) {
    .v5 .Item {
        width: 410px;
        height: 550px;
    }
}

@media screen and (max-width: 1200px) {
    .v5 .Item {
        width: 250px;
        height: 380px
    }
}

.v5 .Item .Item-Box-ImgBox-Img {
    background-size: cover;
    background-position: right;
}

.v3 {
    position: absolute;
    top: 670px;
    left: -210px;
    z-index: 4;
}

@media screen and (max-width: 1200px) {
    .v3 {
        top: 700px;
        right: -18px;
    }
}

@media screen and (max-width: 767px) {
    .v3 {
        top: 170px;
        left: -68px;
    }
}

.v3 .Item {
    width: 320px;
    height: 400px;
}

@media screen and (max-width: 767px) {
    .v3 .Item {
        width: 220px;
        height: 180px;
    }
}

.v3 .Item .Item-Box-ImgBox-Img {
    background-size: cover;
    background-position: left;
}

.v4 {
    position: absolute;
    top: 20px;
    right: -60px;
}

.v4 .Item {
    width: 400px;
    height: 500px;
}

@media screen and (min-width: 767px) and (max-width: 1200px) {

    .v4 {
        top: 90px;
        right: -120px;
    }
}

@media screen and (max-width: 767px) {
    .v4 .Item {
        width: 340px;
        height: 380px;
    }
}

.v4 .Item-Box-ImgBox-Img {
    background: hsl(54, 100%, 54%, 0.7);
}

.vision_text {
    text-align: left;
    margin-left: 174px !important;
    line-height: 1.6 !important;
}

@media screen and (max-width: 1200px) {
    .vision_text {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .vision_text {
        text-align: left;
        margin-left: 0 !important;
        line-height: 1.6 !important;
    }
}

.img_vision_1 {
    background: url('../image/img1.png') no-repeat center;
}

.img_vision_2 {
    background: url('../image/img1.png') no-repeat center;
}

#govision .contents-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}



/*==========================================================================================
MISSION
==========================================================================================*/

.mission {
    border-radius: 2px;
    width: auto;
    background: none;
}

.mission p {
    font-size: 18px !important;
}

.mission .title_area {
    padding-bottom: 120px;
    background: linear-gradient(70deg, rgba(0, 225, 255, 0.5) 0%, rgb(32, 162, 202) 50%, rgba(49, 207, 255) 100%);
}

@media screen and (max-width: 767px) {
    .mission .title_area {
        padding-top: 10px;
        padding-bottom: 0;
        border-bottom: 1px solid #333;
    }
}

.mission_list {
    display: flex;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 0;
    flex-wrap: nowrap;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .mission_list {
        padding-top: 20px;
    }
}

.mission_list div {
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
    .mission_list div {
        top: 26%;
    }
}

.mission_list li {
    list-style: none;
    height: 500px;
    text-align: center;
    flex-grow: 1;
    overflow: hidden;
    transition: .8s;
}

.mission_list li:nth-of-type(1) {
    transform: translate(24px, 10px) skewX(-8deg);
}

.mission_list li:nth-of-type(2) {
    transform: translateY(0px) skewX(-8deg);
}

.mission_list li:nth-of-type(3) {
    transform: translateY(24px) skewX(-8deg);
}

.mission_list li:nth-of-type(4) {
    transform: translateY(0px) skewX(-8deg);
}

.mission_list li:nth-of-type(5) {
    transform: translateY(24px) skewX(-8deg);
}

.mission_list li a {
    color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

.mission_list li a h3 {
    color: #fff;
}

.mission_list .mission_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: overlay;
    background-size: 1600px;
    transform: none;
}

.mission_list li:hover .mission_bg {
    background-color: rgba(0, 0, 0, 0.6);
}

.mission_list li:hover {
    transition: .8s;
    flex-grow: 20;
}

.mission_list li span {
    display: block;
    font-weight: bold;
    padding-top: 72px;
    opacity: 1;
    transition: 0.8s ease;
    transform: translateY(100px);
    font-size: 1.5rem;
    text-shadow: 0 0 12px rgb(0, 0, 0);
}

@media screen and (max-width: 767px) {
    .mission_list li span {
        padding-top: 0;
        line-height: 3;
    }
}

.mission_list li:hover span {
    opacity: 1;
    transform: translateY(0);
    text-shadow: 0 0 6px rgb(255, 255, 255);
}

.mission_list li strong {
    display: block;
    font-size: 120px;
    white-space: nowrap;
    opacity: 0.5;
    transition: .3s;
    transform: translateX(100px);
    font-weight: 400;
}

@media screen and (max-width: 1200px) {
    .mission_list li strong {
        font-size: 100px;
    }
}

.mission_list li:hover strong {
    opacity: 1;
    transform: translateX(0);
    transition: 0.8s ease;
    text-shadow: 0 0 6px rgb(255, 255, 255);
}

.mission_list li div {
    position: absolute;
}

.mission_list.visible li:nth-of-type(1) {
    animation-delay: 0.1s;
}

.mission_list.visible li:nth-of-type(1) {
    animation-delay: 0.2s;
}

.mission_list.visible li:nth-of-type(1) {
    animation-delay: 0.3s;
}

.mission_list.visible li:nth-of-type(1) {
    animation-delay: 0.4s;
}

.mission_list.visible li:nth-of-type(1) {
    animation-delay: 0.5s;
}

.mission_list li p {
    opacity: 0;
    position: absolute;
    transition: 0.8s ease;
    min-width: 640px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .mission_list li p {
        min-width: 400px;
        width: 80%;
        font-weight: normal;
        font-size: 18px !important;
    }
}

.mission_list li:hover p {
    opacity: 1;
}

/*========== MISSION SP ==========*/
@media screen and (max-width: 767px) {

    .mission_list {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .mission_list li {
        height: 140px;
    }

    .mission_list li:hover {
        height: 460px;
    }

    .mission_list li:nth-of-type(1) {
        transform: translate(0) skewX(0);
    }

    .mission_list li:nth-of-type(2) {
        transform: translateY(0) skewX(0);
    }

    .mission_list li:nth-of-type(3) {
        transform: translateY(0) skewX(0);
    }

    .mission_list li:nth-of-type(4) {
        transform: translateY(0) skewX(0);
    }

    .mission_list li:nth-of-type(5) {
        transform: translateY(0) skewX(0);
    }

    .mission_list li strong {
        font-size: 70px;
    }

    .mission_list li p {
        max-width: 100%;
        min-width: 300px;
        margin: 10px auto 0 auto;
        font-size: 16px !important;
        font-weight: normal;
    }

}


/*==========================================================================================
BUSINESS
==========================================================================================*/

.business .title_area h2 strong {
    font-family: sans-serif;
}

@media screen and (max-width: 767px) {
    .business .title_area {
        padding: 1px 0;
    }
}

.business_wrap {
    display: flex;
    flex-wrap: wrap;
    z-index: 50;
    position: relative;
}

.business_wrap a {
    display: block;
}

.business_box {
    position: relative;
    margin-bottom: 20px;
}

.business_box h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #000;
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .business_box .Item-Box-ImgBox-Img {
        background-size: cover !important;
    }
}

.business_box .Item-Box-ImgBox-Img:hover {
    opacity: 0.4;
    transition: 0.6s;
}

.business_box .Item-Box-ImgBox::after {
    content: "";
    background: #ffe815;
    width: 100%;
    height: 100%;
    position: absolute;
}

.container .column:nth-of-type(even) {
    margin-top: 100px;
}

.column .business_box p {
    font-weight: normal;
    line-height: 1.8;
    margin-bottom: 0;
}

.business_box img {
    width: 100%;
    max-height: 590px;
    object-fit: cover;
    object-position: top;
}

.business .container {
    width: 84%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width:1200px) {
    .business .container {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .business .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.business .container:last-of-type {
    height: 440px;
}

@media screen and (max-width:1200px) {
    .business .container:last-of-type {
        height: 700px;
    }
}

@media screen and (max-width: 767px) {
    .business .container:last-of-type {
        height: auto;
    }
}

.column {
    width: 100%;
    z-index: 50;
    position: relative;
}

@media (min-width: 1024px) {
    .column {
        width: calc(50% - 130px / 2);
    }
}

.column p {
    font-size: 1rem;
}

.business .rellax {
    background-size: cover;
}

.business .rellax2 {
    background-size: cover;
}

@media screen and (max-width: 1200px) {
    .business_wrap .business_box {
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

@media screen and (max-width: 767px) {
    .container .column:nth-of-type(even) {
        margin-top: 0;
    }
}

.business_wrap .img_ip_creation,
.business_wrap .img_virtual_entertainment,
.business_wrap .img_artist_management,
.business_wrap .img_music_label,
.business_wrap .img_software,
.business_wrap .img_merchandising {
    background-size: cover;
}

.business_wrap .img_artist_management {
    background-position: right;
}

/*==========================================================================================
NEWS
==========================================================================================*/

.news {
    padding-bottom: 100px;
}

.news strong {
    margin-left: -2px !important;
}

.news .swiper-container {
    width: 100%;
    height: auto;
    overflow: visible !important;
}

.news .swiper-slide {
    text-align: center;
    width: 100%;
    max-width: none;
    height: auto;
    object-fit: cover;
    padding: 0 30px;
    padding-top: 30px;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .news .swiper-slide {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-top: 0;
    }
}

.news .swiper-slide a {
    border-radius: 2px;
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

.news .swiper-3d .swiper-slide-shadow-left,
.news .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) !important;
}

.news .swiper-slide h3 {
    color: #181717;
    font-size: 0.9rem;
    padding: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media (max-width: 767px) {
    .news .swiper-slide h3 {
        padding: 0 14px;
    }
}

.news .swiper-slide img {
    max-width: 100%;
    height: 22vw;
    object-fit: cover;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .news .swiper-slide img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 1024px) {
    .news .swiper-slide img {
        width: 100% !important;
    }
}

@media (min-width: 1400px) {
    .news .swiper-slide img {
        width: 80% !important;
        height: auto;
        margin: 0 auto;
    }
}

.news .news_info {
    display: flex;
    justify-content: space-between;
    padding: 0 0 6px 0;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .news .news_info {
        padding: 0 14px 6px 14px;
    }
}

.news .news_info div:nth-of-type(1) {
    font-size: 0.8rem;
    color: #000;
    padding-top: 6px;
}

.news .news_info div:nth-of-type(2) {
    font-size: 0.8rem;
    color: #000;
    border: 1px solid #000;
    border-radius: 2px;
    padding: 0 8px;
    align-items: center;
    line-height: 2;
}

.news .swiper-container-3d .swiper-slide-shadow-left,
.news .swiper-container-3d .swiper-slide-shadow-right {
    background-image: none !important;
}

.news_btn {
    margin: 0 auto;
    width: 277px;
}

.swiper-pagination {
    position: relative !important;
    margin: 20px 0;
}

.btn_sponly {
    display: inline-block !important;
}

@media (min-width: 767px) {
    .btn_sponly {
        display: none !important;
    }
}

.btn_pconly {
    display: none !important;
}

@media (min-width: 767px) {
    .btn_pconly {
        display: inline-block !important;
    }
}

.news_cat li {
    border: 1px solid #CCC;
    padding: 0 10px;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    margin-left: 4px;
    color: #333;
    background: #FFFFFF;
}

.swiper-button-next {
    right: -77%;
    height: 100%;
    width: 100%;
    top: 0;
    transition: .3s;
}

.swiper-button-prev {
    left: -77%;
    height: 100%;
    width: 100%;
    top: 0;
    transition: .3s;
}

.swiper-button-prev:hover:before {
    content: "";

}

@media (max-width: 767px) {

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

.swiper-slide a .mask {
    border-radius: 6px;
    overflow: hidden;
}

.swiper-slide a:hover .mask::before,
.swiper-slide a:hover .mask::after {
    opacity: 1;
    transform: scale(1);
}

.swiper-slide a .mask::before {
    border-top: 2px solid #ffe815;
    border-bottom: 2px solid #ffe815;
    transform: scale(0, 1);
}

.swiper-slide a .mask::after {
    border-right: 2px solid #ffe815;
    border-left: 2px solid #ffe815;
    transform: scale(1, 0);
}

.swiper-slide .mask::before,
.swiper-slide .mask::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    content: "";
    opacity: 0;
    transition: .3s ease-in-out;
}

.swiper-slide img {
    display: block;
}

.swiper-slide-active {
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
    border-radius: 20px;
    overflow: hidden;
    transition: 3s;
}

.swiper-slide-active:hover {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8));
}