* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
*:before, *:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "fot-udmincho-pr6n", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.938vw;
  color: #536bb5;
  background: #ffffff;
}
body img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.271vw;
  }
  body img {
    pointer-events: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.flex {
  display: flex;
}

.grid {
  display: grid;
}

a {
  display: block;
}

section {
  position: relative;
}

#load {
  display: none;
  background: #ffffff;
  position: fixed;
  height: 100svh;
  width: 100%;
  z-index: 999;
  transition: 0.2s;
  transition-delay: 2s;
}
#load.load_active {
  animation: view 0.5s ease-in-out 1s forwards;
}
@keyframes view {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

main #mv {
  height: 53.906vw;
  background: url(./images/mv_img.png) no-repeat center top/cover;
  -webkit-mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 200% 0;
  mask-position: 200% 0;
  transition: all 2.5s 1.5s;
  z-index: 1;
}
main #mv h1 {
  width: 28.75vw;
  padding-top: 7.187vw;
  margin-left: auto;
  margin-right: 8.125vw;
  opacity: 0;
  transform: scale(1.02);
  filter: blur(10px);
  transition: all 1s 3.5s;
}
@media screen and (max-width: 767px) {
  main #mv {
    height: 223.598vw;
    background: url(./images/sp/mv_img.png) no-repeat center top/cover;
  }
  main #mv h1 {
    width: 82.243vw;
    margin: 0 auto;
    padding-top: 62.617vw;
  }
}
main #mv.mv_active {
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
main #mv.mv_active h1 {
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}
main #intro {
  background-color: #ffffff;
  padding-top: 9.063vw;
  padding-bottom: 19.01vw;
}
@media screen and (max-width: 767px) {
  main #intro {
    padding-top: 19.159vw;
    padding-bottom: 43.224vw;
  }
}
main #intro .intro_inner {
  width: 90%;
  max-width: 80.833vw;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main #intro .intro_inner {
    display: block;
    width: 100%;
    max-width: 83.645vw;
  }
}
main #intro .intro_inner .intro_img {
  width: 50%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main #intro .intro_inner .intro_img {
    width: 85%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
main #intro .intro_inner .intro_img::before, main #intro .intro_inner .intro_img::after {
  content: "";
  width: 36.563vw;
  height: 53.177vw;
  position: absolute;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  main #intro .intro_inner .intro_img::before, main #intro .intro_inner .intro_img::after {
    width: 100%;
    height: 100%;
  }
}
main #intro .intro_inner .intro_img::before {
  border: 1px solid #adbad5;
  top: -1.823vw;
  left: 0;
  z-index: -1;
  opacity: 0;
  transform: translate(5%, 3.5%);
}
@media screen and (max-width: 767px) {
  main #intro .intro_inner .intro_img::before {
    top: -3.271vw;
    left: -3.271vw;
    transform: translate(4%, 2.8%);
  }
}
main #intro .intro_inner .intro_img::after {
  background-color: #d0daef;
  top: 2.031vw;
  right: 0;
  z-index: -2;
  opacity: 0;
  transform: translate(-5.5%, -3.7%);
}
@media screen and (max-width: 767px) {
  main #intro .intro_inner .intro_img::after {
    top: 3.271vw;
    right: -3.271vw;
    transform: translate(-4%, -3%);
  }
}
main #intro .intro_inner .intro_img.active::before, main #intro .intro_inner .intro_img.active::after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition-delay: 2s;
}
main #intro .intro_inner .intro_img.active .img_mask {
  -webkit-mask-position: center 0;
  mask-position: center 0;
}
main #intro .intro_inner .intro_img.active .img_mask img {
  opacity: 1;
  filter: blur(0) brightness(1);
}
main #intro .intro_inner .intro_img .img_mask {
  width: 36.563vw;
  margin-left: 1.823vw;
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 41.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  mask-image: linear-gradient(-25deg, transparent, transparent 41.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-size: 100% max(300%, 100vh);
  mask-size: 100% max(300%, 100vh);
  -webkit-mask-position: center 100%;
  mask-position: center 100%;
  -webkit-mask-repeat: none;
  mask-repeat: none;
  -webkit-mask-position: center 0;
          mask-position: center 0;
  transition: -webkit-mask-position 1.4s linear 0.5s;
  transition: mask-position 1.4s linear 0.5s;
  transition: mask-position 1.4s linear 0.5s, -webkit-mask-position 1.4s linear 0.5s;
}
@media screen and (max-width: 767px) {
  main #intro .intro_inner .intro_img .img_mask {
    width: 100%;
    margin-left: 0;
    -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 51.6666666667%, rgba(0, 0, 0, 0.02) 53.3333333333%, rgba(0, 0, 0, 0.08) 55%, rgba(0, 0, 0, 0.18) 56.6666666667%, rgba(0, 0, 0, 0.32) 58.3333333333%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.68) 61.6666666667%, rgba(0, 0, 0, 0.82) 63.3333333333%, rgba(0, 0, 0, 0.92) 65%, rgba(0, 0, 0, 0.98) 66.6666666667%, #000 68.3333333333%, #000);
    mask-image: linear-gradient(-25deg, transparent, transparent 51.6666666667%, rgba(0, 0, 0, 0.02) 53.3333333333%, rgba(0, 0, 0, 0.08) 55%, rgba(0, 0, 0, 0.18) 56.6666666667%, rgba(0, 0, 0, 0.32) 58.3333333333%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.68) 61.6666666667%, rgba(0, 0, 0, 0.82) 63.3333333333%, rgba(0, 0, 0, 0.92) 65%, rgba(0, 0, 0, 0.98) 66.6666666667%, #000 68.3333333333%, #000);
    transition: -webkit-mask-position 2s linear 0.5s;
    transition: mask-position 2s linear 0.5s;
    transition: mask-position 2s linear 0.5s, -webkit-mask-position 2s linear 0.5s;
  }
}
main #intro .intro_inner .intro_img .img_mask img {
  opacity: 0;
  filter: blur(10px) brightness(1.9);
  transition: opacity 1s 0.6s, filter 1s 0.8s;
}
@media screen and (max-width: 767px) {
  main #intro .intro_inner .intro_img .img_mask img {
    transition: opacity 1s 0.5s, filter 1s 0.7s;
  }
}
main #intro .intro_inner .intro_txt {
  width: 42%;
  padding-top: 6.25vw;
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main #intro .intro_inner .intro_txt {
    width: 100%;
    padding-top: 26.168vw;
    letter-spacing: normal;
  }
}
main #intro .intro_inner .intro_txt h2 {
  font-size: 1.979vw;
  line-height: 1.84;
  text-align: center;
  width: 23.75vw;
  padding-left: 0.781vw;
  margin-bottom: 7.135vw;
  position: relative;
  z-index: 0;
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.8s 1s;
}
@media screen and (max-width: 767px) {
  main #intro .intro_inner .intro_txt h2 {
    font-size: 5.14vw;
    line-height: 1.63;
    letter-spacing: 0.2em;
    width: 79.439vw;
    padding: 0.467vw 0;
    margin: 0 auto;
    margin-bottom: 36.682vw;
    text-shadow: 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255);
    transition: all 0.6s;
  }
}
main #intro .intro_inner .intro_txt h2::before, main #intro .intro_inner .intro_txt h2::after {
  content: "";
  width: 0.729vw;
  height: 0.729vw;
  background: url(./images/intro_title_frame.svg) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main #intro .intro_inner .intro_txt h2::before, main #intro .intro_inner .intro_txt h2::after {
    width: 8.879vw;
    height: 8.879vw;
    background: url(./images/sp/intro_title_frame_back.webp) no-repeat;
    background-size: contain;
  }
}
main #intro .intro_inner .intro_txt h2::before {
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  main #intro .intro_inner .intro_txt h2::before {
    top: -4.673vw;
    left: -3.505vw;
  }
}
main #intro .intro_inner .intro_txt h2::after {
  bottom: 0;
  right: -1.354vw;
  transform: scale(-1, -1);
}
@media screen and (max-width: 767px) {
  main #intro .intro_inner .intro_txt h2::after {
    bottom: -4.673vw;
    right: -3.505vw;
  }
}
main #intro .intro_inner .intro_txt h2.active {
  opacity: 1;
  transform: translateY(0);
}
main #intro .intro_inner .intro_txt p {
  line-height: 2.77;
  padding-left: 0.781vw;
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.6s 1s;
}
@media screen and (max-width: 767px) {
  main #intro .intro_inner .intro_txt p {
    font-size: 4.206vw;
    line-height: 1.66;
    padding-left: 0;
    text-align: right;
    text-shadow: 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255);
    transition: all 0.8s 0.3s;
  }
}
main #intro .intro_inner .intro_txt p.active {
  opacity: 1;
  transform: translateY(0);
}
main #goods {
  padding-top: 15.573vw;
  background: url(./images/goods_deco_03.webp) no-repeat #f4f5f7 right 11% top 5.417vw/29%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main #goods {
    padding-top: 24.766vw;
    background: url(./images/goods_deco_03.webp) no-repeat #f4f5f7 right 1% top 14.72vw/44%;
  }
}
main #goods::before {
  content: "";
  width: 100%;
  height: 2.135vw;
  background: url(./images/goods_bg_wave.webp) repeat-x;
  background-size: contain;
  position: absolute;
  top: -2.135vw;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main #goods::before {
    height: 2.103vw;
    top: -1.869vw;
  }
}
main #goods h2 {
  font-size: 3.125vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 39.219vw;
  height: 4.792vw;
  margin-left: 11.979vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  main #goods h2 {
    font-size: 5.607vw;
    width: 72.43vw;
    height: 9.112vw;
    margin-left: 4.907vw;
  }
}
main #goods h2.active .goods_title_flont {
  -webkit-mask-position: -1600% 0;
          mask-position: -1600% 0;
}
main #goods h2 .goods_title_flont {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #536bb5;
  z-index: 1;
  -webkit-mask-image: url("./images/mask_goods_title.png?202506031259");
          mask-image: url("./images/mask_goods_title.png?202506031259");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 65% 0;
          mask-position: 65% 0;
  -webkit-mask-size: 107%;
          mask-size: 107%;
  transition: all 0.8s 0.5s;
}
main #goods h2 .goods_title_flont span {
  filter: brightness(0) invert(1);
}
main #goods h2 span {
  position: relative;
  z-index: 0;
  padding-right: 3.646vw;
}
@media screen and (max-width: 767px) {
  main #goods h2 span {
    padding-right: 7.477vw;
  }
}
main #goods h2 span::after {
  content: "";
  width: 3.073vw;
  height: 3.073vw;
  background: url(./images/icon_rocket.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main #goods h2 span::after {
    width: 5.607vw;
    height: 5.607vw;
  }
}
main #goods .goods_inner {
  width: 90%;
  max-width: 77.344vw;
  margin: 0 auto;
  margin-top: 7.344vw;
  margin-bottom: 2.292vw;
}
@media screen and (max-width: 767px) {
  main #goods .goods_inner {
    width: 95%;
    max-width: 94.393vw;
    margin-top: 15.4vw;
    margin-bottom: 22.6vw;
  }
}
main #goods .goods_list {
  grid-template-columns: repeat(4, 1fr);
  gap: 6.25vw 1.563vw;
  opacity: 0;
  transform: translateY(5%);
  transition: all 0.8s;
}
@media screen and (max-width: 767px) {
  main #goods .goods_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10.047vw 1.168vw;
  }
}
main #goods .goods_list.active {
  opacity: 1;
  transform: translateY(0);
}
main #goods .goods_list li {
  position: relative;
  z-index: 0;
}
main #goods .goods_list li.shop_only::after {
  content: "";
  width: 4.948vw;
  height: 1.302vw;
  background: url(./images/icon_shoponly.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 1.042vw;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main #goods .goods_list li.shop_only::after {
    width: 14.953vw;
    height: 4.439vw;
    top: 2.673vw;
  }
}
main #goods .goods_list li a .goods_img {
  width: 15.99vw;
  height: 15.99vw;
  background: #5c71a9;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main #goods .goods_list li a .goods_img {
    width: 42.056vw;
    height: 42.056vw;
  }
}
main #goods .goods_list li a .goods_img::before {
  content: "";
  width: 17.813vw;
  height: 17.813vw;
  background: url(./images/goods_frame.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main #goods .goods_list li a .goods_img::before {
    width: 46.963vw;
    height: 46.963vw;
  }
}
main #goods .goods_list li a .goods_img .goods_img_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
main #goods .goods_list li a .goods_img .goods_img_inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  z-index: -1;
  transition: all 0.4s;
}
main #goods .goods_list li a .goods_img img {
  width: 75%;
  height: 75%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.4s;
}
main #goods .goods_list li a .goods_detail {
  font-size: 0.9vw;
  line-height: 1.33;
  letter-spacing: 0.1em;
  width: 88%;
  margin: 0 auto;
  margin-top: 1.25vw;
}
main #goods .goods_list li a .goods_detail span {
  font-size: 1.354vw;
}
main #goods .goods_list li a .goods_detail-price {
  margin-top: 0.521vw;
}
@media screen and (max-width: 767px) {
  main #goods .goods_list li a .goods_detail {
    font-size: 2.4vw;
    width: 92%;
    margin-top: 4.907vw;
  }
  main #goods .goods_list li a .goods_detail span {
    font-size: 3.271vw;
  }
  main #goods .goods_list li a .goods_detail-price {
    margin-top: 3.505vw;
  }
}
@media screen and (min-width: 767px) {
  main #goods .goods_list li a:hover .goods_img_inner::after {
    transform: translate(-50%, -50%) scale(1);
  }
  main #goods .goods_list li a:hover img {
    opacity: 0.5;
  }
}
main #goods .goods_deco_box_01 {
  position: absolute;
  height: 90%;
  top: 15.573vw;
  left: 4.948vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main #goods .goods_deco_box_01 {
    width: 76.168vw;
    height: 2.57vw;
    top: auto;
    bottom: 33.4vw;
    left: 0;
  }
}
main #goods .goods_deco_box_01::before {
  content: "";
  width: 0.052vw;
  height: 100%;
  background-color: #8ea0cc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  main #goods .goods_deco_box_01::before {
    width: 21.262vw;
    height: 0.234vw;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
