@charset "UTF-8";
/* リセットcss */
@import url(https://unpkg.com/ress/dist/ress.min.css);
/* Google Fonts */
@import url(https://fonts.googleapis.com);
@import url(https://fonts.gstatic.com);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);
/*
color-swatch ========================================*/
/*
font ========================================*/
/* Noto Sans JP */
/* Fira Sans */
/*
breakpoint ==========================================================================*/
/*
template part ==========================================================================*/
.sectionTtl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.45;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 750px) {
  .sectionTtl {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  }
}
.sectionTtl strong {
  font-size: 6.75rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 800;
  letter-spacing: 0.105em;
}
@media screen and (max-width: 750px) {
  .sectionTtl strong {
    font-size: clamp(5.2rem, 9.1vw, 6.8rem);
  }
}

.sectionSubText {
  color: #fff;
}
.sectionSubText strong {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  padding-left: 0.75rem;
  border-left: solid 3px #fff;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 750px) {
  .sectionSubText strong {
    font-size: clamp(2rem, 5vw, 3.5rem);
  }
}
.sectionSubText p {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  margin-left: 1.25rem;
}
@media screen and (max-width: 750px) {
  .sectionSubText p {
    letter-spacing: -0.05em;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
  }
}
.sectionSubText p .sp-br {
  display: none;
}
@media screen and (max-width: 750px) {
  .sectionSubText p .sp-br {
    display: block;
  }
}
.sectionSubText small {
  font-size: 1.6rem;
  margin-left: 1.25rem;
}
@media screen and (max-width: 750px) {
  .sectionSubText small {
    font-size: 2rem;
    letter-spacing: -0.04em;
    font-size: clamp(1.6rem, 3vw, 2rem);
    display: block;
  }
}

.ol_shop_btn {
  position: fixed;
  bottom: 15rem;
  right: 5.3rem;
  content: "";
  width: 109px;
  height: 105px;
  z-index: 99;
  opacity: 0;
  transition: all 0.6s ease;
}
@media screen and (max-width: 500px) {
  .ol_shop_btn {
    right: 2rem;
    bottom: 11rem;
    width: 95px;
    height: 95px;
  }
}
.ol_shop_btn.open {
  opacity: 1;
}
.ol_shop_btn.open:hover {
  opacity: 0.6;
}

.top_back_btn {
  position: fixed;
  right: 5rem;
  bottom: 5rem;
  width: 101px;
  height: 101px;
  z-index: 99;
  opacity: 0;
  transition: all 0.6s ease;
}
@media screen and (max-width: 500px) {
  .top_back_btn {
    right: 2rem;
    bottom: 2rem;
    width: 85px;
    height: 85px;
  }
}
.top_back_btn.open {
  opacity: 1;
}
.top_back_btn.open:hover {
  opacity: 0.6;
}

.g-lr,
.g-ub,
.g-rl,
.g-bu {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
  position: relative;
}
.g-lr.g-lr,
.g-ub.g-lr,
.g-rl.g-lr,
.g-bu.g-lr {
  transform: translateX(-60px);
}
.g-lr.g-ub,
.g-ub.g-ub,
.g-rl.g-ub,
.g-bu.g-ub {
  transform: translateY(-60px);
}
.g-lr.g-rl,
.g-ub.g-rl,
.g-rl.g-rl,
.g-bu.g-rl {
  transform: translateX(60px);
}
.g-lr.g-bu,
.g-ub.g-bu,
.g-rl.g-bu,
.g-bu.g-bu {
  transform: translateY(60px);
}
.g-lr.is-active,
.g-ub.is-active,
.g-rl.is-active,
.g-bu.is-active {
  opacity: 1;
  transform: translate(0, 0);
}

.g-rl {
  transform-style: preserve-3d;
}

header h1 {
  display: block;
  margin-inline: auto;
  max-width: 800px;
  width: 80vw;
  margin-bottom: 2.5%;
}
@media screen and (min-width: 1201px) {
  header h1 {
    max-width: 1000px;
    width: 1000px;
  }
}
@media screen and (max-width: 750px) {
  header h1 {
    margin-bottom: 3.5%;
  }
}
header nav {
  display: flex;
  justify-content: space-around;
  padding-block: 0.75rem;
  background-color: #00214b;
  border-radius: 0.5rem;
  margin-bottom: 15.25%;
}
@media screen and (max-width: 750px) {
  header nav {
    margin-bottom: 16.25%;
  }
}
header nav a {
  display: block;
  color: #fff;
  border-right: solid 1px #fff;
  padding-block: 0.125rem;
  padding-inline: 6%;
  font-size: 1.6rem;
}
header nav a:last-child {
  border-right: none;
}
@media screen and (min-width: 1201px) {
  header nav a {
    font-size: 2.2rem;
    padding-block: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  header nav a {
    font-size: 2.675vw;
    padding-inline: 4%;
    padding-block: 0.3rem;
  }
}
header nav a:visited, header nav a:active {
  color: #fff;
}
@media screen and (max-width: 750px) {
  header .wrapper {
    width: min(640px, 100%);
    padding-inline: 20px;
  }
}

footer {
  color: #3e3a39;
  padding-block: 1% 3%;
}
@media screen and (max-width: 750px) {
  footer.wrapper {
    width: min(630px, 100%);
  }
}
footer p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  footer p {
    font-size: clamp(1.4rem, 4vw, 2.4rem);
  }
}
@media screen and (max-width: 500px) {
  footer p {
    line-height: 1.35;
  }
}
footer p .sp-br {
  display: none;
}
@media screen and (max-width: 750px) {
  footer p .sp-br {
    display: block;
  }
}
footer p span {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  footer p span {
    font-size: clamp(1.2rem, 3vw, 2.2rem);
    letter-spacing: -0.02em;
  }
}

.mv {
  margin-bottom: 8%;
}
@media screen and (max-width: 750px) {
  .mv {
    margin-bottom: 9%;
  }
}
.mv picture {
  width: 100%;
}

.store {
  position: relative;
  padding-bottom: 8%;
}
@media screen and (max-width: 750px) {
  .store {
    padding-bottom: 235px;
  }
}
@media screen and (max-width: 500px) {
  .store {
    padding-bottom: 42vw;
  }
}
.store::after {
  position: absolute;
  bottom: -8rem;
  left: -28.5rem;
  content: "";
  width: 48.6rem;
  height: 12.7rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/menu/menu_line_icon.png);
  z-index: 3;
}
@media screen and (min-width: 1751px) {
  .store::after {
    width: 60rem;
    height: 16rem;
    bottom: -27rem;
    left: -48.5rem;
  }
}
@media screen and (max-width: 1750px) {
  .store::after {
    width: 60rem;
    height: 16rem;
    bottom: -25rem;
    left: -41.5rem;
  }
}
@media screen and (max-width: 1500px) {
  .store::after {
    bottom: -27%;
    left: -41.5rem;
  }
}
@media screen and (max-width: 850px) {
  .store::after {
    width: 40rem;
    height: 11rem;
    bottom: -22%;
    left: -23.5rem;
  }
}
@media screen and (max-width: 750px) {
  .store::after {
    bottom: -7%;
    left: -19.5rem;
  }
}
@media screen and (max-width: 500px) {
  .store::after {
    width: 31rem;
    height: 8rem;
    bottom: -6%;
    left: -12.5rem;
  }
}
.store h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 600;
  letter-spacing: 0.025em;
  font-size: 7.5rem;
  text-align: center;
  line-height: 0.5;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1201px) {
  .store h2 {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 750px) {
  .store h2 {
    font-size: clamp(5.4rem, 9vw, 6.25rem);
  }
}
.store h2 small {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1201px) {
  .store h2 small {
    font-size: 2.5rem;
  }
}
.store ul {
  display: grid;
  grid-template-columns: repeat(2, 47.5%);
  justify-content: space-between;
  grid-gap: 5%;
}
@media screen and (max-width: 750px) {
  .store ul {
    grid-gap: 4%;
    grid-template-columns: 1fr;
  }
}
.store ul li {
  display: block;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.15);
  mix-blend-mode: multiply;
  border-radius: 1.5rem;
  max-width: 500px;
}

.menu {
  overflow: hidden;
  position: relative;
  padding-top: 16.5%;
  padding-bottom: 17%;
  background-image: url(../img/menu/menu_bg.png);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center top;
  color: #fff;
  -webkit-clip-path: polygon(0 12vw, 100% 0, 100% calc(100% - 11vw), 0% 100%);
          clip-path: polygon(0 12vw, 100% 0, 100% calc(100% - 11vw), 0% 100%);
  margin-bottom: -12vw;
  z-index: 2;
}
@media screen and (min-width: 1201px) {
  .menu {
    margin-bottom: -11.5vw;
  }
}
@media screen and (max-width: 750px) {
  .menu {
    padding-top: 51.5%;
    background-size: cover;
  }
}
.menu .sectionTtl {
  position: relative;
}
.menu .sectionTtl .g-rl {
  position: absolute;
  top: -49%;
  bottom: 0;
  left: 51%;
  content: "";
  width: clamp(358px, 47vw, 483px);
  height: clamp(183px, 24vw, 246px);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/menu/menu_player.png);
}
@media screen and (min-width: 1201px) {
  .menu .sectionTtl .g-rl {
    top: -9vw;
    left: 38rem;
    width: clamp(483px, 40vw, 600px);
    height: clamp(246px, 20vw, 306px);
  }
}
@media screen and (max-width: 750px) {
  .menu .sectionTtl .g-rl {
    top: -62vw;
    left: 0;
    right: 0;
    margin: auto;
    width: clamp(310px, 72vw, 540px);
    height: clamp(159px, 37vw, 276px);
  }
}
@media screen and (max-width: 440px) {
  .menu .sectionTtl .g-rl {
    top: -68vw;
  }
}
.menu .sectionSubText {
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .menu .sectionSubText {
    margin-bottom: 12%;
  }
}
.menu a {
  position: relative;
  display: block;
  width: 500px;
  margin: 0 auto 3.25rem;
  padding-block: 1rem;
  background-color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-radius: 10rem;
}
@media screen and (min-width: 1201px) {
  .menu a {
    width: 600px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .menu a {
    transform: scale(1.2);
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 630px) {
  .menu a {
    transform: none;
  }
}
@media screen and (max-width: 550px) {
  .menu a {
    width: 100%;
    font-size: clamp(1.4rem, 3.875vw, 2.2rem);
  }
}
.menu a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  content: "";
  width: 34px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/arrow_r_b.png);
  transform: translateY(1px);
}
@media screen and (max-width: 750px) {
  .menu a::before {
    width: 20px;
    height: 9px;
  }
}
@media screen and (max-width: 500px) {
  .menu a::before {
    right: 1.5rem;
  }
}
.menu__period {
  padding-block: 0.75rem;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  text-align: center;
  font-size: 2.9rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 2.5rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
  .menu__period {
    line-height: 1.25;
  }
}
@media screen and (max-width: 500px) {
  .menu__period {
    font-size: clamp(2rem, 6vw, 2.9rem);
  }
}
@media screen and (max-width: 750px) {
  .menu__period.no2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .menu__period.no2 {
    font-size: clamp(2rem, 6vw, 2.9rem);
  }
}
.menu__period br {
  display: none;
}
@media screen and (max-width: 750px) {
  .menu__period br {
    display: block;
  }
}
.menu__period span {
  margin-left: 1rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 500px) {
  .menu__period span {
    font-size: clamp(1.8rem, 5vw, 2.4rem);
  }
}
.menu__notice {
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 500px) {
  .menu__notice {
    font-size: clamp(1.6rem, 4vw, 2.1rem);
  }
}
.menu__notice .sp-br {
  display: none;
}
@media screen and (max-width: 750px) {
  .menu__notice .sp-br {
    display: block;
  }
}
.menu__list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
}
@media screen and (max-width: 750px) {
  .menu__list li {
    flex-direction: column;
    margin-bottom: 5rem;
  }
}
.menu__list li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .menu__list li:nth-child(2n) {
    flex-direction: column;
  }
}
.menu__list li:last-child {
  margin-bottom: 5.5rem;
}
.menu__list li img {
  display: block;
  width: 55.5%;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 15px 15px rgba(1, 25, 42, 0.5);
}
@media screen and (max-width: 750px) {
  .menu__list li img {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.menu__list li .text {
  width: 38%;
  text-shadow: 0px 0px 17px #000;
}
@media screen and (max-width: 750px) {
  .menu__list li .text {
    width: 100%;
  }
}
.menu__list li .text h3 {
  font-size: 2.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.25;
}
@media screen and (max-width: 750px) {
  .menu__list li .text h3 {
    font-size: clamp(2.5rem, 6vw, 4rem);
  }
  .menu__list li .text h3 br {
    display: none;
  }
}
.menu__list li .text .price {
  font-size: 3rem;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 750px) {
  .menu__list li .text .price {
    font-size: clamp(3rem, 8vw, 4rem);
  }
}
.menu__list li .text .price small {
  font-size: 1.875rem;
}
@media screen and (max-width: 750px) {
  .menu__list li .text .price small {
    font-size: 2rem;
  }
}
.menu__list li .text .desc {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .menu__list li .text .desc {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    letter-spacing: 0.07em;
  }
}
.menu .notice {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 5rem;
}
@media screen and (min-width: 751px) {
  .menu .notice {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .menu .wrapper.present_wrapper {
    width: min(640px, 100%);
  }
}
.menu__present {
  margin-bottom: 9.25rem;
}
.menu__present--sub {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -4.5rem;
  font-size: 3.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 750px) {
  .menu__present--sub {
    font-size: clamp(1.8rem, 4.2vw, 3rem);
    margin: 0 auto -7.45vw;
  }
}
.menu__present--sub::before, .menu__present--sub::after {
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 3px;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 750px) {
  .menu__present--sub::before, .menu__present--sub::after {
    width: 30px;
    height: 2px;
  }
}
@media screen and (max-width: 500px) {
  .menu__present--sub::before, .menu__present--sub::after {
    width: 20px;
  }
}
.menu__present--sub::before {
  left: -6rem;
}
@media screen and (max-width: 750px) {
  .menu__present--sub::before {
    left: -4rem;
  }
}
@media screen and (max-width: 500px) {
  .menu__present--sub::before {
    left: -3rem;
  }
}
.menu__present--sub::after {
  right: -6rem;
}
@media screen and (max-width: 750px) {
  .menu__present--sub::after {
    right: -4rem;
  }
}
@media screen and (max-width: 500px) {
  .menu__present--sub::after {
    right: -3rem;
  }
}
.menu__present h3 {
  text-align: center;
  font-size: 6.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffe100;
  transform: translateY(46px);
}
@media screen and (max-width: 750px) {
  .menu__present h3 {
    font-size: clamp(3rem, 9vw, 6rem);
    transform: translateY(6.5vw);
    letter-spacing: -0.04em;
  }
}
.menu__present--box {
  position: relative;
  padding: 3rem 4rem 3rem;
  border: solid 4px #fff;
  border-radius: 2rem;
  -webkit-clip-path: polygon(0 0, 5% 0, 5% 10px, 95% 10px, 95% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 5% 0, 5% 10px, 95% 10px, 95% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 1201px) {
  .menu__present--box {
    -webkit-clip-path: polygon(0 0, 14% 0, 14% 10px, 86% 10px, 86% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 14% 0, 14% 10px, 86% 10px, 86% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 750px) {
  .menu__present--box {
    padding: 3.5rem 3rem 3rem;
    -webkit-clip-path: polygon(0 0, 4% 0, 4% 10px, 96% 10px, 96% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 4% 0, 4% 10px, 96% 10px, 96% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 500px) {
  .menu__present--box {
    padding: 5vw 3rem 3rem;
  }
}
.menu__present--box .random {
  font-size: 1.8rem;
  text-align: right;
  margin-bottom: 1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .menu__present--box .random {
    margin-bottom: 2.5rem;
    font-size: clamp(1.6rem, 4vw, 1.8rem);
  }
}
.menu__present--box img {
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 750px) {
  .menu__present--box img {
    max-width: 362px;
    margin: 0 auto 3.25rem;
  }
}
.menu__present--box .notice {
  font-size: 1.6rem;
  text-align: center;
}
.menu__present--box .notice .sp-br {
  display: none;
}
@media screen and (max-width: 750px) {
  .menu__present--box .notice .sp-br {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .menu__present--box .notice {
    font-size: clamp(1.6rem, 3vw, 1.8rem);
    letter-spacing: 0.055em;
    line-height: 1.875;
  }
}
@media screen and (max-width: 500px) {
  .menu__present--box .notice {
    text-align: left;
  }
}

.goods {
  position: relative;
  padding-top: 21%;
  padding-bottom: 14%;
  background-image: url(../img/goods/goods_bg.png);
  background-repeat: no-repeat;
  background-size: 118vw;
  background-position: center;
  z-index: 1;
  -webkit-clip-path: polygon(0 11.5vw, 100% 0, 100% calc(100% - 11vw), 0% 100%);
          clip-path: polygon(0 11.5vw, 100% 0, 100% calc(100% - 11vw), 0% 100%);
}
@media screen and (min-width: 1201px) {
  .goods {
    background-size: 120%;
  }
}
@media screen and (max-width: 880px) {
  .goods {
    background-size: 135vw;
  }
}
@media screen and (max-width: 750px) {
  .goods {
    padding-top: 49vw;
    padding-bottom: 25%;
    background-size: 200vw;
  }
}
@media screen and (max-width: 630px) {
  .goods {
    background-size: 222vw;
  }
}
@media screen and (max-width: 550px) {
  .goods {
    padding-top: 52vw;
  }
}
@media screen and (max-width: 500px) {
  .goods {
    padding-bottom: 22vw;
    background-size: 248vw;
  }
}
@media screen and (max-width: 450px) {
  .goods {
    padding-top: 64vw;
  }
}
.goods .sectionTtl {
  position: relative;
  color: #00214b;
  margin-bottom: 3%;
}
.goods .sectionTtl strong {
  font-size: 6.95rem;
}
@media screen and (max-width: 750px) {
  .goods .sectionTtl strong {
    font-size: clamp(5.2rem, 9.1vw, 6.8rem);
  }
}
.goods .sectionTtl .g-rl {
  position: absolute;
  bottom: 0;
  left: 51%;
  content: "";
  width: clamp(355px, 47vw, 479px);
  height: clamp(180px, 24vw, 243px);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/goods/goods_player.png);
}
@media screen and (min-width: 1201px) {
  .goods .sectionTtl .g-rl {
    top: -10vw;
    left: 38rem;
    width: clamp(483px, 40vw, 600px);
    height: clamp(246px, 20vw, 306px);
  }
}
@media screen and (max-width: 750px) {
  .goods .sectionTtl .g-rl {
    top: -63vw;
    left: 0;
    right: 0;
    margin: auto;
    width: clamp(300px, 69vw, 540px);
    height: clamp(150px, 36vw, 276px);
  }
}
@media screen and (max-width: 450px) {
  .goods .sectionTtl .g-rl {
    top: -78vw;
  }
}
.goods__single {
  margin-bottom: 14%;
}
.goods__single img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .goods__single img {
    margin-bottom: 2.75rem;
  }
}
.goods__single h4 {
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .goods__single h4 {
    font-size: clamp(2.4rem, 5vw, 3.4rem);
  }
}
.goods__single h4 small {
  font-size: 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .goods__single h4 small {
    font-size: clamp(2rem, 4vw, 3rem);
  }
}
.goods__single h4 span {
  margin-left: 1.5vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .goods__single h4 span {
    margin-left: 0;
  }
}
.goods__single h4 span small {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .goods__single h4 .sp_none {
    display: none;
  }
}
.goods__single h4 .sp_block {
  display: none;
}
@media screen and (max-width: 750px) {
  .goods__single h4 .sp_block {
    display: block;
  }
}
.goods__single.key span {
  margin-left: 1.5vw;
}
@media screen and (max-width: 750px) {
  .goods__single.key span {
    margin-left: 0;
  }
}
.goods__other {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .goods__other {
    grid-template-columns: 1fr;
    margin-bottom: -4%;
  }
}
.goods__other--left, .goods__other--right {
  margin-bottom: 14%;
}
@media screen and (max-width: 750px) {
  .goods__other--left, .goods__other--right {
    margin-bottom: 11%;
  }
}
.goods__other--left img, .goods__other--right img {
  box-shadow: 9px 9px rgba(180, 180, 181, 0.5);
  margin-bottom: 1.5rem;
}
.goods__other--left h4, .goods__other--right h4 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 750px) {
  .goods__other--left h4, .goods__other--right h4 {
    font-size: clamp(2.4rem, 5vw, 3.4rem);
  }
}
.goods__other--left h4 p, .goods__other--right h4 p {
  font-size: 2.5rem;
}
@media screen and (max-width: 750px) {
  .goods__other--left h4 p, .goods__other--right h4 p {
    font-size: clamp(2.4rem, 5vw, 3.4rem);
  }
}
.goods__other--left h4 span, .goods__other--right h4 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.goods__other--left .size, .goods__other--right .size {
  font-size: 1.9rem;
}
@media screen and (max-width: 750px) {
  .goods__other--left .size, .goods__other--right .size {
    font-size: clamp(2rem, 4vw, 3rem);
  }
}
.goods__other--left .price, .goods__other--right .price {
  font-size: clamp(2.4rem, 6vw, 4rem);
}
.goods__other--left .price small, .goods__other--right .price small {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .goods__other--left .sp_none, .goods__other--right .sp_none {
    display: none;
  }
}
.goods__other--left .sp_block, .goods__other--right .sp_block {
  display: none;
}
@media screen and (max-width: 750px) {
  .goods__other--left .sp_block, .goods__other--right .sp_block {
    display: block;
  }
}
.goods__other--left h4 {
  justify-content: space-between;
}
.goods__other--right h4 {
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .goods__other--right h4 {
    justify-content: left;
  }
}
.goods__notice {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 8.5%;
}
@media screen and (max-width: 750px) {
  .goods__notice {
    font-size: clamp(1.6rem, 3vw, 1.8rem);
    letter-spacing: -0.05em;
    line-height: 2;
  }
}
@media screen and (max-width: 500px) {
  .goods__notice {
    text-align: left;
  }
}
.goods a {
  position: relative;
  display: block;
  width: 500px;
  margin: 0 auto 4rem;
  padding-block: 1rem;
  background-color: #00214b;
  text-align: center;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 10rem;
}
@media screen and (min-width: 1201px) {
  .goods a {
    width: 600px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .goods a {
    transform: scale(1.125);
  }
}
@media screen and (max-width: 630px) {
  .goods a {
    transform: none;
  }
}
@media screen and (max-width: 550px) {
  .goods a {
    width: 100%;
    font-size: clamp(1.4rem, 3.875vw, 2.2rem);
  }
}
.goods a:visited, .goods a:active {
  color: #fff;
}
.goods a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  content: "";
  width: 34px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/arrow_r_w.png);
  transform: translateY(3px);
}

.line_icon_wrap {
  position: relative;
  z-index: 2;
}
.line_icon_wrap::before {
  position: absolute;
  top: -3.5rem;
  right: -6rem;
  content: "";
  width: 486px;
  height: 127px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/goods_line_icon.png);
  z-index: 2;
}
@media screen and (min-width: 1751px) {
  .line_icon_wrap::before {
    width: 60rem;
    height: 16rem;
    top: -3.5rem;
    right: -6rem;
  }
}
@media screen and (max-width: 1750px) {
  .line_icon_wrap::before {
    width: 60rem;
    height: 16rem;
    top: -3.5rem;
    right: -6rem;
  }
}
@media screen and (max-width: 1500px) {
  .line_icon_wrap::before {
    bottom: -25%;
    top: -5.5rem;
    right: -11rem;
  }
}
@media screen and (max-width: 850px) {
  .line_icon_wrap::before {
    width: 40rem;
    height: 11rem;
    top: -3.5rem;
    right: -6rem;
  }
}
@media screen and (max-width: 500px) {
  .line_icon_wrap::before {
    top: -3.5rem;
    right: -13rem;
  }
}
.line_icon_wrap::after {
  position: absolute;
  bottom: -6.1rem;
  left: -17.5rem;
  content: "";
  width: 48.6rem;
  height: 12.7rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/menu/menu_line_icon.png);
  z-index: 2;
}
@media screen and (min-width: 1751px) {
  .line_icon_wrap::after {
    width: 60rem;
    height: 16rem;
    bottom: -8rem;
    left: -28.5rem;
  }
}
@media screen and (max-width: 1750px) {
  .line_icon_wrap::after {
    width: 60rem;
    height: 16rem;
    bottom: -8rem;
    left: -28.5rem;
  }
}
@media screen and (max-width: 1500px) {
  .line_icon_wrap::after {
    bottom: -25%;
    left: -41%;
    bottom: -8rem;
    left: -28.5rem;
  }
}
@media screen and (max-width: 850px) {
  .line_icon_wrap::after {
    width: 40rem;
    height: 11rem;
    bottom: -5rem;
    left: -18.5rem;
  }
}
@media screen and (max-width: 500px) {
  .line_icon_wrap::after {
    bottom: -6rem;
  }
}

.campaign {
  overflow: hidden;
  position: relative;
  padding-top: 16%;
  padding-bottom: 8.5%;
  background-image: url(../img/campaign/campaign_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center -1rem;
  color: #fff;
  -webkit-clip-path: polygon(0 11vw, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 11vw, 100% 0, 100% 100%, 0% 100%);
  margin-top: -11vw;
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .campaign {
    margin-top: -11vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign {
    padding-top: 15rem;
    padding-bottom: 8.6rem;
  }
}
@media screen and (max-width: 500px) {
  .campaign {
    background-size: 120%;
    padding-top: 12rem;
  }
}
@media screen and (max-width: 750px) {
  .campaign .sectionTtl {
    font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  }
}
.campaign .sectionSubText {
  margin-bottom: 9%;
}
.campaign .sectionSubText .yellow {
  color: #ffe100;
}
.campaign__flex {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.campaign__flex--left {
  width: 32%;
}
.campaign__flex--left img {
  margin-bottom: 6%;
}
.campaign__flex--right {
  width: 64%;
}
.campaign__flex--right img {
  margin-bottom: 2%;
}
.campaign__flex p {
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 750px) {
  .campaign__flex p {
    font-size: clamp(1.2rem, 3.2vw, 1.8rem);
    letter-spacing: -0.04em;
  }
}

.info {
  position: relative;
  color: #231815;
  padding-block: 7.25% 6%;
  width: min(852px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 750px) {
  .info {
    width: min(630px, 100%);
    padding-block: 14.25% 6%;
  }
}
.info__content {
  padding: 5rem 4.5rem 2rem;
  border: solid 1px #231815;
}
@media screen and (max-width: 750px) {
  .info__content {
    padding: 5rem 3rem 4rem;
  }
}
@media screen and (max-width: 500px) {
  .info__content {
    padding: 2rem 1rem 1rem;
  }
}
.info__content h2 {
  position: relative;
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6.5%;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.175em;
  transform: translateX(2rem);
}
.info__content h2::before {
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: -5rem;
  margin: auto;
  content: "";
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/info_icon.png);
}
@media screen and (max-width: 750px) {
  .info__content h2::before {
    width: clamp(2rem, 4vw, 3.2rem);
    height: clamp(2rem, 4vw, 3.2rem);
    left: -8vw;
  }
}
@media screen and (max-width: 750px) {
  .info__content h2 {
    margin: 0 auto 4.5%;
    font-size: clamp(2.4rem, 5vw, 3.2rem);
    transform: translateX(4vw);
  }
}
.info__content ul li {
  position: relative;
  padding-left: 4rem;
  font-size: 1.6rem;
  margin-bottom: 3.5rem;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 750px) {
  .info__content ul li {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    margin-bottom: 2.25rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 500px) {
  .info__content ul li {
    margin-bottom: 1.8rem;
  }
}
.info__content ul li br {
  display: block;
}
@media screen and (max-width: 750px) {
  .info__content ul li br {
    display: none;
  }
}
.info__content ul li:nth-of-type(1)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  content: "1.";
}
@media screen and (max-width: 750px) {
  .info__content ul li:nth-of-type(1)::before {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    left: 1.25rem;
  }
}
.info__content ul li:nth-of-type(2)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  content: "2.";
}
@media screen and (max-width: 750px) {
  .info__content ul li:nth-of-type(2)::before {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    left: 1.25rem;
  }
}
.info__content ul li:nth-of-type(3)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  content: "3.";
}
@media screen and (max-width: 750px) {
  .info__content ul li:nth-of-type(3)::before {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    left: 1.25rem;
  }
}
.info__content ul li:nth-of-type(4)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  content: "4.";
}
@media screen and (max-width: 750px) {
  .info__content ul li:nth-of-type(4)::before {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    left: 1.25rem;
  }
}
.info__content ul li:nth-of-type(5)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  content: "5.";
}
@media screen and (max-width: 750px) {
  .info__content ul li:nth-of-type(5)::before {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    left: 1.25rem;
  }
}
.info__content ul li:nth-of-type(6)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  content: "6.";
}
@media screen and (max-width: 750px) {
  .info__content ul li:nth-of-type(6)::before {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    left: 1.25rem;
  }
}
.info__content ul li:nth-of-type(7)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  content: "7.";
}
@media screen and (max-width: 750px) {
  .info__content ul li:nth-of-type(7)::before {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    left: 1.25rem;
  }
}
.info__content ul li:nth-of-type(8)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  content: "8.";
}
@media screen and (max-width: 750px) {
  .info__content ul li:nth-of-type(8)::before {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    left: 1.25rem;
  }
}
.info__content ul li:nth-of-type(9)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  content: "9.";
}
@media screen and (max-width: 750px) {
  .info__content ul li:nth-of-type(9)::before {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    left: 1.25rem;
  }
}

/*
All ==========================================================================*/
html, body {
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 0;
  margin: 0;
  background-color: #ededec;
  color: #00214b;
  font-size: 10px;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
  letter-spacing: 0.02em;
}

main {
  overflow-x: hidden;
}

img,
figure {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  text-decoration: none;
  color: #00214b;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.6;
}
a:visited, a:active {
  color: #00214b;
}

ul li {
  list-style: none;
}

.wrapper {
  width: min(740px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 1201px) {
  .wrapper {
    width: min(940px, 100%);
    margin-inline: auto;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 750px) {
  .wrapper {
    width: min(540px, 100%);
    padding-inline: 20px;
  }
}/*# sourceMappingURL=style.css.map */