@charset "utf-8";
/*
#############################################################
Common

・青見出しライン（「ソニック」×「ニンジャラ」のコラボアイテム登場！）
2537b8
・赤見出しライン
d93636
・黒見出しライン（黒箇所は全て同じ色）
262626
・青背景（青背景箇所は全て同じ色）
1f62cf
・黄色下地
f1cf00
・水色背景
46b0ea
#############################################################
*/

.collab-content{
    font-size: 16px;
    background:#46b0ea url(/_materials/img/collab/sonic/bg-sonicpattern-skyblue.jpg) center/25%;
    overflow: hidden;
}
.collab-content h3.sec-ttl-max{
    background: #262626;
    margin: 0;
    font-size: 5vw;
    text-align: center;
    color:#fff;
}
@media (min-width: 769px){
    .collab-content h3.sec-ttl-max{
        font-size: 2em;
    }
}

/* Effect */
.collab-content .trans{
    opacity: 0;
    width: 109%;
    margin-left: -4%;
}
.slidein{
    animation: SlideIn 0.5s forwards;;
}
@keyframes SlideIn {
    0% {
        opacity: 0;
        transform: translateX(100vw);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        transform: skew(4deg, -4deg);
    }
}

/* background */
.bg-sonic-blue{
    background: url(/_materials/img/collab/sonic/bg-sonicpattern-blue.jpg) center/25%;
}
.bg-sonic-white{
    background:#fff url(/_materials/img/collab/sonic/bg-sonicpattern-white.png) center/25%;
}
.bg-blue{
    background: url(/_materials/img/collab/sonic/bg-pattern-blue.jpg) center/3%;
}
.bg-white{
    background: url(/_materials/img/collab/sonic/bg-pattern-white.jpg) center/3%;
}

/*
#############################################################
Main visual
#############################################################
*/
.mainvisual-wrap {
    position: relative;
}
.mainvisual-wrap .logo {
    width: 100%;
    position: absolute;
    bottom: 3vw;
    text-align: center;
}
.mainvisual-wrap .logo img {
    width: 68%;
}

/*
#############################################################
Schedule
#############################################################
*/
.schedule-area{
    margin-bottom: 2em;
    padding: 1em;
    text-align: center;
    color:#fff;
    background: #262626;
}

/*
#############################################################
Lead & Item Lineup
#############################################################
*/
/* 見出し */
.lead-area h2.contents-ttl{
    position: relative;
    margin-bottom: 1em;
    padding: 3vw 0;
    background: #2537b8;
    font-size: 6vw;
    color:#fff;
    text-align: center;
    border-top: 10px #262626 solid;
    border-bottom: 10px #262626 solid;
}
@media (min-width: 769px){
    .lead-area h2.contents-ttl{
        padding: 1em 0;
        font-size: 2em;
        border-top: 14px #262626 solid;
        border-bottom: 14px #262626 solid;
    }
}
.shutter{
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #262626;
}
.shutter-anime {
    transition: all .3s ease;
    transform: scaleX(0);
}
/* Lead */
.item-lineup{
    margin-bottom: 8vw;
    padding-bottom: 1em;
}
.lead-area .lead {
    max-width: 780px;
    width: 80%;
    margin: 1em auto 2em;
    font-size: 1.3em;
}
.lead-area .catch {
    margin-bottom: 3em;
    padding: .5em;
    text-align: center;
    background: #d93636;
    color: #fff;
}
.lead-area .item-image,
.lead-area .lead-notice{
    max-width: 740px;
    width: 80%;
    margin: 0 auto;
}

/*
#############################################################
Common Movie Wrap
#############################################################
*/
.movie-wrap {
    position: relative;
    max-width: 640px;
    z-index: 1;
}
.movie-wrap .movie-bg{
    position: absolute;
    top:0;
}
.movie-wrap .movie-outer{
    position: absolute;
    top: 0;
    left: 0;
    width: 94%;
    transform: translate(3.5%, 16%);
    z-index: 1;
}
.movie-wrap .movie-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.movie-wrap .movie-inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (min-width: 1280px) {
    .movie-wrap {
        position: relative;
        max-width: 640px;
        z-index: 1;
    }
}
@media (min-width: 769px) {
    .movie-wrap .movie-outer{
        position: absolute;
        top: 0;
        left: 0;
        width: 94%;
        transform: translate(3.5%, 13%);
        z-index: 1;
    }
}
/*
#############################################################
Costume
#############################################################
*/
h4.coord-name {
    display: inline-block;
    margin-bottom: .2em;
    padding: .2em 1.5em;
    background: #262626;
    font-size: 1em;
    text-align: center;
    color:#fff;
}
.costume .coord-summary {
    margin-bottom: 0em;
    line-height: 1.5;
    color:#fff;
    font-size:3.5vw;
}
.costume .avatar {
    width: 100%;
    margin: 0 auto;
}
.costume .cos-movie {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.costume .movie-wrap {
    width: 88%;
    margin: 0 1vw;
}
.costume .movie-wrap .movie-outer{
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    transform: translate(2%, 15%);
    z-index: 1;
}
.costume .cos-movie .movie-img{
    position: absolute;
    z-index: 2;
}

.costume .sonic-wrap .movie-img{
    top: -6vw;
    right: 0;
    width: 24vw;
}
.costume .tails-wrap .movie-img{
    top: -3vw;
    right: 0;
    width: 25vw;
}
.costume .knuckles-wrap .movie-img{
    top: -6vw;
    right: 0;
    width: 25vw;
}

@media (min-width: 769px) {
    h4.coord-name {
        display: inline-block;
        margin: 0 0 .2em 9%;
        padding: .5em 1.5em;
        background: #262626;
        font-size: 1.2em;
        text-align: center;
        color:#fff;
    }
    .costume .coord-summary {
        margin: 0 0 2em 9%;
        line-height: 1.5;
        color:#fff;
        font-size:1em;
    }
    .costume .detail-wrap {
        display: flex;
    }
    .costume .avatar {
        width: 44%;
    }
    .costume .cos-movie {
        width: 56%;
    }
    .costume .movie-wrap {
        width: 78%;
        margin: 0;
    }
    .costume .sonic-wrap .movie-img{
        top: -12%;
        right: 0%;
        width: 20vw;
    }
    .costume .tails-wrap .movie-img{
        top: -4vw;
        right: 1px;
        width: 20vw;
    }
    .costume .knuckles-wrap .movie-img{
        bottom: 0;
        right: 0;
        width: 20vw;
        transform: rotate(0deg);
    }
}

/* Slider ------------------------------------ */
@media (max-width: 768px) {
    .sp-yellow{
        background: url(/_materials/img/collab/sonic/bg-yellow.png) no-repeat center/220%;
        background-position: bottom 3% center;
    }
    .costume .costume-slider li{
        height: 122vw;
    }
}
.costume .costume-slider{
    width: 80%;
    max-width: 1540px;
    margin:1em auto 0;
    padding: 1em 0;
}
@media (min-width: 769px) {
    .costume .costume-slider{
        background: url(/_materials/img/collab/sonic/bg-yellow.png) no-repeat center/100%;
        background-position: bottom 8% center;
    }
}

/* Arrow */
.costume .svg-arrow{
    position: absolute;
    top: 78%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5vw;
    height: 3em;
    vertical-align: middle;
    fill: #fff;
}
.costume .svg-prev {
    right: 100%;
}
.costume .svg-next {
    left: 100%;
}
@media (min-width: 769px) {
    .costume .svg-arrow{
        position: absolute;
        top: 76%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 3vw;
        height: 3em;
        vertical-align: middle;
        fill: #fff;
    }
    .costume .svg-prev {
        right: 100%;
        margin-right: 10px;
    }
    .costume .svg-next {
        left: 100%;
        margin-left: 10px;
    }
}

/* Navi */
.costume .slick-dots {
    width: 96%;
    margin: 1em auto 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.costume .slick-dots li {
    margin: 0 5px;
    padding: 2.8vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}
@keyframes rotation{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg);}
}
@keyframes fadein{
    0%{opacity: 0;}
    100%{opacity: 1;}
}
.costume .slider-nav li.slick-active::after {
    position: absolute;
    top: 0;
    left: 0;
    content:"";
    width: 100%;
    height: 100%;
    background:url(/_materials/img/collab/sonic/slick-current.png) no-repeat center;
    background-size: contain;
    animation:45s linear infinite rotation;
}
@media (min-width: 769px) {
    .costume .slick-dots {
        width: 80%;
        max-width: 1200px;
        margin: 1em auto 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }
}

/*
#############################################################
Utsusemi
#############################################################
*/
.bg-tails{
    padding-top: 14vw;
    background:url(/_materials/img/collab/sonic/bg-tails.png) no-repeat;
    background-size: 34%;
    background-position: top -30px left 0px;
}
@media (min-width: 769px) {
    .bg-tails{
        padding-top: 15vw;
        background:url(/_materials/img/collab/sonic/bg-tails.png) no-repeat;
        background-size: 23%;
        background-position: top -20% left 70px;
    }
    .bg-tails .wrap{
        margin-top:-5vw;
    }
}

.utsusemi{
    position: relative;
    height: 110vw;
}
.utsusemi h4 {
    position: absolute;
    width: 100%;
    top: 48%;
    left: 4%;
    font-size:3vw;
    color:#fff;
}
.utsusemi .utsusemi-eggman-img{
    position: absolute;
    bottom: 1%;
    right: -50px;
    width: 44%;
    z-index: 2;
}
.utsusemi .utsusemi-img-wrap{
    position: absolute;
    top: 28%;
    right: -6px;
    width: 90%;
    height: 68vw;
}
.utsusemi .utsusemi-img{
    position: absolute;
    width: 46vw;
    bottom: 3%;
    left: 10%;
}
.utsusemi .movie-wrap{
    position: absolute;
    width: 88%;
    top: -32%;
    left: -2%;
}

@media (min-width: 769px) {
    .utsusemi{
        position: relative;
        height: 40vw;
    }
    .utsusemi h4 {
        position: absolute;
        width: 23vw;
        top: 8%;
        left: 40%;
        font-size:1.2em;
        color:#fff;
    }
    .utsusemi .utsusemi-eggman-img{
        position: absolute;
        top: 1em;
        right: 0;
        width: 28%;
    }
    .utsusemi .utsusemi-img-wrap{
        position: absolute;
        top: 30%;
        right: 0;
        width: 80%;
        max-width: 1500px;
        height: 20vw;
    }
    .utsusemi .utsusemi-img{
        position: absolute;
        width: 20vw;
        top: 30%;
        left: 42%;
    }
    .utsusemi .movie-wrap{
        position: absolute;
        width: 46%;
        top: -30%;
        left: -8%;
    }
}

