/* setting */
#sec01 {
  letter-spacing: 0.01em !important;
}
#sec01 h1, #sec01 h2, #sec01 h3, #sec01 p {
  margin-bottom: 0 !important;
  line-height: 100% !important;
}
#sec01 a {
  text-decoration: none;
}
@media (hover: hover) {
  #sec01 a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  #sec01 a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  #sec01 a:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}

body, html {
  overflow-x: unset;
}

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

/* credit */
@media screen and (min-width: 768px) {
  .credit {
    margin-left: 30px;
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 768px) {
  .ftool-wrapper .col--02--C {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .ftool-wrapper .col--02--C {
    margin: auto;
    width: 95% !important;
  }
}

.ftool-wrapper .ref-item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px !important;
}
.ftool-wrapper .ref-item .thumb {
  display: none;
}
.ftool-wrapper .ref-item .brand {
  display: none;
}
.ftool-wrapper .ref-item .name {
  font-size: 11px !important;
  margin: 0 0.5em 0 0 !important;
  line-height: 1.3 !important;
}
.ftool-wrapper .ref-item .price {
  color: #fff !important;
  font-size: 10px !important;
  margin: 0 !important;
  display: block;
}
.ftool-wrapper .ref-item .btn a {
  border: solid 1px #fff;
  font-size: 10px;
  padding: 2px 10px;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .ftool-wrapper .ref-item .btn a {
    margin: 0 0 0 2em !important;
  }
}
@media screen and (max-width: 767px) {
  .ftool-wrapper .ref-item .btn a {
    margin: 0 0 0 1.5em !important;
  }
}

.wrapper {
  width: 100vw;
  margin: auto calc(50% - 50vw);
  position: relative;
  background-color: #121212;
  color: #fff;
  font-family: "georgiapro", "Times New Roman", "Georgia", serif;
  font-size: 12px;
}

.fixedBlock {
  position: -webkit-sticky;
  position: sticky;
  top: -150px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .fixedBlock {
    top: -100px;
    margin: 0 auto;
  }
}

.titleBlock {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  width: 100vw;
  height: calc(100dvh - 180px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .titleBlock {
    height: 70dvh;
  }
}
.titleBlock__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .titleBlock__image {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .titleBlock__image {
    width: 76vw;
  }
}
.titleBlock__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.titleBlock__scroll p {
  position: relative;
  padding-bottom: 35px;
  letter-spacing: 0.075em;
}
.titleBlock__scroll p::after {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-top: 10px;
  width: 1px;
  height: 25px;
  background: #fff;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

.contentsBlock {
  position: relative;
  z-index: 2;
  background-color: #121212;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .contentsBlock {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 120px;
  }
}

.mainBlock {
  width: 100%;
  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;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mainBlock {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .mainBlock {
    padding-bottom: 80px;
  }
}
.mainBlock .itemBlock {
  width: 50%;
  margin: 0 50px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .mainBlock .itemBlock {
    width: 100%;
    margin: 0;
  }
}
.mainBlock .itemBlock--marginSmall {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mainBlock .itemBlock--marginSmall {
    margin-bottom: 5vw;
  }
}
.mainBlock .itemBlock--marginLarge {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .mainBlock .itemBlock--marginLarge {
    margin-bottom: 80px;
  }
}
.mainBlock .itemBlock--1col {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .mainBlock .itemBlock--1col {
    margin-bottom: 80px;
    width: 90%;
  }
}
.mainBlock .itemBlock--2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  gap: 50px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .mainBlock .itemBlock--2col {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5vw;
    margin-bottom: 80px;
  }
}
.mainBlock .itemBlock--4col {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mainBlock .itemBlock--4col {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 10vw;
    gap: 10vw;
    justify-items: center;
  }
}
@media screen and (max-width: 767px) {
  .mainBlock .itemBlock--4col__inner:nth-child(even) {
    width: 90%;
  }
}
.mainBlock .creditBtn {
  position: relative;
}
.mainBlock .creditBtn__btn {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  padding: 30px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mainBlock .creditBtn__btn {
    width: 6.15vw;
    padding: 5vw;
  }
}
.mainBlock .creditBtn__credit {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .mainBlock .creditBtn__credit {
    -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;
  }
}
.mainBlock .creditBtn__credit.show {
  opacity: 1;
  visibility: visible;
}

.infoBlock {
  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-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: 50px;
}
@media screen and (max-width: 767px) {
  .infoBlock {
    gap: 10vw;
  }
}
.infoBlock__logo {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .infoBlock__logo {
    width: 53.34vw;
  }
}
.infoBlock__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .infoBlock__link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock__link {
    width: 53.34vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}/*# sourceMappingURL=style.css.map */