@charset "utf-8";

/*----------------------------------------------
  ログイン前TOP・会員TOP
------------------------------------------------*/
/*-------------- スライダー共通 --------------*/
/*ページャー*/
.oi8-share-swiper-slider-pagination-area .swiper-pagination {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
    scrollbar-width: thin;
}
.oi8-share-swiper-slider-pagination-area .swiper-pagination.scrollable {
    overflow-x: auto;
    scrollbar-width: none;
}
.oi8-share-swiper-slider-pagination-area .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 1.5rem;
    position: relative;
    background-color: #777680;
    flex: 0 0 auto;
}
.oi8-share-swiper-slider-pagination-area .swiper-pagination-bullet::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 5px solid #F5FAFB;
    border-radius: 50%;
}
.oi8-share-swiper-slider-pagination-area .swiper-pagination-bullet-active {
    background-color: #263DB5;
}
.oi8-share-swiper-slider-pagination-area .swiper-pagination-bullet-active::before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 2px;
    border: 3px solid #F5FAFB;
    border-radius: 50%;
}
/*矢印*/
.oi8-share-swiper-slider-controller {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: space-between;
    z-index: 1;
}
.oi8-share-swiper-slider-operation {
    display: flex;
}
.oi8-share-swiper-slider-arrow-button {
    display: flex;
}
.oi8-share-swiper-slider-arrow-button .swiper-button-prev,
.oi8-share-swiper-slider-arrow-button .swiper-button-next {
    width: 24px;
    height: 24px;
    margin: 1.2rem;
    position: static;
}
.oi8-share-swiper-slider-arrow-button .swiper-button-prev:after,
.oi8-share-swiper-slider-arrow-button .swiper-button-next:after {
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
}
.oi8-share-swiper-slider-arrow-button .swiper-button-prev:after {
    background-image: url(../image/icon_chevron_left.svg);
}
.oi8-share-swiper-slider-arrow-button .swiper-button-next:after {
    background-image: url(../image/icon_chevron_right.svg);
}
/*再生・停止*/
.oi8-share-swiper-slider-togglebtn {
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 1.2rem;
    border: none;
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}
.oi8-share-swiper-slider-togglebtn.stop {
    background-image: url(../image/icon_pause.svg);
}
.oi8-share-swiper-slider-togglebtn.start {
    background-image: url(../image/icon_play.svg);
}

/*-------------- スライダー（ログインフォーム上部） --------------*/
.oi8-share-topics-slider .swiper-slide {
    background-color: #fff;
    border-radius: 1.6rem;
}

.oi8-share-topics-slider .swiper-slide a {
    background-color: #fff;
    border-radius: 1.6rem;
    display: block;
}

.oi8-share-topics-slider .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 1.6rem;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.oi8-share-topics-slider .oi8-share-swiper-slider-controller {
    margin: 0.5rem 0 1rem;
}
.oi8-share-topics-slider-pagination.scrollable {
  width: 288px;
}
/*-------------- おすすめコンテンツ --------------*/
.oi8-share-recommend-wrap {
    margin-top: 6.5rem;
    overflow: hidden;
}
.oi8-share-recommend-area {
    background-color: #E9EFF0;
    padding: 6.5rem 8.5rem;
    border-top-left-radius: 3.2rem;
    border-bottom-left-radius: 3.2rem;
    position: relative;
}
.oi8-share-recommend-area::after {
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    background-color: #E9EFF0;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0;
}
.oi8-share-recommend-slider a {
    display: block;
    color: #46464F;
    text-decoration: none;
}
.oi8-share-recommend-slider a:hover {
    opacity: 0.75;
}
.oi8-share-recommend-slider .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 1.6rem;
    aspect-ratio: 16/9;
}
.oi8-share-recommend-slider .oi8-share-recommend-slider-title {
    color: #263DB5;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 1.6rem;
    margin-bottom:0.7rem;
}
.oi8-share-recommend-slider .oi8-share-recommend-slider-title + p {
    line-height: 1.75;
}
.oi8-share-recommend-slider .oi8-share-swiper-slider-controller {
    position: absolute;
    top: 6.5rem;
    right: 8.5rem;
    z-index: 1;
    max-width: 760px;
}
.oi8-share-recommend-slider-pagination.scrollable {
  width: 760px;
}
/*-------------- お知らせ --------------*/
.oi8-share-news-area {
    padding: 6.5rem 8.5rem 3.2rem;
    display: flex;
}
.oi8-share-news-title {
    width: 299px;
    padding-right: 5rem;
}
.oi8-share-news-txt-maintenance {
    font-weight: 700;
    margin-bottom: 3.6rem;
}
.oi8-share-news-contents {
    flex: 1;
    display: flex;
    flex-direction: column;
}
/*もっと見る*/
.oi8-share-news-list li:nth-child(n+6) {
    display: none;
}
.oi8-share-news-contents .oi8-secondary-button button {
    width: 365px;
    margin: 3rem auto 0;
    cursor: pointer;
}
.oi8-share-news-contents .oi8-secondary-button button::after {
    background-image: url(../image/icon_plus.svg);
    background-color: #AAEAFE;
}
.oi8-share-news-contents .oi8-secondary-button.close button::after {
    background-image: url(../image/icon_minus.svg);
}
/*お知らせリスト*/
.oi8-share-news-list li {
    border-bottom: 1px solid #C7C5D0;
}
.oi8-share-news-list li:first-child {
    border-top: 1px solid #C7C5D0;
}
.oi8-share-news-list a,
.oi8-share-news-list li > div {
    padding: 2.4rem 5.4rem 2.4rem 0;
    font-size: 1.8rem;
    color: #191C1D;
}
.oi8-share-news-list a {
    display: block;
    text-decoration: none;
    position: relative;
}
.oi8-share-news-list a:hover {
    opacity: 0.7;
}
.oi8-share-news-list a::after {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 2.7rem;
    right: 1.3rem;
    background: url(../image/icon_arrow_right.svg) no-repeat center center;
    background-color: #E9EFF0;
    border-radius: 50%;
}
.oi8-share-news-list span {
    display: block;
    font-size: 1.4rem;
    margin-top: 0.5rem;
    color: #46464F;
}
@media screen and (max-width: 440px), screen and (max-width: 956px) and (orientation: landscape) {
/*----------------------------------------------
  ログイン前TOP・会員TOP
------------------------------------------------*/
/*-------------- スライダー共通 --------------*/
    .oi8-share-swiper-slider-pagination-area .swiper-pagination-bullet {
        margin-left: 1rem;
        margin-right: 1rem;
    }
/*-------------- スライダー（ログインフォーム上部） --------------*/
    .oi8-share-topics-slider {
        padding: 0 2.4rem;
    }
    .oi8-share-topics-slider-pagination.scrollable {
        width: 190px;
    }
/*-------------- おすすめコンテンツ --------------*/
    .oi8-share-recommend-wrap {
        margin-top: 4.8rem;
    }
    .oi8-share-recommend-area {
        padding: 4.5rem 0 2.4rem 2.4rem;
        border-top-left-radius: 3.2rem;
        border-bottom-left-radius: 3.2rem;
        position: relative;
    }
    .oi8-share-recommend-slider {
        margin-top: 0.6rem;
    }
    .oi8-share-recommend-slider .oi8-share-swiper-slider-controller {
        position: relative;
        max-width: none;
        margin-top: 2.4rem;
        top: auto;
        left: 0;
    }
    .oi8-share-recommend-slider-pagination.scrollable {
        width: 190px;
    }
/*-------------- お知らせ --------------*/
    .oi8-share-news-area {
        background: none;
        padding: 4.8rem 2.4rem;
        display: block;
    }
    .oi8-share-news-title {
        width: auto;
        padding-right: 0;
        margin-bottom: 2.4rem;
    }
    .oi8-share-news-txt-maintenance {
        margin-bottom: 3.2rem;
    }
    .oi8-share-news-contents .oi8-secondary-button button {
        width: 100%;
    }
    .oi8-share-news-contents {
        position: relative;
    }
    /*お知らせリスト*/
    .oi8-share-news-list a,
    .oi8-share-news-list li > div {
        padding: 2.4rem 3rem 2.4rem 0;
    }
    .oi8-share-news-list a::after {
        top: 0;
        bottom: 0;
        right: 0;
        margin-top: auto;
        margin-bottom: auto;
    }
}