/** @format */

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

/*=============================================
 * body
 *=============================================*/
body {
  color: #e9e9e9;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  background: url("../img/shared/bg.jpg") repeat top center;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    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;
}

.fnt-notoserif {
  font-family: "Noto Serif JP", serif;
}

.fnt-notosan {
  font-family: "Noto Sans JP", sans-serif;
}

.fnt-shipmincho {
  font-family: "Shippori Mincho B1", serif;
}

/*=============================================
 * 
 *=============================================*/
.nav--opened {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.nav--opened #pagetop,
.nav--opened .fx-btn {
  z-index: -1;
  opacity: 0;
}

body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
  pointer-events: none !important;
  touch-action: none !important;
}

body.nav--opened .hamburger,
body.nav--opened #menu-toggle,
body.nav--opened #menu-toggle * {
  pointer-events: visible !important;
  touch-action: auto !important;
}

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

.wrap {
  max-width: 1000px;
  width: 100%;
  box-sizing: border-box;
}

a {
  display: block;
}

a:hover {
  text-decoration: none;
}

.dis-flex {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .dis-flex-pc {
    display: flex;
    justify-content: space-between;
  }
}
/*=============================================
 * <header>
 *=============================================*/
header {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}

#sidebar {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

header h1 {
  font-size: 13px;
  color: #8a8a8a;
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 4vw 0px 16vw 4%;
}

header .logo {
  position: relative;
  z-index: 2;
  width: 40%;
  margin: 8vw auto;
}

@media screen and (min-width: 768px) {
  header {
    position: relative;
    height: 900px;
  }
  header .header-left {
    position: absolute;
    top: 20px;
    left: 31px;
    z-index: 1;
    width: 385px;
  }

  .header-tel {
    margin-bottom: 20px;
  }

  header .header-left .header-tel span {
    font-size: 20px;
  }
  header .header-left .header-tel p:nth-child(1) {
    font-size: 16px;
  }
  header .header-left .header-tel p:nth-child(2) {
    font-size: 29px;
  }
  header .header-left .header-txt1 {
    font-size: 14px;
    line-height: 27px;
    padding: 7px 0px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    letter-spacing: 0;
    margin: 10px 0px 19px;
  }
  header .header-left .header-btn {
    width: 254px;
    margin: 0px 0px 20px;
    font-size: 16px;
    line-height: 52px;
  }
  header h1 {
    font-size: 14px;
    margin: 0px;
    width: 480px;
    position: absolute;
    left: 10%;
    bottom: 50px;
    line-height: 26px;
  }
  header .logo {
    margin: 0px 0px 98px;
    width: 167px;
  }
}
/*=============================================
 * nav-fixed
 *=============================================*/
.nav-fixed {
  background: rgba(0, 0, 0, 0.85);
  height: 90px;
  padding: 0;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: -100px;
  color: #fff;
  box-sizing: border-box;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .nav-fixed {
    height: 0px;
  }
}
.nav-fixed .nav_ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

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

.nav-fixed.fixed {
  position: fixed;
  top: 0;
}

.nav-fixed .wrap {
  height: 100%;
  align-items: center;
}

.nav-fixed ul {
  width: 570px;
}

.nav-fixed .navfix-box {
  width: 375px;
}
.nav-fixed .navfix-box .navfix-map {
  width: 150px;
  line-height: 52px;
  font-size: 16px;
  align-self: center;
  padding: 0px 20px;
}
.nav-fixed .navfix-box .navfix-map i {
  margin: 0px 8px;
}
.nav-fixed .navfix-box .navfix-tel {
  line-height: 20px;
  align-self: center;
}
.nav-fixed .navfix-box .navfix-tel p:nth-child(1) {
  font-size: 13px;
}
.nav-fixed .navfix-box .navfix-tel p:nth-child(2) {
  font-size: 22px;
}
.nav-fixed .navfix-box .navfix-tel span {
  font-size: 15px;
}

.nav-fixed ul li:last-child {
  padding-right: 0;
  border: none;
}

.nav-fixed ul li a {
  font-size: 16px;
  position: relative;
  display: block;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}
.nav-fixed ul li a span {
  font-size: 9px;
}

