@charset "UTF-8";
html,
body {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
}

@font-face {
  font-family: "Optima";
  src: url(../font/OPTIMA.woff);
}
@font-face {
  font-family: "Optima_b";
  src: url(../font/OPTIMA_B.woff);
}
img,
video {
  width: 100%;
  display: block;
}

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

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

.ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

h2 {
  font-family: "Optima_b";
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.05em;
}

.fv {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #c7c7c7;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.fv .loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.fv .loop-wrap:nth-child(2) .loop-area {
  animation: loop-slide2 50s infinite linear 1s both;
  flex-direction: row-reverse;
}
.fv .loop-area {
  display: flex;
  animation: loop-slide 50s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fv .loop-area .content {
  width: 200px;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.fv_box {
  border: clamp(3px, 0.8vw, 6px) solid #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 10;
  text-align: center;
  color: #fff500;
  font-family: "Optima";
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
.fv_box .brand {
  margin: clamp(25px, 6.6666666667vw, 30px) 0 auto 0;
}
.fv_box .data {
  margin: auto 0 clamp(25px, 6.6666666667vw, 30px) 0;
}
.fv_box .brand,
.fv_box .data {
  font-size: clamp(14px, 3.7333333333vw, 24px);
}
.fv_box h1 {
  font-size: clamp(60px, 16vw, 77px);
  font-family: "Optima_b";
}
.fv_box h1 span {
  font-family: "Optima";
  font-size: clamp(32px, 8.5333333333vw, 44px);
}

.lead {
  margin-top: 100vh;
  text-align: center;
  font-size: 14px;
  line-height: 1.8461538462;
  background-color: rgba(255, 255, 255, 0.9);
}

section {
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 100px;
}
section .credit {
  font-size: 12px;
  width: fit-content;
}
section .credit li a {
  display: flex;
  white-space: nowrap;
}
section .credit li a:after {
  content: "BUY";
  display: block;
  transform: scale(0.9);
  margin-left: 20px;
  padding: 2px 5px;
  background-color: #c7c7c7;
  color: #000;
}
section .credit li:not(.credit li:last-child) {
  margin-bottom: 10px;
}
section .credit span {
  text-decoration: underline;
}
section h3 {
  font-size: clamp(22px, 5.8666666667vw, 26px);
  text-align: center;
  margin-bottom: 70px;
  font-family: "Optima";
  font-weight: 400;
}
section .item_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 10px;
  align-items: flex-end;
  font-size: 12px;
  text-align: center;
  line-height: 2;
}
section .item_wrap figure {
  display: flex;
  align-items: center;
}
section .item_wrap .price {
  text-decoration: underline;
}
section .default_btn {
  font-size: 18px;
  text-align: center;
  background-color: #fff500;
  width: clamp(270px, 72vw, 400px);
  margin: clamp(70px, 18.6666666667vw, 100px) auto 0;
  padding: clamp(5px, 1.3333333333vw, 10px) 0;
}

footer {
  padding: 200px 0 100px;
}
footer .sns {
  display: flex;
  justify-content: center;
  gap: 60px;
}
footer li {
  width: 40px;
}
footer .logo {
  width: 130px;
  margin: 180px auto 40px;
}
footer .copy {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fv_box {
    width: min(650px, 86.6666666667vw);
    height: 90svh;
  }
  .lead {
    padding: 90px 0;
  }
  section .container {
    width: min(375px, 100vw);
    margin: 0 auto;
  }
  section .credit {
    margin: 30px auto 100px;
  }
  section .item_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .bottom_wrap {
    position: relative;
  }
  .credit a {
    justify-content: center;
  }
  #sec1 .bottom_wrap {
    width: 345px;
    margin: 0 auto;
  }
  #sec1 .box {
    width: 225px;
    position: relative;
    z-index: 1;
  }
  #sec1 .box:nth-child(1) {
    z-index: 2;
  }
  #sec1 .box:nth-child(2) {
    margin: -20px 0 0 auto;
  }
  #sec2 .bottom_wrap {
    width: 320px;
    margin: 0 auto;
  }
  #sec2 .box {
    width: 210px;
    margin: 0 0 25px 0;
  }
  #sec2 .box:nth-child(2) {
    margin: 0 0 25px auto;
  }
  #sec3 .recommend_wrap {
    margin-bottom: 150px;
  }
  #sec3 .box figure,
  #sec4 .box figure {
    width: 225px;
    margin: 0 auto;
  }
  .footer_top .left {
    width: 150px;
    padding: 150px 0 75px;
    margin: 0 auto;
  }
  .credit {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .fv_pc_flex {
    display: flex;
    height: 100vh;
  }
  .left_wrap {
    position: relative;
    width: 50%;
  }
  .fv_box {
    width: 45.1388888889vw;
    height: 90vh;
  }
  .fv_box .brand,
  .fv_box h1,
  .fv_box .data {
    width: 100%;
  }
  .lead {
    margin: 0;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section .default_btn {
    width: min(400px, 27.7777777778vw);
    margin-bottom: 100px;
  }
  section {
    padding-bottom: 0;
  }
  .pc_flex {
    display: flex;
  }
  .left {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 50vw;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
  }
  .left_container {
    position: relative;
    height: 100vh;
  }
  .left_container .credit {
    position: absolute;
    left: 30px;
    bottom: 30px;
  }
  .left_container .credit a {
    color: #fff;
  }
  .right {
    width: 50vw;
    margin: 0 0 0 auto;
  }
  .right .credit {
    margin: 50px auto 300px;
  }
  .box,
  .item_wrap {
    width: min(400px, 27.7777777778vw);
    margin: 0 auto;
  }
  h2 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sec1 .left {
    background-image: url(../img/main1_pc.jpg);
  }
  #sec2 .left {
    background-image: url(../img/main2_pc.jpg);
  }
  #sec2 .left .credit a {
    color: #000;
  }
  #sec3 .left {
    background-image: url(../img/main3_pc.jpg);
  }
  #sec3 .left .credit {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.45);
  }
  #sec3 .recommend_wrap {
    margin-bottom: 300px;
  }
  #sec4 .left {
    background-image: url(../img/main4_pc.jpg);
  }
  #sec5 .left {
    background-image: url(../img/footer_top_pc.jpg);
  }
  .box .credit {
    text-align: center;
  }
  .box .credit a {
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */