@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : top.css
Description :
===================================================================== */


/* =====================================================================
*    mv
* =================================================================== */

.mv {
    overflow: hidden;
}

.mv::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mv svg {
    position: absolute;
    top: 0;
    left: 0;
}

.mv_slider {
    padding: 0;
    line-height: 0;
    margin: 0 calc(50% - 50vw);
}

.slick-slide {
    height: auto !important;
}

.mv .slick-arrow.next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.mv .slick-dots {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: calc(90 / 750 * 100%) calc(27 / 750 * 100%) 0 0;
    line-height: 1;
}

.mv .slick-dots li {
    display: inline-block;
    margin-bottom: 0.5em;
}

.mv .slick-dots button {
    position: relative;
    text-indent: -9999px;
    width: 0.2em;
    height: 2em;
    background-color: #e0e0e0;
}

.mv .slick-active button {
    background-color: var(--red);
}

.mv .slick-dots button:before {
    content: '';
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
}

.ttl_visual {
    position: absolute;
    top: 0;
    right: 0;
    margin: calc(20 / 750 * 100%) calc(20 / 750 * 100%) 0 0;
    color: var(--red);
    font-size: 1.8rem;
    line-height: 1;
    font-family: var(--font_en);
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.mv_ttl {
    display: none;
}

.mv_date {
    background-color: var(--red2);
    padding: calc(30 / 750 * 100%) 0;
}

.mv_date img {
    width: calc(655 / 750 * 100%);
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .mv svg {
        transform: scale(1.2);
        height: calc(787 / 1400 * 100vw);
    }
    .mv_slider {
        width: calc(1120 / 1200 * 100%);
        max-width: 1120px;
        margin: 0 auto;
    }
    .ttl_visual {
        margin: calc(66 / 1120 * 100%) calc(-33 / 1120 * 100%) 0 0;
    }
    .mv .slick-dots {
        margin: calc(137 / 1120 * 100%) calc(-26 / 1120 * 100%) 0 0;
    }
    .mv .slick-dots button {
        height: 3em;
    }
    .mv_date {
        padding: calc(30 / 1400 * 100%) 0;
    }
    .mv_date img {
        width: calc(656 / 1400 * 100%);
        max-width: 656px;
    }
    .mv_banner {
        padding: calc(25 / 1400 * 100%) 0;
    }
    .mv_banner_list li {
        width: calc(240 / 1400 * 100%);
        max-width: 240px;
        margin: 0 calc(40 / 1400 * 100%);
    }
}

@media screen and (min-width: 1400px) {
    .mv_date {
        padding: 30px 0;
    }
    .mv_banner {
        padding: 25px 0;
    }
    .mv_banner_list li {
        margin: 0 40px;
    }
}


/* =====================================================================
*    banner
* =================================================================== */

.banner {
    padding: calc(60 / 750 * 100%) 0;
}

@media screen and (min-width: 768px) {
    .banner {
        padding: calc(60 / 1400 * 100%) 0;
    }
}

@media screen and (min-width: 1400px) {
    .banner {
        padding: 60px 0;
    }
}


/* =====================================================================
*    news
* =================================================================== */

.news {
    padding: calc(60 / 750 * 100%) 0 calc(80 / 750 * 100%);
    background-color: var(--red3);
}

.news .inner {
    width: 100%;
}

.news_ttl {
    width: calc(172 / 750 * 100%);
    margin: 0 0 0 calc(50 / 750 * 100%);
    z-index: 2;
}

.news_list_wrap {
    overflow: scroll;
}

.news_list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(1300 / 750 * 100%);
    padding: 0 calc(30 / 750 * 100%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 2;
}

.news_list li {
    width: calc(410 / 1300 * 100%);
    margin: 0 calc(20 / 1300 * 100%);
}

.news_list_top {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    margin-bottom: .5em;
    font-family: var(--font_en);
    color: var(--red);
}

.news_list_top .category {
    padding-left: .9em;
    margin-left: .5em;
}

.news_list_top .category::before {
    content: '/';
    position: absolute;
    width: .8em;
    top: -.05em;
    bottom: 0;
    left: 0;
    margin: auto;
}

.news_txt {
    margin: 1em 0 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.news_list li a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 768px) {
    .news {
        padding: calc(40 / 1400 * 100%) 0 calc(50 / 1400 * 100%);
    }
    .news_list_wrap {
        margin: 0 auto;
        overflow: hidden;
        padding: 0;
        background-color: transparent;
    }
    .news_list {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-align-items: flex-start;
        width: 100%;
        padding: 0;
    }
    .news_list li {
        width: calc(340 / 1200 * 100%);
        margin: 0;
    }
    .news_list li:not(:last-child) {
        margin: 0 calc(40 / 1200 * 100%) 0 0;
    }
    .news_list_top {
        font-size: 1.2rem;
        margin-bottom: .2em;
    }
    .news_list_bottom {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        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;
    }
    .news_photo {
        overflow: hidden;
        width: calc(120 / 340 * 100%);
    }
    .news_photo img {
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
    }
    .news_list li:hover .news_photo img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    .news_txt {
        width: calc(210 / 340 * 100%);
        margin: -.3em 0 0;
        font-size: 1.5rem;
        line-height: 1.75;
        letter-spacing: 0;
    }
}

@media screen and (min-width: 1400px) {
    .news {
        padding: 40px 0 50px;
    }
}


/* ========================================================
    Next story
=========================================================*/

.nextstory {
    padding: calc(175 / 750 * 100%) 0 calc(140 / 750 * 100%);
}

.nextstory_movie {
    /* width: calc(560 / 690 * 100%); */
    padding: 0 calc(130 / 690 * 100%) calc(100 / 690 * 100%) 0;
    margin-bottom: calc(45 / 690 * 100%);
}

.nextstory_movie::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/harry/harry1.png) no-repeat center/contain;
    width: calc(90 / 690 * 100%);
    padding-top: calc(90 / 690 * 100%);
    margin-top: calc(-71 / 690 * 100%);
}

.nextstory_movie_box {
    width: 100%;
    padding-top: 56.25%;
}

.nextstory_movie_box iframe,
.nextstory_movie_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nextstory_subttl_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: calc(22 / 690 * 100%);
    width: calc(360 / 690 * 100%);
    text-align: center;
    color: #fff;
    background-color: var(--red);
}

.nextstory_subttl_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/harry/harry5.png) no-repeat center/contain;
    width: calc(135 / 360 * 100%);
    padding-top: calc(91 / 360 * 100%);
    margin: calc(-90 / 360 * 100%) calc(-5 / 360 * 100%) 0 0;
}

.nextstory_subttl {
    font-size: 2.8rem;
    line-height: 1.143;
    padding-bottom: 0.8em;
    margin-bottom: 0.5em;
    /* border-bottom: .2em dotted #fff; */
    display: inline-block;
}

.nextstory_subttl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 0.5em;
    background-image: -o-radial-gradient(#fff 30%, transparent 30%);
    background-image: radial-gradient(#fff 30%, transparent 30%);
    background-size: 0.5em 0.5em;
}

.nextstory_subttl.last {
    font-size: 3.6rem;
    font-weight: bold;
}

.nextstory_subttl span {
    font-family: var(--font_en);
    font-size: 6rem;
    line-height: 0.533;
    padding: 0 2rem;
}

.nextstory_date {
    line-height: 1.333;
}

.nextstory_notes {
    line-height: 1.333;
    margin-top: 0.3em;
    text-align: right;
}

@media screen and (min-width: 768px) {
    .nextstory {
        padding: calc(155 / 1400 * 100%) 0 calc(80 / 1400 * 100%);
    }
    .nextstory_movie {
        width: calc(800 / 1200 * 100%);
        padding: 0 calc(239 / 1200 * 100%) calc(58 / 1200 * 100%) 0;
        margin: 0 auto calc(45 / 1200 * 100%);
    }
    .nextstory_movie::before {
        top: auto;
        bottom: 0;
        width: calc(90 / 800 * 100%);
        padding-top: calc(90 / 800 * 100%);
        margin: 0 0 calc(58 / 800 * 100%) calc(-95 / 800 * 100%);
    }
    .nextstory_subttl_wrap {
        padding: calc(22 / 800 * 100%) calc(22 / 800 * 100%) calc(25 / 800 * 100%);
        width: calc(310 / 800 * 100%);
    }
    .nextstory_subttl_wrap:before {
        width: calc(135 / 310 * 100%);
        padding-top: calc(91 / 310 * 100%);
        margin: calc(-90 / 310 * 100%) calc(-5 / 310 * 100%) 0 0;
    }
    .nextstory_subttl {
        /* padding-bottom: .6em;
        margin-bottom: .6em; */
    }
    .nextstory_subttl.last {
        font-size: 3.6rem;
        font-weight: bold;
    }
    .nextstory_txt {
        width: calc(838 / 1200 * 100%);
        margin: 0 auto;
    }
}

@media screen and (min-width: 1400px) {
    .nextstory {
        padding: 155px 0 80px;
    }
}


/* ========================================================
    delivery
=========================================================*/

.delivery {
    padding: calc(60 / 750 * 100%) 0;
    background-color: var(--yellow);
}

.delivery .inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/harry/harry5.png) no-repeat center/contain;
    width: calc(125 / 690 * 100%);
    padding-top: calc(91 / 690 * 100%);
    margin: calc(-150 / 690 * 100%) 0 0 calc(-30 / 690 * 100%);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.delivery .inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/harry/harry1.png) no-repeat center/contain;
    width: calc(90 / 690 * 100%);
    padding-top: calc(90 / 690 * 100%);
    margin: 0 calc(-30 / 690 * 100%) calc(-94 / 690 * 100%) 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.delivery h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.6rem;
    font-weight: bold;
    color: var(--red);
    text-align: center;
    margin-bottom: calc(30 / 690 * 100%);
}

.delivery h2 span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 1em;
}

.delivery h2::before,
.delivery h2::after {
    content: "…";
    display: block;
    width: 100%;
    height: 3rem;
    line-height: 0;
    font-size: 5rem;
    font-weight: normal;
}

.delivery h2::before {
    text-align: right;
}

.delivery h2::after {
    text-align: left;
}

.delivery_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;
}

.delivery_list li {
    width: calc(600 / 690 * 100%);
}

.delivery_list li:not(:last-child) {
    margin-bottom: calc(40 / 690 * 100%);
}

@media screen and (min-width: 768px) {
    .delivery {
        padding: calc(40 / 1400 * 100%) 0 calc(60 / 1400 * 100%);
    }
    .delivery .inner::before {
        top: auto;
        bottom: 0;
        width: calc(125 / 1400 * 100%);
        padding-top: calc(91 / 1400 * 100%);
        margin: 0 0 calc(-60 / 1400 * 100%) calc(35 / 1400 * 100%);
    }
    .delivery .inner::after {
        width: calc(90 / 1400 * 100%);
        padding-top: calc(90 / 1400 * 100%);
        margin: 0 calc(60 / 1400 * 100%) calc(-60 / 1400 * 100%) 0;
    }
    .delivery h2 {
        font-size: 2.4rem;
        margin-bottom: calc(30 / 1200 * 100%);
    }
    .delivery h2::before,
    .delivery h2::after {
        height: 3.3rem;
    }
    .delivery_list li {
        width: calc(320 / 1200 * 100%);
    }
    .delivery_list li:not(:last-child) {
        margin: 0 calc(100 / 1200 * 100%) 0 0;
    }
    .delivery_list li a:hover {
        -webkit-transform: scale(1.1) rotate( 4deg);
        -ms-transform: scale(1.1) rotate( 4deg);
        transform: scale(1.1) rotate( 4deg);
    }
}

@media screen and (min-width: 1400px) {
    .delivery {
        padding: 40px 0 60px;
    }
}


/* =====================================================================
*    article
* =================================================================== */

.article li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(80 / 690 * 100%);
    height: .2em;
    background-color: var(--red);
}

.article li dd {
    padding: 1em 0;
}

.article li dd p {
    margin-bottom: .2em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.article li dt::before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 2.5em solid transparent;
    border-bottom: 2.5em solid #fff;
    z-index: 2;
}

.article li dd span {
    font-family: var(--font_en);
    color: var(--red3);
    font-size: 2rem;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .article li {
        width: calc(300 / 1200 * 100%);
    }
    .article li::before {
        width: 2.1em;
    }
    .article li:hover::before {
        width: 100%;
    }
    .article li dt {
        overflow: hidden;
    }
    .article li img,
    .article li::before {
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
    }
    .article li:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    .article li dd span {
        font-size: 1.3rem;
    }
    .article li dd p {
        height: 6.2em;
        min-height: 62px;
        max-height: 100px;
    }
}


/* =====================================================================
*    movie
* =================================================================== */

.movie {
    padding: calc(150 / 750 * 100%) 0 calc(120 / 750 * 100%);
    background-color: var(--red2);
}

.movie .inner {
    /* width: 100%; */
}

.movie_list_wrap {
    overflow-y: scroll;
}

.movie_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(1830 / 750 * 100%);
    padding: 0 calc(40 / 750 * 100%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.movie_list li {
    width: calc(570 / 1830 * 100%);
    margin: 0 calc(40 / 1830 * 100%) 0 0;
}

.movie_list li dt::before {
    border-bottom-color: var(--red2);
}

.movie_list figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.movie_list figure::after {
    content: "";
    display: block;
    background: url(../images/common/btn_movie.png) no-repeat center/contain;
    width: calc(100 / 570 * 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.movie_list li dd p {
    height: 6em;
}

@media screen and (min-width: 768px) {
    .movie {
        padding: calc(150 / 1400 * 100%) 0 calc(120 / 1400 * 100%);
    }
    .movie_list_wrap {
        overflow: auto;
    }
    .movie_list {
        width: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .movie_list li {
        width: calc(300 / 1200 * 100%);
        margin: 0 calc(34 / 1200 * 100%) 0 0;
    }
    .movie_list li:last-child {
        margin-right: 0;
    }
    .movie_list li figure::before {
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
    }
    .movie_list li a:hover figure::before {
        opacity: 0;
    }
    .movie_list figure::after {
        width: calc(90 / 300 * 100%);
    }
}

@media screen and (min-width: 1400px) {
    .movie {
        padding: 150px 0 120px;
    }
}


/* =====================================================================
*    movie　→　hulu
* =================================================================== */

.hulu_movie,
.hulu_movie .inner {
    position: relative;
}

.hulu_movie h2 span {
    font-size: 6.7rem;
}

.hulu_movie_subttl {
    font-size: 4.6rem;
    text-align: center;
    font-weight: bold;
    margin-top: calc(150 / 690 * 100%);
}

.hulu_movie_subttl span {
    color: var(--red);
}

.hulu_movie_box {
    position: relative;
    margin-top: calc(110 / 690 * 100%);
}

.hulu_movie_box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/harry/harry2.png) no-repeat center/contain;
    width: calc(128 / 690 * 100%);
    padding-top: calc(123 / 690 * 100%);
    margin: calc(-90 / 690 * 100%) calc(-1 / 690 * 100%) 0 0;
}

.hulu_movie_photo {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.hulu_movie_txt {
    margin-top: 1.5em;
    text-align: center;
    font-weight: bold;
}

.hulu_movie_txt p {
    margin-bottom: 0.3em;
    line-height: 1.375;
}

.hulu_movie_txt strong {
    display: block;
    font-size: 3.2rem;
    color: var(--red);
}

.btn_trial {
    margin-top: calc(100 / 690 * 100%);
}

.btn_trial a {
    border: .2em solid var(--red);
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: var(--red);
    padding: 1em;
    border-radius: 2em;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

.btn_trial::before {
    background-image: url(../images/harry/harry1.png);
    width: calc(90 / 480 * 100%);
    padding-top: calc(90 / 480 * 100%);
    margin: calc(-66 / 480 * 100%) auto 0;
}

@media screen and (min-width: 768px) {
    .hulu_movie h2 span {
        font-size: 8rem;
    }
    .hulu_movie_subttl {
        font-size: 4rem;
        margin-top: calc(100 / 1200 * 100%);
    }
    .hulu_movie_box {
        width: calc(560 / 1200 * 100%);
        margin: calc(90 / 1200 * 100%) auto 0;
    }
    .hulu_movie_box::before {
        width: calc(112 / 560 * 100%);
        padding-top: calc(107 / 560 * 100%);
        margin: calc(-84 / 560 * 100%) 0 0 calc(-1 / 560 * 100%);
    }
    .hulu_movie_txt p {
        margin-bottom: 0.5em;
        font-size: 1.8rem;
    }
    .hulu_movie_txt strong {
        font-size: 2.8rem;
    }
    .btn_trial {
        width: calc(390 / 1200 * 100%);
        margin-top: calc(100 / 1200 * 100%);
    }
    .btn_trial a {
        /* padding: .5em; */
        font-size: 2rem;
        border-width: 0.15em;
    }
    .btn_trial a:hover {
        background-color: var(--red);
    }
    .btn_trial::before {
        width: calc(90 / 390 * 100%);
        padding-top: calc(90 / 390 * 100%);
        margin: calc(-66 / 390 * 100%) auto 0;
    }
}


/* =====================================================================
*    topics
* =================================================================== */

.topics {
    padding: calc(160 / 750 * 100%) 0;
}

.topics_list {
    margin: calc(160 / 690 * 100%) 0;
}

.topics_list li {
    margin-bottom: 3em;
}

.topics_list li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (min-width: 768px) {
    .topics {
        padding: calc(150 / 1400 * 100%) 0;
    }
    .topics_list {
        margin: 0 auto;
        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;
    }
    .topics_list li:not(:last-child) {
        margin: 0 calc(30 / 1200 * 100%) 0 0;
    }
    .topics_list li:last-child {
        margin: 0;
    }
}

@media screen and (min-width: 1400px) {
    .topics {
        padding: 150px 0;
    }
}


/* =====================================================================
*    sns
* =================================================================== */

.sns {
    background-color: var(--yellow);
    padding: calc(80 / 750 * 100%) 0 calc(60 / 750 * 100%);
}

.sns h2 {
    font-family: var(--font_en);
    font-size: 5rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
    width: calc(402 / 690 * 100%);
    margin: 0 auto calc(80 / 690 * 100%);
}

.sns h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../images/top/bg_ttl_heart.png) no-repeat center/contain;
    padding-top: calc(61 / 402 * 100%);
}

.sns_list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sns_list li {
    width: calc(160 / 690 * 100%);
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px var(--red3);
    box-shadow: 0 0 0 1px var(--red3);
}

.sns_list li::before,
.sns_list li::after,
.sns_list a::before,
.sns_list a::after {
    content: '';
    position: absolute;
    width: calc(20 / 200 * 100%);
    padding-top: calc(20 / 200 * 100%);
    border-top: 1px solid var(--red);
    border-left: 1px solid var(--red);
    z-index: 2;
}

.sns_list li::before {
    top: 0;
    left: 0;
}

.sns_list li::after {
    top: 0;
    right: 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.sns_list a::before {
    bottom: 0;
    left: 0;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.sns_list a::after {
    bottom: 0;
    right: 0;
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.sns_list span {
    display: block;
    padding: calc(76 / 200 * 100%) 0 calc(20 / 200 * 100%);
    text-align: center;
    line-height: 1;
    font-family: var(--font_en);
    letter-spacing: 0.05em;
    font-size: 1.8rem;
}

.sns_list li span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(38 / 200 * 100%);
    padding-top: calc(39 / 200 * 100%);
    margin-top: calc(19 / 200 * 100%);
}

.sns_list li:nth-child(1) span::before {
    background: url(../images/common/btn_sns1.png) no-repeat center/contain;
}

.sns_list li:nth-child(2) span::before {
    background: url(../images/common/btn_sns2.png) no-repeat center/contain;
}

.sns_list li:nth-child(3) span::before {
    background: url(../images/common/btn_sns3.png) no-repeat center/contain;
}

.sns_list li:nth-child(4) span::before {
    background: url(../images/common/btn_sns5.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
    .sns {
        padding: calc(85 / 1400 * 100%) 0 calc(60 / 1400 * 100%);
    }
    .sns h2 {
        width: calc(402 / 1200 * 100%);
        margin: 0 auto calc(65 / 1200 * 100%);
    }
    .sns_list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sns_list li {
        width: calc(260 / 1200 * 100%);
        margin: 0 calc(20 / 1200 * 100%);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .sns_list li a {
        z-index: 3;
    }
    .sns_list li::before,
    .sns_list li::after,
    .sns_list a::before,
    .sns_list a::after {
        width: calc(20 / 260 * 100%);
        padding-top: calc(20 / 260 * 100%);
    }
    .sns_list span {
        padding: calc(60 / 260 * 100%) 0 calc(26 / 260 * 100%);
        font-size: 2rem;
    }
    .sns_list li span::before,
    .sns_list li span::after {
        width: calc(25 / 260 * 100%);
        padding-top: calc(25 / 260 * 100%);
        margin: calc(21 / 260 * 100%) auto 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .sns_list li span::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        opacity: 0;
    }
    .sns_list li:nth-child(1) span::after {
        background: url(../images/common/btn_sns1_h.png) no-repeat center/contain;
    }
    .sns_list li:nth-child(2) span::after {
        background: url(../images/common/btn_sns2_h.png) no-repeat center/contain;
    }
    .sns_list li:nth-child(3) span::after {
        background: url(../images/common/btn_sns3_h.png) no-repeat center/contain;
    }
    .sns_list li:nth-child(4) span::after {
        background: url(../images/common/btn_sns5_h.png) no-repeat center/contain;
    }
    .sns_list li:hover {
        background-color: var(--red2);
        -webkit-box-shadow: 0 0 0 1px var(--black);
        box-shadow: 0 0 0 1px var(--black);
    }
    .sns_list li a:hover {
        color: var(--red);
    }
    .sns_list li a:hover span::before {
        opacity: 0;
    }
    .sns_list li a:hover span::after {
        opacity: 1;
    }
}

@media screen and (min-width: 1400px) {
    .sns {
        padding: 85px 0 60px;
    }
}


/* =====================================================================
*    hulu_popup
* =================================================================== */

.hulu_popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(35, 30, 37, 0.9);
    z-index: 100000;
}

.hulu_popup_inner {
    width: calc(650 / 750 * 100%);
    max-width: 650px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    background: url(../images/top/bg_hulu_popup.jpg) no-repeat left top;
    background-size: 100% auto;
}

.hulu_popup_area1 {
    padding-top: calc(517 / 650 * 100%);
}

.hulu_popup_area1 h2 {
    width: calc(394 / 650 * 100%);
    margin: calc(20 / 650 * 100%) auto 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.hulu_popup_btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: calc(370 / 650 * 100%) auto 0;
    width: calc(300 / 650 * 100%);
}

.hulu_popup_btn a {
    background-color: #fff;
    border: 1px solid #000;
    padding: 0.3em 0;
    font-size: 2.4rem;
    font-weight: 700;
}

.hulu_popup_btn a::before {
    content: "";
    display: block;
    width: .5em;
    height: .5em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    z-index: 2;
    margin: auto;
    border-top: .15em solid;
    border-right: .15em solid;
}

.hulu_popup_area2 {
    padding: 0 0 calc(20 / 650 * 100%);
}

.hulu_popup_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hulu_popup_link_list li {
    width: calc(400 / 650 * 100%);
    margin: 0 0 0 calc(40 / 650 * 100%);
}

.hulu_popup_link_list li:first-child {
    margin-left: 0;
}

.hulu_popup_link_list li::before {
    background-image: url(../images/harry/harry1.png);
    width: calc(90 / 400 * 100%);
    padding-top: calc(90 / 400 * 100%);
    margin: calc(-65 / 400 * 100%) auto 0;
}

.hulu_popup_link_list li a {
    border: .15em solid var(--red);
    color: var(--red);
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 1em;
    border-radius: 2em;
    -webkit-box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 25%);
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 25%);
}

.hulu_popup_area2_txt {
    width: calc(281 / 650 * 100%);
    margin: calc(25 / 650 * 100%) auto 0;
}

.hulu_popup_check {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 1em;
}

.hulu_popup_check input {
    margin: 0 5px 0 0;
}

.hulu_popup_close {
    margin: calc(20 / 650 * 100%) 0 0;
    color: #fff;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.hulu_popup_close::before {
    content: "×";
    display: inline-block;
    margin-right: .5em;
}

@media screen and (min-width: 768px) {
    .hulu_popup_inner {
        width: calc(650 / 1200 * 100%);
    }
    .hulu_popup_area1 {
        padding-top: calc(510 / 650 * 100%);
    }
    .hulu_popup_btn {
        width: calc(200 / 650 * 100%);
        margin: calc(380 / 650 * 100%) auto 0;
    }
    .hulu_popup_btn a {
        font-size: 1.6rem;
    }
    .hulu_popup_btn a:hover {
        background-color: #000;
        color: #fff;
    }
    .hulu_popup_area2_txt {}
    .hulu_popup_area2_txt2 {}
    .hulu_popup_link_list li {
        width: calc(400 / 650 * 100%);
    }
    .hulu_popup_link_list li a {
        font-size: 2rem;
        padding: calc(15 / 400 * 100%) 0;
    }
    .hulu_popup_link_list li a:hover {
        background-color: var(--red);
    }
    .hulu_popup_check {
        font-size: 1.6rem;
    }
    .hulu_popup_check label {
        cursor: pointer;
    }
    .hulu_popup_close {
        margin: calc(25 / 650 * 100%) 0 0;
        font-size: 1.8rem;
    }
    .hulu_popup_close:hover {
        opacity: 0.7;
    }
    .hulu_popup_check {
        margin-top: 2em;
    }
}

@media screen and (max-height: 900px) and (orientation: landscape) {
    .hulu_popup_inner {
        width: 100%;
        max-width: calc(450 / 750 * 100vh);
        min-width: 450px;
    }
    .hulu_popup_inner * {
        font-size: 0.9em;
    }
    .hulu_popup_btn a {
        font-size: 0.9em;
    }
    .hulu_popup_check {
        /* margin-top: 3em; */
    }
}