html,
body {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 100;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  overflow-x: hidden;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
  background-color: #fff;
}

img {
  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;
  }
}

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

.en {
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fv {
  position: relative;
}
.fv .title {
  position: absolute;
  width: clamp(340px, 90.6666666667vw, 525px);
  transform: translateX(-50%);
  top: 30px;
  left: 50%;
}

.read .bg {
  background-color: #f8f8f8;
  padding: clamp(100px, 26.6666666667vw, 150px) 0 clamp(100px, 26.6666666667vw, 120px);
}
.read .text {
  font-size: 12px;
  line-height: 3;
}
.read .link_wrap {
  text-align: center;
}
.read .link_wrap .brand_li {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(35px, 9.3333333333vw, 46px) 0;
}
.read .link_wrap li {
  font-size: clamp(12px, 3.2vw, 16px);
  text-align: center;
  width: 50%;
}
.read h3 {
  font-size: clamp(22px, 5.8666666667vw, 26px);
  margin: clamp(108px, 28.8vw, 160px) auto clamp(40px, 10.6666666667vw, 52px);
  position: relative;
  z-index: 1;
  width: fit-content;
}
.read h3:before, .read h3:after {
  content: "";
  position: absolute;
  width: clamp(24px, 6.4vw, 28px);
  height: clamp(22px, 5.8666666667vw, 26px);
  background-color: #dddddd;
  z-index: -1;
}
.read h3:before {
  left: -24px;
  top: -12px;
}
.read h3:after {
  left: -12px;
  top: 10px;
}

.sec {
  padding-top: 217px;
}
.sec.active .pc_flex .box {
  animation: index 1s 0.3s forwards;
}
@keyframes index {
  0% {
    z-index: 0;
  }
  100% {
    z-index: 3;
    overflow: visible;
  }
}

#sec1 {
  padding-top: 150px;
}

#sec12 {
  padding-bottom: 150px;
}

.pc_flex {
  position: relative;
  width: min(100vw, 1000px);
}
.pc_flex .kana {
  font-size: clamp(12px, 3.2vw, 12px);
  padding-bottom: 12px;
  margin-left: -5px;
}
.pc_flex .box {
  overflow-y: hidden;
  width: 100vw;
  position: relative;
}
.pc_flex h2 {
  font-size: clamp(34px, 9.0666666667vw, 55px);
  white-space: pre-line;
}
.pc_flex .number {
  font-size: 108px;
  font-style: italic;
  color: #dddddd;
}
.pc_flex figure {
  border: 5px solid #000;
  margin-top: -5px;
}
.pc_flex .bottom .text {
  font-size: 12px;
  width: clamp(300px, 80vw, 309px);
  margin: 0 auto;
  line-height: 2;
}

.item_wrap {
  width: max(300px, 80vw);
  margin: clamp(40px, 10.6666666667vw, 92px) auto 0;
}
.item_wrap h4 {
  font-size: clamp(15px, 4vw, 18px);
  font-weight: bold;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.item_wrap h4::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
}
.item_wrap .item_li {
  display: grid;
  grid-template-columns: 1fr;
  font-size: 12px;
}
.item_wrap li a {
  display: grid;
  grid-template-columns: 1fr 2.8fr;
  gap: 10px;
}
.item_wrap li a figure {
  width: 71px;
}
.item_wrap li a .item {
  padding: 15px 0 5px;
  line-height: 1.4;
}
.item_wrap li a .price_text .price {
  text-decoration: underline;
}
.item_wrap li a .price_text .line {
  text-decoration: line-through;
}
.item_wrap li a .price_text .sale {
  text-decoration: underline;
  color: red;
}

.btn {
  font-size: 14px;
  text-align: center;
  max-width: 300px;
  margin: 60px auto;
  border: 1px solid #000;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.btn span {
  position: relative;
  display: block;
}
.btn span:after, .btn span:before {
  content: "";
  background-color: #000;
  height: 1px;
  width: 9px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.btn span:after {
  top: -3px;
  transform: rotate(45deg);
}
.btn span::before {
  top: 3px;
  transform: rotate(-45deg);
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 13px;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 14px;
  display: block;
  height: auto;
  box-sizing: border-box;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .read .container {
    width: max(300px, 80vw);
    margin: 0 auto;
  }
  .pc_flex {
    background: linear-gradient(180deg, #fff 0%, #fff 30%, #dddddd 30%, #dddddd 100%);
  }
  .pc_flex .number {
    position: absolute;
    right: 0;
    top: -75px;
  }
  .pc_flex .top {
    width: max(332px, 88.5333333333vw);
    margin: 0 auto;
  }
  .pc_flex .bottom .text {
    padding: 30px 0;
  }
  .item_li {
    gap: 20px;
  }
  .item_li li {
    width: 100%;
  }
  .item_li li a {
    max-width: 400px;
  }
  #page-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .fv .title {
    transform: translateY(-50%);
    top: 50%;
    left: 3%;
  }
  .read .text {
    text-align: center;
  }
  .read .link_wrap li {
    width: 25%;
  }
  .read h3:before {
    left: -29px;
    top: -13px;
  }
  .read h3:after {
    left: -13px;
    top: 12px;
  }
  .sec {
    padding-top: 100px;
  }
  .sec .container {
    margin: 0 auto;
    position: relative;
  }
  .sec .bg {
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 540px;
    width: min(873px, 72.75vw);
    background-color: #dddddd;
  }
  .sec:nth-child(even) .bg {
    right: inherit;
  }
  .sec:nth-child(even) .pc_flex {
    flex-direction: row-reverse;
  }
  .sec:nth-child(even) .pc_flex:before {
    left: inherit;
    right: 0;
  }
  #sec1 {
    padding-top: 120px;
  }
  .pc_flex {
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    gap: min(125px, 10.4166666667vw);
    padding-bottom: 32px;
  }
  .pc_flex .top {
    width: min(510px, 42.5vw);
  }
  .pc_flex .number {
    margin-bottom: 50px;
    color: #fff;
  }
  .pc_flex figure {
    margin-top: -7px;
  }
  .pc_flex .bottom {
    margin-bottom: 98px;
  }
  .item_wrap {
    max-width: 1000px;
  }
  .item_wrap .item_li {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .item_wrap li a {
    display: grid;
    grid-template-columns: 0.8fr 2fr;
  }
}/*# sourceMappingURL=style.css.map */