@charset "UTF-8";
/* setting */
:root {
  --main-font: "meno-banner", serif;
  --font-en: "neue-haas-grotesk-display", sans-serif;
  --accent-color: #744B35;
  --main-color: #333;
  --background: #FFF9ED;
  --scroll-bar-width: 15px;
}

.ftool-wrapper p {
  margin-bottom: 0 !important;
}
.ftool-wrapper h2 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

#sec01 {
  margin: 0 calc(50% - 50vw);
  width: calc(100vw - 8px);
  max-width: calc(100vw - 8px);
}
@media screen and (max-width: 767px) {
  #sec01 {
    width: 100vw;
    max-width: 100vw;
  }
}
#sec01 a {
  text-decoration: none;
}
@media (hover: hover) {
  #sec01 a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  #sec01 a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

/* common */
.wrapper {
  font-family: "hiragino-kaku-gothic-pron", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  color: var(--main-color);
}

/* credit */
.ftool-wrapper .ref-item {
  margin-bottom: 0 !important;
}
.ftool-wrapper .ref-item .thumb {
  width: 50px;
}
.ftool-wrapper .ref-item .brand {
  margin-left: 60px;
  font-size: 10px;
}
.ftool-wrapper .ref-item .name {
  margin-left: 60px;
  font-size: 10px;
}
.ftool-wrapper .ref-item .price {
  margin-left: 60px;
  color: #999;
  font-size: 10px;
}

.ftool-wrapper .line_up_two {
  float: left;
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .ftool-wrapper .line_up_two {
    width: 100%;
  }
}

.contentsArea__credit .line_up_two {
  width: 100%;
  float: none;
}

.ref-item {
  margin-top: 5px;
}

/* slick */
.dots-box {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .dots-box {
    bottom: 10px;
  }
}

.dots-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.dots-wrap li {
  width: 40px;
  height: 2px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
}
.dots-wrap li.slick-active {
  background: rgba(255, 255, 255, 0.5);
}
.dots-wrap li.slick-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  animation: progressBar 2s linear forwards;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

@keyframes progressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* fade */
.fadeUp {
  opacity: 0;
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.fadeUp.show {
  opacity: 1;
  line-height: 1em;
}

.fadeIn {
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.fadeIn.active {
  opacity: 1;
}

.fadeLeft {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.fadeLeft.active {
  opacity: 1;
  transform: translateX(0);
}

.fadeRight {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.fadeRight.active {
  opacity: 1;
  transform: translateX(0);
}

.visualBlock {
  background: var(--background);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .visualBlock {
    padding-bottom: calc(48 / 375 * 100vw);
    padding-top: 0;
  }
  .visualBlock h3 {
    padding-bottom: 0;
  }
}
.visualBlock h1,
.visualBlock h2,
.visualBlock h3 {
  font-size: inherit !important;
  margin-bottom: 0;
}
.visualBlock__main {
  width: 785px;
  padding-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .visualBlock__main {
    width: calc(301 / 375 * 100vw);
    padding-top: calc(18 / 375 * 100vw);
    padding-bottom: calc(27 / 375 * 100vw);
  }
}
.visualBlock__sub {
  width: 415px;
}
@media screen and (max-width: 767px) {
  .visualBlock__sub {
    width: calc(254 / 375 * 100vw);
  }
}
.visualBlock__accent {
  width: 233px;
  padding-bottom: 26px;
  padding-top: 43px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .visualBlock__accent {
    width: calc(155 / 375 * 100vw);
    padding-bottom: calc(18 / 375 * 100vw);
    padding-top: calc(34 / 375 * 100vw);
  }
}
.visualBlock .imagesWrap__grid li {
  opacity: 0;
  transition: opacity 400ms ease;
}
.visualBlock .imagesWrap__grid li.is-visible {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .visualBlock .imagesWrap__grid.pc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 4px;
    width: 800px;
  }
}
.visualBlock .imagesWrap__grid.pc li:first-child {
  grid-area: 1/1/3/2;
}
.visualBlock .imagesWrap__grid.pc li:nth-child(2) {
  grid-area: 1/2/2/3;
}
.visualBlock .imagesWrap__grid.pc li:nth-child(3) {
  grid-area: 2/2/3/3;
}
.visualBlock .imagesWrap__grid.pc li:last-child {
  grid-area: 1/3/3/4;
}
@media screen and (max-width: 767px) {
  .visualBlock .imagesWrap__grid.pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .visualBlock .imagesWrap__grid.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .visualBlock .imagesWrap__grid.sp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 2px;
  }
}
.visualBlock .imagesWrap__grid.sp li:first-child {
  grid-area: 1/1/2/2;
}
.visualBlock .imagesWrap__grid.sp li:nth-child(2) {
  grid-area: 2/1/3/2;
}
.visualBlock .imagesWrap__grid.sp li:nth-child(3) {
  grid-area: 1/2/3/3;
}
.visualBlock .imagesWrap__grid.sp li:nth-child(4) {
  grid-area: 1/3/3/4;
}
.visualBlock .imagesWrap__grid.sp li:nth-child(5) {
  grid-area: 3/1/5/2;
}
.visualBlock .imagesWrap__grid.sp li:nth-child(6) {
  grid-area: 3/2/5/3;
}
.visualBlock .imagesWrap__grid.sp li:nth-child(7) {
  grid-area: 3/3/4/4;
}
.visualBlock .imagesWrap__grid.sp li:last-child {
  grid-area: 4/3/5/4;
}

.leadBlock {
  text-align: center;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .leadBlock {
    padding: 48px 0;
  }
}
.leadBlock h2 {
  width: 286px;
  margin-inline: auto;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .leadBlock h2 {
    width: 251px;
  }
}
.leadBlock p {
  font-size: 14px;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .leadBlock p {
    font-size: 12px;
  }
}

.mainBlock__inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mainBlock__inner {
    padding-top: 65px;
    padding-bottom: 60px;
    width: 1000px;
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .mainBlock__inner {
    padding-bottom: 40px;
  }
}
.mainBlock:nth-of-type(odd) .mainBlock__inner {
  align-items: flex-start;
}
.mainBlock:nth-of-type(even) {
  background: var(--background);
}
.mainBlock:nth-of-type(even) .mainBlock__inner {
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .mainBlock:nth-of-type(even) .contentsArea {
    margin: 45px 5.333vw 0 auto;
  }
}
.mainBlock:nth-of-type(even) .contentsArea__title {
  text-align: right;
  margin-right: 0.15em;
  margin-left: inherit;
}

.contentsArea {
  max-width: 450px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contentsArea {
    width: 77.333vw;
    margin: 45px auto 0 5.333vw;
  }
}
.contentsArea__title {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 160px;
  color: var(--accent-color);
  line-height: 60%;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contentsArea__title {
    margin-left: 0.15em;
    margin-bottom: -0.3em;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea__title {
    font-size: 100px;
    margin-left: 0.15em;
    margin-bottom: -0.3em;
  }
}
.contentsArea__image {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contentsArea__image {
    width: 77.333vw;
  }
}
.contentsArea__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contentsArea__text {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .contentsArea__text {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.contentsArea__creditTitle {
  width: 183px;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .contentsArea__creditTitle {
    width: 130px;
  }
}
.contentsArea__credit {
  padding-bottom: 6px;
}
.contentsArea__creditOther {
  border-top: 0.5px dashed var(--accent-color);
  padding-top: 6px;
}

.linkBlock {
  padding: 80px 0;
  display: flex;
  justify-content: center;
  font-family: var(--font-en);
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .linkBlock {
    padding: 40px 0;
  }
}
.linkBlock a {
  background-color: var(--accent-color);
  display: flex;
  justify-content: center;
  width: 500px;
  padding: 16px 0;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .linkBlock a {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */