@charset "UTF-8";

/* スリック制御 */
.slick-slide img {
    max-width: 1600px;
    height: auto;
    z-index: 0;
}
@media (max-width: 1680px) {
    .slick-slide img {
        max-width: 1200px;
    }
}
.slick-slide {
    opacity: .5;
}
.slick-current {
    opacity: 1;
}

/* メインコンテンツ */
.container {
    max-width: 940px;
    margin: 0 auto 40px;
}
/* new topics */
.topics {
    width: 52%;
    overflow: scroll;
}
.topics > div {
    height: 100%
}
.topics h3 {
    font-size: 1.8rem;
    margin-top: 15px;
    text-align: center;
    line-height: 2.3rem;
}
.topics ul {
    margin: 0;
    padding: 10px 20px;
}
.topics ul li {
    padding-right: 40px;
    position: relative;
    margin-bottom: 7px;
    word-break: break-word;
}
.topics ul li:last-child {
    margin-bottom: 0;
}
.topics ul li.new:after {
    content: "NEW";
    position: absolute;
    padding: 2px;
    margin-left: 5px;
    width: 28px;
    height: 16px;
    line-height: 1.7rem;
    font-size: 1.2rem;
    color: #fff;
    background: #E4001F;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/* movie */
.movie {
    width: 45%;
}

/* Join Us */
.joinus section {
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
	box-shadow: 2px 2px 4px #d7d5d5;
}
.joinus section:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: 0;
}
.joinus section:before {
    content: "";
    background-image: url(/toyosu/common/images/joinus.png);
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;

}
.Enjoinus section:before {
background-size: contain;
}
.joinus section div {
    position: relative;
    width: 100%;
    z-index: 2;
}
.joinus section h3 {
    font-size: 3.0rem;
    margin: 20px 0 15px;;
    text-align: center;
}
.joinus section p {
    width: 49%;
    margin-bottom: 20px;
    padding-left: 30px;
    line-height: 2.7rem;
}
.joinus section a {
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .container {
        width: 95%;
    }
    .slick-slide img {
        padding-top: 78px;
    }
    .mainText {
        color: #202020;
        background: #fff;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        font-size: 0;
    }
    .mainText h2 {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .mainText p {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .mainVisual img {
        width: 100%;
    }
    .topics {
        display: flex;
        align-items: center;
    }
    /*.topics .flex {
        justify-content: center;
    }*/
     .joinus section {
        flex-wrap: wrap;
    }
    .joinus section:before {
        content: none;
    }
    .joinus section p {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .joinus section img {
        width: 100%;
        margin-left: auto;
    }
}
@media (max-width: 768px) {
	.flex.between {
        display: block;
    }
    .topics {
        width: 100%;
        display: block;
        max-height: 250px;
    }
    .topics h3 {
        /*padding-top: 15px;*/
    }
    .movie {
        width: 100%;
    }
    .movie > div > div {
        padding-bottom: 0;
    }
    .joinus section p {
        margin-bottom: 10px;
    }
 }

