@charset 'UTF-8';
img {
    max-width: 100%;
    height: auto;
}
a {
    transition: all .2s;
}
a:hover {
    opacity: 0.8;
}
/*header*/
.header {
    width: 100%;
    height: 738.5px;
    background-image: url(../img/header-bg-pc.jpg);
    background-size: cover;
    background-position: center bottom;
}
@media screen and (max-width:768px) {
    .header {
        height:calc( 994 / 640 * 100vw);
        background-image: url(../img/header-bg-sp.jpg);
        background-position: left bottom;
    }
}
.header__logo {
    height: 73px;
    width: 265px;
    display: flex;
    align-items: center;
    margin: auto;
}
@media screen and (max-width:768px) {
    .header__logo {
     width: calc(287 / 640 *100vw);
     height: calc(92 / 640 *100vw);
    }
}
.header__logo a {
    display: block;
    width: 233px;
    height: inherit;
    display: flex;
    align-items: center;
}
@media screen and (max-width:768px) {
    .header__logo a {
        width: 100%;
        
    }
}
/*header*/
.top__wrap {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
@media screen and (max-width:768px) {
    .top__wrap {
        max-width: initial;
    }
}
.top__title {
    width: 100%;
    max-width: 528px;
    margin: 33px auto 0;
}
@media screen and (max-width:768px) {
    .top__title {
        max-width: calc( 598 / 640 *100vw);
        margin-top:calc( 28 / 640 *100vw) ;
    }
}
.top__img {
    width: 100%;
    max-width: 730px;
    margin:41px auto 0 ;
}
@media screen and (max-width:768px) {
    .top__img {
        max-width: initial;
        margin-top: calc( 29 / 640 *100vw);
    }
}
.top__text {
    font-size: 28px;
    font-weight: bold;
    font-family: YuGothic,'Yu Gothic',sans-serif;
    line-height: 1.57;
    text-align: center;
    margin-top: 26px;
    letter-spacing: 0.02em;
}
@media screen and (max-width:768px) {
    .top__text {
        font-size: calc( 35 / 640 *100vw);
        letter-spacing: 0.01em;
        margin-top: calc( 26 / 640 *100vw);
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
    }
}
.top__lineup {
    width: 100%;
    max-width: 1000px;
    height: 795px;
    margin: 14px auto 0;
    position: relative;
    background-image: url(../img/top-lineup-pc.png);
}
@media screen and (max-width:768px) {
    .top__lineup  {
    height: calc( 1427 / 640 *100vw);
    background-image: url(../img/top-lineup-sp.jpg);
    background-size: cover;
    margin-top: calc( 14 / 640 *100vw);
    padding-bottom: calc( 5 / 640 *100vw);
    }
}
.top__lineup-text {
    position: absolute;
    left: 38%;
    top: 34%;
    text-align: center;
    line-height: 1.28;
    font-size: 14px;
    font-weight: bold;
    font-family: YuGothic,'Yu Gothic',sans-serif;
}
@media screen and (max-width:768px) {
    .top__lineup-text {
        left: 42%;
        top: 27%;
        font-size: calc( 18 / 640 *100vw);
        letter-spacing: 0.015em;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
    }
}
.top__bottom {
    padding-top: 40px;
    padding-bottom: 59px;
    background-image: url(../img/top-bottom-pc.png);
    background-size: cover;
    background-position: center top;
    margin-top: -133px;
    position: relative;
}
@media screen and (max-width:768px) {
    .top__bottom {
        padding-top: calc( 2 / 640 *100vw);
        margin-top: 0;
        padding-bottom:calc( 45 / 640 *100vw) ;
        background-image: url(../img/top-bottom-sp.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-color: #FFE4F5;
    }
}
.top__bottom-title {
    width: 100%;
    max-width: 480px;
    margin: 69px auto 0;
}
@media screen and (max-width:768px) {
    .top__bottom-title {
        max-width: calc( 609 / 640 *100vw);
        margin-top: 0;
        
    }
}
.top__bottom-text {
    width: 100%;
    max-width: 578px;
    margin: 225px auto 0;
    font-family: YuGothic,'Yu Gothic',sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: -0.07em;
}
@media screen and (max-width:768px) {
    .top__bottom-text {
        font-size: calc( 30 / 640 *100vw);
        margin-top:calc( 256 / 640 *100vw) ;
        letter-spacing: -0.08em;
        max-width:calc( 596 / 640 *100vw) ;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
    }
}

/*feature*/
.feature {
    padding: 50px 0 50px;
    background-image: url(../img/feature-bg-pc.png);
    background-repeat: no-repeat;
    background-position: center top 95px;
}
@media screen and (max-width:768px) {
    .feature {
        padding: calc( 37 / 640 *100vw) 0 calc( 26 / 640 *100vw);
        background-image: url(../img/feature-bg-sp.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top ;
    }
}
.feature__title {
    width: 100%;
    max-width: 260px;
    margin: auto;
}
@media screen and (max-width:768px) {
    .feature__title {
        max-width: calc( 328 / 640 *100vw);
    }
}
.feature__inner {
    width: 100%;
    max-width: 696px ;
    margin: 37px auto 0;
}
.feature__content {
    width: 100%;
    margin-left: -37px;
}
@media screen and (max-width:768px) {
    .feature__content {
        display: none;
    }
}
.feature__buttton {
    width: 100%;
    max-width: 432.5px;
    text-align: center;
    margin: 53px auto 0;
}
@media screen and (max-width:768px) {
    .feature__buttton {
        margin-top:calc( 1145 / 640 *100vw) ;
        max-width:calc( 599.85 / 640 *100vw) ;
    }
}
.feature__buttton a {
    display: inline-block;
    background-image: url(../img/feature-button-pc.jpg);
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: -0.04em;
    padding: 27.5px 0 27.5px 18px;
    line-height: 1;
    font-family: YuGothic,'Yu Gothic',sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}
@media screen and (max-width:768px) {
    .feature__buttton a {
        font-size:calc( 35 / 640 *100vw) ;
        padding: calc( 42.5 / 640 *100vw) 0 calc( 42.5 / 640 *100vw) calc( 20 / 640 *100vw);
        background-image: url(../img/feature-button-sp.jpg);
        letter-spacing: -0.01em;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
    }
}
/*reason*/
.reason {
    padding: 55px 0 215px;
    background-image: url(../img/reason-bg-pc.png);
    background-repeat: no-repeat;
    background-position: center top;
}
@media screen and (max-width:768px) {
    .reason {
        padding:calc( 64 / 640 *100vw) 0 calc( 143 / 640 *100vw);
        background-image: url(../img/reason-bg-sp.png);
        background-size: cover;
    }
}
.reason__title {
    width: 100%;
    max-width: 461.8px;
    margin: auto;
}
@media screen and (max-width:768px) {
    .reason__title {
        max-width: calc( 600 / 640 *100vw);
    }
}
.reason__wrap {
    margin: 87px auto 0;
    width: 100%;
    max-width: 456px;
}
@media screen and (max-width:768px) {
    .reason__wrap {
        max-width: initial;
        padding: 0 calc( 20 / 640 *100vw);
        margin-top:calc( 106 / 640 *100vw) ;
        box-sizing: border-box;

    }
}
.reason__sub-title01 {
    width: 100%;
    max-width: 454.5px;
    margin: auto;
}
@media screen and (max-width:768px) {
    .reason__sub-title01 {
        max-width: calc( 563 / 640 *100vw);
    }
}
.reason__first-text {
    font-size: 18px;
    font-weight: bold;
    font-family: YuGothic,'Yu Gothic',sans-serif;
    text-align: center;
    margin-top: 29px;
    letter-spacing: -0.08em;
    padding-left: 11px;
    line-height: 1.6;
}
@media screen and (max-width:768px) {
    .reason__first-text {
        font-size: calc( 23 / 640 *100vw);
        padding-left: calc( 11 / 640 *100vw);
        margin-top: calc( 38 / 640 *100vw);
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
    }
}
.reason__image {
    width: 100%;
    max-width: 416px;
    margin: 25px auto 0;
}
@media screen and (max-width:768px) {
    .reason__image {
        max-width: calc( 520 / 640 *100vw);
        margin-top: calc( 30 / 640 *100vw);
    }
}
.reason__button {
    
    width: 100%;
    max-width: 432px;
    margin: 33px auto 0;
}
@media screen and (max-width:768px) {
    .reason__button {
        max-width: initial;
        margin-top:calc( 29 / 640 *100vw) ;
    }
}
.reason__button a {
    position: relative;
    background-image: url(../img/reason-button-pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    font-size: 25px;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-family: YuGothic,'Yu Gothic',sans-serif;
    line-height: 1;
    letter-spacing: -0.08em;
    padding:25px 0 30px;
}
@media screen and (max-width:768px) {
    .reason__button a {
        background-image: url(../img/reason-button-sp.jpg);
        font-size: calc( 35 / 640 *100vw);
        padding: calc( 39 / 640 *100vw) 0 calc( 46 / 640 *100vw);
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
    }
}
.reason__button span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6%;
    font-size: 18px;
    color: #FFF;
    letter-spacing: -0.08em;
    font-weight: bold;
    font-family: YuGothic,'Yu Gothic',sans-serif;
}
@media screen and (max-width:768px)  {
    .reason__button span {
        font-size: calc( 25 / 640 *100vw);
        bottom: 6%;
        letter-spacing: -0.09em;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
    }
}
.reason__second {
    margin-top: 133px;
}
@media screen and (max-width:768px) {
    .reason__second {
        margin-top: calc( 158 / 640 *100vw);
    }
}
.reason__sub-title02 {
    width: 100%;
    max-width: 434px;
    margin: auto;
}
@media screen and (max-width:768px) {
    .reason__sub-title02 {
        max-width: calc( 543 / 640 *100vw);
    }
}
.reason__red-text {
    font-size: 24px;
    font-weight: bold;
    font-family: YuGothic,'Yu Gothic',sans-serif;
    color: #EA6133;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.025em;
    margin-top: 25px;
    
}
@media screen and (max-width:768px)  {
    .reason__red-text {
        font-size: calc( 30 / 640 *100vw);
        margin-top: calc( 27 / 640 *100vw);
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
    }
}
.reason__lead {
    margin-top: 11px;
    font-size: 18px;
    font-family: YuGothic,'Yu Gothic',sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 1.75;
    letter-spacing: -0.08em;
}
@media screen and (max-width:768px) {
    .reason__lead {
      font-size: calc( 23 / 640 *100vw);
      margin-top: calc( 15 / 640 *100vw);
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
    }
}
.reason__picture {
    margin-top: 23px;
}
@media screen and (max-width:768px) {
    .reason__picture {
        width: 100%;
        max-width:calc( 570 / 640 *100vw) ;
        margin: calc( 27 / 640 *100vw) auto 0;
    }
}
.reason__picture-text {
    font-size: 18px;
    font-family: YuGothic,'Yu Gothic',sans-serif;
    font-weight: bold;
    margin-top: 12px;
    text-align: center;
    line-height: 1.75;
    letter-spacing: -0.08em;
}
@media screen and (max-width:768px) {
    .reason__picture-text {
        font-size: calc( 23 / 640 *100vw);
        margin-top: calc( 12 / 640 *100vw);
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
    }
}
.reason__link {
    margin: 35px auto 0;
    height: 80px;
    width: 100%;
    max-width: 432px;
}
@media screen and (max-width:768px)  {
    .reason__link {
        max-width: initial;
        margin-top: calc( 35 / 640 *100vw);
        height: calc( 120 / 640 *100vw);
    }
}
.reason__link a {
    display: inline-block;
    background-image: url(../img/reason-link-pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:768px) {
    .reason__link a {
        background-image: url(../img/reason-link-sp.jpg);
    }
}
/*movie*/
.movie-area {
 margin-top: -20px;
}
@media screen and (max-width:768px) {
    .movie-area {
        margin-top: calc( 20 / 640 *100vw);
    }
}
.movie-area__content {
    width: 100%;
    margin: auto;
    max-width: 556px;
    height: 314px;
}
@media screen and (max-width:768px) {
    .movie-area__content {
        max-width:calc( 600 / 640 *100vw) ;
        height:calc( 340 / 640 *100vw) ;
    }
}
.movie-area__content a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/movie-content_off.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .1s;
}
.movie-area__content a:hover {
    background-image: url(../img/movie-content_on.jpg);
    opacity: 1;
}
.movie-area__img {
    width: 100%;
    max-width: 527px;
    margin: 45px auto 0 ;
}
@media screen and (max-width:768px) {
    .movie-area__img {
        max-width: initial;
        margin-top: calc( 15 / 640 *100vw);
    }
    .movie-area__img img {
        width: 100%;
    }
}
/*purchase*/
.purchase {
    padding: 85px 0;
    background-image: url(../img/purchase-bg-pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center ;
}
@media screen and (max-width:768px) {
    .purchase {
        padding: calc( 95 / 640 *100vw) 0 calc( 103 / 640 *100vw);
        background-image: url(../img/purchase-bg-sp.jpg);
    }
}
.purchase__inner {
    width: 100%;
    box-sizing: border-box;
    max-width: 881px;
    padding: 0 20px;
    margin: auto;
}
@media screen and (max-width:768px) {
    .purchase__inner {
        max-width: initial;
        padding: 0 calc( 20 / 640 *100vw);
    }
}
.purchase__wrap {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:768px)  {
    .purchase__wrap {
        display: block;
    }
}
.purchase__item {
    width: 100%;
    max-width: 200px;
}
@media screen and (max-width:768px) {
    .purchase__item {
        max-width: initial;
    }
    .purchase__item:nth-child(n + 2) {
        margin-top: calc( 20 / 640 *100vw);
    }
}
/*button-area*/
.button-area {
    background-color: #FFF866;
    padding: 30px 0 40px;
}
@media screen and (max-width:768px) {
    .button-area {
        padding: calc( 54 / 640 *100vw) 0 calc( 47 / 640 *100vw);
    }
}
.button-area__inner {
    width: 100%;
    max-width:880px ;
    padding: 0 20px;
    margin: auto;
    box-sizing: border-box;
}
@media screen and (max-width:768px) {
    .button-area__inner {
        padding: 0 calc( 20 / 640 *100vw);
    }
}
.button-area__wrap {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:768px) {
    .button-area__wrap {
        display: block;
    }
}
.button__item {
    width: 100%;
    max-width: 412px;
}
@media screen and (max-width:768px) {
    .button__item {
        max-width: initial;
    }
}
.button__item a {
    width: 100%;
    display: inline-block;
    font-size:24px ;
    font-weight: bold;
    font-family: YuGothic,'Yu Gothic',sans-serif;
    color: #FFF;
    text-decoration: none;
}
@media screen and (max-width:768px) {
    .button__item a {
        font-size: calc( 35 / 640 *100vw);
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
    }
}
.button__item a:hover {
    opacity: 0.9;
}
.button__item--twitter a {
    background-image: url(../img/button-twiter-pc.jpg);
    background-size: cover;
    padding:18px 0 20px 106px;
    box-sizing: border-box;
    line-height: 1.1;
    letter-spacing: -0.01em;
}
@media screen and (max-width:768px) {
    .button__item--twitter a {
        background-image: url(../img/button-twiter-sp.jpg);
        padding: calc( 20 / 640 *100vw) 0 calc( 23 / 640 *100vw) calc( 154 / 640 *100vw);
        letter-spacing: -0.03em;
    }
}
.button__item--toTop a {
    background-image: url(../img/button-toTop-pc.jpg);
    background-size: cover;
    padding:37px 0 29px 26px;
    box-sizing: border-box;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
}
@media screen and (max-width:768px) {
    .button__item--toTop a {
        background-image: url(../img/button-toTop-sp.jpg);
        margin-top: calc( 37 / 640 *100vw);
        padding: calc( 44 / 640 *100vw) 0 calc( 41 / 640 *100vw) calc( 42 / 640 *100vw);
        letter-spacing: -0.03em;
    }
}
/*footer*/ 
.footer {
    padding: 10px 0;
    border-top: none;
}
@media screen and (max-width:768px)  {
    .footer {
        padding: calc( 14 / 640 *100vw) 0 calc( 16 / 640 *100vw);
    }
}
.footer__inner {
    width: 100%;
    max-width: 1040px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width:768px)  {
    .footer__inner {
        padding: 0 calc( 15 / 640 *100vw);
    }
}
.footer__copyright {
    width: 250px;
    font-size: 10px;
}
@media screen and (max-width:768px) {
    .footer__copyright {
        width: calc( 470 / 640 *100vw) ;
        font-size: calc( 20 / 640 *100vw) ;
        letter-spacing: 0.005em;
        margin-top:calc( 13 / 640 *100vw) ;
    }
}
.footer__logo {
    width: 25px;
    height: 25px;
}
@media screen and (max-width:768px) {
    .footer__logo {
        width: calc( 50 / 640 *100vw);
        height: calc( 50 / 640 *100vw);
    }
}
/*footer-fixed*/
.footer-fixed {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
}
.footer-fixed a {
    display: block;
}

