.movie {
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .movie {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .movie {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.movie .movie-inner {
  position: relative;
  margin: 0 auto;
  max-width: 880px;
  cursor: pointer;
}

.movie .movie-inner .play-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.movie .movie-inner .play-movie span {
  position: relative;
  padding-left: 40px;
  font-size: 2rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 959px) {
  .movie .movie-inner .play-movie span {
    padding-left: 28px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .movie .movie-inner .play-movie span {
    font-size: 1.4rem;
  }
}

.movie .movie-inner .play-movie span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-play.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-play.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #d9dad9;
}

@media screen and (max-width: 959px) {
  .movie .movie-inner .play-movie span:before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 519px) {
  .movie .movie-inner .play-movie span:before {
    width: 16px;
    height: 16px;
  }
}

.movie .movie-inner .play-movie.hidden {
  display: none;
}

.intro {
  margin-bottom: calc(8px * 13);
  padding-top: calc(8px * 10);
  padding-bottom: 80px;
  background-color: #575032;
}

@media screen and (max-width: 959px) {
  .intro {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .intro {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .intro {
    padding-top: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .intro {
    padding-top: calc((8px * 10) * 0.5);
  }
}

.intro .wrap {
  padding-right: 40px;
  padding-left: 40px;
}

.intro .intro-headline {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .intro .intro-headline {
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 767px) {
  .intro .intro-headline {
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 519px) {
  .intro .intro-headline {
    margin-bottom: 56px;
    text-align: left;
  }
}

.intro .intro-headline__main {
  display: block;
  margin-bottom: 16px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 7rem;
  color: #ececec;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .intro .intro-headline__main {
    font-size: 52px;
  }
}

@media screen and (max-width: 519px) {
  .intro .intro-headline__main {
    font-size: 12vw;
    white-space: nowrap;
  }
}

.intro .intro-headline__sub {
  display: block;
  margin: 0 auto;
  max-width: 560px;
}

@media screen and (max-width: 959px) {
  .intro .intro-headline__sub {
    max-width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .intro .intro-headline__sub {
    max-width: 400px;
  }
}

.intro .intro-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 1279px) {
  .intro .intro-unit {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 959px) {
  .intro .intro-unit {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 519px) {
  .intro .intro-unit {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 959px) {
  .intro .intro-unit {
    max-width: 704px;
  }
}

@media screen and (max-width: 767px) {
  .intro .intro-unit {
    display: block;
  }
}

@media screen and (max-width: 519px) {
  .intro .intro-unit {
    padding: 0;
  }
}

.intro .intro-unit .intro-unit__vsl {
  width: 100%;
  max-width: 328px;
}

@media screen and (max-width: 959px) {
  .intro .intro-unit .intro-unit__vsl {
    max-width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .intro .intro-unit .intro-unit__vsl {
    margin: 0 auto 72px auto;
  }
}

@media screen and (max-width: 519px) {
  .intro .intro-unit .intro-unit__vsl {
    margin: 0 auto 64px auto;
  }
}

.intro .intro-unit .intro-unit__dtl {
  width: calc(100% - 328px);
}

@media screen and (max-width: 959px) {
  .intro .intro-unit .intro-unit__dtl {
    width: calc(100% - 240px);
  }
}

@media screen and (max-width: 767px) {
  .intro .intro-unit .intro-unit__dtl {
    padding-left: 40px;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.intro .intro-unit .intro-unit__dtl .intro-txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #ececec;
  line-height: 2.2;
}

@media screen and (max-width: 959px) {
  .intro .intro-unit .intro-unit__dtl .intro-txt {
    font-size: 1.6rem;
  }
}

.intro .intro-unit .intro-unit__dtl .intro-txt:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.intro .intro-unit .intro-unit__dtl .intro-txt:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.intro .intro-unit .intro-unit__dtl .intro-txt:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.intro .intro-unit .intro-unit__dtl .intro-txt:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.intro .intro-unit .intro-unit__dtl .intro-txt:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.intro .intro-unit .intro-unit__dtl .intro-txt:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.intro .intro-unit .intro-unit__dtl .intro-txt:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.intro .intro-unit .intro-unit__dtl .intro-txt:nth-of-type(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.intro .intro-unit .intro-unit__dtl .intro-txt:nth-of-type(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.intro .intro-unit .intro-unit__dtl .intro-txt:nth-of-type(10) {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

.intro .intro-unit .intro-unit__dtl .intro-txt:nth-of-type(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.intro .intro-unit .intro-unit__dtl .intro-txt:nth-of-type(12) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.intro .intro-unit .intro-unit__dtl .intro-txt:nth-of-type(13) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.intro .intro-unit .intro-unit__dtl .intro-txt:nth-of-type(14) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.intro .intro-unit .intro-unit__dtl .intro-txt:nth-of-type(15) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.mission {
  margin: 0 auto 240px;
  max-width: 1440px;
}

@media screen and (max-width: 959px) {
  .mission {
    margin: 0 auto 160px;
  }
}

@media screen and (max-width: 519px) {
  .mission {
    margin: 0 auto 104px;
  }
}

.mission .mission-inner {
  margin-left: auto;
  width: calc(50% + 640px);
}

@media screen and (max-width: 959px) {
  .mission .mission-inner {
    width: 100%;
  }
}

.mission .mission-img {
  position: relative;
  padding-left: 40px;
  display: block;
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .mission .mission-img {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .mission .mission-img {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .mission .mission-img {
    padding-left: 32px;
  }
}

@media screen and (max-width: 519px) {
  .mission .mission-img {
    aspect-ratio: 17/19;
    padding-left: 24px;
  }
}

.mission .mission-img img {
  width: 100%;
  height: 652px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 40%;
  object-position: 40%;
}

@media screen and (max-width: 959px) {
  .mission .mission-img img {
    height: 480px;
  }
}

@media screen and (max-width: 519px) {
  .mission .mission-img img {
    height: 100%;
    -o-object-position: 64%;
    object-position: 64%;
  }
}

.mission .mission-dtl {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px;
}

.mission .mission-dtl .mission-ttl {
  margin-bottom: calc(8px * 4);
  font-size: 3.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .mission .mission-dtl .mission-ttl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .mission .mission-dtl .mission-ttl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .mission .mission-dtl .mission-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .mission .mission-dtl .mission-ttl {
    font-size: 2.1rem;
  }
}

.mission .mission-dtl .mission-txt {
  line-height: 2.2;
}

.fishing {
  margin-bottom: 260px;
}

@media screen and (max-width: 959px) {
  .fishing {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 519px) {
  .fishing {
    margin-bottom: 104px;
  }
}

.fishing .fishing-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}

@media screen and (max-width: 959px) {
  .fishing .fishing-unit {
    grid-template-columns: repeat(1, 1fr);
  }
}

.fishing .fishing-unit .fishing-img {
  margin-bottom: 24px;
}

@media screen and (max-width: 959px) {
  .fishing .fishing-unit .fishing-img {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 519px) {
  .fishing .fishing-unit .fishing-img {
    margin-bottom: 12px;
  }
}

.fishing .fishing-unit .fishing-dtl .fishing-ttl {
  margin-bottom: 16px;
  font-size: 4.6rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #575032;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .fishing .fishing-unit .fishing-dtl .fishing-ttl {
    font-size: 4rem;
  }
}

@media screen and (max-width: 519px) {
  .fishing .fishing-unit .fishing-dtl .fishing-ttl {
    font-size: 3.2rem;
  }
}

.fishing .fishing-unit .fishing-dtl .fishing-lead {
  margin-bottom: 32px;
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .fishing .fishing-unit .fishing-dtl .fishing-lead {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 519px) {
  .fishing .fishing-unit .fishing-dtl .fishing-lead {
    font-family: 1.7rem;
  }
}

.fishing .fishing-unit .fishing-dtl .fishing-txt {
  margin: 0 auto;
  max-width: 440px;
  text-align: justify;
  line-height: 2.2;
  letter-spacing: 0;
}

.message {
  margin-bottom: 200px;
}

@media screen and (max-width: 959px) {
  .message {
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 519px) {
  .message {
    margin-bottom: 90px;
  }
}

.message .message-inner {
  margin: 0 auto;
  max-width: 928px;
}

.message .message-inner .message-img {
  position: relative;
  margin-bottom: 56px;
  padding-bottom: 136px;
}

@media screen and (max-width: 959px) {
  .message .message-inner .message-img {
    margin-bottom: 48px;
    padding-bottom: 104px;
  }
}

@media screen and (max-width: 519px) {
  .message .message-inner .message-img {
    margin-bottom: 40px;
    padding-bottom: 78px;
  }
}

.message .message-inner .message-img .message-ttl {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.message .message-inner .message-img .message-ttl span {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .message .message-inner .message-img .message-ttl span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .message .message-inner .message-img .message-ttl span {
    font-size: 2.1rem;
  }
}

.message .message-inner .message-dtl {
  margin: 0 auto;
  max-width: 716px;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .message .message-inner .message-dtl {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 959px) {
  .message .message-inner .message-dtl {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 519px) {
  .message .message-inner .message-dtl {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.message .message-inner .message-dtl .message-txt {
  font-size: 1.8rem;
  text-align: justify;
  line-height: 2.1;
  letter-spacing: 0;
}

@media screen and (max-width: 959px) {
  .message .message-inner .message-dtl .message-txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .message .message-inner .message-dtl .message-txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .message .message-inner .message-dtl .message-txt {
    line-height: 2.2;
  }
}

.message .message-inner .message-dtl .message-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  line-height: 1.4;
}

.message .message-inner .message-dtl .message-name span:nth-of-type(2) {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .message .message-inner .message-dtl .message-name span:nth-of-type(2) {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .message .message-inner .message-dtl .message-name span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}

.overview {
  padding-top: 104px;
  background: #201e14;
}

@media screen and (max-width: 959px) {
  .overview {
    padding-top: 64px;
    padding-bottom: calc(8px * 22);
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {
  .overview {
    padding-bottom: calc((8px * 22) * 0.75);
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .overview {
    padding-bottom: calc((8px * 22) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .overview {
    padding-top: 32px;
  }
}

.overview .overview-list {
  margin: 0 auto;
  max-width: 800px;
}

.overview .overview-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 8px;
  border-bottom: 1px solid #d9dad9;
  line-height: 1.4;
}

@media screen and (max-width: 519px) {
  .overview .overview-list__item {
    padding: 16px 8px;
  }
}

.overview .overview-list__item:first-child {
  border-top: 1px solid #d9dad9;
}

.overview .overview-list__item dt {
  width: 280px;
}

@media screen and (max-width: 959px) {
  .overview .overview-list__item dt {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .overview .overview-list__item dt {
    width: 160px;
  }
}

@media screen and (max-width: 519px) {
  .overview .overview-list__item dt {
    margin-bottom: 6px;
    width: 100%;
  }
}

.overview .overview-list__item dd {
  width: calc(100% - 280px);
  font-size: 1.5rem;
  text-align: justify;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .overview .overview-list__item dd {
    width: calc(100% - 200px);
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .overview .overview-list__item dd {
    width: calc(100% - 160px);
  }
}

@media screen and (max-width: 519px) {
  .overview .overview-list__item dd {
    width: 100%;
  }
}

/*# sourceMappingURL=../../maps/pages/about.css.map */
