html {
  scroll-behavior: smooth;
}
body {
  position: relative;
}
body:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../../img/img-background.webp);
  background-size: cover;
  z-index: -100;
}

a {
  text-decoration: none;
}

main {
  max-width: 768px;
  margin: auto;
  background-color: white;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

img {
  width: 100%;
  display: block;
}

section#float {
  position: fixed;
  right: 30px;
  bottom: 10px;
  z-index: 100;
}

#float a {
  display: block;
  opacity: 0.75;
  transition: 300ms;
}
#float a:hover {
  opacity: 1;
  transform: translate(-10px, -10px);
}

section#cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 7% 4% 7% 5%;
  gap: 20px;
  background-color: white;
}

#cta a {
  display: block;
  transition: 300ms;
}

#cta a:hover {
  opacity: 0.75;
  transform: translate(0px, -10px);
}

img.img-float {
  width: 15vw;
  min-width: 80px;
  max-width: 130px;
  filter: drop-shadow(0px 0px 4px #aaa);
}

ul.feature__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 50px 30px;
}

img.img-caption-pc {
  margin: 0 30px;
  width: calc(100% - 60px);
}

img.img-caption-sp {
  margin: 0 20px;
  width: calc(100% - 40px);
}

.img-4 {
  max-width: 500px;
  margin-left: calc((100% - 500px) / 2);
  margin-right: calc((100% - 500px) / 2);
}

img.pc-img-margin {
  margin: 30px;
  width: calc(100% - 60px);
}
img.sp-img-margin {
  margin: 25px;
  width: calc(100% - 50px);
}

/* swiper */
.swiper-pagination.-swiper1 {
  position: absolute !important;
  text-align: center !important;
}
.swiper-pagination.-swiper1 span.swiper-pagination-bullet {
  width: 14px !important;
  height: 6px !important;
  border-radius: 2px !important;
}
.swiper-pagination.-swiper1 span.swiper-pagination-bullet-active {
  background-color: #41baeb !important;
}
span.swiper-pagination-bullet {
  width: 14px;
  height: 6px;
  /* border-radius: 2px; */
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #41baeb;
}

@media (max-width: 500px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  section#float {
    right: 10px;
    bottom: 10px;
  }
  #float a {
    opacity: 1;
  }

  #float.shifted {
    bottom: 120px;
  }

  ul.feature__container {
    grid-template-columns: 1fr;
    margin: 30px 20px;
  }

  .img-4 {
    max-width: unset;
    margin: initial;
  }

  section#cta {
    grid-template-columns: 1fr;
    padding: 10%;
    gap: 10px;
  }
}

/*form*/
#reservation {
  padding: 60px 0;
}

table.confirm .triangle::after {
  display: none;
}
table tbody tr {
  display: block;
  margin-bottom: 1.667vw;
}
table tbody tr th,
table tbody tr td {
  width: 100%;
  display: block;
  text-align: left;
}
table tbody tr th {
  font-size: 1.1vw;
  font-weight: 500;
  /* margin-bottom: 0.833vw; */
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  table tbody tr {
    margin-bottom: 7vw;
  }
  table tbody tr th {
    font-size: 4.8vw;
    margin-bottom: 3.52vw;
  }
}
table tbody tr td {
  font-weight: 400;
}

label {
  font-size: 1.1vw;
  margin-right: 0.521vw;
}
/* .form-table label:first-child {
    margin-right: 10.988vw;
  } */
@media screen and (max-width: 767px) {
  label {
    font-size: 4.8vw;
    margin-right: 2.667vw;
  }
  /* .form-table label:first-child {
      margin-right: 23.688vw;
    } */
}

/* pc */

input[type="text"] {
  width: 20.969vw;
  height: 3.083vw;
  border-radius: 0.208vw;
  border: #cbcbcb solid 0.052vw;
  padding: 0.469vw 0.521vw;
  font-size: 1vw;
  color: #222222;
  letter-spacing: 0.094vw;
}
input[type="text"] placeholder {
  color: #999999;
}

input[type="radio"] {
  width: 1.042vw;
  height: 1.042vw;
  margin-bottom: 0.677vw;
  vertical-align: -0.156vw;
  font-size: 0.938vw;
  margin-right: 0.26vw;
}

input[type="radio"]:checked {
  accent-color: #c61633;
}

textarea {
  width: 20.969vw;
  height: 7.292vw;
  border-radius: 0.208vw;
  border: #cbcbcb solid 0.052vw;
  padding: 0.469vw 0.521vw;
  font-size: 1vw;
  color: #222222;
}

input[type="submit"] {
  background: #c8102e;
  border-radius: 1.406vw;
  text-align: center;
  color: #ffffff;
  font-size: 1.042vw;
  font-weight: bold;
  max-width: 20vw;
  height: 3.5vw;
  padding: 0.625vw 2.083vw 0.521vw;
  margin: 0 auto 1.042vw;
  border: #c8102e solid 0.052vw;
  display: block;
  width: 20vw;
  letter-spacing: 0.104vw;
}

select {
  width: 21vw;
  height: 3vw;
  border: #cbcbcb solid 0.052vw;
  background: #ffffff;
  border-radius: 0.208vw;
  appearance: none;
  position: relative;
  padding: 0.469vw 0.521vw;
  font-size: 1vw;
  color: #222222;
}
select placeholder {
  color: #cbcbcb;
}

.triangle {
  position: relative;
}
.triangle::after {
  content: "▼";
  position: absolute;
  width: 0.625vw;
  height: 0.521vw;
  font-size: 0.9vw;
  color: #222222;
  top: 0.725vw;
  right: 1.2vw;
  display: block;
}

.att {
  background: #c61633;
  color: #ffffff;
  font-size: 0.9vw;
  width: 2.708vw;
  height: 1.042vw;
  border-radius: 0.208vw;
  font-weight: 400;
  padding: 0px 0.625vw;
  margin-left: 0.677vw;
}

.att2 {
  background: #cbcbcb;
  color: #ffffff;
  font-size: 0.9vw;
  width: 2.708vw;
  height: 1.042vw;
  border-radius: 0.208vw;
  font-weight: 400;
  padding: 0px 0.625vw;
  margin-left: 0.677vw;
}

.top_btn {
  max-width: 20vw;
  height: 3.5vw;
  border: #c8102e solid 0.104vw;
  font-size: 1.042vw;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 3.385vw;
  padding: 0.417vw 4.948vw 0.521vw 6.2vw;
  border-radius: 1.406vw;
  color: #c8102e;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.textCenter {
  text-align: center;
}

.b_link {
  color: #0071bc;
  font-size: 1.1vw;
}

.b_link2 {
  color: #0071bc;
  font-size: 0.729vw;
  text-decoration: underline;
  margin-bottom: 0.938vw;
}

.privacy_policy {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.privacy_policy .privacycol {
  margin-bottom: 0.938vw;
}
.privacy_policy .privacycol2 {
  margin-bottom: 3.906vw;
}
.privacy_policy .privacycol2 input[type="checkbox"] {
  transform: scale(1.4);
  border: #959595 solid 0.052vw;
  margin-right: 0.521vw;
}
.privacycol2 label {
  margin-right: 0;
}
input[type="checkbox"]:checked {
  accent-color: #c8102e;
}

.form-table {
  margin: 0 auto;
}
.privacycol2 .att,
.privacycol2 .att2 {
  padding-bottom: 0.078vw;
}

@media screen and (max-width: 767px) {
  .footer {
    height: 34vw;
  }
  input[type="submit"] {
    border-radius: 7.2vw;
    font-size: 5.333vw;
    max-width: 92vw;
    height: 14.133vw;
    padding: 3.2vw 10.667vw 2.667vw;
    margin: 0 auto 5.333vw;
    border: #c8102e solid 0.267vw;
    width: 92vw;
    letter-spacing: 0.533vw;
  }

  select {
    width: 90.969vw;
    height: 10.083vw;
    font-size: 4.267vw;
    border-radius: 1.208vw;
    padding: 1.469vw 2.521vw;
  }
  textarea {
    width: 91vw;
    height: 42.667vw;
    font-size: 4.267vw;
    border-radius: 1.208vw;
    padding: 2.2vw 2.521vw;
  }
  input[type="text"] {
    width: 91vw;
    height: 10vw;
    border: #000 solid 0.267vw;
    padding: 2.4vw 2.667vw;
    font-size: 4.267vw;
    border-radius: 1.208vw;
  }
  input[type="radio"] {
    width: 5.333vw;
    height: 5.333vw;
    margin-bottom: 3.467vw;
    vertical-align: -0.8vw;
    font-size: 4.8vw;
    margin-right: 1.333vw;
  }

  .triangle {
    position: relative;
  }
  .triangle::after {
    content: "▼";
    position: absolute;
    width: 3.2vw;
    height: 2.667vw;
    font-size: 3.2vw;
    color: #222222;
    top: 3.2vw;
    right: 4vw;
    display: block;
  }

  .att {
    background: #ed1c24;
    color: #ffffff;
    font-size: 3.8vw;
    border-radius: 1.067vw;
    font-weight: 400;
    padding: 0;
    margin-left: 3.7vw;
    display: inline-flex;
    width: 9.499vw;
    height: 5.765vw;
    align-items: end;
    justify-content: center;
  }

  .att2 {
    background: #cbcbcb;
    color: #ffffff;
    font-size: 3.8vw;
    border-radius: 1.067vw;
    font-weight: 400;
    padding: 0;
    margin-left: 3.7vw;
    display: inline-flex;
    width: 9.499vw;
    height: 5.765vw;
    align-items: end;
    justify-content: center;
  }
  .privacycol2 .att,
  .privacycol2 .att2 {
    align-items: center;
  }
  .top_btn {
    max-width: 92vw;
    height: 14.133vw;
    border: #c8102e solid 0.533vw;
    font-size: 5.333vw;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 17.333vw;
    padding: 2.133vw 25.333vw 2.667vw;
    border-radius: 7.2vw;
    color: #c8102e;
    display: flex;
    align-items: center;
  }

  .b_link {
    color: #0071bc;
    font-size: 4.7vw;
    margin-bottom: 4.8vw;
  }

  .b_link2 {
    color: #0071bc;
    font-size: 3.733vw;
    margin-bottom: 4.8vw;
  }

  .privacy_policy {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .privacy_policy .privacycol {
    margin-bottom: 7.467vw;
  }
  .privacy_policy .privacycol2 {
    margin-bottom: 13.333vw;
  }
  .privacy_policy .privacycol2 input[type="checkbox"] {
    transform: scale(1.4);
    border: #959595 solid 0.267vw;
    width: 3.467vw;
    height: 3.467vw;
    margin-right: 2.667vw;
  }

  input[type="checkbox"]:checked {
    accent-color: #c8102e;
  }

  #reservation {
    max-width: 100%;
  }

  .form-table {
    margin: 0 auto;
  }
}

body.d_flex,
body.d_flexh {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0;
}
body.d_flexh {
  height: 100vh;
}
body.d_flex #reservation,
body.d_flexh #reservation {
  padding: 0;
}
body.d_flex::before,
body.d_flexh::before {
  background: #fff;
}

/* form 2024/01/11 */
#reservation .sub_container {
  margin-top: 2.5px;
}
#reservation {
  margin: 0 auto;
  display: block;
  width: 100%;
  /* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2); */
  margin-top: -25px;
  background: #ffffff;
}

.sub_container {
  max-width: 20.313vw;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.781vw;
  padding-right: 0.781vw;
  transition: ease-in 0.1s;
  background: #ffffff;
}

#reservation .sub_container h2 {
  margin: 1.042vw;
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.25vw;
}
#reservation .sub_container p {
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  /*#reservation {
    margin-top: 13.333vw;
  }*/
  #reservation .sub_container {
    margin-top: 13.333vw;
  }
  .sub_container {
    max-width: 100%;
    /* padding: 0 4vw; */
  }
  .sub_container.-pl0 {
    padding-left: 0;
  }
  #reservation .sub_container h2 {
    margin: 5.333vw;
    line-height: 1.6;
    font-weight: 700;
    font-size: 5.6vw;
  }
  #reservation .sub_container p {
    font-weight: 500;
    line-height: 1.6;
    font-size: 3.733vw;
  }
}

#reservation img {
  width: 100%;
}

#reservation .reservation_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.375vw;
  font-size: 2.604vw;
  letter-spacing: 0.573vw;
  font-weight: 700;
  background-color: #41baeb;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #reservation .reservation_ttl {
    height: 24vw;
    font-size: 6.933vw;
    letter-spacing: 1.2vw;
  }
}

.footer2 {
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  width: 70vw;
  height: 3.281vw;
  background-color: #efefef;
}

/*追加*/
#ShopInformation {
  position: relative;
  overflow: hidden;
}
.shopinformation_wrapper {
  /*max-width: 70vw;*/
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .shopinformation_wrapper {
    max-width: 100%;
  }
}

