body {
  font-family: 'GFS Didot', serif;
  font-family: 'Roboto', sans-serif;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

/* ヘッダー */
.wrapper {
  /*  width: 100%;
  overflow-x: hidden; */
}

/* .margin {
  height: 20.89px;
} */

html header {
  /*  margin-bottom: 61.3px; */
}

.header__sp__wrap {
  /*  position: fixed; */
  width: 100%;
  top: 0;
  /* background-color: #fff; */
  z-index: 1000;

}

.header__pc__wrap {
  display: none;
}


.header__sp {
  /* display: flex; */
  justify-content: space-between;
  padding: 9px 18px 9px 21px;
  align-items: center;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.534);
  /* opacity: 0.58; */


}

.header__logo {
  width: 201.5px;
  margin: 0 auto;
}

.header__mail__icon {
  width: 36.24px;
  margin-right: 71px;
}

.header__sp__nav {
  background-color: #fff;

  position: fixed;
  top: 0px;
  right: 0;
  padding: 69px 0 125.23px;
  display: none;
  z-index: 10000;
  width: 100%;
  overflow: auto;
  max-height: calc(100vh + 125.23px);
  max-height: calc(100vh - 90px);
  height: calc(100vh - 90px);
}

.slide_in {
  right: 0;
  transition: all 0.5s;
}

.test {
  /* margin-top:50px ;*/
}

.header__sp__nav__list {}

.header__sp__nav__list li {

  font-weight: 600;
  text-align: center;
}

.header__sp__nav__list li a {
  font-family: 'GFS Didot', serif;
  color: #4D4C4C;
  font-weight: 400;
  letter-spacing: 0.05rem;
}

.header__sp__nav__list li:not(:last-child) a {}

.header__sp__nav__item__wrap {
  display: flex;
}

.header__sp__nav__list li:not(:last-child) {
  /* width: 106.7px; */
  margin: 0 auto;

}

.header__sp__nav__list li:not(:last-child) {
  margin-bottom: 30px;
}

.header__sp__nav__list li:last-child {
  width: 180px;
  height: 54px;
  background-color: #4D4C4C;
  border: 3px solid rgba(255, 255, 255, 0.679);
  border-radius: 50px;
  margin: 0 auto;

}



.header__sp__nav__list li:last-child a {

  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;

}

.header__sp__nav__list li:last-child a::before {
  background-image: url('img/tell.svg');
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 18px;
  margin-right: 5px;
}

.nav-s {
  font-size: 10px;
  margin-top: 6px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}

.header__sp__nav__item {
  width: 92px;
}

.header__sp__nav__item__icon {
  width: 13px;
}

.header__sp__nav__contact {
  background-color: #fff;
  padding: 15px;
}



/* ヘッダーsp ハンバーガーメニューBTN */

.l-header__nav-btn {
  width: 55.75px;
  font-size: 10px;
  /*  position: absolute; */
  z-index: 510000;
  margin-right: auto;
  margin-left: auto;
  height: 55.75px;
  right: 16px;
  /* background-color: #003296; */
  cursor: pointer;
  transform: translateX(0);
}


.l-header__nav-btn-txt {
  font-size: 12px;
  color: #000;
  position: relative;
  top: 19px;
  /* left: 0; */
  right: 0px;
  font-family: 'GFS Didot', serif;
}

.l-header__nav-btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100%;
  /* padding: 6px 15px 10px; */
  height: 55px;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.l-header__nav-btn .l-header__nav-btn-inner .l-header__nav-btn-line {
  position: absolute;
  width: 100%;
  /* bottom: 45.5%; */
  top: 0;
  height: 100%;
  /*  right: 10px; */
}

#btn_spmenu span {
  display: block;
  width: 27px;
  height: 2.25px;
  background-color: #000;
  margin: 0 auto;
  transition: all .3s ease-in-out;
  border-radius: 1000px;
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(1) {
  top: 5.6px;
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(2) {
  top: calc(5.6px + 7px);
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(3) {
  top: calc(5.6px + 14px);
}

body.is_menu_open #btn_spmenu span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 12.5px;
  margin-top: 0;
}

body.is_menu_open #btn_spmenu span:nth-child(3) {
  top: 12.5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  margin-top: 0;
}

body.is_menu_open #btn_spmenu span:nth-child(2) {
  width: 0;
  left: 50%;
}

/* body.is_menu_open .header__sp__r-sns__list__dt.header__sp__r-sns__list__dt-menu {
  content: "閉じる";
} */

.l-header__nav-btn .l-header__nav-btn-inner div span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background-color: #fff;
}

/* ハンバーガーメニュー関連 */

body.is_menu_open {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* フッター */
.footer__top {
  color: #fff;
  text-align: center;
}

.footer__nav__bg {
  padding: 96px 0 18px;
  background-color: #fff;
}

.footer__nav__bg .footer__logo {
  max-width: 240px;
  margin: 0 auto;
}

.footer__nav__bg .footer__nav {
  text-align: center;
  margin-top: 50px;
}

.footer__nav__bg .footer__nav li {
  font-weight: 500;
  margin-bottom: 26px;
}

.footer__nav__bg .footer__nav li a {
  color: #4D4C4C;
}

.footer__address {
  line-height: calc(24/16);
  max-width: 260px;
  margin: 0 auto;
  margin-top: 32px;
  text-align: center;
}

.footer__address01 {
  margin-bottom: 24px;
}

.footer__address02 {}

.footer__address02>a {
  color: #000;
}

.footer__mail {
  margin-top: 8px;
}

/* ヘッダーsp ハンバーガーメニューblack_bg */

body.is_menu_open #js_black_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: none;
}

.cr {
  font-size: 16px;
  text-align: center;
  padding: 6px;
  background-color: #fff;
  color: #000;
  margin-bottom: 90px;
}

/* 共通 */
.content__wrapper {
  margin: 0 27px;
}

.common__btn {
  font-family: 'GFS Didot', serif;
  width: 216px;
  height: 40px;
  /* border: #4D4C4C 1px solid; */
  font-size: 16px;
  margin: 0 auto;
  margin-top: 32px;
  background-color: #960B11;

}

.common__btn>a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 1px;

}



.back-to-top__btn {
  /*  display: none !important; */
  position: fixed;
  width: 33px;
  bottom: 94px;
  right: 27px;
  cursor: pointer;
  display: none;


}

