@charset "UTF-8";

/*layout*/
.-wide {
  max-width: 100%;
  max-width: min(calc(100% - 40px), 100%);
  margin-inline: auto;
}

.imgmax {
  width: 100%;
  height: auto;
  display: block;
}

.-spbr {
  display: none;
}

.page-title {
  padding: 1.8em 5px 20px;
  font-size: 24px !important;
  color: #000;
  text-align: center;
  border-bottom: none;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 24px;
}

/*formフォーマット*/

.-reset_form input[type="text"],
.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form button,
.-reset_form select,
.-reset_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.-reset_form textarea {
  resize: vertical;
}

.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form label,
.-reset_form button,
.-reset_form select {
  cursor: pointer;
}

.-reset_form select::-ms-expand {
  display: none;
}

.-reset_form ::placeholder {
  color: #888;
}

.-reset_form ::-ms-input-placeholder {
  color: #888;
}

.-reset_form :-ms-input-placeholder {
  color: #888;
}

/*common*/
.fs-l-main {
  padding: 0 20px !important;
  margin-bottom: 100px !important;
}

/*formフォーマット*/

.-reset_form input[type="text"],
.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form button,
.-reset_form select,
.-reset_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.-reset_form textarea {
  resize: vertical;
}

.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form label,
.-reset_form button,
.-reset_form select {
  cursor: pointer;
}

.-reset_form select::-ms-expand {
  display: none;
}

.-reset_form ::placeholder {
  color: #888;
}

.-reset_form ::-ms-input-placeholder {
  color: #888;
}

.-reset_form :-ms-input-placeholder {
  color: #888;
}

/* common */
body {
  margin-top: 113px !important;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
}

#head_informaton {
  background: #111;
  position: relative;
  height: 32px;
  overflow: hidden;
}

.head_informaton--inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  line-height: 1;
  color: #fff !important;
  text-decoration: none;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  font-size: 1.2rem !important;
}

.head_informaton--inner.active {
  opacity: 1;
  transform: translateX(0);
}

.head_informaton--inner.fade-out {
  opacity: 0;
  transform: translateX(-20px);
}
#head_blk--logo {
  max-width: 96px;
  width: 100%;
  margin: 0 !important;
}

#head_blk--logo a {
  display: block;
}

#head_blk--nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 30px;
}

#head_blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.head_blk--act {
  display: flex;
  align-items: center;
  gap: 0 30px;
  margin: 0;
}

.head_blk--act li {
  list-style: none;
  font-size: 1.3rem;
  line-height: 1;
}

.head_blk--act li a {
  display: block;
  position: relative;
}

.head_blk--act li:last-of-type img {
  max-width: 22px;
}

.head_blk--match {
  display: flex;
  align-items: center;
  gap: 0 30px;
}

div#nav_btn:after {
  display: none;
}

.fs-client-cart-count {
  width: 16px;
  height: 16px;
  position: absolute;
  background: #333;
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  line-height: 1rem;
  text-align: center;
  font-size: 1rem;
  top: -9px;
  right: -9px;
}

.humbtn {
  display: block;
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 24px;
  height: 30px;
  border-radius: 5px;
  margin-left: auto;
}

/*ボタン内側*/
.humbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 0;
  height: 1px;
  border-radius: 5px;
  background: #333;
  width: 100%;
}

.humbtn span:nth-of-type(1) {
  top: 0px;
}

.humbtn span:nth-of-type(2) {
  top: 7px;
}

.humbtn span:nth-of-type(3) {
  top: 14px;
}

.humbtn span:nth-of-type(3)::after {
  content: "MENU"; /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 5px;
  left: 50%;
  color: #333;
  font-size: 0.8rem;
  transform: translateX(-50%);
  text-transform: uppercase;
}

.header__nav {
  left: auto;
  right: 0;
  max-width: 500px;
}

.header__bg {
  display: block;
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}

.header__bg.on {
  display: block;
  z-index: 2;
  opacity: 1;
  pointer-events: all;
}

.hum__log__wrap {
  padding-bottom: 10px;
}

.hum__log {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 6px;
  margin: 0 0 10px;
  padding: 0;
}

.hum__log li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hum__log li a {
  text-align: center;
  line-height: 1;
  display: block;
  padding: 6px 10px;
  background: #ccc;
}

.hum__log__wrap,
.hum__search,
.follow__hum__sns {
  width: 93%;
}

.hum__search form {
  border: 1px solid #ccc;
  display: grid;
  grid-template-columns: 1fr 20px;
  align-items: center;
  padding: 6px 10px;
  gap: 0 6px;
}

.hum__search form input[type="text"] {
  padding: 0;
}

.hum__search form button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 3px;
}

.hum__search form button img {
  width: 100%;
  height: auto;
  display: block;
}

.header__nav-category .view__more {
  position: relative;
  right: inherit;
  bottom: inherit;
  margin: 0 0 20px auto;
  display: block;
  width: max-content;
  font-size: 1.2rem;
}

.header__nav-category .view__more a::before {
  background: #111;
}

.header__nav-category .view__more a::after {
  background: #111;
}

.header__nav-category li .header__nav-category--p span {
  margin-left: 10px;
  font-size: 1rem;
}

.follow__hum__sns--tit {
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 0;
  padding: 0;
}

.follow__hum__sns ul {
  margin: 10px 0 10px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}

.follow__hum__sns ul li {
  list-style: none;
  width: 18px;
}

.hum__unext ul {
  padding: 0;
}

.hum__unext ul li {
  list-style: none;
  font-size: 1.2rem;
}

.hum__unext--official {
  position: relative;
  margin: 15px 0 10px;
}

.hum__unext--official::before {
  content: "";
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #ccc;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hum__unext--official a {
  text-decoration: none;
  position: relative;
  padding: 20px 0 20px 20px;
  display: block;
}

/*footer*/
footer {
  background: #111;
  color: #fff !important;
}

#footer__inner {
  padding: 60px 0;
  letter-spacing: 0.1em;
}

.foot__sns {
  width: max-content;
  margin: 0 auto 70px;
}

.foot__sns--tit,
.footer__mail--tit {
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto 20px;
}

.foot__sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin: 0;
  padding: 0;
}

.foot__sns ul li {
  list-style: none;
  max-width: 25px;
}

#footer__mail__cover .footer__mail form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

#footer__mail__cover .footer__mail input[type="text"] {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  color: #fff !important;
}

#footer__mail__cover .footer__mail input::placeholder {
  color: gainsboro !important;
}

#footer__mail__cover .footer__mail input[type="submit"] {
  width: 31px;
  height: 31px;
  background: url(../img/common/i-letter.svg) no-repeat center center / cover;
  transform: none;
}

#footblk {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footblk__outlink {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px 60px;
}

.footblk__outlink li {
  list-style: none;
  font-size: 1.1rem;
}

.footblk__official {
  position: relative;
  grid-column: span 2;
}

.footblk__official::before {
  content: "";
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #545454;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footblk__official a {
  padding: 20px 0 20px 20px;
  display: block;
}

.footblk__official a,
.footblk__outlink li a {
  text-decoration: none;
  color: #fff !important;
  position: relative;
}

.footblk__outlink ul {
  padding: 0;
}

.footblk__outlink ul li:not(:last-of-type) {
  margin-bottom: 8px;
}

#footblk small {
  font-size: 1.2rem !important;
}

/*index*/
#re__mvarea {
  display: grid;
  grid-template-columns: 66% 1fr; /* 左側を66%に、右側を残りのスペースに設定 */
  grid-template-rows: repeat(2, 1fr);
  gap: 6px;
  margin-bottom: 50px;
}

#re__mvarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.-c_white {
  color: #fff !important;
}

.area__maps {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

.re__mvarea__map {
  position: relative;
}

.area__maps p {
  margin: 0;
  height: 100%;
}

.re__mvarea__map.large {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.re__mvarea__map.small {
  grid-column: 2 / 3;
  grid-row: span 1;
}

.call__ns,
.call__cnter {
  position: absolute;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 300;
  letter-spacing: 2px;
}

.call__ns {
  top: 20px;
  left: 20px;
}

.call__cnter {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.view__more {
  height: auto !important;
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 28px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
}

.view__more span,
.view__more a {
  position: relative;
  padding: 0 20px 8px;
  text-decoration: none;
}

.view__more span::before,
.view__more a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.view__more span::after,
.view__more a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 7px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}

#re__ank {
  position: relative;
  padding-bottom: 50px;
}

#re__ank__cir {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 0 6px;
  margin: 0;
  padding: 0;
}

#re__ank__cir li {
  list-style: none;
  font-size: 1.4rem;
  font-weight: normal;
}

#re__ank__cir a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff !important;
  text-decoration: none;
  padding: 10px;
}

#re__ank .view__more {
  color: #111;
  right: 40px;
}

#re__ank .view__more a::before,
#re__ank .view__more a::after,
.guidearea__harf .view__more a::before,
.guidearea__harf .view__more a::after {
  background: #111;
}

#re__catearea {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: 6px;
  width: 100%;
  margin: 0 auto 50px;
}

.re__catearea__item {
  position: relative;
  aspect-ratio: 1 / 1; /* 正方形のアスペクト比を保持 */
}

/* 上段の3つのアイテム */
.re__catearea__item:nth-child(-n + 3) {
  grid-column: span 4;
}

/* 下段の4つのアイテム */
.re__catearea__item:nth-child(n + 4) {
  grid-column: span 3;
}

.re__catearea__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#harf__mvarea,
#brd__mvarea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-bottom: 50px;
}

#harf__mvarea img,
#brd__mvarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#brd__mvarea {
  align-items: center;
}
.brd__catch--cp {
  padding-left: 10%;
  line-height: 2;
  font-size: 1.4rem;
}

#tp_guidearea {
  background: #f7f7f7;
  padding: 60px 20px;
}

.guidearea__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.guidearea__harf {
  width: calc(100% / 2 - 60px);
  font-size: 1.3rem;
  line-height: 2;
  position: relative;
}

.guidearea__harf h3 {
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin: 0 0 20px;
}

.guidearea__harf p {
  margin: 0;
}

.shopping__box {
  display: grid;
  grid-template-columns: 160px auto;
  gap: 0 30px;
}
.shopping__box > div {
  padding-bottom: 30px;
}

.shopping__box img {
  width: 100%;
  height: auto;
  display: block;
}

.infor__box dl {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px 20px;
  align-items: center;
}

.infor__box dl dt {
  color: #999;
}

.infor__box dl dd {
  margin: 0;
  line-height: 1.5;
}

.guidearea__harf .view__more {
  right: 0;
  bottom: 0;
}

/*group*/
.fs-c-productList {
  margin-bottom: 60px !important;
}

.fs-c-subgroupList {
  gap: 10px 40px;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(100px, max-content)) !important;
  text-align: center;
  max-width: 840px;
  margin-inline: auto;
}

.fs-c-subgroupList__link {
  background: #444 !important;
  border-radius: 50em !important;
  display: block !important;
  padding: 10px !important;
  align-items: center;
  justify-content: center;
  display: flex !important;
}

.fs-c-subgroupList__item:after {
  display: none !important;
}

.fs-c-subgroupList__label {
  color: #fff !important;
}

.fs-c-subgroupList__label {
  font-weight: normal !important;
}

.fs-c-pagination__item.is-active {
  border-radius: 50em;
  background: #878585 !important;
}

.fs-c-pagination__item {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fs-c-productMark__mark {
  border-radius: 50em;
}
.fs-c-productListItem__viewMoreImageButton,
#fs_ProductCategory .fs-c-productPrice__addon,
.fs-c-productPrice__main__addon,
.fs-c-productPrice__addon,
#fs_ProductCategory .fs-c-productName__copy,
#fs_ProductCategory .fs-c-productListItem__productDescription,
#fs_ProductSearch .fs-c-productName__copy,
#fs_ProductSearch .fs-c-productListItem__productDescription {
  display: none;
}

#fs_ProductCategory .fs-c-productListItem__preorderMessage {
  text-align: center;
}

.fs-c-productList__list {
  margin-bottom: 50px;
}

.fs-c-productList__list__item {
  padding: 0;
}

.fs-c-productList__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(4, 23.5%) !important;
  grid-template-columns: repeat(4, 23.5%) !important;
  gap: 30px 2%;
}

.fs-c-productList__list__item.fs-c-productListItem {
  padding-bottom: 0 !important;
}

.fs-c-productListItem__productName {
  text-align: center;
  margin-bottom: 0;
}

#fs_ProductSearch .fs-c-productListItem__preorderMessage {
  text-align: center;
}

#fs_ProductCategory .fs-c-productMark,
#fs_ProductCategory .fs-c-productPrice,
#fs_ProductSearch .fs-c-productMark,
#fs_ProductSearch .fs-c-productPrice {
  justify-content: center;
}

#fs_ProductCategory .fs-c-productListItem__preorderMessage {
  display: none;
}

/**/
.fs-c-sortItems {
  position: relative;
}

.fs-c-sortItems__label {
  display: block !important;
  color: #3c3c3c;
  border: 1px solid #999;
  border-radius: 50em;
  line-height: 2.4;
  margin-right: 5px;
  cursor: pointer;
  width: 100px;
  margin-right: 0;
  position: relative;
  padding: 4px 14px 4px 0px !important;
}

.fs-c-sortItems__label.active {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

a.fs-c-sortItems__list__item__label,
li.fs-c-sortItems__list__item.is-active span {
  padding: 0.5rem 1rem;
}

.fs-c-sortItems__list > li:hover {
  opacity: 1;
}

.fs-c-sortItems__list > li a:hover {
  background-color: #ccc;
  transition: 0.2s ease;
}

span.fs-c-sortItems__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  right: 15%;
  transform: translateY(-45%) rotate(135deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  /* transition: all .3s; */
}

ul.fs-c-sortItems__list {
  display: none;
  position: absolute;
  z-index: 1;
  top: 80%;
  width: 100px;
  margin: 0;
  padding: 10px 0;
  border: 1px solid #999;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #fff;
  flex-direction: column;
  border-top: 0;
}

ul.fs-c-sortItems__list.active {
  pointer-events: initial;
  display: block;
}

li.fs-c-sortItems__list__item {
  text-align: center;
}

li.fs-c-sortItems__list__item.is-active {
  border-bottom: none;
}

li.fs-c-sortItems__list__item.is-active span {
  color: #fff !important;
}

/*detail*/
#fs_ProductDetails .fs-c-productNameHeading {
  font-weight: 300;
  margin-bottom: 0;
}

#fs_ProductDetails .fs-c-productPreorderMessage {
  margin-bottom: 0 !important;
}

#fs_ProductDetails .fs-c-productPreorderMessage p {
  margin: 10px 0 0 !important;
}

.item__sereiese {
  margin: 0 !important;
}

.fs-c-variationLabel {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.fs-c-productPrices--productDetail {
  margin-bottom: 30px !important;
}

.fs-c-productOption__name {
  background: none;
  padding: 0;
  font-weight: normal;
  margin-bottom: 6px;
}

.fs-c-productOption__name,
.fs-c-productOption__option {
  padding: 0;
}

.fs-c-productOption__option {
  padding-bottom: 10px;
  margin-top: 0;
}

.fs-c-productOption__field {
  margin-bottom: 10px;
}

.fs-c-productOption__comment a {
  text-decoration: underline;
}

.send__sch,
.product-banner center {
  display: none;
}

#fs_ProductDetails .fs-c-productQuantityAndWishlist {
  position: relative;
}

#fs_ProductDetails .fs-c-productQuantityAndWishlist::after {
  content: "11,000円以上お買い上げの場合は無料配送";
  display: block;
  text-align: center;
  color: #111;
  font-size: 1.3rem;
  grid-column: span 2;
  background: url(../img/common/i-gab.svg) no-repeat left center / 19px;
  padding-left: 29px;
  width: max-content;
  margin: 0 auto;
}

