@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : top.css
Description :
===================================================================== */

@media screen and (min-width: 768px) {
    .top_ttl {
        width: calc(750 / 1000 * 100%);
        margin: 0 auto;
    }
}

.hulu_contents_ttl {
    width: 90%;
    line-height: 1;
    margin: 0 auto calc(70 / 690 * 100%);
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.9));
}

.hulu_catch {
  width: 100%;
  color: #fff;
  font-size: 4.5rem;
  font-family: "Roboto", "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-top: calc(90 / 750 * 100%);
}
.hulu_catch span {
  font-size: 3.6rem;
}
.hulu_catch strong {
  color: #fff100;
}

@media screen and (min-width: 768px) {
  .hulu_contents_ttl {
      width: 567px;
      margin: 0 auto calc(50 / 690 * 100%);
      filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.9));
  }
  .hulu_catch {
    color: #fff;
    font-size: 3.5rem;
    font-family: "Roboto", "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding-top: calc(50 / 1200 * 100vw);
  }
  .hulu_catch span {
    font-size: 2.6rem;
  }
  .hulu_catch strong {
    color: #fff100;
    font-weight: bold;
  }
}

/* =====================================================================
*    mv
* =================================================================== */
.mv::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(564 / 750 * 100%);
}

.mv::before {
    background: url(../images/top/img_mv_photo.jpg) no-repeat left top;
    background-size: 100% auto;
}

.mv::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(22 / 750 * 100%);
    background: url(../images/common/line_yellow.png) repeat left top;
    background-size: calc(44 / 750 * 100%) auto;
}

.mv > .inner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.mv > .inner::before {
    content: "";
    display: block;
    width: calc(891 / 1200 * 100%);
    padding-top: calc(291 / 1200 * 100%);
    background: url(../images/top/ani_mv.gif) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: calc(35 / 1200 * 100%) auto 0;
    opacity: 0;
}

.mv_ani_start > .inner::before {
    -webkit-animation: mv_anime1 0.1s linear 3.6s forwards;
    animation: mv_anime1 0.1s linear 3.6s forwards;
}

.mv_category {
    width: calc(380 / 750 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(340 / 750 * 100%) 0 0 calc(190 / 750 * 100%);
    opacity: 0;
}

.mv_ani_start .mv_category {
    -webkit-animation: mv_anime1 0.1s linear 3.6s forwards;
    animation: mv_anime1 0.1s linear 3.6s forwards;
}

.mv_ttl {
    width: calc(386 / 750 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(382 / 750 * 100%) 0 0 calc(184 / 750 * 100%);
    opacity: 0;
}

.mv_ani_start .mv_ttl {
    -webkit-animation: mv_anime1 0.1s linear 3.6s forwards;
    animation: mv_anime1 0.1s linear 3.6s forwards;
}

.mv_lead {
    width: calc(113 / 1200 * 100%);
    position: absolute;
    top: 0;
    right: 0;
    margin: calc(36 / 1200 * 100%) calc(24 / 1200 * 100%) 0 0;
    opacity: 0;
}

.mv_ani_start .mv_lead {
    -webkit-animation: mv_anime1 0.1s linear 3.6s forwards;
    animation: mv_anime1 0.1s linear 3.6s forwards;
}

.mv_onair {
    width: calc(726 / 750 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: calc(502 / 750 * 100%) auto 0;
    opacity: 0;
}

.mv_ani_start .mv_onair {
    -webkit-animation: mv_anime1 0.1s linear 3.6s forwards;
    animation: mv_anime1 0.1s linear 3.6s forwards;
}

.mv_open {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    overflow: hidden;
}

.mv_open .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
}

.mv_open .inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/top/img_mv_photo2.jpg) no-repeat center top #000;
    background-size: 100% auto;
/*
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.6)), to(#000));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 20%, #000);
*/
    position: absolute;
    top: 0;
    left: 0;
}