.mv__under {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv__under__txtarea {
  color: #fff;
}

.mv__under__ttl {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.mv__under__subttl {
  font-size: 10px;
  text-align: center;
  margin-top: 6px;
  font-family: 'GFS Didot', serif;
}

.pankuzu {
  font-family: 'GFS Didot', serif;
  font-size: 12px;
  display: flex;
  margin: 0 27px;
  margin-top: 8px;
}

.send__page {}

.send__page>a {
  color: #4D4C4C;


}

.pankuzu__line {
  margin: 0 12px;
}

.now__page {}

.h__ttl {
  position: relative;
  font-family: 'GFS Didot', serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.2rem;
}

.h__subttl {
  position: relative;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
}

.h__ttl02 {
  font-size: 20px;
  font-weight: normal;
  color: #4D4C4C;

}

/* 共通お問い合わせ */
.common__contact {
  border-bottom: 10px solid #960B11;
}

.common__contact__top {
  background-color: #000;
  font-size: 16px;
  color: #fff;
  padding: 24px 0 20px;
  margin-left: auto;
  text-align: center;
  /* letter-spacing: 0.1rem; */
  line-height: calc(24/16);
  font-weight: 500;
}

.common__contact__imgarea {
  background-image: url('img/common__contact__img.png');
  /* height: 426px; */
  background-size: cover;

}

.common__contact {}

.common__contact__top {}

.common__contact__imgarea {
  padding: 78px 0 65px;
  color: #fff;
}

.common__contact .h__ttl {
  font-size: 24px;
  text-align: center;
  filter: drop-shadow(0 0 2px #000000a2);
}

.common__contact .h__subttl {
  text-align: center;
  filter: drop-shadow(0 0 2px #000000a2);
}

.common__contact__txt {
  line-height: 1.5;
  font-size: 16px;
  filter: drop-shadow(0 0 6px #000000a2);
  /* max-width: 377.8px; */
  margin: 0 auto;
  margin-top: 34px;
  text-align: center;
  font-weight: 500;
}

.common__contac__btn {
  width: 180px;
  height: 54px;
  background-color: #4D4C4C;
  border: 3px solid rgba(255, 255, 255, 0.679);
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 32px;
}

.common__contac__btn>a {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
}

.common__contac__btn>a::before {
  background-image: url(img/tell.svg);
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 18px;
  margin-right: 5px;
}

/*  */

.service__subnav {
  display: none;
}


/*  */
.header__sp__r-sns__wrap {
  background-color: #fff;
  position: fixed;
  z-index: 1000000000000;
  bottom: 0;
  width: 100%;
  height: 90px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  padding-top: 22.5px;

  /* display: none; */
}

.header__sp__r-sns__list {
  display: flex;
  justify-content: space-between;
  max-width: 356px;
  margin: 0 auto;
  padding: 0 20px;
  height: 54.5px;
}

.header__sp__cart {
  position: relative;
}

.header__sp__cart__num {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #DD5D50;
  border-radius: 100px;
  font-size: 10px;
  /*  padding-top: 3px; */
  color: #fff;
  top: 5px;
  right: -13px;
}

.header__sp__shop__menu {
  cursor: pointer;
}

.header__sp__r-sns__list__img {
  width: 33px;
  /* height: 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 3px; */
}

.header__sp__r-sns__list__img03 {
  width: 26px;
}

.header__sp__r-sns__list li .header__sp__r-sns__list__img {
  height: 27.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__sp__r-sns__list li:nth-child(1) .header__sp__r-sns__list__img {
  width: 27px;
}

.header__sp__r-sns__list li:nth-child(2) .header__sp__r-sns__list__img {
  width: 24.75px;
}

.header__sp__r-sns__list li:nth-child(3) .header__sp__r-sns__list__img {
  width: 27px;
}

.header__sp__r-sns__list li a {
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}

.header__sp__r-sns__list__dt {
  font-size: 12px;
  margin-top: auto;
  margin-bottom: 0;
  text-align: center;
}

.br__pc {
  display: none;
}

.under__mv {
  position: relative;
  margin: 0 -27px;
  margin-bottom: 40px;
}

.under__mv__img {}

.under__mv__ttl {
  position: absolute;
  top: 21%;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;

}

.under__mv__ttl01 {
  color: #fff;
  font-size: 6.5vw;
  font-family: 'GFS Didot', serif;

}

.under__mv__ttl02 {
  color: #fff;
  font-size: 4.3vw;
  font-weight: 400;
  margin-top: 2.2%;

}

.common__bg {
  background-image: url(img/common__bg.png);
  padding: 0 27px;
}

.common__txt02 {
  line-height: 2;
}

.mix__area__wrap {
  position: relative;
  margin: 0 -27px;
}

.mix__area {
  background-color: #d5d5d5;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.mix__area__inner {
  position: relative;
  padding-right: 27px;
  padding-left: 27px;

}

.padding-t01 {
  padding-top: 80px;

}

.padding-b01 {
  padding-bottom: 80px;
}

.pc__contact__fixed {
  display: none;
}

@media screen and (min-width:900px) {
  .header__sp__r-sns__wrap {
    display: none;
  }

  html header {
    /*  margin-bottom: 105.33px; */
  }

  .header__sp__wrap .top__send__wrap {
    display: none;
  }


  .header__pc {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 10000;
    padding: 10.5px 10.5%;
    top: 0;
  }

  .header__sp__wrap {
    display: none;
  }

  .header__pc__wrap {
    display: block;
    /*  padding: 11px 19px; */
  }

  .header__pc__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header__pc__logo {
    width: 243px;
  }

  .header__pc__nav__wrap {
    padding-bottom: 8.5px;
  }

  .header__pc__nav {
    display: flex;
    position: relative;
  }

  .header__pc__nav>li {
    font-size: 18px;
    text-align: center;
    margin-right: 20px;
    font-family: 'GFS Didot', serif;
  }

  .header__pc__nav li:last-child {
    margin: 0;
  }

  .header__pc__nav li>a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
  }

  .nav-s {
    font-size: 11px;
    color: #000;
    text-align: center;
  }

  .header__pc__nav li:not(:last-child) {
    /* margin-right: 7.5%; */

  }








  .header__pc__nav li:nth-child(1)::after {
    /* margin-left:-7px; */
  }

  .header__pc__nav li:nth-child(1):hover::after {
    display: block;

    position: absolute;

    top: 21px;
    left: -8px;
  }

  .header__pc__nav li:not(:nth-child(1)):hover::after {
    display: block;

    position: absolute;
    /* right: 109px !important; */

    top: 21px;
    /*  margin-bottom: 16px; */
    /* left: 114px; */
    /*  margin-left: -2px; */
  }


  .header__pc__nav li:not(:last-child):hover {
    /*  margin-bottom:0; */

  }

  @media screen and (max-width:1270px) {
    .header__pc {

      padding: 10.5px 30px;
    }

  }



  .service__nav {
    position: relative;
    cursor: pointer;
  }

  .service__subnav {
    display: none;
    position: absolute;
    width: 112px;
    margin-left: calc((-112px + 76.23px)/2);
    /* margin-left: calc((-112px + 83.23px)/2); */
    padding-top: 17px;
    /*  opacity: 0; */
    /* top: -500px; */
    /* transition: opacity .5s; */

  }

  .service__nav__inner {
    position: relative
  }

  .subnav__arrow {
    position: absolute;
    font-size: 12px;
    top: 42px;
    /* transform: rotate(90deg); */
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #960B11;
    transition: opacity .3s;
  }


  .service__subnav.active {
    /* display: block; */
    top: auto;
    opacity: 1;
  }




  .service__subnav__list {
    background-color: #000;
    /* display: none; */
    /*  opacity: 0;
  transition: all 1.5s; */



  }

  .service__nav:hover>.service__nav__inner>.subnav__arrow {
    opacity: 0;

  }

  /* .service__subnav__list.fade{
  opacity: 1;
  transition: all 1.5s;
  
  } */

  .service__subnav__list__item {
    font-size: 16px;
    line-height: calc(20/16);
    padding: 8px 0;
  }

  .header__pc__nav .service__subnav__list__item__a {
    color: #fff;
  }

  .subnav-s {
    font-size: 10px;
    line-height: calc(20/10);
    font-family: "Noto Sans JP", serif;
  }

  .triangle {
    width: 12px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: calc(tan(60deg) * 6px) solid #000;
    margin: 0 auto;
  }

  .under__mv__wrap {
    margin: 0 -27px;
  }

  .under__mv {
    width: 76.3%;
    margin: 0 auto;
    margin-bottom: 80px;
  }

  .under__mv__ttl {
    position: absolute;
    top: calc(80.69px + 18%);
    top: 35%;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;

  }

  .under__mv__ttl01 {
    color: #fff;
    font-size: 3.55vw;
    font-family: 'GFS Didot', serif;

  }

  .under__mv__ttl02 {
    color: #fff;
    font-size: 1.48vw;
    font-weight: 400;
    margin-top: 1.2%;

  }

  .pc__contact__fixed {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 195px;
    background-color: #960B11;
    border-radius: 8px 0px 0px 0px;
    height: 39px;
    z-index: 100000;
    opacity: 0;
    transition: opacity 1.2s;


  }

  .pc__contact__fixed.is-active {
    opacity: 1;
  }

  .pc__contact__fixed>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;

  }

  .pc__contact__fixed>a::before {
    background-image: url('img/pc__contact__fixed-icon.svg');
    width: 23.11px;
    background-repeat: none;
    content: '';
    display: block;
    height: 16px;
    margin-right: 4px;
    position: relative;
    top: 1.5px;
  }
}



@media screen and (min-width:768px) {
  .cr {

    margin-bottom: 0;
  }

  /* 共通 */
  .content__wrapper {
    margin: 0 auto;
    max-width: 900px;
    padding: 0 27px;
  }


  .br__sp {
    display: none;
  }

  .br__pc {
    display: block;
  }

  .h__ttl {
    font-size: 48px;
  }

  .h__subttl {
    position: relative;
    font-size: 20px;
    margin-top: 12px;
    font-weight: 400;
  }

  /* 共通お問い合わせ */
  .common__contact {}

  .common__contact__top {
    font-size: 16px;
    color: #fff;
    padding: 34px 0 30px;
    margin-left: auto;
    text-align: right;
    padding-right: 17%;
    letter-spacing: 0.1rem;
  }

  .common__contact__imgarea {
    background-image: url('img/common__contact__img-pc.png');
    /* height: 426px; */
    background-size: cover;

  }

  .common__contact {}

  .common__contact__top {}

  .common__contact__imgarea {
    padding: 70px 27px 64px;
    color: #fff;
  }

  .common__contact .h__ttl {
    font-size: 48px;
    text-align: center;
    filter: drop-shadow(0 0 2px #000000a2);
    font-family: 'GFS Didot', serif;

  }

  .common__contact .h__subttl {
    text-align: center;
    filter: drop-shadow(0 0 2px #000000a2);

  }

  .common__contact__txt {
    margin-top: 30px;
    line-height: 1.5;
    font-size: 18px;
    filter: drop-shadow(0 0 2px #000000a2);
  }

  .common__contac__btn {
    width: 200px;
    height: 54px;
    background-color: #4D4C4C;
    border: 3px solid rgba(255, 255, 255, 0.679);
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 32px;
    font-size: 18px;
  }

  .common__contac__btn>a {
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    position: relative;
    top: 1px;
  }

  .common__contac__btn>a::before {
    background-image: url(img/tell.svg);
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 18px;
    margin-right: 5px;
  }

  /*  */


  .common__btn {
    font-family: 'GFS Didot', serif;
    width: 216px;
    height: 40px;
    border: #4D4C4C 1px solid;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 32px;
    background-color: #fff;
    transition: background-color .3s, border-color .3s;

  }

  .common__btn>a {
    color: #4D4C4C;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 1px;
    transition: color .3s;
  }

  .common__btn:hover {
    background-color: #960B11;
    border-color: #960B11;
  }

  .common__btn:hover>a {
    color: #fff;
  }

  .mv__under {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mv__under__txtarea {
    color: #fff;
  }

  .mv__under__ttl {
    font-size: 45px;
    text-align: center;
    font-weight: 600;
  }

  .mv__under__subttl {
    font-size: 18px;
    text-align: center;
    margin-top: 17px;
    font-family: 'GFS Didot', serif;
  }


  .pankuzu {
    font-family: 'GFS Didot', serif;
    font-size: 16px;
    display: flex;
    margin: 0 27px;
    margin-top: 17px;
    margin-left: 18%;
  }

  .send__page {}

  .send__page>a {
    color: #4D4C4C;


  }

  .pankuzu__line {
    margin: 0 16px;
  }

  .now__page {}

  .h__ttl02 {
    font-size: 30px;
    font-weight: normal;
    color: #4D4C4C;

  }

  .back-to-top__btn {
    /*  display: none !important; */
    position: fixed;
    width: 61px;
    bottom: 70px;
    right: 75px;
    cursor: pointer;


  }

  .padding-t01 {
    padding-top: 160px;

  }

  .padding-b01 {
    padding-bottom: 160px;
  }

  @media screen and (max-width:1170px) {
    .back-to-top__btn {
      /*  display: none !important; */
      width: 61px;
      bottom: 140px;
      right: 27px;


    }


  }




  /* フッター */
  footer {
    position: relative;
  }

  .footer__top {

    text-align: center;
  }

  .footer__nav__bg .footer__logo {
    max-width: 346px;
    margin: 0 auto;
  }

  .footer__top__shop {
    padding-top: 0;
  }

  .footer__nav__sp {
    display: none;
  }

  .footer__nav__bg {
    padding: 64px 0 64px;
  }

  .footer__nav__bg .footer__nav {
    /* max-width: 700px; */
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 32px;
  }

  .footer__nav__bg .footer__nav li {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 32px;

  }

  .footer__nav__bg .footer__nav li:not(:last-child)>a::after {
    background-color: #4D4C4C;
    width: 1px;
    height: 20px;
    /*  content: ""; */
    display: inline-block;
    transform: rotate(35deg);
    margin-left: 20px;

  }

  .footer__nav__bg .footer__nav li a {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .footer__address {
    line-height: calc(23/14);
    max-width: none;
    margin: 0 auto;
    margin-top: 64px;
    font-size: 16px;
    text-align: center;
  }

  .footer__address01 {
    margin-bottom: 10px;
  }

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

    .header__pc__logo {
      width: 246px;
    }

    .header__pc__nav li {
      font-size: 16px;

    }

    .nav-s {
      font-size: 10px;
    }


  }


  @media screen and (max-width:870px) {
    .footer__nav__bg .footer__nav li {

      margin-right: 10px;

    }

    .footer__nav__bg .footer__nav li:not(:last-child)>a::after {

      margin-left: 10px;

    }
  }
}