@charset "UTF-8";

/*
header
*/
.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
header{background:#fff;}
header ul:after,header div:after{display:none;}
header img{width:100%;}
header .inner{
    display:flex;justify-content: space-between;align-items: center;
    margin:0 auto;
    padding:8px 0 5px;
    max-width: 1280px;
    width:calc(1280/1400*100%);
}

header h1{width:calc(250/1280*100%);}
header .sns{display:flex;justify-content: space-between;width:calc(310/1280*100%);}
header .sns li{width:calc(64/310*100%);}
header .sns a{display:block;width:100%;}
header .notes{background:#F8E88C;color:#111;font-weight:bold;}
header .notes .inner{display:block;padding:18px 0;text-align: center;}

@media print and (min-width: 768px), screen and (min-width: 768px) {
 .inner{max-width:1136px;width:calc(1136/1400*100%);margin:0 auto;}
}
@media print and (max-width: 767px), screen and (max-width: 767px) {
    header .inner{padding:calc(20/750*100%) 0 calc(15/750*100%);width:calc(692/750*100%);}
    header h1{width:calc(270/692*100%);}
    header .sns{width:calc(310/692*100%);}
    header .sns li{width:calc(64/310*100%);}
    header .notes{font-size:3.73vw;}
    header .notes .inner{padding:calc(19/750*100%) 0;}
}
/*
main
*/
main .inner{max-width:1136px;width:calc(1136/1400*100%);margin:0 auto;}
main section{margin-top:35px;padding-top:35px;}
main section:last-child{margin-bottom:165px;}
main h2{font-size:200%;font-weight: bold;}
@media print and (max-width: 767px), screen and (max-width: 767px) {
    main .inner{width:calc(680/750*100%);margin:0 auto;}
    main section{margin-top:calc(30/750*100%);padding-top:calc(30/750*100%);}
    main section:last-child{margin-bottom:calc(125/750*100%);}
    main h2{font-size:calc(34/750*100 *1vw);}
}
/*
banner
*/
.banner a{display:block;backface-visibility: hidden;}
.banner img{width:100%;}

/*
 mv
*/
#sec-mv{margin-top:0;padding-top:0;overflow:hidden;}
#sec-mv .mv-content{position: relative;}
#sec-mv .slider{position:static;margin:0 auto;width:calc(1190/1440*100%);}
#sec-mv .slick-list{overflow: inherit;}
#sec-mv img{width:100%;}
#sec-mv .slick-arrow{
    display: block;
    position: absolute;
    height: 0;
    overflow: hidden;
    font-size: 0;
    /*border-radius: 50%;*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    background-color: transparent;
    transform:translateY(-50%);
    top:50%;
    width: 60px;
    padding-top: 60px;
}
#sec-mv .slick-next{
    right:3%;
    background-image:url('../img/slider-arrow-right.svg');
}
#sec-mv .slick-prev{
    left:3%;
    background-image:url('../img/slider-arrow-left.svg');
}
#sec-mv .slick-dots{margin-top:1em;}
#sec-mv .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    position: relative;
}
#sec-mv .slick-dots li button {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 0;
    padding-top: 100%;
    font-size: 0;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
    background: #E5E5E5;
    border: none;
}
#sec-mv .slick-dots li.slick-active button{background-image: linear-gradient(138deg, #090c2a, #4468de);}

#sec-mv .slider-item{margin:0 auto;width:1190px;background:#000;}
#sec-mv .slider-item:after{display:none;}
#sec-mv .slider-item a{
    display:flex;flex-wrap:wrap;align-items:center;width:100%;background-image: linear-gradient(138deg, #090c2a, #4468de);
    opacity:.5;
    transition: opacity .5s;
}
#sec-mv .slider-item.slick-current a{opacity:1;}
#sec-mv .slider-item .slider-item-detail{
    order:1;
    width:calc(426/1190*100%);
    padding:1em;
    box-sizing: border-box;
    color:#fff;
}
#sec-mv .slider-item .slider-item-img{
    order:2;
    padding-top:calc(573/1190*100%);
    width:calc(764/1190*100%);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    background-color:#111111;
    position: relative;
}
#sec-mv .slider-item .slider-item-img .copyright{position: absolute;left:.5em;bottom:.5em;color:#fff;text-align: left;}
#sec-mv .slider-item .text-01{color:#F4E996;font-size:187.5%;font-weight: bold;}
#sec-mv .slider-item .title-main{font-size:437.5%;font-weight: bold;}
#sec-mv .slider-item .title-sub{font-size:162.5%;line-height:1.76;}
#sec-mv .slider-item .copyright{margin-top:1.42em;font-size:87.5%;}

#sec-mv .slider-item--1 .title-main,
#sec-mv .slider-item--4 .title-main{font-size:300%;}
@media print and (max-width: 767px), screen and (max-width: 767px) {
    #sec-mv .slider{width:100%;}
    #sec-mv .slider-item{width:100%;max-width:750px;}
    #sec-mv .slider-item a {
        display: block;
    }
    #sec-mv .slider-item .slider-item-detail{
        display: flex;
        flex-wrap:wrap;
        align-items: center;
        width:100%;
        padding:1em;
        color:#fff;
    }
    #sec-mv .slider-item .slider-item-detail-box{width:100%;}
    #sec-mv .slider-item .slider-item-img{
        padding-top:calc(563/750*100%);
        width:100%;
    }

    #sec-mv .slider-item .text-01,#sec-mv .slider-item .title-main,#sec-mv .slider-item .title-sub,#sec-mv .slider-item .copyright{width:100%;}
    #sec-mv .slider-item .text-01{font-size:4vw;}
    #sec-mv .slider-item .title-main{font-size:9.33vw;}
    #sec-mv .slider-item .title-sub{font-size:3.73vw;}
    #sec-mv .slider-item .copyright{font-size:2vw;}
    #sec-mv .slider-item--1 .title-main,
    #sec-mv .slider-item--4 .title-main{font-size:6.4vw;}
}
/*
promotion
*/
.promotion h2 {margin-bottom:1.312em;text-align: center;}
.promotion h2 a{color:#A17F48;
    text-decoration-line: underline;
    text-decoration-thickness: from-font;
}
.promotion h2 span:before{
    content:"";
    display:inline-block;
    margin-right:.187em;
    padding-top:1.5em;
    font-size:100%;
    width:1.018em;
    height:0;
    background: url('../img/icon-pin.png') no-repeat;
    background-size:contain;
    vertical-align: middle;
    transform: translateY(-.1em);
}

.promotion-menu{
    font-size:162.5%;
    font-weight:bold;
}
.promotion-menu ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding:calc(27/1136*100%) calc(29/1136*100%);
    border:#707070 1px solid;
}
.promotion-menu ul:after{display:none;}
.promotion-menu ul li{
    position: relative;
    display: flex;align-items: center;
    margin-right: calc(55 / 1134 * 100%);
    padding-right: calc(55 / 1134 * 100%);
}
.promotion-menu ul li a{display:block;width:100%;font-weight:bold;text-align:center;}
.promotion-menu ul li:after{
    content:"";
    position: absolute;
    top:0;
    right:0;
    display:inline-block;height:100%;width:1px;background:#707070;
    transform: rotate(30deg);
}
.promotion-menu ul li:last-child:after{display:none;}
.promotion-menu ul li:last-child{margin-right:0;padding-right: 0;}
@media print and (max-width: 767px), screen and (max-width: 767px) {
    .promotion-menu{font-size:calc(28/750*100 *1vw);}
    .promotion-menu ul {padding:calc(23/680*100%) calc(21/680*100%);}
    .promotion-menu ul li{margin-top:calc(35/638*100%);width:calc(285/638*100%);}
    .promotion-menu ul li a{display: flex;align-items: center;width:100%;height:100%;text-align: center;}
    .promotion-menu ul li a span{width:100%;}
    .promotion-menu ul li:nth-of-type(odd){
        margin-right: calc(20 / 638 * 100%);
        padding-right: calc(20 / 638 * 100%);
    }
    .promotion-menu ul li:nth-of-type(-n+2){margin-top:0;}
    .promotion-menu ul li:nth-of-type(even){margin-right:0;padding-right:0;}
    .promotion-menu ul li:nth-of-type(even):after{display:none;}
}
/*.promotion-menu ul li:nth-of-type(1){width:calc(200/1136*100%);}*/
/*.promotion-menu ul li:nth-of-type(2){width:calc(192/1136*100%);}*/
/*.promotion-menu ul li:nth-of-type(3){width:calc(192/1136*100%);}*/
/*
about
*/
.about h2{margin-bottom:1.312em;text-align: center; text-decoration-line: underline;text-decoration-thickness: from-font;}
.about p{font-size:125%;font-weight: 500;line-height:2.25;text-align: center;}
.about p span{color:#3B71DD;}
@media print and (max-width: 767px), screen and (max-width: 767px) {
    .about p{font-size:3.73vw;}
}

/*
howto
*/
.howto h2{margin-bottom:1.312em;text-align: center; text-decoration-line: underline;text-decoration-thickness: from-font;}
.howto-steps{display:flex;justify-content: space-between;width:100%;}
.howto-steps li{
    position: relative;
    width:calc(358/1136*100%);
    box-sizing: border-box;
    text-align: center;
}
.howto-steps li:after{display:none;}
.howto-steps li:after{
    content:"";
    position: absolute;
    top:50%;
    right:-9%;
    transform: translateY(-50%);
    display: block;
    padding-top:calc(52/358*100%);
    width:calc(44/358*100%);
    background:url('../img/arrow-steps.svg') no-repeat;
    background-size:contain;
    z-index: 1;
}
.howto-steps .howto-step-box{
    position: relative;
    padding:calc(18/358*100%) calc(20/358*100%);
    background:#FFEECE;box-shadow:rgba(0,0,0,.25) 3px 3px 9px;
    box-sizing: border-box;
    height:100%;
}
.howto-steps h4{
    margin:0 auto calc(15/320*100%);
    width:4.72em;
    text-align: center;
    border-radius: .77em;
    color:#fff;font-size:112.5%;font-weight:bold;background:#3F4696;
}
.howto-steps figure{margin-bottom:calc(15/320*100%);}
.howto-steps img{width:100%;}
.howto-steps .howto-step--1 figure{
    margin-left:auto;
    margin-right:auto;
    width:calc(104/320*100%);
    transform:translateX(calc(6/104*100%));
}
.howto-steps p{font-size:112.5%;font-weight: bold;line-height:1.44;}
.howto-steps .howto-step-text--16{margin-top:.5em;font-size:100%;}
.howto-steps .howto-step--2 figure{
    margin-left:auto;
    margin-right:auto;
    width:calc(212/320*100%);
}
.howto-steps .howto-step--3 figure{
    margin-left:auto;
    margin-right:auto;
    width:calc(100/320*100%);
}
.howto-steps .howto-step--1 .howto-step-box{z-index:50;}
.howto-steps .howto-step--1:after{z-index:49;}
.howto-steps .howto-step--2 .howto-step-box{z-index:48;}
.howto-steps .howto-step--2:after{z-index:47;}
.howto-steps .howto-step--3 .howto-step-box{z-index:46;}
.howto-steps .howto-step--3:after{display:none;}
@media print and (max-width: 767px), screen and (max-width: 767px) {
    .howto-steps{display:block;margin:0 auto;width:calc(554/680*100%);}
    .howto-steps h4{font-size:4vw;}
    .howto-steps p{font-size:3.73vw;}
    .howto-steps .howto-step-box{padding:calc(25/554*100%) calc(30/554*100%) calc(36/554*100%);}
    .howto-steps .howto-step-text--16{margin-top:.15em;font-size:3.46vw;}
    .howto-steps li{margin:0 auto calc(40/554*100%);width:100%;}
    .howto-steps li:after{
        top:100%;
        right:50%;
        transform: translateY(-20%) translateX(50%) rotateZ(90deg);
    }
    .howto-steps .howto-step--1 figure{
        width:calc(152/494*100%);
        transform:translateX(calc(6/152*100%));
    }
    .howto-steps .howto-step--2 figure{
        width:calc(327/494*100%);
    }
    .howto-steps .howto-step--3 figure{
        width:calc(164.27/494*100%);
    }
}
/*
  sec-faq
*/
.faq h2{margin-bottom:1.312em;text-align: center; text-decoration-line: underline;text-decoration-thickness: from-font;}
.faq .faq-item{margin-bottom:1em;font-size:125%;font-weight:500;line-height: 1.75;}
.faq .faq-item dt{color:#3B71DD;}
.faq .faq-item dd a{text-decoration:underline;}
@media print and (max-width: 767px), screen and (max-width: 767px) {
    .faq .faq-item{font-size:4vw;}
}
/*
social
 */
.social img{width:100%;}
.social h2{margin-bottom:.781em;text-align: center; text-decoration-line: underline;text-decoration-thickness: from-font;}
.social p.social-lead{margin-bottom:2em;font-size:125%;text-align: center;}
.social p.social-lead span{display: inline-block;text-align: left;}
.social .social-icons-large ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: calc(72/1136*100%);
    width:100%;
}
.social .social-icons-large ul li{margin:0 calc(14.5/1136*100%);width:calc(109/1136*100%);}
.social .social-icons-large ul li a{display:block;}
.social-frame{margin-bottom:calc(72/1136*100%);}
.social-frame:last-child{margin-bottom:0;}
.social-frame h3{margin-bottom:.7em;color:#3B71DD;font-size:125%;font-weight:500;text-align: center;}
.social-frame .social-frame-btn{margin-bottom:calc(26/1136*100%);font-size:125%;font-weight:500;text-align: center;}
.social-frame .social-frame-btn a{display:inline-block;padding:.75em 1.25em;color:#fff;background:#FD9925;}

.social-frame .frame{margin:0 auto;}
/*.social-frame iframe{width:100%;}*/
.social-frame--youtube{text-align: center;}
.social-frame--youtube .frame{margin:0 auto;width:90%;max-width:640px;}
.social-frame--youtube .frame-box{position:relative;padding-top:calc(360/640*100%);width:100%;}
.social-frame--youtube .frame-box iframe{position: absolute;top:0;left:0;width:100%;height:100%;}
.social-frame .twitter-tweet{margin: 0 auto;}
.social-frame--spotify figure{margin:0 auto;width:calc(482/1136*100%);}
.social-frame--spotify figure a{dsiplay:block;}
@media print and (max-width: 767px), screen and (max-width: 767px) {
    .social p.social-lead{font-size:4vw;}
    .social-frame h3{font-size:4vw;}
    .social .social-icons-large ul{
        justify-content: space-between;
        margin-bottom: calc(72/680*100%);
        width:100%;
    }
    .social .social-icons-large ul:after{display: none;}
    .social .social-icons-large ul li{margin:0;width:calc(142/680*100%);}
    .social-frame .social-frame-btn{margin-bottom:calc(38/680*100%);font-size:4vw;}
    .social-frame .social-frame-btn a{display:block;padding:.75em .7em;}
    .social-frame.social-frame--x a{display:inline-block;}
    .social-frame--spotify figure{margin:0 auto;width:calc(478/680*100%);}
}
/*
footer
*/
footer{background:#101010;color:#fff;}
footer nav{margin-bottom: calc(50/1140*100%);}
footer nav ul{padding-top:60px;text-align:center;font-size:17px;}
footer nav ul li{display:inline-block;}
footer nav ul li a{display:inline-block;padding:0 16px;color:#fff;}
footer .footer-notes{margin-bottom: calc(50/1140*100%);color:#A5A5A5;font-size:14px;line-height:2;text-align: center;}
footer .footer-bottom{display: flex;justify-content: center;font-size:14px;}
footer .footer-bottom li{border-right:1px solid #a5a5a5;}
footer .footer-bottom li:last-child{border-right:none;}
footer .footer-bottom a{color:#A5A5A5;padding:0 1em;}
footer .footer-copyright{padding:13px 0 40px;font-size:12px;color:#A5A5A5;}
@media print and (max-width: 767px), screen and (max-width: 767px) {
    footer nav ul{font-size:3.73vw;}
    footer nav ul li{margin-bottom:.833em;}
    footer .footer-notes{font-size:3.2vw;line-height:1.58;}
    footer .footer-bottom li{font-size:3.73vw;}
    footer .footer-copyright{font-size:3.73vw;}
}
