@charset "UTF-8";
html {
  font-size: 1.3333333333vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #f5ebcd;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴシック", sans-serif;
  font-size: 16px;
  color: #333333;
  overflow-x: hidden;
}

*.sp-only {
  display: block;
}
@media screen and (min-width: 891px) {
  *.sp-only {
    display: none;
  }
}

*.pc-only {
  display: none;
}
@media screen and (min-width: 891px) {
  *.pc-only {
    display: block;
  }
}

html {
  font-size: 10px !important;
}
@media screen and (max-width: 890px) {
  html {
    font-size: 1.3333333333vw !important;
  }
}

.campaign {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 890px) {
  .campaign {
    margin-top: -4rem;
  }
}

.dcoupon {
  width: 20.8rem;
  height: auto;
  position: absolute;
  bottom: 0;
  left: -21rem;
}
@media screen and (max-width: 890px) {
  .dcoupon {
    width: 24.8rem;
    bottom: 8rem;
    left: -11rem;
  }
}

.mv {
  padding-top: 12rem;
  padding-bottom: 5.7rem;
  background-image: url(/assets/img/common/bg3.png);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1600px) {
  .mv {
    background-size: contain;
  }
}
@media screen and (max-width: 890px) {
  .mv {
    padding-top: 19rem;
    padding-bottom: 6rem;
  }
}
.mv__container {
  max-width: 48rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 890px) {
  .mv__container {
    max-width: 58rem;
  }
}
.mv__title {
  width: 100%;
}
.mv__text-area {
  position: relative;
  margin-top: 3.5rem;
}
.mv__text-area figure {
  position: absolute;
  bottom: -0.9rem;
  right: -15rem;
  max-width: 17.7rem;
}
@media screen and (max-width: 890px) {
  .mv__text-area figure {
    max-width: 22rem;
    position: absolute;
    bottom: -3.3rem;
    right: -12rem;
  }
}
.mv__text {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 890px) {
  .mv__text {
    font-size: 2rem;
  }
}

.search-form-wrap {
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 8rem;
}
.search-form-wrap::before {
  content: "";
  position: absolute;
  top: -2vw;
  left: 0;
  background-image: url(/assets/img/common/brawn-line.png);
  background-size: cover;
  width: 100%;
  aspect-ratio: 2400/66;
}

