/** Shopify CDN: Minification failed

Line 1796:59 Unexpected "{"

**/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap");
@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .vsp {
    display: block;
  }
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

html {
  overflow-x: hidden;
}

body {
  color: #2e302d;
  overflow-x: clip;
}

.my-customize-page {
  /*iosのフォームボタンリセット*/
  font-size: 16px;
  color: #2e302d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.my-customize-page div,
.my-customize-page dl,
.my-customize-page dt,
.my-customize-page dd,
.my-customize-page ul,
.my-customize-page ol,
.my-customize-page li,
.my-customize-page h1,
.my-customize-page h2,
.my-customize-page h3,
.my-customize-page h4,
.my-customize-page h5,
.my-customize-page h6,
.my-customize-page pre,
.my-customize-page form,
.my-customize-page fieldset,
.my-customize-page input,
.my-customize-page textarea,
.my-customize-page p,
.my-customize-page blockquote,
.my-customize-page th,
.my-customize-page td {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.my-customize-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.my-customize-page ol,
.my-customize-page ul {
  list-style: none;
}
.my-customize-page caption,
.my-customize-page th {
  text-align: left;
}
.my-customize-page h1,
.my-customize-page h2,
.my-customize-page h3,
.my-customize-page h4,
.my-customize-page h5,
.my-customize-page h6 {
  font-size: 100%;
  font-weight: normal;
}
.my-customize-page q:before,
.my-customize-page q:after {
  content: "";
}
.my-customize-page abbr,
.my-customize-page acronym {
  border: 0;
}
.my-customize-page input[type=submit],
.my-customize-page input[type=button],
.my-customize-page input[type=reset] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.my-customize-page input[type=submit]::-webkit-search-decoration,
.my-customize-page input[type=button]::-webkit-search-decoration,
.my-customize-page input[type=reset]::-webkit-search-decoration {
  display: none;
}
.my-customize-page input[type=submit]::focus,
.my-customize-page input[type=button]::focus,
.my-customize-page input[type=reset]::focus {
  outline-offset: -2px;
}
.my-customize-page img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.my-customize-page a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #2e302d;
}
.my-customize-page a:hover {
  opacity: 0.7;
}
.my-customize-page .dib {
  display: inline-block;
}
.my-customize-page .inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .my-customize-page .inner {
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .my-customize-page .inner {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
  }
}
.my-customize-page .default-txt {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0;
}
.my-customize-page .section-ttl {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 48px;
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
  letter-spacing: 0.2em;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .my-customize-page .section-ttl {
    font-size: 28px;
  }
}
.my-customize-page .section-ttl .txt-ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .my-customize-page .section-ttl .txt-ja {
    font-size: 24px;
  }
}
.my-customize-page .img-shadow {
  box-shadow: 0 0 24px rgba(81, 81, 81, 0.15);
}
.my-customize-page .scroll-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s;
}
.my-customize-page .fade_on {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}
.my-customize-page.section-header {
  display: contents;
}
.my-customize-page.custom-header {
  display: flex;
  align-items: center;
  height: 56px;
  justify-content: space-between;
  padding: 0 2% 0 2% !important;
  background-color: #ede8dd;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .my-customize-page.custom-header {
    height: 65px;
    padding: 0 22px 0 22px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
.my-customize-page.custom-header .header-main-logo {
  width: min(58px, 100%);
}
@media screen and (max-width: 768px) {
  .my-customize-page.custom-header .header-main-logo {
    width: min(54px, 100%);
  }
}
.my-customize-page.custom-header .header-menu-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 1050px) {
  .my-customize-page.custom-header .header-menu-container {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .my-customize-page.custom-header .header-menu-container {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .my-customize-page.custom-header .header-menu-container nav {
    transition: 0.4s ease all;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #d6d6d6;
    z-index: 200;
    display: grid;
    place-items: center;
    overscroll-behavior: none;
    overflow-y: scroll;
    padding: 85px 0 65px;
  }
}
.my-customize-page.custom-header .header-menu-container nav.active {
  left: 0;
}
.my-customize-page.custom-header .header-menu-container nav .header-link-list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media only screen and (min-width: 767px) and (max-width: 1050px) {
  .my-customize-page.custom-header .header-menu-container nav .header-link-list {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .my-customize-page.custom-header .header-menu-container nav .header-link-list {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    row-gap: 30px;
  }
}
.my-customize-page.custom-header .header-menu-container nav .header-link-list li a,
.my-customize-page.custom-header .header-menu-container nav .has-submenu button {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media only screen and (min-width: 767px) and (max-width: 1050px) {
  .my-customize-page.custom-header .header-menu-container nav .header-link-list li a,
  .my-customize-page.custom-header .header-menu-container nav .has-submenu button  {
    font-size: 14px;
  }
}

  .has-submenu {
    position: relative;
  }

  /* ▼ ドロップダウン（絶対配置） */
  .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    min-width: 180px;
    padding: 0.5em 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.2s ease;
  }
  .submenu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .submenu li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .submenu li a {
    display: block;
    padding: 0.5em 1em;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    font-size: 12px !important;
    letter-spacing: .06em !important;
  }
  .submenu li a:hover {
    background: #f5f5f5;
  }

  /* ▼ トグルボタン */
  .accordion-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font: inherit;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 0.5em;
    padding-inline: 0;
  }

  /* ▼ 矢印アイコン（CSSで生成） */
  .accordion-toggle .arrow {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-top: -0.4em;
  }

  /* ▼ 開いたときに矢印を反転 */
  .accordion-toggle[aria-expanded="true"] .arrow {
    transform: rotate(-135deg);
    margin-top: 0.2em;
  }

/* ▼ スマホ表示（768px以下）：通常アコーディオンに変更 */
@media (max-width: 768px) {
  .has-submenu {
    position: static; /* 絶対配置を解除 */
  }

  .submenu {
    position: static;
    top: auto;
    left: auto;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background:none;
    padding: 0;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .submenu.open {
    max-height: 1000px; /* アコーディオン展開用。項目数に応じて調整 */
  }

  .submenu li a {
    display: block;
    padding: 0.6em 0;
    font-size: 13px !important;
    letter-spacing: 0.05em !important;
    background:none;
    border-bottom: 1px solid #eee;
  }

  .submenu li a:hover {
    background: #f9f9f9;
  }
}

.my-customize-page.custom-header .header-menu-container nav .hamburger-close-btn {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 28px;
  right: 28px;
  display: block;
}
@media screen and (min-width: 768px) {
  .my-customize-page.custom-header .header-menu-container nav .hamburger-close-btn {
    display: none;
  }
}
.my-customize-page.custom-header .header-menu-container nav .hamburger-close-btn::before, .my-customize-page.custom-header .header-menu-container nav .hamburger-close-btn::after {
  content: "";
  display: block;
  background-color: #333731;
  width: 45px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.my-customize-page.custom-header .header-menu-container nav .hamburger-close-btn::before {
  rotate: 45deg;
}
.my-customize-page.custom-header .header-menu-container nav .hamburger-close-btn::after {
  rotate: -45deg;
}
.my-customize-page.custom-header .header-menu-container .header__icons {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .my-customize-page.custom-header .header-menu-container .header__icons {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.header__icon, .header__icon--cart .icon {
  width: auto;
  height: auto;
}

.my-customize-page.custom-header .header-menu-container.header__icon span {
  
}

.my-customize-page.custom-header .header-menu-container .header__icons .header__icon--favorite {
  max-width: 20px;
}
.my-customize-page.custom-header .header-menu-container .header__icons .header__icon--cart {
  max-width: 19px;
}

.my-customize-page.custom-header .header-menu-container .header__icons .header__icon--favorite img,
.my-customize-page.custom-header .header-menu-container .header__icons .header__icon--cart img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.my-customize-page.custom-header .hamburger-btn {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .my-customize-page.custom-header .hamburger-btn {
    display: none;
  }
}
.my-customize-page.custom-header .hamburger-btn span {
  position: absolute;
  display: inline-block;
  background-color: #484b44;
  width: 100%;
  height: 2px;
}
.my-customize-page.custom-header .hamburger-btn span:nth-of-type(2) {
  translate: 0 -10px;
}
.my-customize-page.custom-header .hamburger-btn span:nth-of-type(3) {
  translate: 0 10px;
}
.my-customize-page.custom-footer {
  background-color: #323630;
}

.header-localization:not(.menu-drawer__localization) .localization-selector span {
  font-size: 12px;
}

.js .header-localization:not(.menu-drawer__localization) .localization-form__select {
  height: 1.5em;
}

.my-customize-page.custom-footer .nature-link-area {
  padding: 95px 0;
  background-image: url(./bg_footer01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .my-customize-page.custom-footer .nature-link-area {
    padding: 75px 0;
  }
}
.my-customize-page.custom-footer .nature-link-area .footer-logo-img {
  width: min(100%, 190px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .my-customize-page.custom-footer .nature-link-area .footer-logo-img {
    width: min(100%, 110px);
  }
}
.my-customize-page.custom-footer .footer-link-list-area .footer-link-list {
  margin: 20px 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 8px;
}
@media screen and (max-width: 768px) {
  .my-customize-page.custom-footer .footer-link-list-area .footer-link-list {
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin: 20px 0 25px;
  }
}
.my-customize-page.custom-footer .footer-link-list-area .footer-link-list li a {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .my-customize-page.custom-footer .footer-link-list-area .footer-link-list li a {
    font-size: 15px;
  }
}
.my-customize-page.custom-footer .footer-mail-form-area .footer-block__heading {
  color: #fff;
}
.my-customize-page.custom-footer .footer-mail-form-area .newsletter-form {
  margin: 5px auto 0;
}
.my-customize-page.custom-footer .footer-mail-form-area .newsletter-form .newsletter-form__field-wrapper .field {
  color: #fff;
}
.my-customize-page.custom-footer .footer-mail-form-area .newsletter-form .newsletter-form__field-wrapper .field::after {
  border-color: #fff;
}
.my-customize-page.custom-footer .footer-mail-form-area .newsletter-form .newsletter-form__field-wrapper .field .field__input {
  background-color: transparent;
  color: #fff;
}
.my-customize-page.custom-footer .footer-mail-form-area .newsletter-form .newsletter-form__field-wrapper .field .field__label {
  color: #fff;
}
.my-customize-page.custom-footer .footer-copyright-area {
  padding: 15px 0 5px;
}
@media screen and (max-width: 768px) {
  .my-customize-page.custom-footer .footer-copyright-area {
    padding: 25px 0 5px;
  }
}
.my-customize-page.custom-footer .footer-copyright-area .footer__copyright {
  color: #fff;
  text-align: left;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .my-customize-page.custom-footer .footer-copyright-area .footer__copyright {
    text-align: center;
  }
}
.my-customize-page#shopify-section-top-mv {
  position: sticky;
  top: 0;
  z-index: -1;
}
.my-customize-page#shopify-section-top-mv .mv-bg {
  display: grid;
  place-items: center;
  position: relative;
  background-color: #d6d6d6;
}
.my-customize-page#shopify-section-top-mv .mv-bg .mv-ttl {
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: clamp(30px, 8vw, 48px);
  position: absolute;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .my-customize-page#shopify-section-top-mv .mv-bg .mv-ttl {
    font-size: clamp(46px, 10vw, 72px);
    inset: 48% 0 0 0;
  }
}
.my-customize-page#shopify-section-top-mv .mv-bg .mv-video-wrap .mv-video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: calc(100svh - 56px);
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .my-customize-page#shopify-section-top-mv .mv-bg .mv-video-wrap .mv-video {
    height: calc(100svh - 65px);
  }
}
.my-customize-page#shopify-section-top-mv .mv-bg .mv-arrow {
  display: block;
  border-bottom: solid 4px #fff;
  border-right: solid 4px #fff;
  width: 22px;
  height: 22px;
  rotate: 45deg;
  position: absolute;
  bottom: 50px;
  left: 50%;
  translate: -50% -10px;
  border-radius: 3px;
  animation: arrow-under-move ease 1s infinite;
}
@keyframes arrow-under-move {
  0% {
    translate: -50% -10px;
    opacity: 0;
  }
  20% {
    translate: -50% 0;
    opacity: 1;
  }
  100% {
    translate: -50% 20px;
    opacity: 0;
  }
}
.my-customize-page#top-custom-page {
  background-color: #fff;
}
.my-customize-page#top-custom-page .about-area {
  padding: 210px 0 300px;
  background: rgb(237, 232, 221);
  background: linear-gradient(180deg, rgb(237, 232, 221) 0%, rgba(255, 255, 255, 0.7505773672) 100%);
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .about-area {
    padding: 120px 0 180px;
  }
}
.my-customize-page#top-custom-page .about-area .inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .my-customize-page#top-custom-page .about-area .inner .about-img-ttl-wrap {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .about-area .inner .about-img-ttl-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.my-customize-page#top-custom-page .about-area .inner .abso-img {
  position: absolute;
  width: min(100%, 540px);
  inset: 90px 0 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .about-area .inner .abso-img {
    position: relative;
    inset: initial;
    margin: 50px 0 0;
  }
}
.my-customize-page#top-custom-page .about-area .inner .txt-wrap {
  width: 67.5%;
  position: relative;
  z-index: 1;
  margin: 190px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .about-area .inner .txt-wrap {
    margin: 40px 0 0;
    width: 100%;
  }
}
.my-customize-page#top-custom-page .about-area .inner .txt-wrap .about-sub-ttl {
  font-size: 24px;
  letter-spacing: 0.05em;
}
.my-customize-page#top-custom-page .about-area .inner .txt-wrap .about-des {
  margin: 45px 0 0;
}
.my-customize-page#top-custom-page .about-area .inner .about-property-list {
  margin: 60px 0 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 8.5%;
       column-gap: 8.5%;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .about-area .inner .about-property-list {
    margin: 40px 0 0;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
  }
}
.my-customize-page#top-custom-page .about-area .inner .about-property-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .about-area .inner .about-property-list li {
    position: relative;
  }
}
.my-customize-page#top-custom-page .about-area .inner .about-property-list li .property-img {
  min-height: 120px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .about-area .inner .about-property-list li .property-img {
    min-height: 90px;
  }
}
.my-customize-page#top-custom-page .about-area .inner .about-property-list li .property-img img {
  height: 56px;
  width: auto;
}
.my-customize-page#top-custom-page .about-area .inner .about-property-list li .property-des {
  font-size: 16px;
  line-height: 1.240625;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .about-area .inner .about-property-list li .property-des {
    font-size: 14px;
    line-height: 1.0185714286;
    position: absolute;
    top: 86px;
  }
}
.my-customize-page#top-custom-page .about-area .inner .txt-btn-wrap {
  width: 67.5%;
  margin: 75px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .about-area .inner .txt-btn-wrap {
    width: 100%;
    margin: 60px 0 0;
  }
}
.my-customize-page#top-custom-page .about-area .inner .txt-btn-wrap .about-link {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  display: grid;
  place-items: center;
  height: 60px;
  width: 100%;
  color: #e73128;
  border: 1px solid currentColor;
  margin: 47px 0 0;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .about-area .inner .txt-btn-wrap .about-link {
    font-size: 18px;
    height: 50px;
  }
}
.my-customize-page#top-custom-page .about-area .inner .txt-btn-wrap .about-link:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .about-area .inner .txt-btn-wrap .about-link {
    margin: 20px 0 0;
  }
}
.my-customize-page#top-custom-page .collabo-area {
  padding: 0 0 350px;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .collabo-area {
    padding: 0 0 190px;
  }
}
.my-customize-page#top-custom-page .collabo-area .collabo-link {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  display: grid;
  place-items: center;
  height: 60px;
  width: 200px;
  color: #2e302d;
  border: 1px solid currentColor;
  margin: 0 0 0 auto;
  translate: 0 -65px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .collabo-area .collabo-link {
    font-size: 18px;
    height: 50px;
  }
}
.my-customize-page#top-custom-page .collabo-area .collabo-link:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .collabo-area .collabo-link {
    translate: initial;
    width: 160px;
    margin: 35px 0 35px;
  }
}
.my-customize-page#top-custom-page .collabo-area .collabo-swiper {
  position: relative;
}
.my-customize-page#top-custom-page .collabo-area .collabo-swiper .collabo-list .collabo-list-item .collabo-img img {
  max-width: initial;
  width: 100%;
  aspect-ratio: 25/14;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.my-customize-page#top-custom-page .collabo-area .collabo-swiper .collabo-list .collabo-list-item .collabo-name {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 36px 0 0;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .collabo-area .collabo-swiper .collabo-list .collabo-list-item .collabo-name {
    font-size: 18px;
    margin: 25px 0 0;
  }
}
.my-customize-page#top-custom-page .collabo-area .collabo-swiper .swiper-pagination.collabo {
  bottom: -60px;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .collabo-area .collabo-swiper .swiper-pagination.collabo {
    bottom: -50px;
  }
}
.my-customize-page#top-custom-page .collabo-area .collabo-swiper .swiper-pagination.collabo .swiper-pagination-bullet-active {
  background-color: #2e302d;
}
.my-customize-page#top-custom-page .collabo-area .swiper-button-next,
.my-customize-page#top-custom-page .collabo-area .swiper-button-prev {
  display:block;
  top:35%;
  width: 100px;
  height: 100px;
}

.my-customize-page#top-custom-page .collabo-area .swiper-button-prev {
  left:32px;
}

.my-customize-page#top-custom-page .collabo-area .swiper-button-next{
  right: 32px;
}

/* 前へ次への矢印カスタマイズ */
.my-customize-page#top-custom-page .collabo-area .swiper-button-prev::after,
.my-customize-page#top-custom-page .collabo-area .swiper-button-next::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 50px;
  margin: auto;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  background-color: #e73128;
}
.my-customize-page#top-custom-page .collabo-area .swiper-button-prev::after{
  transform: rotate(180deg);
  left: 0px;
}
.my-customize-page#top-custom-page .collabo-area .swiper-button-next::after{
  right: 0px;
}

@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .collabo-area .swiper-button-next,
  .my-customize-page#top-custom-page .collabo-area .swiper-button-prev {
    display:block;
    top:27%;
    width: 30px;
    height: 50px;
  }
  
  .my-customize-page#top-custom-page .collabo-area .swiper-button-prev {
    left:10px;
  }
  
  .my-customize-page#top-custom-page .collabo-area .swiper-button-next{
    right: 10px;
  }
  .my-customize-page#top-custom-page .collabo-area .swiper-button-prev::after,
  .my-customize-page#top-custom-page .collabo-area .swiper-button-next::after{
    width: 20px;
    height: 30px;
  }
}

.my-customize-page#top-custom-page .products-area {
  padding: 0 0 240px;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .products-area {
    padding: 0 0 140px;
  }
}
.my-customize-page#top-custom-page .products-area .products-list {
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 3%;
       column-gap: 3%;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .products-area .products-list {
    margin: 24px 0 0;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 9%;
         column-gap: 9%;
    row-gap: 24px;
  }
}
.my-customize-page#top-custom-page .products-area .products-list .item-img-wrap {
  position: relative;
  margin-bottom: 10px!important;
}
.my-customize-page#top-custom-page .products-area .products-list .item-img-wrap img {
  aspect-ratio: 1/1.137;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.my-customize-page#top-custom-page .products-area .products-list .item-img-wrap .sold-out-txt,
.my-customize-page#top-custom-page .products-area .products-list .item-img-wrap .sale-badge {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252833;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  border-radius: 4rem;
  padding: 0.5rem 1.3rem 0.6rem;
  inset: auto auto 13px 15px;
}
.my-customize-page#top-custom-page .products-area .products-list .item-img-wrap .sale-badge {
  background-color: #f32f2f;
  inset: auto 15px 13px auto;
}

@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .products-area .products-list .item-img-wrap .sold-out-txt,
  .my-customize-page#top-custom-page .products-area .products-list .item-img-wrap .sale-badge {
    inset: auto auto 8px 9px;
  }
}

.my-customize-page#top-custom-page .products-area .collection-block {
  margin: 48px 0 104px;
}

.my-customize-page#top-custom-page .products-area .collection-block:last-child {
  margin-bottom: 0;
}
.my-customize-page#top-custom-page .products-area .collection-title {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .products-area .collection-block {
    margin: 64px 0 80px;
  }
  .my-customize-page#top-custom-page .products-area .collection-title {
    font-size: 24px;
  }
}

.item-tagWrap {
  margin: 6px 0 !important;
}

.item-tag {
  display: inline-block!important;
  margin: 3px 0 !important;
  padding: 0 12px!important;
  border: solid 1px #E4E4E4!important;
  border-radius:4px;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .item-tag {
      padding: 0 4px!important;
      font-size: 10px;
  }
}


.my-customize-page#top-custom-page .products-area .products-list .item-info-wrap {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .products-area .products-list .item-info-wrap {
    flex-direction: column;
  }
}
.my-customize-page#top-custom-page .products-area .products-list .item-name {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .products-area .products-list .item-name {
    font-size: 18px;
  }
}
.my-customize-page#top-custom-page .products-area .products-list .item-price {
  font-size: 20px;
  margin: .5em 0 0;
  letter-spacing: 0;
}
.my-customize-page#top-custom-page .products-area .products-list span {
  display: inline-block;
}
.my-customize-page#top-custom-page .products-area .products-list .item-price .price-old {
  padding-right: 6px;
  font-size: 14px;
  text-decoration: line-through;
  color: #8f8f8f;
}

@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .products-area .products-list .item-price {
    font-size: 18px;
  }
}
.my-customize-page#top-custom-page .products-area .products-link {
  font-size: 24px;
  letter-spacing: 0.1em;
  display: grid;
  place-items: center;
  height: 60px;
  width: 100%;
  color: #2e302d;
  border: 1px solid currentColor;
  margin: 47px 0 0;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .products-area .products-link {
    font-size: 18px;
    height: 50px;
  }
}
.my-customize-page#top-custom-page .products-area .products-link:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .products-area .products-link {
    margin: 30px 0 0;
  }
}
.my-customize-page#top-custom-page .news-area .inner .news-bg {
  position: relative;
  padding: 155px 0 110px;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .news-area .inner .news-bg {
    padding: 90px 0 75px;
  }
}
.my-customize-page#top-custom-page .news-area .inner .news-bg::before {
  content: "";
  display: block;
  background-image: url(./bg_earth01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -120px;
  top: 0;
  width: calc(96vw + 200px);
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .news-area .inner .news-bg::before {
    left: 0;
  }
}
.my-customize-page#top-custom-page .news-area .inner .news-bg > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .news-area .inner .section-ttl {
    padding: 0 13%;
  }
}
.my-customize-page#top-custom-page .news-area .inner .news-list {
  margin: 50px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 6%;
       column-gap: 6%;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .news-area .inner .news-list {
    margin: 32px 0 0;
    padding: 0 13%;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
}
.my-customize-page#top-custom-page .news-area .inner .news-list li a .news-img img {
  aspect-ratio: 1/0.661;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.my-customize-page#top-custom-page .news-area .inner .news-list li a .info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #323630;
}
.my-customize-page#top-custom-page .news-area .inner .news-list li a .info-wrap .category {
  background-color: #7d7d7d;
  color: #fff;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 5px 6px;
}
.my-customize-page#top-custom-page .news-area .inner .news-list li a .info-wrap time {
  letter-spacing: 0;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.my-customize-page#top-custom-page .news-area .inner .news-list li a .news-ttl {
  font-size: 17.5px;
  line-height: 1.5294117647;
  margin: 10px 0 0;
}
.my-customize-page#top-custom-page .news-area .inner .news-link {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  display: grid;
  place-items: center;
  height: 60px;
  width: 100%;
  color: #2e302d;
  border: 1px solid currentColor;
  margin: 33px 0 0;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .news-area .inner .news-link {
    font-size: 18px;
    height: 50px;
  }
}
.my-customize-page#top-custom-page .news-area .inner .news-link:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .news-area .inner .news-link {
    width: 240px;
    margin: 35px auto 0;
  }
}
.my-customize-page#top-custom-page .separator-area {
  padding: 235px 0 0;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .separator-area {
    padding: 165px 0 0;
  }
}
.my-customize-page#top-custom-page .separator-area .inner {
  position: relative;
}
.my-customize-page#top-custom-page .separator-area .inner .separator-ttl {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.2em;
  color: #dbd3c0;
  text-align: right;
  white-space: nowrap;
  translate: 5vw 0;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .separator-area .inner .separator-ttl {
    font-size: 13px;
    line-height: 2.1428571429;
    translate: initial;
  }
}
.my-customize-page#top-custom-page .separator-area .separator-list {
  display: flex;
  -moz-column-gap: 3.1 vw;
       column-gap: 3.1 vw;
  justify-content: space-between;
  margin: 70px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .separator-area .separator-list {
    margin: 38px 0 0;
    flex-direction: column;
    row-gap: 45px;
    padding: 0 25px;
    overflow: hidden;
  }
}
.my-customize-page#top-custom-page .separator-area .separator-list li {
  position: relative;
}
.my-customize-page#top-custom-page .separator-area .separator-list li img {
  max-width: initial;
}
.my-customize-page#top-custom-page .separator-area .separator-list li:nth-of-type(1) {
  top: 10vw;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .separator-area .separator-list li:nth-of-type(1) {
    top: initial;
  }
}
.my-customize-page#top-custom-page .separator-area .separator-list li:nth-of-type(1) img {
  width: 17.6vw;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .separator-area .separator-list li:nth-of-type(1) img {
    width: 52vw;
  }
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .separator-area .separator-list li:nth-of-type(2) {
    text-align: right;
  }
}
.my-customize-page#top-custom-page .separator-area .separator-list li:nth-of-type(2) img {
  width: 27.2vw;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .separator-area .separator-list li:nth-of-type(2) img {
    width: 80.2vw;
  }
}
.my-customize-page#top-custom-page .separator-area .separator-list li:nth-of-type(3) {
  top: 12vw;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .separator-area .separator-list li:nth-of-type(3) {
    top: initial;
  }
}
.my-customize-page#top-custom-page .separator-area .separator-list li:nth-of-type(3) img {
  width: 21.5vw;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .separator-area .separator-list li:nth-of-type(3) img {
    width: 66.5vw;
  }
}
.my-customize-page#top-custom-page .separator-area .separator-list li:nth-of-type(4) {
  top: 5vw;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .separator-area .separator-list li:nth-of-type(4) {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .separator-area .separator-list li:nth-of-type(4) {
    top: initial;
  }
}
.my-customize-page#top-custom-page .separator-area .separator-list li:nth-of-type(4) img {
  width: 21.3vw;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .separator-area .separator-list li:nth-of-type(4) img {
    width: 67.5vw;
  }
}
.my-customize-page#top-custom-page .separator-area .separator-list .wave-img {
  position: absolute;
  width: 100vw;
  inset: 0;
  inset: 4vw 0 0 0;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .separator-area .separator-list .wave-img {
    width: 28vw;
    inset: 0 0 0 50%;
    translate: -50% 0;
  }
}
.my-customize-page#top-custom-page .separator-area .separator-list .wave-img img {
  max-width: initial;
  width: 100%;
}
.my-customize-page#top-custom-page .shop-area .inner .shop-flex {
  margin: 60px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .shop-area .inner .shop-flex {
    margin: 40px 0 0;
    flex-direction: column;
  }
}
.my-customize-page#top-custom-page .shop-area .section-ttl {
  justify-content: center;
}
.my-customize-page#top-custom-page .shop-area .inner .shop-flex .img-wrap {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .shop-area .inner .shop-flex .img-wrap {
    width: 100%;
  }
}
.my-customize-page#top-custom-page .shop-area .inner .shop-flex .info-wrap {
  width: 50.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .shop-area .inner .shop-flex .info-wrap {
    width: 100%;
    margin: 32px 0 0;
  }
}
.my-customize-page#top-custom-page .shop-area .inner .shop-flex .info-wrap .shop-name {
  font-family: "Jost", sans-serif;
  font-size: 26px;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .shop-area .inner .shop-flex .info-wrap .shop-name {
    font-size: 16px;
  }
}
.my-customize-page#top-custom-page .shop-area .inner .shop-flex .info-wrap .shop-time {
  font-size: 18px;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 55px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .shop-area .inner .shop-flex .info-wrap .shop-time {
    font-size: 14px;
    padding: 36px 0 0;
  }
}
.my-customize-page#top-custom-page .shop-area .inner .shop-flex .info-wrap .shop-time::before {
  content: "■";
  position: absolute;
  font-size: 18px;
  color: #dbd3c0;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .shop-area .inner .shop-flex .info-wrap .shop-time::before {
    font-size: 12px;
    top: 8px;
  }
}
.my-customize-page#top-custom-page .shop-area .inner .shop-flex .info-wrap .place-wrap {
  margin: 50px 0 0;
  border: 1px solid #dbd3c0;
  padding: 30px 28px;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .shop-area .inner .shop-flex .info-wrap .place-wrap {
    margin: 33px 0 0;
    padding: 17px 19px;
  }
}
.my-customize-page#top-custom-page .shop-area .inner .shop-flex .info-wrap .place-wrap .place-name {
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .shop-area .inner .shop-flex .info-wrap .place-wrap .place-name {
    font-size: 14px;
  }
}
.my-customize-page#top-custom-page .shop-area .inner .shop-flex .info-wrap .place-wrap .place-order {
  margin: 18px 0 0;
}
.my-customize-page#top-custom-page .shop-area .inner .shop-flex .info-wrap .place-wrap .place-order li {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-indent: -19px;
  padding: 0 0 0 19px;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .shop-area .inner .shop-flex .info-wrap .place-wrap .place-order li {
    font-size: 14px;
    text-indent: -16px;
    padding: 0 0 0 16px;
  }
}
.my-customize-page#top-custom-page .contact-area {
  padding: 360px 0 270px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7505773672) 20%, rgb(237, 232, 221) 40%);
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .contact-area {
    padding: 200px 0 190px;
  }
}
.my-customize-page#top-custom-page .contact-area .inner .contact-des {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 35px 0 35px;
}
.my-customize-page#top-custom-page .contact-area .inner #ContactForm {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .contact-area .inner #ContactForm {
    row-gap: 16px;
  }
}
.my-customize-page#top-custom-page .contact-area .inner #ContactForm .field::after {
  box-shadow: none;
}
.my-customize-page#top-custom-page .contact-area .inner #ContactForm .field .field__label {
  color: #c5c5c5;
}
.my-customize-page#top-custom-page .contact-area .inner #ContactForm .field .text-area {
  min-height: 22rem;
}
.my-customize-page#top-custom-page .contact-area .inner #ContactForm .contact__fields {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .contact-area .inner #ContactForm .contact__fields {
    flex-direction: column;
    row-gap: 16px;
  }
}
.my-customize-page#top-custom-page .contact-area .inner #ContactForm .contact__fields .field {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .contact-area .inner #ContactForm .contact__fields .field {
    width: 100%;
  }
}
.my-customize-page#top-custom-page .contact-area .inner #ContactForm .contact__button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.my-customize-page#top-custom-page .contact-area .inner #ContactForm .contact__button .button {
  background-color: #898989;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding: 17px 75px;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .contact-area .inner #ContactForm .contact__button .button {
    font-size: 18px;
    padding: 15px 56px;
  }
}
.my-customize-page#top-custom-page .contact-area .inner #ContactForm .contact__button .button::after {
  box-shadow: none;
}
.my-customize-page#top-custom-page .insta-area {
  background-color: #ede8dd;
}
.my-customize-page#top-custom-page .insta-area .section-ttl {
  margin: 0 0 72px;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .insta-area .section-ttl {
    margin: 0 0 45px;
  }
}
.my-customize-page#top-custom-page .insta-area .instafeed-new-carousel-container .instafeed-new-arrow {
  z-index: 50;
}
.my-customize-page#top-custom-page .sns-area {
  padding: 75px 0 180px;
  background-color: #ede8dd;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .sns-area {
    padding: 32px 0 105px;
  }
}
.my-customize-page#top-custom-page .sns-area .inner .sns-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .sns-area .inner .sns-flex {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.my-customize-page#top-custom-page .sns-area .inner .sns-flex .sns-des {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .sns-area .inner .sns-flex .sns-des {
    font-size: 15px;
  }
}
.my-customize-page#top-custom-page .sns-area .inner .sns-flex .sns-list {
  display: flex;
  -moz-column-gap: 26px;
       column-gap: 26px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .sns-area .inner .sns-flex .sns-list {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.my-customize-page#top-custom-page .sns-area .inner .sns-flex .sns-list li a img {
  height: 38px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .my-customize-page#top-custom-page .sns-area .inner .sns-flex .sns-list li a img {
    height: 24px;
    vertical-align: sub;
  }
}

