@charset "UTF-8";
#aon-shop-root main {
  box-sizing: border-box;
  overscroll-behavior: none;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
#aon-shop-root body,
#aon-shop-root main,
#aon-shop-root footer,
#aon-shop-root aside {
  z-index: 1;
  position: relative;
}
#aon-shop-root section {
  outline: none;
}
#aon-shop-root *,
#aon-shop-root ::before,
#aon-shop-root ::after {
  box-sizing: inherit;
}
#aon-shop-root iframe {
  border: none;
}
#aon-shop-root h1,
#aon-shop-root h2,
#aon-shop-root h3,
#aon-shop-root h4,
#aon-shop-root h5,
#aon-shop-root h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}
#aon-shop-root ul,
#aon-shop-root ol,
#aon-shop-root li,
#aon-shop-root dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aon-shop-root p,
#aon-shop-root dl {
  margin: 0;
}
#aon-shop-root dt {
  display: inline;
}
#aon-shop-root a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  word-wrap: break-word;
}
#aon-shop-root strong {
  font-weight: inherit;
  font-size: 1.15em;
}
#aon-shop-root button {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  cursor: pointer;
}
#aon-shop-root input::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
}
#aon-shop-root hr {
  margin: 0;
  border: none;
}
#aon-shop-root a, #aon-shop-root button, #aon-shop-root span, #aon-shop-root div, #aon-shop-root summary {
  outline: revert;
}
#aon-shop-root .slick-slider * {
  max-width: none;
}
#aon-shop-root .slick-slide a, #aon-shop-root .slick-slide img {
  position: initial;
  outline-offset: -2px;
}

#aon-shop-root {
  font-size: 62.5%;
}
#aon-shop-root *:not(img) {
  max-width: none;
}
#aon-shop-root img,
#aon-shop-root svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#aon-shop-root hr {
  width: 100%;
  height: 1px;
  margin: 1em auto;
  background-color: inherit;
}
#aon-shop-root [data-ruby] {
  position: relative;
}
#aon-shop-root [data-ruby]::before {
  position: absolute;
  top: -1.2em;
  left: 0;
  width: 100%;
  content: attr(data-ruby);
  font-size: 0.6em;
  letter-spacing: 0.3em;
  text-align: center;
}
#aon-shop-root a[class^=js-modal-] {
  display: inline-block;
}

#aon-shop-root .l-main {
  background: #df1c32;
  background-attachment: fixed;
  color: #2c2c2c;
  font-weight: 500;
  font-size: min(20 / 768 * 100vw, 20px);
  line-height: 1.75;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Arial, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Meiryo, メイリオ, sans-serif;
}
#aon-shop-root .l-nav {
  position: relative;
  padding-top: 1%;
  padding-bottom: 1%;
}
#aon-shop-root .l-container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2%;
  padding-left: 2%;
}
#aon-shop-root .l-footer {
  position: relative;
  padding-top: 5%;
  padding-bottom: 3%;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
#aon-shop-root .l-footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}
#aon-shop-root .l-footer__list li {
  padding: 1%;
}

#aon-shop-root hr {
  display: block;
  z-index: 3;
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  border-top: dotted 2px #0e244d;
}
#aon-shop-root figure {
  margin: 0 auto;
}
#aon-shop-root .nav {
  position: relative;
}
#aon-shop-root .nav__list {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-around;
  width: 96%;
  margin-bottom: 5%;
  margin-inline: auto;
  padding: 0.2%;
  gap: 10px;
  border-radius: 10px;
  background: #2c2c2c;
}
#aon-shop-root .nav__list::before {
  position: absolute;
  top: 10%;
  left: 52%;
  width: 2px;
  height: 80%;
  border-radius: 50px;
  background: #fff;
  content: "";
}
#aon-shop-root .nav__item {
  width: 50%;
  padding: 0.2% 5%;
}
#aon-shop-root .nav__item img {
  width: 85%;
  margin-inline: auto;
  text-align: center;
}
#aon-shop-root .nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  transition: 0.4s;
}
#aon-shop-root .nav__link:active {
  transform: scale(0.95);
  transition: 0.2s;
}
#aon-shop-root .nav__link.is-disabled {
  padding: 1em;
  background-color: #2c2c2c;
  color: #fff;
  opacity: 0.85;
  pointer-events: none;
}
#aon-shop-root .nav__link.is-disabled::after {
  z-index: 1;
  position: absolute;
  background-color: rgba(44, 44, 44, 0.8);
  content: "購入できません";
}
#aon-shop-root .news {
  position: relative;
  width: 98%;
  margin-bottom: 5%;
  margin-inline: auto;
}
#aon-shop-root .news .news-head {
  width: 25%;
  margin-bottom: 2%;
  margin-inline: auto;
  transform: rotate(9deg);
}
#aon-shop-root .news .news-container {
  width: 100%;
  height: 120px;
  margin-inline: auto;
  padding-right: 4px;
  overflow-y: scroll;
}
#aon-shop-root .news .news-container::-webkit-scrollbar {
  width: 5px;
}
#aon-shop-root .news .news-container::-webkit-scrollbar-thumb {
  height: 5em;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}
#aon-shop-root .news .news-container__item {
  margin-bottom: 2%;
  padding: 0.5% 3% 1% 3%;
  transform: scale(0.1); /* 最初は小さい */
  border-radius: 7px;
  background: #2c2c2c;
  color: #fff;
  opacity: 0.3; /* 最初はほぼ透明 */
  transition: all 0.4s ease-in-out;
}
#aon-shop-root .news .news-container__item a {
  width: 100%;
}
#aon-shop-root .news .news-container__item--txt {
  font-weight: 600;
  font-size: min(27 / 768 * 100vw, 27px);
}
#aon-shop-root .news .news-container__item--date {
  padding-right: 2%;
}
#aon-shop-root .news .news-container__item.visible {
  transform: scale(1); /* 通常のサイズに戻る */
  opacity: 1;
}
#aon-shop-root .news__new--wrapper {
  width: 100%;
  height: 180px;
  margin-inline: auto;
  padding-right: 4px;
  overflow-y: scroll;
  font-weight: 600;
  font-size: min(27 / 768 * 100vw, 27px);
}
#aon-shop-root .news__new--wrapper .inner-txt {
  font-size: min(27 / 768 * 100vw, 27px);
  line-height: 1.4;
}
#aon-shop-root .news__new--wrapper .inner-txt hr {
  width: 98%;
  margin: 0.5% 0;
  border-top: dotted 1px #fff;
}
#aon-shop-root .news__new--wrapper::-webkit-scrollbar {
  width: 5px;
}
#aon-shop-root .news__new--wrapper::-webkit-scrollbar-thumb {
  height: 5em;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}
#aon-shop-root .news__new--wrapper__date {
  margin-bottom: 2%;
  padding: 0.3% 3%;
  transform: scale(0.1); /* 最初は小さい */
  border-radius: 7px;
  background: #2c2c2c;
  color: #fff;
  opacity: 0.3; /* 最初はほぼ透明 */
  transition: all 0.4s ease-in-out;
}
#aon-shop-root .news__new--wrapper__date.visible {
  transform: scale(1); /* 通常のサイズに戻る */
  opacity: 1;
}
#aon-shop-root .heading {
  position: relative;
  width: 58%;
  margin-top: 10%;
  margin-bottom: 5%;
  margin-inline: auto;
  text-align: center;
}
#aon-shop-root .heading__popup {
  width: 70%;
}
#aon-shop-root .top {
  width: 100%;
  margin-inline: auto;
  padding: 1em;
}
#aon-shop-root .intro {
  position: relative;
  padding-bottom: 4%;
  background: #fff;
  font-weight: 600;
  font-size: min(24 / 768 * 100vw, 24px);
  text-align: center;
}
#aon-shop-root .intro h3 {
  line-height: 1.4;
}
#aon-shop-root .intro:before {
  z-index: -2;
  position: absolute;
  right: 0;
  bottom: min(80 / 768 * 100vw, 80px);
  width: 100%;
  height: 100%;
  background: url(./parts-btm.png) no-repeat top right/50%;
  content: "";
}
#aon-shop-root .box {
  z-index: 1;
  position: relative;
  margin: 2em 1em 1em 1em;
  padding: 2%;
  border-radius: 20px;
  background: #fff;
  color: #2c2c2c;
}
#aon-shop-root .box:before {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: url(./parts-top.png) no-repeat top left/42%;
  content: "";
}
#aon-shop-root .box__aon-bonus {
  position: relative;
  background: linear-gradient(32deg, rgba(151, 214, 231, 0.45) 0%, rgba(233, 185, 245, 0.45) 100%);
}
#aon-shop-root .box__aon-bonus--inner {
  justify-content: center;
  width: 90%;
  margin-inline: auto;
  color: #0077b3;
  font-weight: 900;
  font-size: 2rem;
}
#aon-shop-root .box__aon-bonus--head {
  margin-inline: auto;
  font-weight: 900;
  font-size: 2rem;
  text-align: center;
}
#aon-shop-root .goods__bg {
  margin-bottom: 5%;
  padding: 2%;
  border: #2c2c2c solid 3px;
  border-radius: 20px;
}
#aon-shop-root .goods__txt {
  margin-top: 2%;
  font-size: min(27 / 768 * 100vw, 27px);
}
#aon-shop-root .goods__txt h3 {
  border-radius: 8px;
  background: #2c2c2c;
  color: #fff;
}
#aon-shop-root .goods__txt p {
  margin-top: 1%;
  font-weight: 600;
}
#aon-shop-root .goods__txt small {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
#aon-shop-root .goods__txt small span {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  background: #df1c32;
}
#aon-shop-root .pkg .bd-box, #aon-shop-root .pkg .dvd-box, #aon-shop-root .pkg .figure-howto-box {
  margin-top: 5%;
}
#aon-shop-root .pkg .bd-box__wrap, #aon-shop-root .pkg .dvd-box__wrap, #aon-shop-root .pkg .figure-howto-box__wrap {
  padding: 3%;
  border: 3px solid #df1c32;
  border-radius: 0 0 30px 30px;
}
#aon-shop-root .pkg .bd-box__txt, #aon-shop-root .pkg .dvd-box__txt, #aon-shop-root .pkg .figure-howto-box__txt {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5%;
}
#aon-shop-root .pkg .bd-box__txt li, #aon-shop-root .pkg .dvd-box__txt li, #aon-shop-root .pkg .figure-howto-box__txt li {
  margin-right: 1em;
}
#aon-shop-root .pkg .bd-box__fig-img, #aon-shop-root .pkg .dvd-box__fig-img, #aon-shop-root .pkg .figure-howto-box__fig-img {
  justify-content: center;
  margin-inline: auto;
}
#aon-shop-root .pkg .bd-box__fig-img img, #aon-shop-root .pkg .dvd-box__fig-img img, #aon-shop-root .pkg .figure-howto-box__fig-img img {
  width: 100%;
}
#aon-shop-root .pkg .bd-box__name, #aon-shop-root .pkg .dvd-box__name, #aon-shop-root .pkg .figure-howto-box__name {
  padding: 1.5%;
  border-radius: 30px 30px 0 0;
  background: #df1c32;
  color: #fff;
  font-weight: 600;
  font-size: min(26 / 768 * 100vw, 26px);
  text-align: center;
}
#aon-shop-root .pkg .bd-box__inner, #aon-shop-root .pkg .dvd-box__inner, #aon-shop-root .pkg .figure-howto-box__inner {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 4%;
}
#aon-shop-root .pkg .bd-box__inner .volume01, #aon-shop-root .pkg .dvd-box__inner .volume01, #aon-shop-root .pkg .figure-howto-box__inner .volume01 {
  margin-inline: auto;
}
#aon-shop-root .pkg .bd-box__inner--image, #aon-shop-root .pkg .dvd-box__inner--image, #aon-shop-root .pkg .figure-howto-box__inner--image {
  width: 90%;
  margin-inline: auto;
}
#aon-shop-root .pkg .bd-box__inner--image img, #aon-shop-root .pkg .dvd-box__inner--image img, #aon-shop-root .pkg .figure-howto-box__inner--image img {
  filter: drop-shadow(0 0 1px #541309);
}
#aon-shop-root .pkg .bd-box__inner--txt, #aon-shop-root .pkg .dvd-box__inner--txt, #aon-shop-root .pkg .figure-howto-box__inner--txt {
  padding: 2%;
  font-size: min(26 / 768 * 100vw, 26px);
}
#aon-shop-root .pkg .bd-box__inner figure, #aon-shop-root .pkg .dvd-box__inner figure, #aon-shop-root .pkg .figure-howto-box__inner figure {
  width: 100%;
  margin-inline: auto;
}
#aon-shop-root .pkg .bd-box__inner figure img, #aon-shop-root .pkg .dvd-box__inner figure img, #aon-shop-root .pkg .figure-howto-box__inner figure img {
  width: 100%;
  filter: drop-shadow(0 0 1px #541309);
}
#aon-shop-root .pkg .bd-box__inner figure .bd-box__inner--image, #aon-shop-root .pkg .dvd-box__inner figure .bd-box__inner--image, #aon-shop-root .pkg .figure-howto-box__inner figure .bd-box__inner--image {
  width: 100%;
}
#aon-shop-root .pkg .bd-box__detail, #aon-shop-root .pkg .dvd-box__detail, #aon-shop-root .pkg .figure-howto-box__detail {
  position: relative;
  margin-inline: auto;
  padding: 6% 3%;
  border: 2px solid #df1c32;
  line-height: 1.6;
}
#aon-shop-root .pkg .bd-box__detail--yellow, #aon-shop-root .pkg .dvd-box__detail--yellow, #aon-shop-root .pkg .figure-howto-box__detail--yellow {
  border: 2px solid #e2d708;
}
#aon-shop-root .pkg .bd-box__detail--blue, #aon-shop-root .pkg .dvd-box__detail--blue, #aon-shop-root .pkg .figure-howto-box__detail--blue {
  border: 2px solid #0b00d6;
}
#aon-shop-root .pkg .bd-box__detail h4, #aon-shop-root .pkg .dvd-box__detail h4, #aon-shop-root .pkg .figure-howto-box__detail h4 {
  margin-bottom: 1%;
  color: #df1c32;
  font-weight: 700;
  font-size: min(25 / 768 * 100vw, 25px);
}
#aon-shop-root .pkg .bd-box__detail .kit-img, #aon-shop-root .pkg .dvd-box__detail .kit-img, #aon-shop-root .pkg .figure-howto-box__detail .kit-img {
  display: flex;
  justify-content: center;
}
#aon-shop-root .pkg .bd-box__detail .kit-img__combo, #aon-shop-root .pkg .dvd-box__detail .kit-img__combo, #aon-shop-root .pkg .figure-howto-box__detail .kit-img__combo {
  flex-wrap: wrap;
}
#aon-shop-root .pkg .figure-howto-box__wrap {
  border: 3px solid #0b00d6;
}
#aon-shop-root .pkg .figure-howto-box__wrap--img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#aon-shop-root .pkg .figure-howto-box__wrap--imgv2 {
  display: flex;
  justify-content: center;
}
#aon-shop-root .pkg .figure-howto-box__wrap--imgv2 li {
  width: 90%;
  margin-bottom: 5%;
  margin-inline: auto;
}
#aon-shop-root .pkg .figure-howto-box__wrap--imgv2 li figcaption {
  margin-bottom: 2%;
  font-size: 130%;
}
#aon-shop-root .pkg .figure-howto-box__wrap--imgv2 li figcaption span {
  display: block;
  padding: 3% 0.5%;
  border: 2.6px solid #df1c32;
  border-radius: 0 0 10px 10px;
  color: #df1c32;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
#aon-shop-root .pkg .figure-howto-box__wrap--imgv2 li figcaption .no {
  display: block;
  padding: 0.5% 1%;
  border-radius: 10px 10px 0 0;
  background: #df1c32;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
#aon-shop-root .pkg .figure-howto-box__wrap--imgv3 {
  flex-direction: column;
}
#aon-shop-root .pkg .figure-howto-box__wrap--imgv3 li {
  width: 100%;
}
#aon-shop-root .pkg .figure-howto-box__name {
  padding: 2%;
  background: #0b00d6;
  font-weight: 600;
}
#aon-shop-root .pkg .cross {
  display: block;
  position: relative;
  width: 100%;
  height: 3em;
}
#aon-shop-root .pkg .cross::before {
  position: absolute;
  top: 51%;
  left: 50%;
  width: 1.5em;
  height: 1.5em;
  transform: translate(-50%, -51%);
  background: #2c2c2c;
  content: "";
  -webkit-clip-path: polygon(0 38%, 38% 38%, 38% 0, 62% 0, 62% 38%, 100% 38%, 100% 62%, 62% 62%, 62% 100%, 38% 100%, 38% 62%, 0 62%);
          clip-path: polygon(0 38%, 38% 38%, 38% 0, 62% 0, 62% 38%, 100% 38%, 100% 62%, 62% 62%, 62% 100%, 38% 100%, 38% 62%, 0 62%);
}
#aon-shop-root .pkg .dvd-box__inner {
  margin-bottom: 2%;
}
#aon-shop-root .pkg .button-box {
  display: flex;
  flex-direction: column-reverse;
  width: 85%;
  margin-inline: auto;
}
#aon-shop-root .pkg .button-box .cart-btn, #aon-shop-root .pkg .button-box .detail-btn {
  padding: 1.5%;
  transition: 0.4s;
}
#aon-shop-root .pkg .button-box .cart-btn:active, #aon-shop-root .pkg .button-box .detail-btn:active {
  transform: scale(0.95);
  transition: 0.2s;
}
#aon-shop-root .pkg .figure-detail {
  align-items: baseline;
  justify-content: center;
  margin-top: 1%;
  font-size: 110%;
  line-height: 1.5;
  text-align: center;
}
#aon-shop-root .pkg .figure-detail span {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #2c2c2c;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  margin-right: 0.2em;
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
#aon-shop-root .pkg .figure-detail__top {
  display: flex;
}
#aon-shop-root .pkg .figure-detail__top span {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #2c2c2c;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0) !important;
  margin-right: 0.2em;
          clip-path: polygon(50% 100%, 0 0, 100% 0) !important;
}
#aon-shop-root .label-on {
  position: relative;
}
#aon-shop-root .label-on::after {
  display: grid;
  position: absolute;
  top: min(-27 / 768 * 100vw, -27px);
  right: min(-10 / 768 * 100vw, -10px);
  place-items: center;
  width: min(95 / 768 * 100vw, 95px);
  height: min(95 / 768 * 100vw, 95px);
  border-radius: 50%;
  background: #df1c32;
  content: "A-on\aSTORE\a限定";
  color: #fff;
  font-weight: 700;
  font-size: min(23 / 768 * 100vw, 23px);
  line-height: 1.2;
  text-align: center;
  white-space: pre;
}
#aon-shop-root .label-on__figure::after {
  width: min(95 / 768 * 100vw, 95px);
  height: min(95 / 768 * 100vw, 95px);
  inset: -10% auto auto -3%;
  border-radius: 50%;
  font-size: min(23 / 768 * 100vw, 23px);
  line-height: 1;
}
#aon-shop-root .trailer {
  aspect-ratio: 16/9;
  width: 97%;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-inline: auto;
}
#aon-shop-root .notice {
  position: relative;
  padding-top: 5%;
  background: #df1c32;
}
#aon-shop-root .notice .box-content {
  border-radius: 100px;
}
#aon-shop-root .notice .title {
  z-index: 1;
  position: relative;
  position: relative;
  padding: 1% 0;
  border-radius: 100px;
  background: #2c2c2c;
  color: #fff;
  font-size: 90%;
  list-style: none;
  cursor: pointer;
  opacity: 1 !important;
}
#aon-shop-root .notice .title span {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.5%;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(-50%);
  background: url(./arrow-icon.svg) no-repeat center/99%;
  transition: transform 0.5s ease;
}
#aon-shop-root .notice .text-box {
  margin-top: -3%;
  padding: 5% 2% 2% 2%;
  background: #fff;
}
#aon-shop-root .notice .title.is-active span {
  transform: translateY(-50%) rotate(180deg);
}
#aon-shop-root .product {
  z-index: 3;
  position: relative;
  height: 100%;
}
#aon-shop-root .product__body {
  height: 98%;
  border-radius: 0 0 18px 18px;
}
#aon-shop-root .product__inner {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2.5%;
  border: solid 5px #df1c32;
  background: #fff;
}
#aon-shop-root .product__image {
  width: 100%;
  padding: 1%;
  border: 1px solid #df1c32;
  border-radius: 10px;
}
#aon-shop-root .product__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#aon-shop-root .product__name {
  padding: 0.4%;
  border-radius: 18px 18px 0 0;
  background: #df1c32;
  color: #fff;
  font-weight: 700;
  font-size: min(30 / 768 * 100vw, 30px);
  text-align: center;
}
#aon-shop-root .product__detail {
  font-size: min(22 / 768 * 100vw, 22px);
}
#aon-shop-root .product__price {
  font-weight: 500;
  font-size: 120%;
}
#aon-shop-root .product__price span {
  letter-spacing: 0.2em;
}
#aon-shop-root .product__on-sale {
  font-weight: 500;
  font-size: 120%;
  letter-spacing: 0.1em;
}
#aon-shop-root .product__content {
  display: flex;
  flex-direction: column;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4% 0;
  font-size: min(25 / 768 * 100vw, 25px) !important;
  line-height: 1.5;
  text-align: left;
}
#aon-shop-root .product__content .pulldown {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 3%;
}
#aon-shop-root .product__content .pulldown .kinds .select2-container, #aon-shop-root .product__content .pulldown .quantity .select2-container {
  width: 120px !important;
}
#aon-shop-root .product__limits {
  color: #df1c32;
  font-weight: 600;
  font-size: 70%;
}
#aon-shop-root .product__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
}
#aon-shop-root .product__buttons .direct-cartadd__btn, #aon-shop-root .product__buttons .direct-link {
  font-size: min(35 / 768 * 100vw, 35px) !important;
}
#aon-shop-root .product2 {
  padding: 5% 1%;
  border-bottom: 2px dotted #df1c32;
}
#aon-shop-root .product2:last-of-type {
  border-bottom: none;
}
#aon-shop-root .product2__detail {
  font-size: min(22 / 768 * 100vw, 22px);
}
#aon-shop-root .product2__price {
  font-weight: 500;
  font-size: 120%;
}
#aon-shop-root .product2__on-sale {
  font-weight: 500;
  font-size: 120%;
  letter-spacing: 0.1em;
}
#aon-shop-root .product2__content {
  font-size: min(25 / 768 * 100vw, 25px);
  line-height: 1.5;
  text-align: left;
}
#aon-shop-root .product2__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: min(35 / 768 * 100vw, 35px) !important;
  text-align: center;
}
#aon-shop-root .product2__buttons .cart_btn {
  z-index: 1;
  position: relative;
  width: 88%;
  margin-bottom: 2%;
  margin-inline: auto;
  border-radius: 100px;
  background: #df1c32;
  color: #fff;
  font-size: min(35 / 768 * 100vw, 35px) !important;
}
#aon-shop-root .product2__buttons .cart_btn:hover {
  transition: 0.4s;
}
#aon-shop-root .product2__buttons .cart_btn:hover:active {
  transform: scale(0.95);
  transition: 0.2s;
}
#aon-shop-root .product2__buttons .cart_btn:disabled {
  background-color: #2c2c2c;
  color: #fff;
  opacity: 0.85;
  pointer-events: none;
}
#aon-shop-root .product2__buttons .cart_btn:disabled::after {
  z-index: 1;
  position: absolute;
  background-color: rgba(44, 44, 44, 0.8);
  content: "購入できません";
}
#aon-shop-root .product2__buttons .cart_btn:disabled::after {
  display: flex;
  z-index: 2;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #2c2c2c;
  content: "購入できません";
}
#aon-shop-root .product2__buttons .cart_details {
  width: 80%;
  border-radius: 100px;
  background-color: #2c2c2c;
  color: #fff;
}
#aon-shop-root .product2__buttons .cart_details:hover {
  transition: 0.4s;
}
#aon-shop-root .product2__buttons .cart_details:hover:active {
  transform: scale(0.95);
  transition: 0.2s;
}
#aon-shop-root .products {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#aon-shop-root .products > * {
  min-width: 0;
  word-wrap: break-word;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#aon-shop-root .products__dvd {
  flex-direction: column;
}
#aon-shop-root .products__dvd > * {
  min-width: 0;
  word-wrap: break-word;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#aon-shop-root .products__popup {
  flex-direction: column;
}
#aon-shop-root .products__popup > * {
  min-width: 0;
  word-wrap: break-word;
  flex: 0 0 100%;
  max-width: 100%;
}
#aon-shop-root .products__popup .product {
  height: auto !important;
  margin-bottom: 3%;
  border: solid 3px #df1c32;
  border-radius: 22px;
  background: #fff;
}
#aon-shop-root .products__popup .product__name {
  padding: 2% 1%;
  font-size: min(30 / 768 * 100vw, 30px);
  letter-spacing: -0.05em;
  text-align: center;
}
#aon-shop-root .products__popup .product__inner {
  padding: 2.5% 3% 5% 3%;
  border: none;
  background: none;
}
#aon-shop-root .products__popup .product__detail {
  margin-bottom: 0 !important;
  font-size: 90%;
}
#aon-shop-root .products__popup .product__price span {
  letter-spacing: 0.1em;
}
#aon-shop-root .products__popup .product__buttons .direct-cartadd {
  margin-bottom: 0;
}
#aon-shop-root .products__popup .product .pulldown {
  margin-top: 0 !important;
}

@keyframes rotation {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
#aon-shop-root .direct-cartadd {
  display: flex;
  position: relative;
  width: 100%;
}
#aon-shop-root .direct-cartadd ~ * {
  margin-top: 0;
}
#aon-shop-root .direct-cartadd__status {
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
  margin: auto;
  padding: 1em 0.5em;
  transform: translateY(-90%);
  color: #fff;
  font-size: 80%;
  line-height: 1.4;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
#aon-shop-root .direct-cartadd__status.is-success {
  transform: translateY(-100%);
  background-color: #fdb34d;
  opacity: 1;
  pointer-events: all;
}
#aon-shop-root .direct-cartadd__status.is-success::after {
  color: #fdb34d;
}
#aon-shop-root .direct-cartadd__status.is-error {
  transform: translateY(-100%);
  background-color: #df1c32;
  opacity: 1;
  pointer-events: all;
}
#aon-shop-root .direct-cartadd__status.is-error::after {
  color: #df1c32;
}
#aon-shop-root .direct-cartadd__status a {
  font-size: 1.2rem;
}
#aon-shop-root .direct-cartadd__status::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  width: 0;
  height: 1em;
  height: 0;
  margin: auto;
  transform: translateY(95%);
  border-top: 0.8em solid currentColor;
  border-right: 0.6em solid transparent;
  border-left: 0.6em solid transparent;
  content: "";
  pointer-events: none;
}
#aon-shop-root .direct-cartadd__btn {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  width: 88%;
  height: auto;
  margin-bottom: 0;
  margin-bottom: 2%;
  margin-inline: auto;
  padding: 1rem;
  border-radius: 100px;
  background: #df1c32;
  color: #fff;
  font-weight: 900;
  font-size: 130%;
  font-size: 2rem;
  letter-spacing: letter-spacing(60);
  text-align: center;
  transition: all 400ms easy-in-out;
}
#aon-shop-root .direct-cartadd__btn:hover {
  transition: 0.4s;
}
#aon-shop-root .direct-cartadd__btn:hover:active {
  transform: scale(0.95);
  transition: 0.2s;
}
#aon-shop-root .direct-cartadd__btn:disabled {
  background-color: #2c2c2c;
  color: #fff;
  opacity: 0.85;
  pointer-events: none;
}
#aon-shop-root .direct-cartadd__btn:disabled::after {
  z-index: 1;
  position: absolute;
  background-color: rgba(44, 44, 44, 0.8);
  content: "購入できません";
}
#aon-shop-root .direct-cartadd__btn:disabled::after {
  display: flex;
  z-index: 2;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #2c2c2c;
  content: "購入できません";
}
#aon-shop-root .direct-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  padding: 1rem;
  border-radius: 100px;
  background-color: #2c2c2c;
  color: #fff;
  font-weight: 900;
  font-weight: 500;
  font-size: 130%;
  font-size: 2rem;
  letter-spacing: letter-spacing(60);
  text-align: center;
  transition: all 400ms easy-in-out;
}
#aon-shop-root .direct-link:hover {
  transition: 0.4s;
}
#aon-shop-root .direct-link:hover:active {
  transform: scale(0.95);
  transition: 0.2s;
}
#aon-shop-root .direct-cartadd__btn span, #aon-shop-root .cart_btn span, #aon-shop-root .cart_details span, #aon-shop-root .direct-link span {
  display: inline-block;
  width: 0.4em;
  height: 0.6em;
  margin-left: 3%;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 20% 0, 100% 50%, 20% 100%, 0 100%, 80% 50%);
          clip-path: polygon(0 0, 20% 0, 100% 50%, 20% 100%, 0 100%, 80% 50%);
}

/*! purgecss start ignore */
*:root {
  --slick-arrow-color:#df1c32;
  --slick-dot-color:#9e9e9e;
  --slick-dot-color-active:#df1c32;
}

/*! purgecss end ignore */
.fttop {
  z-index: 999 !important;
}

.modaal-container {
  background-color: transparent;
  color: inherit;
}

.modaal-content-container {
  padding: 0;
}

.modaal-gallery-control {
  width: 30px;
  height: 30px;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: rgba(44, 44, 44, 0.7);
}
.modaal-gallery-control::before, .modaal-gallery-control::after {
  top: 6px;
  left: 12px;
  width: 4px;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #fff;
}

.modaal-gallery-prev {
  bottom: 2px;
  left: 2px;
}

.modaal-gallery-next {
  right: 2px;
  bottom: 2px;
}

.modaal-video-wrap {
  margin: 0 auto;
}
#aon-shop-root .select2-selection {
  height: auto;
  border: solid 1px #541309;
  border-radius: inherit;
  background-color: transparent;
}
#aon-shop-root .select2-selection > * {
  height: 100%;
}
#aon-shop-root .select2-selection__rendered {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
}
#aon-shop-root .select2-selection__arrow b {
  -webkit-clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  top: 44%;
  left: 44%;
  aspect-ratio: 1;
  height: 10px;
  rotate: 90deg;
  background-color: #333;
          clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
}
#aon-shop-root .select2-container {
  width: auto !important;
}
#aon-shop-root select2-container--default .select2-results > .select2-results__options {
  font-size: 120%;
}
#aon-shop-root .select2-container--open .select2-selection__arrow b {
  -webkit-clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  top: 44%;
  left: 44%;
  aspect-ratio: 1;
  height: 10px;
  rotate: 90deg;
  background-color: #333;
          clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
}

#aon-shop-root .u-d-b {
  display: block !important;
}

#aon-shop-root .u-d-n {
  display: none !important;
}

#aon-shop-root .u-d-i {
  display: inline !important;
}

#aon-shop-root .u-d-ib {
  display: inline-block !important;
}

#aon-shop-root .u-d-t {
  display: table !important;
}

#aon-shop-root .u-d-f {
  display: flex !important;
}

#aon-shop-root .u-d-if {
  display: inline-flex !important;
}
#aon-shop-root .u-c-black, #aon-shop-root .u-c-white, #aon-shop-root .u-c-gray, #aon-shop-root .u-c-red, #aon-shop-root .u-c-main, #aon-shop-root .u-c-pink, #aon-shop-root .u-c-lightpink, #aon-shop-root .u-c-skyblue, #aon-shop-root .u-c-blue, #aon-shop-root .u-c-darkblue, #aon-shop-root .u-c-yellow, #aon-shop-root .u-c-orange, #aon-shop-root .u-c-brown, #aon-shop-root .u-c-text, #aon-shop-root .u-c-link {
  background-color: inherit;
}

#aon-shop-root .u-c-black {
  color: #2c2c2c !important;
}

#aon-shop-root .u-c-white {
  color: #fff !important;
}

#aon-shop-root .u-c-gray {
  color: #9e9e9e !important;
}

#aon-shop-root .u-c-red {
  color: #df1c32 !important;
}

#aon-shop-root .u-c-main {
  color: #df1c32 !important;
}

#aon-shop-root .u-c-pink {
  color: #d74471 !important;
}

#aon-shop-root .u-c-lightpink {
  color: #fff7f9 !important;
}

#aon-shop-root .u-c-skyblue {
  color: #29a0ea !important;
}

#aon-shop-root .u-c-blue {
  color: #0077b3 !important;
}

#aon-shop-root .u-c-darkblue {
  color: #0b00d6 !important;
}

#aon-shop-root .u-c-yellow {
  color: #fff68d !important;
}

#aon-shop-root .u-c-orange {
  color: #fdb34d !important;
}

#aon-shop-root .u-c-brown {
  color: #541309 !important;
}

#aon-shop-root .u-c-text {
  color: #541309 !important;
}

#aon-shop-root .u-c-link {
  color: inherit !important;
}

#aon-shop-root .u-bc-black, #aon-shop-root .u-bc-white, #aon-shop-root .u-bc-gray, #aon-shop-root .u-bc-red, #aon-shop-root .u-bc-main, #aon-shop-root .u-bc-pink, #aon-shop-root .u-bc-lightpink, #aon-shop-root .u-bc-skyblue, #aon-shop-root .u-bc-blue, #aon-shop-root .u-bc-darkblue, #aon-shop-root .u-bc-yellow, #aon-shop-root .u-bc-orange, #aon-shop-root .u-bc-brown, #aon-shop-root .u-bc-text, #aon-shop-root .u-bc-link {
  color: inherit;
}

#aon-shop-root .u-bc-black {
  background-color: #2c2c2c !important;
}

#aon-shop-root .u-bc-white {
  background-color: #fff !important;
}

#aon-shop-root .u-bc-gray {
  background-color: #9e9e9e !important;
}

#aon-shop-root .u-bc-red {
  background-color: #df1c32 !important;
}

#aon-shop-root .u-bc-main {
  background-color: #df1c32 !important;
}

#aon-shop-root .u-bc-pink {
  background-color: #d74471 !important;
}

#aon-shop-root .u-bc-lightpink {
  background-color: #fff7f9 !important;
}

#aon-shop-root .u-bc-skyblue {
  background-color: #29a0ea !important;
}

#aon-shop-root .u-bc-blue {
  background-color: #0077b3 !important;
}

#aon-shop-root .u-bc-darkblue {
  background-color: #0b00d6 !important;
}

#aon-shop-root .u-bc-yellow {
  background-color: #fff68d !important;
}

#aon-shop-root .u-bc-orange {
  background-color: #fdb34d !important;
}

#aon-shop-root .u-bc-brown {
  background-color: #541309 !important;
}

#aon-shop-root .u-bc-text {
  background-color: #541309 !important;
}

#aon-shop-root .u-bc-link {
  background-color: inherit !important;
}

#aon-shop-root .u-fs-xs {
  font-size: 1rem !important;
}

#aon-shop-root .u-fs-s {
  font-size: 1.2rem !important;
}

#aon-shop-root .u-fs-m {
  font-size: 1.6rem !important;
}

#aon-shop-root .u-fs-l {
  font-size: 2rem !important;
}

#aon-shop-root .u-fs-xl {
  font-size: 2.2rem !important;
}

#aon-shop-root .u-fs-xxl {
  font-size: 3rem !important;
}

#aon-shop-root .u-fs-base {
  font-size: 1.4rem !important;
}

#aon-shop-root .u-fs-65p {
  font-size: 65% !important;
}

#aon-shop-root .u-fs-70p {
  font-size: 70% !important;
}

#aon-shop-root .u-fs-80p {
  font-size: 80% !important;
}

#aon-shop-root .u-fs-90p {
  font-size: 90% !important;
}

#aon-shop-root .u-fs-100p {
  font-size: 100% !important;
}

#aon-shop-root .u-fs-110p {
  font-size: 110% !important;
}

#aon-shop-root .u-fs-120p {
  font-size: 120% !important;
}

#aon-shop-root .u-fs-130p {
  font-size: 130% !important;
}

#aon-shop-root .u-fs-140p {
  font-size: 140% !important;
}

#aon-shop-root .u-fs-150p {
  font-size: 150% !important;
}

#aon-shop-root .u-fs-160p {
  font-size: 160% !important;
}

#aon-shop-root .u-fs-170p {
  font-size: 170% !important;
}

#aon-shop-root .u-fs-180p {
  font-size: 180% !important;
}

#aon-shop-root .u-fs-190p {
  font-size: 190% !important;
}

#aon-shop-root .u-fs-200p {
  font-size: 200% !important;
}
#aon-shop-root .u-fw-s {
  font-weight: 400 !important;
}

#aon-shop-root .u-fw-m {
  font-weight: 500 !important;
}

#aon-shop-root .u-fw-l {
  font-weight: 700 !important;
}

#aon-shop-root .u-fw-xl {
  font-weight: 900 !important;
}

#aon-shop-root .u-fw-base {
  font-weight: 500 !important;
}

#aon-shop-root .u-fsy-i {
  font-style: italic !important;
}

#aon-shop-root .u-fsy-n {
  font-style: normal !important;
}