.nav-fixed ul li a:hover,
.nav-fixed ul li a.active {
  text-decoration: none;
  color: #e90000;
  transition: all 0.8s;
}

/*=============================================
 * key
 *=============================================*/
#key {
  position: relative;
  width: 100%;
}

#key .slide-fade,
#key .kv {
  height: 107vw;
}
#key .slide-fade p,
#key .kv p {
  height: 100%;
}

@media screen and (min-width: 768px) {
  #key .slide-fade,
  #key .kv {
    width: 100%;
    height: 900px;
  }
  #key .slide-fade p,
  #key .kv p {
    height: 100%;
  }
}
/*=============================================
 * hamburger
 *=============================================*/
.hamburger {
  z-index: 9999;
  position: relative;
  top: 0;
  right: 0px;
  color: #fff;
  background: #000;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border-right: none;
}

.hamburger:after {
  content: "MENU";
  display: block;
  position: absolute;
  top: 41px;
  bottom: 4px;
  left: 0;
  right: 0px;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  color: #fff;
}

.hamburger span {
  width: 34px;
  height: 1px;
  position: absolute;
  top: 22px;
  right: 0;
  left: 0;
  background-color: #fff;
  margin: auto;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger span:before,
.hamburger span:after {
  content: "";
  background: #fff;
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  transition: 0.15s ease;
}

.hamburger span:before {
  top: -6px;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger span:after {
  bottom: -6px;
  width: 34px;
  left: auto;
  right: 0px;
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.is-active:after {
  content: "CLOSE";
}

.hamburger.is-active span {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 2px;
}

.hamburger.is-active span:before {
  top: 0;
  opacity: 0;
  background: #fff;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  height: 2px;
}

.hamburger.is-active span:after {
  bottom: 0;
  width: 34px;
  background: #fff;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 2px;
}

@media only screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
/*=============================================
 * <menu-toggle>
 *=============================================*/
.menu-toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100% !important;
  top: 0px;
  right: 0;
  height: 100vh;
  overflow-y: scroll;
  color: #e9e9e9;
  z-index: 99;
  box-sizing: border-box;
  padding: 10vw 8% 50vw;
  background: #000;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.menu-toggle .gnav {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.menu-toggle .gnav ul {
  width: 45%;
}
.menu-toggle .gnav .menu-box {
  align-self: flex-end;
  width: 50%;
}

.menu-toggle .menu-sns {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 1vw;
}
.menu-toggle .menu-sns p {
  vertical-align: bottom;
  align-self: self-end;
}
.menu-toggle .menu-sns a {
  width: 36px;
}

.menu-toggle .menu-btn-map {
  width: 100%;
  font-size: 14px;
  margin: 6vw 0px 2vw;
}
.menu-toggle .menu-btn-map i {
  display: inline-block;
  width: 14px;
  margin: 0px 13px;
}

.menu-toggle .menu-tel {
  text-align: center;
  margin: 12vw 0px 0px;
}
.menu-toggle .menu-tel p:nth-child(1) {
  font-size: 5vw;
}
.menu-toggle .menu-tel p:nth-child(2) {
  font-size: 8vw;
}
.menu-toggle .menu-tel span {
  font-size: 6.5vw;
}

.menu-toggle .header-btn-english {
  margin: 8vw auto 0px;
}

.menu-toggle .gnav li a {
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  box-sizing: border-box;
  position: relative;
  padding: 3vw 5%;
  text-align: left;
}
.menu-toggle .gnav li a span {
  font-size: 10px;
}

.menu-toggle .gnav li a:hover,
.menu-toggle .gnav li a.active {
  text-decoration: none;
  color: #e90000;
  transition: all 0.8s;
}

@media only screen and (min-width: 768px) {
  .menu-toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    position: absolute;
    top: 0px;
    right: 0px;
    left: auto;
    height: 100%;
    display: block;
    z-index: 1;
    background: rgba(0, 0, 0, 0.85);
    overflow-y: unset;
    overflow-x: unset;
    width: 300px !important;
    padding: 52px 50px 0px;
    text-align: left;
    color: #fff;
  }
  .menu-toggle .gnav {
    display: block;
  }
  .menu-toggle .gnav ul {
    width: 100%;
  }
  .menu-toggle .gnav .menu-box {
    align-self: flex-end;
    width: auto;
  }
  .menu-toggle .gnav li {
    text-align: right;
    border: none;
    margin: 0px 0px 0px 30px;
  }
  .menu-toggle .gnav li a {
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 34px;
    padding: 0px;
    text-align: left;
  }
  .menu-toggle .gnav li a span {
    font-size: 9px;
  }
  .menu-toggle .menu-sns {
    position: absolute;
    top: 227px;
    left: 50px;
    font-size: 14px;
    width: 167px;
    padding-bottom: 4px;
  }
  .menu-toggle .menu-btn-map {
    width: 190px;
    font-size: 16px;
    line-height: 50px;
    margin: 46px 0px 0px;
  }
}
.navOpen #menu-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.navOpen #menu-toggle li {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.hamburger.is-active {
  position: relative;
}

