/** Shopify CDN: Minification failed

Line 2441:13 Expected identifier but found whitespace
Line 2441:15 Unexpected "{"
Line 2441:24 Expected ":"

**/
/* ===============================================
# 共通
=============================================== */
img,
svg {
  max-width: 100%;
  height: auto;
}

a,
span,
small {
  display: inline-block;
}

.container {
  max-width: 1000px;
  width: calc(100% - 40px);
  padding: 0;
  margin: 0 auto;
}

.container1080 {
  max-width: 1080px;
  width: calc(100% - 40px);
  padding: 0;
  margin: 0 auto;
}

.container1280 {
  max-width: 1280px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

a:hover {
  opacity: .7;
}

.for-sp {
  display: none;
}
.serif{
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .for-sp {
    display: block;
  }

    .for-pc {
    display: none;
  }
}

.section__header .heading {
  font-size: 24px;
  font-weight: 700;
}

.page__title {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.page__title h2 {
  font-size: 24px;
  font-weight: 400;
  margin-block: 0;
  position: relative;
  padding-left: 22px;
}

.page__title h2::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 1em;
  left: 0;
  background: #43B8D1;
  top: 50%;
  transform: translateY(-50%);
}


.page__title p {
  font-size: 16px;
  font-weight: 500;
  margin-block: 0;
  color: #000;
}

#show_conjured_modal {
  position: fixed;
  border-radius: 8px;
  z-index: 2;
  left: 25px;
  bottom: 25px;
  font-size:14px!important;
  padding: 11px 16px!important;
}

.shopify-block {
  display: none;
}

.shopify-block:has(mr-point),
.shopify-block:has(mr-point-product) {
  display: block;
}

#show_conjured_modal:before,
#show_conjured_modal:after {
  content: none;
}

.header__icons .menu-button {
  display: none;
}

.headermenu {
  display: flex;
  padding-left: 0;
  list-style: none;
  gap: 24px;
  margin-block: 0;
  justify-content: center;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.headermenu li {
  color: #000;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}

.headermenu li {
  color: #000;
  text-decoration: none;
}

.headermenu li.dropdown {
  position: relative;
}

.headermenu li.dropdown::after {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.4em;
  height: 0.4em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
  top: 50%;
  right: -12px;
}

.headermenu li a {
  text-decoration: none;
  color: #000;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -50%;
  padding: 10px 0;
  background: white;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.3);
  list-style: none;
  z-index: 1000;
  min-width: 224px;
  border-radius: 8px;
}

.dropdown-menu li {
  padding: 8px 16px;
  white-space: nowrap;
  border-bottom: 1px solid #E7E7E7;
}

.dropdown-menu li:nth-last-child(1) {
  border: none;
}

.dropdown-menu li a {
  text-decoration: none;
  align-items: center;
  display: flex;
  gap: 8px;
  color: #000;
  font-size: 16px;
  position: relative;
}

.dropdown-menu li a::after {
  position: absolute;
  right: 12px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

/* 親にホバーしたら表示 */
.dropdown:hover .dropdown-menu {
  display: block;
}


@media screen and (max-width: 1200px) {
  .headermenu {
    gap: 12px;
  }

  .headermenu li {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    grid-template-columns: 0.5fr 2fr 0.5fr;
  }
  
  .headermenu li {
    font-size: 12px;
  }

  .header__icon, .header__icon--cart .icon {
    width: 70px;
  }
  
  .header__icons .hidden-mobile{
    width: 20px;
  }

  .header__icon:not(.header__icon--summary) p {
    font-size: 12px;
  }
}

@media screen and (max-width: 850px) {
  .header {
    grid-template-columns: 1fr 2fr 1fr;
  }

  .header__heading,
  .header__heading-link {
    grid-area: heading;
  }

  .headermenu {
    display: none;
  }
  
  .container {
    padding: 0 12px;
    width: 100%;
  }

  .section__header .heading {
    font-size: 22px;
    margin: 0 0 30px;
  }

  .header__icons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #E9F3F5;
    border-top: 2px solid #43B8D1;
    height: 70px;
  }

  .header__icons .header__icon--account {
    order: 2;
    width: calc(100%/3);
    border-right: 2px solid #43B8D1;
  }

  .header__icons .header__icon--cart {
    order: 3;
    width: calc(100%/3);
  }

  .header__icons .menu-button {
    display: flex;
    order: 1;
    width: calc(100%/3);
    padding: 15px 0;
    border-right: 2px solid #43B8D1;
  }

  .header__icons .menu-button.active {
    position: fixed;
    top: 10px;
    right: 0;
    width: 80px;
    border: none;
  }

  #show_conjured_modal {
    left: 10px!important;
    bottom: 84px!important;
  }
}

time {
  font-family: Roboto;
}

.section.news .news__btn-box {
  padding-bottom: 40px;
}

.news__btn-box a {
  color: #000;
  background: #E2E2E2;
  font-size: 14px;
  padding: 15px 50px 15px 45px;
  border-radius:100px;
  text-decoration: none;
  position: relative;
  line-height: 1em;
  min-width: 222px;
}

.column .news__btn-box a {
  background:#43B8D1;
  color: #fff;
}

.column .news__btn-box a:after {
  content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-48%) rotate(-45deg);
}

.news__btn-box.no-after a:after {
  content: none;
}

.mt-40 {
  margin-top: 40px;
}

.bg-gray {
  background: #FAFAFA;
}

.pb-10 {
  padding-bottom: 10px;
}

/* ===============================================
# ヘッダー
=============================================== */
.menu-button {
  z-index: 1000;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90px;
  justify-content: flex-end;
}

.menu-icon {
  width: 30px;
  height: 30px;
  position: relative;
}

.menu-icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: all 0.3s;
}

.menu-icon span:nth-child(1) {
  top: 0;
}

.menu-icon span:nth-child(2) {
  top: 9px;
}

.menu-icon span:nth-child(3) {
  top: 18px;
}

.menu-text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
  font-size: 16px;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  display: none;
  z-index: 999;
}

.menu-overlay.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.top-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  margin-bottom: 60px;
}

.top-menu a {
  background: #fff;
  box-shadow: 0 0 16px rgba(0,0,0,.08);
  border-radius: 8px;
  padding: 27px 40px;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  font-weight: 400; 
}

.top-menu a svg {
  width: 114px;
}

.top-menu a p {
  width: calc(100% - 114px);
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

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

.menu-overlay .bottom-menu a {
  line-height: 1em;
  color: #000;
  font-size: 20px;
  padding: 20px;
  border: 1px solid #43B8D1;
  text-decoration: none;
  border-radius: 8px;
  position: relative;
  text-align: center;
}

.menu-overlay .bottom-menu a:after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translateY(-48%) rotate(-45deg);
}

.menu-button.active .menu-icon span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.menu-button.active .menu-icon span:nth-child(2) {
  opacity: 0;
}

.menu-button.active .menu-icon span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.menu-button.active .menu-text {
  display: none;
}

@media screen and (max-width: 740px) {
  .menu-icon span {
    background: #43B8D1;
  }

  .menu-overlay.active {
    justify-content: space-around;
    padding: 64px 0;
    overflow: scroll;
  }

  .top-menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-bottom: 24px;
  }

  .top-menu a {
    padding: 25px 40px;
  }

  .top-menu a svg {
    width: 70px;
  }

  .menu-overlay .bottom-menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

  .menu-overlay .bottom-menu a {
    font-size: 16px;
  }
}

.headerCategoryWrapper {
  justify-content: center;
  padding-block: 0;
  display: flex;
  background: #fff;
  padding:12px;
  gap: 16px;
}

.headerCategoryWrapper a {
  padding: 4px 8px;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  border:1px solid #8b8b8b;
  border-radius: 8px;
  letter-spacing: -0.02em;
}

.headerCategoryWrapper a span.top_linkIcon {
  border-radius: 50%;
  border: 1px solid #43B8D1;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 500px) {
  .headerCategoryWrapper {
    display: none;
  }
}


/* ===============================================
# FV
=============================================== */
.TopSlide .splide__slide img {
  width: 100%;
  height: auto;
}

.TopSlide .splide__pagination {
  display: none;
}

.TopSlide .splide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.TopSlide .splide__arrow:not(.button--text) {
  padding: 0 30px;
  pointer-events: visible;
  background: none;
}

.TopSlide .splide__arrow--prev {
  left: 0;
}

.TopSlide .splide__arrow--next {
  right: 0;
}

.TopSlide .splide__arrow:not(.button--text):before,
.TopSlide .splide__arrow:not(.button--text):after {
  box-shadow: none;
}

.TopSlide .splide__arrow:not(.button--text) svg {
  background: #fff;
  border-radius: 50%;
}

