@charset "UTF-8";

.collab-content {
    font-size: 3vw;
    background: #fff url("/_materials/img/collab/kyary/bg-pattern.png");
}
@media (min-width: 769px) {
    .collab-content {
        font-size: 21px;
    }
}

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

/*
#############################################################
Lead
#############################################################
*/
.container.lead-area {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}

.container .lead-ttl {
    margin: 1em auto;
    font-size: 1.4em;
    color: #00b2b9;
}

.container .lead {
    margin: 1em auto 2em;
    font-size: 1.2em;
}

/* 見出し */
h2.contents-ttl {
    margin-bottom: .5em;
    padding: 1vw 0;
    background: #00b2b9;
    font-size: 2.4em;
    color: #fff;
    text-align: center;
}
@media (min-width: 769px) {
    .container .lead-ttl {
        text-align: center;
    }
    h2.contents-ttl {
        font-size: 3.2em;
    }
}

/*
#############################################################
YouTube
#############################################################
*/
.container .movie-wrap {
    max-width: 640px;
    width: 70%;
    margin: 1em auto;
}

.container .movie-wrap .movie-outer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.container .movie-wrap .movie-inner {
    position: absolute;
    bottom: 2%;
    right: 2%;
    width: 96%;
    z-index: 1;
}

.container .movie-wrap .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.container .movie-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
@media (min-width: 769px) {
    .container .movie-wrap {
        width: 100%;
    }
}

/*
#############################################################
Contents Common
#############################################################
*/
.container .inner {
    width: 95%;
    margin: 0 auto;
}
.container .sec-ttl {
    margin-bottom: .5em;
    font-size: 1.8em;
    text-align: center;
}
@media (min-width: 769px) {
    .container .sec-ttl {
        font-size: 3em;
    }
    .container .flex-row {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

/* --- Furikake ------------------- */
.container.furikake{
    background: url(/_materials/img/collab/kyary/bg-furikake.png) no-repeat, url(/_materials/img/collab/kyary/bg-furikake.png) no-repeat;
    background-position: top 76% left -22% , top 50% right -30%;
    background-size: 42%;
}
.container.furikake .inner {
    padding: 10vw 0 12vw;
}

.container.furikake .inner .coord-name {
    display: inline-block;
    padding: .3em 3em;
    border-radius: 1em;
    background: #f7515c;
    color: #fff;
    text-align: center;
}

.container.furikake .movie-wrap .movie-outer {
    background: #000;
}
@media (min-width: 769px) {
    .container.furikake .inner {
        padding: 5em 0;
    }
}

/* --- Gradient ------------------- */
.container.gradient{
    background: url(/_materials/img/collab/kyary/bg-pattern-stripe.png), linear-gradient(135deg, #55c2c6, #508ad4);
    background-size: 20% , 100%;
    mask: url(/_materials/img/collab/kyary/wave.svg) center repeat-x;
    -webkit-mask: url(/_materials/img/collab/kyary/wave.svg) center repeat-x;
    mask-size: cover;
    -webkit-mask-size: cover;
}
.container.gradient .outer {
    padding: 3em 0;
}
.container.gradient .sec-ttl {
    color: #fff;
    text-shadow: 0px 0.2em 0px rgba(7, 129, 155, 0.7);
}

.container.gradient .inner .coord-name {
    display: inline-block;
    padding: .3em 3em;
    border-radius: 1em;
    background: #000;
    color: #fff;
    text-align: center;
}

.container.gradient .movie-wrap .movie-outer {
    background: #fff;
}
@media (min-width: 769px) {
    .container.gradient{
        background-size: auto;
        mask-size: 80% 100%;
        -webkit-mask-size: 80% 100%;
    }
    .container.gradient .outer {
        padding: 6em 0;
    }
    .container.gradient .sec-ttl {
        color: #fff;
        text-shadow: 0px 0.15em 0px rgba(7, 129, 155, 0.7);
    }
}

/*
#############################################################
BGM
#############################################################
*/
.container.bgm .sec-ttl {
    margin-bottom: 0em;
}
.container.bgm .flex-row {
    max-width: 1200px;
    width: 95%;
    margin: 1em auto;
    display: flex;
    align-items: flex-start;
}
.container.bgm .txt {
    width: 100%;
}
.container.bgm .img-wrap {
    width: 40%;
    margin: 0 1em;
}

/*
#############################################################
Costume
#############################################################
*/
.container.costume .inner{
    max-width: 1600px;
    padding-left: 10%;
}
.container.costume .coord-name {
    margin-bottom: 0.5em;
}
.container.costume .coord-summary {
    line-height: 1.5;
}
.container.costume .outer{
    background: url(/_materials/img/collab/kyary/cate-ttl-cos.png) no-repeat right 0em center;
    background-size: 6vw;
}

@media (max-width: 768px) {
    .container.costume .inner{
        padding-left: 0%;
    }
    .container.costume .outer{
        background: url(/_materials/img/collab/kyary/cate-ttl-cos.png) no-repeat right 0em center;
        background-size: 15vw;
    }
    .container.costume .costume-wrap {
        display: flex;
        align-items: flex-end;
        width: 95%;
        margin: 1em auto;
    }
    .container.costume .txt{
        font-size: 2.8vw;
    }
}

/*
#############################################################
Emotion & IPPON Decoration
#############################################################
*/
/* Emotion */
.container.emotion .inner{
    max-width: 1200px;
    background: url(/_materials/img/collab/kyary/cate-ttl-emo.png) no-repeat bottom 0.5em center;
    background-size: 70%;
    text-align: center;
}

.container.emotion .inner .item-img{
    width: 50%;
    margin: 2em auto;
}

@media (min-width: 769px){
    .container.emotion .inner{
        background-size: 40%;
    }
}

/* IPPON Decoration */
.container.decoration .outer{
    background: url(/_materials/img/collab/kyary/cate-ttl-ippon.png) no-repeat right 0em center;
    background-size: 15vw;
}
.container.decoration .inner{
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}
.container.decoration .outer .item-img{
    width: 70%;
    margin: 2em auto;
}

@media (min-width: 769px){
    .container.decoration .coord-name {
        margin-bottom: 2em;
    }
    .container.decoration .outer{
        background-size: auto;
    }
}

/*
#############################################################
Videos
#############################################################
*/
.container.videos {
    text-align: center;
}
.container.videos .inner{
    background: url(/_materials/img/collab/kyary/cate-ttl-videos.png) no-repeat bottom 0.5em center;
    background-size: 70%;
}
@media (min-width: 769px){
    .container.videos .inner{
        background-size: 30%;
    }
}
/*
#############################################################
About
#############################################################
*/
.container.about{
    background:#66c8cc url(/_materials/img/collab/kyary/bg-pattern-stripe.png);
}
.container.about .inner{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 2em 0 30vw;
    color:#fff;
    background: url(/_materials/img/collab/kyary/img.png) no-repeat bottom -30% center;
    background-size: 50%;
}
.container.about .inner a{
    color: #3c61ff;
}

@media (min-width: 769px){
    .container.about .inner{
        max-width: 1000px;
        width: 90%;
        padding: 7em 0 8em;
        background: url(/_materials/img/collab/kyary/img.png) no-repeat bottom -2.5em right 0%;
    }
}

/*
#############################################################
ページTOPに戻る
#############################################################
*/
.collab-content {position: relative;}

.collab-content #pagetop {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
    z-index: 10;
}

.collab-content #pagetop a {
    display: block;
    width: 14vw;
    height: 14vw;
}
@media (min-width: 769px) {

    .collab-content #pagetop a {
        display: block;
        width: 125px;
        height: 125px;
    }
}
