@charset "UTF-8";
.front-page .headline {
  display: block;
  margin-bottom: calc(8px * 4);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #ececec;
}

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

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

@media screen and (max-width: 959px) {
  .front-page .headline {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 519px) {
  .front-page .headline {
    font-size: 1.5rem;
  }
}

.mv {
  position: relative;
  height: 100vh;
}

@media screen and (max-width: 959px) {
  .mv {
    height: 640px;
  }
}

.mv video {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  .mv video {
    height: 640px;
  }
}

.mv .skip-btn {
  display: none;
  position: absolute;
  bottom: 32px;
  left: 80px;
  z-index: 1;
  color: #ffffff;
  font-size: 1.7rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.06em;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .mv .skip-btn {
    left: 32px;
    bottom: 32px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  .mv .skip-btn {
    left: 24px;
    bottom: 24px;
    font-size: 1.3rem;
  }
}

.mv .skip-btn:hover {
  text-decoration: none;
}

.mv .play-movie {
  position: absolute;
  right: 80px;
  bottom: 32px;
  z-index: 1;
  color: #ffffff;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .mv .play-movie {
    right: 32px;
    bottom: 32px;
  }
}

@media screen and (max-width: 519px) {
  .mv .play-movie {
    right: 24px;
    bottom: 24px;
  }
}

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

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

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

.mv .play-movie span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  -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: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

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

.mv .play-movie:hover span:before {
  -webkit-transform: translateX(4px) translateY(-50%);
  transform: translateX(4px) translateY(-50%);
}

.mv .top-news {
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 24px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .mv .top-news {
    bottom: 80px;
  }
}

@media screen and (max-width: 519px) {
  .mv .top-news {
    bottom: 64px;
  }
}

.mv .top-news .top-news-inner {
  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;
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.12);
  line-height: 1.4;
}

@media screen and (max-width: 1279px) {
  .mv .top-news .top-news-inner {
    max-width: 560px;
  }
}

@media screen and (max-width: 1023px) {
  .mv .top-news .top-news-inner {
    max-width: 720px;
  }
}

.mv .top-news .top-news-inner .news-ttl {
  width: 128px;
  font-weight: bold;
  color: #d9dad9;
  line-height: 1.4;
}

@media screen and (max-width: 519px) {
  .mv .top-news .top-news-inner .news-ttl {
    width: 120px;
  }
}

.mv .top-news .top-news-inner .news-unit {
  width: calc(100% - 128px);
  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;
  line-height: 1.4;
}

@media screen and (max-width: 519px) {
  .mv .top-news .top-news-inner .news-unit {
    width: calc(100% - 120px);
  }
}

.mv .top-news .top-news-inner .news-unit .news-date {
  width: 96px;
  color: #d9dad9;
}

@media screen and (max-width: 519px) {
  .mv .top-news .top-news-inner .news-unit .news-date {
    width: 72px;
  }
}

.mv .top-news .top-news-inner .news-unit .news-ttl {
  width: calc(100% - 96px);
}

@media screen and (max-width: 519px) {
  .mv .top-news .top-news-inner .news-unit .news-ttl {
    width: calc(100% - 72px);
  }
}

.mv .top-news .top-news-inner .news-unit .news-ttl a {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #d9dad9;
}

.mv .top-news .top-news-inner .news-unit .news-ttl a:hover {
  text-decoration: underline;
}

.movie-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* 背景は常に表示 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
}

/* モーダルコンテンツ */
.movie-modal-content {
  position: relative;
  max-width: 80%;
  max-height: 90%;
  aspect-ratio: 16/9;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
  /* 初期はクリック無効 */
}

.movie-modal-content.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
  /* 表示中はクリック可能 */
}

.movie-modal-content video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

.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;
}

.about {
  margin-bottom: 85px;
}

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

.about .about-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
}

.about .about-wrap .headline {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  padding-left: 64px;
}