.mv_ani_start .mv_open .inner::before {
/*
    -webkit-animation: mv_anime5 1.9s cubic-bezier(0,.69,1,.5) 1.5s forwards;
    animation: mv_anime5 1.9s cubic-bezier(0,.69,1,.5) 1.5s forwards;
*/
    -webkit-animation: mv_anime5 1.9s linear 1.5s forwards;
    animation: mv_anime5 1.9s linear 1.5s forwards;
}

.mv_open_caution {
    width: calc(386 / 750 * 100%);
    padding-top: calc(140 / 750 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(358 / 750 * 100%) 0 0 calc(184 / 750 * 100%);
    background: url(../images/top/img_mv_caution.png) no-repeat center top;
    background-size: 100% auto;
}

.mv_ani_start .mv_open_caution {
    -webkit-animation: mv_anime5 0.1s linear 3.6s forwards;
    animation: mv_anime5 0.1s linear 3.6s forwards;
}

@-webkit-keyframes mv_anime1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mv_anime1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes mv_anime2 {
    0% {
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0);
    }

    60% {
        -webkit-transform: rotate(-5deg) translateY(0);
        transform: rotate(-5deg) translateY(0);
    }

    100% {
        -webkit-transform: rotate(-45deg) translateY(-100%);
        transform: rotate(-45deg) translateY(-100%);
    }
}

@keyframes mv_anime2 {
    0% {
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0);
    }

    60% {
        -webkit-transform: rotate(-5deg) translateY(0);
        transform: rotate(-5deg) translateY(0);
    }

    100% {
        -webkit-transform: rotate(-45deg) translateY(-100%);
        transform: rotate(-45deg) translateY(-100%);
    }
}

@-webkit-keyframes mv_anime3 {
    0% {
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0);
    }

    60% {
        -webkit-transform: rotate(2deg) translateY(0);
        transform: rotate(2deg) translateY(0);
    }

    100% {
        -webkit-transform: rotate(10deg) translateY(150%);
        transform: rotate(10deg) translateY(150%);
    }
}

@keyframes mv_anime3 {
    0% {
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0);
    }

    60% {
        -webkit-transform: rotate(2deg) translateY(0);
        transform: rotate(2deg) translateY(0);
    }

    100% {
        -webkit-transform: rotate(10deg) translateY(150%);
        transform: rotate(10deg) translateY(150%);
    }
}

@-webkit-keyframes mv_anime4 {
    0% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes mv_anime4 {
    0% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes mv_anime5 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes mv_anime5 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (min-width: 768px) {
    .mv {
        background: url(../images/common/bg_mv_black.jpg) no-repeat center top;
        background-size: cover;
        overflow: hidden;
    }

    .mv::before {
        width: 100%;
        margin: 0 auto;
        padding-top: calc(849 / 1200 * 100%);
        -webkit-box-shadow: 0 0 calc(60 / 1200 * 100vw) calc(30 / 1200 * 100vw) rgba(20, 22, 26, 0.65);
        box-shadow: 0 0 calc(60 / 1200 * 100vw) calc(30 / 1200 * 100vw) rgba(20, 22, 26, 0.65);
        position: relative;
        z-index: 2;
    }

    .mv::after {
        padding-top: calc(33 / 1200 * 100%);
        background: url(../images/common/line_yellow.png) repeat center top;
        background-size: calc(44 / 1200 * 100%) auto;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .mv .inner {
        z-index: 2;
    }

    .mv_category {
        width: calc(408 / 1200 * 100%);
        margin: calc(525 / 1200 * 100%) 0 0 calc(427 / 1200 * 100%);
    }

    .mv_ttl {
        width: calc(565 / 1200 * 100%);
        margin: calc(586 / 1200 * 100%) 0 0 calc(349 / 1200 * 100%);
    }

    .mv_lead {
        margin: calc(33 / 1200 * 100%) calc(15 / 1200 * 100%) 0 0;
    }

    .mv_onair {
        width: calc(965 / 1200 * 100%);
        margin: calc(770 / 1200 * 100%) auto 0;
    }

    .mv_open_caution {
        width: calc(565 / 1200 * 100%);
        padding-top: calc(200 / 1200 * 100%);
        margin: calc(547 / 1200 * 100%) 0 0 calc(349 / 1200 * 100%);
    }
}

@media screen and (min-width: 1200px) {
    .mv::before {
        width: 1200px;
        padding-top: 849px;
        -webkit-box-shadow: 0 0 60px 30px rgba(20, 22, 26, 0.65);
        box-shadow: 0 0 60px 30px rgba(20, 22, 26, 0.65);
    }

    .mv::after {
        padding-top: 33px;
        background-size: 44px auto;
    }
}


/* =====================================================================
*    nextstory
* =================================================================== */
.nextstory {
    padding: calc(100 / 750 * 100%) 0 calc(335 / 750 * 100%);
    background: url(../images/common/bg_black_sp.jpg) no-repeat center calc(650 / 750 * 100%) #14161a;
    background-size: 100% auto;
}

.nextstory::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(160 / 750 * 100%);
    background: url(../images/common/bg_cheat.png) repeat-x left center #0a0b0d;
    background-size: auto calc(85 / 160 * 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.nextstory .top_ttl {
    margin: 0 0 calc(105 / 750 * 100%);
}

.nextstory .sec_contents {
    width: calc(690 / 750 * 100%);
    margin: 0 auto;
}

.nextstory_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nextstory_ttl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    color: #fff100;
    font-size: 10rem;
    font-family: "Roboto", "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0 0 calc(20 / 690 * 100%);
}

.nextstory_ttl::before {
    content: "#";
    display: inline-block;
    font-size: 7.5rem;
    margin: 0 0.05em 0 0;
}

.nextstory_ttl.last::before {
    display: none;
}
.nextstory_ttl.last {
    font-size: 6.5rem;
}

.nextstory_date {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    color: #fff100;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 0 0 calc(50 / 690 * 100%);
}

.nextstory_date span {
    display: block;
    color: #afafac;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0.6em 0 0;
}

.nextstory_cast {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 calc(40 / 690 * 100%);
}

.nextstory_cast dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(95 / 750 * 100vw);
    margin: 0 calc(25 / 750 * 100vw) 0 0;
    border: 1px solid #fff100;
    color: #fff100;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

.nextstory_cast dt span {
    display: block;
}

.nextstory_cast dd {
    color: #fff100;
    font-size: 2.4rem;
    line-height: 1.7;
}

.nextstory_movie {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 calc(50 / 690 * 100%);
    padding: calc(20 / 690 * 100%);
}

.nextstory_movie::before,
.nextstory_movie::after,
.nextstory_movie_photo::before,
.nextstory_movie_photo::after {
    content: "";
    display: block;
    width: calc(30 / 690 * 100%);
    padding-top: calc(30 / 690 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff100;
    border-left: 1px solid #fff100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nextstory_movie::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    right: 0;
}

.nextstory_movie_photo::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: auto;
    bottom: 0;
    margin: 0 0 calc(-20 / 690 * 100%) calc(-20 / 690 * 100%);
}

.nextstory_movie_photo::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    margin: 0 calc(-20 / 690 * 100%) calc(-20 / 690 * 100%) 0;
}

.nextstory_movie_btn::before {
	content: "";
    display: block;
	width: calc(107 / 750 * 100vw);
	height: calc(107 / 750 * 100vw);
	background-color: #fff100;
    border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    z-index: 2;
}

.nextstory_movie_btn::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.3vw 0 2.3vw 3.8vw;
    border-color: transparent transparent transparent #14161a;
    position: absolute;
	top: 0;
	bottom: 0;
	left: 1vw;
	right: 0;
	margin: auto;
    z-index: 2;
}

.nextstory_txt {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: calc(660 / 690 * 100%);
    margin: 0 auto calc(80 / 690 * 100%);
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: -0.1em;
}

.nextstory_btn {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-bottom: calc(90 / 690 * 100%);
}

.nextstory .mydo_bnr {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

@media screen and (min-width: 768px) {
    .nextstory {
        padding: calc(100 / 1200 * 100%) 0 calc(250 / 1200 * 100%);
        background: url(../images/common/bg_black_pc.jpg) no-repeat center calc(600 / 750 * 100%) #14161a;
        background-size: calc(1600 / 1200 * 100%) auto;
    }

    .nextstory::after {
        padding-top: calc(160 / 1200 * 100%);
    }

    .nextstory .top_ttl {
        margin: 0 auto calc(60 / 1000 * 100%);
    }

    .nextstory .sec_contents {
        width: calc(850 / 1000 * 100%);
    }

    .nextstory_box {
    }

    .nextstory_movie {
        margin: 0 0 calc(45 / 850 * 100%);
        padding: 0;
    }

    .nextstory_movie::before,
    .nextstory_movie::after,
    .nextstory_movie_photo::before,
    .nextstory_movie_photo::after {
        width: calc(40 / 850 * 100%);
        padding-top: calc(40 / 850 * 100%);
        border-width: 2px;
    }

    .nextstory_movie::before {
        margin: calc(-12 / 850 * 100%) 0 0 calc(-12 / 850 * 100%);
    }

    .nextstory_movie::after {
        margin: calc(-12 / 850 * 100%) calc(-12 / 850 * 100%) 0 0;
    }

    .nextstory_movie_photo::before {
        margin: 0 0 calc(-12 / 850 * 100%) calc(-12 / 850 * 100%);
    }

    .nextstory_movie_photo::after {
        margin: 0 calc(-12 / 850 * 100%) calc(-12 / 850 * 100%) 0;
    }

    .nextstory_movie_btn::before {
        width: calc(107 / 1200 * 100vw);
        height: calc(107 / 1200 * 100vw);
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    .nextstory_movie_photo:hover .nextstory_movie_btn::before {
        background-color: #ff2cb2;
    }

    .nextstory_movie_btn::after {
        border-width: calc(18 / 1200 * 100vw) 0 calc(18 / 1200 * 100vw) calc(27 / 1200 * 100vw);
        left: 1.3%;
    }

    .nextstory_ttl {
        font-size: 8rem;
        margin: 0 0 calc(20 / 850 * 100%);
    }

    .nextstory_ttl::before {
        font-size: 6rem;
    }

    .nextstory_date {
        font-size: 2.4rem;
        margin: 0 0 calc(30 / 850 * 100%);
    }

    .nextstory_date span {
        margin: 0.8em 0 0;
        font-size: 1.4rem;
    }

    .nextstory_cast {
        margin: 0 0 calc(25 / 850 * 100%);
    }

    .nextstory_cast dt {
        width: calc(68 / 850 * 100%);
        margin: 0 calc(25 / 850 * 100%) 0 0;
        font-size: 1.6rem;
    }

    .nextstory_cast dd {
        font-size: 1.6rem;
    }

    .nextstory_txt {
        width: 100%;
        margin: 0 0 calc(35 / 850 * 100%);
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: -0.09em;
    }

    .nextstory_btn {
        margin: 0 0 calc(60 / 850 * 100%);
    }
}

@media screen and (min-width: 1200px) {
    .nextstory {
        padding: 100px 0 250px;
        background-size: 1600px auto;
    }

    .nextstory::after {
        padding-top: 160px;
    }

    .nextstory_movie_btn::before {
        width: 107px;
        height: 107px;
    }

    .nextstory_movie_btn::after {
        border-width: 18px 0 18px 27px;
    }

    .nextstory_cast dt {
        width: 68px;
        margin: 0 25px 0 0;
    }
}


/* =====================================================================
*    chain
* =================================================================== */
.chain {
    padding: calc(100 / 750 * 100%) 0 calc(180 / 750 * 100%);
    background: url(../images/common/bg_pink.jpg) repeat center top;
    background-size: calc(612 / 750 * 100%) auto;
}

.chain .top_ttl {
    margin: 0 0 calc(70 / 750 * 100%);
}

.chain_lead {
    width: calc(455 / 750 * 100%);
    margin: 0 auto calc(40 / 750 * 100%);
}

.chain_box {
    width: calc(690 / 750 * 100%);
    margin: 0 auto;
}

.chain_photo_wrap {
    margin: 0 0 calc(15 / 690 * 100%);
    padding: calc(20 / 690 * 100%);
}

.chain_photo_wrap::before,
.chain_photo_wrap::after,
.chain_photo::before,
.chain_photo::after {
    content: "";
    display: block;
    width: calc(30 / 690 * 100%);
    padding-top: calc(30 / 690 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #14161a;
    border-left: 1px solid #14161a;
}

.chain_photo_wrap::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    right: 0;
}

.chain_photo::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: auto;
    bottom: 0;
    margin: 0 0 calc(-20 / 690 * 100%) calc(-20 / 690 * 100%);
}

.chain_photo::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    margin: 0 calc(-20 / 690 * 100%) calc(-20 / 690 * 100%) 0;
}

.chain_photo {
    border: 1px solid #14161a;
}

.chain_next_wrap {
    width: calc(650 / 690 * 100%);
    margin: 0 auto;
}

.chain_next_txt {
    margin: 0 0 calc(45 / 650 * 100%);
}

.chain_next_number {
    color: #14161a;
    font-size: 8rem;
    font-family: "Roboto", sans-serif;
    line-height: 1;
}

.chain_next_number::before {
    content: "#";
    display: inline-block;
    font-size: 6rem;
}

.chain_next_ttl {
    margin: calc(-18 / 650 * 100%) 0 0;
    padding: 0.75em 0;
    border-bottom: 2px solid #14161a;
    color: #14161a;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.5;
}

.chain_next_ttl::before {
    content: "";
    display: block;
    width: calc(480 / 650 * 100%);
    position: absolute;
    top: 0;
    right: 0;
    border-top: 2px solid #14161a;
}

.chain_next_txt2 {
    margin: 0 0 calc(45 / 650 * 100%);
    color: #000;
    font-size: 2.8rem;
    line-height: 1.714;
    letter-spacing: -0.06em;
}

.chain_bnr_free {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 calc(45 / 650 * 100%);
    color: #000;
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
}

.chain_bnr_free::before,
.chain_bnr_free::after {
    content: "";
    display: block;
    width: calc(197 / 650 * 100%);
    padding-top: calc(24 / 650 * 100%);
    background: url(../images/common/line_black.png) repeat-x left top;
    background-size: auto 100%;
}

.chain_bnr .bnr1 {
    width: calc(586 / 650 * 100%);
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .chain {
        padding: calc(100 / 1200 * 100%) 0 calc(110 / 1200 * 100%);
        background-size: calc(612 / 1200 * 100%) auto;
    }

    .chain .top_ttl {
        margin: 0 auto calc(60 / 1000 * 100%);
    }

    .chain_lead {
        width: calc(923 / 1000 * 100%);
        margin: 0 auto calc(55 / 1000 * 100%);
    }

    .chain_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }

    .chain_photo_wrap {
        width: calc(574 / 1000 * 100%);
        margin: 0;
        padding: calc(8 / 1000 * 100%);
    }

    .chain_photo_wrap::before,
    .chain_photo_wrap::after,
    .chain_photo::before,
    .chain_photo::after {
        width: calc(20 / 574 * 100%);
        padding-top: calc(20 / 574 * 100%);
        border-width: 2px;
    }

    .chain_photo::before {
        margin: 0 0 calc(-9 / 574 * 100%) calc(-9 / 574 * 100%);
    }

    .chain_photo::after {
        margin: 0 calc(-9 / 574 * 100%) calc(-9 / 574 * 100%) 0;
    }

    .chain_next_wrap {
        width: calc(390 / 1000 * 100%);
        margin: 0;
    }

    .chain_next_txt {
        margin: 0 0 calc(22 / 390 * 100%);
    }

    .chain_next_number {
        font-size: 4.8rem;
    }

    .chain_next_number::before {
        font-size: 3.6rem;
    }

    .chain_next_ttl {
        margin: calc(-14 / 390 * 100%) 0 0;
        padding: 1.04em 0;
        border-width: calc(4 / 1200 * 100vw);
        font-size: 2.4rem;
    }

    .chain_next_ttl::before {
        border-width: calc(4 / 1200 * 100vw);
    }

    .chain_next_txt2 {
        margin: 0 0 calc(22 / 390 * 100%);
        font-size: 1.6rem;
        line-height: 1.625;
        letter-spacing: 0;
    }

    .chain_bnr_free {
        margin: 0 0 calc(20 / 390 * 100%);
        font-size: 2.4rem;
    }

    .chain_bnr_free::before,
    .chain_bnr_free::after {
        width: calc(120 / 390 * 100%);
        padding-top: calc(11 / 390 * 100%);
    }

    .chain_bnr .bnr1 {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .chain {
        padding: 100px 0 110px;
        background-size: 612px auto;
    }

    .chain_next_ttl,
    .chain_next_ttl::before {
        border-width: 4px;
    }
}


/* =====================================================================
*    topics
* =================================================================== */
.topics {
    padding: calc(100 / 750 * 100%) 0 calc(180 / 750 * 100%);
    background: url(../images/common/bg_black_sp.jpg) no-repeat center top #14161a;
    background-size: 100% auto;
}

.topics .top_ttl {
    margin: 0 0 calc(60 / 750 * 100%);
}

.topics_list {
    width: calc(690 / 750 * 100%);
    margin: 0 auto calc(40 / 750 * 100%);
}

.topics_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 calc(20 / 690 * 100%);
    padding: calc(20 / 690 * 100%);
    background-color: rgba(20, 22, 26, 0.7);
}

.topics_list li:last-child::after {
    display: none;
}

.topics_photo {
    width: calc(220 / 650 * 100%);
}

.topics_txt {
    width: calc(400 / 650 * 100%);
}

.topics_txt dt {
    color: #ff2cb2;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.07em;
    margin: 0 0 calc(5 / 400 * 100%);
}

.topics_txt dt span {
    display: block;
    width: calc(150 / 400 * 100%);
    padding: 0.2em 0.3em;
    background-color: #14161a;
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(-10 / 400 * 100%) 0 0 calc(-270 / 400 * 100%);
    color: #ff2cb2;
    font-size: 2rem;
    line-height: 1;
    text-align: right;
}

.topics_txt dd {
    color: #fffefe;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.536;
    letter-spacing: -0.1em;
}

.topics_list li a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.topics_more_btn {
}

@media screen and (min-width: 768px) {
    .topics {
        padding: calc(100 / 1200 * 100%) 0;
        background: url(../images/common/bg_black_pc.jpg) no-repeat center top #14161a;
        background-size: calc(1600 / 1200 * 100%) auto;
    }

    .topics::after {
        padding-top: calc(160 / 1200 * 100%);
    }

    .topics .top_ttl {
        margin: 0 auto calc(60 / 1000 * 100%);
    }

    .topics_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto calc(20 / 1000 * 100%);
    }

    .topics_list li {
        display: block;
        width: calc(320 / 1000 * 100%);
        margin: 0 calc(20 / 1000 * 100%) calc(40 / 1000 * 100%) 0;
        padding: calc(15 / 1000 * 100%);
    }

    .topics_list li:nth-child(3n),
    .topics_list li:last-child {
        margin-right: 0;
    }

    .topics_photo {
        width: 100%;
        margin: 0 0 calc(15 / 290 * 100%);
    }

    .topics_txt {
        position: static;
        width: 100%;
    }

    .topics_txt dt {
        position: static;
        font-size: 1.3rem;
    }

    .topics_txt dt span {
        width: calc(114 / 320 * 100%);
        padding: 0.43em 0.8em;
        margin: calc(5 / 290 * 100%) 0 0 0;
        font-size: 1.4rem;
    }

    .topics_txt dd {
        font-size: 1.6rem;
        line-height: 1.688;
        letter-spacing: -0.07em;
    }

    .topics_list li a:hover {
        border: 2px solid #ff2cb2;
    }

    .topics_more_btn {
        position: relative;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    .topics {
        padding: 100px 0;
        background-size: 1600px auto;
    }
}


/* =====================================================================
*    sns
* =================================================================== */
.sns {
    padding: calc(100 / 750 * 100%) 0 calc(180 / 750 * 100%);
    background: url(../images/common/bg_yellow.jpg) repeat center top;
    background-size: calc(612 / 750 * 100%) auto;
}

.sns .top_ttl {
    margin: 0 0 calc(60 / 750 * 100%);
}

.twitter {
    width: calc(690 / 750 * 100%);
    margin: 0 auto calc(40 / 750 * 100%);
    padding: calc(40 / 750 * 100%);
    background-color: #14161a;
}

.twitter_box {
    padding-top: calc(600 / 610 * 100%);
}

.twitter_box iframe {
    width: 740px !important;
    height: 30em !important;
    font-size: 2rem;
    position: absolute !important;
    top: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
}

.sns_list {
    width: calc(690 / 750 * 100%);
    margin: 0 auto;
    padding: calc(40 / 750 * 100%);
    background-color: #14161a;
}

.sns_list li {
    margin: 0 0 calc(20 / 690 * 100%);
}

.sns_list li:last-child {
    margin: 0;
}

.sns_list li a {
    padding: calc(40 / 610 * 100%) calc(40 / 610 * 100%) calc(40 / 610 * 100%) calc(100 / 610 * 100%);
    border: 2px solid #fff100;
    color: #fff;
    font-size: 3.8rem;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
}

.sns_list li a::before {
    content: "";
    display: block;
    width: calc(39 / 610 * 100%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 calc(30 / 610 * 100%);
}

.sns_list li.sns_list1 a::before {
    background: url(../images/common/btn_sns1.png) no-repeat left center;
    background-size: 100% auto;
}

.sns_list li.sns_list2 a::before {
    background: url(../images/common/btn_sns2.png) no-repeat left center;
    background-size: 100% auto;
}

.sns_list li.sns_list3 a::before {
    background: url(../images/common/btn_sns3.png) no-repeat left center;
    background-size: 100% auto;
}

.sns_list li a span {
    display: block;
    width: calc(171 / 610 * 100%);
    padding: calc(8 / 610 * 100%) 0;
    background: url(../images/common/bg_sns.svg) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    bottom: -2px;
    right: -2px;
    color: #14161a;
    font-size: 2rem;
    font-family: YakuHanJP, "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
}

@media screen and (min-width: 768px) {
    .sns {
        padding: calc(100 / 1200 * 100%) 0;
        background-size: calc(612 / 1200 * 100%) auto;
    }

    .sns .top_ttl {
        margin: 0 auto calc(60 / 1000 * 100%);
    }

    .sns .sec_contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .twitter {
        width: calc(500 / 1000 * 100%);
        margin: 0;
        padding: calc(15 / 1000 * 100%);
    }

    .twitter_box {
        padding-top: calc(470 / 470 * 100%);
    }

    .twitter_box iframe {
        height: 100% !important;
    }

    .sns_list {
        width: calc(460 / 1000 * 100%);
        margin: 0;
        padding: calc(30 / 1000 * 100%) calc(20 / 1000 * 100%);
    }

    .sns_list li {
        margin: 0 0 calc(35 / 420 * 100%);
    }

    .sns_list li a {
        padding: calc(42 / 420 * 100%) calc(40 / 420 * 100%) calc(42 / 420 * 100%) calc(105 / 420 * 100%);
        border: none;
    }

    .sns_list li a:hover {
        color: #fff100;
    }

    .sns_list li a::before {
        width: calc(39 / 420 * 100%);
        margin: 0 0 0 calc(35 / 420 * 100%);
    }

    .sns_list li.sns_list1 a:hover::before {
        background: url(../images/common/btn_sns1_hover.png) no-repeat left center;
        background-size: 100% auto;
    }

    .sns_list li.sns_list2 a:hover::before {
        background: url(../images/common/btn_sns2_hover.png) no-repeat left center;
        background-size: 100% auto;
    }

    .sns_list li.sns_list3 a:hover::before {
        background: url(../images/common/btn_sns3_hover.png) no-repeat left center;
        background-size: 100% auto;
    }

    .sns_list li a::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border: 2px solid #fff100;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .sns_list li a:hover::after {
        border-color: #fff100;
        border-width: 0.5vw;
    }

    .sns_list li a span {
        width: calc(146 / 420 * 100%);
        padding: calc(9 / 420 * 100%) 0;
        bottom: -1px;
        right: 0;
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 1200px) {
    .sns {
        padding: 100px 0;
        background-size: 612px auto;
    }

    .sns_list li a:hover::after {
        border-width: 6px;
    }
}


/* =====================================================================
*    platinight
* =================================================================== */
.platinight {
    padding: calc(80 / 750 * 100%) 0 2px;
    background-color: #14161a;
}

.platinight_box {
    width: calc(650 / 750 * 100%);
    margin: 0 auto;
    padding: calc(40 / 750 * 100%) 0;
    background: url(../images/common/bg_dot_black.png) repeat left top;
    background-size: calc(3 / 650 * 100%) auto;
}

.platinight_box::before,
.platinight_box::after {
    content: "";
    display: block;
    width: calc(40 / 650 * 100%);
    padding-top: calc(40 / 650 * 100%);
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #ff2cb2;
    border-left: 2px solid #ff2cb2;
}

.platinight_box::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: auto;
    bottom: -2px;
    left: auto;
    right: -2px;
}

.platinight .top_ttl {
    width: calc(467 / 650 * 100%);
    margin: 0 auto calc(40 / 650 * 100%);
}

@media screen and (min-width: 768px) {
    .platinight {
        padding: calc(50 / 1200 * 100%) 0 2px;
    }

    .platinight_box {
        width: 100%;
        padding: calc(30 / 1000 * 100%) 0 calc(40 / 1000 * 100%);
        background-size: calc(3 / 1000 * 100%) auto;
    }

    .platinight_box::before,
    .platinight_box::after {
        width: calc(20 / 1000 * 100%);
        padding-top: calc(20 / 1000 * 100%);
    }

    .platinight .top_ttl {
        width: calc(467 / 1000 * 100%);
        margin: 0 auto calc(40 / 1000 * 100%);
    }
}

@media screen and (min-width: 1200px) {
    .platinight {
        padding: 50px 0 2px;
    }
}

/* =====================================================================
*    gallery bnr
* =================================================================== */

.gallery {
  background: url(../images/top/img_gallery_bg.jpg) repeat;
}

.gallery img {
  max-width: 1056px;
  margin: 0 auto;
  transition: 0.5s ;
}

.gallery img:hover {
  opacity: 0.8;
}
