/* サイト全体 */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');

.fs-l-pageMain > .fs-pt-column--3 {
    display: grid;
}

li.fs-c-couponAppliedCondition__list__item:nth-child(2) {
    display: none;
}

.fs-c-productMainImage__image img {
  width: 550px;
}

header.fs-l-header {
    position: static !important;
    top: auto !important;
}

a img:hover {
  opacity: 0.7 ;
}

div#be-Category img:hover {
}

.fs-pt-carousel img:hover {
  opacity: 1.0 ;
}

body {
    font-family: "Lucida Grande", helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;

}

.fs-c-productNameHeading {
    font-family: "Roboto Condensed","Helvetica","Lucida Grande",sans-serif;
    font-feature-settings: "palt";
}

.be-titleHeading {
    font-family: "Roboto Condensed","Helvetica","Lucida Grande",sans-serif;
    letter-spacing: 3px;
    display:block;
    margin-bottom:40px;
}

.centercontainer {
  border: 0px solid #000000;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .fs-l-sideArea + .fs-l-pageMain{
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .fs-p-drawer__loginLogout, .fs-p-drawer__welcomeMsg {
    display: block;
  }
}

.basic-btn{
    max-width:300px;
    height:50px;
    line-height:50px;
    margin: 0 auto;
}
.basic-btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#000000;
    text-align:center;
    color:#FFFFFF;
    font-size:16px;
}
.basic-btn a:hover{
    background:#333333;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    box-shadow:none;
}

.fs-c-heading--page {
  border-bottom: 0px solid #999999;
}

.alpha a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #000000;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #000000;
}

.fs-c-variationMatrix__radio:checked + .fs-c-variationMatrix__panel {
  background: #000000;
  color: #ffffff;
}

.fs-c-sortItems__list__item.is-active {
background: #000000;
color:#ffffff;
}

.fs-c-heading--page {
    color: #000000;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 30px 0 0 0px;
    padding: 0 0 1.2em;
    text-align: center;
}

.fs-c-breadcrumb__list {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 5px;

    margin-top:10px;
    margin-left:10px;
}

.fs-c-noImage {
    background: #e5e5e5;
    color: #999;
    font-size: 1.2rem;
}

.fs-c-panel--error {
    color: #c00;
    border-color: #c00;
}
.fs-c-panel--error::before {
    color: #c00;
}

.fs-c-button--standard {
background: #000000;
border: 0px solid #bbbbbb;
border-radius: 0px;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 1;
text-decoration: none;
text-align: center;
padding: 10px 20px;
box-shadow: 0 0 0 #b2b2b2;
}
.fs-c-button--standard:hover, .fs-c-button--standard:visited, .fs-c-button--standard:active {
    color: #ffffff;
    text-decoration: none;
}

/* ハンバーガーメニュー */

.fs-p-sideMenu .fs-pt-menu--lv1 {
  display: block;
}
.fs-p-sideMenu .fs-pt-menu--lv2 {
  display: block;
}
.fs-p-sideMenu .fs-pt-menu--lv3 {
  display: none;
}

.fs-p-drawer {
    margin-top:-10px;
    transition-duration: 0.1s;

    z-index: 9999 !important;
}

.fs-icon--close {
    margin-left:5px;
}
.fs-p-drawerButton__label {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top:-5px;
}
.fs-p-drawer__buttonContainer label.fs-p-drawer__button.fs-p-drawerButton.fs-p-drawerButton--close i.fs-p-drawerButton__icon.fs-icon--close {
    margin-right:-10px;
}

.fs-l-sideArea div.fs-clientInfo.is-ready div.fs-p-drawer__welcomeMsg {
    margin-top:-10px;
}

.fs-l-sideArea div.fs-clientInfo.is-ready div.fs-p-drawer__welcomeMsg div.fs-p-memberInfo.is-loggedIn--true span.fs-p-memberInfo__points {
    color: #0066cc;
    font-size: 1.4rem;
    font-weight: bold;
}

.fs-p-drawer__loginLogout__logout, .fs-p-drawer__loginLogout__login {
border: 0px solid #000000;
border-radius: 0px;
color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
height: 32px;
text-decoration: none;
background-color:#000000;
}
.fs-p-drawer__loginLogout__logout, .fs-p-drawer__loginLogout__login:visited {
color: #ffffff;
}

.fs-p-drawer__loginLogout__logout:hover, .fs-p-drawer__loginLogout__login:hover {
  background: #000000;
  opacity:0.8;
  color: #ffffff;
  text-decoration: none;
}

.fs-p-drawer__loginLogout a.fs-p-drawer__loginLogout__logout.is-loggedIn--true {
color: #ffffff;
}

.fs-p-drawer__loginLogout {
    padding-bottom: 10px;
}

.fs-p-sideMenu .fs-pt-menu__link::before, .fs-p-sideMenu .fs-pt-menu__link::after {
    margin-top: 2px;
}

.fs-p-sideMenu a:hover {
  00background: #2559A8;
  background: #000000;
  color: #ffffff;
}

.fs-p-sideMenu * {
  transition-duration: 0.2s;
}

.fs-p-drawer__heading {
    border-bottom: 1px solid #999999;
    font-size: 14px;
    padding-bottom: 4px;
    text-align: center;
    font-weight:bold;
}

.fs-p-sideMenu .fs-pt-menu__heading {
    display: block;
    padding: 4px;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
    border-bottom: 1px solid #999999;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-bottom:10px;
}

span.fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
    padding: 0px;
    padding-bottom: 6px;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv2 {
    border-bottom: 0px;
    margin-bottom:0px;
}

.fs-p-sideMenu .fs-pt-menu--lv2 {
    display: block;
    margin-bottom:20px;
    padding-top:4px;
}

/* ヘッダ */

@media screen and (min-width: 1200px) {
  .fs-p-drawer {
    box-shadow: 1px 1px 5px #b2b2b2;
    position: fixed;
    max-width: inherit;
    transform: translateX(-101%);
  }
.fs-p-drawerButton {
    display: inline-block;
}
}

.fs-icon--navCtrl {
margin-left: 1px;
}
.fs-p-drawerButton__label {
    display: none;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: -5px;
}

.fs-icon--newProduct:before {
  content: "";
}
.fs-icon--productList:before {
  content: "";
}
.fs-icon--heartOutline:before {
  content: "";
}
.fs-icon--mypage:before {
  content: "";
}
.fs-icon--cart:before {
  content: "\e91e";
}

li.fs-p-headerNavigation__listItem {
    align-self: flex-end;
}

.fs-p-headerNavigation__list {
width: auto;
margin-right: auto;
margin-left: auto;
}

.fs-p-headerNavigation__link, .fs-p-headerNavigation__viewCartButton  {
    font-size: 1.4rem;
}

.fs-p-inputGroup {
  display: flex;
  align-items: stretch;
  border: 0px solid #000000;
  background: #ffffff;

  padding-left:10px;
}
.fs-p-inputGroup__input {
  border: none;
  border-radius: 0;
  width: 340px;
  flex-grow: 1;
  background: #f3f3f3;
}
.fs-p-inputGroup__button {
  background: #ffffff;
  border: none;
  color: #000000;
  width: 3em;
}

.fs-p-logo__image {
  max-height: 60px;
}

.fs-l-header__logo {
  margin: -10px 0 -10px;
}

  nav#fs_p_headerNavigation {

    margin: -20px auto -10px;

    }

@media screen and (min-width: 768px) {
  nav#fs_p_headerNavigation {
    flex-wrap: nowrap;

    margin: -20px auto -30px;

    }
  ul.fs-p-headerNavigation__list {
    width: 60%;
    justify-content: space-around;
    }
  nav#fs_p_headerNavigation li{
    min-width:20%;
    }
  .fs-p-headerNavigation__search {
    width: 30%;
    }
}
ul.fs-p-headerNavigation__list {
    flex-wrap: nowrap;
    }

.fs-p-headerNavBar {
  background: #ffffff;
  border-bottom: 1px solid #dcdcdc;
  color: #000000;
}

.fs-l-header{
  margin-top:0 !important;
  padding-top:0 !important;
}

.fs-l-page{
  padding-top:0 !important;
}

.fs-l-page header.fs-l-header div.fs-p-messageBoard {
    background-color: #f3f3f3;
    border: 0px solid #000000;
    border-radius: 0px;
    color: #000000;
    margin-bottom: 2px;
    padding: 16px;

    text-align:center;
}
.fs-p-messageBoard__heading {
    display: block;
    font-weight: 700;
    margin-bottom: 0px;
}

.fs-p-headerUtilityMenu__list a:link {
    color: #212121;
    font-weight: bold;
}

.fs-p-headerUtilityMenu__list a::before {
    border: 0px solid transparent;
}

.fs-p-headerUtilityMenu {
    margin-right:10px;
}

.fs-p-headerNavigation {
max-width: 92%;
}

/* フッタ */

.fs-l-footer__utility {
    width: 96%;
}

.fs-l-footer__utility .fs-p-footerUtilityMenu {
    margin-top: 0;
    padding-left: 15px;
}

.fs-l-footer {
  position: relative;
  border-top: 1px solid #dcdcdc;
  background-color: #ffffff;
  color: #000000;
  margin-top: 80px;
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .fs-l-footer__utility {
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    padding: 0 8px;
  }
}

.fs-p-footerPageTop__link {
  overflow: hidden;
  text-indent: -999px;
  width: 32px;
  height: 32px;
  background-color: transparent;
}

.fs-p-footerCopyright__text {
  margin: 0;
  font-size: 1.2rem;
  color: #999999;
}

/* トップページ */

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  position: absolute;
  z-index: 9999;
  display: block;
  height: 34px;
  width: 34px;
  line-height: 0px;
  font-size: 0px;
  background: rgba(255, 255, 255, 0.5);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;

  border-radius: 50%;
}

.fs-c-slick .slick-prev:before,
.fs-c-slick .slick-next:before {
  cursor: pointer;
  font-family: "fs-icon";
  color: #000000;
  font-size: 30px;
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fs-pt-carousel__slide__caption {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.fs-pt-column--3 {
    display: flex;
    justify-content: center;
}
.fs-pt-column--3 .fs-pt-column__item {
    padding: 0;
}

.fs-body-top .fs-c-productListCarousel .fs-c-buttonContainer{
  display:none;
  }

#fs_Top .fs-c-productListItem .fs-c-productPrices {
    display:;
}

.fs-body-top div.fs-l-page div.fs-p-messageBoard {

    background-color: #f3f3f3;
    border: 0px solid #000000;
    border-radius: 0px;
    color: #000000;
    margin-bottom: 2px;
    padding: 16px;

    text-align:center;
}

.be-top-feature-detail {
    display:table;
    line-height:1.5;
    border-bottom:solid;
    border-width:2px;
    margin:20px auto 20px;
    font-weight:bold;
}

/* 商品一覧 */

.fs-c-button--viewMoreImage.fs-c-button--plain {
    margin-top: -5px;
    margin-right: 5px;
    opacity:0.2;
}
.fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
    margin-top: -30px;
    float: right;
}

.fs-c-button--viewMoreImage.fs-c-button--plain:hover {
    opacity:0.8;
    text-decoration: none;
    background: none;
}

.fs-c-button--addToCart--list {
    display:none;
}

.fs-c-productListItem__control.fs-c-buttonContainer button.fs-c-button--addToWishList--icon.fs-c-button--particular {
    margin-top: -20px;
}

.fs-c-productListItem__control.fs-c-buttonContainer button.fs-c-button--removeFromWishList--icon.fs-c-button--particular {
    margin-top: -20px;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #000000;
}

.fs-c-productListItem__lowInStock, .fs-c-productListItem__outOfStock, .fs-c-productListItem__numberOfStock {
    background: #e5e5e5;
    border: 0px solid currentColor;

}

.fs-c-productList__list__item {
    border: none;
}

.fs-c-productPrices {
    margin-top: -5px;
}

.fs-p-scrollingCartButton__button {
    background: #000000;
    border-radius: 0px;
    display: block;
    line-height: 1;
    opacity: 0.9;
    padding: 8px;
    position: relative;
    text-align: center;
}
.fs-p-scrollingCartButton__button:link {
    color: #ffffff;
}
.fs-p-scrollingCartButton__button:visited {
    color: #ffffff;
}

.fs-p-scrollingCartButton__icon {
    font-size: 2.2rem;
    display:block;
    margin-bottom:3px;
}

.fs-c-productListItem__control.fs-c-buttonContainer a.fs-c-button--viewProductDetail.fs-c-button--plain {
    display:none;
}

/* 詳細検索 */

.fs-p-productSearch__form {
    transition-duration: 0.1s;
}

.fs-p-productSearch__formSwitch {
    cursor: pointer;
    line-height: 2;
    background: #000;
    color: #ffffff;
}

.fs-c-button--secondary {
    background: #000000;
    border: 0px solid #000000;
    color: #ffffff;
    padding: 0.8em 1.6em 0.8em;
    box-shadow: 0 0 0px #b2b2b2;
    min-width: 240px;
}
.fs-c-button--secondary:hover, .fs-c-button--secondary:visited, .fs-c-button--secondary:active {
  color: #ffffff;
  text-decoration: none;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
    background: #000;
    border-color: #000;
}

.fs-c-pagination__item.is-active {
    background: #000;
    color: #ffffff;
}