html:has(.my-customize-page) {
  scroll-behavior: smooth;
}

body:has(.my-customize-page) {
  position: relative;
  z-index: 1;
  overflow: clip;
}

.cart-notification-wrapper:is(.page-width) > .cart-notification {
  z-index: 40;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .cart-notification-wrapper:is(.page-width) > .cart-notification {
    padding: 35px;
  }
}

/*# OEMセクション */
.my-customize-page .oem-area {
   margin-top: 18rem;
}

.my-customize-page .shop-area {
   margin-top: 0;
   margin-bottom: 16rem;
}
.my-customize-page#top-custom-page .oem-area .section-ttl {
  text-align: center;
  margin-bottom: 1em;
}

.my-customize-page#top-custom-page .oem-area .shop-flex {
  flex-direction: row-reverse;
}
.my-customize-page .oem-title {
  margin-top: 1em;
  font-size:28px;
  font-weight: 500;
}
.my-customize-page p.oem-txt {
  margin-top: 4rem;
  font-size: 18px;
}
.my-customize-page div.oem-flex-wrap {
  display:flex;
  justify-content: center;
  gap: 9rem;
  margin-top:4rem;
}
.my-customize-page .oem-flex-item {
  display:flex;
  flex-direction: column;
  align-items: center;
  width:16%;
  max-width: 10rem;
  text-align:center;
}
.my-customize-page .oem-flex-item:nth-child(2) {
   position:relative;
}
.my-customize-page .oem-flex-item:nth-child(2)::before, 
.my-customize-page .oem-flex-item:nth-child(2)::after{
  position:absolute;
  content:'';
  top:0;
  bottom:1rem;
  width: 4rem;
  height: 4rem;
  margin: auto 0;
  background:url("//tsumugi-upcycle.com/cdn/shop/t/8/assets/oem_icon4.png") no-repeat center center/contain;
}
.my-customize-page .oem-flex-item:nth-child(2)::before{
  left: -6.5rem
}
.my-customize-page .oem-flex-item:nth-child(2)::after{
  right: -6.5rem
}
.my-customize-page .oem-flex-item span {
  font-size: 14px;
  font-weight: bold;
}

.my-customize-page#top-custom-page .oem-area .inner .oem-link,
.my-customize-page#top-custom-page .shop-area .inner .shop-link{
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  display: grid;
  place-items: center;
  height: 60px;
  width: 100%;
  color: #2e302d;
  border: 1px solid currentColor;
  margin: 64px 0 0;
}
.my-customize-page#top-custom-page .oem-area .oem-link:hover,
.my-customize-page#top-custom-page .oem-area .shop-link:hover{
  opacity: 1;
}

@media screen and (max-width:767px) {
  .my-customize-page .oem-area {
     margin-top: 15rem;
  }
  .my-customize-page .shop-area {
    margin-top: 0;
     margin-bottom: 16rem;
  }
  .my-customize-page#top-custom-page .oem-area .inner .shop-flex {
    flex-direction: column;
  }
  .my-customize-page .oem-title {
    font-size:20px;
    font-weight: 500;
  }
  .my-customize-page p.oem-txt {
    margin-top: 3rem;
    font-size: 16px;
  }
   .my-customize-page div.oem-flex-wrap {
       gap: 7rem;
       margin-top:3rem;
       margin-right:2.5rem;
   }
  .my-customize-page .oem-flex-item:nth-child(2)::before, 
  .my-customize-page .oem-flex-item:nth-child(2)::after{
      width: 3rem;
      height: 3rem;
  }
  .my-customize-page .oem-flex-item:nth-child(2)::before{
      left: -5rem
  }
  .my-customize-page .oem-flex-item:nth-child(2)::after{
    right: -5rem
  }
  .my-customize-page .oem-flex-item span {
      font-size: 10px;
  }
  .my-customize-page#top-custom-page .oem-area .oem-link,
  .my-customize-page#top-custom-page .shop-area .shop-link,{
    font-size: 18px;
    height: 50px;
    margin: 30px 0 0;
  }
}

.blog-articles  {
  column-gap: 2rem !important;
  row-gap: 2rem !important;
}

.article-card__excerpt {
  height: 4em;
}

@media screen and (max-width:767px) {
  .article-card__excerpt {
    height: auto;
  }
}

.card__content .card__linkButton {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  display: grid;
  place-items: center;
  height: 60px;
  width: 100%;
  color: #2e302d;
  border: 1px solid currentColor;
  margin: 47px 0 0;
}

@media screen and (max-width:767px) {
  .card__content .card__linkButton {
    height: 54px;
    margin-top: 24px;
    font-size: 14px;
  }
}



/*# sourceMappingURL=custom.css.map */