.shop_detail {
  margin: 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .shop_detail {
    margin-top: 3.4vw;
    margin-bottom: 11.533vw;
  }
}
.shop_detail_inner {
  position: relative;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .shop_detail_inner {
    max-width: 100vw;
    height: 156.5vw;
    margin-bottom: 20.333vw;
  }
}
.shop_ttl {
  max-width: 100vw;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1.402vw;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.193vw;
  /* margin-left: 9.703vw; */
}
@media screen and (max-width: 767px) {
  .shop_ttl {
    font-size: 5.333vw;
    margin-left: auto;
    max-width: 96vw;
  }
}
.shop_detail_info {
  position: absolute;
  left: 59%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  letter-spacing: 0.096vw;
  font-weight: 500;
}
.ev-staff {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .shop_detail_info {
    position: unset;
    max-width: 80vw;
    font-size: 3.733vw;
    letter-spacing: 0.8vw;
    margin: 5.333vw 0 5.333vw 13.52vw;
    gap: 3vw;
  }
  .ev-staff {
    display: inline;
  }
  .shop_detail_inner.-reverse .shop_detail_info {
    position: unset;
    max-width: 80vw;
    font-size: 3.733vw;
    letter-spacing: 0.8vw;
    margin: 5.333vw 0 5.333vw 8vw;
    gap: 4.8vw;
  }
  .shop_detail_inner .-reverse .shop_detail_info {
    position: unset;
    max-width: 80vw;
    font-size: 3.733vw;
    letter-spacing: 0.8vw;
    margin: 5.333vw 0 5.333vw 8vw;
    gap: 4.8vw;
  }
}
.shop_detail_info a {
  color: #000;
}
.shop_detail_inner.-reverse {
  right: -5.88vw;
}
.shop_detail_inner.-reverse .shop_ttl {
  margin-left: -11.5vw;
  margin-top: 0.781vw;
}
@media screen and (max-width: 767px) {
  .shop_detail_inner.-reverse {
    right: -2.8vw;
  }
  .shop_detail_inner.-reverse .shop_ttl {
    margin-left: 0;
    margin-top: 0.781vw;
  }
  .shop_detail_inner.-reverse .shop_ttl.sp_top-margin {
    margin-top: 30.781vw;
  }
}
.shop_detail_inner.-reverse .shop_detail_info {
  margin-top: 0.781vw;
  left: 2.422vw;
}
@media screen and (max-width: 767px) {
  .shop_detail_inner.-reverse .shop_detail_info {
    margin-top: 5.333vw;
    left: 2.422vw;
  }
}

.location_img .img-fluid.pc-only {
  margin-top: 0;
  width: 40.282vw;
}

.location_map .img-fluid.pc-only {
  width: 400px;
}

.shop_detail_inner.-reverse .shop_detail_location {
  position: absolute;
  top: 3.344vw;
  right: 0;
}
.shop_detail_inner.-reverse .shop_detail_location .location_map {
  left: -28.22vw;
  bottom: -18vw;
}
@media screen and (max-width: 767px) {
  .shop_detail_inner.-reverse .shop_detail_location {
    top: 44.844vw;
    margin-left: -3.667vw;
  }
  .shop_detail_inner.-reverse .shop_detail_location .location_map {
    left: -11.642vw;
    bottom: -60.927vw;
  }
  .shop_detail_inner.-reverse:last-child .shop_detail_location {
    margin-left: -1.667vw;
  }
}
.shop_detail_location {
  margin-left: 30px;
  width: 375px;
}
.shop_detail_location img {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .shop_detail_location {
    width: 93.333vw;
    height: 58.667vw;
    margin-left: -3.667vw;
  }
  .shop_detail_location img {
    width: 93.333vw;
    height: 58.667vw;
  }
}

/* ▼ please check ▼ */
.swiper-pagination-bullet {
  width: 1.163vw !important;
  height: 1.163vw !important;
  background: #be1a21 !important;
}
.swiper-pagination {
  position: relative !important;
  margin-top: 1.25vw !important;
  /* margin-left: 3.125vw !important; */
  text-align: left !important;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 0.375vw !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0.625vw !important;
}
@media screen and (max-width: 767px) {
  .swiper-wrapper {
    padding-top: 8.76vw;
  }
  .swiper-pagination-bullet {
    width: 2.995vw !important;
    height: 2.995vw !important;
  }
  .swiper-pagination {
    position: absolute !important;
    text-align: center !important;
    top: 0 !important;
    left: 18px !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 1.573vw !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    height: 3.2vw !important;
  }
}