@media screen and (min-width: 10px) {
  .fs-c-radioGroup, .fs-c-checkboxGroup {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .fs-c-radioGroup .fs-c-radio:not(:last-child), .fs-c-checkboxGroup .fs-c-radio:not(:last-child) {
    margin-right: 16px;
  }
  .fs-c-radioGroup > *, .fs-c-checkboxGroup > * {
    flex-basis: auto;
  }
  .fs-c-radioGroup > * + *, .fs-c-checkboxGroup > * + * {
    margin-top: 0;
  }
}

/* 商品詳細 */

@media screen and (min-width: 600px) {
  div.rcmd-slick-slide {
    margin: 0 8px;
  padding: 0;
  }
}

/* 商品詳細｜この商品を見たお客様はこれも見ています */

div.rcmd-slick-slide {
  margin: 0 6px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

div.rcmd-slick-slide img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

div.rcmd-slick-track {
  display: flex !important;
  align-items: flex-start !important;
}

.fr2-listItem__productName {
  font-size: 12px !important;
  line-height: 1.5 !important;
  margin: 8px 0 4px !important;
  color: #222 !important;
}

.fr2-price {
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: #222 !important;
}

@media screen and (min-width: 600px) {
  div.rcmd-slick-slide {
    margin: 0 8px;
  padding: 0;
  }
} */

.fs-c-productNameHeading {
    letter-spacing: 0px;
    line-height: 1.3em;
}

.fs-c-productNumber {
  border:none;
  padding:0px;
  font-weight:normal;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 2.0rem;
    font-weight:normal;
}

.fs-c-productPrice__addon {
    font-size: 1.4rem;
    color:#999999;
    margin-left:-10px;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
    content: "　";
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
    content: "　";
}

.fs-c-productPrice {
  margin-bottom:10px;
}

.fs-c-productNumber__number {
  font-weight:normal;
}

.fs-c-returnedSpecialContract {
  margin-top:30px;
}

.fs-c-button--plain {
  margin-top:-20px;
}

.fs-p-productDescription--full {
  margin-top:40px;
}

.fs-c-variationLabel {
   font-size: 14px;
   font-weight: bold;
   margin-bottom:-5px;
   margin-top:20px;
}

.fs-c-variationList__item__title {
    background: rgba(255, 255, 255, 0.08);
    text-align: left;
    font-weight: bold;

    display:block;
    border-top: medium solid #dcdcdc;
    border-top-width: 1px;
    margin-top:15px;
    padding-top:10px;
    padding-bottom:3px;
}

.fs-c-variationList__item__title:before {
  content:'・';
}

.fs-c-variationAndActions__variation.fs-c-variationList {
    margin-bottom:40px;
}

商品詳細 返品特約について

.fs-c-button--inquiryAboutProduct {
background:#ffffff;
border: 1px solid#000;
border-radius: 3px;
color:#000;
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
line-height: 1;
text-decoration: none;
text-align: center;
padding: 0.8em 1.6em 0.8em;
min-width: 100%;
}

.fs-c-button--particular {
    background: #ffffff;
    border: 0px;
    color: #999999;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    display: flex;
}
.fs-c-button--addToWishList--detail {
    box-shadow: none;
    border: 0px;
}

.fs-c-variationCart__wishlist button.fs-c-button--addToWishList--icon.fs-c-button--particular {
    margin-left:-20px;
}

.fs-c-variationCart__wishlist button.fs-c-button--removeFromWishList--icon.fs-c-button--particular {
    margin-left:-20px;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    content: " > ";
    margin-right:5px;
    margin-left:5px;
}

.fs-c-button--viewExtendedImage {
  margin-top: -80px;
}
.fs-c-button--plain.fs-c-button--viewExtendedImage::before {
  font-size: 1.8rem;
  opacity: 0.3;
}

.fs-c-productThumbnail__image.is-active > img {
    border: 1px solid #999999;
}
.fs-c-productThumbnail {
  margin-top: -30px;
}

.fs-c-variationCart__variationName span.fs-c-variationCart__variationName__stock.fs-c-variationCart__variationName__stock--outOfStock {
    background: #e5e5e5;
    display: inline-block;
    line-height: 1;
    padding: 4px 2px;
}

.fs-c-variationList__item__body ul.fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage li div.fs-c-variationCart__variationName {
    display: inline-block;
    float:left;
}
.fs-c-variationCart__variationName {
}
span.fs-c-variationCart__variationName__name {
}

.fs-c-button--primary {
    background: #000000;
    border: 1px solid #000000;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.8em;
    box-shadow: 0 0 0px #b2b2b2;
    min-width: 240px;
}

.fs-l-productLayout__item--2 div.be-itemdetail-grayline {
    display: block;
    border-top: medium solid #dcdcdc;
    border-top-width: medium;
    border-top-width: 1px;
    margin-top: 30px;
}

.fs-c-productListItem__control.fs-c-buttonContainer form a.fs-c-button--viewProductDetail.fs-c-button--plain {
    display: none;
}

.fs-c-featuredProduct {
    margin-top:40px;
}

.fs-c-featuredProduct__title {
    font-weight: bold;
}

.be-itemdetail-catchcopy{
  position: relative;

  margin: 0 0 42px;
  padding: 0 10px 20px;

  text-align: center;

  font-size: 14px;
  line-height: 2;
  letter-spacing: .06em;
  font-weight: 400;

  color: #444;

  border-bottom: 1px solid #d8d3ca;
}

/* OUTLINE LINK */

.be-itemdetail-outlinelink{
  color:#444;
  text-decoration:none;

  border-bottom:1px solid #bdb7ae;

  transition:.25s ease;
}

.be-itemdetail-outlinelink:hover{
  color:#000;
  border-color:#444;
}

/* BLOCKQUOTE */

.be-blockquote{
  display:block;

  margin:40px 0;
  padding:28px 26px;

  background:#f3f3f1;

  border-left:1px solid #d8d3ca;

  font-size:13px;
  line-height:2;
  color:#555;

  box-sizing:border-box;
}

.fs-c-productReview {
    border-top: 1px solid #dcdcdc;
    padding:20px 0 0 0;
}

.fs-c-reviewList__item:first-child {
    border-top: 1px solid #dcdcdc;
}
.fs-c-reviewList__item {
    border-bottom: 1px solid #dcdcdc;
}

.fs-c-reviewStars::before {
    color: #c09745;
    font-size: 1.2em;
}

.fs-c-rating__value {
    color: #c09745;
}

.fs-c-aggregateRating__rating::before {
    margin:0 0 5px 0;
}

.fs-c-aggregateRating__count {
    margin-left: -10px;
}

.fs-c-reviewerStatus {
    background: #000000;
}

.fs-c-reviewBody {
    border: 0px solid #e5e5e5;
    padding: 16px;
    background-color:#f3f3f3;
}

.fs-c-productOption__name {
    font-size: 1.4rem;
}
.fs-c-radioGroup, .fs-c-checkboxGroup {
    margin: 10px 0 10px;
}

/* 商品詳細 */



/* レビューを書く */

.fs-body-review-write .fs-c-productReviewed {
    margin-top:30px;
}

.fs-body-review-write .fs-c-reveiwNotes {
    border: 1px solid #dcdcdc;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 1px 0;
}

@media screen and (min-width: 600px) {
.fs-c-productReviewed__name {
    -ms-grid-row: 1.5;
    grid-row: 1.5;
    margin:0 0 0 20px;
  }
.fs-c-productReviewed__number {
    -ms-grid-row: 3;
    grid-row: 3;
    margin:0 0 0 20px;
  }
.fs-c-productReviewed__prices {
    -ms-grid-row: 3;
    grid-row: 3;
    margin:20px 0 0 20px;
  }
}

.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation {
}

/* レビュー一覧 */

.fs-c-reviewer__profile {
    margin-top:5px;
}

/* ご利用ガイド 特定商 */

.fs-c-documentArticle__heading {
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 16px;
    padding: 10px 8px;
    text-align: left;

    border-color:#000000;
    border-style: solid;
    border-width: 0 0 2px 0;
}

.fs-c-documentColumn__heading {
    color: #000000;
    border-color:#000000;
    border-style: solid;
    border-width: 0 0 0 3px;
    font-weight: bold;
    font-size: 16px;
    padding: 2px;
    padding-left: 8px;
    margin-bottom: 8px;
}

/* ログイン */

.fs-c-inputInformation__link {
    margin-top: 8px;
    text-align: center;
}

.fs-c-buttonContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;

    margin-top:20px;
}

.fs-c-subSection__title {
    border-bottom: 2px solid currentColor;
    color: #000000;
    font-size: 1.8rem;

    padding:8px 5px;
}

/* カテゴリトップ */

.fs-c-subgroupList__item a, .fs-c-subgroupList__link {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
    background: rgba(126, 126, 126, 0.08);
    border: 0px solid #000000;
    color: inherit;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr 1.2em;
    grid-template-columns: auto 1fr 1.2em;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    align-items: center;
    height: 100%;
    padding: 4px;
    text-decoration: none;
}

.fs-c-subgroupList__item, .fs-c-subgroupList__link {
    flex-basis: auto;
    margin-left: 3px;
    margin-top: 5px;
    border: 0px;
}

/* ショッピングカート */

.fs-c-cartTable__actionButton .fs-c-button--plain {
    margin-top: 0;
}

.fs-p-linkButton {
    border: 1px solid currentColor;
    border-radius: 0px;
    display: inline-block;
    line-height: 0.9;
    padding: 4px 8px;
    text-align: center;
}

.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
        display: block;
        padding-bottom:10px;
}

.be-cart-btn-member {
    margin-top:-20px;
}
.be-cart-btn-member-loggedin {
}
.be-cart-btn-firstcustomer {
    font-weight: bold;
    margin-top:-20px;
}

.fs-c-cartDiscountInfo {
    margin: 24px auto 0px;
    text-align: center;
}
.fs-c-cartDiscountInfo__info {
    display: block;
    font-size: 1.8rem;
}
.fs-c-cartDiscountInfo__info span.fs-c-cartDiscountInfo__more span.fs-c-price.fs-c-price--inline {
    font-size: 2.4rem;
    color: #cc0000;
}

.fs-c-cartDiscountInfo__note {
    display:none;
}

.fs-l-cart div.fs-p-announcement {
    margin: 30px 0px 30px;
    max-width: 600px;
    padding: 0 10px;
}
.fs-p-linkButton {
    padding: 10px 16px;
}

.fs-c-continueShopping {
    margin: 0 0 50px 10px;
}

/* 会員登録 */

.fs-p-announcement {
    margin: 30px auto 60px;
    max-width: 600px;
    padding:0 10px;
}

/* マイページ */

.fs-c-accountService__page {
    flex-basis: 128px;
    display: flex;
    align-items: stretch;
    height: 128px;

}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: none ;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 0px;
    color: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.fs-p-accountInfo__point__point__available__number {
      color: #0066cc;
    font-size: 2.2rem;
}

.fs-p-accountInfo__accountName {
      margin-bottom:10px;
}
.fs-p-accountInfo__accountName span.fs-p-accountInfo__accountName__name {
      font-weight: bold;
}

/* 会員情報詳細 */

.fs-c-memberInfoField table.fs-c-inputTable tbody tr {
border: solid 1px;
border-color: #dcdcdc;
border-top: 0px;
border-left: 0px;
border-right: 0px;
margin-top:0px;
padding:10px;
}
.fs-c-memberInfoField table.fs-c-inputTable {
border: solid 1px;
border-color: #dcdcdc;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
}

/* ポイント履歴 */

.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
      color: #0066cc;
    font-size: 2.6rem;
}

/* お届け先リスト */

.fs-c-button--addToAddressbook.fs-c-button--secondary {
background: #ffffff;
border: 1px solid #000000;
border-radius: 0px;
color: #212121;
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
line-height: 1;
text-decoration: none;
text-align: center;
padding: 0.8em 1.6em 0.6em;
box-shadow: 0 0 0px #b2b2b2;
min-width: 240px;
}

/* クーポン */

.fs-c-couponName__discount {
      background: #0066cc;
    color: #ffffff;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 4px;

    font-weight:bold;
}

.fs-c-couponExpiration__notice {
    font-size: 1.8rem;
      color: #0066cc;
}

.fs-c-couponAppliedCondition__notice {
      color: #0066cc;
}

.fs-c-button--myPageTop.fs-c-button--plain {
    margin-top:-2px;

background: #ffffff;
border: 1px solid #000000;
border-radius: 0px;
color: #212121;
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
line-height: 1;
text-decoration: none;
text-align: center;
padding: 0.8em 1.6em 0.6em;
box-shadow: 0 0 0px #b2b2b2;
min-width: 240px;

}

/* 特集 */

.fs-c-documentArticle__content .fs-l-col__item {
    align-self: center;
}

.fs-body-custom div.fs-l-page main.fs-l-main{
    padding: 0px;
}

padding: 8px;

/* オリジナル */

.be-button {
  display       : inline-block;
  font-size     : 12pt;
  text-align    : center;
  cursor        : pointer;
  padding       : 16px 60px;
  background    : #000000;
  color         : #ffffff;
  line-height   : 1em;
  opacity       : 1;
  transition    : .3s;
  border-style: none;
  border-radius: 0px;
}
.be-button:hover {
  opacity       : 0.7;
}

    .acdmenu {
      width: 100%;
      padding: 10px 10px 0px;
    }
    .acdmenu input {
      display: none;
    }

    .acdmenu label {
      cursor :pointer;
      display: block;
      text-decoration: none;
      color: #000;
      line-height: 1;
      position: relative;
      margin: 0 0 20px;
      padding: 10px;
      background-color: #fff;
      border-bottom: 1px solid #000000;
    }

    .acdmenu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-bottom: 1px;
      display:flex;
      vertical-align: middle;
    }
    .acdmenu li {
      max-height: 0;
      overflow-y: hidden;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }
    #acdmenu_bar01:checked ~ #links01 li,
    #acdmenu_bar02:checked ~ #links02 li {
      max-height: 999px;
      opacity: 1;
      -webkit-transition: all 0s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    #acdmenu_bar01:checked ~ #links01 li:last-child,
    #acdmenu_bar02:checked ~ #links02 li:last-child {
      margin-bottom: 0px;
    }

    .acdmenu label:after{
      content:"";
      display:block;
      width:8px;
      height:8px;
      border-top: #000 2px solid;
      border-right: #000 2px solid;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      position:absolute;
      right: 2%;
      top: 0;
      bottom: 15%;
      margin:auto;
    }

    .acdmenu input[type=checkbox]:checked + label:after{
      content:"";
      display:block;
      width:8px;
      height:8px;
      border-top: #000 2px solid;
      border-right: #000 2px solid;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position:absolute;
      right: 2%;
      top: 7%;
      bottom: 0;
      margin:auto;
    }

.flex-item1 {
      flex-basis: 300px;
      margin-right: 20px;

  display : table-cell ;
}

.flex-item2 {
      flex-basis: 900px;

  display : table-cell ;
  vertical-align : middle ;

}

.be-c-productPointDisplay {
    background: #ffffff;
    color: #000000;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    padding: 4px 8px;

    display: table;
    border: 1px solid #000000;
    }

.be-topsubbnr {
    max-width:1200px;
    margin: 0 auto;
    margin-top:80px;
}

.be-topsns {
    margin: 0 auto;
    margin-top:40px;
    text-align:center;
}
.be-topsns a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

.be-itemdetail-grayline {
    display: block;
    border-top: medium solid #dcdcdc;
    border-top-width: 1px;
    margin-top:-25px;
}

[class^="flex-col"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:0 auto;

}

.flex-child { margin-bottom: 10px; }

.flex-col4 .flex-child { width: calc( (100% - 10px) / 4 ); }

.flex-col6::after,
.flex-col6 .flex-child { width: calc( (100% - 20px) / 6 ); }

.flex-col8::before,
.flex-col8::after,
.flex-col8 .flex-child { width: calc( (100% - 30px) / 8 ); }

.flex-col8 { max-width:1200px; }
.flex-child img { max-width: 100%; }

@media screen and (max-width: 991px) {
  .flex-col8::after,
}

@media screen and (max-width: 800px) {
  .flex-col6 .flex-child,
  .flex-col8 .flex-child { width: calc( (100% - 10px) / 4 ); }
}

@media screen and (max-width: 300px) {
  .flex-col4 .flex-child,
  .flex-col6 .flex-child,
  .flex-col8 .flex-child { width: 100%; }
}
.flex-col4 .flex-col6 .flex-col8 {

}
.flex-child {
display:inline-block;
margin: 0 auto;
}

.fs-c-productPrice {
    margin-bottom:5px;
}

.fs-c-productPrice.fs-c-productPrice--listed span.fs-c-productPrice__main span.fs-c-productPrice__main__price.fs-c-price {
    color: #999999;
    text-decoration: line-through;
}

.fs-c-productPrice.fs-c-productPrice--selling span.fs-c-productPrice__main span.fs-c-productPrice__main__label {
    margin-right: 4px;
    color: #ff0000;
    font-weight: bold;
}

.fs-c-productPrices--productDetail div.fs-c-productPrice.fs-c-productPrice--selling span.fs-c-productPrice__main span.fs-c-productPrice__main__label {
    margin-right: 10px;
    font-size: 2.0rem;
}

.iframe-content {
   position: relative;
 width: 100%;
    padding: 75% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
 top: 0;
 left: 0;
    width: 100%;
    height: 100%;
}

.mycheckbox input[type="checkbox"]{
    display: none;
}

.mycheckbox input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 25px;
}

.mycheckbox input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 2px solid;
    border-color:  #999999;
    background-color: #FFF;
    border-radius: 3px;
}

.mycheckbox input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 7px;
    margin-top: -6px;
    top: 50%;
    left: 5px;
    transform: rotate(-45deg);
    border-bottom: 2px solid;
    border-left: 2px solid;
}

input[type="checkbox"]#sample1 + label::before, .mycheckbox input[type="checkbox"]#sample1 + label::before {
    background-color: #000000;
    border-color: #000000;
}
.mycheckbox input[type="checkbox"]#sample1:checked + label::after, .mycheckbox input[type="checkbox"]#sample1:checked + label::after {
    border-color: #ffffff;
}
input[type="checkbox"]#sample1d + label::before, .mycheckbox input[type="checkbox"]#sample1d + label::before {
    background-color: #000000;
    border-color: #000000;
}
.mycheckbox input[type="checkbox"]#sample1d:checked + label::after, .mycheckbox input[type="checkbox"]#sample1d:checked + label::after {
    border-color: #ffffff;
}

input[type="checkbox"]#sample2 + label::before, .mycheckbox input[type="checkbox"]#sample2 + label::before {
    background-color: #ffffff;
    border-color: #999999;
}
.mycheckbox input[type="checkbox"]#sample2:checked + label::after, .mycheckbox input[type="checkbox"]#sample2:checked + label::after {
    border-color: #000000;
}
input[type="checkbox"]#sample2d + label::before, .mycheckbox input[type="checkbox"]#sample2d + label::before {
    background-color: #ffffff;
    border-color: #999999;
}
.mycheckbox input[type="checkbox"]#sample2d:checked + label::after, .mycheckbox input[type="checkbox"]#sample2d:checked + label::after {
    border-color: #000000;
}

input[type="checkbox"]#sample3 + label::before, .mycheckbox input[type="checkbox"]#sample3 + label::before {
    background-color: #999999;
    border-color: #999999;
}
.mycheckbox input[type="checkbox"]#sample3:checked + label::after, .mycheckbox input[type="checkbox"]#sample3:checked + label::after {
    border-color: #ffffff;
}
input[type="checkbox"]#sample3d + label::before, .mycheckbox input[type="checkbox"]#sample3d + label::before {
    background-color: #999999;
    border-color: #999999;
}
.mycheckbox input[type="checkbox"]#sample3d:checked + label::after, .mycheckbox input[type="checkbox"]#sample3d:checked + label::after {
    border-color: #ffffff;
}

input[type="checkbox"]#sample4 + label::before, .mycheckbox input[type="checkbox"]#sample4 + label::before {
    background-color: #1a366e;
    border-color: #1a366e;
}
.mycheckbox input[type="checkbox"]#sample4:checked + label::after, .mycheckbox input[type="checkbox"]#sample4:checked + label::after {
    border-color: #ffffff;
}
input[type="checkbox"]#sample4d + label::before, .mycheckbox input[type="checkbox"]#sample4d + label::before {
    background-color: #1a366e;
    border-color: #1a366e;
}
.mycheckbox input[type="checkbox"]#sample4d:checked + label::after, .mycheckbox input[type="checkbox"]#sample4d:checked + label::after {
    border-color: #ffffff;
}

input[type="checkbox"]#sample5 + label::before, .mycheckbox input[type="checkbox"]#sample5 + label::before {
    background-color: #0057d9;
    border-color: #0057d9;
}
.mycheckbox input[type="checkbox"]#sample5:checked + label::after, .mycheckbox input[type="checkbox"]#sample5:checked + label::after {
    border-color: #ffffff;
}
input[type="checkbox"]#sample5d + label::before, .mycheckbox input[type="checkbox"]#sample5d + label::before {
    background-color: #0057d9;
    border-color: #0057d9;
}
.mycheckbox input[type="checkbox"]#sample5d:checked + label::after, .mycheckbox input[type="checkbox"]#sample5d:checked + label::after {
    border-color: #ffffff;
}

input[type="checkbox"]#sample6 + label::before, .mycheckbox input[type="checkbox"]#sample6 + label::before {
    background-color: #198908;
    border-color: #198908;
}
.mycheckbox input[type="checkbox"]#sample6:checked + label::after, .mycheckbox input[type="checkbox"]#sample6:checked + label::after {
    border-color: #ffffff;
}
input[type="checkbox"]#sample6d + label::before, .mycheckbox input[type="checkbox"]#sample6d + label::before {
    background-color: #198908;
    border-color: #198908;
}
.mycheckbox input[type="checkbox"]#sample6d:checked + label::after, .mycheckbox input[type="checkbox"]#sample6d:checked + label::after {
    border-color: #ffffff;
}

input[type="checkbox"]#sample7 + label::before, .mycheckbox input[type="checkbox"]#sample7 + label::before {
    background-color: #ffcc00;
    border-color: #ffcc00;
}
.mycheckbox input[type="checkbox"]#sample7:checked + label::after, .mycheckbox input[type="checkbox"]#sample7:checked + label::after {
    border-color: #ffffff;
}
input[type="checkbox"]#sample7d + label::before, .mycheckbox input[type="checkbox"]#sample7d + label::before {
    background-color: #ffcc00;
    border-color: #ffcc00;
}
.mycheckbox input[type="checkbox"]#sample7d:checked + label::after, .mycheckbox input[type="checkbox"]#sample7d:checked + label::after {
    border-color: #ffffff;
}

input[type="checkbox"]#sample8 + label::before, .mycheckbox input[type="checkbox"]#sample8 + label::before {
    background-color: #ff9900;
    border-color: #ff9900;
}
.mycheckbox input[type="checkbox"]#sample8:checked + label::after, .mycheckbox input[type="checkbox"]#sample8:checked + label::after {
    border-color: #ffffff;
}
input[type="checkbox"]#sample8d + label::before, .mycheckbox input[type="checkbox"]#sample8d + label::before {
    background-color: #ff9900;
    border-color: #ff9900;
}
.mycheckbox input[type="checkbox"]#sample8d:checked + label::after, .mycheckbox input[type="checkbox"]#sample8d:checked + label::after {
    border-color: #ffffff;
}

input[type="checkbox"]#sample9 + label::before, .mycheckbox input[type="checkbox"]#sample9 + label::before {
    background-color: #cc0000;
    border-color: #cc0000;
}
.mycheckbox input[type="checkbox"]#sample9:checked + label::after, .mycheckbox input[type="checkbox"]#sample9:checked + label::after {
    border-color: #ffffff;
}
input[type="checkbox"]#sample9d + label::before, .mycheckbox input[type="checkbox"]#sample9d + label::before {
    background-color: #cc0000;
    border-color: #cc0000;
}
.mycheckbox input[type="checkbox"]#sample9d:checked + label::after, .mycheckbox input[type="checkbox"]#sample9d:checked + label::after {
    border-color: #ffffff;
}

input[type="checkbox"]#sample10 + label::before, .mycheckbox input[type="checkbox"]#sample10 + label::before {
    background-color: #ff6666;
    border-color: #ff6666;
}
.mycheckbox input[type="checkbox"]#sample10:checked + label::after, .mycheckbox input[type="checkbox"]#sample10:checked + label::after {
    border-color: #ffffff;
}
input[type="checkbox"]#sample10d + label::before, .mycheckbox input[type="checkbox"]#sample10d + label::before {
    background-color: #ff6666;
    border-color: #ff6666;
}
.mycheckbox input[type="checkbox"]#sample10d:checked + label::after, .mycheckbox input[type="checkbox"]#sample10d:checked + label::after {
    border-color: #ffffff;
}

input[type="checkbox"]#sample11 + label::before, .mycheckbox input[type="checkbox"]#sample11 + label::before {
    background-color: #9933ff;
    border-color: #9933ff;
}
.mycheckbox input[type="checkbox"]#sample11:checked + label::after, .mycheckbox input[type="checkbox"]#sample11:checked + label::after {
    border-color: #ffffff;
}
input[type="checkbox"]#sample11d + label::before, .mycheckbox input[type="checkbox"]#sample11d + label::before {
    background-color: #9933ff;
    border-color: #9933ff;
}
.mycheckbox input[type="checkbox"]#sample11d:checked + label::after, .mycheckbox input[type="checkbox"]#sample11d:checked + label::after {
    border-color: #ffffff;
}

input[type="checkbox"]#sample12 + label::before, .mycheckbox input[type="checkbox"]#sample12 + label::before {
    background-color: #993300;
    border-color: #993300;
}
.mycheckbox input[type="checkbox"]#sample12:checked + label::after, .mycheckbox input[type="checkbox"]#sample12:checked + label::after {
    border-color: #ffffff;
}
input[type="checkbox"]#sample12d + label::before, .mycheckbox input[type="checkbox"]#sample12d + label::before {
    background-color: #993300;
    border-color: #993300;
}
.mycheckbox input[type="checkbox"]#sample12d:checked + label::after, .mycheckbox input[type="checkbox"]#sample12d:checked + label::after {
    border-color: #ffffff;
}

input[type="checkbox"]#sample13 + label::before, .mycheckbox input[type="checkbox"]#sample13 + label::before {
    background-color: #ddbe85;
    border-color: #ddbe85;
}
.mycheckbox input[type="checkbox"]#sample13:checked + label::after, .mycheckbox input[type="checkbox"]#sample13:checked + label::after {
    border-color: #ffffff;
}
input[type="checkbox"]#sample13d + label::before, .mycheckbox input[type="checkbox"]#sample13d + label::before {
    background-color: #ddbe85;
    border-color: #ddbe85;
}
.mycheckbox input[type="checkbox"]#sample13d:checked + label::after, .mycheckbox input[type="checkbox"]#sample13d:checked + label::after {
    border-color: #ffffff;
}

input[type="checkbox"]#sample14 + label::before, .mycheckbox input[type="checkbox"]#sample14 + label::before {
    background-color: #b0a95a;
    border-color: #b0a95a;
}
.mycheckbox input[type="checkbox"]#sample14:checked + label::after, .mycheckbox input[type="checkbox"]#sample14:checked + label::after {
    border-color: #ffffff;
}
input[type="checkbox"]#sample14d + label::before, .mycheckbox input[type="checkbox"]#sample14d + label::before {
    background-color: #b0a95a;
    border-color: #b0a95a;
}
.mycheckbox input[type="checkbox"]#sample14d:checked + label::after, .mycheckbox input[type="checkbox"]#sample14d:checked + label::after {
    border-color: #ffffff;
}

input[type="checkbox"]#sample15 + label::before, .mycheckbox input[type="checkbox"]#sample15 + label::before {
    background-color: #cccccc;
    border-color: #cccccc;
}
.mycheckbox input[type="checkbox"]#sample15:checked + label::after, .mycheckbox input[type="checkbox"]#sample15:checked + label::after {
    border-color: #ffffff;
}
input[type="checkbox"]#sample15d + label::before, .mycheckbox input[type="checkbox"]#sample15d + label::before {
    background-color: #cccccc;
    border-color: #cccccc;
}
.mycheckbox input[type="checkbox"]#sample15d:checked + label::after, .mycheckbox input[type="checkbox"]#sample15d:checked + label::after {
    border-color: #ffffff;
}

input[type="checkbox"]#sample16 + label::before, .mycheckbox input[type="checkbox"]#sample16 + label::before {
    background-color: #cfb53b;
    border-color: #cfb53b;
}
.mycheckbox input[type="checkbox"]#sample16:checked + label::after, .mycheckbox input[type="checkbox"]#sample16:checked + label::after {
    border-color: #ffffff;
}
input[type="checkbox"]#sample16d + label::before, .mycheckbox input[type="checkbox"]#sample16d + label::before {
    background-color: #cfb53b;
    border-color: #cfb53b;
}
.mycheckbox input[type="checkbox"]#sample16d:checked + label::after, .mycheckbox input[type="checkbox"]#sample16d:checked + label::after {
    border-color: #ffffff;
}

input[type="checkbox"]#sample17 + label::before, .mycheckbox input[type="checkbox"]#sample17 + label::before {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    border: 0px solid;
    border-color: #;
}
.mycheckbox input[type="checkbox"]#sample17:checked + label::after, .mycheckbox input[type="checkbox"]#sample17:checked + label::after {
    border-color: #ffffff;
}
input[type="checkbox"]#sample17d + label::before, .mycheckbox input[type="checkbox"]#sample17d + label::before {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    border: 0px solid;
    border-color: #;
}
.mycheckbox input[type="checkbox"]#sample17d:checked + label::after, .mycheckbox input[type="checkbox"]#sample17d:checked + label::after {
    border-color: #ffffff;
}

.Card article img {
  width: 100%;
  height: auto;
  padding:0px;
  margin: 0 auto;
}

.Card article p {
    font-size: 14px;
    padding: 0 10px;
}

.Card article {
 display: inline-block;
  vertical-align: top;
    width: 50%;
    margin-bottom: 10px;
}
div#contents {
  padding:15px;
  font-size:0;
  position:relative;
}

.Card article:last-child {
     margin-right: 0;
}

@media only screen and (min-width: 600px) {

div#contents {
  max-width: 1200px;
  padding:15px;
  margin: 0 auto;
}

.Card article {
 display: inline-block;
  vertical-align: top;
  width: 25%;
  padding:0px;
}
.Card article:last-child {
  margin-right: 0px;
}
}

  .fs-l-col--2--nonindent > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
@media screen and (min-width: 0px) {
  .fs-l-col--2--nonindent {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

.fs-c-documentArticle__content.fs-l-col--2--nonindent div.fs-l-col__item {
    align-self: start;
  }
}

@media screen and (max-width: 640px) {

    .be-featuretxt {
         font-size: 1.2rem;
         margin-top:-5px;
    }
}

.be-bg-gray {
    margin-bottom:80px;
    padding:40px 0 40px;
    background-color:#f3f3f3;
    width:100%;
}

.be-Category article img {
  width: 100%;
  height: auto;
  padding:0px;
  margin: 0 auto;
}

.be-Category article p {
    font-size: 14px;
    padding: 0 10px;
    color:#000000;
    font-weight:bold;
    text-align:center;
    margin-top:0px;
}

.be-Category article {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-bottom: 0px;
}
div#be-Category {
  padding:15px;
  font-size:0;
  position:relative;
}

.be-Category article:last-child {
     margin-right: 0;
}

@media only screen and (min-width: 640px) {

div#be-Category {
  max-width: 1200px;
  padding:15px;
  margin: 0 auto;
}

.be-Category article {
    display: inline-block;
    vertical-align: top;
  width: 25%;
  padding:0px;
}
.be-Category article:last-child {
  margin-right: 0px;
}
}

.be-switch-btn a {
    color:#000000;
    text-decoration:none;
}
.be-switch-btn {
    border: 0px solid currentColor;
    display: block;
    height:auto;
    text-align:center;
    margin:10px 0 40px 5px;
    font-size:14px;
    color:#000000;
    font-weight:bold;
}
.be-switch-btn__label {
    border: 1px solid #000000;
    padding:5px 10px;
}
.be-switch-btn__label a:hover {
    color:#c0c0c0;
    text-decoration:underline;
}
.be-switch-btn-in__label {
    border: 1px solid #000000;
    padding:5px 10px;
    background-color:#000000;
    color:#ffffff;
}
.be-switch-btn-in__label a {
    color:#ffffff;
}

.be-concept1 {
    margin:60px auto 0;
    padding:0 0px 0;
    max-width:700px;
    display:block;
}
.be-concept2 {
    margin:40px auto 40px;
    padding:0 20px 0;
    max-width:960px;
    display:block;
}
.be-concept3 {
    margin:0px auto 30px;
    padding:0 20px 0;
    max-width:600px;
    display:block;
}
.be-concept4 {
    margin:0px auto 60px;
    padding:0 20px 0;
    max-width:800px;
    display:block;
}

.Denim article {
    display: inline-block;
    vertical-align: top;
  width: 33.3%;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
div#denim-contents {
    font-size: 10px;
  position:relative;
  display:block;
  max-width: 1200px;
  height:auto;
  overflow:hidden
}
.Denim article:last-child {
    margin-right: 0;
}
.Denim article img {
  width: 100%;
  height: auto;
  padding:0px;
  margin: 0 auto;
}
.Denim article p {
    font-size: 14px;
    font-weight:bold;
    text-align:center;
}

.be-denim-detail a {
    display: table;
    line-height: 1.5;
    border-bottom: solid;
    border-bottom-width: medium;
    border-width: 2px;
    margin: 15px auto 10px;
    font-weight: bold;
    color:#000000;
    text-decoration: none;
    font-size: 12px;
}
.denim-rank {
  position:absolute;
  line-height:0px;
  width:24px;
}

.denim-type-title {
    font-size: 12px;
    font-weight:bold;
    text-align:center;
}
.denim-type-title2 {
    font-size: 10px;
    font-weight:bold;
    text-align:center;
}

@media only screen and (min-width: 600px) {

div#denim-contents {
  max-width: 1200px;
  margin: 0 auto;
  display:block;
  height:auto;
  overflow:hidden

}

.Denim article {
    display: inline-block;
    vertical-align: top;
  width: 33.3%;
  padding:0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 12px;
}
.Denim article:last-child {
  margin-right: 0px;
}
.Denim article p {
    font-size: 18px;
    font-weight:bold;
    text-align:center;
}
.be-denim-detail a {
    display: table;
    line-height: 1.5;
    border-bottom: solid;
    border-bottom-width: medium;
    border-width: 2px;
    margin: 15px auto 10px;
    font-weight: bold;
    color:#000000;
    text-decoration: none;
    font-size: 14px;
}

.denim-rank {
  position:absolute;
  line-height:0px;
  width:30px;
}

.denim-type-title {
    font-size: 18px;
    font-weight:bold;
    text-align:center;
}
.denim-type-title2 {
    font-size: 18px;
    font-weight:bold;
    text-align:center;
}

}

.basicsmall-btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #000000;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    max-width: 100px;
    height: 30px;
    line-height: 30px;
    margin:20px auto 0px;
}
.basicsmall-btn a:hover {
    opacity:0.8;
}

.benefits {
  height: auto;
  padding:0px;
  text-align:center;
}
.benefits img {
  width: 100%;
}

@media (min-width: 751px) {

.be-tel {
max-width: 340px;
text-align:center;
margin:40px auto 0px;
}

a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}

}

.be-tel {
width: 100%;
text-align:center;
margin:40px auto 0px;
}

.imgwithtxt {
  position: relative;
}
.imgwithtxt img {
  width: 100%;
}

.imgwithtxt h1{
  color: #fff;
  font-size: 18px;
  font-weight:bold;
  line-height:28px;
  text-align:center;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  width:90%;
}

.imgwithtxt p{
  color: #d0a96c;
  font-size: 30px;
  line-height:36px;
  margin-bottom:15px;
}

@media only screen and (min-width: 700px) {

.imgwithtxt h1{
  color: #fff;
  font-size: 24px;
  font-weight:bold;
  line-height:34px;
  text-align:center;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  width:90%;
}

.imgwithtxt p{
  color: #d0a96c;
  font-size: 50px;
  line-height:60px;
  margin-bottom:30px;
}

}

.navy-btn{
    max-width:300px;
    height:50px;
    line-height:50px;
    margin: 0 auto;
}
.navy-btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#242b4b;
    text-align:center;
    color:#FFFFFF;
    font-size:16px;
}
.navy-btn a:hover{
    opacity:90%;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    box-shadow:none;
}

@media screen and (max-width: 768px) {
  .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.fs-c-requiredMark::before {
    color: #FF0000;
}

.member-title{
  font-size:14px;
  font-weight:bold;
  margin-bottom:8px;
  color:#333;
}

.fs-body-product .fs-c-buttonContainer--addReview--detail {
   display: none;
}

.cart-message{
  line-height:1.7;
  margin-bottom:15px;
}

}

.fs-p-drawer {
    z-index: 999999 !important;
}

/* VDS TOP｜FV */

.vds-fv {
  max-width: 1180px;
  margin: 32px auto 50px;
  padding: 0 16px;
  box-sizing: border-box;
}

.vds-fv-img {
  width: 100%;
  height: auto;
  display: block;
}

/* VDS TOP｜SELECTION */

.vds-selection {
  max-width: 1180px;
  margin: 60px auto;
  padding: 0 16px;
}

.vds-selection-head {
  text-align: center;
  margin-bottom: 30px;
}

.vds-selection-head .en {
  font-size: 12px;
  letter-spacing: .18em;
  color: #888;
}

.vds-selection-head h2 {
  font-size: 24px;
  margin-top: 6px;
  font-weight: 600;
}

.vds-selection-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}

.vds-selection-item {
  display: block;
  text-decoration: none;
  color: #222;
  transition: opacity .3s;
}

.vds-selection-item:hover {
  opacity: 0.85;
}

.vds-selection-item img {
  width: 100% !important;
  display: block;
}

.vds-selection-title {
  font-size: 14px;
  margin-top: 10px;
}

.vds-selection {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 24px;
}

.vds-selection {
  max-width: 1280px;
  margin: 60px auto;
  padding: 0 24px;
}

/* BRAND v2｜ロゴ画像対応 */

.vds-brand2 {
  max-width: 1180px;
  margin: 70px auto;
  padding: 0 16px;
}

.vds-brand2-head {
  text-align: center;
  margin-bottom: 32px;
}

.vds-brand2-head .en {
  font-size: 12px;
  letter-spacing: .18em;
  color: #888;
}

.vds-brand2-head h2 {
  font-size: 24px;
  margin-top: 6px;
  font-weight: 600;
}

.vds-brand2-head p {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
}

.vds-brand2-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
}

.vds-brand2-item {
  display: block;
  text-decoration: none;
  color: #222;
  background: #f7f7f7;
  padding: 22px;
  transition: background .25s, opacity .25s;
}

.vds-brand2-item:hover {
  background: #efefef;
}

.vds-brand2-logo {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.vds-brand2-logo img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}

.vds-brand2-desc {
  font-size: 12px;
  color: #666;
  line-height: 1.7;
}

.vds-brand2-more {
  text-align: center;
  margin-top: 28px;
}

.vds-brand2-more a {
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #999;
}

/* JOURNAL */



/* VDS TOP｜JOURNAL 完全版 */

.vds-journal {
  max-width: 1180px;
  margin: 80px auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.vds-journal-head {
  text-align: center !important;
  margin-bottom: 34px;
}

.vds-journal-head .en {
  display: block;
  font-size: 12px;
  letter-spacing: .18em;
  color: #888;
  margin-bottom: 6px;
}

.vds-journal-head h2 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  letter-spacing: .06em;
}

.vds-journal-head p {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  margin: 10px auto 0;
}

.vds-journal-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: start;
}

.vds-journal-item {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  color: #222 !important;
  text-decoration: none !important;
  transition: opacity .25s;
}

.vds-journal-item:hover {
  opacity: .85;
}

.vds-journal-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f3f3;
  margin-bottom: 12px;
}

.vds-journal-img img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
}

.vds-journal-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0 0 6px;
}

.vds-journal-desc {
  font-size: 12px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.vds-journal-more {
  text-align: center;
  margin-top: 30px;
}

.vds-journal-more a {
  font-size: 14px;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #999;
  padding-bottom: 2px;
}

@media screen and (max-width: 767px) {

  .vds-journal {
    margin: 60px auto;
    padding: 0 12px;
  }

  .vds-journal-head {
    margin-bottom: 26px;
  }

  .vds-journal-head .en {
    font-size: 11px;
  }

  .vds-journal-head h2 {
    font-size: 22px;
  }

  .vds-journal-head p {
    font-size: 12px;
  }

  .vds-journal-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .vds-journal-img {
    margin-bottom: 10px;
  }

  .vds-journal-title {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 4px;
  }

  .vds-journal-desc {
    font-size: 11px;
    line-height: 1.6;
  }

  .vds-journal-more {
    margin-top: 24px;
  }

  .vds-journal-more a {
    font-size: 13px;
  }
}

/* BLOG POSTS */

.vds-latest {
  max-width: 980px;
  margin: 80px auto;
  padding: 0 16px;
}

.vds-latest-head {
  text-align: center;
  margin-bottom: 30px;
}

.vds-latest-head .en {
  font-size: 12px;
  letter-spacing: .18em;
  color: #888;
}

.vds-latest-head h2 {
  font-size: 22px;
  margin-top: 6px;
}

.vds-latest-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.vds-latest-item {
  display: flex !important;
  gap: 16px;
  text-decoration: none;
  color: #222;
  border-bottom: 1px solid #eee;
  padding-bottom: 14px;
}

.vds-latest-thumb {
  width: 120px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f3f3;
  flex-shrink: 0;
}

.vds-latest-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.vds-latest-text {
  flex: 1;
}

.vds-latest-date {
  font-size: 11px;
  color: #999;
  margin-bottom: 4px;
}

.vds-latest-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.vds-latest-desc {
  font-size: 12px;
  color: #666;
}

/* BRAND LIST｜PC */

.vds-brand-list-page {
  max-width: 1040px;
  margin: 80px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.vds-brand-list-head {
  text-align: center;
  margin-bottom: 40px;
}

.vds-brand-list-head .en {
  font-size: 12px;
  letter-spacing: .18em;
  color: #888;
}

.vds-brand-list-head h1 {
  font-size: 28px;
  margin: 6px 0 12px;
  font-weight: 600;
}

.vds-brand-list-head p {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
}

.vds-brand-index {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}

.vds-brand-index a {
  display: inline-block;
  min-width: 36px;
  padding: 6px 10px;
  background: #f5f5f5;
  color: #222;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  transition: background .2s;
}

.vds-brand-index a:hover {
  background: #eaeaea;
}

.vds-brand-group {
  margin-bottom: 42px;
}

.vds-brand-group h2 {
  font-size: 18px;
  letter-spacing: .14em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 6px;
}

.vds-brand-row {
  display: grid;
  grid-template-columns: 220px 180px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
  color: #222;
  text-decoration: none;
  align-items: start;
  transition: opacity .2s;
}

.vds-brand-row:hover {
  opacity: .75;
}

.vds-brand-row .name {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1.5;
}

.vds-brand-row .kana {
  font-size: 12px;
  color: #888;
  line-height: 1.7;
}

.vds-brand-row .desc {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
}

/* FEATURE BANNERS */

.vds-feature-banners {
  display: grid;

  grid-template-columns:
  repeat(auto-fit, minmax(320px, 1fr));

  gap: 24px;

  max-width: 1400px;
  margin: 0 auto 80px;
}

.vds-feature-banner {
  display: block;
  overflow: hidden;

  border-radius: 6px;

  background: #f5f5f5;

  text-decoration: none;
}

.vds-feature-banner img {
  width: 100%;
  height: auto;
  display: block;

  transition: transform .5s ease;
}

.vds-feature-banner:hover img {
  transform: scale(1.02);
}

/* VDS HEADER｜PC 完全版 */

.vds-header {
  background: #fff;
  border-bottom: 1px solid #e5e1da;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", sans-serif;
}

.vds-header-top {
  background: #e9e3d9;
}

.vds-header-top-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.vds-header-top-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #2b2b2b;
}

.vds-header-top-links {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 24px;
}

.vds-header-top-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #2b2b2b;
  text-decoration: none;
  position: relative;
}

.vds-icon {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  width: auto;
  height: auto;
  position: static;
}

.vds-icon-truck::before {
  content: "配送";
  font-size: 13px;
}

.vds-icon-user::before {
  content: "?";
  font-size: 14px;
}

.vds-icon-cart::before {
  content: "?";
  font-size: 13px;
}

.vds-cart-link .fs-p-cartItemNumber {
  position: absolute !important;
  top: -8px !important;
  right: -12px !important;
  min-width: 16px !important;
  height: 16px !important;
  padding: 0 4px !important;
  border-radius: 999px !important;
  background: #c0392b !important;
  color: #fff !important;
  font-size: 10px !important;
  line-height: 16px !important;
  text-align: center !important;
  font-weight: bold !important;
  display: inline-block !important;
  box-sizing: border-box !important;
}

.vds-cart-link .fs-p-cartItemNumber {
  display: none !important;
}

.vds-cart-link .fs-p-cartItemNumber.is-show {
  display: inline-block !important;
  position: absolute !important;
  top: -8px !important;
  right: -12px !important;
  min-width: 16px !important;
  height: 16px !important;
  padding: 0 4px !important;
  border-radius: 999px !important;
  background: #c0392b !important;
  color: #fff !important;
  font-size: 10px !important;
  line-height: 16px !important;
  text-align: center !important;
  font-weight: bold !important;
  box-sizing: border-box !important;
}

.vds-header-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 20px 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  box-sizing: border-box;
}

.vds-header-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vds-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vds-header .fs-p-drawerButton {
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

.vds-header .fs-p-drawerButton__icon {
  font-size: 24px !important;
  color: #2b2b2b !important;
}

.vds-header .fs-p-drawerButton__label {
  display: none !important;
}

.vds-header-logo {
  text-align: center;
}

.vds-header-logo img {
  width: 260px;
  max-width: 100%;
  height: auto;
  display: block;
}

.vds-header-search {
  width: 300px;
}

.vds-header-search form {
  display: flex;
  align-items: center;
  width: 100%;
  background: #f7f6f3;
  border: 1px solid #ddd8cf;
  box-sizing: border-box;
}

.vds-header-search input {
  width: 100%;
  border: none;
  background: transparent;
  padding: 11px 12px;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
}

.vds-header-search button {
  width: 42px;
  height: 40px;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.vds-header-search button::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #2b2b2b;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.vds-header-search button::after {
  content: "";
  width: 9px;
  height: 2px;
  background: #2b2b2b;
  position: absolute;
  top: 27px;
  left: 25px;
  transform: rotate(45deg);
}

.vds-header-nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 24px;
  box-sizing: border-box;
}

.vds-header-nav ul {
  display: flex;
  justify-content: center;
  gap: 62px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vds-header-nav a {
  color: #222;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
}

.vds-header-nav a:hover,
.vds-header-top-links a:hover {
  color: #9f8f74;
}

/* GERMAN ARMY TRAINER｜PC */

.vds-gat-hero {
  max-width: 1180px;
  margin: 40px auto 60px;
  padding: 0 20px;
  box-sizing: border-box;
}

.vds-gat-main {
  background: #f7f6f3;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: center;
}

.vds-gat-en {
  font-size: 12px;
  letter-spacing: .18em;
  color: #888;
  margin-bottom: 10px;
}

.vds-gat-text h1 {
  font-size: 28px;
  margin: 0 0 18px;
  font-weight: 600;
  line-height: 1.5;
}

.vds-gat-text p {
  font-size: 14px;
  color: #555;
  line-height: 2;
  margin: 0;
}

.vds-gat-links {
  display: grid;
  gap: 10px;
}

.vds-gat-links a {
  display: block;
  border: 1px solid #d8d2c8;
  background: #fff;
  color: #222;
  text-decoration: none;
  font-size: 13px;
  padding: 12px 16px;
  position: relative;
}

.vds-gat-links a::after {
  content: "→";
  position: absolute;
  right: 16px;
}

.vds-gat-links a:hover {
  background: #ebe5dc;
}

.vds-gat-feature {
  margin-top: 26px;
}

.vds-gat-feature a,
.vds-gat-feature img {
  display: block;
}

.vds-gat-feature img {
  width: 100%;
  height: auto;
}

.vds-gat-media {
  margin-top: 42px;
}

.vds-gat-media-head {
  text-align: center;
  margin-bottom: 24px;
}

.vds-gat-media-head .en {
  font-size: 12px;
  letter-spacing: .18em;
  color: #888;
}

.vds-gat-media-head h2 {
  font-size: 22px;
  margin: 6px 0 0;
  font-weight: 600;
}

.vds-gat-media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.vds-gat-media-item {
  display: block;
  background: #f7f6f3;
  padding: 24px;
  text-decoration: none;
  color: #222;
}

.vds-gat-media-item .label {
  font-size: 11px;
  letter-spacing: .14em;
  color: #9f8f74;
  margin-bottom: 12px;
}

.vds-gat-media-item h3 {
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 10px;
  font-weight: 600;
}

.vds-gat-media-item p {
  font-size: 12px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.vds-gat-media-item:hover {
  background: #ebe5dc;
}

.vds-gat-media-item .label {
  color: #c4302b;
}

.vds-youtube-icon {
  display: inline-flex;
  margin-left: 6px;
  vertical-align: middle;
}

.vds-gat-media-item:hover .vds-youtube-icon svg {
  transform: scale(1.05);
}

/* VDS FOOTER｜PC */

.vds-footer-pc {
  background: #f7f6f3;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", sans-serif;
  margin-top: 80px;
  border-top: 1px solid #e5e1da;
}

.vds-footer-pc a {
  color: #222;
  text-decoration: none;
}

.vds-footer-pc a:hover {
  color: #9f8f74;
}

.vds-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 58px 24px 50px;
  display: grid;
  grid-template-columns: 250px 1fr 260px;
  gap: 56px;
  box-sizing: border-box;
}

.vds-footer-logo {
  display: inline-block;
}

.vds-footer-logo img {
  width: 190px;
  height: auto;
  display: block;
}

.vds-footer-concept {
  margin: 24px 0 0;
  font-size: 13px;
  line-height: 2;
  letter-spacing: .03em;
}

.vds-footer-home-wrap {
  margin-top: 24px;
}

.vds-footer-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: .14em;
  color: #222;
  transition: opacity .2s ease;
}

.vds-footer-home:hover {
  opacity: .55;
  color: #222;
}

.vds-footer-sns {
  display: flex;
  gap: 18px;
  margin-top: 26px;
}

.vds-footer-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vds-footer-sns svg {
  width: 24px;
  height: 24px;
  stroke: #222;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: all .25s ease;
}

.vds-footer-sns a:hover svg {
  stroke: #a89574;
  transform: translateY(-1px);
}

.vds-footer-nav {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 46px;
}

.vds-footer-nav-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: .06em;
  white-space: nowrap;
}

.vds-footer-nav-col a {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 11px;
  color: #444;
  white-space: nowrap;
}

.vds-footer-news {
  border-left: 1px solid #d8d2c8;
  padding-left: 32px;
}

.vds-footer-news p {
  font-size: 12px;
  line-height: 1.8;
  color: #555;
  margin: 0 0 18px;
}

.vds-footer-news input {
  width: 100%;
  height: 44px;
  border: 1px solid #d8d2c8;
  background: #fff;
  padding: 0 12px;
  font-size: 13px;
  box-sizing: border-box;
  outline: none;
}

.vds-footer-news button {
  width: 100%;
  height: 44px;
  border: none;
  background: #222;
  color: #fff;
  font-size: 13px;
  margin-top: 12px;
  cursor: pointer;
}

.vds-footer-news button:hover {
  opacity: .85;
}

.vds-footer-icon-area {
  background: #eee9df;
  padding: 26px 24px;
}

.vds-footer-icons {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 18px;
}

.vds-footer-icons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  color: #333;
}

.vds-footer-icons svg {
  width: 25px;
  height: 25px;
  stroke: #333;
  fill: none;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke .2s, transform .2s;
}

.vds-footer-icons a:hover svg {
  stroke: #9f8f74;
  transform: translateY(-2px);
}

.vds-footer-copy {
  text-align: center;
  font-size: 11px;
  color: #666;
  padding: 24px;
  background: #f7f6f3;
}

.vds-footer-pagetop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 42px;
  height: 42px;
  border: none;
  background: #222;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  z-index: 9998;
  border-radius: 50%;
  opacity: .9;
}

.vds-footer-pagetop:hover {
  opacity: 1;
  background: #9f8f74;
}

/* VDS FAQ｜PC */

.vds-faq-page {
  max-width: 980px;
  margin: 80px auto;
  padding: 0 24px;
  color: #222;
  box-sizing: border-box;
}

.vds-faq-head {
  text-align: center;
  margin-bottom: 42px;
}

.vds-faq-head .en {
  font-size: 12px;
  letter-spacing: .2em;
  color: #888;
  margin-bottom: 8px;
}

.vds-faq-head h1 {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}

.vds-faq-head p {
  font-size: 13px;
  line-height: 1.9;
  color: #666;
  margin-top: 16px;
}

.vds-faq-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  margin-bottom: 56px;
}

.vds-faq-index a {
  display: inline-block;
  padding: 8px 14px;
  background: #f7f6f3;
  border: 1px solid #e1dcd3;
  color: #222;
  text-decoration: none;
  font-size: 12px;
}

.vds-faq-index a:hover {
  background: #eee9df;
}

.vds-faq-section {
  margin-bottom: 46px;
}

.vds-faq-section h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .08em;
  border-bottom: 1px solid #d8d2c8;
  padding-bottom: 12px;
  margin-bottom: 18px;
}

.vds-faq-section details {
  border-bottom: 1px solid #eee;
  padding: 0;
}

.vds-faq-section summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 42px 18px 0;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.vds-faq-section summary::-webkit-details-marker {
  display: none;
}

.vds-faq-section summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 300;
  color: #9f8f74;
}

.vds-faq-section details[open] summary::after {
  content: "－";
}

.vds-faq-section details p {
  font-size: 13px;
  line-height: 1.9;
  color: #555;
  margin: 0;
  padding: 0 0 20px;
}

/* VOIRY BRAND HEADER｜PC */

.vds-voiry-head {
  max-width: 1200px;
  margin: 30px auto 44px;
  padding: 0 20px;
  box-sizing: border-box;
}

.vds-voiry-hero {
  overflow: hidden;
  background: #f3f3f3;
}

.vds-voiry-hero a,
.vds-voiry-hero img {
  display: block;
}

.vds-voiry-hero img {
  width: 100%;
  height: auto;
}

.vds-voiry-intro {
  text-align: center;
  padding: 26px 0 20px;
}

.vds-voiry-logo {
  font-size: 30px;
  letter-spacing: .16em;
  font-weight: 700;
  line-height: 1;
}

.vds-voiry-intro p {
  margin: 12px 0 0;
  font-size: 14px;
  color: #555;
  letter-spacing: .05em;
}

.vds-voiry-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.vds-voiry-nav a {
  display: inline-block;
  min-width: 140px;
  padding: 11px 18px;
  background: #f7f6f3;
  border: 1px solid #ded8cf;
  color: #222;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .06em;
}

.vds-voiry-nav a:hover {
  background: #eee9df;
}

.vds-voiry-ranking {
  max-width: 1000px;
  margin: 0 auto 54px;
  padding: 0 20px;
  box-sizing: border-box;
}

.vds-voiry-section-head {
  text-align: center;
  margin-bottom: 26px;
}

.vds-voiry-section-head .en {
  font-size: 12px;
  letter-spacing: .18em;
  color: #888;
  margin-bottom: 6px;
}

.vds-voiry-section-head h2 {
  font-size: 22px;
  margin: 0;
  font-weight: 600;
}

.vds-voiry-rank-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.vds-voiry-rank-item {
  position: relative;
  display: block;
  color: #222;
  text-decoration: none;
  background: #f7f6f3;
  padding-bottom: 18px;
  transition: opacity .25s;
}

.vds-voiry-rank-item:hover {
  opacity: .85;
}

.vds-voiry-rank-item .rank {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: #222;
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
  padding: 5px 8px;
}

.vds-voiry-rank-item .img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eee;
}

.vds-voiry-rank-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vds-voiry-rank-item .text {
  padding: 16px 16px 0;
}

.vds-voiry-rank-item h3 {
  font-size: 15px;
  margin: 0 0 8px;
  font-weight: 600;
}

.vds-voiry-rank-item p {
  font-size: 12px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

/* VDS SECURITY PAGE｜PC */

.vds-security-page{
  max-width:920px;
  margin:80px auto;
  padding:0 24px;
  box-sizing:border-box;
  color:#222;
}

.vds-security-head{
  text-align:center;
  margin-bottom:70px;
}

.vds-security-head .en{
  font-size:12px;
  letter-spacing:.22em;
  color:#999;
  margin-bottom:10px;
}

.vds-security-head h1{
  font-size:32px;
  font-weight:600;
  letter-spacing:.08em;
  margin:0;
}

.vds-security-head p{
  margin:28px auto 0;
  font-size:14px;
  line-height:2.2;
  color:#666;
}

.vds-security-section{
  margin-bottom:56px;
}

.vds-security-section h2{
  font-size:20px;
  font-weight:600;
  letter-spacing:.08em;
  padding-bottom:14px;
  border-bottom:1px solid #d8d2c8;
  margin-bottom:24px;
}

.vds-security-section p{
  font-size:14px;
  line-height:2.2;
  color:#555;
  margin:0 0 18px;
}

.vds-security-footer{
  text-align:center;
  padding-top:20px;
  border-top:1px solid #ddd8cf;
}

.vds-security-footer p{
  font-size:14px;
  line-height:2;
  color:#666;
}

/* ADULT T-SHIRT｜PC */

.vds-sp-head{
  max-width:1200px;
  margin:0 auto 80px;
  padding:0 20px;
  box-sizing:border-box;
  color:#222;
}

.vds-sp-hero{
  position:relative;
  overflow:hidden;
  background:#f3f3f3;
}

.vds-sp-hero img{
  width:100%;
  display:block;
}

.vds-sp-hero-text{
  position:absolute;
  left:7%;
  top:50%;
  transform:translateY(-50%);
  max-width:420px;
  color:#222;
}

.vds-sp-hero-text .en{
  font-size:12px;
  letter-spacing:.24em;
  margin-bottom:18px;
}

.vds-sp-hero-text h1{
  font-size:64px;
  line-height:1.15;
  font-weight:500;
  margin:0 0 28px;
}

.vds-sp-hero-text p{
  font-size:15px;
  line-height:2.1;
  color:#555;
}

.vds-sp-intro{
  text-align:center;
  padding:70px 0;
}

.vds-sp-copy{
  font-size:34px;
  line-height:1.8;
  margin-bottom:32px;
  letter-spacing:.08em;
}

.vds-sp-text{
  font-size:15px;
  line-height:2.3;
  color:#666;
}

.vds-sp-point{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-bottom:80px;
}

.vds-sp-point-item{
  background:#f7f6f3;
  padding:40px;
}

.vds-sp-point-item .num{
  font-size:12px;
  letter-spacing:.24em;
  color:#999;
  margin-bottom:18px;
}

.vds-sp-point-item h3{
  font-size:24px;
  margin:0 0 16px;
  font-weight:500;
}

.vds-sp-point-item p{
  font-size:14px;
  line-height:2;
  color:#666;
  margin:0;
}

.vds-sp-category{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-bottom:90px;
}

.vds-sp-category a{
  display:block;
  color:#222;
  text-decoration:none;
}

.vds-sp-category .img{
  overflow:hidden;
  background:#eee;
}

.vds-sp-category img{
  width:100%;
  display:block;
  transition:transform .5s;
}

.vds-sp-category a:hover img{
  transform:scale(1.03);
}

.vds-sp-category .text{
  padding-top:20px;
}

.vds-sp-category .en{
  font-size:11px;
  letter-spacing:.2em;
  color:#999;
  margin-bottom:10px;
}

.vds-sp-category h2{
  font-size:34px;
  font-weight:500;
  margin:0;
}

.vds-sp-brand{
  text-align:center;
  padding:70px 20px;
  background:#f7f6f3;
}

.vds-sp-brand .head .en{
  font-size:11px;
  letter-spacing:.24em;
  color:#999;
  margin-bottom:8px;
}

.vds-sp-brand .head h2{
  font-size:30px;
  font-weight:500;
  margin:0 0 40px;
}

.vds-sp-brand .brands{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}

.vds-sp-brand .brands span{
  padding:12px 18px;
  border:1px solid #ddd8cf;
  font-size:13px;
  letter-spacing:.08em;
  background:#fff;
}

/* GRAPHIC T-SHIRT｜PC */

.vds-graphic-head{
  max-width:1400px;
  margin:0 auto 100px;
  padding:0 20px;
  box-sizing:border-box;
  color:#fff;
  background:#111;
}

.vds-graphic-hero{
  position:relative;
  overflow:hidden;
  background:#000;
}

.vds-graphic-hero img{
  width:100%;
  display:block;
  opacity:.82;
}

.vds-graphic-overlay{
  position:absolute;
  inset:0;
  background:
  linear-gradient(to right,
  rgba(0,0,0,.72),
  rgba(0,0,0,.15));
}

.vds-graphic-text{
  position:absolute;
  left:7%;
  top:50%;
  transform:translateY(-50%);
  z-index:2;
}

.vds-graphic-text .en{
  font-size:12px;
  letter-spacing:.35em;
  color:#aaa;
  margin-bottom:24px;
}

.vds-graphic-text h1{
  font-size:88px;
  line-height:.95;
  margin:0 0 26px;
  letter-spacing:.03em;
  font-weight:700;
}

.vds-graphic-text p{
  font-size:16px;
  line-height:2;
  color:#ddd;
}

.vds-graphic-intro{
  padding:90px 20px;
  text-align:center;
  background:#111;
}

.vds-graphic-intro .copy{
  font-size:42px;
  letter-spacing:.12em;
  margin-bottom:36px;
}

.vds-graphic-intro .text{
  max-width:760px;
  margin:0 auto;
  font-size:15px;
  line-height:2.4;
  color:#aaa;
}

.vds-graphic-mood{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:#333;
  margin-bottom:90px;
}

.vds-graphic-mood-item{
  background:#181818;
  padding:56px 42px;
}

.vds-graphic-mood-item .num{
  font-size:11px;
  letter-spacing:.28em;
  color:#777;
  margin-bottom:18px;
}

.vds-graphic-mood-item h3{
  font-size:30px;
  margin:0 0 18px;
  letter-spacing:.08em;
}

.vds-graphic-mood-item p{
  font-size:14px;
  line-height:2;
  color:#999;
  margin:0;
}

.vds-graphic-category{
  text-align:center;
  padding-bottom:90px;
}

.vds-graphic-category .head .en{
  font-size:11px;
  letter-spacing:.28em;
  color:#777;
  margin-bottom:10px;
}

.vds-graphic-category .head h2{
  font-size:44px;
  margin:0 0 18px;
  letter-spacing:.08em;
}

.vds-graphic-category .lead{
  font-size:16px;
  color:#999;
}

.vds-graphic-brand{
  border-top:1px solid #222;
  padding:70px 20px 90px;
  text-align:center;
}

.vds-graphic-brand .head .en{
  font-size:11px;
  letter-spacing:.28em;
  color:#777;
  margin-bottom:10px;
}

.vds-graphic-brand .head h2{
  font-size:30px;
  margin:0 0 40px;
}

.vds-graphic-brand .brands{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}

.vds-graphic-brand .brands span{
  border:1px solid #333;
  padding:12px 18px;
  font-size:12px;
  letter-spacing:.12em;
  color:#bbb;
}

/* HAT FEATURE｜PC */

.vds-hat-head {
  max-width: 1200px;
  margin: 0 auto 90px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #222;
}

.vds-hat-hero {
  position: relative;
  overflow: hidden;
  background: #e8e2d6;
}

.vds-hat-hero img {
  width: 100%;
  display: block;
}

.vds-hat-text{
  position:absolute;
  left:6% !important;
  top:50% !important;
  transform:translateY(-50%);
  max-width:420px;
  text-align:left !important;
}

.vds-hat-text .en{
  color:#f3efe7 !important;
}

.vds-hat-text h1{
  color:#f3efe7 !important;
  text-shadow:0 2px 12px rgba(0,0,0,.25);
}

.vds-hat-text p{
  color:#f3efe7 !important;
  text-shadow:0 2px 12px rgba(0,0,0,.25);
}

.vds-hat-intro {
  text-align: center;
  padding: 72px 20px;
}

.vds-hat-intro .copy {
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: .08em;
  margin-bottom: 30px;
}

.vds-hat-intro .text {
  font-size: 15px;
  line-height: 2.3;
  color: #666;
}

.vds-hat-point {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 80px;
}

.vds-hat-point-item {
  background: #f7f6f3;
  padding: 38px;
}

.vds-hat-point-item .num {
  font-size: 11px;
  letter-spacing: .24em;
  color: #999;
  margin-bottom: 16px;
}

.vds-hat-point-item h3 {
  font-size: 26px;
  margin: 0 0 14px;
  font-weight: 500;
  letter-spacing: .08em;
}

.vds-hat-point-item p {
  font-size: 13px;
  line-height: 2;
  color: #666;
  margin: 0;
}

.vds-hat-category {
  margin-bottom: 80px;
  text-align: center;
}

.vds-hat-category .head .en,
.vds-hat-brand .head .en {
  font-size: 11px;
  letter-spacing: .24em;
  color: #999;
  margin-bottom: 8px;
}

.vds-hat-category .head h2,
.vds-hat-brand .head h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 34px;
}

.vds-hat-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.vds-hat-category-grid a {
  display: block;
  background: #eee9df;
  color: #222;
  text-decoration: none;
  padding: 34px 22px;
  transition: background .25s, opacity .25s;
}

.vds-hat-category-grid a:hover {
  background: #e4dccf;
}

.vds-hat-category-grid .label {
  font-size: 11px;
  letter-spacing: .24em;
  color: #8a7b64;
  margin-bottom: 12px;
}

.vds-hat-category-grid h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 12px;
}

.vds-hat-category-grid p {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.vds-hat-brand {
  text-align: center;
  background: #f7f6f3;
  padding: 64px 20px;
}

.vds-hat-brand .brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.vds-hat-brand .brands span {
  background: #fff;
  border: 1px solid #ddd8cf;
  padding: 11px 18px;
  font-size: 12px;
  letter-spacing: .08em;
}

/* SILVER ACCESSORY｜PC */

.vds-silver-head{
  max-width:1200px;
  margin:0 auto 100px;
  padding:0 20px;
  box-sizing:border-box;
  background:#fff;
  color:#222;
}

.vds-silver-hero{
  position:relative;
  overflow:hidden;
  background:#efefef;
}

.vds-silver-hero img{
  width:100%;
  display:block;
}

.vds-silver-overlay{
  position:absolute;
  inset:0;
  background:
  linear-gradient(to right,
  rgba(255,255,255,.82),
  rgba(255,255,255,.15));
}

.vds-silver-text{
  position:absolute;
  left:7%;
  top:50%;
  transform:translateY(-50%);
  z-index:2;
  max-width:420px;
}

.vds-silver-text .en{
  font-size:11px;
  letter-spacing:.28em;
  color:#777;
  margin-bottom:18px;
}

.vds-silver-text h1{
  font-size:72px;
  line-height:.95;
  letter-spacing:.04em;
  margin:0 0 26px;
  font-weight:500;
}

.vds-silver-text p{
  font-size:16px;
  line-height:2;
  color:#555;
}

.vds-silver-intro{
  text-align:center;
  padding:90px 20px;
}

.vds-silver-intro .copy{
  font-size:40px;
  line-height:1.8;
  letter-spacing:.08em;
  margin-bottom:38px;
}

.vds-silver-intro .text{
  max-width:760px;
  margin:0 auto;
  font-size:15px;
  line-height:2.5;
  color:#666;
}

.vds-silver-point{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-bottom:90px;
}

.vds-silver-point-item{
  background:#f6f6f6;
  padding:44px 38px;
}

.vds-silver-point-item .num{
  font-size:10px;
  letter-spacing:.28em;
  color:#999;
  margin-bottom:16px;
}

.vds-silver-point-item h3{
  font-size:28px;
  letter-spacing:.08em;
  margin:0 0 16px;
  font-weight:500;
}

.vds-silver-point-item p{
  font-size:14px;
  line-height:2;
  color:#666;
  margin:0;
}

.vds-silver-category{
  margin-bottom:90px;
}

.vds-silver-category .head{
  text-align:center;
  margin-bottom:40px;
}

.vds-silver-category .head .en,
.vds-silver-style .head .en{
  font-size:10px;
  letter-spacing:.28em;
  color:#999;
  margin-bottom:8px;
}

.vds-silver-category .head h2,
.vds-silver-style .head h2{
  font-size:34px;
  font-weight:500;
  margin:0;
}

.vds-silver-category-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.vds-silver-category-grid a{
  display:block;
  background:#f7f7f7;
  padding:44px;
  text-decoration:none;
  color:#222;
  transition:all .25s;
}

.vds-silver-category-grid a:hover{
  background:#efefef;
}

.vds-silver-category-grid .label{
  font-size:10px;
  letter-spacing:.24em;
  color:#888;
  margin-bottom:16px;
}

.vds-silver-category-grid h3{
  font-size:30px;
  margin:0 0 14px;
  font-weight:500;
}

.vds-silver-category-grid p{
  font-size:14px;
  line-height:2;
  color:#666;
  margin:0;
}

.vds-silver-style{
  background:#f6f6f6;
  padding:80px 40px;
  text-align:center;
}

.vds-silver-style .head{
  margin-bottom:28px;
}

.vds-silver-style .text{
  font-size:15px;
  line-height:2.4;
  color:#666;
}

/* CATEGORY TOP｜PC */

.vds-category-top{
  max-width:1200px;
  margin:0 auto 100px;
  padding:0 20px;
  box-sizing:border-box;
}

.vds-category-head{
  text-align:center;
  padding:70px 20px 60px;
}

.vds-category-head .en{
  font-size:11px;
  letter-spacing:.28em;
  color:#999;
  margin-bottom:10px;
}

.vds-category-head h1{
  font-size:42px;
  font-weight:500;
  letter-spacing:.08em;
  margin:0 0 24px;
}

.vds-category-head p{
  font-size:15px;
  line-height:2.2;
  color:#666;
}

.vds-category-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-bottom:100px;
}

.vds-category-card{
  display:block;
  text-decoration:none;
  color:#222;
}

.vds-category-card .thumb{
  overflow:hidden;
  margin-bottom:18px;
  background:#f3f3f3;
}

.vds-category-card .thumb img{
  width:100%;
  display:block;
  transition:transform .4s;
}

.vds-category-card:hover .thumb img{
  transform:scale(1.03);
}

.vds-category-card .text .en{
  font-size:10px;
  letter-spacing:.24em;
  color:#999;
  margin-bottom:8px;
}

.vds-category-card h2{
  font-size:28px;
  font-weight:500;
  margin:0 0 10px;
}

.vds-category-card p{
  font-size:13px;
  line-height:2;
  color:#666;
  margin:0;
}

.vds-category-feature{
  border-top:1px solid #e5e5e5;
  padding-top:80px;
}

.vds-category-feature .head{
  text-align:center;
  margin-bottom:40px;
}

.vds-category-feature .head .en{
  font-size:10px;
  letter-spacing:.28em;
  color:#999;
  margin-bottom:8px;
}

.vds-category-feature .head h2{
  font-size:34px;
  font-weight:500;
  margin:0;
}

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

.feature-grid a{
  display:block;
  text-decoration:none;
  color:#222;
}

.feature-grid img{
  width:100%;
  display:block;
  margin-bottom:14px;
}

.feature-grid span{
  font-size:15px;
}

.acanthus-head {
  max-width: 1100px;
  margin: 0 auto 50px;
  padding: 0 12px;
  color: #111;
}

.acanthus-head img {
  width: 100%;
  height: auto;
  display: block;
}

.acanthus-head a {
  text-decoration: none;
  color: #111;
}

.acanthus-lead {
  text-align: center;
  margin: 34px auto 42px;
}

.acanthus-lead-en {
  font-size: 13px;
  letter-spacing: .18em;
  margin-bottom: 12px;
}

.acanthus-lead h2 {
  font-size: 24px;
  letter-spacing: .08em;
  line-height: 1.6;
  margin: 0 0 16px;
  font-weight: 500;
}

.acanthus-lead p {
  font-size: 14px;
  line-height: 2;
  color: #555;
  margin: 0 auto;
  max-width: 760px;
}

.acanthus-line-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.acanthus-line-card {
  border: 1px solid #e5e5e5;
  background: #fff;
  display: block;
}

.acanthus-line-text {
  padding: 22px 22px 26px;
}

.acanthus-line-label {
  font-size: 11px;
  letter-spacing: .16em;
  color: #777;
  margin-bottom: 8px;
}

.acanthus-line-title {
  font-size: 18px;
  letter-spacing: .08em;
  margin-bottom: 12px;
  line-height: 1.5;
}

.acanthus-line-desc {
  font-size: 13px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 18px;
}

.acanthus-line-button {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .08em;
  border-bottom: 1px solid #111;
  padding-bottom: 4px;
}

.acanthus-category-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.acanthus-category-links a {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #111;
  text-decoration: none;
  background: #fff;
}

/* ACANTHUS NEW HEAD */

.acanthus-head {
  max-width: 1100px;
  margin: 50px auto 50px;
  padding: 0 12px;
  color: #111;
}

.acanthus-head img {
  width: 100%;
  height: auto;
  display: block;
}

.acanthus-head a {
  text-decoration: none;
  color: #111;
}

.acanthus-lead {
  text-align: center;
  margin: 34px auto 42px;
}

.acanthus-lead-en {
  font-size: 13px;
  letter-spacing: .18em;
  margin-bottom: 12px;
}

.acanthus-lead h2 {
  font-size: 24px;
  letter-spacing: .08em;
  line-height: 1.7;
  margin: 0 0 18px;
  font-weight: 500;
}

.acanthus-lead p {
  font-size: 14px;
  line-height: 2;
  color: #555;
  margin: 0 auto;
  max-width: 760px;
}

.acanthus-line-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.acanthus-line-card {
  border: 1px solid #e5e5e5;
  background: #fff;
  display: block;
  transition: .2s ease;
}

.acanthus-line-card:hover {
  opacity: .85;
}

.acanthus-line-text {
  padding: 22px 22px 26px;
}

.acanthus-line-label {
  font-size: 11px;
  letter-spacing: .16em;
  color: #777;
  margin-bottom: 8px;
}

.acanthus-line-title {
  font-size: 18px;
  letter-spacing: .08em;
  margin-bottom: 12px;
  line-height: 1.5;
}

.acanthus-line-desc {
  font-size: 13px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 18px;
}

.acanthus-line-button {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .08em;
  border-bottom: 1px solid #111;
  padding-bottom: 4px;
}

.acanthus-category-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.acanthus-category-links a {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #111;
  text-decoration: none;
  background: #fff;
}

/* SP */

@media screen and (max-width: 767px) {

  .acanthus-head {
    margin: 36px auto;
    padding: 0 10px;
  }

  .acanthus-lead {
    margin: 24px auto 30px;
  }

  .acanthus-lead h2 {
    font-size: 20px;
  }

  .acanthus-lead p {
    font-size: 13px;
    line-height: 1.9;
    text-align: left;
  }

  .acanthus-line-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }

  .acanthus-line-text {
    padding: 20px 18px 24px;
  }

  .acanthus-line-title {
    font-size: 17px;
  }

  .acanthus-category-links {
    justify-content: flex-start;
    gap: 8px;
    margin-top: 28px;
  }

  .acanthus-category-links a {
    font-size: 12px;
    padding: 9px 14px;
  }

}

.vds-contact {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
  color: #111;
}

.vds-contact-head {
  text-align: center;
  margin-bottom: 42px;
}

.vds-contact-en {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #777;
  margin-bottom: 10px;
}

.vds-contact-head h1 {
  font-size: 26px;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin: 0 0 18px;
}

.vds-contact-head p {
  font-size: 14px;
  line-height: 2;
  color: #555;
  margin: 0;
}

.vds-contact-info {
  margin-bottom: 46px;
}

.vds-contact-info-box {
  border: 1px solid #e5e5e5;
  padding: 28px 32px;
  text-align: center;
  background: #fafafa;
}

.vds-contact-info-title {
  font-size: 13px;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.vds-contact-tel {
  font-size: 26px;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
}

.vds-contact-tel a {
  color: #111;
  text-decoration: none;
}

.vds-contact-note {
  font-size: 13px;
  line-height: 1.9;
  color: #666;
  margin: 0;
}

.vds-contact-form {
  border-top: 1px solid #eee;
  padding-top: 38px;
}

.vds-contact-required {
  font-size: 13px;
  color: #666;
  margin-bottom: 28px;
}

.vds-contact-required span,
.vds-contact-field label span {
  color: #b00000;
}

.vds-contact-field {
  margin-bottom: 28px;
}

.vds-contact-field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.vds-contact-field input,
.vds-contact-field textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 13px 14px;
  font-size: 15px;
  line-height: 1.6;
  box-sizing: border-box;
  background: #fff;
}

.vds-contact-field input:focus,
.vds-contact-field textarea:focus {
  outline: none;
  border-color: #111;
}

.vds-contact-name {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.vds-contact-name small {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
}

.vds-contact-field input + input {
  margin-top: 12px;
}

.vds-contact-submit {
  text-align: center;
  margin-top: 44px;
}

.vds-contact-submit input {
  width: 260px;
  padding: 15px 20px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  cursor: pointer;
}

@media screen and (max-width: 767px) {

  .vds-contact {
    margin: 42px auto;
    padding: 0 14px;
  }

  .vds-contact-head {
    text-align: left;
    margin-bottom: 34px;
  }

  .vds-contact-head h1 {
    font-size: 23px;
  }

  .vds-contact-head p {
    font-size: 13px;
    line-height: 1.9;
  }

  .vds-contact-info {
    margin-bottom: 38px;
  }

  .vds-contact-info-box {
    padding: 24px 18px;
    text-align: left;
  }

  .vds-contact-tel {
    font-size: 24px;
  }

  .vds-contact-note {
    font-size: 12px;
  }

  .vds-contact-form {
    padding-top: 32px;
  }

  .vds-contact-name {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vds-contact-field {
    margin-bottom: 24px;
  }

  .vds-contact-field input,
  .vds-contact-field textarea {
    font-size: 16px;
  }

  .vds-contact-submit input {
    width: 100%;
  }

}

/* BRAND NAVIGATION｜PC */

.vds-brand-navbox {
  margin: 18px 0 24px;
  padding: 14px 16px;
  border: 1px solid #e5e0d8;
  background: #faf9f6;
  text-align: center;
  box-sizing: border-box;
}

.vds-brand-navbox__label {
  margin: 0 0 10px;
  font-size: 10px;
  letter-spacing: .16em;
  color: #777;
}

.vds-brand-navbox__links {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.vds-brand-navbox__btn,
.vds-brand-navbox__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid #d8d2c8;
  background: #fff;
  color: #222 !important;
  text-decoration: none !important;
  font-size: 13px;
  letter-spacing: .04em;
  box-sizing: border-box;
}

.vds-brand-navbox__btn {
  background: #222;
  color: #fff !important;
  border-color: #222;
}

/* VDS PC MINI HEADER */

.vds-mini-header-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,.08);
  z-index: 9998;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease;
}

.vds-mini-header-pc.is-show {
  transform: translateY(0);
  opacity: 1;
}

.vds-mini-inner {
  max-width: 1180px;
  height: 64px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  box-sizing: border-box;
}

.vds-mini-menu {
  display: flex;
  align-items: center;
}

.vds-mini-menu-button {
  width: 34px;
  height: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

.vds-mini-menu-button span {
  display: block;
  width: 24px;
  height: 2px;
  background: #222;
}

.vds-mini-logo {
  display: block;
  line-height: 1;
}

.vds-mini-logo img {
  width: 150px;
  height: auto;
  display: block;
}

.vds-mini-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.vds-mini-link,
.vds-mini-cart {
  font-size: 12px;
  letter-spacing: .08em;
  color: #222;
  text-decoration: none;
  position: relative;
}

.vds-mini-link:hover,
.vds-mini-cart:hover {
  opacity: .6;
}

.vds-mini-cart .fs-p-cartItemNumber {
  position: absolute;
  top: -10px;
  right: -16px;
}

@media screen and (max-width: 767px) {
  .vds-mini-header-pc {
    display: none !important;
  }
}

/* COMPANY PAGE｜PC */

.vds-company-page,
.vds-company-page * {
  box-sizing: border-box;
}

.vds-company-page {
  width: 100%;
  color: #222;
  background: #fff;
}

.vds-company-page img {
  width: 100%;
  height: auto;
  display: block;
}

.vds-company-hero {
  max-width: 1200px;
  min-height: 430px;
  margin: 0 auto 0;
  display: grid;
  grid-template-columns: 38% 62%;
  align-items: center;
  background: #f7f6f3;
  overflow: hidden;
}

.vds-company-hero-text {
  position: relative;
  z-index: 2;
  padding: 70px 54px;
}

.vds-company-en {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: .24em;
  color: #888;
}

.vds-company-hero-text h1 {
  margin: 0 0 34px;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.4;
}

.vds-company-lead {
  margin: 0;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: .06em;
  color: #444;
}

.vds-company-buyer {
  margin: 42px 0 0;
  font-size: 14px;
  color: #777;
}

.vds-company-hero-image {
  height: 430px;
  margin-left: -70px;
}

.vds-company-hero-image img {
  width: calc(100% + 70px);
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vds-company-nav {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #e5e0d8;
  border-bottom: 1px solid #e5e0d8;
  background: #fff;
}

.vds-company-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 12px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .05em;
  border-right: 1px solid #e5e0d8;
}

.vds-company-nav a:first-child {
  border-left: 1px solid #e5e0d8;
}

.vds-company-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 40px;
}

.vds-company-two {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 70px;
  align-items: center;
}

.vds-company-text h2 {
  margin: 0 0 34px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.5;
}

.vds-company-text h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin-top: 18px;
  background: #b8aa88;
}

.vds-company-text p {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: .04em;
  color: #444;
}

.vds-company-photo img {
  background: #f3f3f3;
}

.vds-history-list {
  position: relative;
  padding-left: 54px;
  border: none;
}

.vds-history-list::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  bottom: 11px;
  width: 1px;
  background: #d8cfbd;
}

.vds-history-list div {
  position: relative;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 34px;
  padding: 0 0 24px;
  border: none;
}

.vds-history-list div:last-child {
  padding-bottom: 0;
}

.vds-history-list div::before {
  content: "";
  position: absolute;
  left: -49px;
  top: 8px;
  width: 10px;
  height: 10px;
  background: #c5bba7;
  border-radius: 50%;
}

.vds-history-list span {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.vds-history-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .04em;
  color: #333;
}

.vds-company-table {
  margin: 0;
  border-top: 1px solid #e7e2da;
}

.vds-company-table dt,
.vds-company-table dd {
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid #e7e2da;
  font-size: 14px;
  line-height: 1.8;
}

.vds-company-table dt {
  float: left;
  clear: left;
  width: 120px;
  color: #8a7b64;
}

.vds-company-table dd {
  padding-left: 140px;
  color: #444;
}

.vds-company-online {
  border-top: 1px solid #eee;
  text-align: center;
}

.vds-company-online .vds-company-text {
  max-width: 700px;
  margin: 0 auto 54px;
}

.vds-company-online .vds-company-text h2::after {
  margin-left: auto;
  margin-right: auto;
}

.vds-company-button {
  display: inline-block;
  margin-top: 18px;
  padding: 15px 42px;
  background: #222;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .06em;
}

.vds-company-service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.vds-company-service-item {
  padding: 36px 26px;
  background: #f8f7f4;
}

.vds-company-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border: 1px solid #ddd6ca;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.vds-company-service-item h3 {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .08em;
}

.vds-company-service-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: #666;
}

/* NEW ARRIVAL */

.vds-section-heading {
  text-align: center;
  margin: 90px 0 42px;
}

.vds-section-heading__en {
  font-size: 22px;
  letter-spacing: .08em;
  font-weight: 500;
  color: #222;
  line-height: 1.2;
}

.vds-section-heading__jp {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: .03em;
  color: #777;
}

.vds-new-arrival-more {
  text-align: center;
  margin: 48px 0 0;
}

.vds-new-arrival-more a {
  display: inline-block;
  padding: 14px 38px;
  border: 1px solid #222;
  color: #222;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .08em;
  transition: .25s ease;
}

.vds-new-arrival-more a:hover {
  background: #222;
  color: #fff;
}

/* SECTION HEADING PC */

.vds-section-heading {
  text-align: center;
  margin: 78px 0 42px;
}

.vds-section-heading__en {
  font-size: 20px;
  letter-spacing: .08em;
  font-weight: 500;
  color: #222;
  line-height: 1.2;
}

.vds-section-heading__jp {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: .03em;
  color: #777;
}

.vds-section-heading__text {
  max-width: 520px;
  margin: 18px auto 0;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .02em;
  color: #666;
}

.vds-section-heading__update {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: .08em;
  color: #999;
}

/* VDS CONCEPT PAGE - PC */

.vds-concept-page {
  background: #f7f6f2;
  padding: 0 0 100px;
}

.vds-concept-visual {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.vds-concept-visual img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.vds-concept-visual:nth-of-type(1) {
  background: #fff;
  padding: 0 0 90px;
  max-width: none;
}

.vds-concept-visual:nth-of-type(1) img {
  max-width: 1180px;
}

.vds-concept-visual:nth-of-type(2) {
  background: #f7f6f2;
  padding: 90px 40px;
}

.vds-concept-visual:nth-of-type(3) {
  background: #fff;
  padding: 100px 40px 70px;
  max-width: none;
}

.vds-concept-visual:nth-of-type(3) img {
  max-width: 1180px;
}

.vds-concept-link {
  text-align: center;
  margin-top: 55px;
}

.vds-concept-link a {
  display: inline-block;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #222;
  padding-bottom: 7px;
}

.vds-concept-link a:hover {
  opacity: 0.55;
}

/* RANKING SECTION */

.vds-ranking-section {
  position: relative;
  margin-top: 90px;
  padding-top: 90px;
}

.vds-ranking-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 70px;
  height: 1px;
  background: #d8d8d8;
  transform: translateX(-50%);
}

.vds-ranking-section:first-child {
  margin-top: 0;
  padding-top: 0;
}

.vds-ranking-section:first-child::before {
  display: none;
}

@media only screen and (max-width: 767px) {

  .vds-ranking-section {
    margin-top: 70px;
    padding-top: 70px;
  }

}

/* VDS FV ONLY */

.vds-fv-only{
  width:100%;
  margin:40px auto 80px;
  padding:0 20px;
  box-sizing:border-box;
}

.vds-fv-only__img{
  display:block;
  width:100%;
  max-width:1180px;
  height:auto;
  margin:0 auto;
}

@media screen and (max-width:767px){

.vds-fv-only{
  margin:0 auto 46px;
  padding:0;
}

.vds-fv-only__img{
  max-width:none;
  width:100%;
}

}

/* CATEGORY PC */

.vds-category-section {
  background: #f3f3f1;
  padding: 1px 48px 58px;
  margin: 64px auto;
}

.vds-category-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.vds-category-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: #ddd;
  aspect-ratio: 4 / 3;
  color: #fff;
  text-decoration: none;
}

.vds-category-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease, opacity .35s ease;
}

.vds-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.44),
    rgba(0,0,0,.14) 52%,
    rgba(0,0,0,.04)
  );
  z-index: 1;
}

.vds-category-card__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.vds-category-card__text span {
  display: block;
  font-family: serif;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: .12em;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0,0,0,.35);
}

.vds-category-card__text em {
  display: block;
  margin-top: 9px;
  font-style: normal;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .04em;
  text-shadow: 0 1px 8px rgba(0,0,0,.35);
}

.vds-category-card:hover img {
  transform: scale(1.035);
  opacity: .92;
}

/* VDS CATEGORY PAGE */



/* CATEGORY GRID */

.vds-free-category .vds-category-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 24px;
}

.vds-free-category .vds-category-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  text-decoration: none;
}

.vds-free-category .vds-category-thumb {
  position: relative;
}

.vds-free-category .vds-category-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.vds-free-category .vds-category-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.55) 0%,
    rgba(0,0,0,0.15) 45%,
    rgba(0,0,0,0) 100%
  );
}

.vds-free-category .vds-category-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 22px 18px;
  color: #fff;
}

.vds-free-category .vds-card-en {
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #fff;
}

.vds-free-category .vds-category-text h2 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
}

.vds-free-category .vds-category-text p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
}

/* FEATURE */

.vds-free-category .vds-feature-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
}

.vds-free-category .vds-feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  display: block;
}

.vds-free-category .vds-feature-card img {
  display: block;
  width: 100%;
  height: auto;
}

.vds-free-category .vds-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.45) 0%,
    rgba(0,0,0,0) 70%
  );
}

