@charset "utf-8";
/* mv ****************************************************************/
.mv_type_a .bg_img .flex .circle {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 1px;
  width: 127px;
  height: 127px;
}
@media screen and (max-width: 768px) {
  .mv_type_a .bg_img .flex .circle {
    font-size: 24px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 440px) {
  .mv_type_a .bg_img .flex .circle {
    font-size: 16px;
  }
}
/* shop ****************************************************************/
.shop-menu {
  background: #f1f1f1;
  margin: 3rem 0;
}
.shop-menuWrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  column-gap: 1.5rem;
}
.shop-menuWrap li {
  width: calc((100% - 3rem) / 3);
}
.shop-menuWrap li a {
  display: inline-block;
  width: 100%;
  background: #e66801;
  color: #fff;
  height: 100px;
  line-height: 100px;
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
}
.shop-menuWrap li a::before,
.shop-menuWrap li a::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 1px);
  width: 2px;
  height: 1rem;
  border-radius: 9999px;
  background-color: #ffd800;
  transform-origin: 50% calc(100% - 1px);
}
.shop-menuWrap li a::before {
  transform: rotate(45deg);
}
.shop-menuWrap li a::after {
  transform: rotate(-45deg);
}
.sct_list .shop_box .accordion-container .accordion-title {
  padding: 20px;
}
.sct_list .shop_box .title_sub {
  text-align: left;
  color: #e66801;
  font-weight: bold;
}
.sct_list .shop_box .title_sub span {
  font-size: 0.6em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .shop-menu {
    margin: 2rem 0;
  }
  .shop-menuWrap {
    row-gap: 1rem;
    column-gap: 1rem;
  }
  .shop-menuWrap li {
    width: calc((100% - 2rem) / 3);
  }
  .shop-menuWrap li a {
    height: 55px;
    line-height: 55px;
    font-size: 1rem;
  }
  .shop-menuWrap li a::before,
  .shop-menuWrap li a::after {
    bottom: 0.5rem;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 0.5rem;
    transform-origin: 50% calc(100% - 0.5px);
  }
  .sct_list .shop_box .title_sub span {
    margin-left: 0;
    line-height: 1.3;
  }
  .sct_list .shop_box .accordion-container .accordion-title {
    padding: 15px 40px 15px 15px;
  }
}
@media screen and (max-width: 440px) {
  .shop-menu {
    margin: 2rem 0;
  }
  .shop-menuWrap {
    row-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .shop-menuWrap li {
    width: calc((100% - 1rem) / 3);
  }
  .shop-menuWrap li a {
    height: 50px;
    line-height: 50px;
    font-size: 0.9rem;
  }
  .shop-menuWrap li a::before,
  .shop-menuWrap li a::after {
    bottom: 0.25rem;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 0.5rem;
    transform-origin: 50% calc(100% - 0.5px);
  }
}
