@charset "UTF-8";


.footer{
    padding: 7% 5%;
    background-color: var(--black);
}

footer *{
  color: var(--white);
}

footer a{ 
  text-decoration: none;
  color: var(--white);
}

footer p{
  color: var(--white);
}

.footer_pageTopButton {
  display: inline-block;
  width: 100%;
  height: 100%;
    background-color: var(--themebrown);
    text-align: center;
    padding: 10px 0;
    position: relative;
}
.footer_pageTopButton p {
    font-size: 16px;
    text-align: center;
}
.footer_pageTopButton i {
    padding: 0 10px 0 0;
}



.footer_banner{
  display: none;
  justify-content: center;
}
.footer_banner li{
    float: left;
    list-style: none;
    width: 48%;
    margin: 1%;
}
.footer_banner a{
    display: inline-block;

}
.footer_banner img {
  width: 100%;
}

.footer_ue{
  display: grid;
  grid-template-rows: repeat(3, 1fr); /* 縦に3マス */
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr; /* 2列、幅を均等に */
  grid-auto-flow: column; /* 縦に並べていく！ */
  column-gap: 4%;
  margin: 10px 0 30px 0;
}




.footer_pc,.footer_left{
    width: 48%;
}

.bigtitle {
    color: var(--white);
    font-size: 16px;
    border-bottom: 1.5px solid white;
    margin: 20px 0 5px 0;
  }

.footer_ue a{
  font-size: 11px;
  line-height: 2.2;
  display: block;
}
.footer_one a span{
  font-size: 0.8em;
}

.footer_three .bigtitle span {
  font-size: 0.9em !important;
}


.SNS_sp {
  display: flex;
  justify-content: center;
}

.SNS_sp img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px 15px;
}
.SNS_sp a{
  display: inline-block;
}

.copyright {
  text-align: center;
  font-size: 10px;
  margin-top: 10px;
}

.disabled {
  opacity: .5;
}

.SNS_pc{
  display: none;
}

.hitotumatiweb {
  font-size: 10px !important;
}









@media screen and (min-width:1024px) {
  


  .footer {
    display: block;
    padding: 20px 5vw;
  }
  .footer a{
    transition: .5s;
  }
  .footer a:hover {
    opacity: .6;
  }
  .footer_ue a {
    font-size: 14px;
  }

  .bigtitle {
    font-size: 16px;
  }

.footer_pc{
        display: flex;
        width: initial;
        column-gap: 1.5vw;
}

.footer_ue{
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr; /* 2列、幅を均等に */
  grid-auto-flow: column; /* 縦に並べていく！ */
  column-gap: 4%;
  margin: 10px 0 30px 0;
  grid-template-rows: repeat(2, 1fr); /* PC：3列 */
}

.footer_left,.footer_middle,.footer_right{
    width: 29vw;
}

.SNS_pc{
  display: flex;
  justify-content: space-around;
}

.SNS_pc a {
    display: flex;
    column-gap: 15px;
    font-size: 16px;
    padding: 20px 25px;
    margin: 2% 1%;
    border: 1.5px solid white;
    position: relative;
    text-decoration: none;
    transition: 0.5s;
    align-items: center;
}
.SNS_pc a:hover {
  transform: scale(.95);
}
.SNS_pc img{
  width: 45px;
  height: 45px;
  margin: 0px;
}

.copyright{
  font-size: 15px;
}

.ad{
  padding: 10px 30%;
}
.SNS_sp{
  display: none;
}
.footer_three .bigtitle span {
  font-size: 1em !important;
}
.hitotumatiweb {
  font-size: 14px !important;
}
}