#aon-shop-root .u-lh-i {
  line-height: inherit !important;
}

#aon-shop-root .u-lh-base {
  line-height: 1.75 !important;
}

#aon-shop-root .u-lh-10 {
  line-height: 0.1 !important;
}

#aon-shop-root .u-lh-20 {
  line-height: 0.2 !important;
}

#aon-shop-root .u-lh-30 {
  line-height: 0.3 !important;
}

#aon-shop-root .u-lh-40 {
  line-height: 0.4 !important;
}

#aon-shop-root .u-lh-50 {
  line-height: 0.5 !important;
}

#aon-shop-root .u-lh-60 {
  line-height: 0.6 !important;
}

#aon-shop-root .u-lh-70 {
  line-height: 0.7 !important;
}

#aon-shop-root .u-lh-80 {
  line-height: 0.8 !important;
}

#aon-shop-root .u-lh-90 {
  line-height: 0.9 !important;
}

#aon-shop-root .u-lh-100 {
  line-height: 1 !important;
}

#aon-shop-root .u-lh-110 {
  line-height: 1.1 !important;
}

#aon-shop-root .u-lh-120 {
  line-height: 1.2 !important;
}

#aon-shop-root .u-lh-130 {
  line-height: 1.3 !important;
}

#aon-shop-root .u-lh-140 {
  line-height: 1.4 !important;
}

#aon-shop-root .u-lh-150 {
  line-height: 1.5 !important;
}

#aon-shop-root .u-lh-160 {
  line-height: 1.6 !important;
}

#aon-shop-root .u-lh-170 {
  line-height: 1.7 !important;
}

#aon-shop-root .u-lh-180 {
  line-height: 1.8 !important;
}

#aon-shop-root .u-lh-190 {
  line-height: 1.9 !important;
}

#aon-shop-root .u-lh-200 {
  line-height: 2 !important;
}
#aon-shop-root .u-ls-xs {
  letter-spacing: 0.02em !important;
}

#aon-shop-root .u-ls-s {
  letter-spacing: 0.05em !important;
}

#aon-shop-root .u-ls-m {
  letter-spacing: 0.08em !important;
}

#aon-shop-root .u-ls-l {
  letter-spacing: 0.2em !important;
}

#aon-shop-root .u-ta-r {
  text-align: right !important;
}

#aon-shop-root .u-ta-l {
  text-align: left !important;
}

#aon-shop-root .u-ta-c {
  text-align: center !important;
}

#aon-shop-root .u-ta-j {
  text-align: justify !important;
}
#aon-shop-root .u-va-tb {
  vertical-align: text-bottom !important;
}

#aon-shop-root .u-va-base {
  vertical-align: baseline !important;
}

#aon-shop-root .u-va-md {
  vertical-align: middle !important;
}

#aon-shop-root .u-va-top {
  vertical-align: top !important;
}

#aon-shop-root .u-va-tt {
  vertical-align: text-top !important;
}

#aon-shop-root .u-td-lt {
  text-decoration: line-through !important;
}

#aon-shop-root .u-td-ul {
  text-decoration: underline !important;
}

#aon-shop-root .u-family-sans-serif {
  font-family: Noto Sans JP -apple-system BlinkMacSystemFont Arial YuGothic Yu Gothic Hiragino Kaku Gothic ProN ヒラギノ角ゴ ProN W3 Osaka Meiryo メイリオ sans-serif !important;
}

#aon-shop-root .u-family-serif {
  font-family: Noto Serif JP 游明朝体 YuMincho 游明朝 Yu Mincho ヒラギノ明朝 ProN W3 Hiragino Mincho ProN W3 HiraMinProN-W3 ヒラギノ明朝 ProN Hiragino Mincho ProN ヒラギノ明朝 Pro Hiragino Mincho Pro HGS明朝E ＭＳ Ｐ明朝 MS PMincho serif !important;
}

#aon-shop-root .u-family-round {
  font-family: M PLUS Rounded 1c Zen Maru Gothic sans-serif !important;
}

#aon-shop-root .u-w-10 {
  width: 10% !important;
}

#aon-shop-root .u-w-20 {
  width: 20% !important;
}

#aon-shop-root .u-w-30 {
  width: 30% !important;
}

#aon-shop-root .u-w-40 {
  width: 40% !important;
}

#aon-shop-root .u-w-50 {
  width: 50% !important;
}

#aon-shop-root .u-w-60 {
  width: 60% !important;
}

#aon-shop-root .u-w-70 {
  width: 70% !important;
}

#aon-shop-root .u-w-80 {
  width: 80% !important;
}

#aon-shop-root .u-w-90 {
  width: 90% !important;
}

#aon-shop-root .u-w-100 {
  width: 100% !important;
}

#aon-shop-root .u-w-auto {
  width: auto !important;
}
#aon-shop-root .u-mw-10 {
  max-width: 10% !important;
}

#aon-shop-root .u-mw-20 {
  max-width: 20% !important;
}

#aon-shop-root .u-mw-30 {
  max-width: 30% !important;
}

#aon-shop-root .u-mw-40 {
  max-width: 40% !important;
}

#aon-shop-root .u-mw-50 {
  max-width: 50% !important;
}

#aon-shop-root .u-mw-60 {
  max-width: 60% !important;
}

#aon-shop-root .u-mw-70 {
  max-width: 70% !important;
}

#aon-shop-root .u-mw-80 {
  max-width: 80% !important;
}

#aon-shop-root .u-mw-90 {
  max-width: 90% !important;
}

#aon-shop-root .u-mw-100 {
  max-width: 100% !important;
}

#aon-shop-root .u-mw-none {
  max-width: none !important;
}
#aon-shop-root .u-h-10 {
  height: 10% !important;
}

#aon-shop-root .u-h-20 {
  height: 20% !important;
}

#aon-shop-root .u-h-30 {
  height: 30% !important;
}

#aon-shop-root .u-h-40 {
  height: 40% !important;
}

#aon-shop-root .u-h-50 {
  height: 50% !important;
}

#aon-shop-root .u-h-60 {
  height: 60% !important;
}

#aon-shop-root .u-h-70 {
  height: 70% !important;
}

#aon-shop-root .u-h-80 {
  height: 80% !important;
}

#aon-shop-root .u-h-90 {
  height: 90% !important;
}

#aon-shop-root .u-h-100 {
  height: 100% !important;
}

#aon-shop-root .u-h-auto {
  height: auto !important;
}
#aon-shop-root .u-m-xxs {
  margin: 0.5rem !important;
}

#aon-shop-root .u-m-xs {
  margin: 1rem !important;
}

#aon-shop-root .u-m-s {
  margin: 2rem !important;
}

#aon-shop-root .u-m-m {
  margin: 3rem !important;
}

#aon-shop-root .u-m-l {
  margin: 4rem !important;
}

#aon-shop-root .u-m-xl {
  margin: 5rem !important;
}

#aon-shop-root .u-m-xxl {
  margin: 6rem !important;
}
#aon-shop-root .u-mt-xxs, #aon-shop-root .u-my-xxs {
  margin-top: 0.5rem !important;
}

#aon-shop-root .u-mt-xs, #aon-shop-root .u-my-xs {
  margin-top: 1rem !important;
}

#aon-shop-root .u-mt-s, #aon-shop-root .u-my-s {
  margin-top: 2rem !important;
}

#aon-shop-root .u-mt-m, #aon-shop-root .u-my-m {
  margin-top: 3rem !important;
}

#aon-shop-root .u-mt-l, #aon-shop-root .u-my-l {
  margin-top: 4rem !important;
}

#aon-shop-root .u-mt-xl, #aon-shop-root .u-my-xl {
  margin-top: 5rem !important;
}

#aon-shop-root .u-mt-xxl, #aon-shop-root .u-my-xxl {
  margin-top: 6rem !important;
}
#aon-shop-root .u-mb-xxs, #aon-shop-root .u-my-xxs {
  margin-bottom: 0.5rem !important;
}

#aon-shop-root .u-mb-xs, #aon-shop-root .u-my-xs {
  margin-bottom: 1rem !important;
}

#aon-shop-root .u-mb-s, #aon-shop-root .u-my-s {
  margin-bottom: 2rem !important;
}

#aon-shop-root .u-mb-m, #aon-shop-root .u-my-m {
  margin-bottom: 3rem !important;
}

#aon-shop-root .u-mb-l, #aon-shop-root .u-my-l {
  margin-bottom: 4rem !important;
}

#aon-shop-root .u-mb-xl, #aon-shop-root .u-my-xl {
  margin-bottom: 5rem !important;
}

#aon-shop-root .u-mb-xxl, #aon-shop-root .u-my-xxl {
  margin-bottom: 6rem !important;
}
#aon-shop-root .u-mr-xxs, #aon-shop-root .u-mx-xxs {
  margin-right: 0.5rem !important;
}

#aon-shop-root .u-mr-xs, #aon-shop-root .u-mx-xs {
  margin-right: 1rem !important;
}

#aon-shop-root .u-mr-s, #aon-shop-root .u-mx-s {
  margin-right: 2rem !important;
}

#aon-shop-root .u-mr-m, #aon-shop-root .u-mx-m {
  margin-right: 3rem !important;
}

#aon-shop-root .u-mr-l, #aon-shop-root .u-mx-l {
  margin-right: 4rem !important;
}

#aon-shop-root .u-mr-xl, #aon-shop-root .u-mx-xl {
  margin-right: 5rem !important;
}

#aon-shop-root .u-mr-xxl, #aon-shop-root .u-mx-xxl {
  margin-right: 6rem !important;
}

#aon-shop-root .u-mr-1e, #aon-shop-root .u-mx-1e {
  margin-right: 1em !important;
}
#aon-shop-root .u-ml-xxs, #aon-shop-root .u-mx-xxs {
  margin-left: 0.5rem !important;
}

#aon-shop-root .u-ml-xs, #aon-shop-root .u-mx-xs {
  margin-left: 1rem !important;
}

#aon-shop-root .u-ml-s, #aon-shop-root .u-mx-s {
  margin-left: 2rem !important;
}

#aon-shop-root .u-ml-m, #aon-shop-root .u-mx-m {
  margin-left: 3rem !important;
}

#aon-shop-root .u-ml-l, #aon-shop-root .u-mx-l {
  margin-left: 4rem !important;
}

#aon-shop-root .u-ml-xl, #aon-shop-root .u-mx-xl {
  margin-left: 5rem !important;
}

#aon-shop-root .u-ml-xxl, #aon-shop-root .u-mx-xxl {
  margin-left: 6rem !important;
}

#aon-shop-root .u-ml-1e, #aon-shop-root .u-mx-1e {
  margin-left: 1em !important;
}
#aon-shop-root .u-nm-xxs {
  margin: -0.5rem !important;
}

#aon-shop-root .u-nm-xs {
  margin: -1rem !important;
}

#aon-shop-root .u-nm-s {
  margin: -2rem !important;
}

#aon-shop-root .u-nm-m {
  margin: -3rem !important;
}

#aon-shop-root .u-nm-l {
  margin: -4rem !important;
}

#aon-shop-root .u-nm-xl {
  margin: -5rem !important;
}

#aon-shop-root .u-nm-xxl {
  margin: -6rem !important;
}
#aon-shop-root .u-nmt-xxs, #aon-shop-root .u-nmy-xxs {
  margin-top: -0.5rem !important;
}

#aon-shop-root .u-nmt-xs, #aon-shop-root .u-nmy-xs {
  margin-top: -1rem !important;
}

#aon-shop-root .u-nmt-s, #aon-shop-root .u-nmy-s {
  margin-top: -2rem !important;
}

#aon-shop-root .u-nmt-m, #aon-shop-root .u-nmy-m {
  margin-top: -3rem !important;
}

#aon-shop-root .u-nmt-l, #aon-shop-root .u-nmy-l {
  margin-top: -4rem !important;
}

#aon-shop-root .u-nmt-xl, #aon-shop-root .u-nmy-xl {
  margin-top: -5rem !important;
}

#aon-shop-root .u-nmt-xxl, #aon-shop-root .u-nmy-xxl {
  margin-top: -6rem !important;
}
#aon-shop-root .u-nmb-xxs, #aon-shop-root .u-nmy-xxs {
  margin-bottom: -0.5rem !important;
}

#aon-shop-root .u-nmb-xs, #aon-shop-root .u-nmy-xs {
  margin-bottom: -1rem !important;
}

#aon-shop-root .u-nmb-s, #aon-shop-root .u-nmy-s {
  margin-bottom: -2rem !important;
}