main #goods .goods_deco_box_01 span {
  width: 0.99vw;
  padding: 4.167vw 0;
  background-color: #f4f5f7;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main #goods .goods_deco_box_01 span {
    width: 50.701vw;
    height: 2.57vw;
    padding: 0;
    background-color: transparent;
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(0, -50%);
  }
}
main #goods .goods_deco_box_01 span img {
  width: 0.99vw;
}
@media screen and (max-width: 767px) {
  main #goods .goods_deco_box_01 span img {
    width: 50.701vw;
    vertical-align: top;
  }
}
main #goods .goods_deco_box_02 {
  position: absolute;
  height: 55%;
  top: 27.5vw;
  right: 4.948vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main #goods .goods_deco_box_02 {
    width: 76.168vw;
    height: 2.57vw;
    top: 16.355vw;
    right: 0;
  }
}
main #goods .goods_deco_box_02::before {
  content: "";
  width: 0.052vw;
  height: 100%;
  background-color: #8ea0cc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  main #goods .goods_deco_box_02::before {
    width: 21.262vw;
    height: 0.234vw;
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(0, -50%);
  }
}
main #goods .goods_deco_box_02 span {
  width: 0.99vw;
  padding: 0 0 3.385vw;
  background-color: #f4f5f7;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main #goods .goods_deco_box_02 span {
    width: 50.701vw;
    height: 2.57vw;
    padding: 0;
    background-color: transparent;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
main #goods .goods_deco_box_02 span img {
  width: 0.99vw;
}
@media screen and (max-width: 767px) {
  main #goods .goods_deco_box_02 span img {
    width: 50.701vw;
    vertical-align: top;
  }
}

.svg_txt {
  width: 13.9%;
  margin-left: auto;
  margin-right: 4.375vw;
  padding-bottom: 3.542vw;
}
@media screen and (max-width: 767px) {
  .svg_txt {
    width: 32%;
    margin-right: 4.439vw;
    padding-bottom: 11.682vw;
  }
}
.svg_txt.active svg #town_mask_line {
  animation: Town-Written 3s 1 forwards;
}
.svg_txt.active svg #kushimoto_mask_line {
  animation: Kushimoto-Written 2s ease 2.9s 1 forwards;
}
.svg_txt svg .st0 {
  fill: none;
  stroke: #0c0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
}
.svg_txt svg .st1 {
  fill: #3e75ce;
}
.svg_txt svg #town_path {
  -webkit-mask: url(#town_mask);
          mask: url(#town_mask);
}
.svg_txt svg #kushimoto_path {
  -webkit-mask: url(#kushimoto_mask);
          mask: url(#kushimoto_mask);
}
.svg_txt svg #town_mask_line {
  stroke-dasharray: 1373px;
  stroke-dashoffset: 1373px;
  stroke: #fff;
}
.svg_txt svg #kushimoto_mask_line {
  stroke-dasharray: 681px;
  stroke-dashoffset: 681px;
  stroke: #fff;
}

footer {
  color: #ffffff;
  height: 29.167vw;
  background-color: #f4f5f7;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  footer {
    font-size: 3.037vw;
    height: 77.103vw;
  }
}
footer .footer_inner {
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding-top: 17.708vw;
}
footer .footer_inner a {
  width: 4.167vw;
  margin: 0 auto;
  margin-bottom: 1.563vw;
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  footer .footer_inner a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_inner {
    padding-top: 42.056vw;
  }
  footer .footer_inner a {
    width: 11.682vw;
    margin-bottom: 3.505vw;
  }
}
footer .footer_back {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
footer .footer_back .footer_img01 {
  width: 51.042vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  footer .footer_back .footer_img01 {
    width: 89.019vw;
  }
}
footer .footer_back .footer_wave {
  width: 200%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  footer .footer_back .footer_wave {
    width: 500%;
  }
}
footer .footer_back .footer_wave.wave_01 {
  height: 13.698vw;
  top: 3.646vw;
  left: 0;
  z-index: 1;
  animation: Wave_01_move 45s linear infinite;
}
footer .footer_back .footer_wave.wave_01::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(./images/footer_img02.webp?202506271130) repeat-x left top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  animation: Wave_y-move 3s linear infinite;
}
@media screen and (max-width: 767px) {
  footer .footer_back .footer_wave.wave_01 {
    height: 41.822vw;
    top: 4.673vw;
    animation: none;
  }
  footer .footer_back .footer_wave.wave_01::before {
    background: url(./images/sp/footer_img02.webp?202506271433) repeat-x left top/20%;
    animation: Wave_01_move 50s linear infinite;
  }
}
footer .footer_back .footer_wave.wave_02 {
  height: 14.635vw;
  top: 10.156vw;
  left: 0;
  z-index: 3;
  transform: translateX(-50%);
  animation: Wave_02_move 40s linear infinite;
}
footer .footer_back .footer_wave.wave_02::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(./images/footer_img03.webp) repeat-x left top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  animation: Wave_y-move 3s linear 0.5s infinite;
}
@media screen and (max-width: 767px) {
  footer .footer_back .footer_wave.wave_02 {
    height: 44.626vw;
    top: 19.86vw;
    transform: translateX(0%);
    animation: none;
  }
  footer .footer_back .footer_wave.wave_02::before {
    background: url(./images/sp/footer_img03.webp?202506271433) repeat-x left top/20%;
    animation: Wave_02_move 50s linear infinite;
  }
}
footer .footer_back .footer_wave.wave_03 {
  height: 19.688vw;
  top: 44%;
  left: 0;
  z-index: 4;
  animation: Wave_03_move 35s linear infinite;
}
footer .footer_back .footer_wave.wave_03::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(./images/footer_img04.webp) repeat-x left top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  animation: Wave_y-move 3s linear infinite;
}
@media screen and (max-width: 767px) {
  footer .footer_back .footer_wave.wave_03 {
    height: 50.467vw;
    top: 36%;
    animation: none;
  }
  footer .footer_back .footer_wave.wave_03::before {
    background: url(./images/sp/footer_img04.webp?202506271433) repeat-x left top/20%;
    animation: Wave_03_move 50s linear infinite;
  }
}

