@charset "UTF-8";
/* =============================================================================================== */
/* 定義 */
/* =============================================================================================== */
/* =============================================================================================== */
/* 本文 */
/* =============================================================================================== */
body {
  position: relative;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

p {
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  p {
    line-height: 1.8;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

td img {
  vertical-align: middle;
}

.hover:hover {
  opacity: 0.7 !important;
  cursor: pointer;
}

.bgimg {
  background-position: center center;
  background-size: cover;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 959px) {
  .sp {
    display: block !important;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

img[src$=".svg"] {
  width: 100%;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =============================================================================================== */
/* フェードイン */
/* =============================================================================================== */
.fadein-bottom {
  transform: translateY(20px);
}

.fadein-top {
  transform: translateY(-20px);
}

.fadein-right {
  transform: translateX(20px);
}

.fadein-left {
  transform: translateX(-20px);
}

.fadein-bottom {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.fadein {
  opacity: 0;
  transition: all 1s;
}

/* =============================================================================================== */
/* マスクアニメーション */
/* =============================================================================================== */
.maskimg {
  overflow: hidden;
  position: relative;
}
.maskimg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  transition: 0.9s cubic-bezier(0.12, 0.97, 0.37, 1);
}

.isPlay-left:before {
  transform: translate(100%, 0);
}

.isPlay-right:before {
  transform: translate(-100%, 0);
}

.isPlay-top:before {
  transform: translate(0, 100%);
}

.isPlay-bottom:before {
  transform: translate(0, -100%);
}

/* =============================================================================================== */
/* パンクズ */
/* =============================================================================================== */
.pan {
  padding: 10px 0 10px 0;
  line-height: 1.3;
}
.pan li {
  padding-right: 10px;
  color: #000;
  display: inline-block;
}
.pan li a {
  color: #000;
}
.pan li a:hover {
  opacity: 0.6;
}
.pan li a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  padding-left: 10px;
}
.pan li:last-child a:after {
  content: none;
}

/* =========================================== */
/* ページャ       */
/* =========================================== */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0px;
  position: relative;
  font-size: 13px;
}

.pagination span,
.pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px 13px;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  border: 1px solid #fff;
  mix-blend-mode: darken;
}
.pagination span i,
.pagination a i {
  font-size: 1.7em;
}

/* ページ番号 */
.pagination .pager {
  display: inline;
}

.pagination a:link, .pagination a:visited {
  color: #000000;
  text-decoration: none;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
  border: 1px solid #707070;
}

/* 前へ */
.pagination a.prev {
  margin-right: 16px;
}

/* 次へ */
.pagination a.next {
  margin-left: 16px;
}

/* 最初へ */
.pagination a.first {
  display: none;
}

/* 最後へ */
.pagination a.last {
  display: none;
}

/* Page x / y */
.pagination span.page_num {
  display: none;
}/*# sourceMappingURL=cmn.css.map */