body {
  background-color: #FFFBF2;
}

.en {
  font-family: "Gill Sans", "Gill Sans Nova", sans-serif;
}

.orange {
  color: #D94B27;
}

#headBar {
  background-color: #d4c018;
  text-align: center;
}
#headBar a {
  display: block;
  padding: 2.5vw 0;
  font-size: 3.75vw;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #headBar a {
    padding: 1.0416666667vw 0;
    font-size: 1.3020833333vw;
  }
}

#keirou {
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333;
}
#keirou img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.sec {
  overflow: hidden;
  padding-block: 15.625vw;
}
@media screen and (min-width: 769px) {
  .sec {
    padding-block: 8.3333333333vw;
  }
}

.sec_ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #D94B27;
  margin-bottom: 9.375vw !important;
}
@media screen and (min-width: 769px) {
  .sec_ttl {
    margin-bottom: 4.1666666667vw !important;
  }
}
.sec_ttl strong {
  font-size: 4.0625vw;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .sec_ttl strong {
    font-size: 1.4583333333vw;
  }
}
.sec_ttl span {
  font-size: 8.125vw;
  font-family: "Gill Sans", "Gill Sans Nova", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .sec_ttl span {
    font-size: 3.3854166667vw;
  }
}

.flex-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ranking {
  background-color: #E6D7C3;
}

