@charset "UTF-8";

/* ==========================================================
   SPONSOR STYLES (Monday Sponsor & Plans)
   ========================================================== */

/* ----------------------------------------------------------
   Sponsor Page Layout
   ---------------------------------------------------------- */
.page-id-205844 .logo--area img {
width: 420px;
margin: 0 auto;
}
.logo--area--h1 {
text-align: center;
margin: 1em 0;
}
.page-id-205844 h4 span {
    background: #f1efce;
}
.page-id-205844 .tnsb .logo--area {
    margin: 15vw 0 20px;
}
.page-id-205844 .tnsb--ico--wrap .tnsb--ico--box {
    background-color: rgba(0, 0, 0, 0.14);
}
.page-id-205844 .tnsb .btn--area a {
font-weight: 600;
font-size: 1.3em;
margin: 0 auto;
width: 12em;
background: #fff;
color: #000;
padding: 0.7em 1.5em;
border-radius: 100px;
display: block;
text-align: center;
    border: 2px solid #000;
}
.page-id-205844 .tnsb .btn--area a:hover {
    background: rgba(54, 54, 54, 0);
    color: #fff;
    border: 2px solid #000;
    border-radius: 50px;
    font-weight: 600;
    background: #000;
}
.sponsor-img {
    position: relative;
    top: -530px;
    margin-bottom: -530px;
    z-index: -1;
    border-bottom: 1px solid #e4e4e4;
}

/* ----------------------------------------------------------
   Slideshow & List
   ---------------------------------------------------------- */
#slideshow-container {
    position: relative;
    width: 100%;
    height: 42vw;
}
.fade-img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0s ease-in-out;
}
.fade-img:not(:first-child) {
    opacity: 0;
}

ul.sponsor-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3% 0 3%;
    width: 13.5%;
}

/* 今週のスポンサー (NOW) */
ul.sponsor-list.now {
    padding: 3.3vw 0 2vw;
    text-align: center;
    margin-bottom: 5vw;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}
ul.sponsor-list.now:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    content: '今週の月曜スポンサー';
    width: 12em;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    color: #000;
    font-size: .9em;
    padding: 0 1em;
    border-radius: 0 0 1.5em 1.5em;
    margin: auto;
}
ul.sponsor-list.now li {
    display: inline-block;
    vertical-align: middle;
    padding: 3%;
    width: 20%;
}

/* 過去のスポンサー (END) */
ul.sponsor-list.end {
    padding: 2vw 0 0;
    position: relative;
}
ul.sponsor-list.end li img {
    padding: 2vw 0;
    filter: grayscale(100%);
    opacity: .3;
    transition: ease-in-out .3s;
}
ul.sponsor-list.end li img:hover {
    filter: grayscale(0%);
    opacity: 1;
}
ul.sponsor-list.end li a {
    display: block;
}
.sponsor ul.contents li:before {
    content: '●';
    color: blue;
    margin-right: 0em;
    font-size: 2em;
    position: relative;
    top: 0.18em;
}

/* ----------------------------------------------------------
   Sponsor Plans
   ---------------------------------------------------------- */
ul.sponsor-plan {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 40px 0 0;
}
ul.sponsor-plan > li {
    width: 33.33%;
    border: 1px solid #ccc;
    padding: 3%;
    box-sizing: border-box;
    position: relative;
    transition: ease-in-out .2s;
}
ul.sponsor-plan:hover > li {
    opacity: .5;
}
ul.sponsor-plan > li:hover {
    border: 1px solid #000;
    z-index: 1;
    border-radius: 12px !important;
    opacity: 1;
}
ul.sponsor-plan > li:nth-child(1) {
    border-radius: 6px 0 0 6px;
    right: -1px;
}
ul.sponsor-plan > li:nth-child(3) {
    border-radius: 0 6px 6px 0;
    left: -1px;
}

ul.sponsor-plan > li > .tit {
    font-weight: 600;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: .5em;
}
ul.sponsor-plan > li > .tex {
    border-top: 1px solid #ccc;
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    text-align: center;
}
ul.sponsor-plan > li > .price {
    font-size: 2.2em;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0;
}
ul.sponsor-plan > li > .price > span {
    font-size: 0.6em;
    position: relative;
    top: -0.4em;
    left: -0.1em;
}
ul.sponsor-plan > li > .schedule {
    text-align: center;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #ccc;
}
ul.sponsor-plan > li > .schedule > p {
    padding: 0 1em;
    border-radius: 30px;
    display: inline-block;
}
ul.sponsor-plan > li > .detail {
    font-size: .86em;
}
ul.sponsor-plan > li > ul.detail li:before {
    content: '';
    width: 1.1em;
    height: 1.1em;
    background-image: url(../images/ico/ico_check.png);
    display: inline-block;
    background-size: contain;
    position: relative;
    top: 0.15em;
    margin-right: 0.4em;
}
ul.sponsor-plan > li > ul.detail li {
    margin: 0 0 0.4em;
}
ul.sponsor-plan > li > ul.detail li.off {
    opacity: .16;
}

/* ----------------------------------------------------------
   Responsive Styles
   ---------------------------------------------------------- */
@media(max-width:1029px) {
    #slideshow-container {
        height: 55vw;
        width: 110vw;
        left: -4vw;
    }
    .sponsor-img {
        top: -47vw;
        margin-bottom: -47vw;
        position: absolute;
    }
    .page-id-205844 .tnsb .btn--area a {
        font-size: 1em;
    }
}

@media(max-width:780px) {
    .page-id-205844 .sp--wrap {
        padding: 0vh 0 33vh;
    }
    ul.sponsor-list.now {
        padding: 10vw 0 6vw;
        margin-bottom: 0vw;
    }
    ul.sponsor-list.now li {
        width: 40%;
    }
    .scrollx {
        overflow: scroll;
        border-right: 1px solid #ccc;
        position: relative;
        left: -20px;
        margin: 0 -20px 0 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .scrollx::-webkit-scrollbar {
        display: none;
    }
    ul.sponsor-plan {
        width: 700px;
        margin: 20px;
    }
    ul.sponsor-plan > li {
        padding: 2%;
        width: 226px;
    }
    ul.sponsor-plan > li > ul.detail {
        font-size: .9em;
    }
    ul.sponsor-plan:hover > li {
        opacity: 1;
    }
    ul.sponsor-plan > li:hover {
        border: 1px solid #ccc;
        z-index: 1;
        border-radius: 12px !important;
        opacity: 1;
    }
    ul.sponsor-plan > li:nth-child(1):hover { border-radius: 3px 0 0 3px !important; }
    ul.sponsor-plan > li:nth-child(2):hover { border-radius: 0 !important; }
    ul.sponsor-plan > li:nth-child(3):hover { border-radius: 0 3px 3px 0 !important; }
    ul.sponsor-list li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 3% 7% 3%;
        width: 26.5%;
    }
}

@media(max-width:444px) {
    .sponsor-img {
        top: -80vw;
        margin-bottom: -80vw;
    }
    .page-id-205844 .logo--area img {
        width: 70%;
    }
    .page-id-205844 h4 span{
        background: none !important;
    }
}