@charset "UTF-8";
.pc {
  display: inline-block;
}

@media only screen and (min-width: 481px) and (max-width: 766px), only screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media only screen and (min-width: 481px) and (max-width: 766px), only screen and (max-width: 480px) {
  .sp {
    display: inline-block;
  }
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 480px) {
  .sp-only {
    display: inline-block;
  }
}

@font-face {
  font-family: 'KozuGoPro';
  src: url(../fonts/KozGoPro-Regular.otf);
}

@keyframes move_smoke {
  0% {
    transform: translate(-5px, -5px);
  }
  50% {
    transform: translate(5px, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.footer {
  position: relative;
  z-index: 900;
}

.footer .footer_parts_top {
  background-image: url(../img/common/footer_parts_top_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: top center;
  position: relative;
  z-index: -10;
}

.footer .footer_parts_top .inner {
  padding-top: 9.8rem;
  padding-bottom: 8.8rem;
}

@media only screen and (max-width: 480px) {
  .footer .footer_parts_top .inner {
    padding-top: 10rem;
  }
}

.footer .footer_parts_top .parts_top_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 817px;
  margin: 0 auto;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .footer .footer_parts_top .parts_top_flex {
    flex-direction: column;
  }
}

.footer .footer_parts_top .parts_top_flex .item {
  width: 46.511%;
  color: #FFFFFF;
  display: block;
  padding: 3rem 1rem 3.3rem 2.4rem;
  position: relative;
  font-family: 'A1ゴシック B', sans-serif;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .footer .footer_parts_top .parts_top_flex .item {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .footer .footer_parts_top .parts_top_flex .item:not(:last-child) {
    margin-bottom: 2.8rem;
  }
}

.footer .footer_parts_top .parts_top_flex .item::after {
  content: '';
  position: absolute;
  background-image: url(../img/common/parts_top_flex_item_bg.png);
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: -10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer .footer_parts_top .parts_top_flex .item .-en {
  max-width: 219px;
  font-size: 2.4rem;
  line-height: .6;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 1rem;
  position: relative;
  z-index: 25;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .footer .footer_parts_top .parts_top_flex .item .-en {
    font-size: 2rem;
  }
}

.footer .footer_parts_top .parts_top_flex .item .-ja {
  font-size: 2.8rem;
  line-height: 1.2;
  position: relative;
  z-index: 25;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .footer .footer_parts_top .parts_top_flex .item .-ja {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 480px) {
  .footer .footer_parts_top .parts_top_flex .item .-ja {
    font-size: 2rem;
  }
}

.footer .footer_parts_top .parts_top_flex .item:first-child {
  background-color: #000000;
}

.footer .footer_parts_top .parts_top_flex .item:last-child {
  background-color: #962E2E;
}

.footer .footer_parts_bottom {
  background-image: url(../img/top-page/reason_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer .footer_parts_bottom .inner {
  max-width: calc(936px + 50px);
  padding-top: 3.7rem;
  padding-bottom: 2.88rem;
}

.footer .footer_parts_bottom .parts_bottom_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .footer .footer_parts_bottom .parts_bottom_flex {
    flex-direction: column;
  }
}

.footer .footer_parts_bottom .parts_bottom_flex .item:first-child {
  width: 39.31%;
  font-size: 1.4rem;
  line-height: 1.428;
  font-family: "游ゴシック体", YuGothic;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .footer .footer_parts_bottom .parts_bottom_flex .item:first-child {
    width: 100%;
    max-width: 357px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5rem;
  }
}

.footer .footer_parts_bottom .parts_bottom_flex .item:last-child {
  width: 27.35%;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .footer .footer_parts_bottom .parts_bottom_flex .item:last-child {
    width: 100%;
    max-width: 252px;
    margin: 0 auto;
  }
}

.footer .footer_parts_bottom .parts_bottom_flex .item .logos {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 3.8rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .footer .footer_parts_bottom .parts_bottom_flex .item .logos {
    max-width: 250px;
    margin: 0 auto 2rem;
  }
}

.footer .footer_parts_bottom .parts_bottom_flex .item .logos .logos_link {
  display: block;
}

.footer .footer_parts_bottom .parts_bottom_flex .item .logos .logos_link img {
  width: 100%;
}

.footer .footer_parts_bottom .parts_bottom_flex .item .logos .logos_link:first-child {
  width: 124px;
  margin-right: 2.6rem;
}

.footer .footer_parts_bottom .parts_bottom_flex .item .logos .logos_link:last-child {
  width: 101px;
}

.footer .footer_parts_bottom .parts_bottom_flex .item .item_info {
  font-size: 1.4rem;
  line-height: 1.428;
  font-family: "游ゴシック体", YuGothic;
}

.footer .footer_parts_bottom .parts_bottom_flex .item .adjustment {
  font-size: 1.4rem;
  line-height: 1.428;
  font-family: "游ゴシック体", YuGothic;
  margin-bottom: .9rem;
}

.footer .footer_parts_bottom .parts_bottom_flex .item .links {
  margin-bottom: 3.6rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .footer .footer_parts_bottom .parts_bottom_flex .item .links {
    margin-bottom: 2rem;
  }
}

.footer .footer_parts_bottom .parts_bottom_flex .item .links .links_item {
  display: block;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.428;
  font-family: "游ゴシック体", YuGothic;
  padding-top: .8rem;
  padding-bottom: .8rem;
  border-bottom: 2px dotted #000000;
  transition: 0.3s;
  opacity: 1;
}

.footer .footer_parts_bottom .parts_bottom_flex .item .links .links_item:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.footer .footer_parts_bottom .parts_bottom_flex .item .links .links_item:first-child {
  border-top: 2px dotted #000000;
}

.footer .footer_parts_bottom .parts_bottom_flex .item .icons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .footer .footer_parts_bottom .parts_bottom_flex .item .icons {
    justify-content: center;
  }
}

.footer .footer_parts_bottom .parts_bottom_flex .item .icons .icons_link {
  display: block;
  width: 39px;
  transition: 0.3s;
  opacity: 1;
}

.footer .footer_parts_bottom .parts_bottom_flex .item .icons .icons_link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.footer .footer_parts_bottom .parts_bottom_flex .item .icons .icons_link:first-child {
  margin-right: 1.5rem;
}

.footer .copyright {
  display: block;
  background-color: #231815;
  color: #FFFFFF;
  font-family: "游ゴシック体", YuGothic;
  padding: .8rem 1.6rem;
}
