@charset "UTF-8";
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  scroll-padding-top: 60px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

html {
  overflow-y: scroll;
}

body {
  padding-right: 0 !important;
  overflow-x: hidden;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  color: #333;
  background: #00001b;
  background-image: -webkit-gradient(linear, left top, right top, from(#151a33), to(#00001b));
  background-image: linear-gradient(to right, #151a33, #00001b);
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

body {
  position: relative;
  overflow-x: hidden;
}
body.modal-open {
  overflow: hidden; /* モーダル表示時のスクロール無効化 */
}

main {
  padding-top: 80px;
}
@media (max-width: 767px) {
  main {
    padding-top: 56px;
  }
}

p {
  line-height: 1.6;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.section-info {
  background-color: #F9FAFB;
  padding: 40px;
  border-style: solid;
  border-width: 8px;
  margin-bottom: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-info {
    padding: 20px 12px;
  }
}
.section-info h2 {
  text-align: center;
  position: relative;
  padding: 0px 0px 10px 0px;
  font-family: "sicgothicduex-nexus", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #572E1D;
}
@media (max-width: 575px) {
  .section-info {
    margin: 0 auto 32px;
    max-width: 96%;
    padding: 32px 12px 0;
  }
}

.section-sort {
  background: rgba(18, 22, 65, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(#0a0a3d), to(#030341));
  background: linear-gradient(90deg, #0a0a3d, #030341);
  padding: 40px 32px 20px;
  margin: 60px auto 0px;
  border: 2px solid #fff;
  width: 92%;
  color: #fff;
  position: relative;
}
.section-sort:before {
  content: "";
  display: block;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border: solid 1px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.section-sort h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "sicgothicduex-nexus", sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 767px) {
  .section-sort h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.section-sort h2:before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 8px;
}
.section-sort .dropdown-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin: 44px 0 32px;
}
@media (max-width: 991px) {
  .section-sort .dropdown-wrap {
    margin: 25px 0;
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap {
    position: relative;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap:before, .section-sort .dropdown-wrap:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    line-height: 1;
    color: #010101;
    z-index: 1;
    position: absolute;
    right: 35px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap:before, .section-sort .dropdown-wrap:after {
    right: 15px;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap:before {
    top: 22px;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap:after {
    bottom: 8px;
  }
}
.section-sort .dropdown-wrap select {
  width: calc((100% - 24px) / 2);
  max-width: 480px;
  padding: 12px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
@media (max-width: 991px) {
  .section-sort .dropdown-wrap select {
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}
.section-sort .js-sort-clear {
  padding: 8px 12px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  border: 2px solid #ddd;
}
@media (max-width: 767px) {
  .section-sort .js-sort-clear {
    font-size: 14px;
  }
}

.hdg-sort {
  text-align: center;
  border-bottom: 1px solid #010101;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .hdg-sort {
    font-size: 24px;
  }
}

.form-wrap {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .form-wrap {
    padding: 12px 0 32px;
  }
}

.section-item {
  background-color: #F9FAFB;
  padding: 40px;
  border-style: solid;
  border-width: 8px;
  margin-bottom: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-item {
    padding: 20px 12px;
    margin: 12px 0;
  }
}
.section-item .limit-item {
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .limit-item {
    margin: 12px 0;
  }
}
.section-item .js-sold + span + .soldTxt {
  background-color: #c90000;
  color: #fff;
  display: block;
  width: 4em;
  padding: 0 8px;
  margin: 4px auto;
  letter-spacing: 0.2em;
  font-size: 14px;
  text-align: center;
}
.section-item select {
  margin-right: 8px;
  padding: 2px 8px;
  color: #333;
}
@media (max-width: 767px) {
  .section-item select {
    margin-left: 8px;
  }
}

#anchor-cart {
  background-color: #F9FAFB;
  padding: 40px;
  border-style: solid;
  border-width: 8px;
  margin-bottom: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #anchor-cart {
    padding: 20px 12px;
  }
}
#anchor-cart h2 {
  text-shadow: 0px 0px 10px rgba(255, 255, 241, 0.6), 0px 0px 15px rgba(255, 255, 255, 0.6);
  position: relative;
  border-bottom: 2px solid;
  width: 60%;
  margin: 0 auto;
  font-size: 24px;
  font-family: "sicgothicduex-nexus", sans-serif;
  font-style: normal;
  color: #572E1D;
}
#anchor-cart h2::before {
  left: 0;
}
#anchor-cart h2::after {
  right: 0;
}
#anchor-cart h2:before, #anchor-cart h2:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -6px;
  rotate: 45deg;
}
@media (max-width: 767px) {
  #anchor-cart {
    padding: 20px 12px;
  }
}

:root {
  scroll-behavior: auto !important;
}

@media (width < 768px) {
  select {
    font-size: 1rem;
  }
}
.kvbg {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
@media (width < 768px) {
  .kvbg {
    margin-bottom: 30px;
  }
}

hgroup {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
@media (width < 768px) {
  hgroup {
    margin: 12px auto;
  }
}
hgroup .hdg-title {
  margin: 0;
  line-height: 0;
}
hgroup .hdg-title img {
  width: 100%;
  height: auto;
  display: block;
}

.list-benefit {
  padding: 0;
}
@media (max-width: 575px) {
  .list-benefit {
    padding: 0;
  }
}
.list-benefit .box-title {
  letter-spacing: 0.1em;
  padding: 7px 30px 5px;
  text-align: left;
  color: #fff;
  font-size: 18px;
  background: #572E1D;
  display: inline-block;
}
@media (max-width: 575px) {
  .list-benefit .box-title {
    font-size: 16px;
    text-align: center;
    display: block;
  }
}
.list-benefit .benefitimg {
  max-width: 600px;
  width: 100%;
}
.list-benefit li {
  list-style-type: none;
}

.starry_sky {
  background: -webkit-linear-gradient(top, rgb(0, 0, 0) 50%, rgb(25, 19, 39) 80%, rgb(43, 32, 72));
  width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
}

.constellation {
  background-attachment: scroll;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 600s infinite linear;
          animation: rotate 600s infinite linear;
  z-index: -999;
}

.star {
  background-color: white;
  border-radius: 50%;
  position: absolute;
  -webkit-animation-name: star;
          animation-name: star;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  position: fixed;
  overflow: hidden;
}

.star.style1 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: star;
          animation-name: star;
}

.star.style2 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: star;
          animation-name: star;
}

.star.style3 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-name: star;
          animation-name: star;
}

.star.style4 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: starFeat;
          animation-name: starFeat;
}

.star.tam1 {
  width: 1px;
  height: 1px;
}

.star.tam2 {
  width: 2px;
  height: 2px;
}

.star.tam3 {
  width: 3px;
  height: 3px;
}

.star.opacity1 {
  opacity: 1;
}

.star.opacity2 {
  opacity: 0.5;
}

.star.opacity3 {
  opacity: 0.1;
}

@-webkit-keyframes star {
  0% {
    -webkit-box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
            box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
  }
  50% {
    -webkit-box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
            box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
  }
}

@keyframes star {
  0% {
    -webkit-box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
            box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
  }
  50% {
    -webkit-box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
            box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
  }
}
@-webkit-keyframes starFeat {
  0% {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 10px 0px rgb(255, 255, 255);
            box-shadow: 0 0 10px 0px rgb(255, 255, 255);
  }
  20% {
    background-color: #FFC4C4;
    -webkit-box-shadow: 0 0 10px 0px rgb(255, 196, 196);
            box-shadow: 0 0 10px 0px rgb(255, 196, 196);
  }
  80% {
    background-color: #C4CFFF;
    -webkit-box-shadow: 0 0 10px 0px rgb(196, 207, 255);
            box-shadow: 0 0 10px 0px rgb(196, 207, 255);
  }
  100% {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.2);
  }
}
@keyframes starFeat {
  0% {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 10px 0px rgb(255, 255, 255);
            box-shadow: 0 0 10px 0px rgb(255, 255, 255);
  }
  20% {
    background-color: #FFC4C4;
    -webkit-box-shadow: 0 0 10px 0px rgb(255, 196, 196);
            box-shadow: 0 0 10px 0px rgb(255, 196, 196);
  }
  80% {
    background-color: #C4CFFF;
    -webkit-box-shadow: 0 0 10px 0px rgb(196, 207, 255);
            box-shadow: 0 0 10px 0px rgb(196, 207, 255);
  }
  100% {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.2);
  }
}
.spotlight-bg-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
  /* ご指定のカラーに変更 */
  background: radial-gradient(circle at 50% 10%, #28282b 0%, #00000e 100%);
  overflow: hidden;
}

.light-beam {
  position: absolute;
  top: -20%;
  width: 8px;
  height: 140%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  mix-blend-mode: screen;
  opacity: 0.8;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  /* 天井を起点に左右に揺れる */
  -webkit-animation: beam-criss-cross 20s ease-in-out infinite alternate;
          animation: beam-criss-cross 20s ease-in-out infinite alternate;
}

@-webkit-keyframes beam-criss-cross {
  0% {
    -webkit-transform: scaleX(1) rotate(-3deg);
            transform: scaleX(1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scaleX(1.1) rotate(8deg);
            transform: scaleX(1.1) rotate(8deg);
  }
  100% {
    -webkit-transform: scaleX(1) rotate(-8deg);
            transform: scaleX(1) rotate(-8deg);
  }
}

@keyframes beam-criss-cross {
  0% {
    -webkit-transform: scaleX(1) rotate(-3deg);
            transform: scaleX(1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scaleX(1.1) rotate(8deg);
            transform: scaleX(1.1) rotate(8deg);
  }
  100% {
    -webkit-transform: scaleX(1) rotate(-8deg);
            transform: scaleX(1) rotate(-8deg);
  }
}
/* 各ビームのカラーと配置（白と青系のみ） */
.light-beam:nth-child(2) {
  left: 5%;
  color: #0080ff;
  -webkit-animation-duration: 19s;
          animation-duration: 19s;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.light-beam:nth-child(3) {
  left: 15%;
  color: #ffffff;
  width: 12px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-box-shadow: 0 0 50px 15px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 50px 15px rgba(255, 255, 255, 0.3);
}

.light-beam:nth-child(4) {
  left: 28%;
  color: #00ffff;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}

.light-beam:nth-child(5) {
  left: 45%;
  color: #ffffff;
  width: 14px;
  -webkit-animation-duration: 21s;
          animation-duration: 21s;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-box-shadow: 0 0 50px 15px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 50px 15px rgba(255, 255, 255, 0.3);
}

.light-beam:nth-child(6) {
  left: 60%;
  color: #00aaff;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}

.light-beam:nth-child(7) {
  left: 75%;
  color: #00ffff;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}

.light-beam:nth-child(8) {
  left: 88%;
  color: #ffffff;
  width: 12px;
  -webkit-animation-duration: 19s;
          animation-duration: 19s;
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
  -webkit-box-shadow: 0 0 50px 15px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 50px 15px rgba(255, 255, 255, 0.3);
}

.light-beam:nth-child(9) {
  left: 95%;
  color: #0055ff;
  -webkit-animation-duration: 21s;
          animation-duration: 21s;
  -webkit-animation-delay: -8s;
          animation-delay: -8s;
}

/* ビームのグラデーション実体 */
.light-beam {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(50%, currentColor), to(transparent));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, currentColor 50%, transparent 100%);
}

.runway.section-info {
  -webkit-box-shadow: 0px -5px 10px -6px #F9FAFB, 0px 5px 10px -6px #F9FAFB, -5px 0px 10px -6px #F9FAFB, 5px 0px 10px -6px #F9FAFB;
          box-shadow: 0px -5px 10px -6px #F9FAFB, 0px 5px 10px -6px #F9FAFB, -5px 0px 10px -6px #F9FAFB, 5px 0px 10px -6px #F9FAFB; /* 右 */
  border-color: #F9FAFB #F9FAFB #F9FAFB #F9FAFB;
}
.runway.goods-wrap {
  padding: 0 0 60px;
}
@media (max-width: 767px) {
  .runway.goods-wrap {
    padding: 0 0 52px;
  }
}
.runway.goods-wrap .goods-btn {
  background-color: #F9FAFB;
  padding: 40px;
  border-style: solid;
  border-width: 8px;
  margin-bottom: 60px;
  margin-bottom: 80px;
  -webkit-box-shadow: 0px -5px 10px -6px #F9FAFB, 0px 5px 10px -6px #F9FAFB, -5px 0px 10px -6px #F9FAFB, 5px 0px 10px -6px #F9FAFB;
          box-shadow: 0px -5px 10px -6px #F9FAFB, 0px 5px 10px -6px #F9FAFB, -5px 0px 10px -6px #F9FAFB, 5px 0px 10px -6px #F9FAFB; /* 右 */
  border-color: #F9FAFB #F9FAFB #F9FAFB #F9FAFB;
}
@media (max-width: 767px) {
  .runway.goods-wrap .goods-btn {
    padding: 20px 12px;
  }
}
@media (max-width: 575px) {
  .runway.goods-wrap .goods-btn {
    margin: 0 auto 32px;
    max-width: 96%;
    padding: 32px 12px 0;
  }
}
.runway.goods-wrap .goods-btn h2 {
  text-align: center;
  text-shadow: 0px 0px 10px rgba(255, 255, 241, 0.6), 0px 0px 15px rgba(255, 255, 255, 0.6);
  position: relative;
  border-bottom: 2px solid;
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  font-family: "sicgothicduex-nexus", sans-serif;
  font-weight: bold;
  color: #572E1D;
  -o-border-image: linear-gradient(to right, #572e1d 0%, #a2aeff 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#572e1d), to(#a2aeff));
     border-image: linear-gradient(to right, #572e1d 0%, #a2aeff 100%);
  border-image-slice: 1;
  padding: 12px 8px 20px 8px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .runway.goods-wrap .goods-btn h2 {
    width: 100%;
  }
}
.runway.goods-wrap .goods-btn h2::before {
  left: 0;
  background: #572e1d;
}
.runway.goods-wrap .goods-btn h2::after {
  right: 0;
  background: #a2aeff;
}
.runway.goods-wrap .goods-btn h2:before, .runway.goods-wrap .goods-btn h2:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -6px;
  rotate: 45deg;
}
@media (max-width: 767px) {
  .runway.goods-wrap .goods-btn {
    padding: 20px 12px;
  }
}
.runway.goods-wrap .purchase .goodbox {
  position: relative;
  width: 100%;
  height: 100%;
}
.runway.goods-wrap .purchase .goodbox:before {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: solid 1px #fff;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.runway.goods-wrap .purchase img {
  border-radius: 8px;
}

.runway-1.section-info, .runway-1 .section-item, .runway-1 #anchor-cart {
  -webkit-box-shadow: 0px -5px 10px -6px #D7CDE8, 0px 5px 10px -6px #efe9b5, -5px 0px 10px -6px #efe9b5, 5px 0px 10px -6px #D7CDE8;
          box-shadow: 0px -5px 10px -6px #D7CDE8, 0px 5px 10px -6px #efe9b5, -5px 0px 10px -6px #efe9b5, 5px 0px 10px -6px #D7CDE8; /* 右 */
  border-color: #D7CDE8 #D7CDE8 #efe9b5 #efe9b5;
}
.runway-1 .section-item .limit-item {
  border: 1px solid #cd9000;
  background-color: #cd9000;
}
.runway-1 #anchor-cart h2 {
  -o-border-image: linear-gradient(to right, #efe9b5 0%, #D7CDE8 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#efe9b5), to(#D7CDE8));
     border-image: linear-gradient(to right, #efe9b5 0%, #D7CDE8 100%);
  border-image-slice: 1;
}
.runway-1 #anchor-cart h2::before {
  background: #efe9b5;
}
.runway-1 #anchor-cart h2::after {
  background: #D7CDE8;
}
.runway-1.section-sort h2:before {
  color: #efe9b5;
}
.runway-1.section-sort .js-sort-clear {
  background: #920783;
}

.runway-2.section-info, .runway-2 .section-item, .runway-2 #anchor-cart {
  -webkit-box-shadow: 0px -5px 10px -6px #A1DDF6, 0px 5px 10px -6px #ffd0ab, -5px 0px 10px -6px #ffd0ab, 5px 0px 10px -6px #A1DDF6;
          box-shadow: 0px -5px 10px -6px #A1DDF6, 0px 5px 10px -6px #ffd0ab, -5px 0px 10px -6px #ffd0ab, 5px 0px 10px -6px #A1DDF6; /* 右 */
  border-color: #A1DDF6 #A1DDF6 #ffd0ab #ffd0ab;
}
.runway-2 .section-item .limit-item {
  border: 1px solid #f66800;
  background-color: #f66800;
}
.runway-2 #anchor-cart h2 {
  -o-border-image: linear-gradient(to right, #ffd0ab 0%, #A1DDF6 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#ffd0ab), to(#A1DDF6));
     border-image: linear-gradient(to right, #ffd0ab 0%, #A1DDF6 100%);
  border-image-slice: 1;
}
.runway-2 #anchor-cart h2::before {
  background: #ffd0ab;
}
.runway-2 #anchor-cart h2::after {
  background: #A1DDF6;
}
.runway-2.section-sort h2:before {
  color: #ffd0ab;
}
.runway-2.section-sort .js-sort-clear {
  background: #18AECE;
}

.runway-3.section-info, .runway-3 .section-item, .runway-3 #anchor-cart {
  -webkit-box-shadow: 0px -5px 10px -6px #ffffff, 0px 5px 10px -6px #B6E8CF, -5px 0px 10px -6px #B6E8CF, 5px 0px 10px -6px #9AA8E9;
          box-shadow: 0px -5px 10px -6px #ffffff, 0px 5px 10px -6px #B6E8CF, -5px 0px 10px -6px #B6E8CF, 5px 0px 10px -6px #9AA8E9; /* 右 */
  border-color: #9AA8E9 #9AA8E9 #B6E8CF #B6E8CF;
}
.runway-3 .section-item .limit-item {
  border: 1px solid #009944;
  background-color: #009944;
}
.runway-3 #anchor-cart h2 {
  -o-border-image: linear-gradient(to right, #B6E8CF 0%, #9AA8E9 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#B6E8CF), to(#9AA8E9));
     border-image: linear-gradient(to right, #B6E8CF 0%, #9AA8E9 100%);
  border-image-slice: 1;
}
.runway-3 #anchor-cart h2::before {
  background: #B6E8CF;
}
.runway-3 #anchor-cart h2::after {
  background: #9AA8E9;
}
.runway-3.section-sort h2:before {
  color: #B6E8CF;
}
.runway-3.section-sort .js-sort-clear {
  background: #0034ad;
}

.runway-4.section-info, .runway-4 .section-item, .runway-4 #anchor-cart {
  -webkit-box-shadow: 0px -5px 10px -6px #E4E2E3, 0px 5px 10px -6px #F6C3D2, -5px 0px 10px -6px #F6C3D2, 5px 0px 10px -6px #E4E2E3;
          box-shadow: 0px -5px 10px -6px #E4E2E3, 0px 5px 10px -6px #F6C3D2, -5px 0px 10px -6px #F6C3D2, 5px 0px 10px -6px #E4E2E3; /* 右 */
  border-color: #E4E2E3 #E4E2E3 #F6C3D2 #F6C3D2;
}
.runway-4 .section-item .limit-item {
  border: 1px solid #d3599c;
  background-color: #d3599c;
}
.runway-4 #anchor-cart h2 {
  -o-border-image: linear-gradient(to right, #F6C3D2 0%, #E4E2E3 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#F6C3D2), to(#E4E2E3));
     border-image: linear-gradient(to right, #F6C3D2 0%, #E4E2E3 100%);
  border-image-slice: 1;
}
.runway-4 #anchor-cart h2::before {
  background: #F6C3D2;
}
.runway-4 #anchor-cart h2::after {
  background: #E4E2E3;
}
.runway-4.section-sort h2:before {
  color: #F6C3D2;
}
.runway-4.section-sort .js-sort-clear {
  background: #333;
}

header .img-logo {
  display: block;
  max-width: 180px;
}
@media (max-width: 575px) {
  header .img-logo {
    max-width: 100px;
  }
}

nav.navbar {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 8px 0;
  max-height: 100vh;
  background: #00001b;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 27)), color-stop(#252f55, rgb), color-stop(47), to(85));
  background: linear-gradient(90deg, rgb(0, 0, 27) 0%, rgb #252f55 37, 47, 85 100%);
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  nav.navbar .container {
    padding: 0 8px;
  }
}
nav.navbar .container .numberpage {
  color: #fff;
  font-weight: 500;
}
nav.navbar button.btn.btn-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  border-radius: 0;
  text-decoration: none;
  padding: 12px;
}
@media (max-width: 575px) {
  nav.navbar button.btn.btn-link {
    margin-right: 0;
    padding: 8px;
  }
}
nav.navbar button.btn.btn-link:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar button.btn.btn-link .navbar-toggler-icon {
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
nav.navbar .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.8);
}
nav.navbar .modal-header {
  border-bottom: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 20px 0;
}
@media (max-width: 575px) {
  nav.navbar .modal-header {
    padding: 13px 8px 0;
  }
}
nav.navbar .modal-header .btn-close {
  position: relative;
  border: none;
  font-size: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-color: #000000;
  opacity: 1;
  border-radius: 0;
}
@media (max-width: 575px) {
  nav.navbar .modal-header .btn-close {
    font-size: 42px;
    margin-right: 0;
  }
}
nav.navbar .modal-header .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar .btn-anchor a {
  padding: 0;
  font-size: 34px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  nav.navbar .btn-anchor a {
    padding: 0px;
    font-size: 30px;
  }
}
nav.navbar .btn-anchor a i {
  font-size: 24px;
}
nav.navbar .modal-body {
  padding: 50px 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  nav.navbar .modal-body {
    padding: 20px 0 50px;
  }
}
nav.navbar .modal-body .nav-item {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  nav.navbar .modal-body .nav-item {
    width: 100%;
  }
}
nav.navbar .modal-body .active .nav-link {
  color: #8cd9ff;
}
nav.navbar .modal-body .page-link:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 46%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
}
@media (max-width: 575px) {
  nav.navbar .modal-body .page-link:after {
    right: 18px;
  }
}
nav.navbar .modal-body .nav-link {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 40px;
  text-decoration: none;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 575px) {
  nav.navbar .modal-body .nav-link {
    font-size: 16px;
    padding: 30px 20px;
  }
}
nav.navbar .modal-body .nav-link span {
  margin-bottom: 4px;
}
@media (max-width: 575px) {
  nav.navbar .modal-body .nav-link span {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
@media (max-width: 400px) {
  nav.navbar .modal-body .nav-link span {
    font-size: 11px;
    margin-bottom: 2px;
  }
}
@media (hover) {
  nav.navbar .modal-body .nav-link a:hover {
    opacity: 0.6;
  }
}

.modal-backdrop {
  z-index: 1;
}

.modal-content {
  border: none;
  background: rgba(0, 0, 0, 0);
}

footer {
  padding: 20px 0;
}
footer .link-pageup {
  position: fixed;
  z-index: 1;
  right: 40px;
  bottom: 20px;
  font-size: 24px;
  color: #010101;
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 8px;
    bottom: 12px;
  }
}
@media (hover) {
  footer .link-pageup:hover {
    color: #666666;
  }
}
footer .link-pageup i {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0a0a3d), to(#030341));
  background: linear-gradient(90deg, #0a0a3d, #030341);
  padding: 14px;
}
@media (max-width: 991px) {
  footer .link-pageup i {
    padding: 12px;
  }
}
footer .copyright {
  display: block;
  text-align: center;
  color: #fff;
}

h1.hdg-title img {
  display: block;
  margin: 0 auto;
}

.section-info .hdg-info {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-info .hdg-info {
    font-size: 20px;
  }
}

.section-item .hdg-item {
  font-size: 24px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .hdg-item {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

#anchor-cart .hdg-cart {
  text-align: center;
  font-weight: bold;
  padding: 12px 8px 20px 8px;
  font-size: 28px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #anchor-cart .hdg-cart {
    font-size: 24px;
  }
}

.runway-1 .section-item .hdg-item {
  border-bottom: 2px solid #efe9b5;
}

.runway-2 .section-item .hdg-item {
  border-bottom: 2px solid #ffd0ab;
}

.runway-3 .section-item .hdg-item {
  border-bottom: 2px solid #B6E8CF;
}

.runway-4 .section-item .hdg-item {
  border-bottom: 2px solid #F6C3D2;
}

.list-icon {
  list-style-type: none;
  padding-left: 0;
}
.list-icon > li {
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 8px;
}
.list-icon > li span {
  color: #c90000;
  position: absolute;
  left: 0;
}

.section-info .list-info {
  margin: 32px 0;
}
.section-info .list-info dt {
  margin-bottom: 8px;
  font-size: 18px;
  color: #572E1D;
  font-family: "sicgothicduex-nexus", sans-serif;
  font-style: normal;
  padding: 20px 12px 8px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 2px solid;
}
@media (max-width: 767px) {
  .section-info .list-info dt {
    font-size: 16px;
    text-align: center;
  }
}
.section-info .list-info dt::before {
  left: 0;
}
.section-info .list-info dt::after {
  right: 0;
}
.section-info .list-info dt:before, .section-info .list-info dt:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -4px;
  rotate: 45deg;
}
.section-info .list-info dd {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .section-info .list-info dd {
    font-size: 14px;
  }
}
.section-info .list-info dd .list-icon {
  margin: 12px 0 0;
}

.section-item .list-item dt {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-item .list-item dt {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.section-item .list-item dd {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .list-item dd {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.section-item .list-item .txt-description {
  margin-bottom: 12px;
}
.section-item .list-item .txt-catchphrase {
  font-size: 14px;
  margin: 20px 0 32px;
}
.section-item .list-item .txt-note-comment03 {
  margin: 32px 0 0;
}
.section-item .list-item .txt-note-comment01 {
  margin: 8px 0 20px;
}

.list-select {
  margin: 4px 4px 20px;
}
.list-select dt,
.list-select dd {
  font-size: 14px;
  text-align: center;
}
.list-select dt {
  margin-bottom: 4px;
}

.runway.section-info .list-info {
  margin: 0 0;
}
.runway.section-info .list-info dt {
  -o-border-image: linear-gradient(to right, #572e1d 0%, #a2aeff 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#572e1d), to(#a2aeff));
     border-image: linear-gradient(to right, #572e1d 0%, #a2aeff 100%);
  border-image-slice: 1;
}
.runway.section-info .list-info dt::before {
  background: #572e1d;
}
.runway.section-info .list-info dt::after {
  background: #a2aeff;
}

.runway-1.section-info .list-info dt {
  -o-border-image: linear-gradient(to right, #efe9b5 0%, #D7CDE8 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#efe9b5), to(#D7CDE8));
     border-image: linear-gradient(to right, #efe9b5 0%, #D7CDE8 100%);
  border-image-slice: 1;
}
.runway-1.section-info .list-info dt::before {
  background: #efe9b5;
}
.runway-1.section-info .list-info dt::after {
  background: #D7CDE8;
}
.runway-1 .section-item .list-item dt {
  color: #cd9000;
}

.runway-2.section-info .list-info dt {
  -o-border-image: linear-gradient(to right, #ffd0ab 0%, #A1DDF6 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#ffd0ab), to(#A1DDF6));
     border-image: linear-gradient(to right, #ffd0ab 0%, #A1DDF6 100%);
  border-image-slice: 1;
}
.runway-2.section-info .list-info dt::before {
  background: #ffd0ab;
}
.runway-2.section-info .list-info dt::after {
  background: #A1DDF6;
}
.runway-2 .section-item .list-item dt {
  color: #f66800;
}

.runway-3.section-info .list-info dt {
  -o-border-image: linear-gradient(to right, #B6E8CF 0%, #9AA8E9 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#B6E8CF), to(#9AA8E9));
     border-image: linear-gradient(to right, #B6E8CF 0%, #9AA8E9 100%);
  border-image-slice: 1;
}
.runway-3.section-info .list-info dt::before {
  background: #B6E8CF;
}
.runway-3.section-info .list-info dt::after {
  background: #9AA8E9;
}
.runway-3 .section-item .list-item dt {
  color: #009944;
}

.runway-4.section-info .list-info dt {
  -o-border-image: linear-gradient(to right, #F6C3D2 0%, #E4E2E3 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#F6C3D2), to(#E4E2E3));
     border-image: linear-gradient(to right, #F6C3D2 0%, #E4E2E3 100%);
  border-image-slice: 1;
}
.runway-4.section-info .list-info dt::before {
  background: #F6C3D2;
}
.runway-4.section-info .list-info dt::after {
  background: #E4E2E3;
}
.runway-4 .section-item .list-item dt {
  color: #d3599c;
}

a {
  text-decoration: underline;
  color: #1a0dab;
  word-break: break-all;
}
@media (hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #1a0dab;
  }
}
a.btn {
  text-decoration: none;
}

.btn-item {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 8px;
  text-align: center;
  margin: 40px auto 0;
  width: 480px;
  max-width: 92%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .btn-item {
    margin: 20px auto 0;
  }
}
.btn-item:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-left: 8px;
  font-size: 20px;
}
.btn-item:hover {
  color: #fff;
  text-decoration: none;
}
@media (hover) {
  .btn-item:hover {
    opacity: 0.7;
  }
}

.btn-cart {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 8px;
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin: 20px auto 0;
  border: 2px solid #eee;
}
@media (max-width: 575px) {
  .btn-cart {
    font-size: 4.5vw;
    letter-spacing: 0;
  }
}
.btn-cart:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-right: 8px;
  font-size: 20px;
}
@media (max-width: 575px) {
  .btn-cart:before {
    font-size: 4vw;
  }
}
@media (hover) {
  .btn-cart:hover {
    opacity: 0.8;
    color: #fff;
  }
}

.runway-1 .btn-item {
  background-color: #e5d7fa;
  color: #920783;
  border: 2px solid #b379d9;
}
.runway-1 .btn-item:after {
  color: #b379d9;
}
.runway-1 .btn-cart {
  background-color: #920783;
}

.runway-2 .btn-item {
  background-color: #e8f8ff;
  color: #18AECE;
  border: 2px solid #A1DDF6;
}
.runway-2 .btn-item:after {
  color: #A1DDF6;
}
.runway-2 .btn-cart {
  background-color: #18AECE;
}

.runway-3 .btn-item {
  background-color: #dfe6fd;
  color: #0034ad;
  border: 2px solid #7695ef;
}
.runway-3 .btn-item:after {
  color: #7695ef;
}
.runway-3 .btn-cart {
  background-color: #0034ad;
}

.runway-4 .btn-item {
  background-color: #f7dadd;
  color: #c52734;
  border: 2px solid #AB4C52;
}
.runway-4 .btn-item:after {
  color: #AB4C52;
}
.runway-4 .btn-cart {
  background-color: #333;
}