/* ===============================================
# NEWSセクション
=============================================== */
section.news {
  margin: 40px 0;
}

.news-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.news__listsColumn {
  display: flex;
  align-items: center;
  gap: 8px 24px;
  flex-wrap: wrap;
}

.news__listsTag {
  background: #43B8D1;
  width: 72px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-block: 0;
}

@media screen and (max-width: 768px) {
  .news__listsTag.for-pc {
    display: none;
  }
}

.news__listsLink {
  margin-block: 0;
  margin-left: auto;
}

.news__listsLink a{
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-decoration: none;

}

.news__listsLink img {
  width: 24px;
  height: 24px;
}

.news__lists {
  margin: 0;
  padding: 0;
  max-width: 727px;
  width: 100%;
}

.news__list:first-child {
  border-top: 1px solid #E2E2E2;
}

.news__lists.bg-grey .news__list {
  background: #F4F4F4;
  border: 1px solid #E2E2E2;
  padding: 0 40px;
  border-radius: 8px;
}

.news__list {
  list-style: none;
}

.news__link {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  text-decoration: none;
}

.news__time {
  color: #000;
  width: 100px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.2;
  align-self: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.news__title {
  width: calc(100% - 120px);
  margin: 0;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #43B8D1;
  text-decoration: underline;
}

.news__btn-box {
  text-align: center;
}

@media screen and (max-width: 740px) {
  section.news {
    margin: 24px 0;
  }

  section.news .section__header .heading {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .news-section {
    padding-top: 54px;
    padding-bottom: 40px;
  }



  .news__list:first-child {
    border-top: none;
  }

  .news__list:first-child .news__link {
    padding-top: 0;
  }

  .news__lists.bg-grey .news__list {
    padding: 0 20px 0 20px;
  }

  .news__lists.bg-grey .news__list .news__link {
    padding-top: 8px;
    padding-bottom: 12px;
  }

  .news__link {
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 8px;
  }

  .news__time {
    width: 100%;
    font-size: 12px;
    margin-top: 0;
    margin-right: 0;
  }

  .news__title {
    -webkit-line-clamp: 2;
    font-size: 14px;
    width: 100%;
  }

  .news__btn-box {
    margin-top: 24px;
  }
}

/* ===============================================
# アンカーリンク
=============================================== */
.anchor {
  padding-bottom: 80px;
}

.anchor .section__header .heading {
  margin-block: 50px 44px;
}

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

.anchor-list a {
  display: block;
  border: 2px solid #43B8D1;
  padding: 20px;
  text-decoration: none;
  color: #000;
  position: relative;
  text-align: center;
  font-size: 20px;
  border-radius: 8px;
  line-height: 1em;
}

.anchor-list a::after {
    content: '';
    position: absolute;
    right: 40px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: translateY(-75%) rotate(45deg);
}

@media screen and (max-width: 740px) {
  .anchor {
    padding-bottom: 32px;
  }
  
    .anchor-list {
        gap: 12px;
    }

  .anchor-list a {
    border: 1px solid #43B8D1;
    font-size: 16px;
    padding: 24px 20px;
  }

  .anchor-list a:after {
    right: 12px;
    width: 6px;
    height: 6px;
  }
}

/* ===============================================
# 商品を探す
=============================================== */
.searchBlock {
  padding-top: 80px ;
}

.search__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom:16px;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .search__header.for-pc {
    display: none;
  }
}

.search__header h2 {
  font-size: 32px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-block: 0;
}

.search__header h2 img {
  width: 33px;
}

.search__title {
  font-size: 24px;
  font-weight: 400;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-block: 40px 0;
}

.search__title img {
  width: 33px;
}

.searchList__link {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-decoration: none;
}

.searchList__link img {
  width: 24px;
}

.category__column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px 16px;
  margin-top: 40px;
}

.category__item h3 {
  font-size: 18px;
  text-align: center;
  margin-block: 18px 0;
}

.category__item img {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
  width: 100%;
}

.category__item a {
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
  display: block;
}

.searchWorryList__large {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  margin-top: 24px;
}

.searchWorryList__largeInner {
  background: #F6F6F6;
  border-radius: 20px;
  justify-content: center;
  padding: 16px 24px;
}

.searchWorryList__illust {
  max-width: 195px;
  width: 100%;
  margin-inline: auto;
  display: flex;
}

.searchWorryList__normal {
  display: flex;
  flex-wrap: wrap;
  gap:16px;
  margin-top: 24px;
  justify-content: center;
}

.searchWorryList__item {
  border: 1px solid #A1A1A1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50px;
  text-decoration: none;
  max-width: 300px;
  width: 100%;
  background: #fff;
  position: relative;
}

.searchWorryList__item::after {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 18px;
}

.searchWorryList__item h3 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.searchWorryList__largeInner .searchWorryList__item {
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
}

.searchWorryList__icon {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 18px;
}