/*=============================================
 * <footer>
 *=============================================*/
#footer {
  color: #fff;
  box-sizing: border-box;
}
#footer .footer-1 {
  background: url("../img/shared/footer_bg.png") no-repeat top center/100%, url("../img/shared/bg2.jpg") repeat top center;
  padding: 20vw 0px;
  color: #000;
}
#footer .footer-1 .footer-logo {
  width: 40%;
  margin: 0px auto 6vw;
}
#footer .footer-1 .footer-tel {
  text-align: center;
}
#footer .footer-1 .footer-tel span {
  font-size: 6.5vw;
}
#footer .footer-1 .footer-tel p:nth-child(1) {
  font-size: 5vw;
}
#footer .footer-1 .footer-tel p:nth-child(2) {
  font-size: 8vw;
}
#footer .footer-1 .footer-txt1 {
  padding: 2vw 0px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 90%;
  margin: 4vw auto 6vw;
  text-align: center;
}
#footer .footer-1 .footer-btn {
  margin: 0px auto;
}
#footer .footer-1 .footer-box1 {
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 6vw 5%;
  margin: 8vw 0px 10vw;
}
#footer .footer-1 .footer-box1 .footer-txt2 {
  font-size: 4.5vw;
  letter-spacing: 0.25em;
  text-align: center;
  position: relative;
}
#footer .footer-1 .footer-box1 .footer-txt2::before {
  content: "▼";
  position: absolute;
  top: 10vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
}
#footer .footer-1 .footer-box1 .footer-txt3 {
  margin: 16vw 0px 0px;
}
#footer .footer-1 .footer-list dl {
  padding-bottom: 4vw;
  border-bottom: 1px solid #7f7f7f;
  margin: 0px 0px 2vw;
}
#footer .footer-1 .footer-list dl dt {
  width: 24%;
}
#footer .footer-1 .footer-list dl dd {
  width: 76%;
}
#footer .footer-1 .footer-line {
  margin: 8vw 8% 0px;
}
#footer .footer-1 .footer-line .line-txt {
  text-align: center;
  margin: 0px 0px 2vw;
}
#footer .footer-2 {
  background: url("../img/shared/footer_img.jpg") center/cover;
  width: 100%;
  height: 50vw;
}
#footer #gmap #map iframe {
  width: 100%;
  height: 480px;
}
#footer #gmap .list-btn {
  box-sizing: border-box;
  margin: 8vw 0px 0px;
}
#footer #gmap .list-btn .btn-link {
  margin: 0px auto 4vw;
}
#footer .footer-3 {
  background: url("../img/shared/bg3.jpg") repeat top center;
  padding: 10vw 0px 20vw;
}

#footer .list-cookies {
  margin: 0vw 0px 8vw;
}

#footer .cookies_link a {
  text-decoration: none;
}

#footer .cookies_link a:hover {
  text-decoration: underline;
}

#footer .btnprintmap:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  #footer .footer-1 {
    padding: 153px 0px 116px;
  }
  #footer .footer-1 .footer-logo {
    width: 249px;
    margin: 0px auto 36px;
  }
  #footer .footer-1 .footer-btn-insta {
    width: 36px;
    position: absolute;
    top: 195px;
    right: 317px;
  }
  #footer .footer-1 .footer-tel {
    line-height: 40px;
    margin-bottom: 30px;
  }
  #footer .footer-1 .footer-tel span {
    font-size: 30px;
  }
  #footer .footer-1 .footer-tel p:nth-child(1) {
    font-size: 20px;
  }
  #footer .footer-1 .footer-tel p:nth-child(2) {
    font-size: 39px;
  }
  #footer .footer-1 .footer-txt1 {
    width: 390px;
    line-height: 27px;
    font-size: 14px;
    padding: 9px 0px;
    margin: 17px auto 50px;
    text-align: center;
  }
  #footer .footer-1 .footer-box1 {
    padding: 43px 56px;
    align-items: center;
    margin: 45px 0px 88px;
  }
  #footer .footer-1 .footer-box1 .footer-txt2 {
    text-align: left;
    font-size: 25px;
    line-height: 40px;
  }
  #footer .footer-1 .footer-box1 .footer-txt2::before {
    content: "▶";
    top: 50%;
    left: auto;
    right: -70px;
    transform: translateY(-50%);
  }
  #footer .footer-1 .footer-box1 .footer-txt3 {
    width: 500px;
    margin: 0px;
  }
  #footer .footer-1 .footer-list dl {
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 20px;
    margin: 0px 0px 9px;
  }
  #footer .footer-1 .footer-list dl dt {
    width: 196px;
  }
  #footer .footer-1 .footer-list dl dd {
    width: calc(100% - 196px);
  }
  #footer .footer-1 .footer-line {
    flex-direction: row-reverse;
    width: 272px;
    margin: 33px 0px 0px auto;
    align-items: end;
  }
  #footer .footer-1 .footer-line .line-txt {
    line-height: 25px;
    text-align: left;
    margin: 0px;
  }
  #footer .footer-2 {
    height: 700px;
  }
  #footer #gmap #map {
    width: calc(100% - 390px);
    height: 610px;
  }
  #footer #gmap #map iframe {
    height: 610px;
  }
  #footer #gmap .list-btn {
    width: 390px;
    align-self: flex-end;
  }
  #footer #gmap .list-btn .btn-link {
    margin: 0px auto 50px;
  }
  #footer #gmap .list-btn .list-btn-box .btn-link {
    margin: 0px auto 2px;
  }
  #footer #gmap .list-btn .list-btn-box .btnprintmap {
    width: 170px;
    margin: 0px 48px 20px auto;
  }
  #footer .footer-3 {
    padding: 31px 0px 64px;
  }
  #footer .footer-3 .footer-nav {
    width: 680px;
    margin: 0px 0px 32px 26px;
  }
  #footer .footer-3 .footer-nav ul li {
    position: relative;
  }
  #footer .footer-3 .footer-nav ul li::before {
    content: "／";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -28px;
  }
  #footer .footer-3 .footer-nav ul li a:hover {
    opacity: 0.8;
  }
  #footer .footer-3 .footer-nav ul li:last-child::before {
    display: none;
  }
  #footer .list-cookies {
    margin: 0px 0px 0px 26px;
    font-weight: 400;
  }
  #footer .cookies_link a {
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 50px);
    z-index: 9;
  }
}
/*=============================================
 * <access-box>
 *=============================================*/
.acces-box {
  text-align: center;
  font-size: 12px;
  line-height: 2;
  padding-top: 10vw;
}

.acces-box dt {
  position: relative;
  font-size: 5.1vw;
  line-height: 3;
  margin-bottom: 5vw;
}

.acces-box dt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #a1a1a1;
  height: 1px;
  width: 26.38%;
}

@media only screen and (min-width: 768px) {
  .acces-box {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 367px;
    font-size: 13px;
    line-height: 28px;
  }
  .acces-box dt {
    font-size: 18px;
    line-height: 54px;
    margin-bottom: 13px;
    letter-spacing: 2.5px;
  }
  .acces-box dt:before {
    width: 104px;
  }
}
/*=============================================
 * <access-info>
 *=============================================*/
.access-info {
  text-align: center;
}

.access-info dl {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.54;
}

@media only screen and (min-width: 768px) {
  .access-info {
    width: 562px;
    text-align: left;
  }
  .access-info dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 25px;
    margin-bottom: 25px;
  }
  .access-info dt {
    width: 168px;
  }
  .access-info dd {
    width: calc(100% - 168px);
  }
}
@media screen and (min-width: 768px) {
  .footerL {
    width: 350px;
    padding: 6px 0 0 5px;
    margin-right: 83px;
  }
}
#gmap {
  width: 100%;
  padding: 0px 0px 12vw;
}
#gmap .list-btn .btn-sec {
  margin: 8vw auto 0px;
}
@media screen and (min-width: 768px) {
  #gmap {
    padding: 0px;
  }
}

.btn_access {
  padding-top: 10vw !important;
  padding-bottom: 10vw !important;
}

@media screen and (min-width: 768px) {
  .btn_access {
    max-width: 780px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 58px auto 67px;
    align-items: flex-start;
    padding: 0 !important;
    justify-content: space-between;
  }
  .btn_access li {
    width: 48%;
  }
  .btn_access .btn-link {
    height: 71px;
    font-size: 20px;
    width: 100%;
  }
  .btn_access .gmap_print {
    text-align: right;
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }
}
/*=============================================
 * footerB
 *=============================================*/
address,
.cookies_link a {
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0px 0px 2vw;
}

@media only screen and (min-width: 768px) {
  address,
  .cookies_link a {
    font-size: 15px;
    line-height: 43px;
    text-align: left;
    margin: 0px;
    font-weight: 400 !important;
  }
  #socialbuttons {
    margin: 0px 26px 0px;
    align-self: end;
  }
}
.cookies_link {
  text-align: center;
}

.cookies_link a {
  line-height: 1.5;
  text-decoration: underline;
}

.cookies_link a:hover {
  text-decoration: none;
}

.footer_nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 4.78% 8vw;
  line-height: 2.43;
}

.footer_nav ul {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .footer_nav {
    justify-content: center;
    line-height: 35px;
    margin-bottom: 27px;
  }
  .footer_nav ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  .footer_nav ul li:not(:first-child):before,
  .footer_nav ul ul:nth-child(2) li:first-child:before {
    content: "|";
    display: inline-block;
    padding-left: 24px;
    padding-right: 24px;
  }
}
/*====================== ft_fixed ====================== */
#ft_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  font-size: 12px;
  color: #fff;
  display: flex;
  z-index: 10;
}

#ft_fixed .fixed-gr p {
  height: 60px;
}
#ft_fixed .fixed-gr p img {
  -o-object-fit: cover;
  object-fit: cover;
}

#ft_fixed .fixed-gr {
  width: calc(100% - 60px);
}

/* 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: url("../img/shared/bg3.jpg") repeat top center;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 110px);
  }
}
/* 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: url("../img/shared/bg3.jpg") repeat top center;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 110px);
  }
}
/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2),
  only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3),
  only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  footer:after {
    background: url("../img/shared/bg3.jpg") repeat top center;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 110px);
  }
}
.navOpen #ft_fixed {
  z-index: 999;
}

@media screen and (min-width: 768px) {
  footer::after {
    display: none;
  }
}
/*=============================================
 * setup
 *=============================================*/
@media screen and (min-width: 768px) {
  .sp,
  #ft_fixed {
    display: none !important;
  }
  .dis_flex_pc {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  #pagetop {
    width: 15.7%;
    max-width: 80px;
    bottom: 24vw;
  }
}
.dis_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/*=============================================
 * slick
 *=============================================*/
button {
  border: none;
  cursor: pointer;
}

.slick-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
}

.slick-dots li {
  width: 21px;
  height: 2px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.slick-dots li:not(:first-child) {
  margin-left: 4px;
}

.slick-slide > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/*=============================================
 * parallax
 *=============================================*/
.bg_parallax2 {
  position: relative;
  padding-top: 80%;
  z-index: 0;
}

.img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.img_parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

/*=============================================
 * toggle
 *=============================================*/
.toggle-link {
  padding-bottom: 5vw;
}

.toggle-link span {
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #000 transparent transparent transparent;
}

.toggle.active .toggle-link span {
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #000 transparent;
}

/*=============================================
 * menu-list
 *=============================================*/
.menu-list {
  margin-bottom: 42px;
  line-height: 1.47;
}

.menu-list dl {
  border-bottom: 1px solid #c6c3bc;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 0.7em 0;
}

.menu-list dl dd {
  text-align: right;
}

.menu-list h3 {
  background: #000;
  text-align: center;
  color: #fff;
  line-height: 2.87;
  margin-bottom: 8px !important;
}

.menu-list h4 {
  text-align: center;
  font-size: 18px;
  margin-top: 30px !important;
  margin-bottom: 7px !important;
}

@media screen and (max-width: 767px) {
  .toggle-main .menu-list {
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .toggle-link {
    display: none;
  }
  .toggle-main {
    display: flex !important;
  }
  .menu-col {
    width: 320px;
  }
  .menu-col:not(:first-child) {
    margin-left: 20px;
  }
  .menu-col h3 {
    font-size: 18px;
  }
  .menu-list dl dt {
    width: 207px;
    letter-spacing: 2px;
  }
  .menu-list p {
    letter-spacing: 2.3px;
    margin-top: 13px;
  }
}
#socialbuttons {
  display: flex;
  justify-content: center;
}

#socialbuttons * {
  margin: 0px;
}

@media screen and (min-width: 768px) {
  #socialbuttons .social-twitter,
  #socialbuttons .social-facebook,
  #socialbuttons .social-line {
    margin: 0px 12px;
  }
}
.btn-link {
  position: relative;
  width: 80%;
  background: url("../img/shared/bg3.jpg") repeat top center;
  color: #fff;
  font-size: 5vw;
  line-height: 3;
  padding: 0px 5%;
  cursor: pointer;
  box-sizing: border-box;
}

.btn-link::before {
  content: url("../img/shared/arrow.png");
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  transition: all 0.6s;
}

.btn-link:hover::before {
  right: 2%;
  transition: all 0.6s;
}

.btn-link.red {
  background: url("../img/shared/bg_btnred.jpg") repeat top center;
}

.btn-link.white {
  background: url("../img/shared/bg2.jpg") repeat top center;
  color: #000;
}

.btn-link.white::before {
  content: url("../img/shared/arrow_black.png");
}

.btn-link:has(.copied) {
  pointer-events: none;
}

.btn-link:has(.copied)::before {
  right: 6%;
}

.btn-link a,
.btn-link span {
  width: 100%;
  height: 100%;
  display: block;
}

.btn-link.bg-none {
  background: none;
  border: 1px solid #e9e9e9;
}

@media screen and (min-width: 768px) {
  .btn-link {
    font-size: 18px;
    width: 295px;
    line-height: 64px;
    padding: 0px 30px;
  }
  .btn-link::before {
    right: 22px;
  }
  .btn-link:hover::before {
    right: 16px;
  }
  .btn-link:has(.copied)::before {
    right: 22px;
  }
}
.btn-fixed {
  width: 52px;
  height: 195px;
  position: fixed;
  top: 120px;
  right: 0px;
  z-index: -1;
  line-height: 52px;
  padding: 20px 0px !important;
  transition: all 0.6s;
}
.btn-fixed::before {
  top: 75%;
  transform: none;
  right: 1px;
}
.btn-fixed:hover::before {
  right: -3px;
}

.has_nav .btn-fixed {
  z-index: 10;
  transition: all 0.6s;
}

.money {
  font-size: 5.5vw !important;
}
.money span {
  font-size: 4.5vw !important;
}

@media screen and (min-width: 768px) {
  .money {
    font-size: 25px !important;
  }
  .money span {
    font-size: 18px !important;
  }
}
.btn-sec {
  display: block;
  position: relative;
  box-sizing: border-box;
}
.btn-sec::before {
  transition: all 0.6s;
}
.btn-sec::hover {
  transition: all 0.6s;
  text-decoration: none;
}
.btn-sec::hover::before {
  right: 4% !important;
}
@media screen and (min-width: 768px) {
  .btn-sec:hover::before {
    right: 50px !important;
  }
} /*# sourceMappingURL=shared.css.map */