#aon-shop-root .u-nmb-m, #aon-shop-root .u-nmy-m {
  margin-bottom: -3rem !important;
}

#aon-shop-root .u-nmb-l, #aon-shop-root .u-nmy-l {
  margin-bottom: -4rem !important;
}

#aon-shop-root .u-nmb-xl, #aon-shop-root .u-nmy-xl {
  margin-bottom: -5rem !important;
}

#aon-shop-root .u-nmb-xxl, #aon-shop-root .u-nmy-xxl {
  margin-bottom: -6rem !important;
}
#aon-shop-root .u-nmr-xxs, #aon-shop-root .u-nmx-xxs {
  margin-right: -0.5rem !important;
}

#aon-shop-root .u-nmr-xs, #aon-shop-root .u-nmx-xs {
  margin-right: -1rem !important;
}

#aon-shop-root .u-nmr-s, #aon-shop-root .u-nmx-s {
  margin-right: -2rem !important;
}

#aon-shop-root .u-nmr-m, #aon-shop-root .u-nmx-m {
  margin-right: -3rem !important;
}

#aon-shop-root .u-nmr-l, #aon-shop-root .u-nmx-l {
  margin-right: -4rem !important;
}

#aon-shop-root .u-nmr-xl, #aon-shop-root .u-nmx-xl {
  margin-right: -5rem !important;
}

#aon-shop-root .u-nmr-xxl, #aon-shop-root .u-nmx-xxl {
  margin-right: -6rem !important;
}
#aon-shop-root .u-nml-xxs, #aon-shop-root .u-nmx-xxs {
  margin-left: -0.5rem !important;
}

#aon-shop-root .u-nml-xs, #aon-shop-root .u-nmx-xs {
  margin-left: -1rem !important;
}

#aon-shop-root .u-nml-s, #aon-shop-root .u-nmx-s {
  margin-left: -2rem !important;
}

#aon-shop-root .u-nml-m, #aon-shop-root .u-nmx-m {
  margin-left: -3rem !important;
}

#aon-shop-root .u-nml-l, #aon-shop-root .u-nmx-l {
  margin-left: -4rem !important;
}

#aon-shop-root .u-nml-xl, #aon-shop-root .u-nmx-xl {
  margin-left: -5rem !important;
}

#aon-shop-root .u-nml-xxl, #aon-shop-root .u-nmx-xxl {
  margin-left: -6rem !important;
}
#aon-shop-root .u-p-xxs {
  padding: 0.5rem !important;
}

#aon-shop-root .u-p-xs {
  padding: 1rem !important;
}

#aon-shop-root .u-p-s {
  padding: 2rem !important;
}

#aon-shop-root .u-p-m {
  padding: 3rem !important;
}

#aon-shop-root .u-p-l {
  padding: 4rem !important;
}

#aon-shop-root .u-p-xl {
  padding: 5rem !important;
}

#aon-shop-root .u-p-xxl {
  padding: 6rem !important;
}
#aon-shop-root .u-pt-xxs, #aon-shop-root .u-py-xxs {
  padding-top: 0.5rem !important;
}

#aon-shop-root .u-pt-xs, #aon-shop-root .u-py-xs {
  padding-top: 1rem !important;
}

#aon-shop-root .u-pt-s, #aon-shop-root .u-py-s {
  padding-top: 2rem !important;
}

#aon-shop-root .u-pt-m, #aon-shop-root .u-py-m {
  padding-top: 3rem !important;
}

#aon-shop-root .u-pt-l, #aon-shop-root .u-py-l {
  padding-top: 4rem !important;
}

#aon-shop-root .u-pt-xl, #aon-shop-root .u-py-xl {
  padding-top: 5rem !important;
}

#aon-shop-root .u-pt-xxl, #aon-shop-root .u-py-xxl {
  padding-top: 6rem !important;
}
#aon-shop-root .u-pb-xxs, #aon-shop-root .u-py-xxs {
  padding-bottom: 0.5rem !important;
}

#aon-shop-root .u-pb-xs, #aon-shop-root .u-py-xs {
  padding-bottom: 1rem !important;
}

#aon-shop-root .u-pb-s, #aon-shop-root .u-py-s {
  padding-bottom: 2rem !important;
}

#aon-shop-root .u-pb-m, #aon-shop-root .u-py-m {
  padding-bottom: 3rem !important;
}

#aon-shop-root .u-pb-l, #aon-shop-root .u-py-l {
  padding-bottom: 4rem !important;
}

#aon-shop-root .u-pb-xl, #aon-shop-root .u-py-xl {
  padding-bottom: 5rem !important;
}

#aon-shop-root .u-pb-xxl, #aon-shop-root .u-py-xxl {
  padding-bottom: 6rem !important;
}
#aon-shop-root .u-pr-xxs, #aon-shop-root .u-px-xxs {
  padding-right: 0.5rem !important;
}

#aon-shop-root .u-pr-xs, #aon-shop-root .u-px-xs {
  padding-right: 1rem !important;
}

#aon-shop-root .u-pr-s, #aon-shop-root .u-px-s {
  padding-right: 2rem !important;
}

#aon-shop-root .u-pr-m, #aon-shop-root .u-px-m {
  padding-right: 3rem !important;
}

#aon-shop-root .u-pr-l, #aon-shop-root .u-px-l {
  padding-right: 4rem !important;
}

#aon-shop-root .u-pr-xl, #aon-shop-root .u-px-xl {
  padding-right: 5rem !important;
}

#aon-shop-root .u-pr-xxl, #aon-shop-root .u-px-xxl {
  padding-right: 6rem !important;
}
#aon-shop-root .u-pl-xxs, #aon-shop-root .u-px-xxs {
  padding-left: 0.5rem !important;
}

#aon-shop-root .u-pl-xs, #aon-shop-root .u-px-xs {
  padding-left: 1rem !important;
}

#aon-shop-root .u-pl-s, #aon-shop-root .u-px-s {
  padding-left: 2rem !important;
}

#aon-shop-root .u-pl-m, #aon-shop-root .u-px-m {
  padding-left: 3rem !important;
}

#aon-shop-root .u-pl-l, #aon-shop-root .u-px-l {
  padding-left: 4rem !important;
}

#aon-shop-root .u-pl-xl, #aon-shop-root .u-px-xl {
  padding-left: 5rem !important;
}

#aon-shop-root .u-pl-xxl, #aon-shop-root .u-px-xxl {
  padding-left: 6rem !important;
}
#aon-shop-root .u-grid {
  display: flex !important;
  flex-wrap: wrap !important;
}
#aon-shop-root .u-col-1, #aon-shop-root .u-col-2, #aon-shop-root .u-col-3, #aon-shop-root .u-col-4, #aon-shop-root .u-col-5, #aon-shop-root .u-col-6, #aon-shop-root .u-col-7, #aon-shop-root .u-col-8, #aon-shop-root .u-col-9, #aon-shop-root .u-col-10, #aon-shop-root .u-col-11, #aon-shop-root .u-col-12 {
  min-width: 0 !important;
  word-wrap: break-word !important;
}

#aon-shop-root .u-col-1 {
  flex: 0 0 8.3333333333% !important;
  max-width: 8.3333333333% !important;
}

#aon-shop-root .u-col-2 {
  flex: 0 0 16.6666666667% !important;
  max-width: 16.6666666667% !important;
}

#aon-shop-root .u-col-3 {
  flex: 0 0 25% !important;
  max-width: 25% !important;
}

#aon-shop-root .u-col-4 {
  flex: 0 0 33.3333333333% !important;
  max-width: 33.3333333333% !important;
}

#aon-shop-root .u-col-5 {
  flex: 0 0 41.6666666667% !important;
  max-width: 41.6666666667% !important;
}

#aon-shop-root .u-col-6 {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

#aon-shop-root .u-col-7 {
  flex: 0 0 58.3333333333% !important;
  max-width: 58.3333333333% !important;
}

#aon-shop-root .u-col-8 {
  flex: 0 0 66.6666666667% !important;
  max-width: 66.6666666667% !important;
}

#aon-shop-root .u-col-9 {
  flex: 0 0 75% !important;
  max-width: 75% !important;
}

#aon-shop-root .u-col-10 {
  flex: 0 0 83.3333333333% !important;
  max-width: 83.3333333333% !important;
}

#aon-shop-root .u-col-11 {
  flex: 0 0 91.6666666667% !important;
  max-width: 91.6666666667% !important;
}

#aon-shop-root .u-col-12 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
#aon-shop-root .u-pe-auto {
  pointer-events: auto !important;
}

#aon-shop-root .u-pe-none {
  pointer-events: note !important;
}
#aon-shop-root .u-line-black, #aon-shop-root .u-line-white, #aon-shop-root .u-line-gray, #aon-shop-root .u-line-red, #aon-shop-root .u-line-main, #aon-shop-root .u-line-pink, #aon-shop-root .u-line-lightpink, #aon-shop-root .u-line-skyblue, #aon-shop-root .u-line-blue, #aon-shop-root .u-line-darkblue, #aon-shop-root .u-line-yellow, #aon-shop-root .u-line-orange, #aon-shop-root .u-line-brown, #aon-shop-root .u-line-text, #aon-shop-root .u-line-link {
  width: 100% !important;
  height: 1px !important;
  border: none !important;
}

#aon-shop-root .u-line-black {
  background-color: #2c2c2c !important;
}

#aon-shop-root .u-line-white {
  background-color: #fff !important;
}

#aon-shop-root .u-line-gray {
  background-color: #9e9e9e !important;
}

#aon-shop-root .u-line-red {
  background-color: #df1c32 !important;
}

#aon-shop-root .u-line-main {
  background-color: #df1c32 !important;
}

#aon-shop-root .u-line-pink {
  background-color: #d74471 !important;
}

#aon-shop-root .u-line-lightpink {
  background-color: #fff7f9 !important;
}

#aon-shop-root .u-line-skyblue {
  background-color: #29a0ea !important;
}

#aon-shop-root .u-line-blue {
  background-color: #0077b3 !important;
}

#aon-shop-root .u-line-darkblue {
  background-color: #0b00d6 !important;
}

#aon-shop-root .u-line-yellow {
  background-color: #fff68d !important;
}

#aon-shop-root .u-line-orange {
  background-color: #fdb34d !important;
}

#aon-shop-root .u-line-brown {
  background-color: #541309 !important;
}

#aon-shop-root .u-line-text {
  background-color: #541309 !important;
}

