html,
body {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  background-color: #fff;
}
html.once .fv a h1,
body.once .fv a h1 {
  animation: fade 1s 1s forwards;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .pcNone {
    display: block;
  }
}

a {
  display: block;
  text-decoration: none;
  transition: opacity 0.4s;
  color: #000;
}
a .no-touch {
  pointer-events: none;
}
a .no-touch .buy {
  text-decoration: none;
}

#loading-bg {
  overflow: hidden;
}
#loading-bg.is-active {
  opacity: 0;
  visibility: hidden;
}
#loading-bg .white_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 997;
  animation: curtain 2s 3s forwards;
}
#loading-bg .loading-animation.active {
  opacity: 1;
  visibility: visible;
}
#loading-bg .loading-animation .black_box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 998;
  animation: curtain 1s forwards;
}
#loading-bg .loading-animation .black_box_reverse {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(100%);
  background: #000;
  z-index: 998;
  animation: curtainReverse 2s 1.5s forwards;
}
#loading-bg .loading-animation figure {
  width: 20%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@keyframes curtain {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes curtainReverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.black_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.black_bg.active {
  background-color: #000;
}

.header {
  position: absolute;
  width: 100%;
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
  color: #fff;
  transition: color 1s;
  z-index: 10;
  font-size: 18px;
}
.header p:nth-child(1) {
  padding-left: 22px;
}
.header p:nth-child(2) {
  padding-right: 22px;
}

.fv {
  position: sticky;
  top: 0;
}

#content {
  position: sticky;
  padding: 0 0 71px;
  top: 0;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
#content .header {
  color: #000;
  position: sticky;
  top: 0;
}
#content .sec_title {
  padding-top: 195px;
}
a #content:hover {
  opacity: 0.6;
  transition: opacity 0.4s;
}

.fv a {
  background-image: url(../img/fv.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
}
.fv a:hover {
  opacity: 1;
}
.fv a h1 {
  width: 98%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 45%;
  opacity: 0;
  animation: fade 2s 4s forwards;
}
.fv a .bottom_text {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 3vw;
  display: flex;
  justify-content: center;
}

@keyframes fade {
  0% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 1;
    top: 45%;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade {
  transform: rotate(0.0001deg);
}

.sec_title, .bottom_btn {
  text-align: center;
  font-size: 67px;
}

.sec_title {
  padding-bottom: 142px;
}

.bottom_btn {
  margin: 123px 0 337px;
  text-decoration: underline;
  line-height: 1.2;
}
.bottom_btn.back {
  margin: 308px 0 0;
  padding: 0;
}
.bottom_btn:hover {
  opacity: 0.6 !important;
}
.bottom_btn.tank {
  margin: 120px 0 0 0;
}
.bottom_btn.denim {
  margin: 0 0 337px;
}

.sec .text_wrap {
  padding-left: 22px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.sec .sub_title {
  font-size: 21px;
  margin-bottom: 45px;
}
.sec .text {
  font-size: 15px;
  margin-bottom: 123px;
  line-height: 2.5;
}

.flex_wrap {
  display: flex;
  width: 47%;
  margin: 0 auto;
  gap: 5px;
}
.flex_wrap a:hover {
  opacity: 0.6;
  transition: opacity 0.4s;
}

.footer {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
.footer p:nth-child(1) {
  margin-bottom: 30px;
}
.footer ul {
  margin-bottom: 25px;
}
.footer ul.sns_wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.footer ul.sns_wrap li {
  text-decoration: underline;
  display: flex;
  gap: 10px;
}

.pc_page {
  position: absolute;
  bottom: 20px;
  left: 22px;
  color: #000;
  font-size: 18px;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .pc_page {
    display: none;
  }
}

#anchor09 .pc_page {
  color: #fff;
}

.sp_page {
  display: none;
}

@media screen and (max-width: 999px) {
  #loading-bg .loading-animation figure {
    width: 41%;
  }
  .fv a {
    background-image: url(../img/fv_sp.jpg);
    font-size: 15px;
  }
  .fv a .bottom_text {
    text-align: left;
    padding-left: 22px;
    width: auto;
  }
  .fv a h1 {
    width: 90%;
  }
  #content {
    padding: 0 0 51px;
  }
  #content .sec_title.tit2 {
    padding-top: 0;
  }
  .sec_title, .bottom_btn {
    font-size: 33px;
  }
  .sec_title {
    padding-bottom: 82px;
  }
  .sec .text_wrap {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  .sec .sub_title {
    font-size: 16px;
    margin-bottom: 22.5px;
    line-height: 2;
  }
  .sec .text {
    font-size: 10.5px;
    margin-bottom: 50px;
  }
  .flex_wrap {
    width: 90%;
    margin: 0 auto;
    gap: 3px;
  }
  .bottom_btn {
    margin: 50px auto 210px;
  }
  .bottom_btn.tank {
    margin: 50px 0 0 0;
  }
  .bottom_btn.denim {
    margin: 0 0 70px;
  }
  .bottom_btn.back {
    margin: 68px auto 0;
  }
  .footer {
    font-size: 11.5px;
  }
  .sp_page {
    font-size: 15px;
    display: block;
    position: fixed;
    bottom: 20px;
    left: 22px;
    color: #000;
    transition: color 1s;
  }
  .sp_page.active {
    color: #fff;
    transition: color 1s;
  }
  .sp_page li {
    display: none;
  }
  .sp_page li.show {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */