@charset "UTF-8";
@font-face {
  font-family: "zen-kaku-gothic-new";
  src: url("path-to-font.woff2") format("woff2");
  unicode-range: U+0000-FFFF;
}
/* color
===================================================== */
/* 共通
===================================================== */
html,
body {
  font-family: YakuHanJPs, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.12em;
  margin: 0 auto;
  transition: all 1s ease 1s;
  background-color: #061623;
  color: #ffffff;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

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;
  }
}
/* vw計算(pc用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* a
===================================================== */
a.item_info,
a {
  display: block;
  text-decoration: none;
  transition: all 0.6s;
  color: inherit;
}

a.item_info:hover,
a:hover {
  opacity: 0.6 !important;
  transition: all 0.6s;
  cursor: pointer;
}

a[href=""] {
  pointer-events: none;
}

/* font
===================================================== */
.en_1 {
  font-family: YakuHanMPs, the-seasons, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ja_1 {
  font-family: YakuHanJPs, dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ja_2 {
  font-family: YakuHanJPs, dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* 共通 ===================================================== */
/* 流れる文字
========================================================= */
/* loading ===================================================== */
.speed1,
.speed2,
.speed3 {
  opacity: 0;
  visibility: hidden;
}

.blur1 {
  filter: blur(10px);
  transform: scale(1.05);
}

/* h1 ===================================================== */
h1 {
  position: absolute;
  left: -9999px;
}

.bg_img img {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: top;
}

/* 背景ぼかし用の疑似要素 */
/* header ===================================================== */
header {
  position: relative;
}
header .fv {
  position: relative;
}
header .fv .fv_img img {
  position: relative;
  z-index: 0;
  width: 100%;
  filter: blur(10px);
  transform: scale(1.05);
}
header .fv .fv_ttl {
  position: absolute;
  top: 14.9333333333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 81.3333333333vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_ttl {
    width: 80.5555555556vw;
    top: 8.6805555556vw;
  }
}
header .fv .fv_ttl .sub_ttl {
  display: flex;
  justify-content: space-between;
  position: relative;
}
header .fv .fv_ttl .sub_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2.6666666667vw;
  background-color: #AE9463;
}
@media screen and (min-width: 769px) {
  header .fv .fv_ttl .sub_ttl::after {
    bottom: -1.1805555556vw;
  }
}
header .fv .fv_ttl .sub_ttl img {
  width: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_ttl .sub_ttl img {
    width: 2.9166666667vw;
  }
}
header .fv .fv_ttl .sub_ttl p {
  font-size: 3.3333333333vw;
  color: #AE9463;
}
@media screen and (min-width: 769px) {
  header .fv .fv_ttl .sub_ttl p {
    font-size: 1.3194444444vw;
  }
}
@media screen and (min-width: 769px) {
  header .fv .fv_ttl .fv_ttl_wrap {
    position: absolute;
    left: 1.0416666667vw;
  }
}
header .fv .fv_ttl .fv_ttl_wrap img:nth-child(1) {
  width: 72.8746666667vw;
  margin: 16vw auto 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_ttl .fv_ttl_wrap img:nth-child(1) {
    width: 25.6944444444vw;
    margin: 10.4166666667vw auto 2.7777777778vw;
  }
}
header .fv .fv_ttl .fv_ttl_wrap img:nth-child(2) {
  width: 6.4vw;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_ttl .fv_ttl_wrap img:nth-child(2) {
    width: 2.2222222222vw;
    margin: 0 auto 2.0833333333vw;
  }
}
header .fv .fv_ttl .fv_ttl_wrap p:nth-child(3) {
  font-size: 3.4666666667vw;
  text-align: center;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 769px) {
  header .fv .fv_ttl .fv_ttl_wrap p:nth-child(3) {
    font-size: 1.25vw;
    line-height: 2.2222222222;
    padding-left: 1.0416666667vw;
  }
}
@media screen and (min-width: 769px) {
  header .fv .fv_ttl .fv_ttl_wrap p:nth-child(3) span {
    width: 1.3888888889vw;
    display: inline-block;
  }
}
header .fv .scroll {
  font-size: 3.2vw;
  letter-spacing: 0.08em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  header .fv .scroll {
    font-size: 0.9722222222vw;
    bottom: 4.1666666667vw;
  }
}
header .lead {
  position: relative;
  padding: 14.9333333333vw 0 48vw;
  background: linear-gradient(to top, rgba(7, 23, 37, 0) 0%, rgb(7, 23, 37) 50%);
}
@media screen and (min-width: 769px) {
  header .lead {
    padding: min(8.4745762712vw, 100px) 0 min(25.4237288136vw, 300px);
    background: linear-gradient(to top, rgba(7, 21, 35, 0) 0%, rgb(7, 21, 35) 80%);
  }
}
@media screen and (min-width: 769px) {
  header .lead .lead_pcwrap {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
}
header .lead .lead_pcwrap .lead_wrap p {
  color: #ffffff;
  font-size: 3.4666666667vw;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 769px) {
  header .lead .lead_pcwrap .lead_wrap p {
    font-size: min(1.2711864407vw, 15px);
    line-height: 2.3333333333;
  }
}
header .lead .lead_pcwrap .lead_wrap p + p {
  margin-top: 8vw;
}
@media screen and (min-width: 769px) {
  header .lead .lead_pcwrap .lead_wrap p + p {
    margin-top: min(3.3898305085vw, 40px);
  }
}
header .lead img:nth-child(2) {
  position: absolute;
  width: 5.6vw;
  top: 2.6666666667vw;
  right: 11.7333333333vw;
}
@media screen and (min-width: 769px) {
  header .lead img:nth-child(2) {
    width: min(3.3050847458vw, 39px);
    top: max(-5.0847457627vw, -60px);
    right: max(-9.5762711864vw, -113px);
  }
}
header .lead img:nth-child(3) {
  position: absolute;
  width: 6.4vw;
  bottom: 37.3333333333vw;
  left: 8vw;
}
@media screen and (min-width: 769px) {
  header .lead img:nth-child(3) {
    width: min(5vw, 59px);
    bottom: max(-0.593220339vw, -7px);
    left: max(-10.8474576271vw, -128px);
  }
}

/* 共通 ===================================================== */
.line1 {
  width: 100%;
  height: 1px;
  background-color: #AE9463;
}

.line2 {
  width: 100%;
  height: 1px;
  background-color: #AE9463;
  position: relative;
  box-sizing: border-box;
}
.line2::after {
  content: url(../images/deco1.svg);
  width: 6.4vw;
  position: absolute;
  top: calc(50% + 0.5px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .line2::after {
    width: min(2.3728813559vw, 28px);
  }
}

.line3 {
  width: 100%;
  height: 1px;
  background-color: #061623;
}

.btn_1 a {
  width: 66.6666666667vw;
  line-height: 13.3333333333vw;
  height: 13.3333333333vw;
  margin: 0 auto;
  text-align: center;
  background-image: url(../images/btn1.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn_1 a {
    width: min(25.4237288136vw, 300px);
    line-height: min(5.0847457627vw, 60px);
    height: min(5.0847457627vw, 60px);
  }
}
.btn_1 a::after {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../images/deco1.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 12.2666666667vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .btn_1 a::after {
    width: min(2.0338983051vw, 24px);
    height: min(2.0338983051vw, 24px);
    right: min(4.6610169492vw, 55px);
  }
}

.btn_2 a {
  width: 66.6666666667vw;
  line-height: 13.3333333333vw;
  height: 13.3333333333vw;
  margin: 0 auto;
  text-align: center;
  background-image: url(../images/btn2.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .btn_2 a {
    width: min(25.4237288136vw, 300px);
    line-height: min(5.0847457627vw, 60px);
    height: min(5.0847457627vw, 60px);
  }
}
.btn_2 a::after {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../images/deco4.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 12.2666666667vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .btn_2 a::after {
    width: min(2.0338983051vw, 24px);
    height: min(2.0338983051vw, 24px);
    right: min(4.6610169492vw, 55px);
  }
}

.accordion {
  margin-bottom: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  .accordion {
    margin-bottom: min(1.6949152542vw, 20px);
  }
}
.accordion .accordion-header {
  position: relative;
  z-index: 10;
  font-size: 3.3333333333vw;
  color: #061623;
  margin: 0;
  padding: 0 0 1.3333333333vw 0.2666666667vw;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 0.8vw;
  width: fit-content;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .accordion .accordion-header {
    font-size: min(1.0169491525vw, 12px);
    padding: 0 0 min(0.2542372881vw, 3px) min(0.1694915254vw, 2px);
    gap: min(0.4237288136vw, 5px);
  }
}
.accordion .accordion-header::after {
  content: "";
  display: block;
  width: 96%;
  height: 0.8px;
  background-color: #061623;
  position: absolute;
  left: 0;
  bottom: 0;
}
.accordion .accordion-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 3.7333333333vw;
  width: 4.2666666667vw;
  line-height: 4.2666666667vw;
  border-radius: 100vw;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .accordion .accordion-icon {
    font-size: min(1.186440678vw, 14px);
    width: min(1.5254237288vw, 18px);
    line-height: min(1.5254237288vw, 18px);
  }
}
.accordion .accordion-icon.rotate {
  transform: rotate(45deg);
}
.accordion .accordion-panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 2.6666666667vw;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0 auto 0;
  box-sizing: border-box;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .accordion .accordion-panel {
    font-size: min(1.0169491525vw, 12px);
    margin: min(1.6949152542vw, 20px) auto;
    border-radius: 5px;
  }
}
.accordion .accordion-panel p {
  margin: 7.4666666667vw 0 3.2vw;
}
@media screen and (min-width: 769px) {
  .accordion .accordion-panel p {
    margin: min(1.6949152542vw, 20px) 0 min(1.2711864407vw, 15px);
  }
}
.accordion .accordion-panel p span {
  margin-top: min(0.8474576271vw, 10px);
  display: block;
}
.accordion .accordion-panel.opening,
.accordion .accordion-panel.closing {
  transition: max-height 0.4s ease;
}

/* main ===================================================== */
main {
  position: relative;
  z-index: 10;
  /* sec1
  ===================================================== */
  /* sec2
  ===================================================== */
}
main #sec_1 {
  position: relative;
}
main #sec_1 .item_wrap .item_info .brand_name {
  display: flex;
  align-items: center;
  gap: 3.2vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_info .brand_name {
    gap: min(0.8474576271vw, 10px);
    margin-bottom: min(1.2711864407vw, 15px);
  }
}
main #sec_1 .item_wrap .item_info .brand_name img {
  width: 27.7333333333vw;
  transform: translateX(-5%);
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_info .brand_name img {
    width: min(9.1525423729vw, 108px);
  }
}
main #sec_1 .item_wrap .item_info .brand_name p {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_info .brand_name p {
    font-size: min(0.9322033898vw, 11px);
  }
}
main #sec_1 .item_wrap .item_info .item_name {
  letter-spacing: 0.04em;
}
main #sec_1 .item_wrap .item_info .item_name .en_1 {
  font-size: 6.4vw;
  margin-bottom: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_info .item_name .en_1 {
    font-size: min(2.2372881356vw, 26.4px);
    margin-bottom: min(0.8474576271vw, 10px);
  }
}
main #sec_1 .item_wrap .item_info .item_name .ja_1 {
  font-size: 3.4666666667vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_info .item_name .ja_1 {
    font-size: min(1.2118644068vw, 14.3px);
    margin-bottom: min(1.5254237288vw, 18px);
  }
}
main #sec_1 .item_wrap .item_info .item_price {
  display: flex;
  align-items: center;
}
main #sec_1 .item_wrap .item_info .item_price p:nth-child(1) {
  width: fit-content;
  font-size: 3.2vw;
  margin-right: 3.4666666667vw;
  position: relative;
  padding: 2.1333333333vw 0.5333333333vw 2.4vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_info .item_price p:nth-child(1) {
    font-size: min(1.1186440678vw, 13.2px);
    padding: min(0.8474576271vw, 10px) min(0.2542372881vw, 3px) min(0.8474576271vw, 10px);
    margin-right: min(1.3559322034vw, 16px);
  }
}
main #sec_1 .item_wrap .item_info .item_price p:nth-child(1)::before, main #sec_1 .item_wrap .item_info .item_price p:nth-child(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #AE9463;
}
main #sec_1 .item_wrap .item_info .item_price p:nth-child(1)::before {
  position: absolute;
  top: 0;
  left: 0;
}
main #sec_1 .item_wrap .item_info .item_price p:nth-child(1)::after {
  position: absolute;
  bottom: 0;
  left: 0;
}
main #sec_1 .item_wrap .item_info .item_price p:nth-child(2) {
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_info .item_price p:nth-child(2) {
    font-size: min(1.3983050847vw, 16.5px);
  }
}
main #sec_1 .item_wrap .item_info .item_price p:nth-child(3) {
  font-size: 4.2666666667vw;
  margin: 0 0 0 auto;
  color: #061623;
  background-color: #AE9463;
  width: 16.5333333333vw;
  line-height: 8vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_info .item_price p:nth-child(3) {
    font-size: min(1.4915254237vw, 17.6px);
    width: min(5.7627118644vw, 68px);
    line-height: min(2.7966101695vw, 33px);
  }
}
main #sec_1 .item_wrap .item_block {
  margin-bottom: 20vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_block {
    display: flex;
    justify-content: space-between;
    width: min(89.8305084746vw, 1060px);
    margin: 0 auto min(15.2542372881vw, 180px);
    align-items: center;
  }
}
main #sec_1 .item_wrap .item_block .item_img {
  position: relative;
  width: 89.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_block .item_img {
    width: min(55.9322033898vw, 660px);
    margin: 0;
  }
  main #sec_1 .item_wrap .item_block .item_img img {
    width: 100%;
  }
}
main #sec_1 .item_wrap .item_block .item_img img:nth-child(2) {
  width: 62.9333333333vw;
  position: absolute;
  top: -18.6666666667vw;
  left: 5.0666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_block .item_img img:nth-child(2) {
    width: min(31.6949152542vw, 374px);
    top: max(-9.3220338983vw, -110px);
    left: min(1.6949152542vw, 20px);
  }
}
main #sec_1 .item_wrap .item_block .item_img img:nth-child(3) {
  width: 5.6vw;
  position: absolute;
  top: -10.6666666667vw;
  right: 0;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_block .item_img img:nth-child(3) {
    width: min(2.8474576271vw, 33.6px);
    top: max(-4.7457627119vw, -56px);
    right: min(19.6610169492vw, 232px);
  }
}
main #sec_1 .item_wrap .item_block .item_right {
  width: 84vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_block .item_right {
    width: min(29.3220338983vw, 346px);
    margin: 0;
  }
}
main #sec_1 .item_wrap .item_block .item_right .item_info {
  padding: 10.6666666667vw 3.6vw 11.7333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_block .item_right .item_info {
    padding: 0 min(0.9745762712vw, 11.5px) min(3.813559322vw, 45px);
  }
}
main #sec_1 .item_wrap .item_block .item_right .item_sche div:nth-child(1) {
  margin-bottom: 9.8666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_block .item_right .item_sche div:nth-child(1) {
    margin-bottom: min(3.3898305085vw, 40px);
  }
}
main #sec_1 .item_wrap .item_block .item_right .item_sche div:nth-child(3) {
  margin-top: 8vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_block .item_right .item_sche div:nth-child(3) {
    margin-top: min(2.5423728814vw, 30px);
  }
}
main #sec_1 .item_wrap .item_block .item_right .item_sche .sche_wrap {
  padding-left: 8vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_block .item_right .item_sche .sche_wrap {
    padding-left: min(1.3559322034vw, 16px);
  }
}
main #sec_1 .item_wrap .item_block .item_right .item_sche .sche_wrap p:nth-child(1) {
  font-size: 4.2666666667vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_block .item_right .item_sche .sche_wrap p:nth-child(1) {
    font-size: min(1.4915254237vw, 17.6px);
    margin-bottom: min(1.6949152542vw, 20px);
  }
}
main #sec_1 .item_wrap .item_block .item_right .item_sche .sche_wrap p:nth-child(2) {
  font-size: 3.7333333333vw;
  padding-left: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_block .item_right .item_sche .sche_wrap p:nth-child(2) {
    font-size: min(1.3050847458vw, 15.4px);
    padding-left: min(1.8644067797vw, 22px);
    margin-bottom: min(1.8644067797vw, 22px);
  }
}
main #sec_1 .item_wrap .item_block .item_right .item_sche .sche_wrap p:nth-child(2)::before {
  content: url(../images/deco1.svg);
  width: 5.8666666667vw;
  position: absolute;
  left: -1.6vw;
  top: -1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_block .item_right .item_sche .sche_wrap p:nth-child(2)::before {
    width: min(2.0338983051vw, 24px);
    left: max(-0.6779661017vw, -8px);
    top: max(-0.4237288136vw, -5px);
  }
}
main #sec_1 .item_wrap .item_block .item_right .item_sche .sche_wrap p:nth-child(3) {
  font-size: 2.9333333333vw;
  line-height: 1.8181818182;
  margin-bottom: 2.6666666667vw;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_block .item_right .item_sche .sche_wrap p:nth-child(3) {
    font-size: min(1.0169491525vw, 12px);
    margin-bottom: min(0.6779661017vw, 8px);
  }
}
main #sec_1 .item_wrap .item_block .item_right .item_sche .sche_wrap p:nth-child(4) {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_block .item_right .item_sche .sche_wrap p:nth-child(4) {
    font-size: min(1.0169491525vw, 12px);
  }
}
main #sec_1 .item_wrap .item_block .item_right .item_sche .sche_wrap p:nth-child(4) a {
  display: inline;
  text-decoration: underline;
  text-underline-offset: 4px;
}
main #sec_1 .item_wrap .item_message .message_wrap {
  position: relative;
  padding-top: 318.9333333333vw;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_wrap {
    width: min(91.5254237288vw, 1080px);
    padding-top: min(117.7966101695vw, 1390px);
    margin-bottom: auto;
    margin: 0 auto min(10.1694915254vw, 120px);
  }
}
main #sec_1 .item_wrap .item_message .message_wrap > img:nth-child(1) {
  position: absolute;
  width: 69.3333333333vw;
  top: 14.6666666667vw;
  left: 22.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_wrap > img:nth-child(1) {
    width: min(55.9322033898vw, 660px);
    top: 0;
    left: min(35.593220339vw, 420px);
  }
}
main #sec_1 .item_wrap .item_message .message_wrap > div:nth-child(2) > img:nth-child(1) {
  position: absolute;
  width: 47.6vw;
  top: 0.9333333333vw;
  left: 9.7333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_wrap > div:nth-child(2) > img:nth-child(2) {
    position: absolute;
    width: min(40.5084745763vw, 478px);
    top: min(11.5254237288vw, 136px);
    left: min(0vw, 0px);
  }
}
main #sec_1 .item_wrap .item_message .message_wrap > img:nth-child(3) {
  position: absolute;
  width: 6.4vw;
  top: 33.3333333333vw;
  left: 9.6vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_wrap > img:nth-child(3) {
    position: absolute;
    width: min(3.2203389831vw, 38px);
    top: min(21.4406779661vw, 253px);
    left: min(26.5254237288vw, 313px);
  }
}
main #sec_1 .item_wrap .item_message .message_wrap > div:nth-child(4) > p:nth-child(1) {
  position: absolute;
  font-size: 4.2666666667vw;
  line-height: 1.875;
  top: 85.0666666667vw;
  left: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_wrap > div:nth-child(4) > p:nth-child(1) {
    position: absolute;
    font-size: min(1.5254237288vw, 18px);
    top: min(22.4576271186vw, 265px);
    left: min(0vw, 0px);
  }
}
main #sec_1 .item_wrap .item_message .message_wrap > div:nth-child(4) > p:nth-child(2) {
  position: absolute;
  font-size: 3.2vw;
  line-height: 2;
  width: 81.3333333333vw;
  top: 105.6vw;
  left: 10.6666666667vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_wrap > div:nth-child(4) > p:nth-child(2) {
    position: absolute;
    font-size: min(1.186440678vw, 14px);
    width: min(29.6610169492vw, 350px);
    top: min(30vw, 354px);
    left: min(0vw, 0px);
  }
}
main #sec_1 .item_wrap .item_message .message_wrap > img:nth-child(5) {
  position: absolute;
  width: 44.8vw;
  top: 141.8666666667vw;
  left: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_wrap > img:nth-child(5) {
    position: absolute;
    width: min(30.5084745763vw, 360px);
    top: min(58.3050847458vw, 688px);
    left: min(0vw, 0px);
  }
}
main #sec_1 .item_wrap .item_message .message_wrap > img:nth-child(6) {
  position: absolute;
  width: 8.8vw;
  top: 164.8vw;
  left: 81.6vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_wrap > img:nth-child(6) {
    position: absolute;
    width: min(4.7008474576vw, 55.47px);
    top: min(69.2796610169vw, 817.5px);
    left: min(85.1694915254vw, 1005px);
  }
}
main #sec_1 .item_wrap .item_message .message_wrap > div:nth-child(7) > img:nth-child(1) {
  position: absolute;
  width: 43.9466666667vw;
  top: 181.3333333333vw;
  left: 48vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_wrap > div:nth-child(7) > img:nth-child(2) {
    position: absolute;
    width: min(38.0508474576vw, 449px);
    top: min(66.9491525424vw, 790px);
    left: min(44.0677966102vw, 520px);
  }
}
main #sec_1 .item_wrap .item_message .message_wrap > p:nth-child(8) {
  position: absolute;
  font-size: 4.2666666667vw;
  line-height: 1.875;
  top: 213.3333333333vw;
  left: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_wrap > p:nth-child(8) {
    position: absolute;
    font-size: min(1.5254237288vw, 18px);
    top: min(75.9745762712vw, 896.5px);
    left: min(44.0677966102vw, 520px);
  }
}
main #sec_1 .item_wrap .item_message .message_wrap > img:nth-child(9) {
  position: absolute;
  width: 66.6666666667vw;
  top: 240vw;
  left: 22.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_wrap > img:nth-child(9) {
    position: absolute;
    width: min(47.4576271186vw, 560px);
    top: min(83.6016949153vw, 986.5px);
    left: min(44.0677966102vw, 520px);
  }
}
main #sec_1 .item_wrap .item_message .message_wrap > p:nth-child(10) {
  position: absolute;
  font-size: 3.2vw;
  line-height: 2;
  width: 66.6666666667vw;
  top: 297.3333333333vw;
  left: 22.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_wrap > p:nth-child(10) {
    position: absolute;
    font-size: min(1.186440678vw, 14px);
    width: min(30.5084745763vw, 360px);
    top: min(102.5vw, 1209.5px);
    left: min(0vw, 0px);
  }
}
main #sec_1 .item_wrap .item_message .message_bottom {
  margin-bottom: 18.1333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_bottom {
    margin-bottom: min(13.5593220339vw, 160px);
  }
}
main #sec_1 .item_wrap .item_message .message_bottom > img:nth-child(1) {
  width: 85.3333333333vw;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_bottom > img:nth-child(1) {
    width: min(41.1016949153vw, 485px);
    margin: 0 auto min(3.0508474576vw, 36px);
  }
}
main #sec_1 .item_wrap .item_message .message_bottom > p:nth-child(2) {
  font-size: 4.2666666667vw;
  text-align: center;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_bottom > p:nth-child(2) {
    font-size: min(1.5254237288vw, 18px);
    margin-bottom: min(6.6949152542vw, 79px);
  }
}
main #sec_1 .item_wrap .item_message .message_bottom > div:nth-child(3) {
  position: relative;
}
main #sec_1 .item_wrap .item_message .message_bottom > div:nth-child(3) img {
  width: 89.3333333333vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_bottom > div:nth-child(3) img {
    width: min(72.8813559322vw, 860px);
    margin: 0 auto min(5.4237288136vw, 64px);
  }
}
main #sec_1 .item_wrap .item_message .message_bottom > div:nth-child(3) p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.6666666667vw;
  font-size: 1.4666666667vw;
  letter-spacing: -0.01em;
  line-height: 1.4545454545;
  width: 84vw;
  color: #061623;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_bottom > div:nth-child(3) p {
    bottom: min(2.2033898305vw, 26px);
    font-size: min(0.6779661017vw, 8px);
    letter-spacing: 0.08em;
    width: min(62.7118644068vw, 740px);
  }
}
main #sec_1 .item_wrap .item_message .message_bottom .item_info {
  width: 76.8vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_bottom .item_info {
    width: min(44.9152542373vw, 530px);
  }
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_bottom .item_info .item_name {
    display: flex;
    align-items: center;
    gap: min(1.6949152542vw, 20px);
    margin-bottom: min(1.186440678vw, 14px);
  }
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_wrap .item_message .message_bottom .item_info .item_name .ja_1 {
    margin-bottom: 0;
  }
}
main #sec_1 .other_item {
  margin-bottom: 25.6vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .other_item {
    margin-bottom: auto;
    width: min(91.5254237288vw, 1080px);
    margin: 0 auto min(13.5593220339vw, 160px);
    overflow: hidden;
    padding-top: min(1.6949152542vw, 20px);
  }
}
main #sec_1 .other_item .line2 {
  width: 84vw;
  margin: 0 auto 18.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .other_item .line2 {
    width: 100%;
    margin: 0 auto min(10.1694915254vw, 120px);
  }
}
main #sec_1 .other_item .ttl img {
  width: 58.6666666667vw;
  margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .other_item .ttl img {
    width: min(25.4237288136vw, 300px);
    margin: 0 auto min(2.9661016949vw, 35px);
  }
}
main #sec_1 .other_item .ttl p {
  font-size: 2.9333333333vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main #sec_1 .other_item .ttl p {
    font-size: min(1.2711864407vw, 15px);
  }
}
main #sec_1 .other_item .item_list.swiper-wrapper {
  font-size: 2.6666666667vw;
  padding: 2.6666666667vw 0;
  margin: 10.6666666667vw auto 13.3333333333vw;
  /* 自動取得中身 ===================================================== */
}
@media screen and (min-width: 769px) {
  main #sec_1 .other_item .item_list.swiper-wrapper {
    font-size: min(1.0169491525vw, 12px);
    padding: min(0.8474576271vw, 10px) 0;
    margin: min(6.7796610169vw, 80px) auto min(9.0677966102vw, 107px);
  }
}
main #sec_1 .other_item .item_list.swiper-wrapper a {
  position: relative;
  color: inherit;
}
main #sec_1 .other_item .item_list.swiper-wrapper a::after {
  content: "BUY";
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: YakuHanMPs, the-seasons, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 0.5px;
  color: #ffffff;
}
main #sec_1 .other_item .item_list.swiper-wrapper img {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .other_item .item_list.swiper-wrapper img {
    margin-bottom: min(1.186440678vw, 14px);
  }
}
main #sec_1 .other_item .item_list.swiper-wrapper .price.salecolor {
  display: inline;
  color: #dc0921 !important;
}
main #sec_1 .other_item .item_list.swiper-wrapper .text-red {
  display: inline;
  color: #dc0921;
  font-size: 0.8em;
}
main #sec_1 .other_item .item_list.swiper-wrapper .price .tt02 {
  display: inline;
  color: #dc0921 !important;
  font-size: 0.8em;
  letter-spacing: 0.04em;
}
main #sec_1 .other_item .item_list.swiper-wrapper .salecolor + .price {
  display: inline;
  color: #dc0921;
}
main #sec_1 .other_item .item_list.swiper-wrapper p.photo span {
  display: none;
}
main #sec_1 .other_item .item_list.swiper-wrapper .ico_box,
main #sec_1 .other_item .item_list.swiper-wrapper img + span {
  display: none;
}
main #sec_1 .other_item .item_list.swiper-wrapper .ico_box + p {
  display: none;
}
main #sec_1 .other_item .item_list.swiper-wrapper .textOverflow,
main #sec_1 .other_item .item_list.swiper-wrapper .label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 1.6vw;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  main #sec_1 .other_item .item_list.swiper-wrapper .textOverflow,
  main #sec_1 .other_item .item_list.swiper-wrapper .label {
    margin-bottom: 12px;
  }
}
main #sec_2 {
  position: relative;
  background-color: #E3DFDA;
  padding: 23.4666666667vw 0;
  color: #061623;
}
@media screen and (min-width: 769px) {
  main #sec_2 {
    padding: min(13.5593220339vw, 160px) 0;
  }
}
main #sec_2 .sec_ttl {
  text-align: center;
}
main #sec_2 .sec_ttl p:nth-child(1) {
  font-size: 3.7333333333vw;
  letter-spacing: 0.04em;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .sec_ttl p:nth-child(1) {
    font-size: min(1.3559322034vw, 16px);
    margin-bottom: min(0.8474576271vw, 10px);
  }
}
main #sec_2 .sec_ttl p:nth-child(2) {
  font-size: 9.6vw;
  letter-spacing: 0.04em;
  margin-bottom: 4.5333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .sec_ttl p:nth-child(2) {
    font-size: min(4.5762711864vw, 54px);
    margin-bottom: min(1.9491525424vw, 23px);
  }
}
main #sec_2 .sec_ttl p:nth-child(3) {
  font-size: 2.9333333333vw;
  margin-bottom: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .sec_ttl p:nth-child(3) {
    font-size: min(1.1016949153vw, 13px);
    margin-bottom: min(3.2542372881vw, 38.4px);
  }
}
main #sec_2 .sec_ttl img:nth-child(4) {
  width: 5.3333333333vw;
  margin: 0 auto 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .sec_ttl img:nth-child(4) {
    width: min(2.3728813559vw, 28px);
    margin: 0 auto min(3.8983050847vw, 46px);
  }
}
main #sec_2 .sec_ttl p:nth-child(5) {
  font-size: 3.2vw;
  margin-bottom: 14.1333333333vw;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  main #sec_2 .sec_ttl p:nth-child(5) {
    font-size: min(1.186440678vw, 14px);
    margin-bottom: min(10.1694915254vw, 120px);
  }
}
@media screen and (min-width: 769px) {
  main #sec_2 .brand_flex {
    width: min(91.5254237288vw, 1080px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
main #sec_2 .sec_brand {
  width: 89.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec_2 .sec_brand {
    width: min(42.3728813559vw, 500px);
    margin: 0;
  }
}
main #sec_2 .sec_brand .line3 {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .sec_brand .line3 {
    margin-bottom: min(4.6330508475vw, 54.67px);
  }
}
main #sec_2 .sec_brand .brand_info {
  width: 81.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec_2 .sec_brand .brand_info {
    width: min(38.9830508475vw, 460px);
  }
}
main #sec_2 .sec_brand .brand_info .brand_logo {
  margin-bottom: 4vw;
}
main #sec_2 .sec_brand .brand_info .brand_logo img {
  width: auto;
  height: 6.9333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .sec_brand .brand_info .brand_logo img {
    height: min(3.1186440678vw, 36.8px);
  }
}
@media screen and (min-width: 769px) {
  main #sec_2 .sec_brand .brand_info .brand_logo {
    margin-bottom: min(1.7330508475vw, 20.45px);
  }
}
main #sec_2 .sec_brand .brand_info .accordion_flex {
  width: 81.3333333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  main #sec_2 .sec_brand .brand_info .accordion_flex {
    width: min(35.593220339vw, 420px);
  }
}
main #sec_2 .sec_brand .brand_info .accordion_flex > p:nth-child(1) {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .sec_brand .brand_info .accordion_flex > p:nth-child(1) {
    font-size: min(0.9322033898vw, 11px);
  }
}
main #sec_2 .sec_brand .item_wrap {
  width: 84vw;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .sec_brand .item_wrap {
    width: min(40.6779661017vw, 480px);
    margin: 0 auto min(10.1694915254vw, 120px);
    overflow: hidden;
  }
}
main #sec_2 .item_box {
  display: flex;
  justify-content: space-between;
  width: 82.1333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec_2 .item_box {
    width: min(35.593220339vw, 420px);
    margin: 0 auto 0 min(0.8474576271vw, 10px);
    gap: 20px;
    justify-content: center;
  }
}
main #sec_2 .item_box li {
  width: 38.4vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .item_box li {
    width: min(16.9491525424vw, 200px);
  }
}
main #sec_2 .item_img {
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .item_img {
    margin-bottom: min(1.0169491525vw, 12px);
  }
}
main #sec_2 .item_info p {
  font-size: 2.6666666667vw;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .item_info p {
    font-size: 11.5px;
    margin-bottom: min(0.5084745763vw, 6px);
  }
}
main #sec_2 .price_box {
  display: flex;
  align-items: middle;
  justify-content: space-between;
}
main #sec_2 .buy_btn1 {
  font-size: 2.9333333333vw;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and (min-width: 769px) {
  main #sec_2 .buy_btn1 {
    font-size: 12.38px;
  }
}
main #sec_2 .brand_3 .brand_logo img {
  width: auto;
  height: 10.6666666667vw !important;
}
@media screen and (min-width: 769px) {
  main #sec_2 .brand_3 .brand_logo img {
    height: min(4.2372881356vw, 50px) !important;
  }
}
@media screen and (min-width: 769px) {
  main #sec_2 .brand_4 .brand_logo img {
    height: min(2.5423728814vw, 30px) !important;
    padding: min(0.8474576271vw, 10px) 0 min(0.8474576271vw, 10px);
  }
}
main #sec_2 .brand_5 .brand_logo img {
  width: auto;
  height: 9.6vw !important;
}
@media screen and (min-width: 769px) {
  main #sec_2 .brand_5 .brand_logo img {
    height: min(3.3898305085vw, 40px) !important;
  }
}
main #sec_2 .brand_6 .brand_logo img {
  width: auto;
  height: 9.0666666667vw !important;
}
@media screen and (min-width: 769px) {
  main #sec_2 .brand_6 .brand_logo img {
    height: min(3.3898305085vw, 40px) !important;
  }
}
@media screen and (min-width: 769px) {
  main #sec_2 .brand_7 {
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 769px) {
  main #sec_2 .brand_7 .item_box {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  main #sec_2 .brand_7 .brand_logo img {
    height: min(2.5423728814vw, 30px) !important;
  }
}

/* footer ===================================================== */
footer {
  position: relative;
  z-index: 5;
  padding: 24vw 0 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  footer {
    padding: min(10vw, 118px) 0 min(8.4745762712vw, 100px);
  }
}
footer .footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.6666666667vw;
  margin: 0 auto 14.9333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns {
    gap: 40px;
    margin: 0 auto 60px;
  }
}
footer .footer_sns li:nth-child(1) {
  width: 6.1333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(1) {
    width: 28px;
  }
}
footer .footer_sns li:nth-child(2) {
  width: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(2) {
    width: 24px;
  }
}
footer .footer_sns li:nth-child(3) {
  width: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(3) {
    width: 36px;
  }
}
footer .footer_logo {
  width: 49.8666666667vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  footer .footer_logo {
    width: 210px;
    margin: 0 auto 50px;
  }
}
footer .copyright {
  color: #AE9463;
  font-size: 2.1333333333vw;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  footer .copyright {
    font-size: 10px;
    margin: 0 auto;
  }
}

/* totop
===================================================== */
.want_btn {
  width: 19.2vw;
  height: auto;
  position: fixed;
  z-index: 100;
  bottom: 22.9333333333vw;
  right: 1.3333333333vw;
  transition: all 0.6s;
}
@media screen and (min-width: 769px) {
  .want_btn {
    width: min(7.2881355932vw, 86px);
    bottom: min(8.4745762712vw, 100px);
    right: min(1.6949152542vw, 20px);
  }
}
.want_btn img {
  opacity: 1;
  transition: all 0.6s;
  cursor: pointer;
}
.want_btn img:hover {
  opacity: 0.6;
  transition: all 0.6s;
  cursor: pointer;
}

.totop {
  width: 19.2vw;
  height: auto;
  position: fixed;
  z-index: 100;
  bottom: 4vw;
  right: 1.3333333333vw;
  transition: all 0.6s;
}
@media screen and (min-width: 769px) {
  .totop {
    width: min(7.2881355932vw, 86px);
    bottom: min(1.2711864407vw, 15px);
    right: min(1.6949152542vw, 20px);
  }
}
.totop img {
  opacity: 1;
  transition: all 0.6s;
  cursor: pointer;
}
.totop img:hover {
  opacity: 0.6;
  transition: all 0.6s;
  cursor: pointer;
}

.sparkle {
  animation: sparkle 1s infinite ease-in-out;
}

@keyframes sparkle {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.star1 {
  animation-delay: 0.5s;
}

.star2 {
  animation-delay: 0.8s;
}

.sparkle2 {
  animation: sparkle2 2s infinite ease-in-out;
  animation-delay: 0.5s;
  /* 1秒遅らせる */
}

@keyframes sparkle2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */