﻿@charset "utf-8";

.topicCollaboWrap {
    width: 100%;
    color: #ffffff;
}
.topicCollaboWrap>div {
    width: 90%;
    max-width: 650px;
    border-bottom: #ffffff 1px solid;
    margin: 0 auto;
}
.topicCollaboWrap>div h3 {
    text-align: center;
}
    .topicCollaboWrap ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        margin: 20px 0 50px;
        list-style-type: none !important;
    }
.topicCollaboWrap ul li {
    margin: 10px 10px;
}
    .topicCollaboWrap ul li a {
        color: #ffffff;
        border-bottom: none;
        text-decoration: none !important;
    }

.collabo_catch {
    width: 95%;
    margin: 0 auto 50px;
}
.collabo_catch h3 {
    text-align: center;
}

/* swiper
--------------------------*/
.swiper-slide img {
    width: 100%;
}
.swiper-slide h3 {
    width: 100%;
    min-height: 120px;
    font-size: 1.0rem;
}

/* swiper 矢印 ここで飛ばしてます
--------------------------*/
.swiper-button-prev {
    left: -100%;
}

.swiper-button-next {
    right: -100%;
}

/*//新たなボタンを設置
------------------------*/
.swiper-button-prev-a {
    background-image: url(../img/circlearrow_l.png);
    position: absolute;
    top: calc(50% - 95px);
    right: auto;
    left: -75px;
    width: 64px;
    height: 64px;
}

.swiper-button-next-a {
    background-image: url(../img/circlearrow_r.png);
    position: absolute;
    top: calc(50% - 95px);
    left: auto;
    right: -75px;
    width: 64px;
    height: 64px;
}

.swiper-button-prev-a,
.swiper-button-next-a {
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}
@media (max-width: 720px) {
    .swiper-button-prev-a,
    .swiper-button-next-a {
        background-size: 65%;
    }
}

.allCollaboWrap {
    width: 100%;
    margin: 100px 0;
}
.allCollaboTitle {
    text-align: center;
    margin: 50px 0 20px;
}
.initialWrap {
    margin-bottom: 100px;
}
.initial {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0;
    list-style-type: none !important;
    padding-left: 0 !important;
}
    .initial li {
        margin: 10px 7px;
    }
        .initial li a {
            color: #ffffff;
        }

.itemWrap {
    width: 95%;
    max-width: 1200px;
    margin: 15px auto;
}
.itemTitle {
    width: 93%;
    cursor: pointer;
    transition: all .5s ease;
}
    .itemTitle h3 {
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
    }
        .itemTitle h3:before {
            content: '';
            display: inline-block;
            width: 30px;
            height: 30px;
            background: url(../img/arrow_drop.png) no-repeat center right;
            background-size: contain;
            position: absolute;
            /* vertical-align: middle; */
            right: 0;
            left: 100%;
            transition: transform 0.6s;
        }
    .itemTitle.close h3:before {
        transform: rotate(180deg);
        transform-origin: 50% 50%;
    }

.itemContainer {
    display: none;
    width: 100%;
}
.mb_setting {
    margin-bottom: 20px;
}
.so_text {
    margin-bottom: 5px;
}
.so_text p {
    color: #ffffff;
    font-size: 1.0rem;
}
.so_line {
    width: 100%;
    border-bottom: #C4C4C4 1px solid;
    margin: 0 0 20px;
}
.itemWrapBtmline {
    width: 99%;
    margin: 0 auto;
    border-bottom: #52504b 1px solid;
}
.mgBottom {
    margin-bottom: 0 !important;
}