﻿.sp {
    display: none;
}
.pc {
    display: block;
}

@font-face {
  /*フォントの名前*/
  font-family: "dre";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/dre.woff2") format("woff2"),
       url("../font/dre.woff") format("woff");
}

@media screen and (min-width: 641px) {
    .banner-sp {
        display: none;
    }
}


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

#footer > .container {
    padding: 40px 3%;
    flex-direction: column;
}

.banner-sp {
    display: block;
}
.banner-sp ul {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
/*テルカラ*/
.banner-sp li {
    width: 50%;
    background: #EA4C89;
    height: 50px;
    transition: all .5s;
}
.banner-sp li:hover {
    opacity: .95;
}
/*らいカラ*/
.banner-sp li:last-child {
    background: #1dcd00;
}
.banner-sp a {
    text-decoration: none;
    color: #fff;
    text-align: center;
   font-family: 'UD Digi Kyokasho N-B','dre',sans-serif;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}
    .banner-sp img {
        /*max-width: 29px;
    margin-right: 10px;*/
        max-width: 170px;
    }
.banner-sp li:first-child img {
    /*max-width: 27px;*/
    max-width: 170px;
}
.banner-sp a:hover img {
    opacity: 1;
}

#footer .copy {
    margin-bottom:50px;
    line-height: 1.4em;
    padding: 10px 0 7px;
}

@media screen and (max-width: 425px) {
    .under-bnr a {
    font-size: 18px;
}
.blog-item {
    width: 100%;
    margin: 0 0 30px;
}
.blog-item:nth-child(3n) {
    margin-right: 0;
}
.blog-cat li {
    width: 80%;
    margin: 0 0 10px;
}
}
@media screen and (max-width: 375px) {
    .b01-ul-tlt {
    font-size: 19px;
}
}