@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 2.07em;
  letter-spacing: 0.07em;
  background: url(../img/shared/main_bg.jpg) repeat;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  --serif: "Noto Serif JP";
  --mincho: "Shippori Mincho";
  --libre: "Libre Baskerville";
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 2.65em;
    letter-spacing: 0.15em;
  }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

html {
  min-width: auto;
}

/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
h1 {
  font-size: 2.7vw;
  color: #fff;
  text-align: center;
  font-weight: 500;
  position: absolute;
  left: 8%;
  right: 8%;
  box-sizing: border-box;
  bottom: 6.8vw;
  line-height: 1.4em;
  z-index: 3;
  opacity: 0.5;
}

#head-key {
  position: relative;
}
#head-key .logo {
  position: absolute;
  top: 3vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 34.3vw;
  z-index: 9;
}

#head-top {
  padding: 0 0 60px;
}

.nav-header .nav {
  display: block;
  height: auto;
  margin-bottom: 17px;
  padding-left: 4.8%;
  padding-right: 4.8%;
}

.nav-header .nav li {
  margin-bottom: 15px;
  border-bottom: 1px solid #c4c2be;
}
.nav-header .nav li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.nav-header a.nav-main {
  text-align: left;
  font-size: 19px;
  font-family: var(--mincho);
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.05em;
  position: relative;
  transition: all 0.3s ease;
  padding-bottom: 14px;
}
.nav-header a.nav-main::before {
  content: "";
  position: absolute;
  background: #c9171f;
  width: 0%;
  height: 2px;
  bottom: -1px;
  left: 0;
  transition: all 0.3s ease;
}
.nav-header a.nav-main.active::before {
  width: 100%;
}

.header-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 101;
}

.nav-header {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  width: 100%;
  background: url(../img/shared/main_bg.jpg);
  position: fixed;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.nav-header .group {
  text-align: center;
  margin-bottom: 56px;
}
.nav-header .list-header {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 23px;
  padding-left: 4.8%;
  padding-right: 4.8%;
}
.nav-header .list-header li {
  width: 50%;
  height: 32px;
  margin-right: 2px;
  text-align: center;
  box-sizing: border-box;
}
.nav-header .list-header li:last-child {
  margin-right: 0;
}
.nav-header .list-header li:last-child a span {
  padding-left: 25px;
}
.nav-header .list-header li:last-child a span::before {
  background-image: url(../img/shared/icon_new.png);
  aspect-ratio: 38/36;
  width: 19px;
}
.nav-header .list-header li a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--libre);
  letter-spacing: normal;
  color: #fff;
  background: #000;
}
.nav-header .list-header li a span {
  position: relative;
  padding-left: 18px;
}
.nav-header .list-header li a span::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_map_bw.png) no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 22/32;
  width: 13px;
  height: auto;
  margin: auto 0;
  left: 0;
  top: 0;
  bottom: 3px;
}
.nav-header .tel-header {
  text-align: center;
  font-family: var(--mincho);
  font-size: 10px;
  font-weight: 600;
  line-height: 2.4em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  white-space: nowrap;
}
.nav-header .tel-header .tel-icon {
  font-family: var(--libre);
  font-weight: 400;
  font-size: 325%;
  line-height: 1em;
  position: relative;
  padding-left: 20px;
  letter-spacing: normal;
}
.nav-header .tel-header .tel-icon::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_tel_b.png) no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 0;
  bottom: 0;
  aspect-ratio: 36/48;
  width: 18px;
  height: auto;
  margin: auto 0;
}
.nav-header .btn-ins a {
  width: 27px;
  display: inline-block;
}
.nav-header .btn-ins a img {
  object-fit: contain;
  width: 100%;
}
.nav-header .bnr-header {
  text-align: center;
}
.nav-header .bnr-header a {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}

body.menu-open,
body.menu-open *,
body.menu-open *:hover,
body.menu-open *:focus,
body.menu-open *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.menu-open .hamberger-btn,
body.menu-open .nav-header,
body.menu-open .nav-header *,
body.menu-open #fixed-sp,
body.menu-open #fixed-sp * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.menu-open {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.menu-open .nav-header {
  opacity: 1;
  left: 0%;
  visibility: visible;
  pointer-events: visible;
  z-index: 99;
}

.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding: 150px 13.86%;
  width: 100%;
}

#key-box {
  padding: 13.3vw 3.33% 0;
  height: 100%;
}

#key-box .keyvisual .img {
  height: 146.7vw;
}
#key-box .keyvisual .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.head-info {
  display: none;
}

html #socialbuttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

footer {
  color: #fff;
  background: url(../img/shared/footer_bg_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  padding: 7.8vw 0 calc(60px + 6vw);
}
footer .logo {
  width: 34.3vw;
  margin: 0 auto 1.6vw;
}
footer .slogan {
  text-align: center;
  line-height: 1.45em;
  letter-spacing: 0.15em;
  font-size: 12px;
  margin-bottom: 6vw;
}
footer .bnr-ft {
  text-align: center;
}
footer .bnr-ft a {
  width: 272px;
  display: inline-block;
}
footer .bnr-ft a img {
  object-fit: contain;
  width: 100%;
}
footer .nav-footer {
  display: none;
}
footer .tel-ft {
  text-align: center;
  font-family: var(--mincho);
  font-size: 10px;
  font-weight: 600;
  line-height: 2.4em;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  white-space: nowrap;
}
footer .tel-ft .tel-icon {
  font-family: var(--libre);
  font-weight: 400;
  font-size: 325%;
  line-height: 1em;
  position: relative;
  padding-left: 20px;
  letter-spacing: normal;
}
footer .tel-ft .tel-icon::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_tel_w.png) no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 0;
  bottom: 0;
  aspect-ratio: 36/48;
  width: 18px;
  height: auto;
  margin: auto 0;
}
footer .nav-social {
  display: none;
}
footer .info {
  margin-bottom: 35px;
}
footer .info .txt {
  font-size: 13px;
  text-align: center;
  line-height: 1.6em;
}
footer .info .txt1 {
  margin-bottom: 6px;
}
footer .info .txt2 {
  margin-bottom: 25px;
}
footer .info .btn-map {
  margin-bottom: 20px;
}
footer .info .btn-map a {
  border-color: rgba(255, 255, 255, 0.8);
  width: 210px;
  height: 45px;
}
footer .info .btn-map a span {
  position: relative;
  padding-left: 16px;
}
footer .info .btn-map a span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background: url(../img/shared/icon_map_bw.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 11px;
  height: auto;
  aspect-ratio: 22/32;
}
footer .info .btn-map a::before {
  background: #fff;
}
footer .info .btn-map a::after {
  background: transparent;
}
footer #socialbuttons {
  margin-bottom: 11px;
}
footer .btn-copy {
  font-size: 11px;
  text-align: center;
  margin-bottom: 19px;
}
footer .btn-copy .copy {
  position: relative;
  padding-right: 14px;
  display: inline-block;
}
footer .btn-copy .copy::before {
  content: "";
  background-image: url(../img/shared/btn_coppy.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 18/22;
  position: absolute;
  width: 9px;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}
footer address {
  font-size: 11px;
}
footer address span a {
  position: relative;
  padding-right: 14px;
}
footer address span a::before {
  content: "";
  background-image: url(../img/shared/btn_cookie.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 1/1;
  position: absolute;
  width: 8px;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}

#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #000;
  color: #fff;
  z-index: 101;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.fixed-btn #fixed-sp {
  opacity: 1;
}

#fixed-sp ul {
  display: flex;
}

#fixed-sp ul li {
  font-size: 11px;
  font-weight: 500;
  width: 25%;
  height: 60px;
  position: relative;
  background: #000;
}
#fixed-sp ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #808080;
  right: 0;
  height: 100%;
  width: 1px;
  margin: auto 0;
}
#fixed-sp ul li:last-child::before {
  content: none;
}
#fixed-sp ul li a,
#fixed-sp ul li .fx-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 21px;
}
#fixed-sp ul li a::before,
#fixed-sp ul li .fx-menu::before {
  content: "";
  position: absolute;
  background-image: url(../img/shared/icon_phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 12px;
  left: 0;
  right: 0;
  aspect-ratio: 49/38;
  width: 25px;
  height: auto;
  margin: 0 auto;
}
#fixed-sp ul li .fx-map::before {
  background-image: url(../img/shared/icon_map.png);
}
#fixed-sp ul li .fx-ins::before {
  background-image: url(../img/shared/icon_ins.png);
}
#fixed-sp ul li .fx-menu {
  cursor: pointer;
}
#fixed-sp ul li .fx-menu::before {
  background-image: url(../img/shared/icon_menu.png);
}
#fixed-sp ul li .fx-menu .close {
  display: none;
}

.menu-open #fixed-sp ul li:nth-child(3)::before {
  content: none;
}
.menu-open #fixed-sp ul li.hamberger-btn {
  background: url(../img/shared/main_bg.jpg);
  color: #000;
}
.menu-open #fixed-sp ul li .fx-menu::before {
  background-image: url(../img/shared/icon_menu_close.png);
  aspect-ratio: 64/26;
  width: 32px;
  top: 17px;
}
.menu-open #fixed-sp ul li .fx-menu .close {
  display: block;
}
.menu-open #fixed-sp ul li .fx-menu .open {
  display: none;
}

#pagetop {
  bottom: 70px;
  width: 74px;
  z-index: 98;
}

/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
  footer:after {
    background: #000;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: #000;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: #000;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
.pc {
  display: none;
}

/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  /*=============================================
  ******************** header ******************
  *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  header .logo a {
    text-decoration: none;
  }
  h1 {
    font-size: 12px;
    color: #000;
    left: unset;
    right: 33px;
    top: 150px;
    bottom: 10px;
    text-align: center;
    letter-spacing: 0.15em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 680px;
    width: 17px;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #head-key .logo {
    width: 172px;
    top: 28px;
  }
  .js-scroll {
    overflow: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 34px;
  }
  /*=============================================
  ******************* nav-fixed ****************
  *=============================================*/
  .nav-header {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    transition: none;
    height: 100px;
    left: auto;
    background: transparent;
  }
  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 0;
    order: 2;
    margin-left: auto;
    margin-right: 29px;
  }
  .nav-header .nav li {
    margin-bottom: 0;
    border-bottom: none;
  }
  .nav-header .nav li:last-child a {
    margin-right: 0;
  }
  .nav-header .nav li:last-child a::after {
    content: none;
  }
  .nav-header .bnr-header {
    order: 3;
  }
  .nav-header .group {
    margin-top: 6px;
    position: relative;
    order: 1;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .nav-header .btn-ins {
    position: absolute;
    right: 95px;
    bottom: -4px;
    order: 3;
  }
  .nav-header .btn-ins a {
    width: 30px;
    filter: brightness(0) invert(1);
  }
  .nav-header .list-header {
    padding: 0;
    justify-content: flex-start;
    margin-bottom: 0;
    order: 2;
  }
  .nav-header .list-header li {
    width: unset;
    height: unset;
    margin-right: 45px;
    position: relative;
    line-height: 1.6em;
  }
  .nav-header .list-header li::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 25px;
    width: 1px;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .nav-header .list-header li:last-child {
    margin-right: 0;
  }
  .nav-header .list-header li:last-child::before {
    content: none;
  }
  .nav-header .list-header li:last-child a span {
    padding-left: 20px;
  }
  .nav-header .list-header li:last-child a span::before {
    width: 16px;
  }
  .nav-header .list-header li a {
    font-size: 11px;
    transition: all 0.3s ease;
  }
  .nav-header .list-header li a:hover {
    opacity: 0.8;
  }
  .nav-header .list-header li a span {
    padding-left: 16px;
  }
  .nav-header .list-header li a span::before {
    width: 10px;
    bottom: 3px;
  }
  .nav-header .tel-header {
    order: 1;
    display: flex;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    margin-bottom: 17px;
    color: #fff;
  }
  .nav-header .tel-header .tit {
    line-height: 1em;
    padding-right: 4px;
  }
  .nav-header .tel-header .tel-icon {
    font-size: 320%;
    line-height: 0.1em;
  }
  .nav-header .tel-header .tel-icon::before {
    background-image: url(../img/shared/icon_tel_w.png);
  }
  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
    background: #000;
  }
  .nav-header a.nav-main {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    height: 30px;
    font-size: 18px;
    color: #fff;
    margin: 0 13px;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s;
    background: #c9171f;
    z-index: 1;
    padding-bottom: 1px;
    box-sizing: border-box;
  }
  .nav-header a.nav-main::after {
    content: "";
    position: absolute;
    background: #fff;
    height: 18px;
    width: 1px;
    right: -14px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .nav-header a.nav-main::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: #000;
    transform: scaleX(1);
    transform-origin: 50%;
    transition: all 0.3s ease-out;
    z-index: -2;
  }
  .nav-header a.nav-main.active::before,
  .nav-header a.nav-main:hover::before {
    transform: scaleX(0);
  }
  /*=============================================
  ******************* keyvisual ****************
  *=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
  }
  #key-box {
    width: 100%;
    padding: 140px 92px 0;
    box-sizing: border-box;
    height: 840px;
  }
  #key-box .keyvisual .img {
    height: 700px;
  }
  .head-info {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .head-info .nav-h {
    display: flex;
    gap: 20px;
    position: absolute;
    top: 60px;
    left: 199px;
  }
  .head-info .nav-h li {
    width: 40px;
    height: 110px;
  }
  .head-info .nav-h li.active a {
    background: #c9171f;
  }
  .head-info .nav-h li a {
    padding-top: 17px;
    box-sizing: border-box;
    line-height: 1.6em;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
    background: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--mincho);
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .head-info .nav-h li a:hover {
    opacity: 0.8;
  }
  .head-info .right {
    position: absolute;
    top: 49px;
    right: 200px;
  }
  .head-info .right .tel-info {
    display: flex;
    text-align: left;
    font-family: var(--mincho);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    margin-bottom: 17px;
  }
  .head-info .right .tel-info .tit {
    line-height: 1em;
    padding-right: 4px;
  }
  .head-info .right .tel-info .tel-icon {
    font-family: var(--libre);
    font-weight: 400;
    font-size: 320%;
    line-height: 0.1em;
    position: relative;
    padding-left: 20px;
    letter-spacing: normal;
  }
  .head-info .right .tel-info .tel-icon::before {
    content: "";
    position: absolute;
    background: url(../img/shared/icon_tel_b.png) no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    top: 0;
    bottom: 0;
    aspect-ratio: 36/48;
    width: 18px;
    height: auto;
    margin: auto 0;
  }
  .head-info .right .group {
    display: flex;
    gap: 19px;
    align-items: center;
  }
  .head-info .right .list-info {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .head-info .right .list-info li {
    width: 95px;
    height: 25px;
    margin-right: 2px;
    text-align: center;
    box-sizing: border-box;
  }
  .head-info .right .list-info li:last-child {
    margin-right: 0;
  }
  .head-info .right .list-info li:last-child a span {
    padding-left: 20px;
  }
  .head-info .right .list-info li:last-child a span::before {
    background-image: url(../img/shared/icon_new.png);
    aspect-ratio: 38/36;
    width: 16px;
  }
  .head-info .right .list-info li a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
    font-family: var(--libre);
    letter-spacing: normal;
    color: #fff;
    background: #000;
    transition: all 0.3s ease;
    padding-top: 2px;
  }
  .head-info .right .list-info li a:hover {
    opacity: 0.8;
  }
  .head-info .right .list-info li a span {
    position: relative;
    padding-left: 16px;
  }
  .head-info .right .list-info li a span::before {
    content: "";
    position: absolute;
    background: url(../img/shared/icon_map_bw.png) no-repeat;
    background-position: center;
    background-size: contain;
    aspect-ratio: 22/32;
    width: 10px;
    height: auto;
    margin: auto 0;
    left: 0;
    top: 0;
    bottom: 3px;
  }
  .head-info .right .btn-ins a {
    width: 30px;
    display: flex;
    align-items: center;
  }
  .head-info .right .btn-ins a img {
    object-fit: contain;
    width: 100%;
  }
  .head-info .bnr-info {
    position: absolute;
    top: 0;
    right: 0;
  }
  /*=============================================
  ******************* footer *******************
  *=============================================*/
  footer {
    background-image: url(../img/shared/footer_bg.jpg);
    position: relative;
    padding: 76px 0 27px;
  }
  footer::after {
    display: none;
  }
  footer .row {
    position: relative;
  }
  footer .left {
    position: absolute;
    top: -41px;
    left: -150px;
  }
  footer .right {
    width: 600px;
    position: relative;
    margin: 0 auto;
  }
  footer .logo {
    width: 146px;
    margin: 0 auto 11px;
  }
  footer .slogan {
    line-height: 1.7em;
    font-size: 13px;
    margin-bottom: 42px;
  }
  footer .bnr-ft a {
    width: 220px;
  }
  footer .nav-footer {
    display: flex;
    margin-bottom: 38px;
  }
  footer .nav-footer li {
    position: relative;
  }
  footer .nav-footer li::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 18px;
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  footer .nav-footer li:first-child a {
    margin-left: 0;
  }
  footer .nav-footer li:last-child a {
    margin-right: 0;
  }
  footer .nav-footer li:last-child::before {
    content: none;
  }
  footer .nav-footer li.active a::before, footer .nav-footer li.active a::after {
    width: 50%;
  }
  footer .nav-footer li a {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    height: 30px;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--mincho);
    color: #fff;
    margin: 0 13px;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s;
    z-index: 1;
    padding-bottom: 2px;
    box-sizing: border-box;
  }
  footer .nav-footer li a:hover::before, footer .nav-footer li a:hover::after {
    width: 50%;
  }
  footer .nav-footer li a::before, footer .nav-footer li a::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0%;
    background: #c9171f;
    transition: all 0.3s ease-out;
    z-index: -2;
  }
  footer .nav-footer li a::before {
    left: 0;
  }
  footer .nav-footer li a::after {
    right: 0;
  }
  footer .group {
    display: flex;
    margin-bottom: 22px;
    margin-left: 10px;
  }
  footer .tel-ft {
    text-align: left;
    font-size: 11px;
    line-height: 1.6em;
    margin-bottom: 0;
    margin-right: 55px;
  }
  footer .tel-ft .tel-icon {
    font-size: 327.2727272727%;
    padding-left: 20px;
  }
  footer .tel-ft .tel-icon::before {
    width: 20px;
  }
  footer .nav-social {
    display: flex;
    align-items: center;
    margin-top: 8px;
  }
  footer .nav-social .list {
    display: flex;
    justify-content: center;
    position: relative;
    margin-right: 18px;
  }
  footer .nav-social .list li {
    width: 95px;
    height: 25px;
    margin-right: 0;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #fff;
  }
  footer .nav-social .list li:last-child {
    margin-right: 0;
    border-right: none;
  }
  footer .nav-social .list li:last-child a span {
    padding-left: 20px;
  }
  footer .nav-social .list li:last-child a span::before {
    background-image: url(../img/shared/icon_new.png);
    aspect-ratio: 38/36;
    width: 16px;
  }
  footer .nav-social .list li a {
    padding-top: 4px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
    font-family: var(--libre);
    letter-spacing: normal;
    color: #fff;
    background: #000;
    transition: all 0.3s ease;
  }
  footer .nav-social .list li a:hover {
    opacity: 0.8;
  }
  footer .nav-social .list li a span {
    position: relative;
    padding-left: 16px;
  }
  footer .nav-social .list li a span::before {
    content: "";
    position: absolute;
    background: url(../img/shared/icon_map_bw.png) no-repeat;
    background-position: center;
    background-size: contain;
    aspect-ratio: 22/32;
    width: 10px;
    height: auto;
    margin: auto 0;
    left: 0;
    top: 0;
    bottom: 3px;
  }
  footer .nav-social .btn-ins a {
    filter: brightness(1) invert(1);
    width: 30px;
    display: flex;
    align-items: center;
  }
  footer .nav-social .btn-ins a img {
    object-fit: contain;
    width: 100%;
  }
  footer .info {
    margin-bottom: 28px;
  }
  footer .info .txt {
    font-size: 15px;
    text-align: left;
    line-height: 2.34em;
  }
  footer .info .txt1 {
    margin-bottom: 0;
  }
  footer .info .txt2 {
    margin-bottom: 0;
  }
  footer .info .btn-map {
    margin-bottom: 0;
    display: inline-block;
    position: absolute;
    top: 140px;
    right: 27px;
  }
  footer .info .btn-map a {
    width: unset;
    height: unset;
    border: none;
    display: inline-block;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.05em;
    line-height: 1.8em;
  }
  footer .info .btn-map a:hover {
    color: #fff;
    border-bottom-color: transparent;
  }
  footer .info .btn-map a::before {
    content: none;
  }
  footer .info .btn-map a span {
    padding-left: 16px;
  }
  footer .info .btn-map a span::before {
    width: 11px;
  }
  footer #socialbuttons {
    margin-bottom: 7px;
  }
  footer .btn-copy {
    font-size: 13px;
    margin-bottom: 15px;
  }
  footer .btn-copy .copy {
    padding-right: 16px;
  }
  footer .btn-copy .copy::before {
    width: 14px;
    bottom: 3px;
  }
  footer address {
    font-size: 13px;
    letter-spacing: 0.15em;
  }
  footer address span {
    display: inline-block;
    margin-right: 47px;
  }
  footer address span a {
    padding-right: 10px;
  }
  footer address span a::before {
    width: 8px;
  }
  /*=============================================
  ***************** copyright ******************
  *=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80px;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
  }
  address span a:hover {
    text-decoration: underline;
  }
}
.txt_thanks {
  text-align: center;
  color: #000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  .over-img img:hover,
  img.over:hover,
  a:hover img:not(.btn):not(.non-over),
  button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }
  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
html {
  min-width: auto;
}

html a:hover {
  text-decoration: none;
}

html .wrap {
  padding: 0 6.66%;
  width: auto;
  max-width: 100%;
}

.sp {
  display: block;
}

.pc {
  display: none !important;
}

html #socialbuttons .social-line {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  html #socialbuttons .social-line {
    width: auto;
    overflow: hidden;
  }
  html .wrap {
    padding: 0;
    width: 1000px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 768px) {
  body {
    position: static !important;
    top: 0 !important;
    box-sizing: border-box;
  }
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.ob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.txt,
.txt1,
.txt2,
.txt3 {
  text-align: justify;
}

.ls-arrow .next-arrow,
.ls-arrow .prev-arrow {
  position: absolute;
  top: 24vw;
  aspect-ratio: 39/76;
  width: 20px;
  height: auto;
  z-index: 2;
}
.ls-arrow .prev-arrow {
  background: url(../img/shared/arrow_left.png) no-repeat;
  background-size: contain;
  right: calc(50% + 44vw);
}
.ls-arrow .next-arrow {
  background: url(../img/shared/arrow_right.png) no-repeat;
  background-size: contain;
  left: calc(50% + 44vw);
}
@media only screen and (min-width: 768px) {
  .ls-arrow .next-arrow,
  .ls-arrow .prev-arrow {
    transition: all 0.3s ease;
    top: 196px;
    width: 39px;
    cursor: pointer;
  }
  .ls-arrow .next-arrow:hover,
  .ls-arrow .prev-arrow:hover {
    opacity: 0.7;
  }
  .ls-arrow .prev-arrow {
    right: calc(50% + 626px);
  }
  .ls-arrow .next-arrow {
    left: calc(50% + 575px);
  }
}

.slick-dots {
  position: static;
  display: flex;
}
.slick-dots li {
  margin: 0 7px;
  width: 14px;
  height: 14px;
}
.slick-dots li button {
  box-sizing: border-box;
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button::before {
  content: none;
}
.slick-dots .slick-active button {
  background-color: #fff;
}

.bar {
  position: relative;
}
.bar::before {
  content: "";
  position: absolute;
  height: 1.3vw;
  background: url(../img/shared/main_bg2.jpg) repeat;
  background-position: center;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .bar::before {
    height: 10px;
  }
}

.btn-all a {
  margin: 0 auto;
  background: transparent;
  border: 1px solid #000;
  width: 250px;
  height: 55px;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.btn-all a::before {
  content: "";
  position: absolute;
  background: #ccc;
  width: 25px;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.btn-all a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform: scaleX(1);
  transform-origin: 50%;
  transition: all 0.3s ease-out;
  z-index: -2;
}

.en-all {
  font-family: var(--libre);
  font-size: 10.7vw;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1em;
}

.h2-all {
  font-size: 6.4vw;
  font-family: var(--mincho);
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.85em;
}

@media only screen and (min-width: 768px) {
  .btn-all a {
    letter-spacing: 0.25em;
    width: 290px;
    height: 60px;
    font-size: 15px;
  }
  .btn-all a::before {
    width: 24px;
  }
  .btn-all a:hover {
    color: #000;
  }
  .btn-all a:hover::before {
    background: #000;
  }
  .btn-all a:hover::after {
    transform: scaleX(0);
  }
  .en-all {
    font-size: 100px;
    letter-spacing: normal;
  }
  .h2-all {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  footer .left {
    left: -30px;
  }
  footer .right {
    padding-left: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .head-info .nav-h {
    left: 120px;
  }
  .head-info .right {
    right: 150px;
  }
  #head-key .logo {
    width: 150px;
  }
  .nav-header a.nav-main {
    font-size: 16px;
    margin: 0 8px;
  }
  .nav-header a.nav-main::after {
    right: -8px;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