/*
#############################################################
Decoration / Sticker Slider
#############################################################
*/
.slider-flex {
    width: 84%;
    margin:0 auto;
}
.slider-flex .slider{
    width: 94%;
    max-width: 640px;
    margin: 0 auto;
}
.slider-flex .slider li .movie-wrap{
    width: 100%;
    padding-top: 63.437%;
}
/* Arrow */
.slider-flex .slider .svg-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5vw;
    height: 8vw;
    vertical-align: middle;
    fill: #000;
}
.slider-flex .slider .svg-prev {
    right: 100%;
    margin-right: 6px;
}
.slider-flex .slider .svg-next {
    left: 100%;
    margin-left: 6px;
}
/* Navi */
.slider-flex .slider-nav-wrap {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    width: 84%;
    max-width: 700px;
    margin: 0 auto;
    font-size:18px;
}
.slider-flex .slider-nav-wrap ul {
    display: flex;
    width: 100%;
    height: 80%;
    margin-top: 2%;
}
.slider-flex .slick-dots,
.slider-flex .slider-nav {
    position: absolute;
    top:0;
}
.slider-flex .slick-dots li {
    display: flex;
    width: 50%;
    height: 32vw;
}
.slider-flex .slider-nav li{
    padding: 0 2px;
}
.slider-flex .slider-nav-wrap li.slick-active::after {
    content:"";
    width: 3vw;
    height: 3vw;
    background:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23f1cf00" d="M142.85,5648.34l3.913,6.34,7.124,0.93-4.509,5.83,1.407,7.41-6.7-2.75-6.254,3.65,0.368-7.53-5.272-5.15,6.926-1.91,3-6.82" transform="translate(-132.938 -5648.34)" /></svg>') no-repeat left;
    background-size: contain;
}
.slider-flex .slider-nav-wrap li p.nav-txt{
    height: 3vw;
    font-size: 2.3vw;
    margin-bottom: 1.5em;
    padding-left: 3.5vw;
}
.slick-dots li button{display: none !important;}

@media (min-width: 769px) {
    .slider-flex {
        display: flex;
    }
    .slider-flex .slider{
        width: 50%;
    }
    /* Arrow */
    .slider-flex .slider .svg-arrow{
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 3vw;
        height: 3vw;
        vertical-align: middle;
        fill: #000;
    }
    .slider-flex .slider .svg-prev {
        right: 100%;
        margin-right: 10px;
    }
    .slider-flex .slider .svg-next {
        left: 100%;
        margin-left: 10px;
    }
    /* Navi */
    .slider-flex .slider-nav-wrap {
        position: relative;
        width: 46%;
        display: flex;
        flex-direction: column-reverse;
    }
    .slider-flex .slider-nav-wrap ul {
        display: flex;
        width: 100%;
        height: 80%;
        margin-top: 20%;
    }
    .slider-flex .slick-dots li {
        display: flex;
        width: 50%;
        height: 90%;
    }
    .slider-flex .slider-nav-wrap li.slick-active::after {
        content:"";
        width: 1.3em;
        height: 1.3em;
        background:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23f1cf00" d="M142.85,5648.34l3.913,6.34,7.124,0.93-4.509,5.83,1.407,7.41-6.7-2.75-6.254,3.65,0.368-7.53-5.272-5.15,6.926-1.91,3-6.82" transform="translate(-132.938 -5648.34)" /></svg>') no-repeat left 0 top 0.1em;
        background-size: contain;
    }
    .slider-flex .slider-nav-wrap li p.nav-txt{
        height: 2.5em;
        font-size: 1em;
        margin-bottom: .5em;
        padding-left: 1.5em;
    }

}
/*
#############################################################
Decoration
#############################################################
*/
.bg-allchar{
    padding-top: 35vw;
    background:url(/_materials/img/collab/sonic/bg-allchar-sp.png) no-repeat;
    background-size: 100%;
    background-position: center top;
}
.decoration{
    position: relative;
    height: 100vw;
}
.decoration .bg-white{
    position: absolute;
    top: 25%;
    left: -3vw;
    width: 86%;
    height: 70vw;
}
/* Decoration Slider ----------------- */
.decoration .slider-flex{
    width: 92%;
    transform: translate(13%, -36%);
}

@media (min-width: 769px) {
    .bg-allchar{
        padding-top: 36vw;
        background:url(/_materials/img/collab/sonic/bg-allchar-pc.png) no-repeat;
        background-size: 100%;
        background-position: center top;
    }
    .bg-allchar .wrap.trans {
        margin-top: -16vw;
    }
    .decoration{
        position: relative;
        height: 38vw;
    }
    .decoration .bg-white{
        position: absolute;
        top: 26%;
        left: -3vw;
        width: 86%;
        height: 22vw;
    }
    /* Decoration Slider ----------------- */
    .decoration .slider-flex{
        flex-direction: row-reverse;
        width: 92%;
        transform: translate(12%, -26%);
    }
}

