@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : story.css
Description :
===================================================================== */


/* ********************************************************************
    story
******************************************************************** */

.story {
    padding: calc(140 / 750 * 100%) 0 0;
}

.story_movie {
    padding: 0 calc(130 / 690 * 100%) calc(100 / 690 * 100%) 0;
    margin-bottom: calc(45 / 690 * 100%);
}

.story_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%);
}

.story_movie_box {
    width: 100%;
    padding-top: 56.25%;
}

.story_movie_box iframe,
.story_movie_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.story_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);
}

.story_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;
}

.story_subttl {
    font-size: 2.8rem;
    line-height: 1.143;
    padding-bottom: .8em;
    margin-bottom: .5em;
    /* border-bottom: .2em dotted #fff; */
    display: inline-block;
}

.story_subttl.last {
    font-size: 3.6rem;
    font-weight: bold;
}

.story_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;
}

.story_subttl span {
    font-family: var(--font_en);
    font-size: 6rem;
    line-height: 0.533;
    padding: 0 2rem;
}

.story_date {
    line-height: 1.333;
}

.story_notes {
    line-height: 1.333;
    margin-top: 0.3em;
    text-align: right;
}

.story_txt_list,
.other_images {
    margin-bottom: calc(100 / 690 * 100%);
}

.story_txt_list>li:not(:last-child) {
    margin-bottom: calc(50 / 690 * 100%);
}

.story_txt_list>li>p {
    margin-bottom: 2em;
}

.story_images_list>li {
    margin-top: calc(50 / 690 * 100%);
}

.story_images_list>li:first-child {
    margin-top: 0;
}

.story_txt_more .story_txt_list {
    height: 10em;
    overflow: hidden;
}

.story_txt_more_btn {
    text-align: center;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.story_txt_more_btn a {
    line-height: 1;
    padding: 1.5em 0;
    width: calc(480 / 690 * 100%);
    margin: calc(50 / 690 * 100%) auto 0;
    background-color: #fff;
    border: 1px solid var(--black);
}

.story_sns_share {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--yellow);
    padding: calc(42 / 690 * 100%) calc(50 / 690 * 100%);
}

.story_sns_share::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/harry/harry2.png) no-repeat center/contain;
    width: calc(95 / 690 * 100%);
    padding-top: calc(91 / 690 * 100%);
    margin-top: calc(-91 / 690 * 100%);
}

.story_sns_share dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 2rem;
}

.story_sns_share_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;
    width: calc(260 / 750 * 100vw);
    margin-left: calc(39 / 750 * 100vw);
}

.story_sns_share_list li {
    width: calc(80 / 260 * 100%);
    background-color: #fff;
}

.story_sns_share_list a {
    padding: calc(20 / 80 * 100%);
}

@media screen and (min-width: 768px) {
    .story {
        padding: calc(145 / 1400 * 100%) 0 0;
    }
    .story_movie {
        width: calc(800 / 1200 * 100%);
        padding: 0 calc(239 / 1200 * 100%) calc(58 / 1200 * 100%) 0;
        margin: 0 auto calc(50 / 1200 * 100%);
    }
    .story_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%);
    }
    .story_subttl_wrap {
        padding: calc(22 / 800 * 100%) calc(22 / 800 * 100%) calc(25 / 800 * 100%);
        width: calc(310 / 800 * 100%);
    }
    .story_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;
    }
    .story_subttl {
        /* padding-bottom: .6em;
        margin-bottom: .6em; */
    }
    .story_subttl.last {
        font-size: 3.6rem;
        font-weight: bold;
    }

    .story_txt_list>li:not(:last-child) {
        margin-bottom: calc(25 / 690 * 100%);
    }
    
    .story_txt_list,
    .other_images {
        width: calc(840 / 1200 * 100%);
        margin: 0 auto calc(50 / 1200 * 100%);
    }
    .story_txt_list>li:not(:last-child) {
        margin-top: calc(25 / 840 * 100%);
    }
    .story_txt_list>li>p {
        margin-bottom: 1em;
    }
    .story_images_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;
    }
    .story_images_list li {
        width: calc(410 / 840 * 100%);
        margin-top: calc(25 / 840 * 100%);
    }
    .story_images_list>li:nth-child(-n+2) {
        margin-top: 0;
    }
    .story_images_list>li:nth-child(2n) {
        margin-left: calc(20 / 840 * 100%);
    }
    .story_txt_more .story_txt_list {
        /* height: 10em; */
    }
    .story_txt_more_btn a {
        width: calc(240 / 1200 * 100%);
        margin: calc(50 / 1200 * 100%) auto 0;
        padding: 1.1em 0;
        font-size: 1.4rem;
    }
    .story_txt_more_btn a:hover {
        color: #fff;
        background-color: var(--black);
    }
    .story_sns_share {
        width: calc(1000 / 1200 * 100%);
        margin: 0 auto;
        padding: calc(30 / 1000 * 100%) calc(60 / 1000 * 100%);
    }
    .story_sns_share::before {
        width: calc(95 / 1000 * 100%);
        padding-top: calc(91 / 1000 * 100%);
        margin-top: calc(-91 / 1000 * 100%);
    }
    .story_sns_share dt {
        font-size: 1.4rem;
    }
    .story_sns_share_list {
        width: calc(150 / 1400 * 100vw);
        margin-left: calc(30 / 1400 * 100vw);
    }
    .story_sns_share_list li {
        width: calc(44 / 150 * 100%);
    }
    .story_sns_share_list a {
        padding: calc(12 / 44 * 100%);
    }
    .story_sns_share_list a::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: calc(21 / 44 * 100%);
        padding-top: calc(21 / 44 * 100%);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0;
    }
    .story_sns_share_list img {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .twitterShare a::before {
        background: url(../images/common/btn_sns1_h.png) no-repeat center/contain;
    }
    .facebookShare a::before {
        background: url(../images/common/btn_sns4_h.png) no-repeat center/contain;
    }
    .lineShare a::before {
        background: url(../images/common/btn_sns3_h.png) no-repeat center/contain;
    }
    .story_sns_share_list a:hover {
        background-color: var(--red2);
    }
    .story_sns_share_list a:hover::before {
        opacity: 1;
    }
    .story_sns_share_list a:hover img {
        opacity: 0;
    }
}

@media screen and (min-width: 1400px) {
    .story {
        padding: 145px 0 0;
    }
    .story_sns_share_list {
        width: 150px;
        margin-left: 30px;
    }
}


/* =====================================================================
*    banner
* =================================================================== */

.banner {
    padding: calc(80 / 750 * 100%) 0 calc(140 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    .banner {
        padding: calc(60 / 1400 * 100%) 0 calc(80 / 1400 * 100%);
    }
}

@media screen and (min-width: 1400px) {
    .banner {
        padding: 60px 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;
    }
}


/* =====================================================================
*    backnumber
* =================================================================== */

.backnumber {
    padding: calc(120 / 750 * 100%) 0 calc(180 / 750 * 100%);
}

.backnumber h2 {
    font-family: var(--font_en);
    font-size: 5rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
    width: calc(422 / 690 * 100%);
    margin: 0 auto calc(80 / 690 * 100%);
}

.backnumber h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../images/story/bg_ttl_heart.png) no-repeat center/contain;
    padding-top: calc(61 / 422 * 100%);
}

.backnumber_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;
}

.backnumber_list li {
    width: calc(280 / 690 * 100%);
    margin: 0 calc(66 / 690 * 100%) calc(40 / 690 * 100%) 0;
}

.backnumber_list li:nth-child(even),
.backnumber_list li:last-child {
    margin-right: 0;
}

.backnumber_img::before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 2em solid transparent;
    border-bottom: 2em solid #fff;
    z-index: 1;
}

.backnumber_list li figcaption {
    color: var(--red);
    line-height: 1;
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 0.7em;
}

@media screen and (min-width: 768px) {
    .backnumber {
        padding: calc(100 / 1400 * 100%) 0;
    }
    .backnumber h2 {
        width: calc(422 / 1200 * 100%);
        margin: 0 auto calc(70 / 1200 * 100%);
    }
    .backnumber_list {
        width: calc(1000 / 1200 * 100%);
        margin: 0 auto;
    }
    .backnumber_list li,
    .backnumber_list li:nth-child(even) {
        width: calc(180 / 1000 * 100%);
        margin: 0 calc(24 / 1000 * 100%) calc(40 / 1000 * 100%) 0;
    }
    .backnumber_list li:nth-child(5n),
    .backnumber_list li:last-child {
        margin-right: 0;
    }
    .backnumber_img {
        overflow: hidden;
    }
    .backnumber_img::before {
        border-width: 1.5em;
    }
    .backnumber_list li figcaption {
        font-size: 1.8rem;
    }
    .backnumber_list a .backnumber_img img {
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
    }
    .backnumber_list a:hover .backnumber_img img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@media screen and (min-width: 1400px) {
    .backnumber {
        padding: 100px 0;
    }
}