/*フッター*/
@charset "UTF-8";
/*color*/
:root {
  --themevintage: #324e5a;
  --themeocean: #0c5f81;
  --thememix: #8cbbb8;
  --themeskyblue: #cbe8ec;
  --themecream: #f6e3a2;
  --themewhite: #f4f5f5;
  --themeblack: #1a1a1a;
}

.piece {
    max-width: 100vw;
    margin-bottom: -6px;
    overflow: hidden;
    padding-top: 10%;
  
}

.piece_sp{
    scale: 2;
    margin-bottom: 4.42763%;
    overflow: hidden;
    width: 100vw;
}

.piece_pc {
  display: none;
}

.footer_wrapper {
  background-color: #324e5aff;
  width: 100%;
  margin: 0 auto;
  padding: 40px 10% 125px 10%;
  box-sizing: border-box;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}

.footer_wrapper a {
  text-decoration: none;
  color: var(--themewhite);
}

.footer_wrapper p {
  padding: 0% !important;
}

.footer_top {
  margin-bottom: 20px;
}
.footer_copyrights_l,
.footer_copyrights_s {
  margin: 0;
  padding: 0;
  text-align: center;
  color: var(--themewhite);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.footer_menu_box {
  width: 100%;
  margin-bottom: 40px;
}
.footer_menu_box ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.footer_menu_title {
  color: var(--themewhite);
  width: 100%;
  font-size: 1.3em;
  padding-bottom: 3px;
  border-bottom: solid 1px var(--themewhite);
  font-family: "Kiwi Maru", sans-serif;
  font-weight: 500;
  font-style: normal;

  margin-bottom: 10px;
}
.footer_menu_nopadding {
  width: 100%;
  margin-bottom: 20px;
}

.footer_link_wrap ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.footer_menu_li {
  margin-bottom: 12px;
}
.footer_menu_li a {
  font-size: 1em;
  text-decoration: none;
  color: var(--themewhite);
}
.footer_icon {
  margin-top: 40px;
  margin-bottom: 30px;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  display: flex;
  gap: 10%;
}
.footer_icon a {
  height: 40px;
  max-width: 35px;
}
.footer_icon img {
  height: 100%;
  width: 100%;
  vertical-align: top;
}

.footer_link_wrap li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer_link_wrap a {
  font-size: 0.75em;
  color: var(--themewhite);
  text-decoration: none;
}
.footer_menu_li_disabled {
  opacity: 0.5;
  color: var(--themewhite);
  font-size: 0.8em;
  text-decoration: none;
}

.forpcfooter {
  display: none;
}

.display_none {
  display: none !important;
}

/*PC版*/
@media screen and (min-width: 768px) {
  .piece {
    margin-bottom: 0;
    padding-top: 0;
  }

  .piece_sp {
    display: none;
  }

    .piece_pc {
    display: block !important;
    margin-bottom: -2px;
    
  }
}

/*PC版*/
@media screen and (min-width: 1024px) {
  .footer_wrapper {
    font-size: 16px;
  }
  .footer_wrapper a:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
  .footer_wrapper a {
    transition: 0.3s;
  }

  .forpcfooter {
    display: block;
  }
  .noborder {
    border-bottom: solid 2px var(--themewhite);
  }
  .footer_top {
    margin: 20px auto;
  }
  .copyrights {
    margin: 7px 0;
  }
  .large {
    margin: 0 45% !important;
  }

  .footer_menu_title {
    width: 100%;
    border-bottom: solid 1.5px var(--themewhite);
    margin-bottom: 6px;
  }
  .footer_menu_wrap {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 20px;
    justify-content: center;
    column-gap: 2%;
  }

  .footer_menu_box li {
    margin-bottom: 12px;
  }
  .footer_icon {
    margin-top: 10px;
    width: 40%;
    height: auto;
    float: left;
    gap: 40px;
  }
  .footer_i_last {
    margin-right: 10px;
  }
  .footer_link_wrap {
    width: 60%;
    margin-left: 40%;
  }

  .footer_wrapper {
    padding: 20px 5%;
  }

  .display_none {
    display: none !important;
  }
}
