.wp-gr .wp-google-time {
  display: none;
}

.ly_shop {
  position: relative;
}

.ly_pageTop:not(:has(.ly_subpHeader)) {
  padding-block: 16px 20px;
}

.ly_shopFv {
  background: #f8f5e9;
  border-radius: 8px;
  overflow: hidden;
}

.bl_shopFv {
  padding: 40px 20px 72px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bl_shopFvTitle {
  font-size: inherit;
  display: flex;
  flex-direction: column;
}

.bl_shopFvTitle small {
  display: block;
  margin-bottom: 8px;
}

.bl_shopFv .h1 {
  font-size: clamp(1.25rem, 0.9859rem + 1.1268vw, 2rem);
}

.bl_shopFvAccess {
  font-weight: 500;
  font-size: clamp(1.25rem, 0.8099rem + 1.8779vw, 2.5rem);
}

.bl_shopFvAccess span {
  font-size: clamp(1.25rem, 0.5458rem + 3.0047vw, 3.25rem);
  color: #df6d14;
}

.bl_shopFvThumb {
  aspect-ratio: 335 / 240;
  border-radius: 20px;
  overflow: hidden;
}

.bl_shopFvThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ly_shop .hp_singleFvPoints_txtLg {
  font-size: clamp(1.125rem, 0.6964rem + 0.8929vw, 1.5rem);
}

.bl_shopFvPoints {
  position: relative;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.bl_shopFvPoints small {
  position: absolute;
  bottom: -12px;
  right: 0;
  font-weight: 300;
  font-size: 12px;
  transform: translateY(100%);
}

.ly_asideMenu {
  position: fixed;
  bottom: 80px;
  right: 20px;
  border-radius: 50%;
  background: #ebf2e8;
  border: 2px dashed #3a7d44;
  z-index: 950;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 4px 4px 8px 0px #00000052;
  transition: opacity 0.6 ease;
}

.ly_asideMenu.isOpen {
  width: auto;
  height: auto;
  border-radius: 8px;
  padding: 40px;
  background: #fff;
  flex-direction: column;
  max-height: 70vh;
  overflow: scroll;
  justify-content: flex-start;
}

.ly_asideMenu span {
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #df6d14;
}

.ly_asideMenu.isOpen span {
  padding-bottom: 12px;
  width: 100%;
  border-bottom: 2px dashed var(--color-accent);
  height: auto;
}

.ly_asideMenu .ly_asideMenu_inner {
  flex-direction: column;
  gap: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  display: none;
}

.ly_asideMenu .ly_asideMenu_inner a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ly_asideMenu .ly_asideMenu_inner a::before {
  width: 16px;
  height: 16px;
  content: '';
  background: url(../img/common/aside-arrow.svg) no-repeat center/contain;
}

.ly_asideMenu.isOpen .ly_asideMenu_inner {
  margin-top: 32px;
  display: flex;
  height: 100%;
}

.ly_shopGallery {
  background: #f8f5e9;
  padding: 0px 0px 40px;
  overflow: hidden;
}

.bl_galleryTrack {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: galleryScroll var(--gallery-duration) linear infinite;
}

.bl_galleryTrack_item {
  aspect-ratio: 40 / 32;
  overflow: hidden;
  width: 200px;
  flex-shrink: 0;
  border-radius: 8px;
}

.bl_galleryTrack_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes galleryScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.ly_googleReview {
  padding: 0 20px 80px;
}

.bl_googleReview_heading picture,
.bl_googleReview_heading img {
  text-align: center;
  margin-inline: auto;
}

.ly_googleReview .wp-google-stars {
  display: block !important;
}

.ly_googleReview .wp-gr .wp-google-review {
  padding: 20px !important;
  background: #f8f5e9 !important;
}

.bl_googleReviewCont {
  margin-top: 40px;
}

.bl_googleReview_heading .bl_secHeader {
  margin-top: 16px;
}

.ly_shopInfo {
  background: #f8f5e9;
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .bl_shopInfo .bl_secHeader {
    text-align: center;
  }

  .bl_shopInfo .bl_secHeader span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
  }
}

.bl_shopInfoThumb {
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 80px;
}

.bl_shopInfoThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bl_shopInfoTop {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_shopInfoAbout {
  margin-top: 60px;
}

.bl_shopInfoAbout h3 {
  font-size: clamp(1.75rem, 1.662rem + 0.3756vw, 2rem);
  margin-block: 0 40px;
}

.bl_shopInfoAboutDesc {
  font-size: 18px;
}

.bl_shopInfoAboutPoints {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.bl_shopInfoAboutPoints ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 36px;
}

.bl_shopInfoAboutPoints ul li {
  background: linear-gradient(180deg,
      rgba(217, 165, 61, 0.4) 0%,
      rgba(245, 209, 134, 0.4) 100%);
  max-width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  font-weight: 500;
  position: relative;
  padding-inline: 20px;
}

.bl_shopInfoAboutPoints ul li span {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  font-weight: 700;
  font-size: 14px;
  gap: 10px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -70%);
  background: #ebf2e8;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.ly_accessMap {
  background: #f8f5e9;
  padding: 0 20px 80px;
}

.bl_accessMap iframe {
  aspect-ratio: 355 / 320;
  margin-block: 74px 60px;
}

.bl_accessInfoCont h3 {
  font-size: clamp(1.5rem, 1.3239rem + 0.7512vw, 2rem);
  margin-block: 0 40px;
}

.bl_accessInfoFar {
  margin-top: 80px;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
}

.bl_accessInfoFar h3 {
  font-weight: 700;
  font-size: clamp(1.75rem, 1.662rem + 0.3756vw, 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--color-accent);
  margin-bottom: 20px;
}

.bl_accessInfoFar h3 span {
  display: block;
  width: 16px;
  height: 1px;
  background: var(--color-accent);
}

.bl_accessInfoFar h5 {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 2px dashed #6ec325;
  margin-bottom: 16px;
}

.ly_shopNews {
  padding: 80px 20px;
}

.bl_infoList {
  margin-top: 74px;
}

.bl_shopNewsCont .el_btn {
  margin-top: 40px;
  justify-content: flex-end;
}

.ly_shopMenu {
  padding: 80px 20px;
}

.bl_shopMenuItems {
  margin-top: 74px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_shopMenuItem {
  background: #ebf2e8;
  border: 2px dashed #3a7d44;
  border-radius: 8px;
  padding: 16px;
}

.bl_shopMenuItem_title {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.162rem + 0.3756vw, 1.5rem);
}

.bl_shopMenuItem_about {
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
}

.bl_shopMenuItem_price {
  text-align: right;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.0057rem + 0.5089vw, 1.25rem);
}

.bl_shopMenuItem_first {
  text-align: right;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.0115rem + 1.0178vw, 1.5rem);
  color: #ff5000;
}

.bl_shopMenu_return {
  margin-top: 20px;
}

.ly_greeting {
  padding: 0 20px 80px;
}

.bl_greetingCont {
  margin-top: 60px;
}

.bl_greetingThumb {
  position: relative;
  margin-bottom: 90px;
  aspect-ratio: 335 / 212;
}

.bl_greetingThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bl_greetingName {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 100%;
  background: #f8f5e9;
  text-align: center;
  padding: 16px;
  transform: translateY(80%);
  text-align: left;
}

.bl_greetingName h3 {
  font-size: clamp(1.125rem, 0.9049rem + 0.939vw, 1.75rem);
  font-feature-settings: 'palt';
  margin: 0;
}

.bl_greetingName p {
  font-size: clamp(1rem, 0.8807rem + 0.5089vw, 1.125rem);
  margin: 0;
  font-weight: 700;
}

.ly_shopStaff {
  padding: 0px 20px 80px;
}

.bl_staffList {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bl_staffThumb {
  aspect-ratio: 335 / 275;
  overflow: hidden;
}

.bl_staffItem {
  background: #ebf2e8;
  border-radius: 8px;
}

.bl_staffThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bl_staffInfo {
  padding: 20px;
  padding-bottom: 44px;
  position: relative;
  cursor: pointer;
}

.bl_staffInfo svg {
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}

.bl_staffCatch {
  font-weight: 700;
  font-size: 18px;
  color: #ff5000;
}

.bl_staffName {
  font-weight: 700;
  font-size: 18px;
  padding-block: 8px 4px;
}

.bl_staffProfile {
  display: none;
}

.bl_staffModal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  inset: 0;
  padding: 40px 20px 20px;
}

.bl_staffModal.active {
  display: flex;
}

.bl_staffModal_outer {
  display: flex;
  flex-direction: column;
  background: #ebf2e8;
  border-radius: 16px;
  padding: 40px 20px 80px;
  position: relative;
  max-height: 100%;
  overflow-y: auto;
}

.bl_staffModal_inner {
  flex: 1 1 auto;
}

.bl_staffModal_right {
  margin-top: 35px;
}

.bl_staffModal_close {
  position: -webkit-sticky;
  position: sticky;
  bottom: -40px;
  align-self: flex-end;
  margin-top: 20px;
  border: none;
  background: none;
  cursor: pointer;
}

.bl_staffModal_close:focus-visible {
  outline: none;
}

.ly_shopAtmosphere {
  padding: 80px 20px;
}

.bl_atmosphereSwiper {
  margin-top: 78px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_atmosphereMain {
  aspect-ratio: 335 / 188;
  width: 100%;
  overflow: hidden;
}

.bl_atmosphereMain .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bl_atmosphereThumbs {
  width: 100%;
  overflow: hidden;
}

.bl_atmosphereThumbs .swiper-slide {
  aspect-ratio: 63 / 28;
  overflow: hidden;
}

.bl_atmosphereThumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ly_shopSymptoms {
  padding-block: 80px;
  background: #ebf2e8;
}

.bl_shopSymptoms>p {
  margin-top: 40px;
}

.bl_shopSymptoms_header {
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding-inline: 20px;
}

.bl_shopSymptoms_swiper {
  padding-inline: 10px;
}

.bl_symptomCategories {
  background: #fff;
  padding: 40px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_symptomCategory_head {
  position: relative;
}

.bl_symptomCategory_ttl {
  background: #3a7d44;
  color: #fff;
  font-size: 24px;
  padding: 16px;
  cursor: pointer;
}

.bl_symptomCategory_toggle {
  background: none;
  border: none;
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.bl_symptomCategory_toggle.isOpen {
  transform: translateY(-50%) rotate(45deg);
}

.bl_symptomCategory_toggle svg {
  width: 24px;
  height: 24px;
}

.bl_symptomCategory_list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_symptomCategory_list[hidden] {
  display: none;
}

.bl_symptomCategory_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #ebf2e8;
  border-radius: 8px;
  padding: 20px;
}

.bl_symptomCategory_title {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.0179rem + 0.5357vw, 1.5rem);
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-accent);
}

.bl_symptomCategory_readmore {
  justify-content: flex-end;
}

.ly_recommendJapan {
  max-height: 2600px;
  overflow: hidden;
  position: relative;
}

.js_readMoreRecommend svg {
  transform: rotate(90deg);
}

.ly_recommendJapan>.el_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 25%,
      #ffffff 50%,
      #ffffff 100%);
}

.ly_recommendJapan.isOpen {
  max-height: none;
  padding-bottom: 80px;
}

.ly_recommendJapan.isOpen>.el_btn svg {
  transform: rotate(-90deg);
}

.bl_recommendJapan {
  padding: 80px 20px;
}

.bl_recommendJapan_cont {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bl_recommendJapan_item {
  background: #ebf2e8;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bl_recommendJapan_itemTop {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bl_recommendJapan_itemName {
  font-weight: 500;
}

.bl_recommendJapan_itemTtl {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.0714rem + 0.8929vw, 1.5rem);
}

.bl_recommendJapan_itemBottom {
  font-size: clamp(1rem, 0.9107rem + 0.4464vw, 1.125rem);
}

.bl_recommendJapan_more {
  background: #ebf2e8;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.bl_recommendJapan_more p {
  font-weight: 500;
  font-size: 20px;
}

.bl_recommendJapan_more p .el_txtBigger {
  font-size: 28px;
}

.ly_shopTips {
  padding: 80px 20px;
}

.bl_shopTipsItem {
  margin-top: 40px;
}

.bl_shopTips p {
  margin-top: 40px;
  font-size: 18px;
}

.ly_shopRepeat {
  padding: 40px 20px;
  background: #f8f5e9;
}

.bl_shopRepeat h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(1.25rem, 0.5344rem + 3.0534vw, 2rem);
}

.bl_shoprepeatCont {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_shoprepeatCont p {
  font-size: 18px;
  text-align: center;
  background: #fff;
  padding: 20px;
  width: 100%;
  font-weight: 700;
  border: 1px dashed #3a7d44;
}

.bl_shopRepeat>p {
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
}

.ly_shopSupport {
  padding: 100px 20px 80px;
}

.bl_shopSupport h4 {
  font-size: 28px;
}

.bl_shopSupport .el_circleAround::after {
  transform: translate(-50%, -75%);
}

.bl_shopSupportImg {
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-block: 40px;
}

.ly_shopChoose {
  padding: 0px 20px 80px;
}

.bl_shopChooseCont {
  margin-top: 80px;
}

.bl_shopChooseTop {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_shopChooseCont h4 {
  font-weight: 500;
  font-size: 28px;
  margin-block: 0 40px;
}

.bl_shopChooseCont_img {
  margin-bottom: 20px;
  aspect-ratio: 500 / 280;
  overflow: hidden;
}

.bl_shopChooseCont_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bl_shopChooseCont_tips {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_shopChooseCont_tips h5 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: #3a7d44;
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px 8px 0 0;
}

.bl_shopChooseCont_tips p {
  background: #f8f5e9;
  padding: 20px;
  width: 100%;
  border-radius: 0 8px 8px 8px;
  font-size: 18px;
}

.bl_shopChooseCont:nth-child(3) .el_circleAround::after {
  transform: translate(-50%, -100%);
}

.bl_shopChooseCont:nth-child(4) .el_circleAround::after {
  transform: translate(-50%, -125%);
}

.ly_shopFaq {
  padding: 80px 20px;
  background: #f8f5e9;
}

.ly_column {
  padding: 80px 20px;
}

.bl_faqCategory {
  margin-top: 54px;
}

/* bl_customDataSub styles moved to components/wysiwyg.css */

@media screen and (min-width: 768px) {
  .bl_secHeader {
    padding-inline: 0;
  }

  .ly_pageTop:not(:has(.ly_subpHeader)) {
    padding-block: 20px;
  }

  .bl_secHeader span {
    transform: translate(-45%, 0);
  }

  .bl_shopFv {
    display: grid;
    /* grid-template-columns: auto 1fr; */
    grid-template-rows: repeat(2, auto);
    padding-block: 60px;
    padding-inline: 0 min(80px, 5vw);
    -moz-column-gap: min(80px, 7vw);
    column-gap: min(80px, 7vw);
    row-gap: min(40px, 2.7vw);
    position: relative;
    margin: 0 auto;
    margin-right: auto;
  }

  .bl_shopFv::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 60%;
    aspect-ratio: 80 / 45;
    transform: translateY(-50%);
    height: 100%;
    background: url(../img/common/logo.svg) no-repeat center/contain;
    z-index: 0;
    pointer-events: none;
  }

  .bl_shopFvThumb {
    aspect-ratio: 68 / 48;
    grid-area: 1 / 1 / 3 / 2;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .bl_shopFvTitle {
    grid-area: 1 / 2 / 2 / 3;
    position: relative;
    z-index: 1;
    justify-content: flex-end;
  }

  .ly_shop .bl_shopFvPoints {
    max-width: 570px;
    gap: 20px;
  }

  .ly_shop .bl_singleFvPoints div {
    padding: 20px 12px;
  }

  .bl_shopFvPoints {
    grid-area: 2 / 2 / 3 / 3;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: auto;
    margin-inline: 0;
  }

  .bl_shopFvPoints picture {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 28 / 12;
  }

  .bl_shopFvPoints img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }

  .ly_shopGallery {
    padding: 40px 0px;
  }

  .bl_galleryTrack {
    animation-duration: var(--gallery-duration-desktop);
    gap: 20px;
  }

  .bl_galleryTrack_item {
    width: min(400px, 28vw);
  }

  .ly_googleReview {
    padding-bottom: 120px;
  }

  .bl_googleReview {
    max-width: 1120px;
    margin: 0 auto;
  }

  .bl_googleReviewCont {
    max-width: 1040px;
    margin: 80px auto 0;
  }

  .ly_shopInfo {
    padding-block: 105px;
  }

  .bl_shopInfo {
    max-width: 1120px;
    margin: 0 auto;
  }

  .bl_shopInfoThumb {
    width: 33vw;
    aspect-ratio: 1 / 1;
    max-width: 460px;
    max-height: 460px;
    margin-top: 0;
  }

  .bl_shopInfoTop {
    max-width: 1000px;
    margin-inline: auto;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 67px;
  }

  .bl_shopInfoAbout {
    order: 3;
    width: 100%;
  }

  .bl_shopInfoAboutPoints ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .bl_shopInfoAboutPoints ul li {
    width: 240px;
    padding-inline: 20px;
  }

  .bl_accessMap iframe {
    aspect-ratio: 1115 / 320;
    margin-block: 80px 100px;
  }

  .bl_accessMap {
    max-width: 1120px;
    margin: 0 auto;
  }

  .bl_accessInfoFar {
    padding: 40px;
  }

  .bl_accessInfoFar h5 {
    font-size: 24px;
  }

  .bl_accessInfoFar h3 span {
    width: 60px;
  }

  .bl_accessInfoFar p {
    line-height: 30px;
  }

  .ly_shopNews {
    padding-block: 120px;
  }

  .bl_shopNews {
    max-width: 1120px;
    margin: 0 auto;
  }

  .bl_shopNewsCont {
    max-width: 860px;
    margin: 0 auto;
  }

  .bl_infoItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-block: 20px;
  }

  .bl_infoItem_content {
    display: block;
  }

  .bl_infoItem a {
    align-self: center;
    width: 100px;
    flex-shrink: 0;
    text-align: right;
  }

  .ly_shopMenu {
    padding-block: 120px;
  }

  .bl_shopMenu {
    max-width: 1120px;
    margin: 0 auto;
  }

  .bl_shopMenuItem {
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .bl_shopMenuItem>div:last-child {
    flex-shrink: 0;
  }

  .bl_shopMenuItem_title {
    margin-bottom: 16px;
  }

  .bl_shopMenu_return {
    margin-top: 40px;
  }

  .bl_greeting {
    max-width: 1120px;
    margin: 0 auto;
  }

  .bl_greetingThumb {
    width: 40vw;
    max-width: 600px;
    margin-bottom: 40px;
  }

  .bl_greetingName {
    padding: 40px;
    right: 0;
    left: unset;
    width: 500px;
    bottom: 50%;
    transform: translate(80%, 50%);
  }

  .bl_shopStaff {
    max-width: 1120px;
    margin: 0 auto;
  }

  .bl_staffList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .bl_staffItem {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .bl_staffInfo {
    flex-grow: 1;
    padding-bottom: 56px;
  }

  .bl_staffModal_outer {
    max-width: 840px;
    padding: 40px;
  }

  .bl_staffModal_inner {
    display: flex;
    gap: 40px;
  }

  .bl_staffModal_left {
    flex-shrink: 0;
    max-width: 320px;
  }

  .bl_staffModal_right {
    margin-top: 0;
  }

  .ly_shopAtmosphere {
    padding: 120px 20px;
  }

  .bl_atmosphereSwiper {
    max-width: 1120px;
    margin-inline: auto;
    flex-direction: row;
  }

  .bl_atmosphereThumbs {
    max-width: 200px;
  }

  .bl_atmosphereThumbs .swiper-wrapper {
    flex-direction: column;
  }

  .bl_atmosphereThumbs .swiper-slide {
    width: 100%;
    height: auto;
    min-width: 100%;
  }

  .bl_atmosphereThumbs .swiper-slide:not(:last-child) {
    margin-bottom: 20px;
  }

  .bl_shopAtmosphere {
    max-width: 1120px;
    margin: 0 auto;
  }

  .bl_shopSymptoms_swiper {
    padding-inline: 0;
  }

  .bl_symptomSwiper {
    margin-block: 0px;
  }

  .bl_symptomCategories {
    margin-top: 80px;
    max-width: 1120px;
    margin-inline: auto;
    padding: 80px 70px;
    gap: 40px;
  }

  .bl_shopSymptoms_header {
    max-width: 1120px;
    margin: 0 auto;
  }

  .bl_symptomCategory_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .bl_symptomCategory_readmore svg {
    width: 40px;
    height: 40px;
  }

  .ly_recommendJapan {
    max-height: 1200px;
  }

  .bl_recommendJapan {
    max-width: 1120px;
    margin: 0 auto;
  }

  .bl_recommendJapan_item {
    flex-direction: row;
    padding: 40px;
    gap: 64px;
  }

  .bl_recommendJapan_itemTtl {
    margin-block: 0 20px;
  }

  .bl_recommendJapan_itemTop {
    flex-shrink: 0;
    max-width: 300px;
  }

  .bl_recommendJapan_more {
    padding-block: 80px;
  }

  .bl_recommendJapan_more p {
    text-align: center;
  }

  .bl_recommendJapan_more picture {
    max-width: 1120px;
    margin-inline: auto;
  }

  .bl_shopTips {
    max-width: 1120px;
    margin: 0 auto;
  }

  .bl_shopTipsCont {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    justify-items: center;
  }

  .bl_shopTipsItem {
    margin-top: 0;
  }

  .bl_shopTips p {
    text-align: center;
  }

  .ly_shopRepeat {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px;
  }

  .bl_shopRepeat h3 {
    justify-content: center;
  }

  .bl_shoprepeatCont {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
  }

  .bl_shopSupport {
    max-width: 1120px;
    margin: 0 auto;
  }

  .bl_shopSupportCont {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 60px;
    gap: 60px;
  }

  .bl_shopSupport .el_circleAround::after {
    transform: translate(-50%, -50%);
  }

  .bl_shopSupportImg {
    margin-top: 0;
    width: 32vw;
    flex-shrink: 0;
    aspect-ratio: 46 / 30;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 460px;
  }

  .ly_shopChoose {
    padding-bottom: 120px;
  }

  .bl_shopChoose {
    max-width: 1120px;
    margin: 0 auto;
  }

  .bl_shopChooseCont:nth-child(3) .el_circleAround::after,
  .bl_shopChooseCont:nth-child(4) .el_circleAround::after {
    transform: translate(-50%, -75%);
  }

  .bl_shopChooseTop p {
    margin-top: 20px;
    font-size: 18px;
  }

  .bl_shopChooseCont {
    max-width: 1040px;
    margin-inline: auto;
  }

  .bl_shopChooseCont_top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .bl_shopChooseCont_text {
    font-size: 18px;
    order: -1;
    max-width: 480px;
  }

  .bl_shopChooseCont_tips {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .ly_shopFaq {
    max-width: 1280px;
    width: calc(100vw - 11vw);
    margin-inline: auto;
    padding: 80px 6.25vw;
    border-radius: 20px;
  }

  .ly_asideMenu {
    bottom: 30px;
    right: 30px;
    width: 120px;
    height: 120px;
  }

  .ly_asideMenu .ly_asideMenu_inner a {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
}

@media screen and (min-width: 1440px) {
  .bl_shopFv {
    grid-template-columns: 1fr 1fr;
  }
}