@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
  color: #fff;
  font-family: 'Zen Kaku Gothic New';
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 1.2px;
  background: url(../img/shared/pt1.jpg);
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 500;
  text-align: justify;
}

@media screen and (min-width:768px) {
  body {}
}

/*=============================================
 * 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-shippori {
  font-family: 'Shippori Mincho';
}

/*=============================================
*************** mobie first header ************
*=============================================*/
header h1 {
  font-size: 12px;
  padding: 5px;
  width: 60%;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 5px;
  line-height: 24px;
  z-index: 1;
  display: none;
}

header .logo {
  width: 30%;
  max-width: 150px;
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  z-index: 1;
}

.hamberger-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  z-index: 201;
  overflow: hidden;
  background: #222222;
}

.hamberger-btn::after {
  font-family: 'Shippori Mincho';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
  content: "メニュー";
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 1px;
}

.hamberger-btn span {
  width: 35px;
  height: 2px;
  position: absolute;
  top: 42%;
  transform: translate3D(-50%, -50%, 0);
  left: 50%;
  background: #fff;
}

.hamberger-btn span::before, .hamberger-btn span::after {
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
}

.hamberger-btn span::after {
  top: -10px;
}

.hamberger-btn span::before {
  top: 10px;
}

.menu-open .hamberger-btn span {
  transform: rotate(141deg) translateX(20px);
  top: 12px;
  left: 46%;
}

.menu-open .hamberger-btn span::after {
  transform: rotate(-105deg) translateX(0px);
  top: 0;
}

.menu-open .hamberger-btn::after {
  content: "閉じる";
}

.menu-open .hamberger-btn span::before {
  opacity: 0;
}

.nav-header {
  width: 100%;
  height: 100%;
  background: rgb(1 1 1 / 93%);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.menu-open .nav-header {
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
}

.nav-header .logo-menu {
  position: absolute;
  right: calc(50% + 40px);
  top: 100px;
  width: 30%;
  max-width: 80px;
}

.nav-header .nav-up {
  padding-top: 100px;
  width: 50%;
  margin-left: auto;
}

.nav-header .nav-1 {
  margin-bottom: 40px;
}

.nav-header .nav-1 a.nav-main {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 32px;
  display: block;
}

.nav-header .nav-1 a.nav-main.active {
  opacity: 0.7;
}

.nav-header .nav-2 a.nav-main {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.nav-header .nav-2 a.nav-main.active {
  opacity: 0.7;
}

.nav-header .nav-3 {
  padding-top: 30px;
  border-top: 1px solid #fff;
  max-width: 350px;
  width: 80%;
  margin: 30px auto 0;
}

.nav-header .nav-3 li a.nav-main {
  display: block;
  padding: 0 20px;
  font-size: 18px;
}

.nav-header .nav-tel{
display:flex; 
justify-content:center;
margin-top:20px;
text-decoration: none;
font-size:15pt;
}

.nav-header .nav-tel span{
  font-size:12pt;
  margin-right:10px;
}

.nav-header .tel-link{
display:inline-block;
border:1px solid #626262;
padding:6px 24px;
color:#fff;
}

.head-info {
  display: none;
}

#key-box {
  height: 650px;
}

#key-box .keyvisual li {
  height: 650px;
}

#key-box .keyvisual li img {
  height: 650px;
  object-fit: cover;
}


#pagetop {
  bottom: 55px;
  width: 50px;
  z-index: 98;
}

/*=============================================
*************** mobie first footer ************
*=============================================*/
footer {
  padding: 50px 0 100px;
  background: url(../img/shared/bg_ft_sp.jpg) no-repeat center center/cover;
  min-height: 600px;
  box-sizing: border-box;
}

footer .logo {
  position: absolute;
  right: 40px;
  top: 50px;
  width: 70px;
}

footer .page-top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding-bottom: 80px;
  writing-mode: vertical-lr;
  height: max-content;
  font-size: 14px;
}

footer .page-top:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.6s ease;
}

