/* Disable Search Area */
div.search_area {
    display: none;
}

/* Bunner Area */
div.indexBannerArea {
    width: 1180px;
    margin: 0 auto;
    padding: 60px 0 60px;
}

section.indexBannerBox2 {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

section.link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.link a {
    width: 30%;
    margin: 1rem;
    text-align: center;
}

div.bannerArea2col,
div.bannerArea1col {
    display: flex;
    justify-content: center;
}

div.bannerArea2col a {
    margin: 0.5rem;
}

div.bannerArea1col a {
    margin: 1rem;
}


/* Social Button */
#footer_social_link li a:before {
    font-size: 40px;
}

#footer_social_link li.insta a {
    width: 60px;
}

#footer_social_link li.youtube a {
    width: 120px;
}

#footer_social_link li a {
    height: 44px;
    line-height: 40px;
}

#footer_social_link {
    top: 10px;
}

.well3 {
    line-height: 180%;
}


/* Disable CategoryButton */
/*p.category {
    display: none;*/
}

/* Top Main Visual */
div.topMainVisual01 {
    background: url(/wp-content/uploads/2022/04/topImage2_pc.png) no-repeat center center;
    background-size: cover;
}

div.topMainVisual02 {
    background: url(/wp-content/uploads/2022/04/topImage1_pc.png) no-repeat center center;
    background-size: cover;
}

/* Froat Button */
.btn_side_float {
    position: fixed;
    right: 6px;
    bottom: 50px;
    z-index: 100;
}

.btn_side_float a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.btn_elem {
    background: url(/files/imgBanner/avatar_button_pc2.png);
    width: 200px;
    height: 200px;
    background-size: cover;
}


/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}




@media screen and (max-width:480px) {
    div.indexBannerArea {
        width: 100%;
        margin: 0 auto;
        padding: 60px 0 60px;
    }

    section.indexBannerBox2 {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 1rem;
    }

    section.link a {
        width: 40%;
        margin: 1rem;
    }

    section.link a img {
        width: 100%;
    }

    div.bannerArea2col,
    div.bannerArea1col {
        display: block;
        margin: 0;
    }

    div.bannerArea2col a,
    div.bannerArea1col a {
        margin: 0;
    }

    div.bannerArea2col a img,
    div.bannerArea1col a img {
        margin-bottom: 1rem;
    }

    /* Top Main Visual */
    div.topMainVisual01 {
        background: url(/wp-content/uploads/2022/04/topImage2_sp.png) no-repeat center center;
        background-size: cover;
    }

    div.topMainVisual02 {
        background: url(/wp-content/uploads/2022/04/topImage1_sp.png) no-repeat center center;
        background-size: cover;
    }

    .btn_side_float {
        bottom: 66px;
    }

    .btn_elem {
        background: url(/files/imgBanner/avatar_button_sp2.png);
        height: 120px;
        width: 120px;
        background-size: cover;
    }
}
