@charset "utf-8";

.footer {
  overflow-x: hidden;
}
.footer__bg {
  background: url(../imgs/common/footer_bg.jpg) center center / cover no-repeat;
  color: #fff;
}
.footer__inner {
  width: 92%;
  max-width: 1075px;
  margin: 0 auto;
  padding: 100px 0 0 0;
}

.footer__wrap {
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.footer__logo {
  width: 121px;
  margin-bottom: 60px;
}
.footer__infoWrap {
  margin-bottom: 50px;
}
.footer__info1 {
  font-size: 15px;
  line-height: 2;
}
.footer__info2 {
  margin-bottom: 25px;
  font-size: 13px;
  line-height: 2;
}
.footer__info3 {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.93;
}
.footer__info4 {
  font-size: 13px;
  line-height: 1.75;
}
.footer__info5 {
  font-size: 11px;
  line-height: 1.75;
}
.footer__oficial {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.75;
}
.footer__oficial a {
  display: block;
  width: 100%;
  padding-right: 20px;
  position: relative;
  line-height: 1.5;
}
.footer__oficial a br {
  display: none;
}
.footer__oficial a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../imgs/common/footer_btn.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.footer__tel--1 {
  margin-right: 10px;
}

.footer__right {
  margin-top: 60px;
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: start;
}
.footer__cont {
  width: 60px;
  margin-right: 16%;
}
.footer__contTitle {
  margin: 0 auto 150px;
  writing-mode: vertical-rl;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.footer__instaWrap {
  margin: 0 auto 20px;
}
.footer__insta {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  display: block;
}
.footer__insta img {
  vertical-align: top;
}
.footer__langWrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.footer__lang {
  font-size: 14px;
  font-weight: 400;
}
.footer__lang--ja {
  padding-right: 5px;
}
.footer__lang--en {
  padding-left: 5px;
}
.footer__lang.current {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
}

.footer__menu {
  width: 320px;
}
.footer__story {
  margin-bottom: 30px;
}
.footer__storyTitle {
  margin-bottom: 13px;
  font-size: 14px;
  /* font-family: "brandon-grotesque", sans-serif; */
  font-weight: 700;
}
.footer__storyListItem {
  /* text-indent: -0.6em; */
  text-indent: -1.4em;
  padding-left: 1em;
}
.footer__storyListLink {
  font-size: 12px;
  line-height: 1.75;
}
.footer__storyListLink::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 1px;
  background: #fff;
  margin-right: 8px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.footer__menuListItem:not(:last-child) {
  margin-bottom: 18px;
}
.footer__menuListLink {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
}
br.sp-375 {
  display: none;
}
.footer__bottom {
  padding-top: 30px;
  padding-bottom: 35px;
  background-color: #152828;
  width: 100%;
}

/* 画像は全幅に */
.footer-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-swiper-link:hover div{
  transition: all 0.3s;
}
.footer-swiper-link:hover div {
  opacity: 0.7;
}
/* PC：1101px以上はflexでwrap */

#totop {
  width: 60px;
  position: fixed;
  bottom: 180px;
  right: 20px;
  z-index: 3;
}
@media screen and (min-width: 1101px) {
  .footer-swiper .swiper-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-swiper .swiper-slide {
    width: calc((100% - 60px) / 4);
  }
}

@media screen and (max-width: 1100px) {
  .footer-swiper .swiper-slide {
    width: auto;
  }
}

.footer-swiper-slide-bg {
  width: 100%;
  padding-top: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.footer__copy {
  padding: 40px 35px 140px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  background-color: #f1eee9;
}
.footer__copy--low{
  padding: 40px 35px 40px;
}

@media screen and (max-width: 980px) {
  .footer__oficial a {
    display: inline;
  }
  .footer__oficial a br {
    display: block;
  }
  .footer__oficial a::after {
    top: auto;
    bottom: -3px;
  }

  .footer__right {
    display: block;
  }
  .footer__cont {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__contTitle {
    margin: 0;
    writing-mode: unset;
  }
  .footer__contWrap {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .footer__langWrap {
    width: 70px;
    margin: 0;
  }
  .footer__instaWrap {
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 750px) {
  .footer__bg {
    background: url(../imgs/common/footer_bg_sp.jpg) center center / cover no-repeat;
  }
  .footer__wrap {
    display: block;
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .footer__left {
    margin-bottom: 170px;
  }
  .footer__logo {
    /* margin: 0 auto 45px; */
  }
  .footer__menu {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .footer__storyListItem {
    margin-bottom: 5px;
    text-indent:-0.6em;
  }
  .footer__storyListLink::before {
    width: 5px;
    margin-right: 5px;
  }
  .footer__menuListItem:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer__infoWrap {
    margin-bottom: 30px;
  }
  .footer__right {
    /* margin-bottom: 30px; */
    padding-top: 70px;
    padding-bottom: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
  }
  .footer__right::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #152828;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .footer__cont {
    display: block;
    width: 60px;
    margin-bottom: 0;
    margin-right: 60px;
    position: relative;
    z-index: 2;
  }
  .footer__contTitle {
    margin: 0 auto 40px;
    font-size: 15px;
    writing-mode: vertical-rl;
  }
  .footer__storyTitle {
    margin-bottom: 8px;
  }
  .footer__info1 {
    line-height: 1.75;
    font-size: 14px;
  }
  .footer__info2 {
    margin-bottom: 20px;
    line-height: 1.75;
  }
  .footer__info3 span {
    display: block;
  }

  .footer__bottom {
    padding-bottom: 30px;
  }
  .footer__banner {
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
    gap: 15px 3%;
  }
  .footer__bannerItem {
    width: calc(97% / 2);
  }
  .footer__insta {
    margin: 0;
  }
  .footer__copy {
    padding: 15px 35px 70px;
    font-size: 10px;
    text-align: center;
  }
  .footer__copy--low{
  padding: 15px 35px 15px;
  }

  #totop {
    width: 45px;
    bottom: 70px;
    right: 10px;
  }
}

@media screen and (max-width: 400px) {
  .footer__cont {
    margin-right: 30px;
  }
}

@media screen and (max-width: 375px) {
  br.sp-375 {
    display: block;
  }
  .footer__banner {
    display: block;
    max-width: 320px;
  }
  .footer__bannerItem {
    width: 100%;
    margin-bottom: 10px;
  }
}