footer .page-top::before {
  content: '';
  background: #7d7c7c;
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
  h1 {
    font-size: calc(14vw * var(--scale));
    letter-spacing: 2em;
  }

h2{
  letter-spacing: 0.25em;
}

/*=============================================
***************** CSS FOR PC ***************
*=============================================*/
@media only screen and (min-width: 768px) {

  /*=============================================
  ******************** header ******************
  *=============================================*/
  h1 {
    font-size:72px;
  }

  .wrap {
    padding-left: 170px;
  }

  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }

  header .logo {}

  .js-scroll {
    display: flex;
    justify-content: flex-start;
  }

  .nav-tel-pc{
  display: flex;
  margin-top: 10px;
  padding-left: 15px;
  }

  .nav-tel-pc a{
  display:inline-block;
  border:1px solid #626262;
  padding:10px 16px;
  line-height: 1.7;
  }

  /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
  .nav-header {
    opacity: 1;
    visibility: visible;
    transition: none;
    height: auto;
    display: none;
  }



  /*=============================================
 ******************* keyvisual ****************
 *=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
  }

  #key-box {
    width: 100%;
    height: 850px;
    overflow: hidden;
  }

  #key-box .keyvisual li {
    height: 850px;
  }

  #key-box .keyvisual li img {
    height: 850px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 80%;
  }

  .head-info {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background: rgb(0 0 0 / 75%);
    z-index: 999;
    width: 160px;
    transition: 0.5s;
  }

  .head-info.hide {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .head-info .logo-nav {
    width: 65px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 50px;
  }

  .head-info .nav-h1 {
    padding-left: 25px;
    margin-bottom: 50px;
  }

  .head-info .nav-h1 a.nav-main {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .head-info .nav-h2 {
    padding-left: 25px;
  }

  .head-info .nav-h2 a.nav-main {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .head-info a.nav-main:hover,
  .head-info .nav-h1 a.nav-main.active {
    opacity: 0.7;
    transition: opacity 0.6s ease;
  }

  #feed .row .photo span:hover {
    opacity: 0.7;
  }

  #feed dl dd a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  /*=============================================
 ******************* footer *******************
 *=============================================*/
  footer {
    background: url(../img/shared/footer_bg.jpg) no-repeat center center / cover;
  }

  footer .wrap {
    padding-left: 0 !important;
  }

  footer .logo {
    top: auto;
    bottom: 70px;
    right: 70px;
    width: 65px;
  }

  footer .nav-ft1 {
    position: relative;
    margin-right: 25px;
    padding-right: 25px;
  }

  footer .nav-ft1::after {
    content: '';
    background: #a4a4a3;
    width: 2px;
    height: 20px;
    right: 0;
    top: 7px;
    position: absolute;
  }

  footer .nav-ft1 li a {
    font-size: 16px;
    padding: 0 15px;
  }

  footer .nav-ft2 li a {
    font-size: 14px;
    padding: 0 15px;
  }

  footer li a:hover {
    opacity: 0.7;
    cursor: pointer;
    transition: opacity 0.6s ease;
  }

  footer .page-top {
    left: calc(50% + 15px);
  }

  /*=============================================
***************** copyright ******************
*=============================================*/
  #socialbuttons {
    max-width: 350px;
  }

  address span {
    display: block;
  }

  address a:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px;
  }



  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }

  #pagetop:hover {
    opacity: 0.7;
    transition: opacity 0.6s ease;
  }
}

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: "fontello";
  z-index: 98;
  border-radius: 50%;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  background: url("../img/shared/prev.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}

.slick-prev:before {
  content: '';

}

[dir='rtl'] .slick-prev:before {
  content: '▶';
  color: #fff;
}

.slick-next {
  right: 0;
  background: url("../img/shared/next.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}

.slick-next:before {
  content: '';
  color: #fff;
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  background: #fff;
  border-radius: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #b10505;
}

.dot_right .slick-dots {
  text-align: right;
}

.dot_left .slick-dots {
  text-align: left;
}

.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);

  }
}

@keyframes slidein {
  from {
    background-position: 0 0
  }

  to {
    background-position: -2000vw 0
  }
}

@keyframes rotate-loader {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@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 .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .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: .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;
  }
}

/* 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: transparent;
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 90;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

/* 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: transparent;
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 90;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

/* 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: transparent;
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 90;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

@media screen and (min-width:768px) {
  footer:after {
    display: none;
  }
}

@media (min-width:768px) and (max-width:1499px) {
  .head-info .logo-nav {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .head-info .nav-h1 a.nav-main {
    margin-bottom: 5px;
  }

  .head-info {
    width: 145px;
  }

  .head-info .nav-h1 {
    padding-left: 15px;
    margin-bottom: 25px;
  }

  .head-info .nav-h2 {
    padding-left: 15px;
  }
}

@media (min-width:768px) and (max-height:720px) {
  .head-info .nav-h1 a.nav-main {
    margin-bottom: 5px;
  }

  .head-info .logo-nav {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .head-info .nav-h1 {
    margin-bottom: 25px;
  }

}