.kv {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.kv h1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .kv h1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.kv h1 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .kv h1 img {
    width: 33.2291666667vw;
  }
}
@media screen and (min-width: 769px) {
  .kv_slide li {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.kv_slide li.is-active .kv_slide_img {
  animation: kv 6s ease-out;
}
.kv_slide li.is-next .kv_slide_img, .kv_slide li.is-prev .kv_slide_img {
  transform: scale(1.1);
}
.kv_slide li figure {
  position: relative;
  overflow: hidden;
}
.kv_slide li figure:first-child figcaption {
  top: 1.875vw;
  left: 1.875vw;
}
@media screen and (min-width: 769px) {
  .kv_slide li figure:first-child figcaption {
    top: 1.3020833333vw;
    left: 1.3020833333vw;
  }
}
.kv_slide li figure:last-child figcaption {
  bottom: 1.875vw;
  right: 1.875vw;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .kv_slide li figure:last-child figcaption {
    bottom: 1.3020833333vw;
    right: 1.3020833333vw;
  }
}
.kv_slide li .kv_slide_img {
  width: 100%;
  height: 100%;
  aspect-ratio: 960/946;
  object-fit: cover;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .kv_slide li .kv_slide_img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 320/208;
  }
}
.kv_slide li figcaption {
  position: absolute;
  color: #fff;
  font-family: "Gill Sans", "Gill Sans Nova", sans-serif;
  font-size: 3.4375vw;
  z-index: 1;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .kv_slide li figcaption {
    font-size: 2.2395833333vw;
  }
}

@keyframes kv {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }
  20% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0.1;
  }
}
.keirou_nav {
  background-color: #D94B27;
  padding: 0.8333333333vw 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .keirou_nav {
    padding: 3.125vw 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.keirou_nav li {
  width: 19.6875vw;
  border-right: 1.5px solid #fff;
}
@media screen and (max-width: 768px) {
  .keirou_nav li {
    width: auto;
  }
}
.keirou_nav li a {
  display: block;
  line-height: 2.1875vw;
  text-align: center;
  color: #fff;
  font-size: 1.1458333333vw;
}
@media screen and (max-width: 768px) {
  .keirou_nav li a {
    line-height: 1.3;
    font-size: 3.75vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
}
@media (hover) {
  .keirou_nav li a:hover {
    opacity: 0.7;
  }
}
.keirou_nav li:first-child {
  border-left: 1.5px solid #fff;
}
@media screen and (max-width: 768px) {
  .keirou_nav li:first-child {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .keirou_nav li:last-child {
    border-right: none;
  }
}
.keirou_lead {
  text-align: center;
  padding-block: 12.5vw;
}
@media screen and (min-width: 769px) {
  .keirou_lead {
    padding-block: 5.7291666667vw;
  }
}
.keirou_lead h2 {
  font-family: var(--font-Mincho);
  font-size: 5.625vw !important;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 9.375vw !important;
}
@media screen and (min-width: 769px) {
  .keirou_lead h2 {
    font-size: 2.1875vw !important;
    margin-bottom: 2.0833333333vw !important;
  }
}
.keirou_lead p {
  font-size: 3.125vw;
  line-height: 3.4;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .keirou_lead p {
    font-size: 1.4583333333vw;
  }
}
.keirou_ranking {
  margin-inline: 7.8125vw;
}
@media screen and (min-width: 769px) {
  .keirou_ranking {
    max-width: 78.90625vw;
    margin-inline: auto;
  }
}
.keirou_ranking_item {
  display: grid;
  gap: 15.625vw 0;
}
@media screen and (min-width: 769px) {
  .keirou_ranking_item {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 3.125vw;
  }
}
.keirou_ranking_item li {
  position: relative;
  z-index: 0;
}
.keirou_ranking_item li:nth-child(1) .keirou_ranking_icon {
  background-color: #d4c018;
}
.keirou_ranking_item li:nth-child(2) .keirou_ranking_icon {
  background-color: #bababa;
}
.keirou_ranking_item li:nth-child(3) .keirou_ranking_icon {
  background-color: #a0662d;
}
.keirou_ranking_item li a {
  display: block;
}
@media (hover) {
  .keirou_ranking_item li a:hover {
    opacity: 1;
  }
  .keirou_ranking_item li a:hover .btn--more {
    background-color: #333;
    color: #fff;
  }
}
.keirou_ranking_item li a figure {
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .keirou_ranking_item li a figure {
    margin-bottom: 1.5625vw;
  }
}
.keirou_ranking_item li a h3 {
  font-size: 5vw;
  font-weight: 700;
  border-bottom: 1.5px solid #333;
  padding-bottom: 1.5625vw;
  margin-bottom: 3.75vw;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .keirou_ranking_item li a h3 {
    font-size: 1.4583333333vw;
    padding-bottom: 0.78125vw;
    margin-bottom: 1.3020833333vw;
    font-feature-settings: "palt";
    white-space: nowrap;
  }
}
.keirou_ranking_item li a > p {
  font-size: 3.4375vw;
  line-height: 2;
  margin-bottom: 3.125vw;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .keirou_ranking_item li a > p {
    font-size: 1.09375vw;
    margin-bottom: 1.5625vw;
  }
}
.keirou_ranking_item li .flex-row {
  margin-bottom: 6.25vw;
}
@media screen and (min-width: 769px) {
  .keirou_ranking_item li .flex-row {
    margin-bottom: 2.34375vw;
  }
}
.keirou_ranking_item li .flex-row p {
  font-size: 5.9375vw;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .keirou_ranking_item li .flex-row p {
    font-size: 1.5625vw;
  }
}
.keirou_ranking_item li .flex-row p small {
  font-size: 3.4375vw;
}
@media screen and (min-width: 769px) {
  .keirou_ranking_item li .flex-row p small {
    font-size: 0.8333333333vw;
  }
}
.keirou_ranking_item li .flex-row span {
  background-color: #D94B27;
  color: #fff;
  font-size: 3.4375vw;
  font-weight: 700;
  line-height: 1;
  border-radius: 1.5px;
  padding: 1.25vw 3.75vw;
}
@media screen and (min-width: 769px) {
  .keirou_ranking_item li .flex-row span {
    font-size: 1.09375vw;
    padding: 0.46875vw 1.25vw 0.2604166667vw;
  }
}
.keirou_ranking_item li .btn--more {
  display: block;
  color: #333;
  border-color: #333;
  font-size: 3.75vw;
  line-height: 6.875vw;
  padding-inline: 7.5vw;
  margin-top: 4.6875vw;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .keirou_ranking_item li .btn--more {
    font-size: 1.09375vw;
    line-height: 2.0833333333vw;
    padding-inline: 2.34375vw;
    margin-top: 1.3020833333vw;
  }
}
@media (hover) {
  .keirou_ranking_item li .btn--more:hover {
    background-color: #333;
    color: #fff;
    opacity: 1;
  }
}
.keirou_ranking_icon {
  width: 16.25vw;
  height: 16.25vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 8.125vw;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 1.5625vw;
  left: 1.5625vw;
  z-index: 1;
  line-height: 1;
  color: #fff;
  padding-top: 0.9375vw;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .keirou_ranking_icon {
    width: 4.6875vw;
    height: 4.6875vw;
    font-size: 2.34375vw;
    top: 0.5208333333vw;
    left: 0.5208333333vw;
    padding-top: 0.3125vw;
  }
}
.keirou_ranking_icon:before {
  content: "RANK";
  font-size: 2.8125vw;
  font-weight: 700;
  margin-bottom: 0.9375vw;
}
@media screen and (min-width: 769px) {
  .keirou_ranking_icon:before {
    font-size: 0.8333333333vw;
    margin-bottom: 0.15625vw;
  }
}
.keirou_recommend {
  margin-inline: 7.8125vw;
}
@media screen and (min-width: 769px) {
  .keirou_recommend {
    margin-inline: auto;
    max-width: 69.0104166667vw;
  }
}
@media screen and (min-width: 769px) {
  .keirou_recommend_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .keirou_recommend_item.reverse {
    flex-direction: row-reverse;
  }
}
.keirou_recommend_item + .keirou_recommend_item {
  margin-top: 21.25vw;
}
@media screen and (min-width: 769px) {
  .keirou_recommend_item + .keirou_recommend_item {
    margin-top: 7.2916666667vw;
  }
}
.keirou_recommend_item dt {
  position: relative;
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .keirou_recommend_item dt {
    margin-bottom: 0;
    width: 38.59375vw;
  }
}
.keirou_recommend_item dt img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .keirou_recommend_item dd {
    width: 25vw;
  }
}
.keirou_recommend_item dd h3 {
  font-size: 5vw;
  font-weight: 700;
  border-bottom: 1.5px solid #333;
  padding-bottom: 1.5625vw;
  margin-bottom: 3.75vw;
}
@media screen and (min-width: 769px) {
  .keirou_recommend_item dd h3 {
    font-size: 1.9791666667vw;
    padding-bottom: 0.78125vw;
    margin-bottom: 1.3020833333vw;
  }
}
.keirou_recommend_item dd > p {
  font-size: 3.4375vw;
  line-height: 2;
  margin-bottom: 3.125vw;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .keirou_recommend_item dd > p {
    font-size: 1.09375vw;
    margin-bottom: 1.5625vw;
  }
}
.keirou_recommend_item .soldout {
  font-size: 3.4375vw;
  padding: 1.25vw 2.5vw;
}
@media screen and (min-width: 769px) {
  .keirou_recommend_item .soldout {
    font-size: 1.5625vw;
    padding: 0.625vw 1.1458333333vw;
    top: 0.625vw;
    left: 0.625vw;
  }
}
.keirou_recommend_grid {
  margin-top: 21.25vw;
}
@media screen and (min-width: 769px) {
  .keirou_recommend_grid {
    margin-top: 7.2916666667vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .keirou_recommend_grid .keirou_recommend_item {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .keirou_recommend_grid .keirou_recommend_item + .keirou_recommend_item {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .keirou_recommend_grid .keirou_recommend_item dt {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 769px) {
  .keirou_recommend_grid .keirou_recommend_item dt, .keirou_recommend_grid .keirou_recommend_item dd {
    width: 100%;
  }
}
.keirou_recommend .flex-row {
  margin-bottom: 6.25vw;
}
@media screen and (min-width: 769px) {
  .keirou_recommend .flex-row {
    margin-bottom: 2.34375vw;
  }
}
.keirou_recommend .flex-row p {
  font-size: 5.9375vw;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .keirou_recommend .flex-row p {
    font-size: 1.71875vw;
  }
}
.keirou_recommend .flex-row p small {
  font-size: 3.4375vw;
}
@media screen and (min-width: 769px) {
  .keirou_recommend .flex-row p small {
    font-size: 0.9895833333vw;
  }
}
.keirou_recommend .flex-row span {
  background-color: #D94B27;
  color: #fff;
  font-size: 3.4375vw;
  font-weight: 700;
  line-height: 1;
  border-radius: 1.5px;
  padding: 1.25vw 3.75vw;
}
@media screen and (min-width: 769px) {
  .keirou_recommend .flex-row span {
    font-size: 1.09375vw;
    padding: 0.46875vw 1.25vw 0.2604166667vw;
  }
}
.keirou_recommend .btn--more {
  display: block;
  color: #333;
  border-color: #333;
  font-size: 3.75vw;
  line-height: 6.875vw;
  padding-inline: 7.5vw;
}
@media screen and (min-width: 769px) {
  .keirou_recommend .btn--more {
    font-size: 1.09375vw;
    line-height: 2.0833333333vw;
    padding-inline: 2.34375vw;
  }
}
@media (hover) {
  .keirou_recommend .btn--more:hover {
    background-color: #333;
    color: #fff;
    opacity: 1;
  }
}
.keirou_recommend_gift {
  background-color: #fff;
  padding: 6.25vw;
  border-radius: 2px;
  margin-top: 21.875vw;
}
@media screen and (min-width: 769px) {
  .keirou_recommend_gift {
    padding: 2.6041666667vw 1.3020833333vw;
    border-radius: 5px;
    margin-top: 7.8125vw;
    max-width: 62.5vw;
    margin-inline: auto;
    box-sizing: border-box;
  }
}
.keirou_recommend_gift h3 {
  text-align: center;
  font-size: 5.3125vw;
  margin-bottom: 7.8125vw;
  color: #b88f79;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .keirou_recommend_gift h3 {
    font-size: 1.4583333333vw;
    margin-bottom: 2.8125vw;
  }
}
@media screen and (min-width: 769px) {
  .keirou_recommend_gift_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 769px) {
  .keirou_recommend_gift dl {
    display: grid;
    grid-template-columns: 6.875vw 1fr;
    column-gap: 1.40625vw;
    position: relative;
    padding-inline: 2.34375vw;
  }
}
@media screen and (min-width: 769px) {
  .keirou_recommend_gift dl:first-child:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #333;
  }
}
.keirou_recommend_gift dl + dl {
  margin-top: 12.5vw;
}
@media screen and (min-width: 769px) {
  .keirou_recommend_gift dl + dl {
    margin-top: 0;
  }
}
.keirou_recommend_gift dl dt {
  text-align: center;
  margin-bottom: 7.8125vw;
}
@media screen and (min-width: 769px) {
  .keirou_recommend_gift dl dt {
    margin-bottom: 0;
  }
}
.keirou_recommend_gift dl dt img {
  width: 41.25vw;
}
@media screen and (min-width: 769px) {
  .keirou_recommend_gift dl dt img {
    width: 100%;
  }
}
.keirou_recommend_gift dl dd h4 {
  text-align: center;
  font-size: 5vw;
  font-weight: 700;
  margin-bottom: 3.75vw;
}
@media screen and (min-width: 769px) {
  .keirou_recommend_gift dl dd h4 {
    font-size: 1.09375vw;
    margin-bottom: 0.5208333333vw;
    text-align: left;
  }
}
.keirou_recommend_gift dl dd p {
  font-size: 3.75vw;
  line-height: 2;
  margin-bottom: 3.75vw;
}
@media screen and (min-width: 769px) {
  .keirou_recommend_gift dl dd p {
    font-size: 0.8333333333vw;
    margin-bottom: 1.0416666667vw;
  }
}
.keirou_recommend_gift dl dd a.btn--more {
  margin-inline: auto;
  padding-inline: 6.25vw;
}
@media screen and (min-width: 769px) {
  .keirou_recommend_gift dl dd a.btn--more {
    padding-inline: 1.0416666667vw;
    margin-inline: 0;
    font-size: 0.8333333333vw;
  }
}
.keirou_ac {
  background-color: #faf5eb;
  mix-blend-mode: multiply;
  border-radius: 2px;
  margin-bottom: 6.25vw;
}
@media screen and (min-width: 769px) {
  .keirou_ac {
    margin-bottom: 2.4479166667vw;
    padding: 1.4583333333vw 1.1458333333vw;
  }
}
.keirou_ac_btn {
  display: none;
}
.keirou_ac_btn:checked + .keirou_ac_ttl .icon-ac .icon-ac2 {
  opacity: 0;
}
.keirou_ac_btn:checked + .keirou_ac_ttl + .keirou_ac_content {
  height: auto;
  transition: 0.3s;
  padding-block: 1.875vw 3.75vw;
}
@media screen and (min-width: 769px) {
  .keirou_ac_btn:checked + .keirou_ac_ttl + .keirou_ac_content {
    padding-block: 0;
  }
}
.keirou_ac_ttl {
  display: block;
  color: #b88f79;
  font-size: 3.4375vw;
  font-weight: 700;
  padding: 3.125vw 3.75vw;
  position: relative;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .keirou_ac_ttl {
    font-size: 1.0416666667vw;
    padding: 0;
    margin-bottom: 0.5208333333vw;
  }
}
.keirou_ac .icon-ac {
  width: 3.4375vw;
  height: 3.4375vw;
  position: absolute;
  right: 4.6875vw;
  top: 50%;
  margin-top: -1.71875vw;
}
@media screen and (min-width: 769px) {
  .keirou_ac .icon-ac {
    display: none;
  }
}
.keirou_ac .icon-ac line {
  fill: none;
  stroke: #c69079;
  stroke-miterlimit: 10;
  stroke-width: 0.7px;
  transition: opacity 0.3s;
}
.keirou_ac_content {
  padding-inline: 3.75vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: 0.3s;
  height: 0;
  overflow: hidden;
  color: #b88f79;
  font-size: 3.4375vw;
}
@media screen and (min-width: 769px) {
  .keirou_ac_content {
    padding-inline: 0;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    height: auto;
    font-size: 1.0416666667vw;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
.keirou_ac_content b {
  font-weight: 700;
}
.keirou_ac_content b.pt-1 {
  display: block;
  padding-top: 3.125vw;
}
@media screen and (min-width: 769px) {
  .keirou_ac_content b.pt-1 {
    display: block;
    padding-top: 0.5208333333vw;
  }
}
.keirou_search {
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/keirou/search_bg.webp) no-repeat center/cover;
  padding: 8.8541666667vw 0 4.4270833333vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .keirou_search {
    padding: 18.75vw 7.8125vw 25vw;
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/keirou/search_bg_sp.webp);
  }
}
@media screen and (min-width: 769px) {
  .keirou_search_box {
    max-width: 69.0104166667vw;
    margin-inline: auto;
  }
}
.keirou_search_box dl {
  display: grid;
  grid-template-columns: 26.0416666667vw 1fr;
  column-gap: 0.78125vw;
  border-top: 1.5px solid #fff;
  padding-block: 4.6875vw;
}
@media screen and (max-width: 768px) {
  .keirou_search_box dl {
    display: block;
    border-top: none;
    padding-block: 0;
  }
}
@media screen and (max-width: 768px) {
  .keirou_search_box dl + dl {
    margin-top: 15vw;
  }
}
.keirou_search_box dl dt {
  display: flex;
  flex-direction: column;
  row-gap: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .keirou_search_box dl dt {
    row-gap: 3.75vw;
    margin-bottom: 6.25vw;
  }
}
.keirou_search_box dl dt span {
  font-family: "Gill Sans", "Gill Sans Nova", sans-serif;
  font-size: 3.125vw;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .keirou_search_box dl dt span {
    font-size: 11.5625vw;
  }
}
.keirou_search_box dl dt b {
  font-size: 1.25vw;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .keirou_search_box dl dt b {
    font-size: 4.375vw;
  }
}
.keirou_search_box dl dd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5625vw 2.34375vw;
}
@media screen and (max-width: 768px) {
  .keirou_search_box dl dd {
    grid-template-columns: 1fr;
    gap: 6.25vw 0;
  }
}
.keirou_search_box dl dd a {
  font-size: 1.1979166667vw;
  position: relative;
  text-align: center;
  padding: 0.78125vw 0;
  line-height: 1;
  border: 1.5px solid #fff;
  border-radius: 3.125vw;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .keirou_search_box dl dd a {
    font-size: 5vw;
    padding: 3.125vw 0;
    border-radius: 18.75vw;
  }
}
@media (hover) {
  .keirou_search_box dl dd a:hover {
    background-color: #fff;
    color: #4b2d19;
    opacity: 1;
  }
}

.btn-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5vw;
}
@media screen and (min-width: 769px) {
  .btn-col {
    gap: 1.0416666667vw;
  }
}
.btn-col a {
  text-align: center;
  display: block;
  color: #333;
  border: 1.5px solid #333;
  font-size: 3.75vw;
  line-height: 6.875vw;
  border-radius: 4.6875vw;
}
@media screen and (min-width: 769px) {
  .btn-col a {
    font-size: 1.09375vw;
    line-height: 2.0833333333vw;
    border-radius: 2.0833333333vw;
  }
}
@media (hover) {
  .btn-col a:hover {
    background-color: #333;
    color: #fff;
    opacity: 1;
  }
}

.lineup {
  margin-inline: 7.8125vw;
}
@media screen and (min-width: 769px) {
  .lineup {
    margin-inline: auto;
    max-width: 78.125vw;
  }
}
.lineup_block_ttl {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.75vw;
}
@media screen and (min-width: 769px) {
  .lineup_block_ttl {
    margin-bottom: 1.5625vw;
  }
}
.lineup_block_ttl strong {
  font-size: 3.75vw;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .lineup_block_ttl strong {
    font-size: 1.4583333333vw;
  }
}
.lineup_block_ttl span {
  font-family: "Gill Sans", "Gill Sans Nova", sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .lineup_block_ttl span {
    font-size: 4.4270833333vw;
  }
}
.lineup_block_lead {
  font-size: 3.125vw;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .lineup_block_lead {
    font-size: 1.3541666667vw;
  }
}
.lineup_block + .lineup_block {
  margin-top: 11.875vw;
}
@media screen and (min-width: 769px) {
  .lineup_block + .lineup_block {
    margin-top: 7.8125vw;
  }
}
.lineup_slider {
  margin-top: 11.875vw;
  padding-top: 4.6875vw;
  border-top: 1.5px solid #333;
}
@media screen and (min-width: 769px) {
  .lineup_slider {
    margin-top: 3.6458333333vw;
    padding-top: 2.0833333333vw;
  }
}
.lineup_slider .splide__track {
  overflow: visible !important;
}
.lineup_slider .splide__slide {
  width: 36.5625vw !important;
}
@media screen and (min-width: 769px) {
  .lineup_slider .splide__slide {
    width: 16.40625vw !important;
  }
}
.lineup_slider .splide__slide a {
  display: flex;
  flex-direction: column;
}
@media (hover) {
  .lineup_slider .splide__slide a:hover {
    opacity: 1;
  }
  .lineup_slider .splide__slide a:hover .btn--more {
    background-color: #D94B27;
    color: #fff;
  }
}
.lineup_slider .splide__slide figure {
  position: relative;
}
.lineup_slider .splide__slide figure img {
  width: 100%;
}
.lineup_slider .splide__slide .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625vw;
  margin-top: 1.5625vw;
}
@media screen and (min-width: 769px) {
  .lineup_slider .splide__slide .tag {
    gap: 0.5208333333vw;
    margin-top: 0.78125vw;
  }
}
.lineup_slider .splide__slide .tag span {
  font-size: 2.5vw;
  background-color: #808080;
  color: #fff;
  padding: 0.625vw 1.5625vw;
  border-radius: 2px;
}
@media screen and (min-width: 769px) {
  .lineup_slider .splide__slide .tag span {
    font-size: 0.8854166667vw;
    padding: 0.2604166667vw 0.5208333333vw 0.15625vw;
  }
}
.lineup_slider .splide__slide h4 {
  font-size: 3.75vw;
  font-weight: 700;
  margin-top: 2.5vw;
}
@media screen and (min-width: 769px) {
  .lineup_slider .splide__slide h4 {
    font-size: 1.09375vw;
    margin-top: 0.78125vw;
  }
}
.lineup_slider .splide__slide p {
  font-size: 4.0625vw;
  margin-top: 1.5625vw;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .lineup_slider .splide__slide p {
    font-size: 1.25vw;
    margin-top: 0.5208333333vw;
  }
}
.lineup_slider .splide__slide p small {
  font-size: 2.8125vw;
}
@media screen and (min-width: 769px) {
  .lineup_slider .splide__slide p small {
    font-size: 0.7291666667vw;
  }
}
.lineup_guide {
  background-color: #fff;
  width: 67.5vw;
  margin: 9.375vw auto 0;
  text-align: center;
  padding: 6.25vw 3.125vw;
  color: #808080;
  border-radius: 2px;
}
@media screen and (min-width: 769px) {
  .lineup_guide {
    border-radius: 4px;
    width: 62.5vw;
    margin-top: 7.2916666667vw;
    padding: 2.1875vw 0;
    display: grid;
    grid-template-columns: 22.5vw 1fr;
  }
}
.lineup_guide dt {
  font-size: 3.4375vw;
  font-weight: 700;
  position: relative;
  padding-bottom: 4.6875vw;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .lineup_guide dt {
    font-size: 1.4583333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
  }
}
.lineup_guide dt:after {
  content: "";
  width: 15.625vw;
  height: 1px;
  background-color: #808080;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -7.8125vw;
}
@media screen and (min-width: 769px) {
  .lineup_guide dt:after {
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    left: auto;
    margin-left: 0;
  }
}
.lineup_guide dd {
  font-size: 3.125vw;
  font-weight: 700;
  line-height: 2;
  padding-top: 4.6875vw;
}
@media screen and (min-width: 769px) {
  .lineup_guide dd {
    font-size: 1.1979166667vw;
    text-align: left;
    padding: 0.78125vw 0 0.78125vw 2.8645833333vw;
  }
}

.soldout {
  font-family: "Gill Sans", "Gill Sans Nova", sans-serif;
  display: inline-block;
  background-color: #b93228;
  color: #fff;
  font-size: 2.5vw;
  padding: 0.625vw 1.5625vw;
  position: absolute;
  top: 1.5625vw;
  left: 1.5625vw;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .soldout {
    font-size: 0.9375vw;
    padding: 0.2604166667vw 0.2604166667vw 0.15625vw;
    top: 0.5208333333vw;
    left: 0.5208333333vw;
  }
}

.noshi {
  display: inline-block;
  background-color: #808080;
  color: #fff;
  font-size: 2.5vw;
  padding: 0.625vw 1.5625vw;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .noshi {
    font-size: 0.9375vw;
    padding: 0.3125vw 0.2604166667vw 0.15625vw;
  }
}

.splide__arrows {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  top: -5.625vw;
  right: 0;
  padding-right: 3.125vw;
}
@media screen and (min-width: 769px) {
  .splide__arrows {
    top: -1.8229166667vw;
    padding-right: 1.5625vw;
  }
}

.splide__arrow {
  width: 6.25vw;
  height: 6.25vw;
  background-color: transparent;
  border-radius: 50%;
  border: 1.5px solid #333;
  position: static;
  margin: 0 1.5625vw;
}
@media screen and (min-width: 769px) {
  .splide__arrow {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    margin: 0 0.625vw;
  }
}
.splide__arrow svg {
  width: 100%;
  height: auto;
}

.slide-count-1 .splide__arrows, .slide-count-2 .splide__arrows {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .slide-count-3 .splide__arrows, .slide-count-4 .splide__arrows {
    display: none !important;
  }
}

.btn--more {
  width: fit-content;
  font-family: "Gill Sans", "Gill Sans Nova", sans-serif;
  font-weight: 400;
  font-size: 3.125vw;
  border: 1.5px solid #D94B27;
  padding-inline: 1.5625vw;
  line-height: 4.6875vw;
  color: #D94B27;
  border-radius: 4.6875vw;
  margin-top: 2.5vw;
}
@media screen and (min-width: 769px) {
  .btn--more {
    font-size: 0.9375vw;
    padding-inline: 0.9375vw;
    line-height: 1.71875vw;
    border-radius: 1.71875vw;
    margin-top: 0.7291666667vw;
  }
}

.img_bottom img {
  width: 100%;
}

#column {
  background-color: #f2f2f2;
}

.column_item {
  margin-inline: 7.8125vw;
}
@media screen and (min-width: 769px) {
  .column_item {
    max-width: 69.0625vw;
    margin-inline: auto;
    margin-top: 7.03125vw;
  }
}
.column_item li {
  border-top: 1.5px solid #808080;
  padding: 6.25vw 0 10.9375vw;
}
@media screen and (min-width: 769px) {
  .column_item li {
    display: grid;
    grid-template-columns: 19.7916666667vw 1fr;
    column-gap: 3.3854166667vw;
    padding: 1.8229166667vw 0;
  }
}
.column_item li:last-child {
  padding-bottom: 0 !important;
}
.column_item h3 {
  font-size: 4.375vw;
  font-weight: 700;
  margin-bottom: 4.6875vw;
}
@media screen and (min-width: 769px) {
  .column_item h3 {
    font-size: 1.4583333333vw;
  }
}
.column_item p {
  font-size: 3.4375vw;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .column_item p {
    font-size: 1.1458333333vw;
  }
}

.campaign {
  text-align: center;
  background-color: #E6D7C3;
}
.campaign_in {
  margin-inline: 7.8125vw;
}
@media screen and (min-width: 769px) {
  .campaign_in {
    width: 58.3333333333vw;
    margin-inline: auto;
  }
}
.campaign_badge {
  width: fit-content;
  margin: -7.8125vw auto 6.25vw;
  background-color: #333;
  color: #fff;
  font-size: 4.0625vw;
  font-weight: 700;
  padding: 0.625vw 3.125vw 1.25vw;
  border-radius: 1.25vw;
  display: block;
}
@media screen and (min-width: 769px) {
  .campaign_badge {
    margin: -2.0833333333vw auto 2.0833333333vw;
    font-size: 1.3541666667vw;
    padding: 0.1041666667vw 1.25vw 0.2083333333vw;
    border-radius: 6px;
  }
}
.campaign_lead {
  font-size: 5.625vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 6.25vw;
}
@media screen and (min-width: 769px) {
  .campaign_lead {
    font-size: 2.4479166667vw;
    margin-bottom: 3.90625vw;
  }
}
.campaign_detail {
  background-color: #faf5eb;
  padding: 12.5vw 7.8125vw 6.25vw;
  border-radius: 1.25vw;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .campaign_detail {
    padding: 4.1666666667vw 5.2083333333vw 5.2083333333vw;
    border-radius: 7px;
    line-height: 1.15;
  }
}
.campaign_detail_ttl {
  color: #D94B27;
  margin-bottom: 6.25vw;
}
@media screen and (min-width: 769px) {
  .campaign_detail_ttl {
    margin-bottom: 2.8645833333vw;
  }
}
.campaign_detail_ttl strong {
  font-size: 15.625vw;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .campaign_detail_ttl strong {
    font-size: 8.6458333333vw;
  }
}
.campaign_detail_ttl span {
  font-size: 8.75vw;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .campaign_detail_ttl span {
    font-size: 5.3125vw;
  }
}
.campaign_detail_ttl small {
  font-size: 6.875vw;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .campaign_detail_ttl small {
    font-size: 2.65625vw;
  }
}
.campaign_detail_list {
  display: flex;
  flex-direction: column;
  padding-bottom: 3.125vw;
}
@media screen and (min-width: 769px) {
  .campaign_detail_list {
    display: grid;
    grid-template-columns: 14.6875vw 1fr;
    align-items: center;
    gap: 2.6041666667vw 2.34375vw;
    border-top: 1.5px solid #333;
    padding: 4.1666666667vw 2.6041666667vw 2.6041666667vw;
  }
}
.campaign_detail_list dt {
  font-size: 3.125vw;
  font-weight: 700;
  border: 1.5px solid #333;
  padding: 1.25vw;
  border-radius: 9.375vw;
  margin-bottom: 1.875vw;
}
@media screen and (min-width: 769px) {
  .campaign_detail_list dt {
    font-size: 1.1458333333vw;
    border-radius: 1.5625vw;
    margin-bottom: 0;
    padding: 0.625vw;
  }
}
.campaign_detail_list dd {
  font-size: 3.75vw;
  font-weight: 700;
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .campaign_detail_list dd {
    font-size: 1.6145833333vw;
    margin-bottom: 0;
    text-align: left;
    letter-spacing: 0.05em;
  }
}
.campaign_detail_list dd small {
  display: block;
  font-size: 2.5vw;
  margin-top: 1.5625vw;
}
@media screen and (min-width: 769px) {
  .campaign_detail_list dd small {
    font-size: 0.9895833333vw;
    margin-top: 0.8em;
  }
}
.campaign_detail_code {
  border-top: 1.5px solid #333;
  padding-top: 6.25vw;
}
@media screen and (min-width: 769px) {
  .campaign_detail_code {
    padding-top: 3.125vw;
  }
}
.campaign_detail_code p {
  color: #D94B27;
  font-weight: 700;
  font-size: 4.375vw;
  margin-bottom: 3.125vw;
}
@media screen and (min-width: 769px) {
  .campaign_detail_code p {
    font-size: 1.9791666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
.campaign_detail_code button {
  -webkit-appearance: none;
  appearance: none;
  background-color: #D94B27;
  color: #fff;
  width: 59.375vw;
  height: 12.5vw;
  border-radius: 1.25vw;
  position: relative;
  border: 1.5px solid #D94B27;
  font-size: 5vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .campaign_detail_code button {
    font-size: 2.2916666667vw;
    width: 27.1875vw;
    height: 5.4166666667vw;
    border-radius: 6px;
  }
}
.campaign_detail_comp {
  color: #d4c018;
  font-weight: 700;
  margin-top: 2.5vw;
  font-size: 3.75vw;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .campaign_detail_comp {
    margin-top: 1.0416666667vw;
    font-size: 1.1458333333vw;
  }
}

.icon_copy path, .icon_copy rect {
  fill: none;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-width: 0.7px;
  transition: 0.3s;
}

.banner {
  margin-inline: 7.8125vw;
  display: grid;
  row-gap: 10.625vw;
  padding-bottom: 15.625vw;
}
@media screen and (min-width: 769px) {
  .banner {
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 0;
    padding-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .banner li {
    width: 35.2083333333vw;
    margin: 0 2.9166666667vw;
  }
}
.banner img {
  width: 100%;
}

footer {
  margin-top: 0;
}

.coupon_block {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
@media (hover) {
  .coupon_block:hover button {
    background-color: #fff;
    color: #D94B27;
  }
  .coupon_block:hover svg path, .coupon_block:hover svg rect {
    stroke: #D94B27;
  }
}
.coupon_block svg {
  position: absolute;
  right: 2.5vw;
  top: 50%;
  margin-top: -1.875vw;
  line-height: 1;
  font-size: 0;
  width: 3.75vw;
  height: 3.75vw;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .coupon_block svg {
    width: 1.3541666667vw;
    height: 1.3541666667vw;
    right: 1.0416666667vw;
    margin-top: -0.6770833333vw;
  }
}/*# sourceMappingURL=keirou.css.map */