.shop_detail_inner.-reverse .swiper-pagination {
  margin-left: -6.083vw !important;
  text-align: right !important;
}
.location_map {
  position: absolute;
  bottom: -50px;
  right: 30px;
}
.location_map.otsuka {
  bottom: -10px;
}
.location_map.adj {
  bottom: -4.283vw;
  right: -0.034vw;
}
@media screen and (min-width: 767px) {
  .mt100 {
    margin-top: 7.813vw;
  }
}
@media screen and (max-width: 767px) {
  .shop_detail_inner.-reverse .swiper-pagination {
    margin-left: -8.117vw !important;
    text-align: center !important;
  }
  .location_map {
    bottom: -12.033vw;
    right: 0;
  }
  .location_map.adj {
    bottom: -19.283vw;
    right: -0.034vw;
  }
}
.share_info {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 1.406vw;
  font-size: 1.667vw;
  text-align: center;
  line-height: 1.4;
}
.store_info_social {
  max-width: 18.708vw;
  display: flex;
  justify-content: space-between;
  /* height: 6.172vw; */
  margin-top: 1.823vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .share_info {
    font-size: 6.4vw;
    margin-top: 0;
    margin-bottom: 5.083vw;
  }

  .store_info_social {
    max-width: 66.667vw;
  }
}
.store_info_social img {
  width: 4vw;
  height: 4vw;
}
@media screen and (max-width: 767px) {
  .store_info_social img {
    width: 16vw;
    height: 16vw;
  }
}

.cta img {
  width: 100%;
}

.honda_chuo {
  position: relative;
  z-index: 1;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  padding: 0.469vw 0.779vw 0 1.313vw;
  max-width: 26.194vw;
}
.honda_chuo::before {
  content: "";
  position: absolute;
  background-image: url(../img/storeinfo/honda_chuo.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45.157vw;
  height: 21.205vw;
  margin-top: -8.39vw;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .honda_chuo {
    font-size: 3.2vw;
    max-width: 66.967vw;
    padding: 1.333vw 0 0 2.667vw;
  }
  .honda_chuo::before {
    width: 116.267vw;
    height: 54.667vw;
    top: -14.333vw;
  }
}
.-red {
  color: #ff0000;
}
.b {
  font-weight: 700;
}

.shop_location,
.shop_staff,
.shop_contact,
.shop_time {
  position: relative;
}
.shop_location a::before,
.shop_staff::before,
.shop_contact a::before,
.shop_time::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.shop_location a::before {
  background-image: url(../../img/location/pin.png);
  width: 20px;
  height: 20px;
  left: -23px;
  top: 3px;
}
.shop_staff::before {
  background-image: url(../../img/location/staff.png);
  width: 20px;
  height: 25px;
  left: -27px;
  top: 3px;
}
.shop_contact a::before {
  background-image: url(../../img/location/tel.png);
  width: 17px;
  height: 17px;
  left: -24px;
  top: 5px;
}
.shop_time::before {
  background-image: url(../../img/location/time.png);
  width: 20px;
  height: 20px;
  left: -26px;
  top: 3px;
}

.shop_caution {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.609vw;
  margin-top: 20px;
}
.shop_caution img {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .shop_caution {
    gap: 1.573vw;
    justify-content: center;
  }
  .shop_caution img {
    width: 25.955vw;
    height: 6.147vw;
  }
}

#campaign {
  margin-top: 30px;
}
#campaign img {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #campaign img {
    width: 90%;
  }
}

/*sticky banner*/
.fixedsp {
  opacity: 1 !important;
  transition: opacity 0.3s ease;
}
.campaign_banner {
  position: fixed;
  z-index: 99998;
  bottom: 15px;
  left: 10px;
}
.campaign_banner.pc {
  /*width: 250px;*/
  bottom: 15px;
  left: 8px;
}
.campaign_banner.sp {
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
}

.banner-close {
  font-weight: bold;
  font-size: 15px;
  padding: 0 4px;
  position: absolute;
  top: -2px;
  right: 10px;
  z-index: 99999;
  border: none;
  color: #000 !important;
  background-color: #fff;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.4);
}
.campaign_banner.sp .banner-close {
  font-weight: bold;
  font-size: 10px;
  padding: 2px 5px 4px;
  top: 6px;
  right: 6px;
  box-shadow: none;
}

.campaign_banner a {
  position: relative;
  display: block;
  height: 140px;
  text-align: center;
}
.campaign_banner.sp a {
  height: 110px;
  text-align: center;
}

.campaign_back {
  position: absolute;
  top: -7px;
  left: 2px;
  width: 99%;
  height: 110%;
  background-color: #000;
  z-index: 1;
  opacity: 45%;
  border-radius: 5px;
}
.campaign_banner.sp .campaign_back {
  top: 0;
  left: -20%;
  height: 100%;
  border-radius: 0%;
  width: 200%;
}

.campaign_banner a img {
  position: relative;
  z-index: 2;
  width: 94%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.campaign_banner.sp a img {
  width: 96.5%;
  height: 100%;
  margin: 0 auto;
}