.vds-free-category .vds-feature-text {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  z-index: 2;

  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

/* SP */

@media screen and (max-width: 767px){

  .vds-free-category .vds-category-grid {
    gap: 14px;
  }

  .vds-free-category .vds-category-text {
    padding: 16px 14px;
  }

  .vds-free-category .vds-category-text h2 {
    font-size: 18px;
  }

  .vds-free-category .vds-category-text p {
    font-size: 12px;
    line-height: 1.5;
  }

  .vds-free-category .vds-feature-grid {
    gap: 12px;
  }

  .vds-free-category .vds-feature-text {
    font-size: 12px;
    bottom: 10px;
  }

}

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

  .fs-c-breadcrumb {
    max-width: 1200px;
    margin: 22px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
  }

}

/* EFFECTOR EDIT PAGE */

.vds-effector-wrap{
  max-width:1200px;
  margin:0 auto 80px;
  padding:0 20px;
  box-sizing:border-box;
}

.vds-effector-accordion{
  margin:36px auto 64px;
  border-top:1px solid #d8d3ca;
  border-bottom:1px solid #d8d3ca;
}

.vds-effector-accordion summary{
  cursor:pointer;
  list-style:none;
  padding:20px 0;
  font-size:12px;
  letter-spacing:.18em;
  color:#555;
}

.vds-effector-accordion summary::-webkit-details-marker{
  display:none;
}

.vds-effector-accordion summary span::after{
  content:"＋";
  margin-left:12px;
  color:#999;
}

.vds-effector-accordion[open] summary span::after{
  content:"－";
}

.vds-effector-profile{
  display:grid;
  grid-template-columns:240px 1fr;
  gap:44px;
  padding:36px 0 44px;
}

.vds-effector-profile__image img{
  width:100%;
  display:block;
}

.vds-effector-profile__lead{
  margin-bottom:18px;
  font-size:12px;
  letter-spacing:.18em;
  color:#888;
}

.vds-effector-profile__text p,
.vds-effector-history p{
  margin:0 0 16px;
  font-size:14px;
  line-height:2.1;
  color:#555;
}

.vds-effector-history{
  margin-top:30px;
  padding-top:24px;
  border-top:1px solid #d8d3ca;
}

.vds-effector-history__title{
  margin-bottom:16px;
  font-size:11px;
  letter-spacing:.18em;
  color:#888;
}

.vds-effector-heading{
  text-align:center;
  margin:70px auto 56px;
}

.vds-effector-heading__en{
  font-size:24px;
  letter-spacing:.08em;
  font-weight:500;
}

.vds-effector-heading__jp{
  margin-top:10px;
  font-size:13px;
  color:#777;
}

.vds-effector-section{
  margin-bottom:72px;
}

.vds-effector-section__title{
  text-align:center;
  margin-bottom:34px;
}

.vds-effector-section__title .en{
  font-size:11px;
  letter-spacing:.2em;
  color:#999;
  margin-bottom:8px;
}

.vds-effector-section__title h2{
  margin:0;
  font-size:24px;
  font-weight:500;
}

.vds-effector-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.vds-effector-card img{
  width:100%;
  display:block;
  background:#f3f3f1;
}

.vds-effector-card__body{
  padding-top:18px;
}

.vds-effector-card__body h3{
  margin:0 0 10px;
  font-size:22px;
  font-weight:500;
}

.vds-effector-card__body p{
  margin:0 0 14px;
  font-size:13px;
  line-height:1.9;
  color:#555;
}

.vds-effector-famous{
  margin-top:14px;
  padding-left:14px;
  border-left:1px solid #d8d3ca;
  font-size:12px;
  line-height:1.8;
  color:#777;
}

.vds-effector-button{
  margin-top:18px;
}

.vds-effector-button a{
  display:inline-block;
  font-size:12px;
  color:#222;
  text-decoration:none;
  border-bottom:1px solid #222;
  padding-bottom:4px;
}

.vds-effector-benefit{
  margin:56px auto 0;
  padding:24px 20px;
  text-align:center;
  background:#f3f3f1;
  font-size:13px;
  line-height:1.9;
  color:#444;
}

.vds-effector-benefit__en{
  margin-bottom:8px;
  font-size:10px;
  letter-spacing:.18em;
  color:#999;
}

@media screen and (max-width:767px){

  .vds-effector-wrap{
    padding:0 14px;
    margin-bottom:56px;
  }

  .vds-effector-profile{
    display:block;
    padding:26px 0 34px;
  }

  .vds-effector-profile__image{
    max-width:180px;
    margin:0 auto 26px;
  }

  .vds-effector-profile__text p,
  .vds-effector-history p{
    font-size:13px;
    line-height:2;
  }

  .vds-effector-heading{
    margin:54px auto 40px;
  }

  .vds-effector-heading__en{
    font-size:21px;
  }

  .vds-effector-grid{
    grid-template-columns:1fr;
    gap:38px;
  }

  .vds-effector-section{
    margin-bottom:58px;
  }

}

/* BRAND CATEGORY NAV PC */

.fs-c-subgroupList{
  max-width:1200px !important;
  margin:34px auto 32px !important;

  padding:28px 24px !important;

  background:#f3f3f1 !important;

  box-sizing:border-box !important;
}

.fs-c-subgroupList__list{
  display:grid !important;

  grid-template-columns:
  repeat(auto-fit,minmax(160px,1fr)) !important;

  gap:0 !important;

  margin:0 !important;
  padding:0 !important;
}

.fs-c-subgroupList__listItem{
  position:relative !important;

  list-style:none !important;

  margin:0 !important;
  padding:0 !important;
}

.fs-c-subgroupList__listItem::after{
  content:"";

  position:absolute;

  right:0;
  top:50%;

  width:1px;
  height:28px;

  background:#ddd8d0;

  transform:translateY(-50%);
}

.fs-c-subgroupList__listItem:last-child::after{
  display:none;
}

.fs-c-subgroupList__link{
  display:block !important;

  padding:8px 18px !important;

  text-align:center !important;
  text-decoration:none !important;

  color:#222 !important;

  font-size:14px !important;
  line-height:1.5 !important;
  letter-spacing:.08em !important;

  background:none !important;
  border:none !important;

  box-sizing:border-box !important;

  transition:.2s ease;
}

.fs-c-subgroupList__link::after{
  display:none !important;
}

.fs-c-subgroupList__link:hover{
  opacity:.65 !important;
}

/* WISHLIST｜PC */

.fs-c-wishlistProduct {
  margin-top: 24px;
}

.fs-c-wishlistProduct__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .04em;
  border-bottom: 1px solid #ddd8cf;
  padding-bottom: 14px;
  margin-bottom: 26px;
}

.fs-c-wishlistProduct .fs-c-productListCarousel {
  padding: 0 28px;
}

.fs-c-wishlistProduct .fs-c-productListItem {
  background: #fff;
  padding: 0 0 18px;
  box-sizing: border-box;
}

.fs-c-wishlistProduct .fs-c-productListItem__image {
  background: #f6f6f4;
  margin-bottom: 14px;
}

.fs-c-wishlistProduct .fs-c-productListItem__image img {
  width: 100%;
  height: auto;
  display: block;
}

.fs-c-wishlistProduct .fs-c-productListItem__productName {
  font-size: 13px;
  line-height: 1.55;
  font-weight: 400;
  color: #222;
  margin: 0 0 8px;
}

.fs-c-wishlistProduct .fs-c-productPrice {
  margin-top: 4px;
  font-size: 13px;
  color: #222;
}

.fs-c-wishlistProduct .fs-c-productPrice__addon {
  font-size: 11px;
  color: #888;
  margin-left: 2px;
}

.fs-c-wishlistProduct .fs-c-productListItem__control {
  justify-content: flex-end;
  margin-top: 8px;
  padding: 0;
}

.fs-c-wishlistProduct .fs-c-button--particular {
  width: 34px;
  height: 34px;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fs-c-wishlistProduct .slick-prev,
.fs-c-wishlistProduct .slick-next {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,.92);
  border: 1px solid #e5e1da;
  border-radius: 50%;
  z-index: 5;
}

.fs-c-wishlistProduct .slick-prev:before,
.fs-c-wishlistProduct .slick-next:before {
  color: #222;
  opacity: 1;
  font-size: 18px;
}

/* PC｜futureRecommend ランキング順位画像リセット */

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

  #fs-recommend--flick .fr2-listItem__link > div:first-child {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    width: 24px !important;
    height: 24px !important;
    line-height: 0 !important;
  }

  #fs-recommend--flick .fr2-listItem__link > div:first-child img[src*="icon_rank"] {
    width: 24px !important;
    max-width: 24px !important;
    height: auto !important;
    display: block !important;
  }

}

/* 商品詳細｜PC お問い合わせボタン */

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

  .fs-body-product .fs-c-button--inquiryAboutProduct.fs-c-button--plain {
    display: inline-block !important;
    min-width: 280px !important;

    padding: 13px 28px !important;
    margin-top: 18px !important;

    background: #fff !important;
    border: 1px solid #222 !important;
    border-radius: 0 !important;

    color: #222 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    text-decoration: none !important;

    box-shadow: none !important;
    box-sizing: border-box !important;
  }

}

/* Porter Classic Brand Intro SP */

.vds-pc-brand-intro {
  margin: 0 auto 42px;
}

.vds-pc-hero {
  margin: 0 auto 38px;
}

.vds-pc-hero img {
  width: 100%;
  height: auto;
}

.vds-pc-about {
  padding: 0 22px;
  margin-bottom: 46px;
}

.vds-pc-section-title {
  gap: 12px;
  margin-bottom: 18px;
}

.vds-pc-section-title span {
  width: 42px;
}

.vds-pc-section-title p {
  font-size: 10px;
  letter-spacing: 0.12em;
}

.vds-pc-about h2 {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

.vds-pc-about > p {
  font-size: 12.5px;
  line-height: 2;
  letter-spacing: 0.03em;
}

.vds-pc-recommend {
  padding: 0 18px;
}

.vds-pc-recommend-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}

.vds-pc-recommend-card img {
  aspect-ratio: 4 / 3;
  margin-bottom: 14px;
}

.vds-pc-recommend-card h3 {
  font-size: 14px;
  margin-bottom: 8px;
}

.vds-pc-recommend-card p {
  font-size: 12px;
  line-height: 1.9;
}

/* BRAND PROFILE ACCORDION */

.vds-brand-profile-acd ul {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 40px 0;
}

.vds-brand-profile-acd .flex-item1 {
  width: 32%;
}

.vds-brand-profile-acd .flex-item1 img {
  width: 100%;
  height: auto;
  display: block;
}

.vds-brand-profile-acd .flex-item2 {
  width: 68%;
  font-size: 14px;
  line-height: 2;
  color: #333;
}

/* Porter Classic 上部ブロック 強制調整 */

.vds-pc-brand-intro {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto 60px !important;
  padding: 0 !important;
  color: #222 !important;
}

.vds-pc-hero {
  width: 100% !important;
  margin: 0 auto 58px !important;
  padding: 0 !important;
}

.vds-pc-hero img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
}

.vds-pc-about {
  max-width: 900px !important;
  margin: 0 auto 68px !important;
  padding: 0 20px !important;
  text-align: center !important;
}

.vds-pc-section-title {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  margin: 0 0 24px !important;
}

.vds-pc-section-title span {
  display: block !important;
  width: 64px !important;
  height: 1px !important;
  background: #d8d8d8 !important;
}

.vds-pc-section-title p {
  margin: 0 !important;
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  color: #555 !important;
  font-weight: 500 !important;
}

.vds-pc-about h2 {
  margin: 0 0 18px !important;
  font-size: 24px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em !important;
}

.vds-pc-about > p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 2 !important;
  color: #444 !important;
  letter-spacing: 0.04em !important;
}

.vds-pc-recommend {
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

.vds-pc-recommend-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px !important;
}

.vds-pc-recommend-card {
  display: block !important;
  color: #222 !important;
  text-decoration: none !important;
  text-align: center !important;
}

.vds-pc-recommend-card img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  margin: 0 0 18px !important;
}

.vds-pc-recommend-card h3 {
  margin: 0 0 10px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
}

.vds-pc-recommend-card p {
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.9 !important;
  color: #555 !important;
  letter-spacing: 0.03em !important;
}

/* スマホ */

@media screen and (max-width: 767px) {

  .vds-pc-brand-intro {
    margin: 0 auto 42px !important;
  }

  .vds-pc-hero {
    margin: 0 auto 38px !important;
  }

  .vds-pc-about {
    padding: 0 22px !important;
    margin-bottom: 46px !important;
  }

  .vds-pc-section-title {
    gap: 12px !important;
    margin-bottom: 18px !important;
  }

  .vds-pc-section-title span {
    width: 42px !important;
  }

  .vds-pc-section-title p {
    font-size: 10px !important;
  }

  .vds-pc-about h2 {
    font-size: 18px !important;
    line-height: 1.8 !important;
  }

  .vds-pc-about > p {
    font-size: 12.5px !important;
    line-height: 2 !important;
  }

  .vds-pc-recommend {
    padding: 0 18px !important;
  }

  .vds-pc-recommend-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .vds-pc-recommend-card img {
    margin-bottom: 14px !important;
  }
}

/* 商品詳細 送料込み */

.fs-c-productPostage__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 4px 10px;
  margin-left: 6px;

  border: 1px solid #d8d8d8;
  border-radius: 999px;

  background: #fafafa;

  color: #666;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;

  vertical-align: middle;
}

/* ポイント・送料込み 共通 */

.fs-c-productPointDisplay,
.fs-c-productPostage__label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  max-width: max-content !important;

  padding: 2px 8px !important;

  background: #f3f3f3 !important;
  border: 1px solid #dddddd !important;
  border-radius: 3px !important;

  color: #555 !important;

  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.03em !important;

  flex: 0 0 auto !important;
}

.fs-c-productPointDisplay span {
  display: inline !important;

  width: auto !important;
  max-width: none !important;

  padding: 0 !important;
  margin: 0 !important;

  background: transparent !important;
  border: none !important;

  float: none !important;

  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

/* 発送タグ */

.be-c-productPointDisplay {
  display: inline-block !important;

  width: auto !important;
  max-width: max-content !important;

  padding: 6px 12px !important;
  margin-top: 8px !important;

  background: #fff !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 3px !important;

  color: #555 !important;

  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.03em !important;
}

.be-c-productPointDisplay * {
  width: auto !important;
  max-width: none !important;

  color: #555 !important;
  font-size: inherit !important;
  line-height: inherit !important;

  background: transparent !important;
}

/* Paidy PC */

._paidy-promotional-messaging {
  margin: 4px 0 10px !important;
  transform: scale(0.86) !important;
  transform-origin: left center !important;
  opacity: 0.82 !important;
}

/* Brand Coupon Detail */

.vds-brand-coupon-detail {
  margin: 16px 0 22px;
}

.vds-brand-coupon-detail__inner {
  background: #151515;
  border: 1px solid #d2b57b;
  padding: 18px 16px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.04em;
}

.vds-brand-coupon-detail__sub {
  font-size: 11px;
  color: #d2b57b;
  margin-bottom: 7px;
  letter-spacing: 0.08em;
}

.vds-brand-coupon-detail__main {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.vds-brand-coupon-detail__date {
  margin-top: 8px;
  font-size: 12px;
  color: #e3e3e3;
}

/* PORTER CLASSIC JOURNAL */

.vds-pc-journal {
  max-width: 1180px;
  margin: 90px auto 80px;
  padding: 0 20px;
}

.vds-pc-journal__heading {
  text-align: center;
  margin-bottom: 50px;
}

.vds-pc-journal__heading h2 {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.vds-pc-journal__heading p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: #555;
}

.vds-pc-journal__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.vds-pc-journal__item {
  display: block;
  text-decoration: none;
  color: #222;
}

.vds-pc-journal__thumb {
  overflow: hidden;
  margin-bottom: 18px;
}

.vds-pc-journal__thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.4s ease;
}

.vds-pc-journal__item:hover img {
  transform: scale(1.03);
}

.vds-pc-journal__category {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #888;
  margin-bottom: 10px;
}

.vds-pc-journal__body h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
}

.vds-pc-journal__body p {
  margin: 0;
  font-size: 13px;
  line-height: 2;
  color: #666;
}

@media screen and (max-width: 767px){

.vds-pc-journal {
  margin: 60px auto;
  padding: 0 16px;
}

.vds-pc-journal__heading {
  margin-bottom: 36px;
}

.vds-pc-journal__heading h2 {
  font-size: 22px;
}

.vds-pc-journal__heading p {
  font-size: 12px;
}

.vds-pc-journal__grid {
  grid-template-columns: 1fr;
  gap: 28px;
}

.vds-pc-journal__body h3 {
  font-size: 17px;
}

.vds-pc-journal__body p {
  font-size: 12px;
}

.sp-only {
  display: block;
}

}

.vds-pc-journal__thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.vds-pc-journal__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* FOOTER｜メルマガ登録 */

.vds-footer-news {
  width: 280px;
  flex: 0 0 280px;
}

.vds-footer-news p {
  font-size: 12px;
  line-height: 1.7;
  color: #777;
  margin: 8px 0 14px;
}

.vds-footer-news input[type="email"] {
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  border: 1px solid #d8d2c8;
  padding: 0 14px;
}

