@charset "UTF-8";
html:not(.responsive) {
  min-width: 1000px;
  /* viewport */
}

@media screen and (max-width: 767px) {
  html.responsive {
    --paddingWrap: 4vw;
    --paddingWrap-negative: calc(var(--paddingWrap) * -1.1);
  }
}

/*=============================================
 * body
 *=============================================*/
body {
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #000;
}

@media screen and (max-width: 767px) {
  body.navOpen {
    overflow: hidden;
  }
  body.navOpen .menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  body.navOpen #ft_fixed {
    z-index: 0;
  }
  body.has_nav #ft_fixed {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 36px;
  }
}

/*=============================================
 * 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;
}

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

.wrap {
  width: 1000px;
}

@media all and (-ms-high-contrast: none) {
  p.btn a img, header .nav-fl a img {
    transition: opacity 0s ease !important;
    -moz-transition: opacity 0s ease !important;
    -webkit-transition: opacity 0s ease !important;
  }
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img {
    opacity: 1;
    transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -webkit-transform: translateX(0) translateZ(0);
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
}

@media screen and (max-width: 767px) {
  .wrap {
    width: auto;
    padding: 0 var(--paddingWrap);
  }
  .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc {
    display: none !important;
  }
  #pagetop {
    width: 50px;
    bottom: 90px;
    z-index: 99;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*=============================================
 * <header>
 *=============================================*/
.menu_toggle {
  height: 100vh;
  display: block;
  margin-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ff0000;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.menu_toggle nav a {
  display: block;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .menu_toggle {
    width: 100vw;
    padding-top: 75px;
    padding-bottom: 90px;
  }
  .menu_toggle .btn-line {
    margin-top: 5vw;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .menu_toggle {
    height: 70px;
    padding: 0;
    background: rgba(255, 0, 0, 0.9);
    -webkit-box-shadow: 0px 0px 12.35px 0.65px rgba(23, 13, 3, 0.24);
            box-shadow: 0px 0px 12.35px 0.65px rgba(23, 13, 3, 0.24);
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .menu_toggle .wrap {
    width: 1096px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu_toggle nav {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/*=============================================
 * <footer>
 *=============================================*/
footer .blk1 {
  padding: 6vw 0 10vw;
  background: #f3f3f3;
}

footer .blk1 .gr-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .blk1 .gr-bnr .bnr {
  width: 44vw;
  margin-top: 4vw;
}

footer .blk1 #socialbuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10vw;
}

footer .blk1 #socialbuttons .social-facebook {
  margin: 0 -8px 0 -6px;
}

footer .blk2 {
  padding: 10vw 0 35vw;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

footer .blk2 .privacy-policy {
  font-weight: 400;
  letter-spacing: 0.05em;
}

footer .blk2 address, footer .blk2 .cookies_link {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
}

footer .blk2 address {
  margin-top: 4vw;
  white-space: nowrap;
}

footer .blk2 .cookies_link {
  margin-top: 8vw;
}

@media screen and (min-width: 768px) {
  footer .blk1 {
    padding: 40px 0 50px;
  }
  footer .blk1 .gr-bnr {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -5px;
  }
  footer .blk1 .gr-bnr .bnr {
    width: 196px;
    margin: 10px 0 0 5px;
  }
  footer .blk1 #socialbuttons {
    margin-top: 75px;
    text-align: right;
  }
  footer .blk2 {
    padding: 9px 0 25px;
  }
  footer .blk2 address, footer .blk2 .cookies_link {
    font-size: 13px;
  }
  footer .blk2 address {
    margin-top: 1px;
  }
  footer .blk2 .cookies_link {
    margin-top: 15px;
  }
}

/*=============================================
 * nav-fixed
 *=============================================*/
.nav-fixed {
  height: 70px;
  background: rgba(255, 0, 0, 0.9);
  -webkit-box-shadow: 0px 0px 12.35px 0.65px rgba(23, 13, 3, 0.24);
          box-shadow: 0px 0px 12.35px 0.65px rgba(23, 13, 3, 0.24);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
}

.nav-fixed a {
  position: relative;
  text-decoration: none;
}

.nav-fixed nav {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .nav-fixed {
    height: 0;
    display: none;
  }
}

/*=============================================
 * ft_fixed
 *=============================================*/
#ft_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.ft_fixed_shared {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  text-align: center;
  width: 100%;
  border-top: 1px solid #fff;
  z-index: 100;
}

.ft_fixed_shared li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  color: #fff;
  background-color: #000;
  border-right: 1px solid #fff;
}

.ft_fixed_shared li:nth-child(2) {
  width: 50%;
}

.ft_fixed_shared li:last-child {
  border-right: 0;
}

.ft_fixed_shared li a {
  display: block;
  padding: 5px 0;
  font-size: 19px;
  position: relative;
}

.ft_fixed_shared li a:before {
  font-size: 12px;
}

.ft_fixed_shared li a:after {
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '\f105';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .has_nav footer:after {
    background: #000;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 8;
  }
  #ft_fixed {
    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) {
  .has_nav footer:after {
    background: #000;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 8;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 4.770833333333333), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
  .has_nav footer:after {
    background: #000;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 8;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

@media screen and (min-width: 768px) {
  .has_nav footer:after {
    display: none;
  }
}

/*=============================================
 * key
 *=============================================*/
#key {
  height: 141vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (min-width: 768px) {
  #key {
    height: 900px;
  }
}

/*=============================================
 * slick
 *=============================================*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/shared/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -30px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev:before, .slick-next:before {
  content: '';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-family: "fontello";
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  background-color: #b83a00;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev {
  left: 0;
}

.slick-prev:before {
  content: '\f104';
}

.slick-next {
  right: 0;
}

.slick-next:before {
  content: '\f105';
}

/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
  position: absolute;
  z-index: 5;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  color: transparent;
  outline: none;
  border-radius: 100%;
  border: 1px solid #ff0000;
  background: #fff;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background: #ff0000;
}
/*# sourceMappingURL=shared.css.map */