/*
#############################################################
Sticker
#############################################################
*/
.bg-knuckles{
    margin-top: -5vw;
    padding-top: 22vw;
    background:url(/_materials/img/collab/sonic/bg-knuckles.png) no-repeat;
    background-size: 42%;
    background-position: top 0px right 0px;
}
.sticker{
    position: relative;
    height: 100vw;
}
.sticker .bg-blue{
    position: absolute;
    top: 25%;
    right: -3vw;
    width: 86%;
    height: 70vw;
}
/* Sticker Slider ----------------- */
.sticker .slider-flex{
    width: 92%;
    transform: translate(-11%, -36%);
}

.sticker .slider-flex .slider-nav-wrap li .nav-txt{
    color:#fff;
}

@media (min-width: 769px) {
    .bg-knuckles{
        margin-top: -5vw;
        padding-top: 15vw;
        background:url(/_materials/img/collab/sonic/bg-knuckles.png) no-repeat;
        background-size: 30%;
        background-position: top 0px right 70px;
    }
    .sticker{
        position: relative;
        height: 38vw;
    }
    .sticker .bg-blue{
        position: absolute;
        top: 26%;
        right: -3vw;
        width: 86%;
        height: 22vw;
    }
    /* Sticker Slider ----------------- */
    .sticker .slider-flex{
        width: 92%;
        transform: translate(-12%, -26%);
    }
}

/*
#############################################################
About
#############################################################
*/
.about-sonic {
    margin-top: 10vw;
}
.about-sonic .bg-blue{
    padding: 4vw 0;
    min-height: 26vw;
}
.about-outer {
    position: relative;
    margin: 5% auto 50vw;
    background:#fff url(/_materials/img/collab/sonic/bg-sonicpattern-white.png);
}
.about-outer .inner {
    padding: 3%;
    background: #f1cf00;
    transform: translate(0%, -5%);
}
.about-sonic .about-txt-wrap{
    width: 100%;
}
.about-sonic .about-sonic-txt{
    margin-bottom: 1em;
}
.about-sonic .linktext a{
    color:#2537b8;
}
.about-sonic .bg-blue .about-sonic-img{
    width: 40%;
    margin: 5px auto 0;
    position: absolute;
    top: auto;
    bottom:-40vw;
    left:30%;
}

@media (min-width: 769px) {
    .about-sonic .bg-blue{
        padding: 4vw 0;
        min-height: 30vw;
        max-height: 300px;
    }
    .about-outer {
        width: 80%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0;
        transform: skewX(20deg);
    }
    .about-outer .inner {
        min-height: 15vw;
        transform: translate(-2%, -10%);
    }
    .about-outer .about-txt-wrap,
    .about-sonic .about-sonic-img{
        transform: skewX(-20deg);
    }
    .about-sonic .about-txt-wrap{
        width: 74%;
    }
    .about-sonic .linktext{
        margin-left: 2em;
    }
    .about-sonic .bg-blue .about-sonic-img{
        width: 28%;
        position: absolute;
        top: -25px;
        bottom: 0vw;
        left: 70%;
    }
}

/*
#############################################################
Campaign
#############################################################
*/
.campaign .about-sonic-img {
    width: 60%;
    margin: -3em auto 2em;
}
.campaign{
    padding: 4vw 0;
}
.campaign-banner{
    width: 60%;
    margin: 0 auto;
}

/*
#############################################################
ページTOPに戻る
#############################################################
*/
.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
    z-index: 10;
}
.pagetop a{
    display: block;
    width: 80px;
    height: 80px;
}
