:root{
  --g:#628D67;
  --arc-h: 120px;
  --header-h: 0px;
  --vw: 1vw;
}
.sp-only-flex {
    display: none;
}
.pc-only-flex {
    display: flex;
}
@media screen and (max-width: 979px) {
  .sp-only-flex {
    display: flex;
  }
  .pc-only-flex {
    display: none;
  }
}
html, body {
  overflow-x: hidden;
  font-optical-sizing: auto;
}
.info-banner {
    width: 100%;
    background: #645556;
    color: #fff;
    text-align: center;
    padding: 0.5em;
}
.fs-c-breadcrumb  {
    background: #efefef;
}
.fs-l-header {
    padding-top: 0;
    position: relative;
    z-index: 100;
    background: #fff;
}
.fs-l-header.is-fixed {
    position: fixed;
    top: max(0px, env(safe-area-inset-top));
    left: 0;
    right: 0;
    width: 100% !important;
}
#header-spacer { height: 0; }
.fv-section .fs-c-slick .slick-slide {
    width: calc(100 * var(--vw));
}
.fs-c-heading--page,
.fs-c-wishlistProduct__title {
    padding: 0 0 1.2em;
    border-bottom: none;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0;
  text-align: center;
}
  .site-nav {
    position: relative;
    padding: 0 2em;
  }
.drawer-nav {
  margin-top: 20px;
}
  .drawer-navigation-list {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .drawer-navigation-list-item {
    background: transparent;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    padding: 20px 8px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
    position: relative;
  }
  .drawer-navigation-list-item:after {
    font-family: 'Material Icons';
    content: '\e5e1';
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    top: 2rem;
    right: 0;
  }
  .drawer-navigation-list-item:first-child{
    border-top: none;
}
.drawer-navigation-list-item.top-item:after {
  content: none;
}
@media screen and (max-width: 979px) {
  .drawer-navigation-list-item {
    font-size: 1.2rem;
    letter-spacing: 1.5px;
  }
}
  .drawer-navigation-list-item a {
    color: #4C4C4C;
  }
  .top-nav a, .dd-trigger {
    text-decoration: none;
    color: #3b3b3b;
  }
  .dd-trigger {
    background: none;
    border: 0;
    padding: 0;
    display: inline-flex;
    gap: .4em;
    align-items: center;
    cursor: pointer;
    letter-spacing: 1.5px;
  }
@media screen and (min-width: 980px) {
  .fs-p-headerNavigation__listItem {
    min-width: auto;
  }
  .fs-p-headerNavigation__listItem + .fs-p-headerNavigation__listItem {
    margin-left: 25px;
  }
}
.fs-p-headerNavigation__listItem > * {
    font-family: "Julius Sans One", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.0rem;
    letter-spacing: 1px; 
}
  /* ========== Dropdown wrapper ========== */
  .dropdown {
    position: absolute;
    left: 0;
    top: 95%;
    background: #fff;
    z-index: 10;
  }
  .top-item:hover > .dropdown,
  .top-item:focus-within > .dropdown,
  .dropdown:hover,
  .dropdown:focus-within,
  .top-item.open > .dropdown { /* SPでの開閉用 */
    display: flex;
  }
@media screen and (min-width: 980px) {
  .dropdown {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    font-weight: normal;
  }
}
@media screen and (max-width: 979px) {
    .dropdown {
      display: none;
      margin-top: 1rem;
      border: none;
    }
}
@media screen and (min-width: 980px) {
  .top-item:hover > .dropdown,
  .dropdown:hover {
    display: flex;
    flex-wrap: wrap;
    top: 100%;
    visibility: visible;
    opacity: 1;
    border-top: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
  }
}
  /* ========== Level 1 (左パネル) ========== */
  .level-1 {
    position: relative;
    width: var(--panel-w);
    list-style: none;
    margin: 0;
    padding-left: 2em;
    background: var(--bg);
    border: var(--border);
    box-shadow: var(--shadow);
  }
@media screen and (min-width: 980px) {
  .level-1 {
      display: flex;
      flex-wrap: wrap;
  }
}
@media screen and (max-width: 979px) {
  .level-1 {
      padding-left: 1rem;
      font-size: 1.2rem;
      width: 100%;
  }
}
  .level-1 > li { position: relative; }
  .level-1 > li > a.item {
    display: flex;
    justify-content: space-between;
    gap: 3px;
    padding: 16px 24px;
    text-decoration: none;
    color: #333;
  }
@media screen and (max-width: 979px) {
  .level-1 > li > a.item {
    display: block;
    gap: 3px;
    padding: 16px 10px;
    letter-spacing: 0;
  }
  .level-1 > li:last-child > a.item {
    padding-bottom: 0;
  }
}
  .level-1 > li > a.item::after {
    content: "▾";
    font-family: "Julius Sans One", sans-serif;
    font-size: 1.2rem;
    position: relative;
    right: -1px;
  }
  .level-1 > li:hover > a.item,
  .level-1 > li:focus-within > a.item {
    background: var(--hover);
  }
  /* ========== Level 2 (右パネル) ========== */
  .level-2 {
    position: absolute;
    left: 100%;
    width: auto;
    display: none;
    margin: 0;
    list-style: none;
    background: #fff;
    box-shadow: var(--shadow);
  }
@media screen and (min-width: 980px) {
  .level-2 {
    padding-left: 2em;
    position: fixed;
    top: calc(107px + 38px);
    left: 0;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
  }
}
@media screen and (max-width: 979px) {
  .level-2 {
    /*padding-left: 1em;*/
    box-shadow: var(--shadow);
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .fs-l-header.is-fixed .level-2 {
    top: 145px;
  }
  .has-submenu:hover .level-2 {
    visibility: visible;
    opacity: 1;
    border-top: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
  }
}
  .level-1 > li:hover > .level-2,
  .level-1 > li:focus-within > .level-2 {
    display: block;
  }
@media screen and (max-width: 979px) {
  .has-submenu:hover .level-2,
  .has-submenu:focus-within .level-2 {
    /*border-top: 1px solid #C6C6C6;*/
    border-bottom: 1px solid #C6C6C6;
  }
  .has-submenu:hover:last-child .level-2,
  .has-submenu:focus-within:last-child .level-2 {
    margin-top: 10px;
    border-bottom: none;
  }
  .has-submenu:hover:last-child .level-2 li:last-child a,
  .has-submenu:focus-within:last-child .level-2 li:last-child a {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  .level-1 > li:hover > .level-2 {
    display: flex;
  }
}
  .level-2 li a {
    display: block;
    padding: 16px 24px;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
  }
.level-2 li a {
  position: relative;
}
.level-2 li a:after {
    font-family: 'Material Icons';
    content: '\e5e1';
    width: 1.0rem;
    height: 1.0rem;
    position: absolute;
    top: 1.25rem;
    right: 0;
}
@media screen and (max-width: 979px) {
  .level-2 li a:after {
    top: 1.5rem;
  }
}
  .header-right {
    display: flex;
    gap: 2px;
    margin: 0.5em;
  }
  .header-right img {
    width: 22px;
  }
  .search-area {
    padding: 0 2em 0.5em 2em;
    display: none;
  }
  .search-area.open {
    display: block;
  }
  .search-area .fs-p-inputGroup {
    border: none;
    background: #ffffff;
    gap: 0.2em;
  }
  .search-area .fs-p-inputGroup__button {
    background: #ffffff;
    width: 35px;
    display: flex;
    align-items: center;
  }
  .header-logo {
      margin-right: 2em;
      width: 15rem;
  }
.fs-icon--navCtrl:before {
    color: #645556;
    font-family: 'Material Icons';
    content: "\e5d2";
}
.fs-icon--close:before {
    font-family: 'Material Icons';
    content: "\e5cd";
}
.fs-p-headerNavigation {
    margin: none;
    max-width: none;
    flex-wrap: nowrap;
}
.fs-p-headerNavigation__listItem {
    font-family: "Noto Sans Condensed", "Segoe UI", Arial, "Malgun Gothic", "Helvetica Neue", "Hiragino Sans", sans-serif;  
    height: 70px;
}
.site-nav-inner {
    display: flex;
}
.fs-pt-column {
    grid-template-columns: 1fr 1fr 1fr;
}
.fs-p-drawer {
    display: none;
    z-index: 101;
}
.top-section {
    margin: 5em auto;
}
.top-section-hr {
    box-shadow: 0px 1px 0px #4C4C4C4C;
    max-width: 1024px;
    border: none;
    height: 1px;
}
.section-title {
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 2em;
		letter-spacing: 2px;
    margin-bottom: 1em;
}
.top-item-outer {
    margin: 1em auto;
    max-width: 1024px;
}
.fs-c-productThumbnail__image__caption {
  padding-top: 2px;
  font-size: 1.0rem;
}
.fs-c-productNumber {
  margin-top: 10px;
  font-size: 1.2rem;
  border: 1px solid #9b9b9b;
}
@media screen and (max-width: 767px) {
  .fs-c-productNumber {
    display: inline-block;
  }
}
.fs-c-productNumber__number {
  font-weight: 500;
}
.fs-c-productListItem {
    position: relative;
}
.fs-c-productListItem .fs-c-button--addToWishList--icon, 
.fs-c-productListItem .fs-c-button--removeFromWishList--icon {
    position: absolute;
    top: 8px;
    right: 8px;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-button--addToWishList--icon, 
.fs-c-productList__list .fs-c-button--removeFromWishList--icon {
    top: 1.5em;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    /* color: #fff; */
}
.view-all-btn, .btn-brown {
    background: #645556;
    border-radius: 20px;
    border: none;
    padding: 0.6em 2em;
    color: #fff;
    margin: 0 auto;
}
.fs-pt-column__heading {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
}
.fs-pt-column__item {
    text-decoration: none !important;
    color: #4C4C4C;
}
.arrow-btn:after {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 0.8em;
    margin-left: 1em;
    margin-bottom: 0.4em;
    background-image: url("https://meettreegolf.itembox.design/item/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}
.follow-us-btn:after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 1em;
    background-image: url("https://meettreegolf.itembox.design/item/link.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}
.fs-pt-column {
    max-width: 1216px;
    margin: 1em auto;
}
.news-section {
    padding: 4em 2em;
}
.news-date {
    font-weight: normal;
    font-size: 0.8em;
    letter-spacing: .7px;
}
.fs-pt-column__item {
    /*height: 100%;*/
}
.fs-pt-column__description {
    display: flex;
    flex-flow: column;
    font-size: 1.0rem;
    line-height: 1.4;
}
.fs-pt-column__description .news-text {
    margin-bottom: 2em;
}
.fs-pt-column__description .view-more-img {
    margin-top: auto;
    width: 120px;
    transform: scale(1);
    transition: transform 0.3s;
}
.fs-c-button--carousel {
    border-radius: 50px;
    width: 100%;
    min-height: unset;
    aspect-ratio: 1 / 1;
}
.fs-c-button--carousel::before {
    content: "";
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    width: 15px;
    height: 15px;
    position: absolute;
}
.fs-c-button--carousel--prev::before {
    transform: rotate(135deg);
    left: 40%;
		bottom: 150%;
}
.fs-c-button--carousel--next::before {
    transform: rotate(-45deg);
    right: 40%;
    bottom: 150%;
}
.fs-c-productListCarousel {
    /*margin-left: 1em !important;*/
    /*margin-right: 1em !important;*/
}
.fs-c-productListCarousel__list .fs-c-productName__copy {
    display: none;
}
.fs-c-productListCarousel__list .fs-c-productListItem__productName {
    /*text-align: center;*/
}
.fs-c-productListCarousel__list .fs-c-productPrice {
    justify-content: center
}
.fs-c-productList__list .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    color: #fff;
}
.fs-c-productListCarousel__list .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    color: #fff;
}
.fs-c-productList__list .fs-c-productListItem__productName a,
.fs-c-productListCarousel__list .fs-c-productListItem__productName a {
    /*color: #4C4C4C !important;*/
}
.fs-c-productListItem__productName {
  margin: 0;
  padding-top: 5px;
}
.fs-c-productListCarousel__list__item > * + * {
  margin-top: 3px;
}
.fs-c-productListItem__image__image {
    /*aspect-ratio: 12 / 15;*/
    /*object-fit: cover;*/
    margin: 0 auto;
    border-radius: 0 !important;
}
.ranking-list .fs-c-productListItem__image__image {
    /*border-radius: 30px;*/
    aspect-ratio: 12 / 15;
    object-fit: cover;
}
.ranking-list .fs-c-productListItem__image {
    position: relative;
}
.ranking-list .fs-c-productListItem__image:before {
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    /*top: 14px;*/
    top: 0;
    /*left: 14px;*/
    left: 0;
    width: 28px;
    height: 28px;
    /*border-radius: 20px;*/
    background: #fff;
    z-index: 1;
}
.istagram-column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
}
.instagram-img-column img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
/*
 * 商品一覧
 */
.product-search {
    width: 200px;
    padding: 1em;
}
.fs-c-productList {
    /*width: calc(100% - 200px);*/
    /*margin: 0 2em;*/
}
.fs-c-sortItems__label {
    border: none;
}
.search-block {
    border-bottom: 1px solid #D1D1D1;
}
.search-block-head, .search-block-head-sp {
    font-size: 1.2em;
    padding: 0.5em 0;
    position: relative;
    cursor: pointer;
}
.search-block-head:after,
.search-block-head-sp:after {
    content: "";
    position: absolute;
    top: 0.9em;
    right: 0.8em;
    width: 0.4em;
    height: 0.4em;
    transform: rotate(-45deg);
    border-bottom: 1px solid #4C4C4C;
    border-left: 1px solid #4C4C4C;
}
.search-block-head.open:after,
.search-block-head-sp.open:after {
    top: 1.1em;
    transform: rotate(135deg);
}
.search-block-body {
    overflow-y: hidden;
    max-height: 0;
}
.search-block-body.open {
    max-height: none;
}
.search-block-body > div {
    padding: 0.5em 0;
}
.fs-c-productListItem__viewMoreImageButton {
    display: none;
}
.fs-c-sortItems {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 0 auto;
    width: 100px;
}
.fs-c-sortItems .fs-c-sortItems__label {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-justify-content: center;
    justify-content: center;
}
.fs-c-productList__controller .item-search-btn::before {
    content: '';
    display: inline-block;
    margin: 0 6px 0 0;
    width: 18px;
    height: 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNSAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzLjMzMzMgMTQuNTgzM0MyNS4zNDY5IDE0LjU4MzMgMjYuOTc5MiAxMi45NTEgMjYuOTc5MiAxMC45Mzc1QzI2Ljk3OTIgOC45MjM5NSAyNS4zNDY5IDcuMjkxNjYgMjMuMzMzMyA3LjI5MTY2QzIxLjMxOTggNy4yOTE2NiAxOS42ODc1IDguOTIzOTUgMTkuNjg3NSAxMC45Mzc1QzE5LjY4NzUgMTIuOTUxIDIxLjMxOTggMTQuNTgzMyAyMy4zMzMzIDE0LjU4MzNaIiBzdHJva2U9IiM2NDU1NTYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xLjQ1ODAxIDEwLjkzNzVIMTQuNTgzIiBzdHJva2U9IiM2NDU1NTYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yNy4zNDM4IDEwLjkzNzVIMzMuNTQxNyIgc3Ryb2tlPSIjNjQ1NTU2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMS40NTgwMSAyNC4wNjI1SDguMDIwNTEiIHN0cm9rZT0iIzY0NTU1NiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTExLjY2NjMgMjcuNzA4M0MxMy42Nzk5IDI3LjcwODMgMTUuMzEyMiAyNi4wNzYgMTUuMzEyMiAyNC4wNjI1QzE1LjMxMjIgMjIuMDQ5IDEzLjY3OTkgMjAuNDE2NyAxMS42NjYzIDIwLjQxNjdDOS42NTI4IDIwLjQxNjcgOC4wMjA1MSAyMi4wNDkgOC4wMjA1MSAyNC4wNjI1QzguMDIwNTEgMjYuMDc2IDkuNjUyOCAyNy43MDgzIDExLjY2NjMgMjcuNzA4M1oiIHN0cm9rZT0iIzY0NTU1NiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE5LjY4NzUgMjQuMDYyNUgzMy41NDE3IiBzdHJva2U9IiM2NDU1NTYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 50% 50%;
}
.fs-c-sortItems .fs-c-sortItems__label:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #4C4C4C;
    border-right: 1px solid #4C4C4C;
    transform: rotate(45deg);
    position: absolute;
    right: -10px;
    top: 6px;
}
.fs-c-sortItems .fs-c-sortItems__list {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    transition: ease .3s;
    padding: 10px 0;
    width: 130px;
    background: #fff;
    color: #4C4C4C;
    border-radius: 5px;
    border: none;
    /*box-shadow: 0px 5px 5px #4C4C4C4C;*/
}
.fs-c-sortItems .fs-c-sortItems__list.open {
  display: block;
  padding: 0;
  border: 1px solid #333;
  border-radius: 0;
  top: 30px;
  left: -15px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .fs-c-sortItems .fs-c-sortItems__list.open {
    top: 44px;
    left: -2px;
  }
}
.fs-c-productList__controller {
    justify-content: flex-end;
}
.fs-c-productList__controller .fs-c-sortItems {
    margin: 0;
}
.fs-c-productList__controller .fs-c-listControl {
    width: 100%;
}
.fs-c-subgroup .fs-c-listControl {
    display: none;
}
.fs-c-productList__list__item .fs-c-productPrice {
    justify-content: center;
}
.fs-c-subgroupList__item {
    margin: 11px;
    border: 1px solid #D1D1D1;
    flex-basis: 30%;
}
.fs-c-subgroupList__item .fs-c-subgroupList__link {
    background: none;
    border: none;
    padding: 1em;
}
#currentSearchParamArea {
    display: flex;
    gap: 1em;
    
}
.current-search-param {
    border: 1px solid #D1D1D1;
    padding: 1em;
    display: flex;
    align-items: center;
    gap: 0.8em;
    cursor: pointer;
}
.current-search-param:before {
    content: "";
    display: block;
    background-image: url("https://meettreegolf.itembox.design/item/x.svg");
    width: 1.5em;
    height: 1.5em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

/*
 * 商品詳細
 */
.fs-l-product2 .fs-l-productLayout {
    grid-template-columns: calc(55% - 16px / 2) calc(45% - 16px / 2);
}
.fs-l-product2 .fs-l-productLayout {
    margin: 1em 2em;
    margin-bottom: 4em;
    grid-template-columns: 450px 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "one two"
        "three two";
    gap: 4em;
}
.fs-l-product2 .fs-l-productLayout > div:nth-of-type(1) {
    grid-area: one;
}
.fs-l-product2 .fs-l-productLayout > div:nth-of-type(2) {
    grid-area: two;
}
.fs-l-product2 .fs-l-productLayout > div:nth-of-type(3) {
    grid-area: three;
}
.item-tag {
    display: flex;
    flex-flow: wrap;
    gap: 5px;
}
.item-tag span {
    background: #628E67;
    color: #ffffff;
    border-radius: 15px;
    padding: 0.5em 2em;
    font-size: 0.8em;
    white-space: nowrap;
}
.item-tag span:empty {
    display: none;
}
.item-section {
    padding: 3em 0;
}
.fs-c-productNameHeading {
    font-size: 2em;
    font-weight: 400;
}
.fs-c-productPrices--productDetail {
  padding-top: 15px;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    padding-top: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #6a6a6a;
}
.fs-c-price .fs-c-price__value {
    margin: 0 0.2em 0 0.1em;
}
.fs-c-variationList__item__title {
    padding-bottom: 7px;
    background: none;
    border-bottom: 1px solid #D1D1D1;
    font-size: 1.0rem;
    font-weight: 400;
    margin: 1em 0;
}
.fs-c-variationLabel {
    display: none;
}
.fs-c-variationCart__variationName__name {
    font-size: 1.0rem;
    font-weight: 400;
}
.fs-c-variationList__item__body {
    margin: 0 1em 0 0;
}
.fs-c-variationCart--withImage > li {
    grid-template-columns: auto 1fr 154px 2em;
    margin: 1em 0;
    gap: 0.5em;
}
.fs-c-variationCart--withImage > li:first-child {
    margin-top: 0;
}
.fs-c-variationCart--withImage > li .fs-c-variationCart__variationName {
    order: 1;
}
.fs-c-variationCart--withImage > li .fs-c-variationCart__cartButton {
    order: 2;
}
.fs-c-variationCart--withImage > li .fs-c-variationCart__wishlist {
    order: 3;
}
/*ポイント*/
.fs-c-productPointDisplay {
  padding: 4px 5px;
  color: #333;
  background: none;
  border: 1px solid #333;
}
.fs-c-productPointDisplay__quantity {
  font-weight: 500;
  letter-spacing: 1px;
}
.fs-c-productPointDisplay__unit {
  font-size: 1.0rem;
}
.fs-c-variationAndActions__variation {
  margin-top: 20px;
}
.fs-c-orderTotalTable {
  font-size: 1.4rem;
}
.fs-c-button--primary {
  padding: 0.6em 1.6em 0.6em;
}
.fs-c-button--primary.fs-c-button--addToCart--variation {
  padding: 0.6em 1.6em 0.6em;
  font-size: 1.0rem;
  background-color: #645556;
  border: none;
}
.fs-c-button--secondary {
  padding: 0.6em 1.6em 0.6em;
  background: #333;
  border: none;
}
.fs-c-button--secondary.fs-c-button--subscribeToArrivalNotice--variation {
  font-size: 1.0rem;
}
.fs-c-button__label {
  line-height: 1;
  font-size: 1.0rem;
  letter-spacing: 1px;
}
.fs-c-productSalesPeriod {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1;
}
.fs-c-productPostage__label {
  font-size: 1.2rem;
}
.fs-c-variationCart--withImage > li .fs-c-variationCart__cartButton .fs-c-button--primary.fs-c-button--addToCart--variation {
    position: relative;
    padding-left: 3em;
}
.fs-c-variationCart--withImage > li .fs-c-variationCart__cartButton .fs-c-button--primary.fs-c-button--addToCart--variation::before {
    content: "";
    position: absolute;
    left: 1.5em;
    top: 0.5em;
    width: 1.2em;
    height: 1.2em;
    background-image: url("https://meettreegolf.itembox.design/item/cart_w.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}
.fs-c-variationCart__cartButton > button {
  white-space: nowrap;
}
.fs-c-variationCart--withImage > li .fs-c-variationCart__wishlist .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    font-size: 1.3em;
}
/*商品説明小*/
.fs-p-productDescription {
  padding-top: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}
/*商品説明（大）*/
.fs-p-productDescription--full {
    line-height: 2;
}
.fs-p-productDescription--full table {
    font-size: 1.0rem;
}
.fs-p-productDescription--full table td {
    padding: 8px;
    border: 1px solid #cfcfcf;
    line-height: 1.3;
}
.fs-p-productDescription--full table img {
    width: 30px;
}
.item-info-label {
    font-size: -3.6em;
    letter-spacing: 0.05em;
    margin: 0 1em;
    margin-top: 3em;
}
.item-info-hr {
    background-color:#D1D1D1;
    height: 1px;
    border: none;
}
.item-table-outer {
    margin: 2em 1em;
}
.item-table-outer th {
    font-weight: 400;
    text-align: center;
}
.custom-hr {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #c3c3c34c;
}
.fs-c-returnedSpecialContract__link a {
    color: #4C4C4C;
}
.fs-c-button--inquiryAboutProduct .fs-c-button__label {
    color: #4C4C4C;
}
.fs-c-cartTable {
  font-size: 1.2rem;
  line-height: 1.4;
}
.fs-c-cartTable__actionButton button {
  white-space: nowrap;
}
.fs-c-cartTable__message {
    color: #fff;
}
.fs-c-cartTable__dataCell--point {
  text-align: center;
}
.fs-c-history__total .fs-c-price {
    font-size: 1em;
}
.fs-c-history__total .fs-c-price .fs-c-price__value {
    margin: 0;
}
@media screen and (min-width: 980px) {
    .fs-c-slick.slick-initialized .slick-slide {
        width: 450px;
      display: block;
    }
}
.fs-c-slick.slick-initialized .slick-slide img {
    width: 100%;
    height: auto;
}
.fs-c-productCarouselMainImage__thumbnailList {
    flex-wrap: wrap;
    overflow-x: auto;
}
@media screen and (max-width: 1061px) {
  .header-logo {
    margin-right: 1em;
  }
  .fs-p-headerNavigation__link {
    padding: 5px;
  }
  .header-right  {
    gap: 0px;
    margin: 0;
  }
}
/*
 * 商品詳細
 */
@media screen and (max-width: 979px) {
    .site-nav {
        padding: 0 0.5em;
    }
    .header-logo {
        margin: 0;
        width: 13rem;
    }
    .sp-logo {
      margin: 0 auto;
    }
    .site-nav-inner {
        width: 105px;
    }
    .istagram-column {
        grid-template-columns: 1fr;
    }
    .fs-p-headerNavigation__link {
        padding: 5px;
    }
    .fs-p-drawer {
        display: block;
        width: 75%;
    }
    .dropdown {
        position: unset;
        border: none;
    }
    .level-2 {
        position: unset;
        border: none;
        /*padding-left: 24px;*/
    }
    .product-search-sp {
        width: 100%;
    }
    .news-section {
        padding: 3em 1em;
    }
    .fs-pt-column {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .fs-pt-column__description .news-text {
        margin-bottom: 1em;
    }
    #currentSearchParamArea {
        margin: 0.5em;
    }
    .fs-c-productList {
        width: 100%; 
        padding: 0 0.5em;
    }
    .fs-c-productList__list {
        grid-template-columns: 1fr 1fr;
    }
    .fs-c-heading--page {
        margin-bottom: 0;
        font-size: 1.8rem;
    }
    .fs-c-subgroup, .fs-c-subgroupList {
        margin: 0;
    }
    .fs-c-productList {
        margin: 0;
        padding: 0;
    }
    .fs-c-productList__controller {
        margin: 0;
    }
    .item-search-btn, .fs-c-sortItems {
        width: 50%;
        border: none;
        background: #efefef;
        margin: 0;
        padding: 0.8em;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .item-search-btn {
        display: none !important;
        /* border-right: 0.5px solid #D1D1D1; */
    }
    .fs-c-sortItems {
        /*border-left: 0.5px solid #D1D1D1;*/
        /*margin-left: -1px !important;*/
    }

    .search-close-outer {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 1em;
    }

    .search-close {
        width: 2.5em;
        height: 2.5em;
    }
    .search-close::before {
        font-size: 2.5em;
    }

    .product-search {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 1000;
        overflow-y: auto;
    }
    .product-search.open {
        display: block;
    }
    .fs-l-product2 .fs-l-productLayout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "one"
            "two"
            "three";
    }
    .fs-c-variationList__item__body {
        margin: 0;
    }
    .fs-c-variationCart--withImage > li {
        gap: 0.1em;
    }
    .fs-c-button--carousel::before {
        width: 10px;
        height: 10px;
    }
    .fs-c-button--carousel--prev::before,
    .fs-c-button--carousel--next::before {
        bottom: 200%;
    }
}

/*=========== 2025.10 ===========*/
/*nav*/
.fs-p-headerNavBar {
    border-bottom: 1px solid #b7b7b7;
}
/*topMV*/
.fs-pt-carousel .slick-arrow {
    background: none;
}
.slick-slider {
    position: relative;
}
.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 100;
}
.fs-c-slick .slick-next:before {
    transform: rotate(-45deg);
    top: 0;
    right: 30px;
}
.fs-c-slick .slick-prev:before {
    transform: rotate(135deg);
    top: 0;
    left: 30px;
}
@media screen and (max-width: 979px) {
    .fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
        content: "";
        width: 30px;
        height: 30px;
    }
    .fs-c-slick .slick-next:before {
        right: 12px;
    }
    .fs-c-slick .slick-prev:before {
        left: 12px;
    }
}
/*商品詳細メイン画像カルーセル*/
.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    background: none !important;
}
/*商品スライダー*/
.fs-c-productListCarousel__ctrl.slick-disabled > .fs-c-button--carousel {
	display: none;
}
/*カラーチップスタイル*/
.fs-c-productMark__mark {
    margin-right: 3px;
    border-radius: 0;
    border: 1px solid #ccc;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
}
/*カラーチップ商品詳細ページ上部*/
.fs-l-productLayout__item .fs-c-productMark__mark {
    width: 25px;
    height: 25px;
}
/*カラーチップ色身調整*/
/*saxe*/
.fs-c-productMark__mark--38,
.c-colorPreviewBox--productMarkColor38 {
    background: #afe3ef;
}
/*navy*/
.fs-c-productMark__mark--39,
.c-colorPreviewBox--productMarkColor39 {
    background: #2f508f;
}
/*商品一覧価格表示*/
.fs-c-productPrice__addon:where(:not([class*="--listed"]))::before,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::before,
.fs-c-productPrice__addon:where(:not([class*="--listed"]))::after,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::after {
	content: none;
}
/*詳細を見るボタン*/
.fs-c-productListItem__control {
  justify-content: center;
}
.fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list,
.fs-c-productListItem__control a,
.fs-c-productListItem__control form {
  display: none;
}
/*フリーページ*/
.fs-body-custom .fs-l-sideArea + .fs-l-pageMain,
.fs-p-memberAgreement,
.fs-p-aboutTerms,
.fs-p-privacyPolicy {
    margin: 0 auto;
    max-width: 800px;
    font-size: 1.2rem;
    line-height: 1.6;
}
.fs-body-custom .fs-l-pageMain {
    /*padding: 4em 0 0;*/
}
.news-text {
    margin: 0;
    line-height: 1.8;
}
@media screen and (max-width: 979px) {
    .news-text {
        margin: 1.5em 0;
    }
}
#publishDate {
    letter-spacing: 1.5px;
}
.fs-c-orderedList > li {
  padding: 0 0px 0 1em;
  text-indent: -1em;
}
.fs-c-orderedList > li::before {
  padding-right: .5em;
  color: #333;
}
.fs-c-orderedList > li .fs-c-orderedList {
  margin: 10px 0 0;
  border: none;
}
/* ============reset============ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-x: hidden;
	overflow-y: hidden;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ============theme打ち消し============ */
/*レイアウト*/
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
  max-width: none;
}
/*ヘッダ*/
.fs-preview-header {
  display: none;
}
.fs-p-headerNavBar {
  background: none;
  border: none;
}
.fs-p-headerNavigation__link:link,
.fs-p-headerNavigation__link:visited {
  color: var(--main-color);
}
/* ------商品一覧カルーセル------ */
/*レイアウト*/
.fs-c-productListCarousel__list__item {
    max-width: 250px;
}
  /*商品名*/
.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation {
  font-size: 1.2rem;
  line-height: 1.3;
  display: -webkit-box;             
  -webkit-box-orient: vertical;      /* 垂直方向に配置 */
  overflow: hidden;                  /* 溢れた部分を隠す */
  text-overflow: ellipsis;           /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2;             /* 最大行数を3行に設定 */
}
/*金額エリア*/
.fs-c-productPrice__addon, .fs-c-productPrice__main__addon,
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price,
.fs-c-price {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #6a6a6a;
}
/*税込*/
.fs-c-productPrice__addon__label {
  font-size: 0.8rem;
}
.fs-c-productListItem__prices, .fs-c-productPrices {
  text-align: center;
}
.fs-c-productListItem__prices .fs-c-productPrice + .fs-c-productPrice {
  padding-top: 3px;
}
/*販売価格・定価販売ラベル*/
.fs-c-productPrice__main__label {
  display: none;
}
/*販売期間*/
.fs-c-productListItem__salesPeriod {
  display: none;
}
.fs-c-productListItem__salesPeriodNotice,
.fs-c-productListItem__outOfStock,
.fs-c-productListItem__control .fs-c-button--addToCart--list {
  display: none;
}

/* ============settting============ */
:root {
  --main-color: #1c1c1c;
  --bg-color: #1c1c1c;
  --rd-color: #c51717;
}
body {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 1.4rem;
  letter-spacing: .5px;
  color: var(--main-color);
}
html { 
  font-size: 75%;
  scroll-padding-top: 98px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 979px) {
  html { font-size: 62.5%; }
}
.sp-only { display: none; }
@media screen and (max-width: 979px) {
  .sp-only { display: block; }
  .pc-only { display: none; }
}
a, a:visittlted{
  color: var(--main-color);
}
a:hover,
.fs-c-button--plain:hover {
  text-decoration: none;
  opacity: .7;
  transition: .3s;
}
.fs-c-button--plain:hover {
  color: #fff;
}
/* ============LAYOUT============ */
.fs-l-main {
    max-width: none;
    padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .fs-l-main {
      padding: 10px 2%;
  }
}
.fs-l-pageMain {
    margin: 20px auto 0 auto;
    width: 100vw;
    max-width: 100%;
}
section + section {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  section + section {
    margin-top: 80px;
  }
}
.inner-l {
  margin-left: auto;
  margin-right: auto;
  max-width: 90vw !important;
}
.inner-m {
  margin-left: auto;
  margin-right: auto;
  max-width: 80vw !important;
}
.inner-s {
  margin-left: auto;
  margin-right: auto;
  max-width: 70vw !important;
}
.inner-xs {
  margin-left: auto;
  margin-right: auto;
  max-width: 50vw !important;
}
@media screen and (max-width: 767px) {
  .inner-s, .inner-xs {
    max-width: 90vw;
  }
}
/* ============PARTS============ */
/*header*/
.header-message {
  padding: 8px;
  color: #fff;
  background: var(--bg-color);
  text-align: center;
}
.btn-wrap {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    margin-top: 0;
  }
}
.btn-basic,
.fs-c-button--plain,
.fs-c-button--standard,
.fs-c-button--myPageTop,
.fs-c-wishlistProduct__viewAllProducts,
.fs-c-viewAllProductsLink,
.fs-c-subgroupList__item .fs-c-subgroupList__link {
  padding: 15px;
  background: var(--bg-color);
  color: #fff;
  font-size: 1.0rem;
  position: relative;
  width: 180px;
  text-align: center;
  display: inline-block;
  border: none;
  white-space: nowrap;
}
.fs-c-button--myPageTop {
  margin: 0 auto;
}
.btn-basic:hover,
.btn-basic:visited,
.fs-c-button--plain:visited,
.fs-c-button--standard:visited,
.fs-c-button--myPageTop:visited,
.fs-c-wishlistProduct__viewAllProducts:visited,
.fs-c-viewAllProductsLink:visited,
.fs-c-subgroupList__item .fs-c-subgroupList__link:hover,
.fs-c-button--standard:hover,
.fs-c-button--standard:visited {
  color: #fff;
}
.fs-c-subgroupList__item .fs-c-subgroupList__link {
  width: 100%;
}
.btn-basic:after {
  font-family: 'Material Icons';
  content: '\e5e1';
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: calc(100% / 1.2rem);
  right: .6rem;
}
.fs-c-subgroupList__link::after {
  position: absolute;
  top: calc(50% - 1rem);
  right: 0px;
}
/* ============text============ */
.ttl-lg {
  margin-bottom: 30px;
  font-size: 2.2rem;
}
.ttl-md {
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.ttl-sm {
  font-size: 1.6rem;
}
.ttl-2row {
  text-align: center;
}
.ttl-2row span {
  padding: 10px;
  display: block;
  font-size: 50%;
}
.txt-md {
  font-size: 1.2rem;
}
.txt-sm {
  font-size: 1.0rem;
}
.wh {
  color: #fff;
}
.red {
  color: var(--rd-color);
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb50 {
  margin-bottom: 50px;
}
.pb10 {
  padding-bottom: 10px;
}
/* ============TOP============ */
/*ニュース*/
.top_news .fs-pt-column__item > * + * {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .top_news .fs-pt-column__item + * {
    margin-left: 0;
    margin-top: 10px;
  }
  .top_news .fs-pt-column__item > * + * {
    margin-top: 0;
  }
}
/*category*/
.category-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.category-wrap ul li {
  padding: 5px;
  width: 14%;
}
@media screen and (max-width: 767px) {
  .category-wrap ul {
    flex-wrap: nowrap;      /* ←最重要 */
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }

  .category-wrap ul li {
    flex-shrink: 0;         /* ←これも最重要 */
    width: 140px;           /* 好きに調整 */
    padding: 5px;
  }
}
/*concept*/
.concept-wrap {
  padding: 50px 0;
  background: url(https://kissonthegreen.itembox.design/item/bg_concept.jpg?t=20260203145639);
}
.concept-wrap p {
  line-height: 1.6;
}
/*shop*/
.shop-wrap ul {
  display: flex;
  justify-content: center;
}
.shop-wrap ul li {
  width: 30%;
}
.shop-wrap ul li + li {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .shop-wrap ul li {
    width: 50%;
  }
  .shop-wrap ul li + li {
    margin-left: 10px;
  }
}
/*insta*/
.insta-wrap ul {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .insta-wrap ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .insta-wrap ul li {
    width: 30%;
  }
}
/*guide*/
.guide-wrap {
  padding: 30px 0;
}
.guide-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.guide-wrap ul li {
  width: 200px;
  text-align: center;
}
.guide-wrap ul li img {
    width: 135px;
}
@media screen and (max-width: 767px) {
  .guide-wrap ul {
    gap: 1rem;
  }
  .guide-wrap ul li {
    width: 40%;
  }
  .guide-wrap ul li img {
    width: auto;
  }
}
.guide-wrap ul li p {
  padding-top: 10px;
  font-size: 1.2rem;
  line-height: 1.6;
}
/* ============footer============ */
.fs-l-footer {
  margin-top: 80px;
  padding: 40px 0 0;
  position: static;
  border-top: 1px solid var(--main-color);
  width: 100vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .fs-l-footer {
    margin-top: 50px;
  }
}
.fs-l-footer__utility {
  margin: 0 auto;
  padding: 0;
  max-width: 90vw;
  display: block;
}
.fs-pt-menu a {
  padding: 0;
}
.fs-p-footerSnsLink li {
  width: 23px;
  max-height: 22px;
}
.fs-p-footerSnsLink li + li {
  margin-left: 30px;
}
.fs-l-footer__utility .fs-p-footerUtilityMenu {
  margin-top: 30px;
  padding: 0;
}
.fs-p-footerUtilityMenu__list {
  display: block;
}
.fs-p-footerUtilityMenu__list > li + li {
  margin-left: 0;
  margin-top: 15px;
}
.fs-p-footerUtilityMenu__list li a {
  display: inline-block;
  font-size: 1.2rem;
}
.fs-p-footerUtilityMenu__list a::before {
  content: none;
}
@media screen and (max-width: 767px) {
.fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a,
  .fs-p-footerUtilityMenu__list > li:not(:first-child) a {
  border: none;
}
  .fs-p-footerUtilityMenu__list a::after {
    content: none;
  }
}
footer small {
  padding: 30px 0;
  font-size: 1.0rem;
  text-align: center;
  display: block;
  opacity: .7;
}
/* ============商品詳細============ */
.fs-body-product .fs-c-featuredProduct__header {
    display: none;
}
.fs-body-product .fs-c-productListCarousel .fs-c-productListItem__productName {
    text-align: center;
}
.fs-body-product .fs-c-productListCarousel .fs-c-productPrice {
    justify-content: center;
}
.fs-body-product .fs-c-productListCarousel .fs-c-productName__copy {
    display: none;
}
.fs-body-product .coordinate-header {
    padding-bottom: 15px;
    font-size: 1.2em;
}
.fs-body-product .section-title {
    margin: 2em auto;
}
.fs-body-product .recommend-list,
.fs-body-product .ranking-list {
    margin: 3em auto;
}
.fs-body-product .fs-c-productListItem__image__image {
    border-radius: 30px;
    aspect-ratio: 12 / 15;
    object-fit: cover;
}
.fs-body-product .fs-l-pageMain {
    max-width: 1024px !important;
}
/*パンくず*/
.fs-c-breadcrumb__list {
  padding: 5px 2em;
}
.fs-c-breadcrumb + .fs-c-breadcrumb .fs-c-breadcrumb__list {
  margin-top: -4px;
  padding-top: 0;
}
.fs-c-breadcrumb__listItem {
  font-size: 1.0rem;
  display: inline;
  line-height: 1.5;
}
/*ズームボタン*/
.fs-c-button--viewExtendedImage,
.fs-c-button--viewExtendedImage:hover {
  padding: 0;
  color: #333;
  background: none;
  width: auto;
}
/*モーダル*/
.fs-c-productImageModal__close {
  width: 100%;
  height: 100%;
}
.fs-c-productImageModal__close::before {
  display: none;
}
/*商品名*/
.fs-c-productNameHeading__copy {
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  line-height: 1.5; 
  display: block;
}
.fs-c-productNameHeading__name {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
/*在庫切れ*/
.fs-c-productNotice--outOfStock {
  padding: 10px 5px;
}
/*再入荷お知らせボタン*/
.fs-c-button--subscribeToArrivalNotice--variation {
  background-color: #9f9f9f;
}
/*お気に入りボタン*/
.fs-c-button--addToWishList--detail,
.fs-c-button--removeFromWishList--detail{
  padding: 0 !important;
  line-height: 1;
  border: none !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: none;
}
.fs-c-button--addToWishList--detail .fs-c-button__label,
.fs-c-button--removeFromWishList--detail .fs-c-button__label {
  display: none;
}
/*キーワード*/
.keyword-wrap {
  margin-top: 20px;
  font-size: 1.0rem;
  line-height: 1.4;
}
/*レビュー*/
.fs-c-aggregateRating__rating {
  font-size: 1.5rem;
}
.fs-c-rating__stars {
  margin-top: 5px;
  font-size: 1.4rem;
}
.fs-c-rating__value {
  padding-top: 2px;
}
.fs-c-aggregateRating__count {
  padding-bottom: 4px;
}
.fs-c-productReview {
  margin-top: 30px;
  font-size: 1.2rem;
}
.fs-c-reviewBody {
  padding: 0;
  border: none;
}
.fs-c-reviewList__item {
  padding: 8px 0;
}
.fs-c-productReview__reviewList {
  margin-top: 5px;
}
.fs-c-reviewInfo__reviewer {
  font-size: 1.0rem;
}
.fs-c-reviewer__profile {
  padding-left: 5px;
  font-size: 1.0rem;
}
.fs-c-reviewerStatus {
  display: none;
}
.fs-c-reviewInfo__date {
  padding-top: 5px;
  font-size: 1.0rem;
}
.fs-c-reviewStars {
  padding-top: 2px;
}
.fs-c-reviewList__item__body {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.5;
}
.fs-c-productReview__allReviews {
  text-align: right;
  display: block;
  font-size: 1.2rem;
}
.fs-c-button--addReview--detail {
  margin: 5px 0 20px 0;
  padding: 10px;
  border: 1px solid #838383;
  display: block;
  width: 100%;
  text-align: center;
}
#fs-recommend--flick .fs-p-heading--lv2 {
  display: none !important;
}
.fr2-listItem__link {
  font-size: 1.0rem;
  line-height: 1.2;
}
.fs-c-button--viewAllReviews {
    padding: 0 0 6px 0;
    width: auto;
    color: #333;
    background: none;
    border-bottom: 1px solid #999;
}
.fs-c-button--viewAllReviews:hover {
  color: #333;
}
.fs-body-review-login .fs-c-registeredUsers {
  flex-grow: 0; 
  flex-basis: calc(50% - 40px);
}
/*値引き商品*/
.fs-c-productPrice--listed .fs-c-productPrice__main {
  text-decoration: line-through;
  text-decoration-color: #474747;
  text-decoration-style: solid;
}
.fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__price {
    color: #da4453 !important;
}
/* ============フリーページ============ */
/*ショッピングガイド*/
.guide-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    margin: 2em auto;
    max-width: 1024px;
}
.guide-detail-area {
    margin: 2em auto;
    max-width: 1024px;
}
* + .fs-c-documentColumn {
  margin-top: 15px;
}
.fs-c-documentColumn__heading,
.guide-head {
    padding: 0.5em 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    border: none;
}
@media screen and (max-width: 767px) {
  .guide-head {
    padding-left: 1em;
  }
}
.guide-block {
    margin-bottom: 3em;
}
.guide-detail-block {
    margin-bottom: 50px;
}
.guide-detail-block > section {
  padding-top: 13px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.guide-detail-block > section p + p,
.guide-detail-block > section p + div,
.guide-detail-block > section div + p {
  margin-top: 10px;
}
.guide-block p {
  margin-top: 15px;
}
.guide-block a {
    font-size: 1.2rem;
    text-decoration: none;
}
.guide-img-center {
    text-align: center;
}
.guide-img-center img {
    max-width: 700px;
}
.guide-size-area {
    margin-top: 40px !important;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap:3em;
    margin: 3em auto;
}
.qa-section-head {
  font-weight: 600;
}
.qa-section-block + .qa-section-head {
  margin-top: 25px;
}
.qa-section-block {
  margin-top: 20px;
}
.qa-section-block + .qa-section-block {
  border-top: 1px solid #ccc;
}

.qa-section-block p {
    margin: 1em 0;
}
.change-service-block {
    margin: 2em auto;
}
.change-service-main {
    padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
    .guide-area {
        grid-template-columns: 1fr;
    }
    .guide-block section,
    .guide-detail-block section {
        margin: 0 1em;
    }
    .guide-img-center img {
        max-width: 100%;
    }
    .guide-block a {
        font-size: 1em;
    }
    .guide-size-area {
        grid-template-columns: 1fr;
    }
}
.fs-c-documentArticle__heading {
    background: none;
    color: #333;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 0 16px;
    padding: 0;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 10px;
}
/*news*/
.news-all-section {
    margin: 2em auto;
    max-width: 1024px;
}
.news-all-section .fs-pt-list__item {
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
    line-height: 1;
}
.news-all-section .fs-pt-list__item:after  {
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  right: 7px;
  bottom: 2em;
  content: "";
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  position: absolute;
}
.news-all-section .fs-pt-list__link {
    padding: 2em;
    color: #4C4C4C;
  width: 100%;
}
.fs-pt-list--noMarker > li + li {
  margin-top: 0;
}
.pagenate {
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: center;
    gap: 0.5em;
}
.pagenate button {
  padding: 5px 7px;
    background: transparent;
    border: 1px solid #dfdfdf;
}
.pagenate button:nth-child(odd) {
  padding: 0 10px;
  color: #fff;
  background: #1c1c1c;
  border: none;
}
.page-num.current-page {
    color: #969696;
}
/*news詳細*/
.news-detail .date {
  padding-top: 20px;
  width: 100%;
  display: block;
  border: none;
  text-align: right;
}
.news-detail .date + img {
  margin-top: 15px;
}
.news-detail .news-text {
  padding-top: 30px;
}
.news-detail .btn-wrap {
  margin-top: 50px;
}
.news-detail .btn-basic {
  padding: 8px;
}
/* ============システムページ============ */
/*お問い合わせ*/
.contact-wrap {
  margin: 0 auto 50px auto;
  width: 800px;
  font-size: 1.2rem;
}
.contact-wrap .txt-notice {
  padding-bottom: 20px;
  color: red;
}
.contact-wrap p + p {
  margin-top: 8px;
}
.contact-wrap div + div {
  margin-top: 20px;
}
/*確認ボタン*/
input {
  background: transparent;
}
.submit-wrap input {
  padding: 8px 20px;
  font-size: 1.2rem;
  color: #fff;
  background: #333;
  border: none;
}
/*ログイン*/
.fs-c-loginForm {
  margin: 0 auto;
  width: 900px;
}
@media screen and (max-width: 767px) {
  .fs-c-loginForm {
    width: 90vw;
  }
}
.fs-body-login .fs-c-loginForm {
  margin: 0 auto;
}
.fs-c-subSection__title, .fs-c-linkedServiceLogin__title {
  padding-bottom: 20px;
  font-size: 1.4rem;
  border: none;
  color: #333;
  font-weight: 500;
}
.fs-c-loginForm section + section {
  margin-top: 0;
}
.fs-c-loginForm .fs-c-inputInformation__field {
  margin: 0;
}
.fs-c-newUsers__message {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .fs-c-inputInformation__button,
  .fs-c-buttonContainer {
    margin-top: 15px;
  }
}
.fs-c-linkedServiceLogin {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .fs-c-linkedServiceLogin {
    margin-top: 0;
  }
}
.fs-c-inputInformation__field {
  padding: 25px 35px;
  font-size: 1.2rem;
}
.fs-c-inputInformation__field .fs-c-inputTable__headerCell {
  padding-bottom: 10px;
}
.fs-c-button--login.fs-c-button--primary {
  padding: 0.8em 1.6em;
  border: none;
}
/*マイページ*/
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: #333;
  
}
@media screen and (max-width: 767px) {
  .fs-c-accountService__page {
    flex-basis: 30%;
  }
}
.fs-c-accountService__page--accountDelete {
  margin-top: 30px;
}
.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink {
    padding-bottom: 3px;
    font-size: 1.0rem;
    border-bottom: 1px solid #333;
}
.fs-c-accountService {
  margin-top: -8px;
}
.fs-p-accountInfo {
  padding: 13px;
}
.fs-p-accountInfo__header {
  padding-bottom: 13px;
}
.fs-p-accountInfo__body {
  padding: 15px;
}
.fs-p-accountInfo__point__label {
  padding-bottom: 10px;
  font-size: 1.1rem;
  display: block;
}
.fs-p-accountInfo__point__point__rate {
  padding-top: 5px;
  font-size: 1.0rem;
  display: block;
}
.fs-c-purchasePointExpiration {
  padding-top: 12px;
}
/*お気に入り*/
.fs-p-announcement__title {
  font-size: 1.4rem;
}
.fs-c-list {
  font-size: 1.2rem;
  line-height: 1.6;
}
.fs-c-productList__list .fs-c-productList__list__item {
  padding: 20px 0;
  border: none;
}
.fs-c-productList__list .fs-c-productList__list__item + .fs-c-productList__list__item {
  margin-left: 15px;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__rating,
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__viewReview {
  display: none;
}
.fs-c-wishlistProduct__footer {
  padding-top: 30px;
  text-align: center;
}
/*ショピングカート*/
.fs-p-announcement .fs-p-announcement__title + .fs-p-announcement__body {
  padding-top: 20px;
  line-height: 1.3;
}
.fs-p-announcement .fs-p-announcement__title + .fs-p-announcement__body p + p {
  padding-top: 7px;
}
.fs-c-cartTable .fs-c-cartTable__dataCell--point {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fs-c-cartTable .fs-c-cartTable__dataCell--point {
    text-align: right;
  }
}
.fs-c-payWithAmazon__message {
  padding-bottom: 10px;
}
.fs-c-cartDiscountInfo__note > li {
  padding-top: 5px;
}
.fs-c-orderTotalTable .fs-c-price {
  font-size: 1.4rem;
}
.fs-c-cartTable__dataCell--action .fs-c-button--plain {
  padding: 4px 10px;
}
@media screen and (max-width: 767px) {
  .fs-c-cartTable__dataCell--action .fs-c-button--plain {
    padding: 3px;
  }
}
@media screen and (max-width: 767px) {
  .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
    border: none;
  }
}
/*検索結果*/
.fs-p-productSearch {
  padding: 0;
  border: none;
}
.fs-p-productSearch__form input {
  background: #fff;
}
.fs-p-productSearch__formSwitch {
  color: #fff;
  background: #333;
  font-size: 1.2rem;
}
.fs-p-productSearch__search,
.fs-p-productSearch__searchButton.fs-c-button--secondary {
  font-size: 1.2rem;
  border: none;
}
.fs-c-inputTable__headerCell {
  padding-bottom: 5px;
}
/*一覧からキャッチコピーを削除*/
.fs-c-productList__list .fs-c-productName__copy {
  display: none;
}
/*メルマガ*/
.fs-c-documentContent,
.fs-c-inputInformation__message {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
}
.fs-c-documentContent + .fs-c-buttonContainer {
  margin-top: 50px;
}
.fs-c-inputInformation + .fs-l-block--center {
  padding-top: 20px;
}
.fs-p-emailDomainNotice {
  font-size: 1.2rem;
}