@charset "UTF-8";
:root {
  --main-font: "the-seasons", "Times New Roman", "Georgia", serif;
  --text-font: "nimbus-sans", "Helvetica Neue", "Arial", sans-serif;
  --main-color: #90191E;
}

.ftool-wrapper .col--01 {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  background: #F0EFEC;
}

.wrapper {
  width: 100%;
  color: #000;
  letter-spacing: normal;
  line-height: 100%;
  padding-bottom: 150px;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-bottom: 25.641025641vw;
  }
}

@media screen and (min-width: 768px) {
  .headerBlock {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .headerBlock {
    width: 100%;
    margin: 0 auto 12.8205128205vw;
  }
}
.headerBlock__side {
  padding: 50px 50px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-family: var(--main-font);
  color: var(--main-color);
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .headerBlock__side {
    padding: 5.1282051282vw 5.1282051282vw 3.8461538462vw;
    font-size: 4.358974359vw;
  }
}
.headerBlock__title {
  width: 280px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .headerBlock__title {
    width: 41.0256410256vw;
    margin: 0 auto 7.6923076923vw;
  }
}
.headerBlock__index {
  font-family: var(--text-font);
  font-weight: 700;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .headerBlock__index {
    -webkit-column-gap: 5.1282051282vw;
       -moz-column-gap: 5.1282051282vw;
            column-gap: 5.1282051282vw;
    row-gap: 2.5641025641vw;
    font-size: 3.8461538462vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.contentsBlock {
  -webkit-box-shadow: inset 0 0.5px 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0.5px 0 0 rgba(0, 0, 0, 0.5);
  font-family: var(--text-font);
}
@media screen and (min-width: 768px) {
  .contentsBlock {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto 150px;
    -webkit-box-shadow: inset 0 0.5px 0 0 rgba(0, 0, 0, 0.5), inset 0.5px 0 0 0 rgba(0, 0, 0, 0.5), inset -0.5px 0 0 0 rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0.5px 0 0 rgba(0, 0, 0, 0.5), inset 0.5px 0 0 0 rgba(0, 0, 0, 0.5), inset -0.5px 0 0 0 rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .contentsBlock {
    width: 100%;
  }
}

.mainBlock {
  width: 100%;
  margin: 0;
  padding: 0;
}
.mainBlock__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0.5em;
  -webkit-box-shadow: inset 0 -0.5px 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 -0.5px 0 0 rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .mainBlock__title {
    padding: 25px 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mainBlock__title {
    padding: 5.1282051282vw;
    font-size: 4.1025641026vw;
  }
}
.mainBlock__title span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .mainBlock__title span {
    font-size: 2.5641025641vw;
  }
}

.containerBlock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-shadow: inset 0 -0.5px 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 -0.5px 0 0 rgba(0, 0, 0, 0.5);
}
.containerBlock__item {
  position: relative;
  -webkit-box-shadow: inset 0 -0.5px 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 -0.5px 0 0 rgba(0, 0, 0, 0.5);
}
.containerBlock__item:last-of-type {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.containerBlock__item a {
  display: block;
  text-decoration: none;
  position: relative;
}
.containerBlock__item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (hover: hover) {
  .containerBlock__item a:where(:-webkit-any-link, :enabled, summary):hover .creditArea__btn {
    background-color: #000;
    color: #fff;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .containerBlock__item a:where(:-moz-any-link, :enabled, summary):hover .creditArea__btn {
    background-color: #000;
    color: #fff;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .containerBlock__item a:where(:any-link, :enabled, summary):hover .creditArea__btn {
    background-color: #000;
    color: #fff;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
.containerBlock__item .item-d-none a {
  pointer-events: none;
}
.containerBlock__item .item-d-none a .creditArea__btn {
  display: none;
}
.containerBlock__item .creditArea {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .containerBlock__item .creditArea {
    font-size: 2.3076923077vw;
    bottom: 2.5641025641vw;
    width: 100%;
    white-space: nowrap;
    gap: 2px;
  }
}
.containerBlock__item .creditArea__btn {
  padding: 5px 25px;
  border: #000 0.5px solid;
  color: #000;
  font-weight: 700;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .containerBlock__item .creditArea__btn {
    padding: 0.5128205128vw 3.0769230769vw 0.2564102564vw;
    font-size: 2.0512820513vw;
    line-height: 1;
  }
}
.containerBlock__item .creditArea__shop {
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .containerBlock__item .creditArea__shop {
    font-size: 2.0512820513vw;
  }
}
.containerBlock__item .creditArea__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.containerBlock__item .creditArea__date {
  font-size: 10px;
  font-weight: 400;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .containerBlock__item .creditArea__date {
    font-size: 1.7948717949vw;
    margin-top: -0.5em;
  }
}
.containerBlock__item:nth-child(3n+2) {
  -webkit-box-shadow: inset 0.5px 0 0 0 rgba(0, 0, 0, 0.5), inset -0.5px 0 0 0 rgba(0, 0, 0, 0.5), inset 0 -0.5px 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0.5px 0 0 0 rgba(0, 0, 0, 0.5), inset -0.5px 0 0 0 rgba(0, 0, 0, 0.5), inset 0 -0.5px 0 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media screen and (max-width: 767px) {
  .containerBlock__item:nth-child(3n+2) {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.containerBlock__item:nth-child(2) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .containerBlock__item:nth-child(2) {
    margin-top: 20px;
  }
}
.containerBlock__item:nth-child(10), .containerBlock__item:nth-child(12) {
  margin-bottom: -50px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .containerBlock__item:nth-child(10), .containerBlock__item:nth-child(12) {
    margin-bottom: -20px;
  }
}
.containerBlock__item:nth-child(11) {
  margin-bottom: -50px;
}
@media screen and (max-width: 767px) {
  .containerBlock__item:nth-child(11) {
    margin-bottom: -20px;
  }
}

.footerBlock {
  margin: 150px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .footerBlock {
    margin: 25.641025641vw auto 0;
  }
}
.footerBlock svg {
  width: 100%;
}
.footerBlock__item {
  width: 250px;
  height: 100%;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .footerBlock__item {
    width: 33.3333333333vw;
    margin-bottom: 20.5128205128vw;
  }
}
.footerBlock__logo {
  width: 100px;
  height: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footerBlock__logo {
    width: 16.1538461538vw;
    margin-bottom: 7.6923076923vw;
  }
}
.footerBlock__link {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .footerBlock__link {
    font-size: 3.8461538462vw;
    gap: 5.1282051282vw;
  }
}

.fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.fadeIn.is-active {
  opacity: 1;
}

.textLink {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}
.textLink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25em;
  width: 0;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
@media (hover: hover) {
  .textLink:where(:-webkit-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .textLink:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .textLink:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .textLink:where(:-webkit-any-link, :enabled, summary):hover::after {
    width: 100%;
  }
  .textLink:where(:-moz-any-link, :enabled, summary):hover::after {
    width: 100%;
  }
  .textLink:where(:any-link, :enabled, summary):hover::after {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */