/* ========================================

common

======================================== */
.is-fade > *:not(.is-not) {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade > .is-not {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade.fadeIn > * {
  opacity: 1;
}

.is-fade > *:nth-child(0) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.is-fade > *:nth-child(1) {
  -webkit-transition-delay: 220ms;
          transition-delay: 220ms;
}

.is-fade > *:nth-child(2) {
  -webkit-transition-delay: 340ms;
          transition-delay: 340ms;
}

.is-fade > *:nth-child(3) {
  -webkit-transition-delay: 460ms;
          transition-delay: 460ms;
}

.is-fade > *:nth-child(4) {
  -webkit-transition-delay: 580ms;
          transition-delay: 580ms;
}

.is-fade > *:nth-child(5) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.is-fade > *:nth-child(6) {
  -webkit-transition-delay: 820ms;
          transition-delay: 820ms;
}

.is-fade > *:nth-child(7) {
  -webkit-transition-delay: 940ms;
          transition-delay: 940ms;
}

.is-fade > *:nth-child(8) {
  -webkit-transition-delay: 1060ms;
          transition-delay: 1060ms;
}

.is-fade > *:nth-child(9) {
  -webkit-transition-delay: 1180ms;
          transition-delay: 1180ms;
}

.is-fade > *:nth-child(10) {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

.is-fade > *:nth-child(11) {
  -webkit-transition-delay: 1420ms;
          transition-delay: 1420ms;
}

.is-fade > *:nth-child(12) {
  -webkit-transition-delay: 1540ms;
          transition-delay: 1540ms;
}

.is-fade > *:nth-child(13) {
  -webkit-transition-delay: 1660ms;
          transition-delay: 1660ms;
}

.is-fade > *:nth-child(14) {
  -webkit-transition-delay: 1780ms;
          transition-delay: 1780ms;
}

.is-fade > *:nth-child(15) {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

.box-fade {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-fade.fadeIn {
  opacity: 1;
}

.p_hover a:hover {
  opacity: 0.7;
}

.svg.c_white svg {
  fill: #fff;
}
.svg.c_black svg {
  fill: #000;
}

.img-fit {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.img-fit::before {
  width: 100%;
  height: 0;
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
}
.img-fit img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.replace_img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.l_tel {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .l_tel {
    pointer-events: auto;
  }
}
/* ========================================

xxxxxx

======================================== */
header {
  height: 106px;
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo {
  width: 26px;
  margin-left: 20px;
}

.page_title {
  color: #fff;
  height: 400px;
  background-image: url(../img/story/title_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_title h1 {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-size: 27px;
  letter-spacing: 0.11em;
  margin-bottom: 16px;
}
.page_title .sub {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
}

/* ========================================

story

======================================== */
.story {
  padding: 80px 0 120px;
}
.story h2 {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.335em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.story h2 span:first-of-type {
  margin-left: 25px;
}
.story .img._01 {
  width: 94.6667%;
  margin-left: auto;
  margin-bottom: 60px;
}
.story .img._02, .story .img._03 {
  width: 43.2%;
  margin: 30px auto;
}
.story .img._04 {
  width: 94.6667%;
  margin: 0 0 60px auto;
}
.story .img._05, .story .img._06 {
  width: 43.2%;
  margin: 0 5px 30px;
}
.story .img._07 {
  width: 43.2%;
  margin: 30px auto;
}
.story .img._08 {
  width: 94.6667%;
  margin: 0 0 60px auto;
}
.story .img._09 {
  width: 78.6667%;
  margin: 30px auto;
}
.story_inner {
  margin: 0 auto;
}
.story_inner._section02 {
  color: #fff;
  margin: 80px 0;
  padding: 80px 0;
  background-color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.story h3 {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 24px;
  width: 89.3334%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.story .txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.71;
  text-align: justify;
  width: 89.3334%;
  margin: 0 auto;
}
.story .txt:not(:last-child) {
  margin-bottom: 30px;
}
.story .txt._sign {
  text-align: right;
}
.story dl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  width: 89.3334%;
  margin: 0 auto;
}
.story dl dt {
  font-size: 15px;
  margin-bottom: 18px;
}
.story dl dd {
  font-size: 13px;
  text-align: justify;
  line-height: 1.71;
}
.story dl dd:not(:last-child) {
  margin-bottom: 35px;
}