@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 28px;
  background: url(../img/shared/pt1_sp.jpg);
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 42px;
    background: url(../img/shared/pt1.jpg);
    letter-spacing: 1.6px;
  }
}

/*=============================================
 * 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;
  width: 80%;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 10%;
  top: 165vw;
  line-height: 24px;
  z-index: 1;
}

header .logo {
  width: 60%;
  max-width: 200px;
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  z-index: 1;
}

.nav-header {
  width: 100%;
  height: 100%;
  background: url(../img/shared/pt1.jpg);
  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 .nav {
  display: block;
  padding-top: 15%;
  height: auto;
}

.nav-header a.nav-main {
  padding: 5px 20px;
  font-size: 20px;
  width: max-content;
  margin: 0 auto 15px;
  text-align: center;
  justify-content: center;
  display: flex;
  box-sizing: border-box;
  font-weight: 600;
}

.nav-header a.nav-main.active {
  position: relative;
}
.nav-header a.nav-main.active::before {
  content: "";
  background: #000;
  height: 1px;
  width: 45px;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.nav-header .tel-t2 {
  border-top: 1px solid #c5bca8;
  border-bottom: 1px solid #c5bca8;
  padding: 20px 0;
  width: calc(100% - 20px);
  margin: 40px auto 100px;
}
.nav-header .btn_web{
    margin-left: 55px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.head-info {
  margin-right: 0px;
  display: none;
}
#key-box .keyvisual {
  padding: 5px;
}
#key-box .keyvisual li {
  height: 180vw;
}

#key-box .keyvisual li img {
  height: 180vw;
  object-fit: cover;
}
#key-box .keyvisual li.slide-02 img {
  object-position: 60% 50%;
}
#key-box .keyvisual li.slide-03 img {
  object-position: 82% 50%;
}
#fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: #fff;
    z-index: 99;
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  #fixed-sp ul {
    display: flex;
    background: url(../img/shared/fixed_pt.jpg);
  }

  #fixed-sp ul li {
    width: calc(100% / 4);
    height: 65px;
    border-right: 1px solid #000;
  }

  #fixed-sp ul li:nth-child(3) {
    color: #000;
    background: url(../img/shared/fixed_pt2.jpg);
  }

  #fixed-sp ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    text-align: center;
  }

  #fixed-sp ul li a span {
    width: 100%;
  }

  #fixed-sp ul li:first-child {
    position: relative;
  }

  #fixed-sp ul li a span:first-child {
    margin-bottom: -10px;
  }

  #fixed-sp ul li:nth-child(1) a img {
    width: 18px;
  }

  #fixed-sp ul li:nth-child(2) a img {
    width: 20px;
  }

  #fixed-sp ul li:nth-child(3) a img {
    width: 15px;
  }

.hamberger-btn {
  background: url(../img/shared/fixed_pt2.jpg);
  position: relative;
  height: 65px;
}

.hamberger-btn span {
  width: 40px;
  height: 2px;
  position: absolute;
  top: 35%;
  transform: translate3D(-50%, -50%, 0);
  left: 50%;
  background: #00011e;
}

.hamberger-btn span::before,
.hamberger-btn span::after {
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #00011e;
  content: "";
}

.hamberger-btn span::after {
  top: -9px;
}

.hamberger-btn span::before {
  top: 9px;
}

.menu-open .hamberger-btn {
  background: url(../img/shared/pt1.jpg);
}

.menu-open .hamberger-btn span {
  transform: rotate(160deg) translateX(20px);
  top: 15px;
}

.menu-open .hamberger-btn span::after {
  transform: rotate(-140deg) translateX(0px);
  top: 0;
}

.menu-open .hamberger-btn span::before {
  opacity: 0;
}

.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 9px;
  content: "MENU";
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
}


.menu-open .hamberger-btn::after{
  content: "CLOSE";
  color: #000;
}
#pagetop {
  bottom: 75px;
  width: 50px;
  z-index: 98;
}
#pagetop img {
  border-radius: 50vw;
}
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;
}
/*=============================================
*************** mobie first footer ************
*=============================================*/
footer {
  color: #fff;
  padding: 50px 0 120px;
  background:
    url(../img/shared/ft_bg_sp.jpg) no-repeat center top/100%,
    #222222;
}
footer .logo {
  width: 200px;
  margin: 0 auto 10px;
}
footer .ft-desc {
  text-align: center;
  margin-bottom: 40px;
}
footer .ft-banner {
  width: 250px;
  margin: 0 auto 40px;
}
#socialbuttons {
  margin-bottom: 20px;
}
footer .btn-link span {
  display: block;
  width: max-content;
  margin: 0 auto 15px;
  padding-right: 20px;
  letter-spacing: 2px;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 1.5px;
  position: relative;
}
footer .btn-link span::after {
  content: "";
  background: url(../img/shared/icon_url.png) no-repeat 0 0/100%;
  width: 16px;
  height: 16px;
  right: 0;
  top: 6px;
  position: absolute;
}
footer .btn-cookie a {
  display: block;
  width: max-content;
  margin: 0 auto 15px;
  padding-right: 20px;
  letter-spacing: 1.5px;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 2px;
  position: relative;
}
footer .btn-cookie a::after {
  content: "";
  background: url(../img/shared/icon_cookie.png) no-repeat 0 0/100%;
  width: 16px;
  height: 16px;
  right: 0;
  top: 6px;
  position: absolute;
}
footer address {
  font-size: 12px;
  letter-spacing: 1.5px;
  margin-bottom: 50px;
}
footer .page-top {
  width: 50px;
  margin: 0 auto;
}
/*=============================================
***************** CSS FOR PC ***************
*=============================================*/
@media only screen and (min-width: 768px) {
  /*=============================================
  ******************** header ******************
  *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }

  header .logo {
    width: auto;
    max-width: 100%;
    left: 50px;
    transform: translateX(0);
    top: 65px;
  }

  header h1 {
    font-size: 12px;
    writing-mode: vertical-lr;
    left: auto;
    right: 30px;
    top: 300px;
    height: max-content;
    width: max-content;
  }

  .js-scroll {
    display: flex;
    justify-content: flex-start;
  }

  /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
  .nav-header {
    opacity: 0;
    visibility: hidden;
    transition: none;
    height: auto;
    z-index: 99;
    background: url(../img/shared/nav_pt.jpg);
    display: flex;
    justify-content: space-between;
    box-shadow: 1px 1px 5px 5px rgb(0 0 0 / 5%);
    transition: 0.5s;
  }

  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
    transition: 0.5s;
  }

  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    max-width: 1000px;
    padding-top: 0;
    width: auto;
    margin: auto;
    padding-left: 30px;
  }

  .nav-header a.nav-main {
    position: relative;
    align-items: center;
    padding: 5px;
    margin: 0 12px;
    font-size: 16px;
  }
  .nav-header a.nav-main::before {
    display: none;
  }

  .nav-header a.nav-main::after {
    width: 0%;
    height: 1px;
    background: #000;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 5%;
    transition: all 0.4s ease;
    display: block;
  }

  .nav-header li a.nav-main.active::after,
  .nav-header li:hover a.nav-main::after {
    width: 90%;
  }
  .nav-header .tel-t2 {
    width: 280px;
    padding: 10px 0 30px;
    border-top: none;
    border-bottom: none;
    margin: 0;
    background: #222222;
    color: #fff;
  }
  .nav-header .tel-t2 dt > span {
    font-size: 13px;
    margin-bottom: -10px;
    letter-spacing: 1px;
  }
  .nav-header .tel-t2 dt .tel-icon {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .nav-header .tel-t2 dd {
    display: none;
  }
  .nav-header .tel-t2 dt img {
    width: 16px;
    filter: contrast(0%) brightness(2);
  }
  /*=============================================
 ******************* keyvisual ****************
 *=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
  }

  #key-box {
    width: 100%;
    height: 900px;
    overflow: hidden;
  }
  #key-box .keyvisual {
    padding: 10px;
  }
  #key-box .keyvisual li {
    height: 900px;
  }

  #key-box .keyvisual li img {
    height: 900px;
    width: 100%;
  }

  .head-info {
    display: block;
  }
  .nav-h {
    width: 345px;
    position: absolute;
    right: 135px;
    top: 60px;
    display: flex;
    justify-content: space-between;
  }
  .nav-h li a {
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 18px;
    letter-spacing: 4px;
  }
  .nav-h li.active a,
  .nav-h li a:hover {
    position: relative;
  }
  .nav-h li.active a::before,
  .nav-h li a:hover:before {
    content: "";
    background: #fff;
    height: 40px;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    position: absolute;
  }
  .head-info .tel-t1 {
    position: absolute;
    left: 45px;
    top: 170px;
    color: #fff;
  }
  .head-info .btn-t1 {
    position: absolute;
    left: 50px;
    top: 315px;
  }
  #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_left.jpg) no-repeat left top/60%,
      #222222;
    padding: 65px 0 20px;
  }
  footer .wrap {
    max-width: 1200px !important;
  }
  footer .logo {
    width: max-content;
    margin: 0 auto 20px;
  }
  footer .ft-desc {
    line-height: 26px;
    letter-spacing: 2px;
    margin-bottom: 45px;
  }
  footer .nav-ft {
    gap: 0 45px;
    padding: 25px 0;
    border-top: 1px solid #6b6764;
    border-bottom: 1px solid #6b6764;
    margin-bottom: 55px;
  }
  footer .nav-ft li a {
    font-size: 18px;
    letter-spacing: 1px;
  }
  footer .nav-ft li a:hover {
    opacity: 0.7;
  }
  footer .ft-banner {
    width: max-content;
    margin: 0;
  }
  #socialbuttons {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  footer .btn-link span {
    font-size: 14px;
    margin: 0 0 0 auto;
    text-underline-offset: 6px;
  }
  footer .btn-link span:hover {
    text-decoration: none;
  }
  footer .btn-cookie a {
    font-size: 14px;
    margin: 0 0 0 auto;
    padding-right: 25px;
  }
  footer .btn-cookie a::after {
    top: 10px;
  }
  footer .btn-link span::after {
    top: 15px;
  }
  footer address {
    text-align: right;
    letter-spacing: 1.5px;
    font-size: 14px;
  }
  /*=============================================
***************** 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;
    width: max-content;
  }

  #pagetop:hover {
    opacity: 0.7;
  }
}

/* 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: 0.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: 20%;
  left: 5%;
  display: block;
  width: max-content;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

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

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 3px;
  height: 30px;
  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: 2px;
  height: 30px;
  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 {
  height: 50px;
  top: -10px;
}

.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 fadeInDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@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 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;
  }
}
/* 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: #fff;
    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: #fff;
    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: #fff;
    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: 1300px) {
  .nav-header a.nav-main {
    margin: 0 8px;
  }
  footer .wrap {
    padding: 0 20px !important;
  }
}