.modal-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  top: 0;
  left: 0;
  z-index: 100;
}
.modal-box .modal-content {
  width: 90%;
  max-width: 76.563vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-content {
    max-width: 82.71vw;
    height: 100%;
    overflow-y: scroll;
    padding: 16.355vw 0;
  }
}
.modal-box .modal-content::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
.modal-box .modal-body {
  width: 65.365vw;
  height: 37.708vw;
  background: #ffffff;
  border-radius: 1.042vw;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body {
    width: 100%;
    height: auto;
    border-radius: 4.673vw;
  }
}
.modal-box .modal-body_inner {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner {
    height: auto;
    flex-direction: column;
  }
}
.modal-box .modal-body_inner-img {
  width: 53%;
  background-color: #eaeff9;
  border-top-left-radius: 1.042vw;
  border-bottom-left-radius: 1.042vw;
  padding-top: 3.333vw;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner-img {
    width: 100%;
    border-top-left-radius: 4.673vw;
    border-top-right-radius: 4.673vw;
    border-bottom-left-radius: 0;
    padding-top: 10.047vw;
    padding-bottom: 3.505vw;
  }
}
.modal-box .modal-body_inner-txt {
  width: 47%;
  padding-top: 7.448vw;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner-txt {
    width: 100%;
    padding-top: 6.308vw;
    padding-bottom: 7.009vw;
  }
}
.modal-box .modal-body_inner-txt_inner {
  width: 77.5%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner-txt_inner {
    width: 67.523vw;
  }
}
.modal-box .modal-body_inner-txt h2 {
  font-size: 1.35vw;
  line-height: 1.42;
  letter-spacing: 0.1em;
  padding-bottom: 0.521vw;
  border-bottom: 1px solid #8395b3;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner-txt h2 {
    font-size: 3.8vw;
    padding-bottom: 2.103vw;
  }
}
.modal-box .modal-body_inner-txt .modal-goods_info_txt {
  font-size: 0.729vw;
  line-height: 2.14;
  letter-spacing: 0.1em;
  margin-top: 1.823vw;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner-txt .modal-goods_info_txt {
    font-size: 2.804vw;
    margin-top: 4.673vw;
  }
}
.modal-box .modal-body_inner-txt .modal-goods_price_about {
  justify-content: space-between;
  position: absolute;
  bottom: 5.208vw;
  left: 50%;
  transform: translateX(-50%);
  width: inherit;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner-txt .modal-goods_price_about {
    margin-top: 8.178vw;
    flex-direction: column;
    position: static;
    transform: translateX(0%);
  }
  .modal-box .modal-body_inner-txt .modal-goods_price_about.shop_only_about {
    flex-direction: row;
    margin-bottom: 18.692vw;
  }
}
.modal-box .modal-body_inner-txt .modal-goods_price_about p {
  font-size: 1.25vw;
  line-height: 1;
  letter-spacing: 0.1em;
}
.modal-box .modal-body_inner-txt .modal-goods_price_about p span {
  font-size: 2.083vw;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner-txt .modal-goods_price_about p {
    font-size: 3.271vw;
  }
  .modal-box .modal-body_inner-txt .modal-goods_price_about p span {
    font-size: 4.673vw;
  }
}
.modal-box .modal-body_inner-txt .modal-goods_price_about a {
  width: 7.031vw;
  height: 2.552vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  background-color: #536bb5;
  border: 1px solid transparent;
  border-radius: 1.563vw;
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  .modal-box .modal-body_inner-txt .modal-goods_price_about a:hover {
    color: #536bb5;
    background-color: #ffffff;
    border: 1px solid #536bb5;
  }
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner-txt .modal-goods_price_about a {
    width: 29.673vw;
    height: 9.813vw;
    font-size: 5.14vw;
    border-radius: 7.009vw;
    margin: 0 auto;
    margin-top: 9.346vw;
  }
}
.modal-box .modal-body_inner-txt .modal-goods_price_about .shop_only_only {
  width: 7.604vw;
  height: 1.927vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #536bb5;
  font-size: 1.406vw;
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner-txt .modal-goods_price_about .shop_only_only {
    width: 18.692vw;
    height: 5.374vw;
    font-size: 3.738vw;
  }
}
.modal-box .modal-body_inner .goods_detail_img .slider_goodsimg_inner {
  height: 22.24vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-box .modal-body_inner .goods_detail_img .slider_goodsimg_inner img {
  width: 76%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .goods_detail_img .slider_goodsimg_inner {
    height: 44.626vw;
  }
  .modal-box .modal-body_inner .goods_detail_img .slider_goodsimg_inner img {
    width: 64%;
  }
}
.modal-box .modal-body_inner .slider-thumbnail {
  width: 85%;
  margin-top: 2.813vw;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .slider-thumbnail {
    width: 86%;
    margin-top: 4.673vw;
  }
}
.modal-box .modal-body_inner .slider-thumbnail .swiper-wrapper {
  gap: 0.521vw 1.042vw;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .slider-thumbnail .swiper-wrapper {
    flex-wrap: nowrap;
  }
}
.modal-box .modal-body_inner .slider-thumbnail .swiper-slide {
  width: 3.281vw !important;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .slider-thumbnail .swiper-slide {
    width: 11.449vw !important;
  }
}
.modal-box .modal-body_inner .slider-thumbnail .swiper-slide .thum_illust_box {
  height: 3.281vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 0.208vw solid transparent;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  transition: all 0.3s;
}
.modal-box .modal-body_inner .slider-thumbnail .swiper-slide .thum_illust_box img {
  width: 63%;
  height: 63%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .slider-thumbnail .swiper-slide .thum_illust_box {
    height: 11.449vw;
  }
}
@media screen and (min-width: 767px) {
  .modal-box .modal-body_inner .slider-thumbnail .swiper-slide .thum_illust_box:hover {
    border: 0.208vw solid #5e77aa;
  }
}
.modal-box .modal-body_inner .slider-thumbnail .swiper-slide.swiper-slide-thumb-active .thum_illust_box {
  border: 0.208vw solid #5e77aa;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-body_inner .slider-thumbnail .swiper-slide.swiper-slide-thumb-active .thum_illust_box {
    border: 3px solid #5e77aa;
  }
}
.modal-box .close {
  width: 2.083vw;
  height: 2.083vw;
  position: absolute;
  top: 1.302vw;
  right: 1.563vw;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-box .close {
    width: 7.009vw;
    height: 7.009vw;
    top: 4.206vw;
    right: 4.673vw;
  }
}
.modal-box .close::before, .modal-box .close::after {
  content: "";
  width: 100%;
  height: 0.104vw;
  background-color: #8394b2;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .modal-box .close::before, .modal-box .close::after {
    height: 0.467vw;
  }
}
.modal-box .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-box .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-box .prev,
.modal-box .next {
  width: 3.229vw;
  height: 3.229vw;
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.4s;
  cursor: pointer;
}
.modal-box .prev::before,
.modal-box .next::before {
  content: "";
  width: 1.042vw;
  height: 1.719vw;
  background: url(./images/icon_arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  .modal-box .prev:hover,
  .modal-box .next:hover {
    background-color: #5070be;
  }
  .modal-box .prev:hover::before,
  .modal-box .next:hover::before {
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 767px) {
  .modal-box .prev,
  .modal-box .next {
    width: 9.346vw;
    height: 9.346vw;
    border: 1px solid #5071bd;
    top: auto;
    bottom: 7.477vw;
    transform: translateY(0%);
  }
  .modal-box .prev::before,
  .modal-box .next::before {
    width: 3.037vw;
    height: 4.206vw;
  }
}
.modal-box .prev {
  left: -5.625vw;
}
.modal-box .prev::before {
  left: 45%;
}
@media screen and (max-width: 767px) {
  .modal-box .prev {
    left: 7.477vw;
  }
  .modal-box .prev::before {
    left: 50%;
  }
}
.modal-box .next {
  right: -5.625vw;
}
.modal-box .next::before {
  left: 55%;
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .modal-box .next {
    right: 7.477vw;
  }
  .modal-box .next::before {
    left: 50%;
  }
}/*# sourceMappingURL=style.css.map */