@media screen and (max-width: 1200px) {
  .searchWorryList__large {
    grid-template-columns: 1fr;
    margin-inline: auto;
  }

  .searchWorryList__largeInner {
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .searchBlock {
    padding-top : 40px; 
  }
  .searchWorryList__largeInner .searchWorryList__item{
    width: 280px;
  }

  .searchWorryList__largeInner {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-inline: 12px; 
  }

  .searchWorryList__illust {
    max-width: 75px;
  }

  .searchWorryList__item h3 {
    font-size: 14px;
  }

  .category__item h3 {
    margin-top: 8px;
  }

  .category__column {
    gap: 40px 20px;
    grid-template-columns: 1fr 1fr;
  }
}


/* ===============================================
#　イチオシ商品
=============================================== */
.recommend {
  padding-block: 80px;
  background: #D5E7EA;
}

.recommendSwiper {
  margin-top: 40px; 
  padding-inline: 10vw!important;
  gap: 40px;
  position: relative;
}

.recommendSwiper__item {
  padding-block: 0 24px;
  position: relative;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  text-decoration: none;
}

.recommendSwiper .swiper-slide .no-1 {
  position: absolute;
  left: -42px;
  top: 0;
  width: 100px;
}

.recommendSwiper__img {
  width: 190px;
  height: auto;
  object-fit: cover;
  margin-bottom: 0;
  height: 240px;
  display: block;
  margin-inline: auto;
}

.recommendSwiper__link {
  width: 100%;
  margin-inline: auto;
  text-decoration: none;
} 

.recommendSwiper__cat {
  margin-block: 0;
  padding-inline :24px; 
  color: #000;
}

.recommendSwiper__name {
  margin-block: 0;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
  height: 56px;
  display: flex;
  align-items: start;
  padding-inline: 24px;
  color: #4c4c4c;
} 

.recommendSwiper__text {
  font-size: 14px;
  margin-block: 8px;
  padding-inline: 24px;
  color: #4c4c4c;
}

.recommendSwiper__column {
  display: flex;
  justify-content: space-between;
    padding-inline: 24px;
  align-items: flex-end;
}

.recommendSwiper__column .price {
  margin-block: 0;
  color: #4c4c4c;
  font-size: 14px;
}


.recommend-item .price span {
  font-size: 18px;
  font-weight: 700;
}

.recommendSwiper__cartBtn {
  max-width: 236px;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  color: #43B8D1;
  border: 1px solid #43B8D1;
  margin-top: 16px;
  gap:20px;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.recommendSwiper__cartBtn img{
  content: "";
  background-image: url(../images/recruit/icon-swiper-next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  position: absolute;
  width: 24px;
  height: 24px;
}

.recommendSwiper__cartBtn:hover {
  opacity: 0.6;
  cursor: pointer;
}

.recommendSwiper__cartBtn img {
  width: 24px;
}

.recommendSwiper .swiper-button-prev,
.recommendSwiper .swiper-button-next {
  display: block;
  height: 28px;
}

.recommend__bottomBtn {
  max-width: 268px;
  width: 100%;
  border-radius: 100px;
  background: #43B8D1;
  color: #fff;
  position: relative;
  margin-inline: auto;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-top: 40px;
}

.recommend__bottomBtn::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 20px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: none!important;
  height: min-content;
}

.swiper-button-prev {
  transform: rotate(180deg);
  left: 8vw!important;
}

.swiper-button-next {
  right: 8vw!important;
}

@media screen and (max-width: 1024px)  {
  .recommendSwiper__cartBtn {
    max-width: 200px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px)  {
  .recommendSwiper {
    padding-inline: 1vw!important;
  }
  
  .recommendSwiper__img {
    max-width: 120px; 
    width: 100%;
    margin-inline: auto;
    height: 120px;
    display: block;
  }

  .recommendSwiper .swiper-slide .no-1 {
    left: -4px;
    max-width: 70px;
  }

  .recommendSwiper__name {
    font-size: 16px;
    height: 40px;
  }

  .swiper-button-prev {
    left: 1vw!important;
  }
  
  .swiper-button-next {
    right: 1vw!important;
  }

  .recommendSwiper__column {
    flex-wrap: wrap;
    gap: 8px;
  }

  .recommendSwiper__name,
  .recommendSwiper__text,
  .recommendSwiper__column {
    padding-inline: 12px;
  }

   .recommendSwiper__text {
     height: 44px;
     color: #333;
   }

  .recommendSwiper__cartBtn {
    max-width: 140px;
    height: 40px;
    gap: 12px;
  }

  .recommendSwiper__cartBtn img {
    right: 8px;
  }
  
}

/* ===============================================
# お悩みから探す
=============================================== */
.search-worry {
  padding-block: 120px;
}

.search-worry-list {
  display: flex;
    flex-wrap: wrap;
    gap: 20px;

  @media screen and (max-width: 768px) {
    gap: 12px 10px;
  }
}

.search-worry-list a {
  text-decoration: none;
}

.search-worry-list a h3 {
  padding: 18px 40px;
  border: 2px solid #E2E2E2;
  border-radius: 100px; 
  margin: 0;
  font-size: 18px;
  line-height: 1em;

  @media screen and (max-width: 768px) {
    font-size: 14px;
    padding: 12px 20px 10px;
  }
}

.search-worry-title {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.search-worry-title h2 {
  padding: 18px 40px;
  border: 2px solid #E2E2E2;
  border-radius: 100px; 
  margin: 0;
  font-size: 18px;
  line-height: 1em;

  @media screen and (max-width: 768px) {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.search-worry-buttn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.search-worry-buttn a {
  font-size: 14px;
  padding: 15px 95px;
  background: #E2E2E2;
  border-radius: 100px;
  color: #000;
  text-decoration: none;
  line-height: 1em;
}

 @media screen and (max-width: 768px) {
   .search-worry {
  padding-block: 40px;
}
 }

/* ===============================================
# お悩みから探す
=============================================== */
.slide {
  margin: 80px 0 87px;

  @media screen and (max-width: 768px) {
    margin: 32px 0 37px;;
  }
}

.slide .splide__slide img {
  width: 100%;
}

/* ===============================================
# コラム特集
=============================================== */
.column {
  padding-block: 80px 64px;
}

.column__lists {
  display: grid;
  gap: 40px;
  margin-top: 40px;
}

.column__detail {
  display: flex;
    align-items: center;
    gap: 12px;
}

.column__card {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-columns: 37% auto;
  gap: 40px;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 10px;
}

.column__title {
  font-size: 24px;
  font-weight: 400;
  margin-block: 8px 0;
  text-align:center;
}

.column__headTitle {
  font-size: 24px;
  font-weight: 400;
  margin-block: 8px;
  text-align: center;
}

.column__cardTitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
} 

.column__text {
  color: #A1A1A1;
  margin-block: 10px;
  font-size: 14px;
}

.column__card-detail time {
  font-size: 14px;
  color: #A1A1A1;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.column__catInner {
  display: flex;
  gap: 10px;
  padding-left: 0;
  margin-block: 24px 0;
  flex-wrap: wrap;
}

.column__catInner li {
  list-style: none;
  /* height: 32px;
  border-radius: 30px;
  padding-inline: 20px;
  color: #fff; */
}

.column__catInner li a {
  height: 32px;
  border-radius: 30px;
  padding-inline: 20px;
  color: #fff;
  text-decoration: none;
}

.column__cat-wrapper {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.column__cat {
  width: fit-content;
  margin-block: 0;
  border-radius: 30px;
  height: 28px;
  padding-inline: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}



@media screen and (max-width: 768px) {
  .column__card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .column__title {
    font-size: 20px;
  }

  .column__text {
    font-size: 12px;
  }

  .column__card-detail time {
    font-size: 12px;
  }

  .column__cat {
    height: 24px;
  }

  .column__cardTitle  {
    line-height: 1.5;
    font-size: 20px;
  }
}

/* ===============================================
# TOP FAQ
=============================================== */
section.faq {
  background: #fff;
  padding: 67px 0 120px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.faq-item {
  background: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0, .08);
  border-radius: 8px;
  padding: 50px 40px;
  position: relative;
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr 5fr 1fr;
  align-items: center;
}

.faq-item img {
  width: 114px;
}

.faq-item_details {
  text-align: center;
}

.faq-item_details h3 {
  color: #43B8D1;
  font-size: 24px;
  margin: 0;
  margin-bottom: 28px;
  font-weight: 600;
}

.faq-item_details .detail {
  margin: 0;
  color: #000;
  font-size: 18px;
}

/* ===============================================
# 下層 FAQ
=============================================== */
.faq2 .collapsible-content__heading {
  background:#43B8D1;
  border-radius:8px;
  color:#fff;
  font-size:24px;
  text-align:center;
  padding:22px 10px;
  margin-bottom:40px;
}

.faq2 .accordion {
  background:#fff;
  border:1px solid #E2E2E2;
  padding:0px 40px;
  border-radius:8px;
}

.faq2 .accordion + .accordion {
  margin-top:20px;
}

.faq2 .accordion summary {
  background:inherit;
  padding:16px 0px;
  align-items: center;
}

.faq2 .collapsible-content summary:hover {
  background:inherit;
}

.faq2 .summary-inner {
  display:flex;
  gap:4%;
  width: 95%;
}

.faq2 .collapsible-content .accordion__title {
  max-width: calc(100% - 2rem);
}

.faq2 .collapsible-content summary:hover .accordion__title {
  text-decoration:none;
}

.faq2 .accordion__title {
  font-size:20px;
}

.faq2 .accordion .icon_q {
  color:#43B8D1;
  font-size:20px;
  display: flex;
  align-items: center;
}

.faq2 .accordion-btn {
  position:relative;
  background:#43B8D1;
  border-radius:50%;
  width:25px;
  height:25px;
  display:inline-block;
}

.faq2 .accordion-btn .accordion-btn__bar1,
.faq2 .accordion-btn .accordion-btn__bar2 {
  position:absolute;
  content:"";
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) rotate(0);
  background:#fff;
  transition:transform 0.3s;
}

.faq2 .accordion-btn .accordion-btn__bar1 {
  width:13px;
  height:1px;
}

.faq2 .accordion-btn .accordion-btn__bar2 {
  width:1px;
  height:13px;
}

.faq2 .accordion details[open]>summary .accordion-btn .accordion-btn__bar2 {
  transform:translate(-50%,-50%) rotate(90deg);
  transition:transform 0.3s;
}

.faq2 .accordion__content {
  border-top:1px solid #E2E2E2;
  padding:0 0 0 5.5%;
}

.faq2 .accordion_content_title {
  color:#E33434;
  font-size:20px;
  line-height:1.2;
}

@media screen and (max-width: 768px) {
  section.faq {
    padding: 40px 0 60px;
  }

  .faq-list {
    padding: 0 12px;
  }

  .faq-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 24px 24px 30px;
  }

  .faq-item .arrow-right {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }

  .faq-item img {
    display: block;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    margin-bottom: 21px;
  }

  .faq-item_details h3 {
    font-size: 18px;
    margin-bottom: 19px;
  }

  .faq-item_details .detail {
    font-size: 14px;
  }

  .faq2 .collapsible-content__heading {
    margin-bottom:24px;
  }

  .faq2 .accordion {
    padding:0px 12px;
  }

  .faq2 .accordion summary {
    padding:16px 0px 16px 12px;
  }

  .faq2 .accordion__title {
    font-size:16px;
  }

  .faq2 .accordion .icon_q {
    font-size:26px;
  }

  .faq2 .accordion__content {
    padding:0px 12px;
  }

  .faq2 .accordion_content_title {
    font-size:16px;
  }
}

/* ===============================================
# ご利用ガイド
=============================================== */
.icon-width-text .section__heading {
  margin-bottom:50px;
}

.icon-width-text .block-item {
  border-top:10px solid #FAFAFA;
}

.icon-width-text .block-item__inner {
  display: flex;
  gap:8%;
  padding:60px 0px 0px;
}
@media screen and (max-width: 768px) {
   .icon-width-text .block-item__inner{
     flex-direction: column;
      gap:5%;
      padding:60px 12px 0px; 
   }
}

.icon-width-text .block-item__icon-box {
  width:12%;
}
@media screen and (max-width: 768px) {
  .icon-width-text .block-item__icon-box {
      width: 100%;
      text-align: center;
  }
  .icon-width-text .block-item__icon-box img {
    max-width: 200px;
  }
}

.icon-width-text .block-item__text-box {
  flex:1;
}

.icon-width-text .block-item__title {
  margin-bottom:24px;
  color:#43B8D1;
  font-size:24px;
  font-weight:700;
}
@media screen and (max-width: 768px) {
   .icon-width-text .block-item__title {
     text-align:center;
     font-size:18px;
   }
}

.icon-width-text .block-item__sub-title {
  margin-bottom:24px;
  padding:8px 24px;
  width:fit-content;
  background:#E2E2E2;
  border-radius:8px;
  font-size:16px;
}
@media screen and (max-width: 768px) {
   .icon-width-text .block-item__sub-title {
      font-size:14px;
   }
}

.icon-width-text .block-item__text{
  margin-bottom:24px;
  font-size:16px;
}
@media (max-width: 768px) {
   .icon-width-text .block-item__text{
      font-size:14px;
   }
}

/* ===============================================
# 会社概要
=============================================== */
.list ul.list{
  margin-top:40px;
  list-style:none;
  padding:0;
}
@media screen and (max-width: 768px) {
  .list ul.list{
    margin-top:26px;
  }
}

.list .list-item{
  display:flex;
}

.list .list-item__title {
  width:27%;
  border-bottom:1px solid #43B8D1;
  padding:30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
   .list .list-item__title {
      width:31%; 
     padding: 15px 12px;
     font-size:14px;
     line-height:1.57;
   }
}


.list .list-item__title p {
  margin:0;
}

.list .list-item:first-of-type .list-item__title{
  border-top:1px solid #43B8D1;
}

.list .list-item__text{
  flex:1;
  border-bottom:1px solid #E2E2E2;
  padding:30px;
}
@media screen and (max-width: 768px) {
   .list .list-item__text{
     padding: 14px;
    font-size:14px;
     line-height:1.57;
   }
}

.list-item__text ul,
.list-item__text ol {
  padding-left:20px;
}

.list-item__text li {
  list-style:disc;
}

.list .list-item__text p {
  margin:0;
}

.list .list-item:first-of-type .list-item__text{
  border-top:1px solid #E2E2E2;
}

/* ===============================================
# わたしたちの想い
=============================================== */
.mind__inner {
  margin-top: -80px;
  padding: 40px;
  width: 100%;
  max-width: 857px;
  margin-inline: auto;
  position: relative;
  background: #fff;  
}

.mind .heading {
  margin-block: 0;
  font-weight: 400;
}

.mind__fv {
  margin-top: 28px;
}

.mind__title {
  font-size: 24px;
  color: #43B8D1;
  text-align: center;
  margin-block: 0;
  font-weight: 400;
}

.mind__text {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
}

.mind__link {
  border-radius: 100px;
  max-width: 268px;
  width: 100%;
  margin-inline: auto;
  color: #fff;
  background: #43B8D1;
  position: relative;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 40px;
  font-size: 14px;
}

.mind__link::after {
  position: absolute;
  right: 20px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .mind__fv img{
    height: 300px;
    object-fit: cover;
  }
  .mind__inner {
    width: calc(100vw - 40px);
    padding-inline: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mind__fv img{
    height: 200px;
    object-fit: cover;
  }
  
  .mind__inner {
    margin-top: -40px;
  }

  .mind__title {
    font-size: 20px;
  }

  .mind__text {
    font-size: 14px;
    text-align: start;
  }
}
/* ===============================================
# 下層　わたしたちの想い
=============================================== */
.banner {
  display: flex;
  align-items: center;
  height: 340px!important;
}

.banner__image img {
  border:none;
}

.image-and-text .container {
    max-width: 1080px;
    width: calc(100% - 60px);
    padding: 0;
    margin: 0 auto;
  }

@media screen and (max-width: 740px) {
  .image-and-text .container {
    padding: 0 12px;
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .banner {
    height: 300px!important;
  }
  .image-and-text__inner {
    display: flex;
    gap: 5.5%;
    flex-direction: column;
    row-gap:32px;
  }
}

.image-and-text .text-box {
  text-align:center;
}

.image-and-text .text-box__image {
  width:100%;
}
@media screen and (max-width:768px) {
  .image-and-text .text-box__image {
    width:80%;
    margin:0 auto;
    aspect-ratio:3/2;
  }
}

.image-and-text .text-box__image img{
  width:100%;
}

.image-and-text .text-box__title {
  color:#43B8D1;
  font-size:20px;
}

.image-and-text .text-box__text {
  font-size:18px;
}
@media screen and (max-width:768px) {
  .image-and-text .text-box__text {
    font-size:14px;
  }
}

.infinite-slider {
  overflow: hidden;
  width: 100%;
}

.slider-track {
  display: flex;
  width: max-content;
  animation: scroll-left 60s linear infinite;
  align-items: center;
}

.infinite-slide {
  flex: 0 0 auto;
  margin-right: 30px;
}

.infinite-slide img {
  width: 200px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .infinite-slide img {
    width: 140px;
  }
}


.custom-text-block {
  margin-top: 78px;
}

.custom-text-block span {
  color: #000;
  position: relative;
  margin-inline: 4px;
  font-weight: 400;
}

.custom-text-block span::after {
  position: absolute;
  bottom: 0px;
  height: 4px;
  width: 100%;
  background: rgba(255, 132, 132, 0.5);
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

.text-box__title{
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.8;
}

.text-box__title::after {
  position: absolute;
  bottom: -30px;
  width: 80px;
  height: 1px;
  background: #43B8D1;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

.text-box__img {
  position: relative;
}

.text-box__img::after {
  position: absolute;
  bottom: -30px;
  width: 80px;
  height: 1px;
  background: #43B8D1;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}


section.card-list {
  display: grid;
  gap: 40px;
}

section.card-list .container {
  max-width: 1080px;
  width: calc(100% - 60px);
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  section.card-list .container {
    padding: 0 20px;
    width: 100%;
  }
}

section.card-list ul.card-list {
  margin: 50px 0 0 0;
  padding: 0;
  display: grid;
  gap: 40px;
  list-style: none;
  position: relative;
}

section.card-list ul.card-list::before {
  content: "";
  background-image: url(../assets/img-point-top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 375px;
  position: absolute;
  right: -30px;
  top: -250px;
}

section.card-list ul.card-list::after {
  content: "";
  background-image: url(../assets/img-point-medium.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 260px;
  height: 260px;
  position: absolute;
  left: -130px;
  top: 30%;
}

section.card-list {
  position: relative;

}

section.card-list::after {
  position: absolute;
  content: "";
  background-image: url(../assets/img-point-bottom.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 321px;
  height: 286px;
  position: absolute;
  left: 7vw;
  bottom: -8%;
}

@media screen and (max-width:768px) {
  section.card-list ul.card-list {
    gap:20px;
  }
}

@media screen and (max-width:1024px) {
  section.card-list ul.card-list::before,
  section.card-list ul.card-list::after,
  section.card-list::after {
    scale: 0.7;

  }

  section.card-list ul.card-list::after {
        left: -150px;
    top: 32%;
  }

  section.card-list::after {
    left: -70px;
  }
}

@media screen and (max-width: 768px) {
  section.card-list ul.card-list::before,
  section.card-list ul.card-list::after,
  section.card-list::after {
    scale: 0.5;
  }

    section.card-list ul.card-list::after {
        left: -120px;
        top: 25%;
  }

  section.card-list ul.card-list::before {
    right: -70px!important;
    top: -200px;
  }

  section.card-list ul.card-list::before {
    right: 0;
  }
}

@media screen and (max-width: 450px) {
  section.card-list ul.card-list::before,
  section.card-list ul.card-list::after,
  section.card-list::after {
    scale: 0.4;
  }

  section.card-list::after {
    left: -110px;
  }
}

section.card-list .card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height:fit-content;
  background:#fff;
  border-radius: 8px;
}

section.card-list .card__text-box {
  padding: 32px;
  background: #F7FAFB;
}

section.card-list .card__title {
  color:#000;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 400;
}

section.card-list .card__title span {
  font-size: 48px;
  font-weight: 700;
  color: #43B8D1;
}

.card__column {
  display: grid;
  grid-template-columns: 65% 30%;
  gap: 20px 40px;
}

section.card-list .card__text {
  font-size:16px;
}

section.card-list .card__text p {
  margin-block: 0;
}

@media screen and (max-width:768px) {
  section.card-list .card__title {
    font-size: 20px;
  }

  section.card-list .card__title span {
    font-size: 32px;
  }

  .card__column {
    grid-template-columns: 1fr;
  }

  section.card-list .card__text {
    font-size:14px;
  }

  section.card-list .card__text-box {
    padding-inline: 20px;
  }
}

.image-and-text__column {
  position:relative;
}

.image-and-text__column::before {
  content:"";
  position:absolute;
  width:100%;
  height:30%;
  background: {{ section.settings.color }};
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .image-and-text__column::before {
      height:15%;
  }
}
  
.image-and-text__column .container {
    max-width: 1080px;
    width: calc(100% - 60px);
    padding: 0;
    margin: 0 auto;
  }

  @media screen and (max-width: 740px) {
   .image-and-text__column .container {
      padding: 0 12px;
      width: 100%;
    }
  }
  
.image-and-text__column .image-and-text__inner {
  position:relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:100px;
  width:80%;
  margin:0 auto;
}
@media screen and (max-width:768px) {
  .image-and-text__column .image-and-text__inner {
    flex-direction: column;
    gap:32px;
    width:100%;
  }
}

.image-and-text__column .image-box {
  width:100%;
}
@media screen and (max-width:768px) {
  .image-and-text__column .image-box {
    margin-right:calc(50vw - 50%);
    margin-left:calc(50vw - 50%);
    width: 100vw;
  }
}
  
.image-and-text__column .image-box img{
  width:100%;
  max-width:100%;
  border-radius:8px;
}
@media screen and (max-width:768px) {
  .image-and-text__column .image-box img{
    border-radius:0px;
  }
}

.image-and-text__column .text-box {
  text-align:center;
}

.image-and-text__column .text-box__title {
  color:#43B8D1;
  font-size:20px;
  text-align:center;
}

.image-and-text__column .text-box__text {
  font-size:16px;
  text-align:center;
}
@media screen and (max-width:768px) {
  .image-and-text__column .text-box__text {
    font-size:14px;
  }

  .image-and-text__column .text-box__text br{
    display:none;
  }
}

/* ===============================================
# 画像横並び
=============================================== */


/* ===============================================
# 商品詳細
=============================================== */
.quantity:before,
.quantity:after{
  display:none;
}

.product-form__quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity__select {
  width: 82px;
  height: 48px;
  border: 1px solid #000;
  border-radius:8px;
  padding-left: 14px;
  font-size: 16px;
}

.price {
  display: flex;
  align-items: flex-end;
}

/* ===============================================
# お問い合わせ
=============================================== */
section.contact {
  background: #fff;
  padding: 87px 0 86px;
}

.line__inner {
  background: #DFF9E9;
  border-radius: 20px;
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.08));

}

.contact-item_details p {
  font-size: 13px;
  margin-top: 18px;
  margin-bottom: 24px;
}

.line__textarea {
  display: grid;
  gap: 16px;
  align-items: center;
}

.line__column {
  display: grid;
  grid-template-columns: 52% 21%;
  gap: 7%;
  justify-content: center;
  padding-block: 40px;
}

.line__head {
  display: grid;
  grid-template-columns: 71px auto;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.line__desc {
  margin-block: 0;
  text-align: center;
  color: #535353;
}

.line__button {
  color: #fff;
  max-width: 268px;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  text-decoration: none;
  position: relative;
  margin-inline: auto;
  font-weight: 700;
}

.line__button::after {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  right: 20px;
}


.line__text {
  font-size: 24px;
  font-weight: 400;
  display: grid;
  margin-block: 0;
}

.line__text span {
  font-size: 13px;
}

.contact__column {
  display: grid;
  grid-template-columns: 35% auto;
  gap: 24px;
  margin-top: 24px;
}

.dealer {
  background: #B0DEE8;
  border-radius: 8px;
  padding: 20px 18px;
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.08));
}

.dealer__text {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #535353;
}

.dealer__button {
  font-size: 14px;
  font-weight: 700;
  max-width: 220px;
  width: 100%;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #43B8D1;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  margin-inline: auto;
  position: relative;
}

.dealer__button::after {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  right: 20px;
}

.other {
  background: #fff;
  padding: 20px 18px;
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.08));
  border-radius: 8px;
  display: grid;
  align-content: center;

}

.other__text {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-block: 0 24px;
}

.other__column {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.other__button {
  max-width: 220px;
  width: 100%;
  height: 41px;
  border-radius: 100px;
  background: #D7D7D7;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #535353;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  font-weight: 700;
}

.other__button::after {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  right: 12px;
}

.contact-item a {
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 1em;
  padding: 14px 12px;
  border-radius: 8px;
  position: relative;
}

.contact-item a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-48%) rotate(-45deg);
}

.contact-note {
  font-size: 14px;
}

.contact-note p {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  section.contact {
    padding: 37px 12px 46px;
  }

  section.contact .section__header .heading {
    font-size: 24px;
    margin-bottom: 36px;
  }

  .contact-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-item.hidden-desktop {
    display: flex;
  }

  .contact-item.hidden-mobile {
    display: none;
  }

  .line__head {
    grid-template-columns: 1fr;
  }

  .line__icon {
    width: 70px;
    margin-inline: auto;
  }

  .line__column {
    grid-template-columns: 1fr;
    padding-block: 20px;
  }

  .line__desc {
  font-size: 15px;
  }

  .line__text {
    font-size: 18px;
    text-align: center;
  }

  .line__text span {
    font-size: 12px;
  }

  .line__qr {
    width: 200px;
    margin-inline: auto;
    display: none;
  }

  .contact-item_details p {
    margin-bottom: 15px;
  }

  .contact-item a {
    padding: 22px 12px;
    font-size: 16px;
  }

  .contact-note p {
    margin: 24px 0 0;
  }

  .contact__column {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 500px) {
  .other__column {
    grid-template-columns: 1fr;
    display: grid;
  }

  .other__button {
    margin-inline: auto;
  }
}

/* ===============================================
# 商品一覧
=============================================== */
.product-all-scroll,
.collection-product {
  padding: 60px 0;
  background: #fff;
}

.product-all-scroll .search-product-list h3:after {
  transform: translateY(-65%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .product-all-scroll .search-product-list h3:after {
    right: 14px;
  }
}

.collection .search-product-list a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  width: 100%;
  box-sizing: border-box;

  @media screen and (max-width: 768px) {
    padding: 15px 10px;
  }
}

.collection .search-product-list a p {
  margin: 0;
  text-align: start;
  margin-top: 8px;
}

.collection .search-product-list img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.collection .search-product-list h3 {
  padding: 0;
  font-size: 18px;
  height: 56px;
  display: flex;
  align-items: flex-start;
  text-align: start;
}

.collection .search-product-list h3:after {
  content: none;
}

.arrow-right {
  position: relative;
  display: inline-block!important;
  width: 30px;
  height: 30px;
  border: 2px solid #43B8D1; /* 円の枠線 */
  background: #43B8D1;
  border-radius: 50%; /* 円形にする */
  justify-self: right;
}

.arrow-right::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-75%, -50%) rotate(45deg);
}

.collection .search-product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 785px;
  margin: 0 auto;
}

.collection .search-product-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #000;
  background: #fff;
  border-radius: 8px;
}

.collection .search-product-list img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 0;
}

.collection .search-product-list h3 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 24px 6px;
  position: relative;
  width: 100%;
  height: auto;
}

/* .collection .search-product-list h3::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translateY(-48%) rotate(-45deg);
} */

@media screen and (max-width: 768px) {
  .collection .search-product {
    padding: 40px 0;
  }

  .collection .search-product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media screen and (max-width: 740px) {
 .collection .search-product-list h3 {
    font-size: 16px;
    padding: 16px 6px;
  }
}

.collection .search-product-list a {
  border: 1px solid #E2E2E2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  width: 100%; /* または固定幅 */
  padding: 20px;
  box-sizing: border-box;

  @media screen and (max-width: 768px) {
    padding: 15px 10px;
  }
}

.collection .search-product-list a p {
  margin: 0;
  text-align: center;
}

.collection .search-product-list img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.collection .search-product-list h3 {
  padding: 0;
  font-size: 16px;
  margin-bottom: 15px;
}

.collection .search-product-list h3:after {
  content: none;
}

.arrow-right {
  position: relative;
  display: inline-block!important;
  width: 30px;
  height: 30px;
  border: 2px solid #43B8D1; /* 円の枠線 */
  background: #43B8D1;
  border-radius: 50%; /* 円形にする */
  justify-self: right;
}

.arrow-right::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-75%, -50%) rotate(45deg);
}


/* ===============================================
# 関連商品
=============================================== */
.related-products .related-product-list {
  max-width:unset;
  grid-template-columns:repeat(4,1fr);
  display: grid;
}
@media screen and (max-width: 768px) {
    .related-products .related-product-list {
      grid-template-columns:repeat(2,1fr);
    }
}

.related-products .related-product-list a {
  border: 1px solid #E2E2E2;
  background: #fff;
}

.related-products .related-product-list h3:after {
  transform: translateY(-65%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .related-products .related-product-list h3:after {
    right: 14px;
  }
}

.related-products .related-product-list a {
  border: 1px solid #E2E2E2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  width: 100%; 
  padding: 20px;
  box-sizing: border-box;

  @media screen and (max-width: 768px) {
    padding: 15px 10px;
  }
}

.related-products .related-product-list a p {
  margin: 0;
}

.related-products .related-product-list img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.related-products .related-product-list h3 {
  padding: 0;
  font-size: 16px;
  margin-bottom: 15px;
}

.related-products .related-product-list h3:after {
  content: none;
}

.related-products .arrow-right {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid #43B8D1;
  background: #43B8D1;
  border-radius: 50%;
  margin-inline: auto;
}

.related-products .arrow-right::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-75%, -50%) rotate(45deg);
}

/* ===============================================
# フッター
=============================================== */
.section.footer {
  padding: 60px 0 20px;
  border-top: 1px solid #C7C7C7;
  background: #535353;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.footer-top a {
  background: #F5F5F5;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  padding: 24px 10px;
  color: #000;
  line-height: 1em;
}

.footer-middle {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}