.contact-sns-wrapper .pr-line-contact a,
.contact-sns-wrapper .fs-c-inquiryAboutProduct.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain,
.fs-l-product2 .fs-c-productActionButton .fs-c-button--primary,
.fs-l-product2 .fs-c-productActionButton .fs-c-button--secondary {
  border-radius: 6px;
}

.contact-sns-wrapper .fs-c-buttonContainer--inquiryAboutProduct {
  padding: 0;
}

.item__optional ul {
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 0 40px;
}

.item__optional ul li {
  text-align: center;
  font-size: 1.2rem;
  max-width: 104px;
  list-style: none;
}

.item__optional ul li a {
  text-decoration: none;
}

#fs_ProductCategory #_rcmdjp_display_1,
#fs_ProductDetails #_rcmdjp_display_1 {
  margin-bottom: 80px !important;
}

.recommend-wrapper {
  margin-top: 0 !important;
}

.category__comms--word {
  margin: 0 auto 80px;
  text-align: center;
}

#bansarea {
  margin: 0 auto 20px;
}

#bansarea dd {
  margin: 10px 0 0;
}

#bansarea dd:not(:last-of-type) {
  margin-bottom: 20px;
}

#bansarea dd img {
  width: 100%;
  height: auto;
  display: block;
}

/*guide*/
#ol__contact {
  display: none;
}

.fs-c-documentArticle__heading {
  background: #999;
  font-size: 1.6rem;
  padding: 10px 8px;
  border-radius: 4px;
}

.guide__act {
  display: grid;
  grid-template-columns: repeat(3, 230px);
  padding: 0;
  margin: 30px auto 50px;
  gap: 0 20px;
  align-items: stretch;
  justify-content: center;
}

.guide__act li {
  list-style: none;
  text-align: center;
  font-size: 1.4rem;
}

.guide__act--email {
  margin-top: 20px;
}

.guide__act li img {
  width: 100%;
  max-width: 40px;
  margin: 0 auto;
  height: auto;
  display: block;
}

.guide__act li a {
  border: 1px solid #999;
  border-radius: 10px;
  padding: 20px;
  display: block;
  height: 100%;
  text-decoration: none;
}

.guide__act li span {
  font-size: 1.1rem;
}

.tit__scp {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 auto 20px;
}

.search__sp {
  display: grid;
  grid-template-columns: repeat(2, 260px);
  justify-content: center;
  gap: 0 20px;
}

.search__sp--tbl a {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  letter-spacing: 2px;
  text-decoration: none;
}

.search__sp--shop a {
  background: url(../img/common/tokyo.jpg) no-repeat center center / cover;
  color: #fff !important;
}

.search__sp--deal a {
  background: #999;
  color: #fff !important;
}

.beltos {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  text-align: center;
  padding: 10px;
}

.search__sp--eng {
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
}

.search__sp--jp {
  font-size: 1.1rem;
  text-align: center;
  margin: 0;
}

/*register*/
.fs-c-documentColumn__content.gap__z {
  gap: 0;
}

.fs-c-documentColumn__heading {
  font-size: 1.6rem;
}

.under__det {
  margin-bottom: -1em;
}

.btn__contact {
  border: 1px solid #999;
  display: block;
  padding: 14px 10px;
  border-radius: 50em;
  width: 250px;
  margin: 0px auto 0;
  text-decoration: none;
}

.btn__contact span {
  background: url(../img/common/i-mail.svg) no-repeat left center / 20px auto;
  padding: 10px 0 10px 30px;
}

/*faq*/
#faq .anchorWrap ul {
  gap: 10px 20px;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(146px, max-content)) !important;
  text-align: center;
  max-width: 1040px;
  margin: 0 auto !important;
  justify-content: center;
  font-size: 1.3rem;
}

#faq .anchorWrap ul a {
  background: #444 !important;
  border-radius: 50em !important;
  display: block !important;
  padding: 10px !important;
  align-items: center;
  justify-content: center !important;
  display: flex !important;
  color: #fff !important;
  text-decoration: none;
  font-weight: normal !important;
}

#faq .anchorWrap li {
  margin: 0 !important;
}

/*success*/
.fs-c-checkoutSuccess {
  margin: 0 auto 50px;
}

.fs-c-checkoutSuccess h2 {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0;
  margin: 0 0 30px;
}

#fs_CheckoutSuccess .fs-p-announcement {
  border: 1px dashed #ddd;
  padding: 30px;
  border-radius: 4px;
  margin: 30px auto 80px;
}

#fs_CheckoutSuccess .fs-p-announcement .fs-p-announcement__title {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 0 30px;
}

#fs_CheckoutSuccess .fs-c-list {
  margin: 0;
}

#fs_CheckoutSuccess .fs-c-list li {
  color: #111;
}

#fs_CheckoutSuccess .fs-c-list li::before {
  width: 4px;
  height: 4px;
  border-radius: 4px;
}

.success__sns,
.success__lineid {
  text-align: center;
}

.success__lineid {
  margin: 0 auto 80px;
}

.success__sns {
  margin: 0 auto 80px;
}

.success__tit {
  font-size: 2rem;
  letter-spacing: 1px;
  margin: 0 0 30px;
  padding: 0;
}

.success__sns ul {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}

.success__sns ul li {
  list-style: none;
  width: 25px;
}

.success__lineid--wrap {
  display: flex;
  justify-content: center;
}

.success__lineid ol {
  text-align: left;
  margin: 0 0 30px;
  padding: 0;
}

.success__lineid ol li {
  list-style: decimal;
  margin-left: 1.5em;
  margin-bottom: 8px;
}

.lines__btn {
  margin: 0 auto;
  max-width: 370px;
}

.lines__btn a {
  background: #01b833;
  color: #fff !important;
  padding: 15px;
  border-radius: 6px;
  display: block;
}

/*gift*/
.gift__mvtbl {
  max-width: 1000px;
  margin-inline: auto;
}

.gift__mvtbl img {
  width: 100%;
  height: auto;
  display: block;
}

.gift__mvtbl--pic {
  margin-bottom: 40px;
}

.gift__mvtbl--fcp {
  text-align: center;
  line-height: 2;
  margin: 0 auto 60px;
}

/*gift*/
.tab-container {
  display: grid;
  grid-template-columns: repeat(2, 140px);
  justify-content: center;
  margin: 0 auto 60px;
  width: 100%;
}

.tab-container .tab {
  display: block;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  background: #ccc;
  border-radius: 50em;
  margin: 0 10px;
  color: #fff !important;
}

.tab-container .tab.active {
  background: #444;
}

.content-container {
  margin: 0 auto 80px;
}

.content {
  display: none;
}
.content.show {
  display: block;
}

.gift__tbt {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  margin: 0 auto 30px;
  letter-spacing: 1px;
}

.contents__box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 20px;
}

.contents__box a {
  display: block;
  text-decoration: none;
}

.contents__box:not(:last-of-type) {
  margin-bottom: 80px;
}

.contents__box img {
  width: 100%;
  height: auto;
  display: block;
}

.contents__box p {
  margin: 0;
  text-align: center;
}

.contens__name {
  margin: 8px auto 0 !important;
}

.contens__price {
  font-size: 1.2rem;
}

/*concept*/
.concept__tbl {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 40%;
  align-items: center;
  gap: 0 80px;
}
.concept__tbl--pic {
  margin: 0;
}

.concept__tbl:not(:last-of-type) {
  margin-bottom: 80px;
}

.concept__tbl.-reverse {
  grid-template-columns: 40% 1fr;
}

.concept__tbl.-reverse .concept__tbl--pic {
  order: 1;
}

.concept__tbl.-reverse .concept__tbl--info {
  order: 2;
}

.concept__tbl img {
  width: 100%;
  height: auto;
  display: block;
}

.concept__tbl h2 {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 0 40px;
}

.-mb_txt p {
  margin: 0;
}

.-mb_txt p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.concept__tbl dl {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
}

.concept__tbl dl dt,
.concept__tbl dl dd {
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.frees__btn {
  margin: 30px auto 0px;
  max-width: 300px;
  display: block;
  background: #333;
  color: #fff !important;
  padding: 15px;
  border-radius: 6px;
}

.r_gage {
  margin-bottom: 40px !important;
}
.r_gage-sd {
  margin: 30px auto 30px;
}

.-rings__sp {
  margin-bottom: 60px !important;
}

@media (min-width: 768px) {
  /*detail*/
  #fs_ProductDetails .fs-c-productNameHeading {
    font-size: 1.8rem;
  }

  #thumb .variation,
  .product-banner,
  .product-accordion {
    font-size: 1.3rem;
  }
}

@media (max-width: 959px) {
  /*index*/
  .guidearea__harf {
    width: calc(100% / 2 - 30px);
  }

  .shopping__box {
    grid-template-columns: 120px auto;
  }

  /*concept*/
  .concept__tbl {
    align-items: center;
    gap: 0 60px;
    align-items: start;
  }
}

@media (max-width: 767px) {
  /*common*/
  .fs-l-main {
    padding: 0 20px !important;
  }
  #thumb .slick-arrow.prev {
    left: 3px !important;
  }

  #thumb .slick-arrow.next {
    right: 3px !important;
  }

  .-spbr {
    display: block;
  }

  .page-title {
    padding: 1.8em 5px 10px;
    font-size: 2rem !important;
  }

  /*index*/
  .call__ns,
  .call__cnter,
  .guidearea__harf h3 {
    font-size: 1.4rem;
  }

  .call__ns {
    left: 10px;
    top: 10px;
  }

  .view__more {
    right: 10px;
    bottom: 14px;
  }

  .view__more span,
  .view__more a {
    font-size: 1.2rem;
    padding: 0 12px 4px;
  }

  .view__more span::after,
  .view__more a::after {
    bottom: 2px;
    width: 5px;
  }

  #re__ank .view__more {
    right: 30px;
  }

  .brd__catch--cp {
    font-size: 1.2rem;
  }

  .guidearea__inner {
    display: grid;
    grid-template-columns: 100%;
    gap: 40px 0;
  }

  .guidearea__harf {
    width: 100%;
  }

  .shopping__box {
    grid-template-columns: 160px auto;
  }

  .guidearea__harf .view__more {
    width: 100px;
  }

  .guidearea__harf .view__more a {
    width: 100px;
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }

  .guidearea__harf .view__more a::before {
    width: 100px;
    left: 0;
  }

  /*group*/
  .fs-c-subgroupList {
    gap: 10px;
  }

  .fs-c-pagination {
    margin-top: 0 !important;
  }

  .fs-c-productList__list {
    -ms-grid-columns: repeat(3, 30%) !important;
    grid-template-columns: repeat(3, 30%) !important;
    gap: 30px 5%;
  }

  /*guide*/
  .guide__act {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 10px;
  }

  .guide__act li {
    font-size: 1.2rem;
  }

  .guide__act li a {
    padding: 20px 10px;
  }

  .guide__act li span {
    font-size: 1rem;
  }

  /*gift*/
  .contents__box {
    grid-template-columns: repeat(4, 1fr);
  }
  .contents__box article:nth-child(5) {
    display: none;
  }

  /*concept*/
  .concept__tbl {
    gap: 0 40px;
    align-items: start;
  }

  /*checked*/
  #checked__tbl .contents__box article:nth-child(5) {
    display: block;
  }
}

