@charset "UTF-8";
body {
  font-family: 'Noto Serif JP',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 300;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

h1 {
  font-weight: 300;
}

h2 {
  font-weight: 300;
}

p {
  font-family: "Noto sans JP";
}

img {
  width: 100%;
}

section {
  margin-bottom: 2rem;
}

@media screen and (max-width: 540px) {
  .h5 {
    font-size: 1rem !important;
  }
}

.main-header {
  padding: 0;
  background-color: #f5f7fa;
  background-color: linear-gradient(45deg, #f5f7fa 0%, #c3cfe2 100%);
  min-height: 500px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (max-width: 540px) {
  .main-header {
    min-height: auto;
  }
}

@media screen and (min-width: 950px) {
  .main-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.main-header .overlay {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  right: 0;
  top: 0;
  font-family: "Noto sans JP";
  mix-blend-mode: overlay;
  font-weight: 900;
  font-size: 4rem;
}

@media screen and (max-width: 540px) {
  .main-header .overlay {
    font-size: 2.8rem;
  }
}

.main-header .wrap {
  padding-top: 1rem;
  padding-left: 1rem;
}

@media screen and (max-width: 540px) {
  .main-header .wrap {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 540px) {
  .main-header .wrap h2 {
    font-size: 1rem !important;
  }
}

.main-header .image {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.main-header .image img {
  width: auto;
  max-width: 100%;
}

img.title {
  max-width: 500px;
}

h4 {
  text-align: center;
}

.pillow .title {
  font-size: 3rem;
}

.pillow .title span {
  color: lightgray;
  font-size: 1.5rem;
}

.about .title {
  padding-left: 10px;
  border-left: 5px gray solid;
}

.about h5 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  text-align: center;
  margin: auto;
}

.about h5:before, .about h5:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.about h5:before {
  left: 0;
}

.about h5:after {
  right: 0;
}

.about .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
}

.sns .text {
  text-align: center;
  font-size: 10px;
}

.info .title {
  background-color: #e3ebf8;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}

.info .image {
  margin: auto;
  text-align: center;
}

.info .image img {
  max-width: 300px;
}

/* アニメーション設定 */
.scr-target {
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
          transform: translate3d(0, 15px, 0);
}

.scr-target.is-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 1s;
  transition: 1s;
}
/*# sourceMappingURL=original.css.map */