.intro-text {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 890px) {
  .intro-text p {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.intro-text a {
  position: relative;
  display: inline-block;
  padding-right: 3rem;
  margin-top: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 890px) {
  .intro-text a {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.intro-text a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 1.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/assets/img/search/black-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.search-container {
  position: relative;
  max-width: 88rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 890px) {
  .search-container {
    padding: 0 4rem;
  }
}
.search-container .return-btn {
  opacity: 0;
  display: block;
  position: fixed;
  bottom: 10rem;
  right: 10rem;
  width: 9.7rem;
  z-index: 10;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.search-container .return-btn.is-fixed {
  opacity: 1;
}
@media screen and (max-width: 890px) {
  .search-container .return-btn {
    width: 12rem;
    bottom: 2rem;
    right: 2rem;
  }
}

.form {
  margin-top: 6rem;
}
@media screen and (max-width: 890px) {
  .form {
    margin-top: 52.7rem;
  }
}
.form__block + .form__block {
  margin-top: 5rem;
}
@media screen and (max-width: 890px) {
  .form__block + .form__block {
    margin-top: 6rem;
  }
}
.form__wrap {
  margin-top: 2rem;
  border-top: 1px solid #0050b4;
  border-bottom: 1px solid #0050b4;
  background-color: #fff;
}
.form__container {
  padding: 3rem 1.9rem 3rem 0;
}
@media screen and (max-width: 890px) {
  .form__container {
    padding: 3rem 5rem 4rem;
  }
}
.form__container + .form__container {
  border-top: 1px dashed #0050b4;
}
.form__inner {
  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;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 890px) {
  .form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form__inner--alt {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding-left: 2.8rem;
}
@media screen and (max-width: 890px) {
  .form__inner--alt {
    padding-left: 0;
  }
}
.form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #0050b4;
}
@media screen and (max-width: 890px) {
  .form__title {
    font-size: 2.3rem;
  }
}
.form__title span {
  display: block;
  margin-right: 1rem;
  padding: 0.2rem 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  background-color: #0050b4;
  color: #fff;
}
@media screen and (max-width: 890px) {
  .form__title span {
    font-size: 2rem;
  }
}
.form .point-text {
  max-width: 19.5rem;
  width: 100%;
}
@media screen and (max-width: 890px) {
  .form .point-text {
    max-width: 24.4rem;
  }
}
.form .point-text--alt {
  max-width: 13rem;
  font-size: 2rem;
  font-weight: 600;
  color: #0050b4;
}
@media screen and (max-width: 890px) {
  .form .point-text--alt {
    max-width: 100%;
    font-size: 2.5rem;
    text-align: center;
  }
}

.form-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 890px) {
  .form-last {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-last .form__title {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.form-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  max-width: 26rem;
  width: 100%;
  aspect-ratio: 260/53;
  background-image: url(/assets/img/search/search-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 890px) {
  .form-btn {
    position: unset;
    -webkit-transform: translate(0);
            transform: translate(0);
    max-width: 36.4rem;
    aspect-ratio: 364/74;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 891px) {
  .form-btn:hover {
    background-image: url(/assets/img/search/search-btn-hoverd.png);
  }
}

.town-lists {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
  max-width: 58rem;
}
@media screen and (max-width: 890px) {
  .town-lists {
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    margin-top: 4rem;
  }
}
.town-lists__item {
  min-width: 8rem;
  aspect-ratio: 80/52;
  background-image: url(/assets/img/common/gray-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 890px) {
  .town-lists__item {
    min-width: 11.2rem;
    aspect-ratio: 112/72;
  }
}
.town-lists__item.is-active {
  background-image: url(/assets/img/common/gray-btn-actived.png);
}
.town-lists__item.is-active button {
  color: #fff;
}
.town-lists__item button {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #0050b4;
}
@media screen and (max-width: 890px) {
  .town-lists__item button {
    font-size: 2.2rem;
  }
}

.search-terms {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 890px) {
  .search-terms {
    width: 100%;
    margin-top: 4rem;
  }
}
.search-terms__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media screen and (max-width: 890px) {
  .search-terms__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5rem;
  }
}
.search-terms__list--alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media screen and (max-width: 890px) {
  .search-terms__list--alt {
    display: grid;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.search-terms__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-terms label {
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 890px) {
  .search-terms label {
    font-size: 2.5rem;
  }
}
.search-terms input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  margin-right: 1.4rem;
}
@media screen and (max-width: 890px) {
  .search-terms input[type=checkbox] {
    width: 3rem;
    height: 3rem;
  }
}
.search-terms__category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-field {
  padding: 0.5rem 0 0.5rem 1.3rem;
  border: 1px solid #333333;
  line-height: 1.75;
}
@media screen and (max-width: 890px) {
  .text-field {
    width: 100%;
    font-size: 2rem;
  }
}

label[for=docomo] {
  display: block;
  width: 75px;
  aspect-ratio: 102/41;
  background-image: url(/assets/img/common/dpay.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 890px) {
  label[for=docomo] {
    width: 10rem;
    aspect-ratio: 100/40;
  }
}

label[for=paypay] {
  display: block;
  width: 120px;
  aspect-ratio: 120/30;
  background-image: url(/assets/img/common/paypay.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 890px) {
  label[for=paypay] {
    width: 15.9rem;
    aspect-ratio: 159/40;
  }
}

label[for=rakuten] {
  display: block;
  width: 80px;
  aspect-ratio: 80/30;
  background-image: url(/assets/img/search/rpay-logo.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 890px) {
  label[for=rakuten] {
    width: 10.6rem;
    aspect-ratio: 106/40;
  }
}

label[for=au] {
  display: block;
  width: 123px;
  height: 23px;
  background-image: url(/assets/img/common/aupay.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 890px) {
  label[for=au] {
    width: 17.2rem;
    height: 3.2rem;
  }
}

.search-result-wrap {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 14.5rem;
  background-color: #fff;
}
.search-result-wrap::before {
  content: "";
  position: absolute;
  top: -2vw;
  left: 0;
  width: 100%;
  aspect-ratio: 2400/79;
  background-image: url(/assets/img/common/white-line.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
}
@media screen and (max-width: 890px) {
  .search-result-wrap::before {
    top: -0.6%;
  }
}

.search-result-intro {
  margin-top: 3.5rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #E61D37;
}
@media screen and (max-width: 890px) {
  .search-result-intro {
    font-size: 2rem;
  }
}

.search-result {
  margin-top: 7.5rem;
}
.search-result .result-num {
  margin-bottom: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 890px) {
  .search-result .result-num {
    font-size: 2.5rem;
  }
}
.search-result .result-num span {
  font-size: 3rem;
}
@media screen and (max-width: 890px) {
  .search-result .result-num span {
    font-size: 3.8rem;
  }
}
.search-result__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.2rem 0;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 890px) {
  .search-result__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.search-result__item:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}
.search-result__tag {
  display: grid;
  place-items: center;
  max-width: 11rem;
  width: 100%;
  min-height: 4.6rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  background-color: #f5ebcd;
  color: #333333;
  text-align: center;
  line-height: 1.3333333333;
}
@media screen and (max-width: 890px) {
  .search-result__tag {
    max-width: 29rem;
    min-height: 4rem;
    font-size: 2rem;
  }
}
.search-result__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-right: 7.5rem;
}
@media screen and (max-width: 890px) {
  .search-result__texts {
    display: block;
    margin-right: 0;
  }
}
.search-result__texts.att {
  margin-right: 0;
  display: block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 890px) {
  .search-result__texts.att {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 890px) {
  .search-result__texts.att .search-result__text {
    margin-top: 0;
  }
}
@media screen and (max-width: 890px) {
  .search-result__text {
    margin-top: 1.8rem;
  }
}
.search-result__text .name {
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 890px) {
  .search-result__text .name {
    font-size: 2.2rem;
  }
}
.search-result__text .text {
  margin-top: 1rem;
  line-height: 1.5714285714;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 890px) {
  .search-result__text .text {
    line-height: 1.75;
    font-size: 2rem;
  }
}
.search-result__pays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  max-width: 17rem;
  width: 100%;
}
.search-result__pay {
  max-width: 5rem;
  width: 100%;
  aspect-ratio: 50/50;
}
.search-result__pagination {
  width: calc(100% - (100% - 36.4rem));
  margin: 5.5rem auto 0;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .search-result__pagination {
    width: calc(100% - (100% - 52.2rem));
  }
}
.search-result__pagination .pagination-result {
  margin-bottom: 3.5rem;
}

.dashed-title {
  display: inline-block;
  padding: 0.7rem 7rem;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px dashed #0050b4;
  border-radius: 1000px;
  color: #0050b4;
}
@media screen and (max-width: 890px) {
  .dashed-title {
    font-size: 2.4rem;
  }
}

.dashed-title-wrap {
  text-align: center;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.6rem;
     -moz-column-gap: 2.6rem;
          column-gap: 2.6rem;
  margin: 0 auto;
}
.pagination .num-box {
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 3rem;
  min-height: 3rem;
  height: 100%;
  border: 2px solid #333333;
  font-size: 1.6rem;
  color: #333333;
}
@media screen and (max-width: 890px) {
  .pagination .num-box {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 2.2rem;
  }
}
.pagination .num-box.is-active {
  background-color: #0050b4;
  border-color: #0050b4;
  color: #fff;
}
.pagination .arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  cursor: pointer;
}
@media screen and (max-width: 890px) {
  .pagination .arrow {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.pagination .arrow--prev {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pagination .arrow--next {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.pagination .arrow.disactive {
  pointer-events: none;
  border-top-color: #e6e6e6;
  border-left-color: #e6e6e6;
}
.pagination .point-leader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.57rem;
     -moz-column-gap: 0.57rem;
          column-gap: 0.57rem;
  max-width: 3rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pagination .point-leader span {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #333333;
}
.pagination__num-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.28rem;
     -moz-column-gap: 1.28rem;
          column-gap: 1.28rem;
  width: 100%;
}
@media screen and (max-width: 890px) {
  .pagination__num-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1.8rem;
       -moz-column-gap: 1.8rem;
            column-gap: 1.8rem;
  }
}

.search-lead {
  margin: 0 auto;
  width: 500px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 890px) {
  .search-lead {
    width: 100%;
    font-size: 2rem;
  }
}
.search-lead p {
  margin-bottom: 30px;
  line-height: 32px;
}
@media screen and (max-width: 890px) {
  .search-lead p {
    margin-bottom: 4.5rem;
    line-height: 4rem;
  }
}
.search-lead a {
  font-weight: bold;
}
.search-lead--att {
  font-size: 16px;
  color: #ff0000;
}
@media screen and (max-width: 890px) {
  .search-lead--att {
    font-size: 2rem;
  }
}

.shop {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .shop {
    margin-bottom: 17rem;
    font-size: 2rem;
  }
}
.shop__ttl > img {
  margin: 0 auto;
  width: 480px;
  height: auto;
  display: block;
}
@media screen and (max-width: 890px) {
  .shop__ttl > img {
    width: 57.6rem;
  }
}
.shop__txt {
  margin-top: 25px;
  line-height: 32px;
}
@media screen and (max-width: 890px) {
  .shop__txt {
    margin-top: 3.5rem;
    font-size: 2rem;
    line-height: 4rem;
  }
}
.shop__about {
  margin-top: 70px;
}
@media screen and (max-width: 890px) {
  .shop__about {
    margin-top: 7rem;
  }
}
.shop__about--ttl > h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
@media screen and (max-width: 890px) {
  .shop__about--ttl > h3 {
    margin-bottom: 1rem;
    font-size: 2.6rem;
  }
}
.shop__colum {
  margin: 25px auto 0;
  display: grid;
  gap: 25px;
}
@media screen and (max-width: 890px) {
  .shop__colum {
    margin: 3.5rem auto 0;
    gap: 4rem;
  }
}
.shop__colum.colum01 {
  width: 838px;
  grid-template-columns: repeat(4, 190px);
}
@media screen and (max-width: 890px) {
  .shop__colum.colum01 {
    width: 59.4rem;
    grid-template-columns: repeat(2, 26.6rem);
  }
}
.shop__colum.colum02 {
  width: 622px;
  grid-template-columns: repeat(3, 190px);
}
@media screen and (max-width: 890px) {
  .shop__colum.colum02 {
    width: 59.4rem;
    grid-template-columns: repeat(2, 26.6rem);
  }
}
.shop .hov {
  width: 190px;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 890px) {
  .shop .hov {
    width: 26.6rem;
    height: 7rem;
  }
}
.shop .hov.hov01 {
  background-image: url(../img/about/btn1.png);
}
.shop .hov.hov01:hover {
  background-image: url(../img/about/btn1_h.png);
}
.shop .hov.hov02 {
  background-image: url(../img/about/btn2.png);
}
.shop .hov.hov02:hover {
  background-image: url(../img/about/btn2_h.png);
}
.shop .hov.hov03 {
  background-image: url(../img/about/btn3.png);
}
.shop .hov.hov03:hover {
  background-image: url(../img/about/btn3_h.png);
}
.shop .hov.hov04 {
  background-image: url(../img/about/btn4.png);
}
.shop .hov.hov04:hover {
  background-image: url(../img/about/btn4_h.png);
}
.shop .hov.hov05 {
  background-image: url(../img/about/btn5.png);
}
.shop .hov.hov05:hover {
  background-image: url(../img/about/btn5_h.png);
}
.shop .hov.hov06 {
  background-image: url(../img/about/btn6.png);
}
.shop .hov.hov06:hover {
  background-image: url(../img/about/btn6_h.png);
}
.shop .hov.hov07 {
  background-image: url(../img/about/btn7.png);
}
.shop .hov.hov07:hover {
  background-image: url(../img/about/btn7_h.png);
}
.shop .hov.hov08 {
  background-image: url(../img/about/btn8.png);
}
.shop .hov.hov08:hover {
  background-image: url(../img/about/btn8_h.png);
}
.shop .hov.hov09 {
  background-image: url(../img/about/btn9.png);
}
.shop .hov.hov09:hover {
  background-image: url(../img/about/btn9_h.png);
}
.shop .hov.hov10 {
  background-image: url(../img/about/btn10.png);
}
.shop .hov.hov10:hover {
  background-image: url(../img/about/btn10_h.png);
}
.shop .hov.hov11 {
  background-image: url(../img/about/btn11.png);
}
.shop .hov.hov11:hover {
  background-image: url(../img/about/btn11_h.png);
}
.shop .hov.hov12 {
  background-image: url(../img/about/btn12.png);
}
.shop .hov.hov12:hover {
  background-image: url(../img/about/btn12_h.png);
}
.shop .hov.hov13 {
  background-image: url(../img/about/btn13.png);
}
.shop .hov.hov13:hover {
  background-image: url(../img/about/btn13_h.png);
}
.shop .hov.hov14 {
  background-image: url(../img/about/btn14.png);
}
.shop .hov.hov14:hover {
  background-image: url(../img/about/btn14_h.png);
}
.shop .hov.hov15 {
  background-image: url(../img/about/btn15.png);
}
.shop .hov.hov15:hover {
  background-image: url(../img/about/btn15_h.png);
}

.illust11 {
  position: absolute;
  top: 0px;
  left: -600px;
}

.illust12 {
  position: absolute;
  top: 0px;
  right: -460px;
}

.illust13 {
  position: absolute;
  top: -80px;
  right: -252px;
  width: 264px;
  cursor: pointer;
}
@media screen and (max-width: 890px) {
  .illust13 {
    width: 51rem;
    top: 102%;
    right: 3%;
  }
}

/*add 202301*/
.close202312 {
  margin: 0 auto;
  max-width: 630px;
  position: relative;
}

.close202312 div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 0px);
  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;
}

.close202312 div p {
  position: relative;
  font-size: min(2vw, 17px);
  line-height: 1.65;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ff0000;
}

@media screen and (max-width: 890px) {
  .close202312 {
    margin: 0 auto;
    max-width: 80.4vw;
    position: relative;
    left: 0;
  }
  .close202312 div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 0px);
    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;
  }
  .close202312 div p {
    position: relative;
    font-size: 2.8vw;
    line-height: 1.65;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
    color: #ff0000;
  }
}
/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 480px;
}
@media screen and (max-width: 890px) {
  .modalWrapper {
    width: 80%;
  }
}

.closeModal {
  position: absolute;
  top: -5rem;
  right: -3rem;
  cursor: pointer;
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 890px) {
  .closeModal {
    top: -7rem;
    right: -5rem;
    font-size: 30px;
  }
}