@media (max-width: 599px) {
  /*index*/
  #re__mvarea {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  #re__mvarea.-wide {
    max-width: 100%;
  }

  .re__mvarea__map.large {
    grid-column: span 2;
    grid-row: auto;
  }

  .re__mvarea__map.small {
    grid-column: auto;
    grid-row: auto;
  }

  .area__maps {
    height: auto;
  }

  #re__ank {
    padding-bottom: 50px;
  }

  #re__ank .view__more {
    bottom: 0;
  }

  #re__catearea {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .re__catearea__item:first-of-type {
    grid-column: span 2 !important;
  }

  .re__catearea__item:nth-child(-n + 3),
  .re__catearea__item:nth-child(n + 4) {
    grid-column: span 1;
  }

  .re__catearea__item {
    aspect-ratio: inherit;
  }

  #harf__mvarea,
  #brd__mvarea {
    grid-template-columns: 100%;
  }

  #harf__mvarea {
    gap: 50px 0;
  }

  .-h_pair .call__ns {
    color: #111 !important;
    left: 4%;
    top: 15%;
  }

  .-h_pair .view__more {
    color: #111;
    right: 0;
    bottom: 8px;
  }

  .-h_pair .view__more span::after,
  .-h_pair .view__more span::before {
    background: #111;
  }

  .-h_gift {
    width: 80%;
    margin-inline: auto;
  }

  #harf__mvarea.-wide {
    max-width: min(calc(100% - 80px), 100%);
  }

  .brd__catch--cp {
    display: none;
  }

  .infor__box dl {
    grid-template-columns: 100%;
    gap: 0;
  }

  .infor__box dl dd:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .infor__box {
    margin-bottom: 50px;
  }

  /*group*/
  .fs-c-productList__list {
    -ms-grid-columns: 45% 45% !important;
    grid-template-columns: 45% 45% !important;
    justify-content: space-around;
    gap: 30px 5%;
  }

  /*guide*/
  .search__sp {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
  }

  .search__sp--tbl a {
    height: 150px;
  }

  .guide__act {
    grid-template-columns: 100%;
    gap: 10px 0;
  }

  .guide__act li a {
    padding: 10px;
  }

  .guide__act--email {
    margin-top: 1em;
  }

  /*success*/
  .fs-c-checkoutSuccess {
    margin: 0 auto 30px;
  }

  .fs-c-checkoutSuccess h2 {
    font-size: 1.6rem;
    font-weight: normal;
    padding: 0;
    margin: 0 0 20px;
  }

  .success__sns {
    margin: 0 auto 60px;
  }

  #fs_CheckoutSuccess .fs-p-announcement {
    padding: 20px;
    margin-bottom: 60px;
  }

  #fs_CheckoutSuccess .fs-c-list li:not(:last-of-type) {
    margin-bottom: 10px;
  }

  #fs_CheckoutSuccess .fs-p-announcement .fs-p-announcement__title {
    margin-bottom: 10px;
  }

  .success__tit {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .success__lineid {
    margin: 0 auto 0;
  }

  /*gift*/
  .contents__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 5%;
  }

  /*concept*/
  .concept__tbl,
  .concept__tbl.-reverse {
    grid-template-columns: 100%;
    gap: 30px 0;
  }

  .concept__tbl--info {
    order: 2;
  }

  .concept__tbl h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .concept__tbl:not(:last-of-type) {
    margin-bottom: 50px;
  }

  .concept__history {
    margin-top: -15px;
  }
}

@media (max-width: 519px) {
  /*layout*/
  .fs-l-main {
    margin-bottom: 60px !important;
  }

  /*common*/
  body {
    margin-top: 121px !important;
  }

  #head_blk {
    display: block;
    padding: 14px 0;
  }

  #head_blk.-wide {
    max-width: 100%;
    margin-inline: 20px;
  }

  #head_blk--logo {
    margin: 0 auto 10px !important;
  }

  #head_blk--nav {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
  }

  .head_blk--act {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    padding: 0;
    gap: 0;
  }

  .head_blk--act li:not(:last-of-type) {
    border-right: 1px solid #111;
  }

  .head_blk--act li a {
    text-align: center;
  }

  .head_blk--act li:last-of-type {
    margin-left: auto;
  }

  .head_blk--match {
    gap: 0 20px;
  }

  /*footer*/
  .foot__sns {
    margin-bottom: 40px;
  }

  #footblk {
    display: block;
  }

  .footblk__outlink {
    margin-bottom: 40px;
  }

  #footblk small {
    text-align: center;
    display: block;
  }

  /*group*/
  .fs-c-productList__controller {
    display: grid;
    grid-template-columns: 100px 1fr;
  }

  .fs-c-sortItems__list {
    justify-content: center;
  }

  .fs-c-pagination {
    margin-inline: auto;
  }

  /*detail*/
  .item__optional ul {
    gap: 0 20px;
  }
}
