@charset "utf-8";

/***********コラボレーション***********/
.collab .white{
    height: 200px;
    width: 60%;
}


.collab_box{
    display: flex;
    width: 93%;
    margin: 0 auto;
}

.fuwafuwa img{
    width: 300px;
    margin-top:-50px;
    margin-left: -70px;
}

.collab_text{
    text-align: left;
    margin-left: 20px;
}

.collab_text h3{
    margin: 20px auto;
}

.collab_text p{
    font-size: 15px;
    font-weight: 300;
    font-family:  'Kiwi Maru', serif;;
    line-height: 1.5rem;
}


.fuwafuwa {
    animation: fuwafuwa 3s linear infinite;
} 
/* fuwafuwa */
@keyframes fuwafuwa {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(10px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}


/***********スポンサー***********/
.white{
    width: 50%;
    height: fit-content;
    margin: 150px auto;
}

.sponser{
    height: 800px;
}

.sponser img{
    width: 100%;
}

.sponser_all{
    padding: 30px;
}

.sponser_box{
    display: flex;
}


/********************************************/

/****************レスポンシブ******************/

/********************************************/

@media screen and (max-width: 600px) {

    html {
        font-size: 75%;
    }


.header_right{
    display: none;
}
    
/***********動く流体シェイプ***********/
.poyo{
    width: 450px;
    height: 100px;
    margin: 0 auto;
}

/***********見出し***********/
h3{
    margin: 150px 0 80px;
    width: 100%;
    text-align: left;
    padding: 15px;
}



/***********右上に文字の箱***********/
.white{
    width: 95%;
    height: 600px;
    margin-top: 50px;
}


/***********コラボレーション***********/
.collab .white{
    height: 400px;
    width: 95%;
}


.collab_box{
    display: flex;
    width: 93%;
    margin: 0 auto;
}

.fuwafuwa img{
    width: 150px;
    margin-top: 30px;
    margin-left: 0;
}

.collab_text{
    text-align: left;
    margin-left: 20px;
}

.collab_text h3{
    margin: 20px auto;
}

.collab_text p{
    font-size: 15px;
    font-weight: 300;
    font-family:  'Kiwi Maru', serif;;
    line-height: 1.5rem;
}

}