.vds-footer-news-check {
  display: flex;
  gap: 6px;
  margin: 10px 0 14px;
  font-size: 11px;
  line-height: 1.6;
}

.vds-footer-news button {
  width: 100%;
  height: 44px;
  background: #222;
  color: #fff;
  border: none;
}

.vds-footer-news-check input[type="checkbox"] {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;

  margin-top: 2px !important;
  margin-right: 6px !important;

  transform: none !important;
  zoom: 1 !important;

  appearance: auto !important;
  -webkit-appearance: checkbox !important;

  flex-shrink: 0;
}

/* CONTACT THANKS｜PC */

.vds-contact-thanks {
  padding: 80px 20px;
  background: #faf8f4;
}

.vds-contact-thanks__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.vds-contact-thanks__en {
  font-size: 12px;
  letter-spacing: .18em;
  color: #999;
  margin-bottom: 18px;
}

.vds-contact-thanks h1 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.5;
  margin-bottom: 28px;
  color: #222;
}

.vds-contact-thanks p {
  font-size: 14px;
  line-height: 2;
  color: #555;
  margin-bottom: 20px;
}

.vds-contact-thanks__note {
  font-size: 12px;
  color: #888;
}

.vds-contact-thanks__links {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
  flex-wrap: wrap;
}

.vds-contact-thanks__links a {
  min-width: 220px;
  padding: 14px 24px;
  border: 1px solid #222;
  color: #222;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .08em;
  transition: .2s;
}

.vds-contact-thanks__links a:hover {
  background: #222;
  color: #fff;
}

/* MAIL MAG COMPLETE｜PC */

.vds-mailmag-complete {
  max-width: 780px;
  margin: 0 auto;
  padding: 48px 54px 50px;
  background: #f7f6f3;
  border: 1px solid #e5e1da;
  box-sizing: border-box;
}

.vds-mailmag-complete__label {
  margin-bottom: 18px;
  text-align: center;
  font-size: 11px;
  letter-spacing: .24em;
  color: #9b8b70;
}

.vds-mailmag-complete__lead {
  text-align: center;
  font-size: 22px !important;
  line-height: 1.7 !important;
  color: #222 !important;
  margin: 0 0 24px !important;
}

.vds-mailmag-complete p {
  font-size: 14px;
  line-height: 2;
  color: #555;
  margin: 0 0 24px;
  text-align: center;
}

.vds-mailmag-complete-banner {
  margin: 36px 0 32px;
}

.vds-mailmag-complete-banner img {
  width: 100%;
  display: block;
}

.vds-mailmag-complete-note {
  margin: 0 !important;
  padding-top: 26px;
  border-top: 1px solid #ddd8cf;
  text-align: center !important;
  font-size: 13px !important;
  color: #555 !important;
}

/* FV ONLY */

.vds-fv-only{

  background:#f7f5f2;

  padding:
  18px
  18px
  28px;

  margin-bottom:40px;
}

.vds-fv-only__img{
  width:100%;
  display:block;

  border-radius:6px;
}

/* HEADING */

.vds-top-heading{
  margin:90px 0 42px;
  text-align:center;
}

.vds-top-heading__en{
  margin-bottom:10px;
  font-size:13px;
  letter-spacing:.22em;
  color:#8d826e;
}

.vds-top-heading__jp{
  font-size:15px;
  color:#555;
  line-height:1.8;
}

/* PC｜NEW FEATURE / PICK UP */

.vds-top-heading {
  text-align: center;
  margin: 70px 0 36px;
}

.vds-top-heading__en {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .16em;
  line-height: 1.4;
  color: #222;
  margin-bottom: 8px;
}

.vds-top-heading__jp {
  font-size: 13px;
  line-height: 1.8;
  color: #666;
}

.vds-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin: 0 auto 86px;
}

.vds-feature-card {
  display: block;
  text-decoration: none;
  transition: opacity .3s ease;
}

.vds-feature-card:hover {
  opacity: .9;
}

.vds-feature-card__image {
  overflow: hidden;
  background: #f5f5f5;
}

.vds-feature-card__image img {
  width: 100%;
  display: block;
}

.vds-feature-card__content {
  display: none;
}

.vds-footer-service{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1.35fr;
  background:#f8f5ef;
  border-top:1px solid #e5dfd5;
  border-left:1px solid #e5dfd5;
}

.vds-footer-service__item{
  text-align:center;
  padding:34px 22px;
  border-right:1px solid #e5dfd5;
  border-bottom:1px solid #e5dfd5;
}

.vds-footer-service__icon{
  width:28px;
  height:28px;
  margin:0 auto 15px;
}

.vds-footer-service__icon svg{
  width:100%;
  height:100%;
  stroke:#333;
  fill:none;
  stroke-width:1.45;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.vds-footer-service__title{
  font-size:13px;
  font-weight:600;
  letter-spacing:.06em;
  color:#222;
  margin-bottom:10px;
}

.vds-footer-service__text{
  font-size:11px;
  line-height:1.9;
  color:#666;
}

.vds-footer-about{
  display:grid;
  grid-template-columns:92px 1fr;
  gap:18px;
  align-items:center;
  padding:28px 24px;
  border-right:1px solid #e5dfd5;
  border-bottom:1px solid #e5dfd5;
  color:#222;
  text-decoration:none;
  box-sizing:border-box;
}

.vds-footer-about__image{
  width:92px;
  height:92px;
  overflow:hidden;
  background:#eee;
}

.vds-footer-about__image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.vds-footer-about__label{
  font-size:10px;
  letter-spacing:.14em;
  color:#777;
  margin-bottom:8px;
}

.vds-footer-about__text p{
  margin:0 0 13px;
  font-size:11px;
  line-height:1.8;
  color:#444;
}

.vds-footer-about__text span{
  font-size:11px;
  letter-spacing:.08em;
  color:#222;
}

.vds-footer-about:hover{
  opacity:.82;
}

.vds-delivery-info{
  margin:18px 0 0;
}

.vds-delivery-box{
  margin-top:12px;
  padding:18px 20px;
  border:1px solid #e5e5e5;
  background:#fafafa;
}

.vds-delivery-box__title{
  font-size:14px;
  font-weight:600;
  letter-spacing:.06em;
  color:#222;
  margin-bottom:12px;
}

.vds-delivery-box__text{
  font-size:12px;
  line-height:2;
  color:#666;
}

.vds-essentials{
  background:#f7f4ef;
  padding:90px 0;
}

.vds-essentials__inner{
  max-width:1180px;
  margin:0 auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:300px 1fr;
  gap:42px;
  align-items:start;
}

.vds-essentials__intro{
  padding-top:24px;
}

.vds-essentials__label{
  font-size:11px;
  letter-spacing:.14em;
  color:#777;
  margin-bottom:22px;
}

.vds-essentials__intro h2{
  font-size:34px;
  line-height:1.7;
  font-weight:500;
  color:#222;
  margin:0 0 28px;
}

.vds-essentials__intro p{
  font-size:13px;
  line-height:2.2;
  color:#666;
  margin:0;
}

.vds-essentials__button{
  display:none;
}

.vds-essentials__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px 22px;
  align-items:start;
}

.vds-essentials__item{
  display:block;
  text-decoration:none;
  margin-top:0 !important;
  transform:none !important;
}

.vds-essentials__item img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
}

.vds-essentials__item span{
  display:block;
  text-align:center;
  margin-top:10px;
  font-size:12px;
  letter-spacing:.08em;
  color:#222;
}

.item-shoes img,
.item-vintage img{
  aspect-ratio:1/1.18;
}

.vds-style-hero{background:#f7f4ef;padding:80px 0 70px;margin-bottom:60px}
.vds-style-hero__inner{max-width:1180px;margin:0 auto 58px;padding:0 40px;display:grid;grid-template-columns:360px 1fr;gap:60px;align-items:center}
.vds-style-hero__label{font-size:12px;letter-spacing:.18em;color:#777;margin-bottom:34px}
.vds-style-hero__text h2{font-size:34px;line-height:1.75;font-weight:500;color:#222;margin:0 0 34px}
.vds-style-hero__text p{font-size:13px;line-height:2.25;color:#555;margin:0}
.vds-style-hero__visual{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.vds-style-hero__visual img{width:100%;aspect-ratio:9/16;object-fit:cover;object-position:center top;display:block}

.vds-style-category{max-width:1180px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:repeat(8,1fr);gap:8px}
.vds-style-category__item{text-align:center}
.vds-style-category__item img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}
.vds-style-category__item span{display:block;margin-top:10px;font-size:12px;line-height:1.5;color:#222}

.vds-style-hero__bottom{margin:50px 0 0;text-align:center;font-size:14px;line-height:2;color:#555}

/* PRODUCT TAG PC/SP */

.fs-c-productMarks img,
.fs-c-productMark__mark--image img{
  display:inline-block !important;
  width:auto !important;
  height:18px !important;
  max-height:18px !important;
  border-radius:4px;
  box-shadow:0 1px 4px rgba(0,0,0,.10);
}

.fs-c-productMark{
  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
}

.fs-c-productMark > li.fs-c-productMark__item{
  position:static !important;
  display:inline-block !important;
  margin:0 3px 3px 0 !important;
  padding:0 !important;
  line-height:1 !important;
  vertical-align:top !important;
}

/* 商品一覧（PC/SP共通） */

.fs-c-productList .fs-c-productListItem{
  position:relative !important;
}

.fs-c-productList .fs-c-productMarks{
  position:absolute !important;
  top:20px !important;
  left:12px !important;
  z-index:10 !important;

  width:auto !important;
  height:auto !important;
  min-height:0 !important;

  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
}

/* トップ新着スライダー */

.fs-c-productListCarousel .fs-c-productListItem{
  position:relative !important;
}

.fs-c-productListCarousel .fs-c-productMarks{
  position:absolute !important;
  top:4px !important;
  left:4px !important;
  z-index:10 !important;

  width:auto !important;
  height:auto !important;
  min-height:0 !important;

  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
}

/* 商品詳細ページ */

.fs-body-product .fs-c-productMarks{
  position:static !important;
  width:auto !important;
  height:auto !important;
  min-height:0 !important;

  margin:0 0 8px 0 !important;
  padding:0 !important;
  line-height:1 !important;
}

.fs-body-product .fs-c-productName{
  position:relative;
  z-index:1;
}

.vds-stylegoods-banner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.vds-stylegoods-banner__link {
  display: block;
  width: 100%;
}

.vds-stylegoods-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.fs-c-subgroup .fs-c-listControl__status{
    display:none !important;
}

.fs-c-subgroup .fs-c-listControl__status{
    display:none !important;
}

.fs-c-productList__controller .fs-c-listControl__status{
    display:block !important;
    opacity:.7;
    font-size:12px;
    letter-spacing:.08em;
    color:#888;
}

.vds-pickup-gift{
  max-width:1200px;
  margin:55px auto 60px;
  padding:0 20px;
  text-align:center;
}

.vds-pickup-gift h2{
  font-family:serif;
  font-size:26px;
  letter-spacing:.12em;
  font-weight:400;
  margin:0 0 8px;
}

.vds-pickup-gift p{
  font-size:13px;
  color:#777;
  margin:0 0 30px;
}

.vds-pickup-gift__grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:22px;
}

.vds-pickup-gift__item{
  display:block;
  color:#111;
  text-decoration:none;
}

.vds-pickup-gift__item img{
  width:100%;
  height:auto;
  display:block;
  margin-bottom:12px;
}

.vds-pickup-gift__item strong{
  display:block;
  font-family:serif;
  font-size:16px;
  letter-spacing:.08em;
  font-weight:400;
  margin-bottom:4px;
}

.vds-pickup-gift__item span{
  display:block;
  font-size:12px;
  color:#777;
}

.fs-c-subgroupList__item {
  width: calc(25% - 18px);
}

.fs-c-subgroupList__image {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  overflow: hidden;
}

.fs-c-subgroupList__image img {
  width: 100%;
  height: auto;
  display: block;
}

.fs-c-variationCart__variationName__stock--outOfStock{
  display:none !important;
}

.fs-c-variationCart__cartButton--outOfStock .fs-c-outOfStockButton{
  font-size:0 !important;
}

.fs-c-variationCart__cartButton--outOfStock .fs-c-outOfStockButton:before{
  content:"SOLD OUT";
  display:inline-block;

  font-size:10px;
  font-weight:400;
  letter-spacing:.15em;
  line-height:1;

  color:#888;
  background:transparent;

  border:1px solid #ddd;
  padding:6px 10px;

  box-sizing:border-box;
  white-space:nowrap;

  transition:all .2s ease;
}

.fs-c-variationCart__variationName__stock--lowInStock{
  display:inline-block !important;
  margin-left:6px !important;

  font-size:10px !important;
  font-weight:400 !important;
  letter-spacing:.08em !important;

  color:#8a6d3b !important;
  background:#faf6ee !important;
  border:1px solid #e8ddc8 !important;

  padding:3px 6px !important;
  line-height:1 !important;
  vertical-align:middle !important;
}

.vds-feature-link{margin:40px 0}
.vds-feature-link a{display:block;padding:24px;background:#f8f8f8;border:1px solid #e5e5e5;text-decoration:none;transition:.3s ease}
.vds-feature-link a:hover{opacity:.8}
.vds-feature-link__label{margin-bottom:10px;font-size:11px;letter-spacing:.15em;color:#777}
.vds-feature-link__title{margin-bottom:12px;font-size:20px;font-weight:500;line-height:1.6;color:#222}
.vds-feature-link__text{font-size:13px;line-height:1.9;color:#666}
.vds-feature-link__more{margin-top:15px;font-size:13px;color:#222}

.vds-eyewear-care{
  margin:40px 0;
}

.vds-eyewear-care a{
  display:block;
}

.vds-eyewear-care img{
  display:block;
  width:100%;
  height:auto;
  transition:.3s;
}

.vds-eyewear-care a:hover img{
  opacity:.85;
}

/*GERMAN TRAINER SIZE GUIDE PC*/

.vds-gat-size{
  max-width:980px;
  margin:60px auto;
  padding:48px;
  background:#f7f7f7;
  color:#333;
  box-sizing:border-box;
}

.vds-gat-size__heading{
  text-align:center;
  margin-bottom:42px;
}

.vds-gat-size__heading span{
  display:block;
  margin-bottom:12px;
  font-size:11px;
  letter-spacing:.18em;
  color:#777;
}

.vds-gat-size__heading h2{
  margin:0 0 18px;
  font-size:26px;
  line-height:1.6;
  font-weight:500;
  letter-spacing:.05em;
}

.vds-gat-size__heading p{
  margin:0;
  font-size:14px;
  line-height:2;
  color:#666;
}

.vds-gat-size__points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-bottom:38px;
}

.vds-gat-size__point{
  display:flex;
  gap:12px;
  padding:18px;
  background:#fff;
  border:1px solid #e3e3e3;
}

.vds-gat-size__point>span{
  font-size:11px;
  color:#888;
  letter-spacing:.08em;
}

.vds-gat-size__point h3{
  margin:0 0 8px;
  font-size:14px;
  font-weight:600;
}

.vds-gat-size__point p{
  margin:0;
  font-size:12px;
  line-height:1.8;
  color:#666;
}

.vds-gat-size__table-wrap{
  overflow-x:auto;
  margin-bottom:38px;
}

.vds-gat-size__table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
  text-align:center;
}

.vds-gat-size__table th{
  padding:12px 8px;
  background:#333;
  border:1px solid #555;
  color:#fff;
  font-size:12px;
  line-height:1.5;
  letter-spacing:.03em;
}

.vds-gat-size__table th small{
  font-size:10px;
  font-weight:400;
}

.vds-gat-size__table td{
  padding:11px 8px;
  border:1px solid #ddd;
  font-size:13px;
  white-space:nowrap;
}

.vds-gat-size__table tbody tr:nth-child(even){
  background:#fafafa;
}

.vds-gat-size__measure{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:48px;
  margin:0 auto 34px;
  padding:30px;
  background:#fff;
  border:1px solid #e3e3e3;
}

.vds-gat-size__sole{
  position:relative;
  width:115px;
  height:250px;
  border:2px solid #555;
  border-radius:48% 48% 40% 40% / 22% 22% 30% 30%;
  box-sizing:border-box;
}

.vds-gat-size__sole:before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  border-left:1px dashed #999;
}

.vds-gat-size__sole:after{
  content:"";
  position:absolute;
  top:38%;
  left:8%;
  right:8%;
  border-top:1px dashed #999;
}

.vds-gat-size__line-a,
.vds-gat-size__line-b{
  position:absolute;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:50%;
  background:#333;
  color:#fff;
  font-size:11px;
}

.vds-gat-size__line-a{
  top:52%;
  left:calc(50% - 12px);
}

.vds-gat-size__line-b{
  top:calc(38% - 12px);
  left:calc(50% - 12px);
}

.vds-gat-size__measure-text p{
  margin:0 0 20px;
  font-size:13px;
  line-height:1.8;
  color:#555;
}

.vds-gat-size__measure-text p:last-child{
  margin-bottom:0;
}

.vds-gat-size__notice{
  padding:20px 24px;
  background:#eeeae3;
  border-left:3px solid #999;
}

.vds-gat-size__notice b{
  font-size:13px;
}

.vds-gat-size__notice p{
  margin:8px 0 0;
  font-size:12px;
  line-height:1.8;
  color:#666;
}