#aon-shop-root .u-line-link {
  background-color: inherit !important;
}
#aon-shop-root .u-hover {
  transition: 0.4s;
}
#aon-shop-root .u-hover:active {
  transform: scale(0.95);
  transition: 0.2s;
}
#aon-shop-root .u-disable {
  cursor: default !important;
  opacity: 0.4 !important;
  pointer-events: none !important;
}
#aon-shop-root .u-fluid {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}
#aon-shop-root .u-visuallyHidden {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
}
#aon-shop-root .u-bullet,
#aon-shop-root .u-bullets > * {
  padding-left: 1em !important;
  text-indent: -1em !important;
}
#aon-shop-root .u-bullet-off {
  padding-left: 0 !important;
  text-indent: 0 !important;
}
#aon-shop-root .u-hanging,
#aon-shop-root .u-hangings > * {
  display: table !important;
}
#aon-shop-root .u-hanging > *,
#aon-shop-root .u-hangings > * > * {
  display: table-cell !important;
  position: relative !important;
  right: -1px !important;
  white-space: nowrap !important;
}
@media (min-width: 768px) {
  #aon-shop-root .l-main {
    font-size: min(20 / 1326 * 100vw, 20px);
  }
  #aon-shop-root .l-container {
    max-width: calc(1326px + 6rem);
    padding-right: 3%;
    padding-left: 3%;
  }
  #aon-shop-root .l-footer__list {
    display: flex;
    flex-direction: row;
    width: 50%;
  }
  #aon-shop-root hr {
    width: 80%;
    border-top: dotted 4px #0e244d;
  }
  #aon-shop-root .nav__list {
    width: 54%;
    border-radius: 20px;
  }
  #aon-shop-root .nav__list::before {
    width: 4px;
  }
  #aon-shop-root .nav__item {
    width: auto;
  }
  #aon-shop-root .nav__item img {
    width: auto;
  }
  #aon-shop-root .nav__link:hover {
    opacity: 0.7;
  }
  #aon-shop-root .news {
    width: 88%;
    margin-top: 3%;
    margin-bottom: 2%;
  }
  #aon-shop-root .news .l-container {
    display: flex;
  }
  #aon-shop-root .news .news-head {
    width: auto;
    margin-top: 0.5%;
    margin-right: 2%;
    transform: rotate(0deg);
  }
  #aon-shop-root .news .news-container__item {
    margin-bottom: 1%;
  }
  #aon-shop-root .news .news-container__item--txt {
    font-size: min(20 / 1326 * 100vw, 20px);
  }
  #aon-shop-root .news__new--wrapper {
    height: 150px;
    font-size: min(20 / 1326 * 100vw, 20px);
  }
  #aon-shop-root .news__new--wrapper .inner-txt {
    font-size: min(16 / 1326 * 100vw, 16px);
  }
  #aon-shop-root .news__new--wrapper__date {
    margin-bottom: 1%;
  }
  #aon-shop-root .heading {
    width: 20%;
    margin-top: 3%;
    margin-bottom: 4%;
    text-align: left;
  }
  #aon-shop-root .heading__popup {
    width: 35%;
  }
  #aon-shop-root .intro {
    padding-bottom: 0;
    font-size: min(19 / 1326 * 100vw, 19px);
  }
  #aon-shop-root .intro:before {
    right: 0;
    bottom: min(512 / 1326 * 100vw, 512px);
    background: url(./parts-btm.png) no-repeat right;
  }
  #aon-shop-root .box {
    padding: 3%;
    border-radius: 48px;
  }
  #aon-shop-root .box:before {
    background: url(./parts-top.png) no-repeat top left;
  }
  #aon-shop-root .box__aon-bonus {
    padding-top: 5%;
  }
  #aon-shop-root .box__aon-bonus--inner {
    width: auto;
    font-size: 180%;
  }
  #aon-shop-root .box__aon-bonus--head {
    padding-top: 3.5%;
    font-size: 180%;
  }
  #aon-shop-root .goods__bg {
    padding: 2%;
  }
  #aon-shop-root .goods__txt {
    font-size: min(22 / 1326 * 100vw, 22px);
  }
  #aon-shop-root .pkg .bd-box__fig-img, #aon-shop-root .pkg .dvd-box__fig-img, #aon-shop-root .pkg .figure-howto-box__fig-img {
    width: 75%;
  }
  #aon-shop-root .pkg .bd-box__name, #aon-shop-root .pkg .dvd-box__name, #aon-shop-root .pkg .figure-howto-box__name {
    font-size: min(20 / 1326 * 100vw, 20px);
  }
  #aon-shop-root .pkg .bd-box__inner, #aon-shop-root .pkg .dvd-box__inner, #aon-shop-root .pkg .figure-howto-box__inner {
    flex-direction: row;
  }
  #aon-shop-root .pkg .bd-box__inner--image, #aon-shop-root .pkg .dvd-box__inner--image, #aon-shop-root .pkg .figure-howto-box__inner--image {
    width: 40%;
    margin-inline: inherit;
  }
  #aon-shop-root .pkg .bd-box__inner--txt, #aon-shop-root .pkg .dvd-box__inner--txt, #aon-shop-root .pkg .figure-howto-box__inner--txt {
    font-size: 100%;
  }
  #aon-shop-root .pkg .bd-box__inner figure, #aon-shop-root .pkg .dvd-box__inner figure, #aon-shop-root .pkg .figure-howto-box__inner figure {
    width: 47%;
  }
  #aon-shop-root .pkg .bd-box__detail, #aon-shop-root .pkg .dvd-box__detail, #aon-shop-root .pkg .figure-howto-box__detail {
    width: 95%;
    padding: 3% 1%;
  }
  #aon-shop-root .pkg .bd-box__detail h4, #aon-shop-root .pkg .dvd-box__detail h4, #aon-shop-root .pkg .figure-howto-box__detail h4 {
    font-size: min(20 / 1326 * 100vw, 20px);
  }
  #aon-shop-root .pkg .figure-howto-box__wrap--imgv2 {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #aon-shop-root .pkg .figure-howto-box__wrap--imgv2 li {
    width: 32.5%;
    margin-bottom: 3%;
  }
  #aon-shop-root .pkg .figure-howto-box__wrap--imgv2 li figcaption {
    height: min(140 / 1326 * 100vw, 140px);
    margin-bottom: 0;
    font-size: 95%;
  }
  #aon-shop-root .pkg .figure-howto-box__wrap--imgv2 li figcaption span {
    border-radius: 0 0 20px 20px;
  }
  #aon-shop-root .pkg .figure-howto-box__wrap--imgv2 li figcaption .no {
    border-radius: 20px 20px 0 0;
  }
  #aon-shop-root .pkg .figure-howto-box__name {
    font-size: min(23 / 1326 * 100vw, 23px);
  }
  #aon-shop-root .pkg .button-box {
    flex-direction: row;
    width: 80%;
  }
  #aon-shop-root .pkg .button-box .cart-btn:hover, #aon-shop-root .pkg .button-box .detail-btn:hover {
    opacity: 0.7;
  }
  #aon-shop-root .pkg .figure-detail {
    display: flex;
    font-size: 75%;
  }
  #aon-shop-root .pkg .figure-detail__top {
    display: none;
  }
  #aon-shop-root .pkg .figure-detail__top span {
    display: none;
  }
  #aon-shop-root .label-on::after {
    width: min(100 / 1326 * 100vw, 100px);
    height: min(100 / 1326 * 100vw, 100px);
    font-size: min(23 / 1326 * 100vw, 23px);
  }
  #aon-shop-root .label-on__figure::after {
    width: min(75 / 1326 * 100vw, 75px);
    height: min(75 / 1326 * 100vw, 75px);
    inset: 50% auto auto 2%;
    transform: translateY(-50%);
    font-size: min(16 / 1326 * 100vw, 16px);
  }
  #aon-shop-root .trailer {
    width: 80%;
  }
  #aon-shop-root .notice .title {
    font-size: 120%;
  }
  #aon-shop-root .notice .title span {
    right: 1.3%;
    width: 1.7em;
    height: 1.7em;
  }
  #aon-shop-root .product__inner {
    font-size: inherit;
  }
  #aon-shop-root .product__image {
    border-radius: 15px;
  }
  #aon-shop-root .product__name {
    font-size: min(21 / 1326 * 100vw, 21px);
  }
  #aon-shop-root .product__detail {
    font-size: min(18 / 1326 * 100vw, 18px);
  }
  #aon-shop-root .product__price {
    font-size: min(24 / 1326 * 100vw, 24px);
  }
  #aon-shop-root .product__on-sale {
    font-size: 1.6rem;
  }
  #aon-shop-root .product__content {
    padding: 2% 0;
    font-size: min(20 / 1326 * 100vw, 20px) !important;
  }
  #aon-shop-root .product__content .pulldown .kinds .select2-container, #aon-shop-root .product__content .pulldown .quantity .select2-container {
    width: 220px !important;
  }
  #aon-shop-root .product__buttons .direct-cartadd__btn, #aon-shop-root .product__buttons .direct-link {
    font-size: min(22 / 1326 * 100vw, 22px) !important;
  }
  #aon-shop-root .product2 {
    padding: 2%;
    border-left: 2px dotted #df1c32;
  }
  #aon-shop-root .product2:nth-of-type(1), #aon-shop-root .product2:nth-of-type(4) {
    border-left: none;
  }
  #aon-shop-root .product2:nth-of-type(n+4) {
    border-bottom: none;
  }
  #aon-shop-root .product2__detail {
    font-size: min(18 / 1326 * 100vw, 18px);
  }
  #aon-shop-root .product2__price {
    font-size: min(24 / 1326 * 100vw, 24px);
  }
  #aon-shop-root .product2__on-sale {
    font-size: 1.6rem;
  }
  #aon-shop-root .product2__content {
    font-size: min(23 / 768 * 100vw, 23px);
  }
  #aon-shop-root .product2__buttons {
    font-size: min(20 / 1326 * 100vw, 20px) !important;
  }
  #aon-shop-root .product2__buttons .cart_btn {
    width: 100%;
    margin-bottom: 0;
    margin-bottom: 2%;
    font-size: min(20 / 1326 * 100vw, 20px) !important;
  }
  #aon-shop-root .product2__buttons .cart_btn:hover:hover {
    opacity: 0.7;
  }
  #aon-shop-root .product2__buttons .cart_details {
    width: 90%;
  }
  #aon-shop-root .product2__buttons .cart_details:hover:hover {
    opacity: 0.7;
  }
  #aon-shop-root .products {
    flex-direction: row;
  }
  #aon-shop-root .products > * {
    min-width: 0;
    word-wrap: break-word;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #aon-shop-root .products__dvd {
    margin-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  #aon-shop-root .products__dvd > * {
    min-width: 0;
    word-wrap: break-word;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  #aon-shop-root .products__popup {
    justify-content: space-around;
  }
  #aon-shop-root .products__popup > * {
    min-width: 0;
    word-wrap: break-word;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #aon-shop-root .products__popup .product {
    max-width: 49%;
  }
  #aon-shop-root .products__popup .product__name {
    font-size: min(17 / 1326 * 100vw, 17px);
  }
  #aon-shop-root .products__popup .product__detail {
    font-size: 80%;
  }
  #aon-shop-root .products__popup .product__buttons {
    flex-direction: row;
    align-items: end;
  }
  #aon-shop-root .products__popup .product__buttons .direct-cartadd__btn, #aon-shop-root .products__popup .product__buttons .direct-link {
    width: 95% !important;
  }
  #aon-shop-root .direct-cartadd {
    margin-bottom: 15px;
  }
  #aon-shop-root .direct-cartadd__status {
    max-width: 73%;
    font-size: inherit;
  }
  #aon-shop-root .direct-cartadd__btn {
    width: 52%;
    margin-bottom: 0;
  }
  #aon-shop-root .direct-cartadd__btn:hover:hover {
    opacity: 0.7;
  }
  #aon-shop-root .direct-link {
    width: 49%;
  }
  #aon-shop-root .direct-link:hover:hover {
    opacity: 0.7;
  }
  .modaal-gallery-control {
    width: 50px;
    height: 50px;
  }
  .modaal-gallery-control::before, .modaal-gallery-control::after {
    left: 25px;
  }
  .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
    background: #afb7bc;
  }
  .modaal-gallery-prev {
    right: auto;
    bottom: auto;
    left: auto;
  }
  .modaal-gallery-next {
    right: auto;
    bottom: auto;
    left: auto;
  }
  .modaal-gallery-prev-inner {
    right: 100%;
    margin-right: 40px;
  }
  .modaal-gallery-next-inner {
    left: 100%;
    margin-left: 40px;
  }
  .modaal-video-wrap {
    display: table;
  }
  .modaal-video-container {
    display: table;
    width: 900px;
    max-width: none;
    height: 506.25px;
    max-height: none;
  }
  #aon-shop-root .u-pc-d-b {
    display: block !important;
  }
  #aon-shop-root .u-pc-d-n {
    display: none !important;
  }
  #aon-shop-root .u-pc-d-i {
    display: inline !important;
  }
  #aon-shop-root .u-pc-d-ib {
    display: inline-block !important;
  }
  #aon-shop-root .u-pc-d-t {
    display: table !important;
  }
  #aon-shop-root .u-pc-d-f {
    display: flex !important;
  }
  #aon-shop-root .u-pc-d-if {
    display: inline-flex !important;
  }
  #aon-shop-root .u-pc-fs-xs {
    font-size: 1rem !important;
  }
  #aon-shop-root .u-pc-fs-s {
    font-size: 1.2rem !important;
  }
  #aon-shop-root .u-pc-fs-m {
    font-size: 1.6rem !important;
  }
  #aon-shop-root .u-pc-fs-l {
    font-size: 2rem !important;
  }
  #aon-shop-root .u-pc-fs-xl {
    font-size: 2.2rem !important;
  }
  #aon-shop-root .u-pc-fs-xxl {
    font-size: 3rem !important;
  }
  #aon-shop-root .u-pc-fs-base {
    font-size: 1.4rem !important;
  }
  #aon-shop-root .u-pc-fs-65p {
    font-size: 65% !important;
  }
  #aon-shop-root .u-pc-fs-70p {
    font-size: 70% !important;
  }
  #aon-shop-root .u-pc-fs-80p {
    font-size: 80% !important;
  }
  #aon-shop-root .u-pc-fs-90p {
    font-size: 90% !important;
  }
  #aon-shop-root .u-pc-fs-100p {
    font-size: 100% !important;
  }
  #aon-shop-root .u-pc-fs-110p {
    font-size: 110% !important;
  }
  #aon-shop-root .u-pc-fs-120p {
    font-size: 120% !important;
  }
  #aon-shop-root .u-pc-fs-130p {
    font-size: 130% !important;
  }
  #aon-shop-root .u-pc-fs-140p {
    font-size: 140% !important;
  }
  #aon-shop-root .u-pc-fs-150p {
    font-size: 150% !important;
  }
  #aon-shop-root .u-pc-fs-160p {
    font-size: 160% !important;
  }
  #aon-shop-root .u-pc-fs-170p {
    font-size: 170% !important;
  }
  #aon-shop-root .u-pc-fs-180p {
    font-size: 180% !important;
  }
  #aon-shop-root .u-pc-fs-190p {
    font-size: 190% !important;
  }
  #aon-shop-root .u-pc-fs-200p {
    font-size: 200% !important;
  }
  #aon-shop-root .u-pc-lh-i {
    line-height: inherit !important;
  }
  #aon-shop-root .u-pc-lh-base {
    line-height: 1.75 !important;
  }
  #aon-shop-root .u-pc-lh-10 {
    line-height: 0.1 !important;
  }
  #aon-shop-root .u-pc-lh-20 {
    line-height: 0.2 !important;
  }
  #aon-shop-root .u-pc-lh-30 {
    line-height: 0.3 !important;
  }
  #aon-shop-root .u-pc-lh-40 {
    line-height: 0.4 !important;
  }
  #aon-shop-root .u-pc-lh-50 {
    line-height: 0.5 !important;
  }
  #aon-shop-root .u-pc-lh-60 {
    line-height: 0.6 !important;
  }
  #aon-shop-root .u-pc-lh-70 {
    line-height: 0.7 !important;
  }
  #aon-shop-root .u-pc-lh-80 {
    line-height: 0.8 !important;
  }
  #aon-shop-root .u-pc-lh-90 {
    line-height: 0.9 !important;
  }
  #aon-shop-root .u-pc-lh-100 {
    line-height: 1 !important;
  }
  #aon-shop-root .u-pc-lh-110 {
    line-height: 1.1 !important;
  }
  #aon-shop-root .u-pc-lh-120 {
    line-height: 1.2 !important;
  }
  #aon-shop-root .u-pc-lh-130 {
    line-height: 1.3 !important;
  }
  #aon-shop-root .u-pc-lh-140 {
    line-height: 1.4 !important;
  }
  #aon-shop-root .u-pc-lh-150 {
    line-height: 1.5 !important;
  }
  #aon-shop-root .u-pc-lh-160 {
    line-height: 1.6 !important;
  }
  #aon-shop-root .u-pc-lh-170 {
    line-height: 1.7 !important;
  }
  #aon-shop-root .u-pc-lh-180 {
    line-height: 1.8 !important;
  }
  #aon-shop-root .u-pc-lh-190 {
    line-height: 1.9 !important;
  }
  #aon-shop-root .u-pc-lh-200 {
    line-height: 2 !important;
  }
  #aon-shop-root .u-pc-ta-r {
    text-align: right !important;
  }
  #aon-shop-root .u-pc-ta-l {
    text-align: left !important;
  }
  #aon-shop-root .u-pc-ta-c {
    text-align: center !important;
  }
  #aon-shop-root .u-pc-ta-j {
    text-align: justify !important;
  }
  #aon-shop-root .u-pc-w-10 {
    width: 10% !important;
  }
  #aon-shop-root .u-pc-w-20 {
    width: 20% !important;
  }
  #aon-shop-root .u-pc-w-30 {
    width: 30% !important;
  }
  #aon-shop-root .u-pc-w-40 {
    width: 40% !important;
  }
  #aon-shop-root .u-pc-w-50 {
    width: 50% !important;
  }
  #aon-shop-root .u-pc-w-60 {
    width: 60% !important;
  }
  #aon-shop-root .u-pc-w-70 {
    width: 70% !important;
  }
  #aon-shop-root .u-pc-w-80 {
    width: 80% !important;
  }
  #aon-shop-root .u-pc-w-90 {
    width: 90% !important;
  }
  #aon-shop-root .u-pc-w-100 {
    width: 100% !important;
  }
  #aon-shop-root .u-pc-w-auto {
    width: auto !important;
  }
  #aon-shop-root .u-pc-mw-10 {
    max-width: 10% !important;
  }
  #aon-shop-root .u-pc-mw-20 {
    max-width: 20% !important;
  }
  #aon-shop-root .u-pc-mw-30 {
    max-width: 30% !important;
  }
  #aon-shop-root .u-pc-mw-40 {
    max-width: 40% !important;
  }
  #aon-shop-root .u-pc-mw-50 {
    max-width: 50% !important;
  }
  #aon-shop-root .u-pc-mw-60 {
    max-width: 60% !important;
  }
  #aon-shop-root .u-pc-mw-70 {
    max-width: 70% !important;
  }
  #aon-shop-root .u-pc-mw-80 {
    max-width: 80% !important;
  }
  #aon-shop-root .u-pc-mw-90 {
    max-width: 90% !important;
  }
  #aon-shop-root .u-pc-mw-100 {
    max-width: 100% !important;
  }
  #aon-shop-root .u-pc-mw-none {
    max-width: none !important;
  }
  #aon-shop-root .u-pc-h-10 {
    height: 10% !important;
  }
  #aon-shop-root .u-pc-h-20 {
    height: 20% !important;
  }
  #aon-shop-root .u-pc-h-30 {
    height: 30% !important;
  }
  #aon-shop-root .u-pc-h-40 {
    height: 40% !important;
  }
  #aon-shop-root .u-pc-h-50 {
    height: 50% !important;
  }
  #aon-shop-root .u-pc-h-60 {
    height: 60% !important;
  }
  #aon-shop-root .u-pc-h-70 {
    height: 70% !important;
  }
  #aon-shop-root .u-pc-h-80 {
    height: 80% !important;
  }
  #aon-shop-root .u-pc-h-90 {
    height: 90% !important;
  }
  #aon-shop-root .u-pc-h-100 {
    height: 100% !important;
  }
  #aon-shop-root .u-pc-h-auto {
    height: auto !important;
  }
  #aon-shop-root .u-pc-m-xxs {
    margin: 0.5rem !important;
  }
  #aon-shop-root .u-pc-m-xs {
    margin: 1rem !important;
  }
  #aon-shop-root .u-pc-m-s {
    margin: 2rem !important;
  }
  #aon-shop-root .u-pc-m-m {
    margin: 3rem !important;
  }
  #aon-shop-root .u-pc-m-l {
    margin: 4rem !important;
  }
  #aon-shop-root .u-pc-m-xl {
    margin: 5rem !important;
  }
  #aon-shop-root .u-pc-m-xxl {
    margin: 6rem !important;
  }
  #aon-shop-root .u-pc-mt-xxs, #aon-shop-root .u-pc-my-xxs {
    margin-top: 0.5rem !important;
  }
  #aon-shop-root .u-pc-mt-xs, #aon-shop-root .u-pc-my-xs {
    margin-top: 1rem !important;
  }
  #aon-shop-root .u-pc-mt-s, #aon-shop-root .u-pc-my-s {
    margin-top: 2rem !important;
  }
  #aon-shop-root .u-pc-mt-m, #aon-shop-root .u-pc-my-m {
    margin-top: 3rem !important;
  }
  #aon-shop-root .u-pc-mt-l, #aon-shop-root .u-pc-my-l {
    margin-top: 4rem !important;
  }
  #aon-shop-root .u-pc-mt-xl, #aon-shop-root .u-pc-my-xl {
    margin-top: 5rem !important;
  }
  #aon-shop-root .u-pc-mt-xxl, #aon-shop-root .u-pc-my-xxl {
    margin-top: 6rem !important;
  }
  #aon-shop-root .u-pc-mb-xxs, #aon-shop-root .u-pc-my-xxs {
    margin-bottom: 0.5rem !important;
  }
  #aon-shop-root .u-pc-mb-xs, #aon-shop-root .u-pc-my-xs {
    margin-bottom: 1rem !important;
  }
  #aon-shop-root .u-pc-mb-s, #aon-shop-root .u-pc-my-s {
    margin-bottom: 2rem !important;
  }
  #aon-shop-root .u-pc-mb-m, #aon-shop-root .u-pc-my-m {
    margin-bottom: 3rem !important;
  }
  #aon-shop-root .u-pc-mb-l, #aon-shop-root .u-pc-my-l {
    margin-bottom: 4rem !important;
  }
  #aon-shop-root .u-pc-mb-xl, #aon-shop-root .u-pc-my-xl {
    margin-bottom: 5rem !important;
  }
  #aon-shop-root .u-pc-mb-xxl, #aon-shop-root .u-pc-my-xxl {
    margin-bottom: 6rem !important;
  }
  #aon-shop-root .u-pc-mr-xxs, #aon-shop-root .u-pc-mx-xxs {
    margin-right: 0.5rem !important;
  }
  #aon-shop-root .u-pc-mr-xs, #aon-shop-root .u-pc-mx-xs {
    margin-right: 1rem !important;
  }
  #aon-shop-root .u-pc-mr-s, #aon-shop-root .u-pc-mx-s {
    margin-right: 2rem !important;
  }
  #aon-shop-root .u-pc-mr-m, #aon-shop-root .u-pc-mx-m {
    margin-right: 3rem !important;
  }
  #aon-shop-root .u-pc-mr-l, #aon-shop-root .u-pc-mx-l {
    margin-right: 4rem !important;
  }
  #aon-shop-root .u-pc-mr-xl, #aon-shop-root .u-pc-mx-xl {
    margin-right: 5rem !important;
  }
  #aon-shop-root .u-pc-mr-xxl, #aon-shop-root .u-pc-mx-xxl {
    margin-right: 6rem !important;
  }
  #aon-shop-root .u-pc-mr-1e, #aon-shop-root .u-pc-mx-1e {
    margin-right: 1em !important;
  }
  #aon-shop-root .u-pc-ml-xxs, #aon-shop-root .u-pc-mx-xxs {
    margin-left: 0.5rem !important;
  }
  #aon-shop-root .u-pc-ml-xs, #aon-shop-root .u-pc-mx-xs {
    margin-left: 1rem !important;
  }
  #aon-shop-root .u-pc-ml-s, #aon-shop-root .u-pc-mx-s {
    margin-left: 2rem !important;
  }
  #aon-shop-root .u-pc-ml-m, #aon-shop-root .u-pc-mx-m {
    margin-left: 3rem !important;
  }
  #aon-shop-root .u-pc-ml-l, #aon-shop-root .u-pc-mx-l {
    margin-left: 4rem !important;
  }
  #aon-shop-root .u-pc-ml-xl, #aon-shop-root .u-pc-mx-xl {
    margin-left: 5rem !important;
  }
  #aon-shop-root .u-pc-ml-xxl, #aon-shop-root .u-pc-mx-xxl {
    margin-left: 6rem !important;
  }
  #aon-shop-root .u-pc-ml-1e, #aon-shop-root .u-pc-mx-1e {
    margin-left: 1em !important;
  }
  #aon-shop-root .u-pc-nm-xxs {
    margin: -0.5rem !important;
  }
  #aon-shop-root .u-pc-nm-xs {
    margin: -1rem !important;
  }
  #aon-shop-root .u-pc-nm-s {
    margin: -2rem !important;
  }
  #aon-shop-root .u-pc-nm-m {
    margin: -3rem !important;
  }
  #aon-shop-root .u-pc-nm-l {
    margin: -4rem !important;
  }
  #aon-shop-root .u-pc-nm-xl {
    margin: -5rem !important;
  }
  #aon-shop-root .u-pc-nm-xxl {
    margin: -6rem !important;
  }
  #aon-shop-root .u-pc-nmt-xxs, #aon-shop-root .u-pc-nmy-xxs {
    margin-top: -0.5rem !important;
  }
  #aon-shop-root .u-pc-nmt-xs, #aon-shop-root .u-pc-nmy-xs {
    margin-top: -1rem !important;
  }
  #aon-shop-root .u-pc-nmt-s, #aon-shop-root .u-pc-nmy-s {
    margin-top: -2rem !important;
  }
  #aon-shop-root .u-pc-nmt-m, #aon-shop-root .u-pc-nmy-m {
    margin-top: -3rem !important;
  }
  #aon-shop-root .u-pc-nmt-l, #aon-shop-root .u-pc-nmy-l {
    margin-top: -4rem !important;
  }
  #aon-shop-root .u-pc-nmt-xl, #aon-shop-root .u-pc-nmy-xl {
    margin-top: -5rem !important;
  }
  #aon-shop-root .u-pc-nmt-xxl, #aon-shop-root .u-pc-nmy-xxl {
    margin-top: -6rem !important;
  }
  #aon-shop-root .u-pc-nmb-xxs, #aon-shop-root .u-pc-nmy-xxs {
    margin-bottom: -0.5rem !important;
  }
  #aon-shop-root .u-pc-nmb-xs, #aon-shop-root .u-pc-nmy-xs {
    margin-bottom: -1rem !important;
  }
  #aon-shop-root .u-pc-nmb-s, #aon-shop-root .u-pc-nmy-s {
    margin-bottom: -2rem !important;
  }
  #aon-shop-root .u-pc-nmb-m, #aon-shop-root .u-pc-nmy-m {
    margin-bottom: -3rem !important;
  }
  #aon-shop-root .u-pc-nmb-l, #aon-shop-root .u-pc-nmy-l {
    margin-bottom: -4rem !important;
  }
  #aon-shop-root .u-pc-nmb-xl, #aon-shop-root .u-pc-nmy-xl {
    margin-bottom: -5rem !important;
  }
  #aon-shop-root .u-pc-nmb-xxl, #aon-shop-root .u-pc-nmy-xxl {
    margin-bottom: -6rem !important;
  }
  #aon-shop-root .u-pc-nmr-xxs, #aon-shop-root .u-pc-nmx-xxs {
    margin-right: -0.5rem !important;
  }
  #aon-shop-root .u-pc-nmr-xs, #aon-shop-root .u-pc-nmx-xs {
    margin-right: -1rem !important;
  }
  #aon-shop-root .u-pc-nmr-s, #aon-shop-root .u-pc-nmx-s {
    margin-right: -2rem !important;
  }
  #aon-shop-root .u-pc-nmr-m, #aon-shop-root .u-pc-nmx-m {
    margin-right: -3rem !important;
  }
  #aon-shop-root .u-pc-nmr-l, #aon-shop-root .u-pc-nmx-l {
    margin-right: -4rem !important;
  }
  #aon-shop-root .u-pc-nmr-xl, #aon-shop-root .u-pc-nmx-xl {
    margin-right: -5rem !important;
  }
  #aon-shop-root .u-pc-nmr-xxl, #aon-shop-root .u-pc-nmx-xxl {
    margin-right: -6rem !important;
  }
  #aon-shop-root .u-pc-nml-xxs, #aon-shop-root .u-pc-nmx-xxs {
    margin-left: -0.5rem !important;
  }
  #aon-shop-root .u-pc-nml-xs, #aon-shop-root .u-pc-nmx-xs {
    margin-left: -1rem !important;
  }
  #aon-shop-root .u-pc-nml-s, #aon-shop-root .u-pc-nmx-s {
    margin-left: -2rem !important;
  }
  #aon-shop-root .u-pc-nml-m, #aon-shop-root .u-pc-nmx-m {
    margin-left: -3rem !important;
  }
  #aon-shop-root .u-pc-nml-l, #aon-shop-root .u-pc-nmx-l {
    margin-left: -4rem !important;
  }
  #aon-shop-root .u-pc-nml-xl, #aon-shop-root .u-pc-nmx-xl {
    margin-left: -5rem !important;
  }
  #aon-shop-root .u-pc-nml-xxl, #aon-shop-root .u-pc-nmx-xxl {
    margin-left: -6rem !important;
  }
  #aon-shop-root .u-pc-p-xxs {
    padding: 0.5rem !important;
  }
  #aon-shop-root .u-pc-p-xs {
    padding: 1rem !important;
  }
  #aon-shop-root .u-pc-p-s {
    padding: 2rem !important;
  }
  #aon-shop-root .u-pc-p-m {
    padding: 3rem !important;
  }
  #aon-shop-root .u-pc-p-l {
    padding: 4rem !important;
  }
  #aon-shop-root .u-pc-p-xl {
    padding: 5rem !important;
  }
  #aon-shop-root .u-pc-p-xxl {
    padding: 6rem !important;
  }
  #aon-shop-root .u-pc-pt-xxs, #aon-shop-root .u-pc-py-xxs {
    padding-top: 0.5rem !important;
  }
  #aon-shop-root .u-pc-pt-xs, #aon-shop-root .u-pc-py-xs {
    padding-top: 1rem !important;
  }
  #aon-shop-root .u-pc-pt-s, #aon-shop-root .u-pc-py-s {
    padding-top: 2rem !important;
  }
  #aon-shop-root .u-pc-pt-m, #aon-shop-root .u-pc-py-m {
    padding-top: 3rem !important;
  }
  #aon-shop-root .u-pc-pt-l, #aon-shop-root .u-pc-py-l {
    padding-top: 4rem !important;
  }
  #aon-shop-root .u-pc-pt-xl, #aon-shop-root .u-pc-py-xl {
    padding-top: 5rem !important;
  }
  #aon-shop-root .u-pc-pt-xxl, #aon-shop-root .u-pc-py-xxl {
    padding-top: 6rem !important;
  }
  #aon-shop-root .u-pc-pb-xxs, #aon-shop-root .u-pc-py-xxs {
    padding-bottom: 0.5rem !important;
  }
  #aon-shop-root .u-pc-pb-xs, #aon-shop-root .u-pc-py-xs {
    padding-bottom: 1rem !important;
  }
  #aon-shop-root .u-pc-pb-s, #aon-shop-root .u-pc-py-s {
    padding-bottom: 2rem !important;
  }
  #aon-shop-root .u-pc-pb-m, #aon-shop-root .u-pc-py-m {
    padding-bottom: 3rem !important;
  }
  #aon-shop-root .u-pc-pb-l, #aon-shop-root .u-pc-py-l {
    padding-bottom: 4rem !important;
  }
  #aon-shop-root .u-pc-pb-xl, #aon-shop-root .u-pc-py-xl {
    padding-bottom: 5rem !important;
  }
  #aon-shop-root .u-pc-pb-xxl, #aon-shop-root .u-pc-py-xxl {
    padding-bottom: 6rem !important;
  }
  #aon-shop-root .u-pc-pr-xxs, #aon-shop-root .u-pc-px-xxs {
    padding-right: 0.5rem !important;
  }
  #aon-shop-root .u-pc-pr-xs, #aon-shop-root .u-pc-px-xs {
    padding-right: 1rem !important;
  }
  #aon-shop-root .u-pc-pr-s, #aon-shop-root .u-pc-px-s {
    padding-right: 2rem !important;
  }
  #aon-shop-root .u-pc-pr-m, #aon-shop-root .u-pc-px-m {
    padding-right: 3rem !important;
  }
  #aon-shop-root .u-pc-pr-l, #aon-shop-root .u-pc-px-l {
    padding-right: 4rem !important;
  }
  #aon-shop-root .u-pc-pr-xl, #aon-shop-root .u-pc-px-xl {
    padding-right: 5rem !important;
  }
  #aon-shop-root .u-pc-pr-xxl, #aon-shop-root .u-pc-px-xxl {
    padding-right: 6rem !important;
  }
  #aon-shop-root .u-pc-pl-xxs, #aon-shop-root .u-pc-px-xxs {
    padding-left: 0.5rem !important;
  }
  #aon-shop-root .u-pc-pl-xs, #aon-shop-root .u-pc-px-xs {
    padding-left: 1rem !important;
  }
  #aon-shop-root .u-pc-pl-s, #aon-shop-root .u-pc-px-s {
    padding-left: 2rem !important;
  }
  #aon-shop-root .u-pc-pl-m, #aon-shop-root .u-pc-px-m {
    padding-left: 3rem !important;
  }
  #aon-shop-root .u-pc-pl-l, #aon-shop-root .u-pc-px-l {
    padding-left: 4rem !important;
  }
  #aon-shop-root .u-pc-pl-xl, #aon-shop-root .u-pc-px-xl {
    padding-left: 5rem !important;
  }
  #aon-shop-root .u-pc-pl-xxl, #aon-shop-root .u-pc-px-xxl {
    padding-left: 6rem !important;
  }
  #aon-shop-root .u-pc-grid {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  #aon-shop-root .u-pc-col-1, #aon-shop-root .u-pc-col-2, #aon-shop-root .u-pc-col-3, #aon-shop-root .u-pc-col-4, #aon-shop-root .u-pc-col-5, #aon-shop-root .u-pc-col-6, #aon-shop-root .u-pc-col-7, #aon-shop-root .u-pc-col-8, #aon-shop-root .u-pc-col-9, #aon-shop-root .u-pc-col-10, #aon-shop-root .u-pc-col-11, #aon-shop-root .u-pc-col-12 {
    min-width: 0 !important;
    word-wrap: break-word !important;
  }
  #aon-shop-root .u-pc-col-1 {
    flex: 0 0 8.3333333333% !important;
    max-width: 8.3333333333% !important;
  }
  #aon-shop-root .u-pc-col-2 {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
  #aon-shop-root .u-pc-col-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  #aon-shop-root .u-pc-col-4 {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  #aon-shop-root .u-pc-col-5 {
    flex: 0 0 41.6666666667% !important;
    max-width: 41.6666666667% !important;
  }
  #aon-shop-root .u-pc-col-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  #aon-shop-root .u-pc-col-7 {
    flex: 0 0 58.3333333333% !important;
    max-width: 58.3333333333% !important;
  }
  #aon-shop-root .u-pc-col-8 {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  #aon-shop-root .u-pc-col-9 {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  #aon-shop-root .u-pc-col-10 {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
  #aon-shop-root .u-pc-col-11 {
    flex: 0 0 91.6666666667% !important;
    max-width: 91.6666666667% !important;
  }
  #aon-shop-root .u-pc-col-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #aon-shop-root .u-pc-pe-auto {
    pointer-events: auto !important;
  }
  #aon-shop-root .u-pc-pe-none {
    pointer-events: note !important;
  }
  #aon-shop-root .u-pc-line-black, #aon-shop-root .u-pc-line-white, #aon-shop-root .u-pc-line-gray, #aon-shop-root .u-pc-line-red, #aon-shop-root .u-pc-line-main, #aon-shop-root .u-pc-line-pink, #aon-shop-root .u-pc-line-lightpink, #aon-shop-root .u-pc-line-skyblue, #aon-shop-root .u-pc-line-blue, #aon-shop-root .u-pc-line-darkblue, #aon-shop-root .u-pc-line-yellow, #aon-shop-root .u-pc-line-orange, #aon-shop-root .u-pc-line-brown, #aon-shop-root .u-pc-line-text, #aon-shop-root .u-pc-line-link {
    width: 100% !important;
    height: 1px !important;
    border: none !important;
  }
  #aon-shop-root .u-pc-line-black {
    background-color: #2c2c2c !important;
  }
  #aon-shop-root .u-pc-line-white {
    background-color: #fff !important;
  }
  #aon-shop-root .u-pc-line-gray {
    background-color: #9e9e9e !important;
  }
  #aon-shop-root .u-pc-line-red {
    background-color: #df1c32 !important;
  }
  #aon-shop-root .u-pc-line-main {
    background-color: #df1c32 !important;
  }
  #aon-shop-root .u-pc-line-pink {
    background-color: #d74471 !important;
  }
  #aon-shop-root .u-pc-line-lightpink {
    background-color: #fff7f9 !important;
  }
  #aon-shop-root .u-pc-line-skyblue {
    background-color: #29a0ea !important;
  }
  #aon-shop-root .u-pc-line-blue {
    background-color: #0077b3 !important;
  }
  #aon-shop-root .u-pc-line-darkblue {
    background-color: #0b00d6 !important;
  }
  #aon-shop-root .u-pc-line-yellow {
    background-color: #fff68d !important;
  }
  #aon-shop-root .u-pc-line-orange {
    background-color: #fdb34d !important;
  }
  #aon-shop-root .u-pc-line-brown {
    background-color: #541309 !important;
  }
  #aon-shop-root .u-pc-line-text {
    background-color: #541309 !important;
  }
  #aon-shop-root .u-pc-line-link {
    background-color: inherit !important;
  }
  #aon-shop-root .u-hover:hover {
    opacity: 0.7;
  }
  #aon-shop-root .u-pc-hover {
    transition: 0.4s;
  }
  #aon-shop-root .u-pc-hover:active {
    transform: scale(0.95);
    transition: 0.2s;
  }
  #aon-shop-root .u-pc-disable {
    cursor: default !important;
    opacity: 0.4 !important;
    pointer-events: none !important;
  }
  #aon-shop-root .u-pc-fluid {
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
  }
  #aon-shop-root .u-pc-visuallyHidden {
    clip: rect(0, 0, 0, 0) !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    white-space: nowrap !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #aon-shop-root .u-pc-hover:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    height: none;
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=main.css.map */