@charset "UTF-8";
/*GenJyuuGothic Medium*/
@font-face {
  font-family: "genjyu-gothic";
  src: url("../fonts/GenJyuuGothic-P-Medium.ttf") format("truetype");
  font-weight: 500;
}

/*GenJyuuGothic normal*/
@font-face {
  font-family: "genjyu-gothic";
  src: url("../fonts/GenJyuuGothic-P-Normal.ttf") format("truetype");
  font-weight: normal;
}

/*GenJyuuGothic bold*/
@font-face {
  font-family: "genjyu-gothic";
  src: url("../fonts/GenJyuuGothic-P-Bold.ttf") format("truetype");
  font-weight: bold;
}

a.zoom-img {
  overflow: hidden;
  width: auto;
  height: auto;
  display: block;
}

a.zoom-img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a.zoom-img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

body {
  min-width: 1200px;
  color: #736349;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body {
    font-size: clamp(12px, 3.33333vw, 25px);
    min-width: initial;
  }
  body.is-Active {
    position: relative;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.point-font {
  font-family: "genjyu-gothic";
  font-weight: 500;
}

_::-webkit-full-page-media, _:future, :root .point-font {
  font-family: "Hiragino Maru Gothic Pro";
  font-weight: 700;
}

.page-title {
  font-size: 30px;
  margin-top: 130px;
}

.page-title .ruby {
  display: block;
  color: #e6a8b6;
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: clamp(18px, 4.8vw, 36px);
    margin-top: 20px;
  }
}

.serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}

.vertical-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.center {
  text-align: center;
}

.title {
  font-size: 40px;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.w1500 {
  max-width: 1500px;
  margin: 0 auto;
}

[class$="l_wrap"] {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.main-l_wrap {
  margin-top: 158px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .main-l_wrap {
    margin-top: 60px;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*--------------
動き
----------------*/
.fadeIn {
  opacity: 0;
  -webkit-transform: translate3d(0px, 30px, 0px);
          transform: translate3d(0px, 30px, 0px);
  -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, transform 1000ms ease;
  transition: opacity 1000ms ease, transform 1000ms ease, -webkit-transform 1000ms ease;
}

.fadeIn.inView {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
/*# sourceMappingURL=common.css.map */