.footer-middle-left {
  width: calc(100% - 60px);
}

.footer-text p {
  font-size: 14px;
  margin: 0;
}

.footer-middle-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
}

.footer-middle-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1em;
}

.footer-middle-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}

.footer-middle-right a {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-middle-right img {
  width: 40px;
  height: 40px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 26px;
}

.footer-bottom a {
  padding: 0 12px;
  border-right: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.footer-bottom a:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .section.footer {
    padding: 40px 0 180px;
  }

  .section.footer .container {
    padding: 0 24px;
  }

  .footer-top {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

  .footer-middle {
    margin-top: 28px;
    width: 100%;
  }

  .footer-middle-left {
    width: calc(100% - 30px);
  }

  .footer-middle-menu {
    flex-direction: column;
    gap: 20px;
  }

  .footer-middle-menu a:first-child {
    margin-bottom: 0;
  }

  .footer-middle-right {
    position: absolute;
    width: auto;
    right: 0;
    margin-top: 0;
  }

  .footer-middle-right img {
    width: 30px;
    height: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    margin-left: 0;
    margin-top: 20px;
  }

  .footer-bottom a {
    margin-bottom: 20px;
    padding: 0;
    font-size: 14px;
    line-height: 1em;
    border-right: none;
  }
}

/* 改修後 */
.footer__container {
  max-width: 1205px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.footerMenu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 0;
  margin: 0;
}

.footerMenu__item {
  list-style: none;
  color: #fff;
}

.footerMenu__itemLink {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.footerMenu__list {
  padding-left: 1.5em;
}

.footerMenu__list li {
  font-size: 14px;
  color: #fff;
  list-style: none;
  position: relative;
}

.footerMenu__list li a {
  color: #fff;
  text-decoration: none;
}

.footerMenu__list li:before {
  position: absolute;
  content: "-";
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.footerColumn {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.footerColumn__insta {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  position: relative;
  align-items: center;
  padding-left: 78px;
}

.footerColumn__insta::before {
  position: absolute;
  content: "";
  background-image: url(../assets/icon-instagram.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footerBottomLink {
  display: flex;
  margin-block: 40px 0;
  padding-left: 0;
  justify-content: center;
}

.footerBottomLink li {
  padding-inline: 12px;
  border-right: 1px solid #fff;
  list-style: none;
  color: #fff;
  font-size: 12px;
}

.footerBottomLink li:nth-last-child(1) {
  border: none;
}

.footerBottomLink li a {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px)  {
  .footerColumn {
    display: grid;
    gap: 20px;
    justify-items: center;
  }

  
  .footerBottomLink {
    display: flex;
    flex-wrap: wrap;
        justify-content: start;
  }

  .footerBottomLink li {
    text-align: center;
    font-size: 11px;
    padding-inline: 8px;
  }

  .footerMenu {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 12px;
  }

  .footerMenu__itemLink {
    font-size: 16px;
  }

  .footerMenu__list li {
    font-size: 12px;
  }
}

/* ===============================================
# コラム
=============================================== */
.main-blog .column__card {
  min-width: 100%;
  margin: 0px;
  @media (max-width: 768px) {
    margin-bottom: 10px;
  }
}

.main-blog .column__card img {
  width: 100%;
}

.article-template .media {
  background: none!important;
}

.article-template .media img {
  position: relative!important;
}

/* 改修後 */
.blog {
  padding-top: 90px;
}

.column__title {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
}

.blog__column {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 45px;
  margin-block: 40px 0;
}

.blog__cats {
  display: flex;
  flex-wrap: wrap;
}

.blog__item {
  padding: 16px 24px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.blog__img img {
  width: 100%;
}

.blog__cat {
  margin-block: 20px 0;
  font-size: 12px;
  color: #fff;
      height: 32px;
    border-radius: 30px!important;
    display: flex!important;
    justify-content: center;
    width: fit-content;
    font-size: 12px!important;
    font-weight: 700;
    padding:0 20px!important;
    margin: 0;
  align-items: center;
}

.blog__cat-wrapper {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.blog__title {
  font-size: 17px;
  font-weight: 400;
}

.blog__desc {
  font-size: 14px;
  color: #A1A1A1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog__date {
  font-size: 14px;
  color: #A1A1A1;
}

.blog__sort {
  height: 40px;
  max-width: 320px;
  width: 100%;
  border: 1px solid;
  border: 1px solid #A1A1A1;
  border-radius: 4px;
}

.blog__sort:focus-visible {
  outline: none!important;
  box-shadow: none!important;
}

.blogCatList {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 50px;
}

.blogCatItem {
  list-style: none;
  border-radius: 30px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 24px;
  color: #fff;
  font-size:12px;
  line-height: 1;
  font-weight: 700;
}

.blogCatItem:hover {
  cursor: pointer;
}

.blogCatItem--all {
  background: #000;
}

.blog__sort {
  padding-left: 14px;
}

.blog__pagination {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top:40px;
}

.blog__pagination button.active {
  color: #000!important;
  position: relative!important;
}

.blog__pagination button.active::after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.blog__pagination button {
  all: unset;
  background: transparent!important;
  border: none!important;
  padding: 0!important;
  margin: 0!important;
}


/* ===============================================
# ポリシー
=============================================== */
.shopify-policy__container {
    max-width: 1000px;
    width: calc(100% - 60px);
    padding: 0 0 60px;
    margin: 0 auto;
}

.shopify-policy__title h1 {
  font-size: 24px;
  margin: 58px 0 44px;
}

.privacy dd {
  margin-left: 0;
}

/* ===============================================
# カート
=============================================== */
.cart__warnings a.button {
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  background: #43B8D1;
  color: #fff;
  border-radius: 8px;
  padding: 20px 40px;
  position: relative;
}

.cart__warnings a.button:before,
.cart__warnings a.button:after {
  content: none;
}

@media screen and (max-width: 768px) {
  .blog__column {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 500px) {
  .blog__column {
    grid-template-columns: 1fr;
  }
}

/* ===============================================
# Lineバナー
=============================================== */
.lineBanner {
  background: #EDFCFF;
  border-radius: 20px;
  border: 5px solid rgba(67, 184, 209, 0.5);
  display: grid;
  grid-template-columns: 59% 31%;
  justify-content: center;
}

.lineBanner__textarea {
  display: grid;
  align-content: center;
}

.lineBanner__icon {
  width: 60px;
  height: 60px;
  margin-inline: auto;
}

.lineBanner__title{
  font-size: 32px;
  font-weight: 700;
  margin-block: 0;
  text-align: center;
  border-bottom: 2px solid #FF4D00;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 0.5em;
}

.lineBanner__text {
  font-size: 18px;
  margin-block: 16px 0;
  text-align: center;
}

.lineBanner__link {
  max-width: 268px;
  width: 100%;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  background: #06C755;
  text-decoration: none;
  margin: 8px auto 0;
  position: relative;
}

.lineBanner__link::after {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 24px;
}

.lineBanner__img {
  display: grid;
}

@media screen and (max-width: 1024px) {
  .lineBanner__title {
    font-size: 22px;
  }
  
  .lineBanner__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .lineBanner {
    grid-template-columns: 1fr;
    padding-inline: 20px;
  }

    .lineBanner__title {
    font-size: 15px;
  }
  
  .lineBanner__text {
    font-size: 12px;
  }

  .lineBanner__link {
    font-size: 12px;
  }

  .lineBanner__img {
    max-width: 280px;
    width: 100%;
    margin-inline: auto;
  }
}

/* ===============================================
# 購入までの流れ
=============================================== */
.flowPurchase {
  background: #f2f2f2;
  padding-block: 80px 40px;
}

.flowPurchase__title {
  font-size: 24px;
  font-weight: 400;
  margin-block: 0 40px;
  text-align: center;
}

.flowPurchase__inner h4 {
  position: relative;
  left: 0;
  padding-left: 20px;
  font-size: 16px;
  margin-block: 0;
}

.flowPurchase__inner h4::before {
  position: absolute;
  left: 0;
  height: 1em;
  background: #43B8D1;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}

.flowPurchase__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding-left: 0;
}

.flowPurchase__list li {
  background: #43B8D1;
  color: #fff;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
    padding-block: 4px;
}

.flowPurchase__list li:nth-child(2) {
  letter-spacing: -0.1em;
}

.flowPurchaseList {
  display: grid;
  padding-left: 0;
  gap:10px;
  grid-template-columns: 1fr 1fr;
}

.flowPurchaseList li {
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 2px;
  background: #43B8D1;
  color: #fff;
  font-size: 12px;
}

.flowPurchase__column {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 56px;
  margin-top: 40px;
}

.flowPurchase__item {
  position: relative;
  filter: drop-shadow(2px 3px 5px rgba(60, 60, 60, 0.25));
  background: #fff;
  padding: 16px;
  border-radius: 20px;
  position: relative;

}

.flowPurchase__item::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #43B8D1;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.8em 14px 0.8em;
    border-left-color: currentColor;
    border-right: 0;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
}

.flowPurchase__item:nth-last-child(1):after {
  content: none;
}

.flowPurchase__step {
  font-size: 12px;
  font-weight: 700;
  color: #43B8D1;
  text-align: center;
  margin-block: 0;
}

.flowPurchase__step span {
   font-size: 18px;
}

.flowPurchase__name {
  font-size: 18px;
  color: #43B8D1;
  text-align: center;
  margin-block: 0;
}

.flowPurchase__icon {
  margin-top: 16px;
  width: fit-content;
  margin-inline: auto;
}

.flowPurchase__text {
  margin-block: 16px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  display: block;
}

.flowPurchase__text span {
  font-weight: 700;
  display: inline;
}

@media screen and (max-width: 1200px) {
  .flowPurchase__list li {
    font-size: 11px;
  }
}

@media screen and (max-width: 1024px) {
  .flowPurchaseList {
    gap: 10px;
  }
  .flowPurchase__column {
    grid-template-columns: repeat(2,1fr);
    padding-inline: 40px;
  }
}

@media screen and (max-width: 768px) {
  .flowPurchase__inner h4 {
    font-size: 14px;
  }

 .flowPurchase__column {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }

  .flowPurchase__item {
      max-width: 400px;
    width: 100%;
  margin-inline: auto;
  }

  .flowPurchase__item::after {
    bottom: -45px;
    transform: translateX(-50%) translateY(0%) rotate(90deg);
    left: 50%;
    top: unset;
  }
}
  .flowPurchaseSwiper .swiper-slide {
  position: relative;
  filter: drop-shadow(2px 3px 5px rgba(60, 60, 60, 0.25));
  background: #fff;
  padding: 16px 0;
  border-radius: 20px;
  position: relative;
    height: 300px;
}

    .flowPurchaseSwiper {
    padding: 40px 0px!important;
  }

@media (min-width: 768px) {
    .flowPurchaseSwiper {
    padding: 40px 40px!important;
  }
}

@media (min-width: 1024px) {
  .flowPurchaseSwiper .swiper-wrapper {
    display: grid;
    gap: 54px;
    grid-template-columns: repeat(4,1fr);
  }

    .flowPurchaseSwiper {
    padding: 40px 10px!important;
  }





.flowPurchaseSwiper .swiper-slide::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #43B8D1;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.8em 14px 0.8em;
    border-left-color: currentColor;
    border-right: 0;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
}

.flowPurchaseSwiper .swiper-slide:nth-last-child(1):after {
  content: none;
}
  
  .flowPurchaseSwiper .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
  }

  .flowPurchaseSwiper .swiper-button-prev,
  .flowPurchaseSwiper .swiper-button-next {
    display: none;
  }
}

.flowPurchaseSwiper .swiper-button-prev,
.flowPurchaseSwiper .swiper-button-next {
  display: block!important;
  position:absolute;
  height: 24px;
}

.flowPurchaseSwiper .swiper-button-prev::before,
.flowPurchaseSwiper .swiper-button-next::before {
  position: absolute;
  content: "";
  background-image: url(../assets/icon-arrow-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
}

@media (min-width: 1024px) {
    .flowPurchaseSwiper .swiper-button-prev,
.flowPurchaseSwiper .swiper-button-next {
  display: none!important;
}
}


/* ===============================================
# よくある質問
=============================================== */
.faqAccordion {
  max-width: 700px;
  margin: 0 auto;
  font-family: sans-serif;
}

.faqAccordion details {
  margin-bottom: 0.5em;
}

.faqAccordion summary {
  padding: 16px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
}

.faqAccordion summary span {
  font-size: 24px;
  color: #43B8D1;
  font-weight: 700;
}

.faqAccordion summary::marker {
  display: none;
}

.faqAccordion summary::after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  right: 1em;
  display: inline-block;
}

.faqAccordion summary::after {
  background: none;
}

.faqAccordion summary::after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.faqAccordion summary::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: transparent;
}

.faqAccordion summary::after {
  box-sizing: content-box;
}

.faqAccordion summary::after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 2px;
  background-color: #333;
}
.faqAccordion summary::before {
  content: '';
  position: absolute;
  right: 1.35em;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background-color: #333;
  transition: opacity 0.3s ease;
}

.faqAccordion details[open] summary::before {
  opacity: 0;
}

.faqAccordion__content p {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border-top: 1px solid #D7D7D7;
  margin-block: 0;
  padding-block: 16px;
}

.faqAccordion__content p span {
  color: #DD0000;
  font-size: 24px;
  font-weight: 700;
}

.faqAccordion__link {
  color: #fff;
  text-decoration: none;
  max-width: 268px;
  width: 100%;
  margin: 40px auto 0;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  height: 48px;
  background: #43B8D1;
}

.faqAccordion__link::after {
  position: absolute;
  right: 20px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

.faq__button {
  max-width: 268px;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size : 14px;
  position: relative;
  background: #43B8D1;
  border-radius: 100px;
  margin: 40px auto 0;
  text-decoration: none;
  height:48px ;
}

.faq__button::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  content: "";
    display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

/* ===============================================
# 商品一覧説明
=============================================== */
.productDetail {
  margin-top: 80px;
}

.productDetail__column {
  padding: 24px;
  display: grid;
  grid-template-columns: 36% auto;
  gap: 3%;
  background-image: url(../assets/img-product-detail.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.productDetail__img img {
  width: 100%;
}

.productDetail__text {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .productDetail__column {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ===============================================
# 商品一覧
=============================================== */
.product__mainvisual {
  height: 330px;
  position: relative;
}

.product__mainvisual h1 {
  margin-block: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9.7%;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.bg-gray:has(.productList ){
  background: #fff;
}

.productList {
  padding-top: 80px;
}

.productList__column {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 28px;
}

.productList__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.productList__detail {
  margin-block: 0;
  font-weight: 700;
  font-size: 12px;
  position: relative;
  padding-right: 32px;
}

.productList__detail::after {
  position: absolute;
  right: 0;
  content: "";
  background-image: url(../assets/icon-right-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:24px;
  height: 24px;
}

.productList__detail a {
  text-decoration: none;
  color: #4c4c4c;
}

.productList__sort #sort-select {
  height: 40px;
  padding-left: 14px;
  max-width: 320px;
  width: 100%;
  border: 1px solid #A1A1A1;
  border-radius: 4px;
}

.productList__sort #sort-select:focus-visible {
  outline: none;
  box-shadow: none;
}

.productList__item {
  padding: 24px;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  display: grid;
}

.productList__tag {
  padding-inline: 10px;
  height: 22px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  width: fit-content;
  margin-block: 0 8px;
}

.productList__img {
  display: flex;
  justify-content: center;
}

.productList__img img {
  height: 140px;
  margin-inline: auto;
}

.productList__textWrap {
  color: #4c4c4c;
  text-decoration: none;
}

.productList__name {
  font-size: 14px;
  font-weight: 700;
  margin-block: 0;
  height: 50px;
  display: flex;
  align-items: flex-start;
  color: #4c4c4c;
}

.productList__text {
  font-size: 12px;
  margin-block: 0;
  color: #000;
}

.productList__price {
  font-size: 12px;
  font-weight: 400;
  margin-block: 0;
  color: #333;
}

.productList__price span {
  font-size: 16px;
  font-weight: 700;
}

.productList__link {
  background: #fff;
  max-width: 236px;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #43B8D1;
  border: 1px solid #43B8D1;
  border-radius: 100px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  margin-inline: auto;
  margin-top: 10px;
}

.productList__link::after {
  position: absolute;
  content: "";
  background-image: url(../assets/icon-right-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.productList__link.is-soldout {
  background: #E2E2E2;
  color: #fff;
  border: none;
}

.productList__link.is-soldout::after {
  content: none;
}

.otherCat {
  padding-block: 80px 40px;
}

.otherCat__title {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin-block: 0;
}

.otherCat__column {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  max-width: 842px;
  width: 100%;
  margin: 40px auto 0;
}

.otherCat__img {
  max-width: 270px;
  width: 100%;
}

.otherCat__text {
  text-align: center;
  font-size: 18px;
  margin-block: 0;
}

@media screen and (max-width: 1024px) {
  .productList__column {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .product__mainvisual {
    background-position: right!important;
  }

  .productList__column {
    grid-template-columns: 1fr;
  }

  .productList__item {
    padding: 16px 12px 16px 4px;
    grid-template-columns: 28% auto;
    gap: 4px;
  }

.productList__name {
  font-size: 14px;
  height: auto;
}
  
  .productList__text {
    font-size: 12px;
    display: -webkit-box;        
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;     
  }

  .productList__link {
    max-width: 216px;
  }

  .productList__img {
    margin-top: 16px;
    display: inline-block;
  }
  
  .productList__img img {
    width: auto;
  height: auto;
  max-width: 100%; 
    display: block;
  }

  .otherCat__column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-inline: 20px;
  }
}

/* ===============================================
# メールマガジン登録
=============================================== */
.mailMagazine {
  padding-top: 80px;
}

.mailMagazine .page__title h2::before {
  background: #FF8484;
}

.mailMagazine__hgroup p {
  font-size: 18px;
  text-align: center;
  position: relative;
  height: 93px;
  margin-block: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mailMagazine__hgroup p::after {
  content: "";
  background-image: url(../assets/icon-mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 82px;
  width: 93px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.mailMagazine__hgroup h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-block: 0;
  margin-top: 32px;
}

.mailMagazine__lead {
  font-size: 18px;
  margin-block: 8px 0;
  text-align: center;
}

.mailMagazineList {
  list-style: none;
  max-width: 770px;
  width: 100%;
  margin: 40px auto 0;
  display: grid;
  gap: 32px;
}

.mailMagazineList li {
  position: relative;
}

.mailMagazineList li::before {
  position: absolute;
  content: "";
  background: #43B8D1;
  width: 30px;
  height: 30px;
  left: -56px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.mailMagazineList__lead {
  font-size: 24px;
  font-weight: 700;
  margin-block: 0;
    color: #43B8D1;
}

.mailMagazineList__text {
  font-size: 18px;
  margin-block: 0;
  line-height: 1.3;
  margin-top:8px;
}

.mailMagazineList__text .small {
  font-size: 15px;
}

.mailMagazine__get {
  background: #EDEDEB;
  padding: 40px 20px;
  margin-top: 32px;
}

.mailMagazine__get h3 {
  font-size: 16px;
  color: #1E1E1E;
  text-align: center;
  font-weight: 700;
}

.mailMagazine__get input[type="email"] {
  background: #fff;
  height: 40px;
  border-radius: 8px;
  max-width: 500px;
  border: 1px solid #D9D9D9;
  padding: 0 12px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.mailMagazine__get form {
  display: flex;
  gap: 18px;
  justify-content: center;
}

.mailMagazine__get button {
  background: #FF8484;
  color: #fff;
  border-radius: 100px;
  max-width: 222px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.mailMagazine__bottomText {
  font-size: 14px;
  color: #616161;
  text-align: center;
  margin-block: 16px 0;
}

.newsletter-form {
  margin-top: 24px;
}

.mailMagazine__link {
  text-align: center;
  color: #616161;
  margin-block: 40px;
}

.mailMagazine__link a {
  text-decoration: underline;
  color: #616161;
}

@media screen and (max-width: 768px) {
  .mailMagazine__hgroup h1 {
    font-size: 21px;
  }

  .mailMagazine__lead {
    font-size: 16px;
    margin-top: 28px;
  }

  .mailMagazineList__lead {
    font-size: 20px;
  }

  .mailMagazineList__text {
    font-size: 16px;
  }

  .mailMagazineList__text .small {
    font-size: 14px;
  }

  .mailMagazineList li::before {
    width: 20px;
    height: 20px;
    left: -32px;
    top:28px;
  }

  .mailMagazine__get form {
    display: grid;
  }

  .mailMagazine__get button {
    margin-inline: auto;
  }

  .mailMagazine__bottomText {
    font-size: 12px;
  }
}

/* ===============================================
# おすすめ記事
=============================================== */
.recommendColumn {
  background: #E7E7E7;
  padding-block: 40px;
}

.recommendColumn__title {
  font-size: 18px;
  margin-block: 0;
  text-align: center;
}

.blog__item {
  background: #fff;
}

.recommendColumn .blog__item {
  text-decoration: none;
}

.recommendColumn .blog__cat {
  padding-inline: 20px;
  border-radius: 30px;
  color: #fff;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.recommendColumn .blog__title {
  font-size: 18px;
  font-weight: 700;
  margin-block: 8px 0;
}

.recommendColumn .blog__desc {
  margin-block: 0;
}

.recommendColumn .blog__date {
  margin-block: 0;
}

.recommendColumn__btn {
  margin-top: 50px;
}

/* ===============================================
# わたしたちの想い
=============================================== */
.breadcrumb {
  display: flex;
  font-size: 14px;
  padding-block: 10px;
  gap:10px;
}

.breadcrumb a {
  color: #43B8D1;
}

/* ===============================================
# メルマガ
=============================================== */
.newsletter {
  margin-block: 32px 80px;
}

.newsletter__subheading {
  max-width: 70rem!important;
}

.newsletter__subheading p  {
  margin-block: 0;
  text-align: start;
  font-size:12px!important;
}

.newsletter__wrapper  {
  background: #F2F2F2;
}

.newsletter center  {
  padding-block: 40px: 
}

.newsletter  h2 {
  font-size: 16px;
  font-weight: 700;
}

.newsletter button {
      background-color: #FF8484!important;
    max-width: 222px;
    width: 100%;
  color: #fff;
  border-radius: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter-form {
  width: 100%!important;
  max-width:100%!important;
  padding-left: 80px;
}

.newsletter-form__field-wrapper {
  width: 100%;
}

.content-container .text-box__title {
  font-size: 20px;
  text-align: center;
  color: #43B8D1;
}

--full-width:after {
  background: #EDEDEB;
}

.newsletter-form__button {
  position: relative;
}

.newsletter-form__button::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
    display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) translateY(-50%) rotate(45deg);
}

.newsletter-form__button:not(:focus-visible):not(.focused) {
  position: relative;
}

.newsletter-form__button:not(:focus-visible):not(.focused) span {
  position: absolute;
  right: 20px;
}

.field:after, .select:after, .customer select:after, .localization-form__select:after {
  border: none;
  box-shadow: none!important;
}

.newsletter-form__field-wrapper .field {
  display: grid;
  grid-template-columns: auto 222px;
  gap:18px;
}

.newsletter-form__field-wrapper .field__input {
  width: 500px;
}

.stop-magazine {
  margin: 40px auto;
  font-size: 14px;
  color: #616161;
}
.stop-magazine a {
  color: #616161;
}

.newsletter__subheading  p {
  font-size: 14px;
}

@media screen and (max-width: 1024px)  {
  .newsletter-form {
    padding-left: 0;
  }
  .newsletter-form__field-wrapper .field {
    grid-template-columns: 1fr;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
            width: 100%;
        max-width: 100%;
  }

  .newsletter button {
    margin-inline: auto
  }

  .newsletter-form__field-wrapper .field__input {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-inline: auto;
    width: 100%;
    
  }

  .section-template--24833822982425__newsletter_rmwqNV-padding {
    padding-inline: 20px!important;
  }
}

@media screen and (max-width: 768px) {
  .newsletter__subheading {
    text-align: start;
  }
}

/* ===============================================
# サイドメニュー
=============================================== */
.bottom-menu__item a {
  width: 100%;
}

.hidden {
  display: none;
}

.dropdown-submenu__link {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
}

.dropdown-submenu__link:hover {
  background-color: #f0f0f0;
}

.menu-overlay .bottom-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bottom-toggle {
      line-height: 1em;
    color: #000;
    font-size: 16px;
    padding: 20px;
    border: 1px solid #43B8D1;
    text-decoration: none;
    border-radius: 8px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bottom-toggle::after {
  content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: translateY(-50%) rotate(45deg);
}

.bottom-submenu__link {
  width: 90%!important;
  margin-top: 12px;
  margin-left: auto;
  border: 1px solid #a8a8a8!important;
}

.bottom-menu__link,
.bottom-toggle{
  font-weight: 400;
}




