@charset "UTF-8";
@import url("root.css");

* {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
}

/*-----*RESET CSS*-----*/
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  color: var(--text-color);
  background: var(--body-bg-color);
  font-family: var(--base-font-family);
  font-size: var(--base-font-size);
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
  height: auto;
  overflow: hidden;
  pointer-events: none;
  position: relative;
}
body * {
  pointer-events: auto;
}
p,
dt,
dd,
li,
th,
td,
strong,
h4,
h5,
h6,
i,
em,
aside,
article,
header,
footer,
address,
b,
div {
  font-size: 1.8rem;
}
small {
  font-size: 1.4rem;
}
a {
  transition: 0.2s;
}
a:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*-----*BASE CSS*-----*/
.container {
  width: var(--container-width);
  margin: auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 599.98px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/******************************************
HEADER
***************************************/
header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  margin: 0px auto 0;
  padding: 0px 0 0px;
  height: 80px;
  background-color: #fff;
  box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.15);
}
header .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 98%;
  height: 80px;
  margin: 0rem auto 0rem;
  text-align: left;
}
header .inner article {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 90%;
}
header .inner article h1 {
  display: flex;
  align-items: center;
}
header .inner article h1::before {
  display: inline-block;
  content: "";
  background-image: url("../img/ebidai.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 84px;
  height: auto;
  aspect-ratio: 84/70;
  object-fit: cover;
  margin-right: 2%;
}
header .inner article h1 a {
  color: inherit;
  text-align: left;
}
header .inner article h1 span {
  font-size: calc(14px + 2 * (100vw - 320px) / 880);
  font-weight: 500;
  color: var(--base-color01);
}
header .inner article h1 strong {
  display: flex;
  align-items: center;
  font-size: calc(20px + 16 * (100vw - 320px) / 880);
  font-weight: 700;
  white-space: nowrap;
  line-height: 100%;
}
header .inner article h1 strong img {
  display: inline-block;
  width: 100%;
  max-width: 192px;
  height: auto;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  header .inner article h1 span {
    display: none;
  }
  header .inner article h1 strong {
    flex-direction: column;
    align-items: flex-start;
  }
  header .inner article h1 strong img {
    display: block;
    max-width: 100px;
    height: auto;
  }
}
header .inner article:nth-child(2) {
  display: none;
  justify-content: flex-end;
}
@media only screen and (min-width: 1200px) {
  header .inner article h1 span {
    font-size: 1.6rem;
  }
  header .inner article h1 strong {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1025px) {
  header {
    height: auto;
    position: static !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.45);
  }
  header .inner {
    height: auto;
  }
  header .inner article:nth-child(2) {
    display: flex !important;
  }
  header .inner article {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  header .inner article:nth-child(1) {
    width: 70%;
  }
  header .inner article:nth-child(2) {
    width: 30%;
    padding-right: 0%;
  }
}
@media only screen and (max-width: 599px) {
  header {
    height: 60px;
  }
  header .inner {
    height: 60px;
  }
  header .inner article h1 {
    width: 84%;
    min-width: auto;
  }
  header .inner article h1::before {
    width: 74px;
    min-width: 54px;
    aspect-ratio: 74/60;
    margin-right: 1%;
  }
}

/*-------------------------------*/

header .inner article .tel_box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100px;
}
header .inner article .tel_box dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 3.2rem;
  font-weight: 700;
  padding-right: 14px;
  margin-bottom: 0;
  white-space: nowrap;
}
header .inner article .tel_box dt::before {
  display: block;
  content: "";
  background-image: url("../img/svg/icn_tel_rd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-width: 36px;
  max-width: 60px;
  height: 30px;
  margin-right: 5px;
}
header .inner article .tel_box dd.time {
  font-size: 1.4rem;
  line-height: 100%;
  text-align: right;
}

/***************************************
------------- FOOTER LOGO -------------
***************************************/
.store_name {
  margin: clamp(30px, 5vw, 50px) auto clamp(30px, 5vw, 50px);
}

.store_name p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.store_name p::before {
  display: block;
  content: "";
  background-image: url("../img/ebidai.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 114px;
  height: auto;
  aspect-ratio: 114/93;
  object-fit: cover;
  margin-bottom: 1%;
}
.store_name p {
  color: inherit;
  text-align: left;
}
.store_name p strong {
  display: flex;
  align-items: center;
  font-size: calc(20px + 16 * (100vw - 320px) / 880);
  font-weight: 700;
  white-space: nowrap;
  line-height: 100%;
}
.store_name p strong img {
  display: inline-block;
  width: 100%;
  max-width: 192px;
  height: auto;
  margin-right: 5px;
}

@media only screen and (min-width: 1200px) {
  .store_name p strong {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .store_name p strong {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .store_name p strong img {
    max-width: 160px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1%;
  }
}

/***************************************
------------- 見出しタイトル -------------
***************************************/
.midashi_ttl {
  width: 100%;
  margin: clamp(50px, 10vw, 100px) auto clamp(35px, 3vw, 30px);
}

.page_wrap .midashi_ttl.first {
  margin: 0 auto clamp(35px, 3vw, 30px);
}

span.sub {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
  line-height: 1;
  color: var(--base-color01);
  letter-spacing: 0.05em;
}
.ttl_deco {
  width: 100%;
  height: clamp(45px, 10vw, 65px);
  background-image: url("../img/midashi_bgl.webp"),
    url("../img/midashi_bgr.webp");
  background-repeat: no-repeat;
  background-position: left, right;
  background-color: var(--base-color01);
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ttl_deco h2 {
  font-size: clamp(2.4rem, 4.5vw, 3.2rem);
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  line-height: 1.35;
  position: relative;
  z-index: 2;
  text-indent: 2.5rem;
}
.ttl_deco h2::after {
  display: block;
  content: "";
  background: var(--grad-color02);
  width: 100%;
  height: 5px;
  margin-top: 0.5%;
}
.ttl_deco::before,
.ttl_deco::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: auto;
  aspect-ratio: 60/60;
  object-fit: cover;
  top: 20%;
  transform: translate(-0%, -50%);
}
.ttl_deco::before {
  background-image: url("../img/midashi_pattern_r.png");
  background-position: top left;
  left: 0%;
}
.ttl_deco::after {
  background-image: url("../img/midashi_pattern_r.png");
  background-position: top right;
  right: 0%;
}
@media (max-width: 599px) {
  .ttl_deco::before,
  .ttl_deco::after {
    width: 40px;
    aspect-ratio: 40/40;
  }
  .ttl_deco h2::after {
    display: block;
    content: "";
    background: var(--grad-color02);
    width: 100%;
    height: 3px;
    margin-top: 1%;
  }
}

/***************************************
------------- LINK BUTTON -------------
***************************************/

.link_area {
  width: 100%;
  margin: clamp(25px, 5vw, 50px) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_area a {
  width: clamp(300px, 50vw, 500px);
  background-image: var(--grad-color01);
  border: 2px solid var(--base-color04);
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  color: #fff;
  font-size: calc(16px + 6 * (100vw - 320px) / 880);
  padding: 15px 30px 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  position: relative;
}
.link_area a::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/svg/icn_arw_right_gd.svg) no-repeat;
  background-position: top center;
  background-size: contain;
  width: 15px;
  height: auto;
  aspect-ratio: 10/14;
  object-fit: cover;
  top: 50%;
  right: min(10%, 20px);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) {
  .link_area a {
    font-size: 2.4rem;
  }
}
/***************************************
------------- NEWS ICON -------------
***************************************/
.date {
  font-size: 1em;
  color: var(--text-color);
  display: flex;
  align-items: center;
}
.date::before {
  content: "";
  display: block;
  background: url(../img/svg/icn_cal_rd.svg) no-repeat;
  background-position: top center;
  background-size: contain;
  width: 15px;
  height: auto;
  margin-right: 10px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
span.cate {
  width: 140px;
  font-size: 1.6rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 5px 7px;
  border-radius: 35px;
  line-height: 1;
  margin-left: 1rem;
  margin-right: 1rem;
}
span.cate.cate01 {
  background: var(--base-color01);
}
span.cate.cate02 {
  background: var(--base-color02);
}
span.cate.cate03 {
  background: var(--base-color03);
}
span.cate.cate04 {
  background: var(--base-color03);
}
span.cate.cate05 {
  background: #666;
}

/***************************************
------------- COLOR -------------
***************************************/

span.red {
  font-size: inherit;
  font-weight: inherit;
  color: #c80000;
}
/***************************************
------------- スクロールボックス -------------
***************************************/

.text_scl .result_txt {
  position: relative;
  height: auto;
  max-height: 120px;
  overflow-y: scroll;
  padding: 5px 0;
  word-break: break-all;
}

.more_btn {
  display: block;
  margin: 10px auto 10px;
  padding: 6px 32px;
  border-radius: 4px;
  border: 0;
  color: #fff;
  background-color: var(--base-color01);
  cursor: pointer;
  font-size: 0.8em;
}
/***************************************
------------- アコーディオンボタン -------------
***************************************/

.text_more .result_txt {
  position: relative;
  height: auto;
  max-height: 80px;
  overflow: hidden;
  transition: max-height 1s;
}
.text_more .result_txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #fff 100%);
}

.text_more .result_txt.open:after {
  z-index: -1;
  opacity: 0;
}

.more__btn {
  display: block;
  margin: 10px auto 10px;
  padding: 6px 32px;
  border-radius: 4px;
  border: 0;
  color: #fff;
  background-color: var(--base-color01);
  cursor: pointer;
  font-size: 0.8em;
}
/***************************************
------------- アクセス -------------
***************************************/

#information .contents_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 5%;
}

.info_wrap {
  width: 45%;
}
.info_img {
  width: 50%;
  text-align: center;
}
.info_img img {
  height: 100%;
  object-fit: cover;
}
#information h3 {
  font-size: clamp(2.4rem, 4.5vw, 3.2rem);
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: clamp(10px, 2vw, 20px);
}
.info_table {
  border-top: 2px solid var(--base-color01);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: clamp(5px, 0.5vw, 5px);
  /*padding: 15px;*/
}
.info_table dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5%;
  border-bottom: 2px solid var(--base-color01);
  padding-bottom: clamp(5px, 0.5vw, 5px);
}
.info_table dl:not(:last-of-type) {
  margin-bottom: clamp(5px, 0.5vw, 5px);
}
.info_table dl dt {
  width: 27.5%;
  height: 100%;
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1;
  background: var(--base-color01);
  padding: 8px;
  border-radius: 0px;
  text-align: center;
}
.info_table dl dd {
  width: 60%;
}
@media (max-width: 768px) {
  .info_wrap {
    width: 100%;
    margin-bottom: clamp(25px, 5vw, 50px);
  }
  #information h3 {
    text-align: center;
  }
  .info_img {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .info_table {
    border-top: 0px;
  }
  .info_table dl {
    border-bottom: 0px;
  }
  .info_table dl:not(:last-of-type) {
    margin-bottom: clamp(10px, 2vw, 20px);
  }
  .info_table dl dt {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    text-align: left;
  }
  .info_table dl dd {
    flex-shrink: 0;
    width: 100%;
  }
}

/***************************************
------------- FOOTER -------------
***************************************/
.gmap iframe {
  width: 100%;
  height: min(30vw, 300px);
  margin: clamp(50px, 10vw, 100px) 0 0;
  padding: 0;
  vertical-align: bottom;
}
footer {
  width: 100%;
  background: var(--base-bgcolor01);
  position: relative;
  z-index: -1;
}
footer .contents_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2%;
}
.footer_list {
  width: calc(94% / 4);
  padding: clamp(25px, 5vw, 50px) 0;
}
.footer_list li:not(:last-of-type) {
  margin-bottom: clamp(5px, 1vw, 10px);
}
.footer_list:last-of-type {
  margin-top: clamp(0px, 3.5vw, 35px);
}
footer .arrow {
  position: relative;
  padding-left: 15px;
}

footer .arrow::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 7px solid transparent;
  border-left: 8px solid var(--base-color01);
}
footer .arrow a {
  color: inherit;
}

footer .lower {
  padding-left: 15px;
}
footer .lower::before {
  content: "└";
  color: var(--base-color01);
  margin-right: 5px;
}

footer .copyright {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.25;
  font-size: 1.4rem;
  padding: 12px 0 16px;
  color: #fff;
  background: var(--base-color01);
}
@media (max-width: 768px) {
  footer .contents_wrap {
    padding: clamp(25px, 5vw, 50px) 0;
    gap: 0;
  }
  .footer_list:nth-of-type(1),
  .footer_list:nth-of-type(2) {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .footer_list li {
    width: 50%;
    margin-bottom: clamp(5px, 1vw, 10px);
  }
  .footer_list:nth-of-type(3) {
    width: 50%;
    padding: 0;
  }
  .footer_list:nth-of-type(4) {
    width: 50%;
    padding: 0;
    margin-top: 1.8em;
  }
  footer .lower {
    padding-left: 0px;
    width: 100%;
    white-space: nowrap;
  }
}
@media (max-width: 599px) {
  .footer_list:nth-of-type(1),
  .footer_list:nth-of-type(2),
  .footer_list:nth-of-type(3),
  .footer_list:nth-of-type(4) {
    width: 100%;
    margin-top: 0;
  }
  .footer_list li {
    width: 100%;
    margin-bottom: clamp(10px, 2vw, 20px);
  }
}

/***************************************
------------- SNS LINKS -------------
***************************************/

.sns_links {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(30px, 5vw, 50px);
}
.sns_links li {
  padding: 2%;
}
.sns_links li img {
  display: block;
  width: 100%;
  max-width: 68px;
}

/***************************************
------------- TO TOP -------------
***************************************/
@media (min-width: 600px) {
  #page_top a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 99;
    bottom: 50px;
    color: #fff;
    text-align: center;
    background: var(--base-color03);
    width: 60px;
    height: 60px;
    border: solid 1px #fff;
    border-radius: 8px 0 0 8px;
  }
  #page_top a::before {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f139";
    font-weight: 600;
    font-size: 80%;
    margin-bottom: 0px;
  }
  #page_top a span {
    font-size: 1.5rem;
    line-height: 1;
  }
}

/***************************************
------------- CONTACT -------------
***************************************/

@media (min-width: 600px) {
  .side_contact {
    position: fixed;
    z-index: 99;
    top: 250px;
    right: 0;
    color: #fff;
    text-align: center;
    background: linear-gradient(#7d0000, var(--base-color01));
    width: 60px;
    height: 200px;
    border-radius: 8px 0 0 8px;
  }
  .side_contact a {
    width: 100%;
    height: 100%;
    writing-mode: vertical-lr;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
  }
  .side_contact a::before {
    content: "";
    display: block;
    background: url(../img/svg/icn_mail_gd.svg) no-repeat;
    background-position: top center;
    background-size: contain;
    width: 20px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-bottom: 5px;
  }
}

/***************************************
------------- 下部固定メニュー -------------
***************************************/
@media (max-width: 599.98px) {
  footer .copyright {
    padding-bottom: 80px;
  }
  .sp_fixed_bnr {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #fff;
  }

  .sp_fixed_bnr li {
    height: 100%;
    color: #fff;
  }
  .sp_fixed_bnr li a {
    width: 100%;
    font-size: 1.6rem;
    height: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
  .sp_fixed_bnr li:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
  .sp_fixed_bnr li:nth-of-type(1) {
    width: 40%;
    background: var(--base-color01);
  }
  .sp_fixed_bnr li:nth-of-type(2) {
    width: 40%;
    background: var(--base-color01);
  }
  .sp_fixed_bnr li:nth-of-type(3) {
    width: 20%;
    background: var(--base-color01);
  }

  .sp_fixed_bnr li:nth-of-type(1) a::before {
    content: "";
    display: block;
    background: url(../img/svg/icn_tel_wh.svg) no-repeat;
    background-position: top center;
    background-size: contain;
    width: 25px;
    height: auto;
    aspect-ratio: 25/20;
    object-fit: cover;
  }

  .sp_fixed_bnr li:nth-of-type(2) a::before {
    content: "";
    display: block;
    background: url(../img/svg/icn_mail_wh.svg) no-repeat;
    background-position: top center;
    background-size: contain;
    width: 20px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .sp_fixed_bnr li:nth-of-type(3) a::before {
    content: "";
    width: 1px;
    height: 1px;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
  }
}

/***************************************
-------------- PAGENATION --------------
***************************************/
.pagination {
  width: min(100%, 600px);
  margin: 60px auto 0;
}

@media (max-width: 767px) {
  .pagination {
    margin: 40px auto 0;
  }
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pagination li {
  width: 8%;
  line-height: 1.5;
}

.pagination li:not(:last-of-type) {
  margin-right: 2%;
}

.pagination li a {
  display: flex;
  font-size: 1.44rem;
  color: var(--base-color01);
  border: 1px solid var(--base-color01);
  width: 100%;
  height: 42px;
  align-items: center;
  justify-content: center;
}

.pagination li.active a {
  background: var(--base-color01);
  color: #fff;
}

/***************************************
------------- instagram -------------
***************************************/

.insta_bnr {
  width: 100%;
  margin-top: clamp(10px, 2vw, 20px);
}
.insta_bnr a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 600;
  width: 100%;
  padding: 15px;
  border: 4px solid;
  border-image: conic-gradient(
      #d300c5,
      #7638fa,
      #ffd600,
      #ff7a00,
      #ff0069,
      #d300c5
    )
    1;
}

.insta_bnr a::before {
  content: "";
  display: block;
  width: 1em;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-right: 5px;
  background: url(../img/svg/icn_insta_bk.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}

/* 20250516 */

.store_container {
  width: var(--container-width);
  margin: 0 auto clamp(50px, 10vw, 100px);
}
.store_flexbox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: min(4vw, 40px) 2%;
  width: 100%;
}
.store_box {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  h3 {
    font-size: clamp(1.6rem, 4.2vw, 2.4rem);
    line-height: 1.25;
    font-weight: 700;
    color: var(--text-color);
    width: 100%;
    margin-top: 0.5em;
    padding-bottom: 0.25em;
    border-bottom: 2px solid var(--base-color01);
    margin-bottom: 0.25em;
    flex-grow: 1;
  }
  .store_txt1 {
    font-size: clamp(1.6rem, 4vw, 1.8rem);
    line-height: 1.25;
  }
}

.store_imgbox {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  flex-shrink: 0;
  img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/3;
    object-fit: cover;
  }
}

.store_topbtn a {
  width: min(90%, 240px);
  height: 2.4em;
  background: var(--base-color03);
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  line-height: 1;
  margin: 1em auto 0;
  padding-bottom: 0.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
}
@media (max-width: 767px) {
  .store_box {
    width: 49%;
  }
}
