/* mv */
.oac-mv {
    margin-bottom: var(--section-padding);
    position: relative;
}

.oac-mv-slide-list-item {
    padding: 0 1rem;
}

.oac-mv-slide-list-item-container {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.oac-mv-slide-list-item .oac-img {
    padding-top: 171.6%;
}

.oac-mv-slide-list-item-text {
    position: absolute;
    padding: 1rem 2rem;
    background: var(--color-2);
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    top: 0;
    right: 0;
    border-radius: 0 var(--border-radius) 0 var(--border-radius);
    font-size: 1.3rem;
    line-height: 1;
    font-family: var(--font-family-ja-2);
}

body .slick-prev,
body .slick-next {
    width: 4.2rem;
    height: 4.2rem;
    background: center center / contain url('../images/common/common-arrow.svg') no-repeat !important;
    position: absolute;
    top: 50%;
    z-index: 2;
}

body .slick-prev:before,
body .slick-next:before {
    display: none;
}

body .slick-prev {
    transform: translateY(-50%);
    left: var(--inner-1);
}

body .slick-next {
    transform: translateY(-50%) rotate(-180deg);
    right: var(--inner-1);
}

body .slick-slider {
    margin-bottom: 0;
}

body .slick-list {
    margin-bottom: 3rem;
}

body .slick-dots {
    position: relative;
    bottom: auto;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

body .slick-dots li button:before {
    display: none;
}

body .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

body .slick-dots li button {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #A8A8A8;
    margin: 0 calc(var(--margin-very-small) / 2);
    transition: var(--animation-speed);
}

body .slick-dots li.slick-active button {
    background: var(--color-2);
}

.oac-mv-cc {
    position: absolute;
    left: var(--inner-1);
    bottom: calc(var(--margin-large) + 1.2rem);
}

.oac-mv-cc span {
    display: inline-flex;
    padding: var(--margin-very-small) var(--margin-small);
    background: var(--color-1);
    color: #fff;
    font-weight: bold;
    font-family: var(--font-family-ja-2);
    font-size: 2rem;
    border-radius: 1rem;
    line-height: 1.3;
    justify-content: center;
    align-items: center;
    display: block;
    width: max-content;
}

.oac-mv-cc span:first-child {
    margin-bottom: var(--margin-very-small);
}

/* news */
.oac-new-title-icon-1,
.oac-new-title-icon-2 {
    position: absolute;
}

.oac-new-title-icon-1 {
    width: 6.704rem;
    left: calc(50% - 10.5rem);
    top: 1.5rem;
    transform: translateX(-100%);
}

.oac-new-title-icon-2 {
    width: 10.469rem;
    left: calc(50% + 8.28rem);
    top: 2rem;
}

/* about */
.oac-about {
    padding-top: var(--section-padding);
    background: var(--color-base-2);
    margin-bottom: var(--section-padding);
}

.oac-about::before {
    content: "";
    display: block;
    width: 300vw;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: -100vw;
    background: var(--color-base-2);
    z-index: 0 !important;
}

.oac-about > * {
    position: relative;
    z-index: 1;
}

/* access */
.oac-access-title-icon-1,
.oac-access-title-icon-2 {
    position: absolute;
}

.oac-access-title-icon-1 {
    width: 3.727rem;
    top: 1.5rem;
    left: calc(50% - 7.1rem);
    transform: translateX(-100%);
}

.oac-access-title-icon-2 {
    width: 8.771rem;
    top: 1.5rem;
    left: calc(50% + 6.5rem);
}

.oac-access .oac-link-tab {
    justify-content: center;
    margin: 0 auto;
}

.oac-access-dl dt {
    font-weight: bold;
    margin-bottom: var(--margin-very-small);
}

.oac-access-dl dd {
    margin-bottom: var(--margin-small);
    display: grid;
    row-gap: var(--margin-very-small);
}

/* gallery */
.oac-gallery-title-icon-1,
.oac-gallery-title-icon-2 {
    position: absolute;
    bottom: 0;
}

.oac-gallery-title-icon-1 {
    width: 7.707rem;
    left: calc(50% - 8.3rem);
    transform: translateX(-100%);
}

.oac-gallery-title-icon-2 {
    width: 8.287rem;
    left: calc(50% + 8.96rem);
}

.oac-gallery-slide-list-item-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.oac-gallery-slide-list-item-grid-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.oac-gallery-slide-list-item-grid-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-size: var(--font-size-meta);
    bottom: -100%;
    transition: var(--animation-speed);
}

.oac-gallery-slide-list-item-grid-item:hover .oac-gallery-slide-list-item-grid-item-title {
    bottom: 0;
}

body .oac-gallery .slick-prev,
body .oac-gallery .slick-next {
    top: calc(50% - (calc(var(--margin-middle) + 1.2rem)) / 2);
}

@media screen and (min-width: 1024px) {

    /* mv */
    .oac-mv {
        /* max-width: 1280px; */
        margin-left: auto;
        margin-right: auto;
    }

    .oac-mv-slide-list-item {
        padding: 0 2rem;
    }

    .oac-mv-slide-list-item .oac-img {
        padding-top: 77.528089887%;
    }

    .oac-mv-slide-list-item-text {
        padding: 2rem 3rem;
        font-size: 2rem;
    }

    body .slick-prev,
    body .slick-next {
        width: 10rem;
        height: 10rem;
    }

    body .slick-list {
        margin-bottom: var(--margin-middle);
    }

    .oac-mv-cc {
        position: absolute;
        left: calc(50% - 8.75rem);
        bottom: calc(var(--margin-middle) * 2 + 1.2rem);
        transform: translateX(-100%);
    }

    .oac-mv-cc span {
        padding: 1.5rem var(--margin-middle);
        font-size: 3rem;
        display: block;
        width: max-content;
    }

    /* about */
    .oac-about .oac-d-tbpc-grid-cols-2 {
        grid-template-rows: unset;
    }

    .oac-about .oac-card {
        height: 100%;
    }


    /* news */
    .oac-new-title-icon-1,
    .oac-new-title-icon-2 {
        position: absolute;
    }

    .oac-new-title-icon-1 {
        width: 8.393rem;
        left: calc(50% - 24.75rem);
        top: 1.5rem;
    }

    .oac-new-title-icon-2 {
        width: 10.469rem;
        left: calc(50% + 24.65rem);
        top: -0.4rem;
    }

    /* access */
    .oac-access-title-icon-1 {
        width: 4.249rem;
        top: 1.5rem;
        left: calc(50% - 9.75rem);
    }

    .oac-access-title-icon-2 {
        width: 11.337rem;
        top: 1.5rem;
        left: calc(50% + 8.65rem);
    }

    /* gallery */
    .oac-gallery-title-icon-1 {
        width: 6.762rem;
        left: calc(50% - 22.75rem);
    }

    .oac-gallery-title-icon-2 {
        width: 8.671rem;
        left: calc(50% + 22.65rem);
    }

    .oac-gallery-slide-list-item-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (min-width:1280px) {
    .oac-mv-cc span {
        padding: 1.5rem var(--margin-middle);
        font-size: 4rem;
        display: block;
        width: max-content;
    }
}