section#main_visual-home {
    width: 100%;
    display: block;
    position: relative;
    opacity: 0;
}

.main_visual-wrapper {
    width: 100%;
    padding: 118px 0px 34px;
    background: rgb(235, 235, 238);
    display: block;
    position: relative;
}

.main_visual-container {
    width: 100%;
    max-width: 1500px;
    margin: 0px auto;
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    align-items: center;
    position: relative;
}

.mv-logo {
    width: 20.0469%;
    height: 0px;
    margin: auto;
    padding-top: 1.70683%;
    background: url("../../images/index/mv_logo.png") 0px 0px / 100% no-repeat;
    font-size: 0px;
    position: absolute;
    inset: 0px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oct_box-left,
.oct_box-right {
    display: block;
    position: relative;
    width: 100%;
    height: 0px;
    max-width: 750px;
    padding-top: 100%;
    z-index: 1;
}

p.mv-text {
    width: 10.2735%;
    height: 0px;
    margin: auto;
    padding-top: 27.0847%;
    background: url("../../images/index/mv_copy.png") 0px 0px / 100% no-repeat;
    font-size: 0px;
    position: absolute;
    inset: 0px;
    z-index: 10;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.oct_box-left {
    background: rgb(234, 96, 0);
    clip-path: polygon(29.3% 0%, 70.7% 0%, 100% 29.3%, 100% 70.7%, 70.7% 100%, 29.3% 100%, 0% 70.7%, 0% 29.3%);
}

.oct_box-right {
    mask-image: url("../../images/index/oct.svg");
    mask-repeat: no-repeat;
    mask-position: 0px 0px;
    mask-size: auto 100%;
}

.oct_box-right>div {
    margin: auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.oct_box-right .swiper-slide {
    margin: 0px;
    position: relative;
    top: 0;
    left: 0;
}

.oct_box-right>div img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
}

#main_visual-home .oct_box-right .swiper-slide-active img,
#main_visual-home .oct_box-right .swiper-slide-duplicate-active img {
    animation: 4s ease-out 0s 1 normal both running zoomIn;
}

@keyframes zoomIn {
    0% {
        transform: scale(1.1);
    }

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

@media (max-width: 767px) {

    .main_visual-wrapper {
        padding: 15.743829219479652% 0 4.536357571714476%;
    }
}

section#main_visual-home .swiper-pagination {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}

#main_visual-home .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: rgb(197, 197, 197);
    opacity: 1;
    margin: 0px 10px;
    cursor: pointer;
    transition: background 0.3s;
}

#main_visual-home .swiper-pagination-bullet-active {
    background: rgb(254, 126, 0);
    opacity: 1;
}

@media (max-width: 767px) {
    section#main_visual-home .swiper-pagination {
        margin: 15px 0px 30px;
    }

    #main_visual-home .swiper-pagination-bullet {
        margin: 0px 4px;
    }
}

@media (min-width:768px),
print {

    #gNavi>ul>li>a,
    #gNavi .menu__multi_ttl>span,
    #header .hd_subnemu_box>li a {
        color: #2c2c2c;
    }

    #header .hd_subnemu_box>li:before,
    #header .hd_subnemu_box>li:first-of-type:after {
        background-color: #c6c6c6;
    }
}