@media screen and (max-width: 959px) {
  .about .about-wrap .headline {
    top: 16px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-wrap .headline {
    top: 8px;
    padding-left: 14px;
  }
}

.about .about-wrap .about-dtl {
  position: relative;
  padding-left: 104px;
}

@media screen and (max-width: 959px) {
  .about .about-wrap .about-dtl {
    padding-left: 56px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-wrap .about-dtl {
    padding-left: 35px;
  }
}

.about .about-wrap .about-dtl .about-catch {
  position: absolute;
  top: 50%;
  left: 220px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .about .about-wrap .about-dtl .about-catch {
    left: 136px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-wrap .about-dtl .about-catch {
    left: 80px;
  }
}

.about .about-wrap .about-dtl .about-catch__ttl {
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .about .about-wrap .about-dtl .about-catch__ttl {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 519px) {
  .about .about-wrap .about-dtl .about-catch__ttl {
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.about .about-wrap .about-dtl .about-catch .btn {
  padding-top: 24px;
}

.about .about-wrap .about-dtl .about-bg {
  position: relative;
  display: block;
}

@media screen and (max-width: 519px) {
  .about .about-wrap .about-dtl .about-bg {
    aspect-ratio: 17/19;
  }
}

.about .about-wrap .about-dtl .about-bg img {
  width: 100%;
  height: 650x;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  .about .about-wrap .about-dtl .about-bg img {
    height: 480px;
  }
}

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

.about .about-wrap .about-dtl .view-xs .btn {
  position: absolute;
  top: auto;
  right: 14px;
  bottom: -28px;
}

.products {
  padding-top: calc(8px * 10);
  background: #201e14;
}

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

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

.products .products-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
}

.products .products-wrap .headline {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  padding-left: 64px;
}

@media screen and (max-width: 959px) {
  .products .products-wrap .headline {
    top: 16px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .products .products-wrap .headline {
    top: 8px;
    padding-left: 14px;
  }
}

.products .products-wrap .products-dtl {
  position: relative;
  padding-left: 104px;
}

@media screen and (max-width: 959px) {
  .products .products-wrap .products-dtl {
    padding-left: 56px;
  }
}

@media screen and (max-width: 519px) {
  .products .products-wrap .products-dtl {
    margin-bottom: 24px;
    padding-left: 35px;
  }
}

.products .products-wrap .products-dtl .products-catch {
  position: absolute;
  top: 56%;
  left: 220px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .products .products-wrap .products-dtl .products-catch {
    left: 136px;
  }
}

@media screen and (max-width: 519px) {
  .products .products-wrap .products-dtl .products-catch {
    padding-right: 24px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.products .products-wrap .products-dtl .products-catch__ttl {
  margin-bottom: 40px;
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .products .products-wrap .products-dtl .products-catch__ttl {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 519px) {
  .products .products-wrap .products-dtl .products-catch__ttl {
    margin-bottom: 0;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.products .products-wrap .products-dtl .products-catch__txt {
  color: #ffffff;
  line-height: 1.8;
}

.products .products-wrap .products-dtl .products-catch .btn-unit {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

.products .products-wrap .products-dtl .products-bg {
  position: relative;
  display: block;
}

@media screen and (max-width: 519px) {
  .products .products-wrap .products-dtl .products-bg {
    aspect-ratio: 17/19;
  }
}

.products .products-wrap .products-dtl .products-bg img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  .products .products-wrap .products-dtl .products-bg img {
    height: 480px;
  }
}

@media screen and (max-width: 519px) {
  .products .products-wrap .products-dtl .products-bg img {
    height: 100%;
    -o-object-position: 56%;
    object-position: 56%;
  }
}

.products .products-wrap .view-xs {
  padding-left: 35px;
}

.products .products-wrap .view-xs p {
  margin: 0 auto 24px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  line-height: 2;
}

.products .products-wrap .view-xs .btn-unit {
  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;
  gap: 32px;
  padding-right: 34px;
}

.gear {
  padding-top: 160px;
  padding-bottom: 136px;
  background: #201e14;
}

@media screen and (max-width: 959px) {
  .gear {
    padding-top: 120px;
    padding-bottom: 102px;
  }
}

@media screen and (max-width: 519px) {
  .gear {
    padding-top: 104px;
    padding-bottom: 80px;
  }
}

.gear .gear-wrap {
  width: 100%;
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

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

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

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

@media screen and (max-width: 959px) {
  .gear .gear-wrap {
    padding: 0 56px;
  }
}

.gear .gear-wrap .gear-headline {
  margin-bottom: 80px;
}

@media screen and (max-width: 959px) {
  .gear .gear-wrap .gear-headline {
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 519px) {
  .gear .gear-wrap .gear-headline {
    white-space: nowrap;
    margin-bottom: 48px;
  }
}

.gear .gear-wrap .gear-headline__main {
  position: relative;
  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;
  gap: 90px;
  margin-bottom: 56px;
}

@media screen and (max-width: 959px) {
  .gear .gear-wrap .gear-headline__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}

.gear .gear-wrap .gear-headline__main::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateX(36%) translateY(-50%) rotate(-45deg);
  transform: translateX(36%) translateY(-50%) rotate(-45deg);
  width: 120px;
  height: 2px;
  background: #d9dad9;
}

@media screen and (max-width: 959px) {
  .gear .gear-wrap .gear-headline__main::before {
    width: 104px;
    -webkit-transform: translateX(50%) translateY(-50%) rotate(0);
    transform: translateX(50%) translateY(-50%) rotate(0);
  }
}

.gear .gear-wrap .gear-headline__main span {
  font-size: 4.8rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  .gear .gear-wrap .gear-headline__main span {
    font-size: 4rem;
  }
}

@media screen and (max-width: 959px) {
  .gear .gear-wrap .gear-headline__main span {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 519px) {
  .gear .gear-wrap .gear-headline__main span {
    font-size: 2.8rem;
  }
}

.gear .gear-wrap .gear-headline__sub {
  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;
}

.gear .gear-wrap .gear-headline__sub .en {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 2.9rem;
}

@media screen and (max-width: 959px) {
  .gear .gear-wrap .gear-headline__sub .en {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .gear .gear-wrap .gear-headline__sub .en {
    font-size: 2rem;
  }
}

.gear .gear-wrap .gear-headline__sub .jp {
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  .gear .gear-wrap .gear-headline__sub .jp {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  .gear .gear-wrap .gear-headline__sub .jp {
    font-size: 1.3rem;
  }
}

.gear .gear-wrap .gear-unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 80px;
}

@media screen and (max-width: 959px) {
  .gear .gear-wrap .gear-unit {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 60px;
  }
}

@media screen and (max-width: 519px) {
  .gear .gear-wrap .gear-unit {
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 48px;
  }
}

.gear .gear-wrap .gear-unit__item a {
  position: relative;
  display: block;
}

.gear .gear-wrap .gear-unit__item a .gear-img {
  overflow: hidden;
}

.gear .gear-wrap .gear-unit__item a .gear-img .gear-inner {
  position: relative;
}

.gear .gear-wrap .gear-unit__item a .gear-img .gear-inner::before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.gear .gear-wrap .gear-unit__item a .gear-img .gear-inner img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.gear .gear-wrap .gear-unit__item a .gear-ttl {
  position: absolute;
  bottom: -16px;
  left: 0;
  z-index: 1;
  width: 100%;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  color: #ffffff;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .gear .gear-wrap .gear-unit__item a .gear-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .gear .gear-wrap .gear-unit__item a .gear-ttl {
    font-size: 2.4rem;
  }
}

.gear .gear-wrap .gear-unit__item a:hover .gear-img .gear-inner::before {
  opacity: 0.5;
}

.gear .gear-wrap .gear-unit__item a:hover .gear-img .gear-inner img {
  scale: 1.05;
}

.gear .gear-wrap .gear-unit__item:nth-of-type(1) .gear-img {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.gear .gear-wrap .gear-unit__item:nth-of-type(1) .gear-ttl {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.gear .gear-wrap .gear-unit__item:nth-of-type(2) .gear-img {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.gear .gear-wrap .gear-unit__item:nth-of-type(2) .gear-ttl {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.gear .gear-wrap .gear-unit__item:nth-of-type(3) .gear-img {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.gear .gear-wrap .gear-unit__item:nth-of-type(3) .gear-ttl {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.gear .gear-wrap .gear-unit__item:nth-of-type(4) .gear-img {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.gear .gear-wrap .gear-unit__item:nth-of-type(4) .gear-ttl {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.gear .gear-wrap .gear-unit__item:nth-of-type(5) .gear-img {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.gear .gear-wrap .gear-unit__item:nth-of-type(5) .gear-ttl {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

.gear .gear-wrap .gear-unit__item:nth-of-type(6) .gear-img {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.gear .gear-wrap .gear-unit__item:nth-of-type(6) .gear-ttl {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.anglers-log {
  padding-top: calc(8px * 10);
  padding-bottom: 80px;
}

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

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

.anglers-log .anglers-log-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
}

.anglers-log .anglers-log-wrap .headline {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  padding-left: 64px;
}

@media screen and (max-width: 959px) {
  .anglers-log .anglers-log-wrap .headline {
    top: 16px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .anglers-log .anglers-log-wrap .headline {
    top: 8px;
    padding-left: 14px;
  }
}

.anglers-log .anglers-log-wrap .anglers-log-dtl {
  position: relative;
  padding-left: 104px;
}

@media screen and (max-width: 959px) {
  .anglers-log .anglers-log-wrap .anglers-log-dtl {
    padding-left: 56px;
  }
}

@media screen and (max-width: 519px) {
  .anglers-log .anglers-log-wrap .anglers-log-dtl {
    padding-left: 35px;
  }
}

.anglers-log .anglers-log-wrap .anglers-log-dtl .anglers-log-catch {
  position: absolute;
  top: 50%;
  right: 88px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .anglers-log .anglers-log-wrap .anglers-log-dtl .anglers-log-catch {
    right: 80px;
  }
}

@media screen and (max-width: 519px) {
  .anglers-log .anglers-log-wrap .anglers-log-dtl .anglers-log-catch {
    padding-right: 24px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

.anglers-log .anglers-log-wrap .anglers-log-dtl .anglers-log-catch__ttl {
  margin-bottom: 24px;
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .anglers-log .anglers-log-wrap .anglers-log-dtl .anglers-log-catch__ttl {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 519px) {
  .anglers-log .anglers-log-wrap .anglers-log-dtl .anglers-log-catch__ttl {
    margin-bottom: 0;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.anglers-log .anglers-log-wrap .anglers-log-dtl .anglers-log-catch__txt {
  color: #ffffff;
  line-height: 1.8;
}

.anglers-log .anglers-log-wrap .anglers-log-dtl .anglers-log-catch .btn {
  padding-top: 24px;
}

.anglers-log .anglers-log-wrap .anglers-log-dtl .anglers-log-bg {
  position: relative;
  display: block;
}

@media screen and (max-width: 519px) {
  .anglers-log .anglers-log-wrap .anglers-log-dtl .anglers-log-bg {
    aspect-ratio: 17/16;
  }
}

.anglers-log .anglers-log-wrap .anglers-log-dtl .anglers-log-bg img {
  width: 100%;
  height: 512px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

@media screen and (max-width: 959px) {
  .anglers-log .anglers-log-wrap .anglers-log-dtl .anglers-log-bg img {
    height: 384px;
  }
}

@media screen and (max-width: 519px) {
  .anglers-log .anglers-log-wrap .anglers-log-dtl .anglers-log-bg img {
    height: 100%;
    -o-object-position: 32%;
    object-position: 32%;
  }
}

.anglers-log .anglers-log-wrap .anglers-log-gallery {
  padding-left: 104px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 959px) {
  .anglers-log .anglers-log-wrap .anglers-log-gallery {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 24px;
    padding-left: 56px;
  }
}

@media screen and (max-width: 519px) {
  .anglers-log .anglers-log-wrap .anglers-log-gallery {
    padding-left: 35px;
  }
}

@media screen and (max-width: 959px) {
  .anglers-log .anglers-log-wrap .anglers-log-gallery__item {
    aspect-ratio: 113/60;
  }
}

@media screen and (max-width: 959px) {
  .anglers-log .anglers-log-wrap .anglers-log-gallery__item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.anglers-log .anglers-log-wrap .view-xs {
  padding-left: 35px;
}

.anglers-log .anglers-log-wrap .view-xs p {
  color: #ffffff;
  margin: 0 auto 24px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
}

.anglers-log .anglers-log-wrap .view-xs .btn {
  padding-right: 16px;
}

.topics {
  padding-top: calc(8px * 10);
  padding-bottom: 32px;
  background-color: #575032;
}

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

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

@media screen and (max-width: 959px) {
  .topics {
    padding-bottom: 24px;
  }
}

.topics .topics-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
}

.topics .topics-wrap .headline {
  padding-left: 64px;
}

@media screen and (max-width: 959px) {
  .topics .topics-wrap .headline {
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .topics .topics-wrap .headline {
    padding-left: 14px;
  }
}

.topics .topics-wrap .topics-unit {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

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

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

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

@media screen and (max-width: 959px) {
  .topics .topics-wrap .topics-unit {
    grid-template-columns: repeat(2, 1fr);
    max-width: 720px;
    margin: 0 auto 32px auto;
    padding: 0 40px;
  }
}

@media screen and (max-width: 519px) {
  .topics .topics-wrap .topics-unit {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    padding: 0 32px;
  }
}

.topics .topics-wrap .topics-unit__item .topics-vsl {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  aspect-ratio: 17/18;
}

@media screen and (max-width: 959px) {
  .topics .topics-wrap .topics-unit__item .topics-vsl {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 519px) {
  .topics .topics-wrap .topics-unit__item .topics-vsl {
    margin-bottom: 16px;
  }
}

.topics .topics-wrap .topics-unit__item .topics-vsl::before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.topics .topics-wrap .topics-unit__item .topics-vsl img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.topics .topics-wrap .topics-unit__item .topics-dtl .topics-cate {
  margin-bottom: 16px;
}

@media screen and (max-width: 959px) {
  .topics .topics-wrap .topics-unit__item .topics-dtl .topics-cate {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 519px) {
  .topics .topics-wrap .topics-unit__item .topics-dtl .topics-cate {
    margin-bottom: 8px;
  }
}

.topics .topics-wrap .topics-unit__item .topics-dtl .topics-cate span {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  color: #b3b5b4;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)) no-repeat;
  background: linear-gradient(transparent, transparent) no-repeat;
  background-size: calc(100% - 12px) calc(100% - 12px);
  background-position: center;
  -webkit-transition: color 0.3s ease, background-size 0.3s ease;
  transition: color 0.3s ease, background-size 0.3s ease;
}

@media screen and (max-width: 959px) {
  .topics .topics-wrap .topics-unit__item .topics-dtl .topics-cate span {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 519px) {
  .topics .topics-wrap .topics-unit__item .topics-dtl .topics-cate span {
    padding: 6px 10px;
    font-size: 0.9rem;
  }
}

.topics .topics-wrap .topics-unit__item .topics-dtl .topics-cate span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #b3b5b4;
  border-left: none;
  border-bottom: none;
  pointer-events: none;
}

.topics .topics-wrap .topics-unit__item .topics-dtl .topics-cate span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #b3b5b4;
  border-right: none;
  border-top: none;
  pointer-events: none;
}

.topics .topics-wrap .topics-unit__item .topics-dtl .topics-ttl {
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .topics .topics-wrap .topics-unit__item .topics-dtl .topics-ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .topics .topics-wrap .topics-unit__item .topics-dtl .topics-ttl {
    margin-bottom: 6px;
    font-size: 1.3rem;
  }
}

.topics .topics-wrap .topics-unit__item .topics-dtl .topics-date {
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

@media screen and (max-width: 959px) {
  .topics .topics-wrap .topics-unit__item .topics-dtl .topics-date {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 519px) {
  .topics .topics-wrap .topics-unit__item .topics-dtl .topics-date {
    font-size: 1rem;
  }
}

.topics .topics-wrap .topics-unit__item:hover .topics-vsl::before {
  opacity: 0.5;
}

.topics .topics-wrap .topics-unit__item:hover .topics-vsl img {
  scale: 1.05;
}

.topics .topics-wrap .topics-unit__item:nth-of-type(even) {
  margin-top: 64px;
}

@media screen and (max-width: 959px) {
  .topics .topics-wrap .topics-unit__item:nth-of-type(even) {
    margin-top: 56px;
  }
}

@media screen and (max-width: 519px) {
  .topics .topics-wrap .topics-unit__item:nth-of-type(even) {
    margin-top: 40px;
  }
}

.topics .topics-wrap .topics-unit__item:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.topics .topics-wrap .topics-unit__item:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.topics .topics-wrap .topics-unit__item:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.topics .topics-wrap .topics-unit__item:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.topics .topics-wrap .topics-unit__item:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.topics .topics-wrap .topics-unit__item:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.topics .topics-wrap .topics-unit__item:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.topics .topics-wrap .topics-unit__item:nth-of-type(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.making {
  padding-top: 64px;
  padding-bottom: 80px;
  background: #201e14;
}

@media screen and (max-width: 959px) {
  .making {
    padding-top: 56px;
  }
}

@media screen and (max-width: 767px) {
  .making {
    padding-top: 48px;
  }
}

.making .making-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
}

.making .making-wrap .headline-unit {
  margin-bottom: 40px;
  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;
  padding: 0 64px;
}

@media screen and (max-width: 959px) {
  .making .making-wrap .headline-unit {
    margin-bottom: 28px;
    padding: 0 24px;
  }
}

@media screen and (max-width: 519px) {
  .making .making-wrap .headline-unit {
    margin-bottom: 18px;
    padding: 0 14px;
  }
}

.making .making-wrap .headline-unit .headline {
  margin-bottom: 0;
}

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