@charset "UTF-8";
/*--------------------------------------------
  TOPメインビジュアル
--------------------------------------------*/
@media (max-width: 767.9px) {
  .p-home_kv__img .c-ofi {
    padding-top: 115vw;
  }
  .p-home_kv__img .c-ofi .c-ofi__img {
    object-position: 33% center;
  }
}
@media (max-width: 575.9px) {
  .p-home_news {
    margin-bottom: 2rem;
  }
}
/*--------------------------------------------
  TOPお知らせに一覧ボタン追加
--------------------------------------------*/
.p-home_news__cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.p-home_news__cntLink:hover {
  opacity: 0.6;
}
.p-home_news__cntTtl {
  flex: 1;
  min-width: 0;
}
.p-home_news__list {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  text-decoration: none;
  line-height: 1;
}
.p-home_news__list:hover {
  opacity: 0.6;
}
.p-home_news__listIcon {
  display: grid;
  grid-template-columns: repeat(2, 0.8rem);
  grid-template-rows: repeat(2, 0.8rem);
  gap: 0.4rem;
}
.p-home_news__listIcon span {
  display: block;
  border-radius: 1px;
  width: 1rem;
  height: 1rem;
  background: #333;
}
.p-home_news__listText {
  font-size: 1.2rem;
}
@media (max-width: xs) {
  .p-home_news__cnt {
    gap: 1.5rem;
  }
  .p-home_news__listIcon {
    grid-template-columns: repeat(2, 1rem);
    grid-template-rows: repeat(2, 1rem);
    gap: 0.3rem;
  }
  .p-home_news__listIcon span {
    width: 1rem;
    height: 1rem;
  }
  .p-home_news__listText {
    font-size: 1rem;
  }
}

/*--------------------------------------------
  NEWS詳細ページ
--------------------------------------------*/
.p-news.-single .l-breadcrumb_list li {
  white-space: nowrap;
}
.p-news.-single .l-breadcrumb_list li:nth-child(3) {
  flex: 1;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.p-news.-single .l-breadcrumb_list li:nth-child(3)::before {
  min-width: 10px;
}
.p-news.-single .l-content.-under {
  padding: 4rem 0 10rem;
}
.p-news.-single .l-content.-under {
  padding: 0 0 5rem;
}
.p-news.-single .p-news_single {
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .p-news.-single .p-news_single {
    padding: 0;
  }
}
.p-news.-single .p-news_single__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.p-news.-single .p-news_single__date {
  font-size: 1.5rem;
  color: #666;
  line-height: 1;
}
.p-news.-single .p-news_single__cat {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.p-news.-single .p-news_single__cat span {
  display: inline-block;
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  line-height: 1;
  color: #98854E;
  border: 1px solid #98854E;
  border-radius: 999px;
  background: #fff;
}
.p-news.-single .p-news_single__title {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 3.2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767.9px) {
  .p-news.-single .p-news_single__title {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
    padding-bottom: 1.6rem;
  }
}
.p-news.-single .p-news_single__content {
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
}
.p-news.-single .p-news_single__content > *:first-child {
  margin-top: 0;
}
.p-news.-single .p-news_single__content > *:last-child {
  margin-bottom: 0;
}
.p-news.-single .p-news_single__content p {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
.p-news.-single .p-news_single__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 3.2rem auto;
  border-radius: 0.8rem;
}
.p-news.-single .p-news_single__content a {
  color: #98854E;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.p-news.-single .p-news_single__content a:hover {
  opacity: 0.7;
}
.p-news.-single .p-news_single__content ul,
.p-news.-single .p-news_single__content ol {
  margin: 0 0 2.4rem 1.8rem;
}
.p-news.-single .p-news_single__content li {
  margin-bottom: 0.8rem;
}
.p-news.-single .p-news_single__content h2 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 5rem 0 2rem;
  padding-left: 1.6rem;
  border-left: 4px solid #98854E;
}
@media (max-width: 767.9px) {
  .p-news.-single .p-news_single__content h2 {
    font-size: 2rem;
    margin: 4rem 0 1.6rem;
  }
}
.p-news.-single .p-news_single__content h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 4rem 0 1.6rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #98854E;
}
@media (max-width: 767.9px) {
  .p-news.-single .p-news_single__content h3 {
    font-size: 1.9rem;
  }
}
.p-news.-single .p-news_single__content h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 3.2rem 0 1.2rem;
  color: #98854E;
}
@media (max-width: xs) {
  .p-news.-single .p-news_single__content h4 {
    font-size: 1.7rem;
  }
}
.p-news.-single .p-news_single__content blockquote {
  margin: 3.2rem 0;
  padding: 2rem;
  background: #f8f8f8;
  border-left: 4px solid #98854E;
}
.p-news.-single .p-news_single__content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.4rem;
}
.p-news.-single .p-news_single__content table th,
.p-news.-single .p-news_single__content table td {
  border: 1px solid #ddd;
  padding: 1.2rem;
  font-size: 1.4rem;
}
.p-news.-single .p-news_single__content table th {
  background: #f5f5f5;
}

/*--------------------------------------------
 指輪のサイズ測定について
--------------------------------------------*/
.p-ringsize {
  margin-top: 6.8rem;
  padding-bottom: 12rem;
  border-bottom: 1px solid #b5b5b6;
}
.p-ringsize_inner {
  width: 90%;
  max-width: 89rem;
  margin: 0 auto;
}
.p-ringsize_block + .p-ringsize_block {
  margin-top: 6rem;
}
.p-ringsize_block__ttl {
  position: relative;
  margin-bottom: 2.4rem;
  padding-left: 2em;
  color: #98854e;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-ringsize_block__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.4em;
  height: 1px;
  background: #98854e;
  transform: translateY(-50%);
}
.p-ringsize_lead {
  display: grid;
  grid-template-columns: 36rem 1fr;
  gap: 4rem;
  align-items: center;
}
.p-ringsize_lead__img img {
  display: block;
  width: 100%;
}
.p-ringsize_lead__txt p {
  font-size: 1.6rem;
  line-height: 2;
}
.p-ringsize_lead__txt p + p {
  margin-top: 1.2rem;
}
.p-ringsize_measure__lead {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 2;
}
.p-ringsize_measure__text {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  line-height: 2;
}
.p-ringsize_measure__time {
  display: flex;
  gap: 1rem;
  margin-bottom: 2.4rem;
}
.p-ringsize_measure__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 12.8rem;
  height: 7.5rem;
  border: 1px solid #98854e;
  font-size: 1.8rem;
}
.p-ringsize_measure__note p {
  font-size: 1.6rem;
  line-height: 2;
}
.p-ringsize_measure__note p + p {
  margin-top: 0.8rem;
}
.p-ringsize .p-ringsize_price {
  max-width: 35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-ringsize .p-ringsize_price li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1em;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-ringsize .p-ringsize_price li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-ringsize .p-ringsize_price li + li {
  margin-top: 0.8rem;
}
.p-ringsize .p-ringsize_price__label {
  padding-right: 2rem;
}
.p-ringsize .p-ringsize_price__price {
  min-width: 10rem;
  text-align: right;
  white-space: nowrap;
}
.p-ringsize_typeLead {
  font-size: 1.6rem;
  line-height: 2;
}
.p-ringsize_type {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.p-ringsize_card {
  display: grid;
  grid-template-columns: 1fr 33.3rem;
  gap: 4.2rem;
  align-items: center;
  padding: 3rem 5rem;
  border: 1px solid #98854e;
  border-radius: 0.4rem;
}
.p-ringsize_card__ttl {
  margin-bottom: 1.6rem;
  color: #98854e;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
.p-ringsize_card__txt p,
.p-ringsize_card__txt li {
  font-size: 1.6rem;
  line-height: 2;
}
.p-ringsize_card__txt ul {
  margin: 1rem 0;
}
.p-ringsize_card__txt li {
  position: relative;
  padding-left: 1em;
}
.p-ringsize_card__txt li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-ringsize_card__img img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991.9px) {
  .p-ringsize br {
    display: none;
  }
  .p-ringsize_card {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 4rem;
  }
}
@media screen and (max-width: 767.9px) {
  .p-ringsize {
    margin-top: 4rem;
    padding-bottom: 8rem;
  }
  .p-ringsize_intro {
    padding-top: 3rem;
  }
  .p-ringsize_block + .p-ringsize_block {
    margin-top: 4.8rem;
  }
  .p-ringsize_block__ttl {
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .p-ringsize_lead {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    align-items: start;
  }
  .p-ringsize_lead__txt p {
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .p-ringsize_measure__lead, .p-ringsize_measure__text, .p-ringsize_measure__note p {
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .p-ringsize_measure__time {
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .p-ringsize_measure__btn {
    min-width: calc((100% - 1.6rem) / 3);
    height: 4.8rem;
    font-size: 1.4rem;
  }
  .p-ringsize .p-ringsize_price {
    max-width: 30rem;
  }
  .p-ringsize .p-ringsize_price li {
    font-size: 1.4rem;
  }
  .p-ringsize .p-ringsize_price__label {
    padding-right: 1.2rem;
  }
  .p-ringsize .p-ringsize_price__price {
    min-width: 8.5rem;
  }
  .p-ringsize_typeLead {
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .p-ringsize_card {
    gap: 2rem;
    padding: 2rem;
  }
  .p-ringsize_card__ttl {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }
  .p-ringsize_card__txt p,
  .p-ringsize_card__txt li {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

/*--------------------------------------------
 フッターメニューの調整
--------------------------------------------*/
.l-footer__menu {
  align-items: baseline;
}

.l-gnavi__icon.-login, .l-gnavi__icon.-favorite {
  margin-left: 1.6rem;
}

.l-footer__copyright {
  margin-top: 10px;
}

.p-kv_under.-noimg.-wc {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 767.9px) {
  .p-home_kv__catch {
    top: 75%;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.6705882353);
  }
}

.p-search .p-search_title {
  font-size: 2.2rem;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767.9px) {
  .p-search .p-search_title {
    font-size: 1.6rem;
  }
}
.p-search .p-search_title span {
  color: #c8a96e;
}
.p-search .p-search_list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-search .p-search_list__item {
  border-bottom: 1px solid #e8e8e8;
}
.p-search .p-search_list__item a {
  display: block;
  padding: 20px 8px;
  text-decoration: none;
  color: inherit;
}
.p-search mark {
  background: none;
  color: #98854E;
  font-weight: 700;
  font-style: normal;
}
.p-search .p-search_pagetitle {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 6px;
}
@media screen and (max-width: 767.9px) {
  .p-search .p-search_pagetitle {
    font-size: 1.6rem;
  }
}
.p-search .p-search_excerpt {
  font-size: 1.3rem;
  color: #666;
  line-height: 1.7;
}

.p-item_detail__box {
  margin-bottom: 4rem;
}
.p-item_detail .js-text:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.p-item_detail__boxItem .text_label input {
  display: block;
  border: none;
  background: #f8f8f8;
  border-radius: 5rem;
  padding: 0.4em 1.3em;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, "Yu Gothic Medium", "Yu Gothic", Verdana, arial, sans-serif;
  font-size: 12px;
}
.p-item_detail .check-hidden::before, .p-item_detail .check-hidden::after {
  content: none;
}

.p-item_detail__img .img {
  min-width: 100%;
}

.p-gallery__video-wrap {
  position: relative;
  line-height: 100%;
  display: flex;
  align-items: end;
}
.p-gallery__video-wrap.-men::before, .p-gallery__video-wrap.-lad::before {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.12rem;
  text-align: center;
  padding: 2rem 0px;
  background: rgba(0, 0, 0, 0.3098039216);
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .p-gallery__video-wrap.-men::before, .p-gallery__video-wrap.-lad::before {
    font-size: 2rem;
    padding: 1.4rem 0px;
  }
}
.p-gallery__video-wrap.-men::before {
  content: "MENS";
}
.p-gallery__video-wrap.-lad::before {
  content: "LADIES";
}
.p-gallery__video-wrap video,
.p-gallery__video-wrap iframe {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-gallery__thumb {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
  aspect-ratio: 1;
  overflow: hidden;
}
.p-gallery__thumb.slick-current {
  opacity: 1;
}
.p-gallery__thumb--video {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 100%;
  display: flex;
}
.p-gallery__thumb--video video {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.simplefavorite-button {
  cursor: pointer;
}
.simplefavorite-button:before {
  background: url(../img/item/icon_heart.svg) no-repeat center/contain !important;
}
.simplefavorite-button.active:before {
  background: url(../img/item/icon_heart_on.svg) no-repeat center/contain !important;
}

.p-item__single .c-ofi__img {
  object-fit: contain;
}

.must {
  color: #ff0000;
}

.site-content {
  margin-top: 4rem;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 5rem;
}
.pagination .page-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #98854e;
  border: 1px solid #98854e;
}
.pagination .page-item.first a, .pagination .page-item.last a {
  border: none;
}
.pagination .page-item.active a {
  background: #98854e;
  color: #fff;
}

#memberpages div.loginbox {
  background: #fff;
  border: none;
  width: min(90%, 40rem);
  margin: 0 auto;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767.9px) {
  #memberpages div.loginbox {
    position: static;
    transform: inherit;
  }
}
#memberpages div.loginbox .password-wrapper,
#memberpages div.loginbox input[type=text],
#memberpages div.loginbox input[type=password] {
  width: 100% !important;
}
#memberpages input[type=checkbox],
#memberpages input[type=radio] {
  appearance: auto !important;
}
#memberpages #nav {
  text-align: center;
}
#memberpages #nav a {
  text-decoration: underline;
}
#memberpages .forgetmenot {
  text-align: center;
}
#memberpages .new-entry {
  margin-top: 1em;
  border-top: 1px solid #ddd;
}
#memberpages .new-entry #nav {
  padding-top: 1em !important;
}
#memberpages .new-entry #nav a {
  margin-top: 1em;
  text-decoration: underline;
}

#memberinfo h3 {
  background: #98854e;
}
#memberinfo th {
  background: #fff;
  color: #000;
}
#memberinfo .member_submenu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-top: 1rem !important;
}
#memberinfo .currency_code {
  display: none;
}
#memberinfo .usces_filter_history {
  justify-content: space-between;
}
#memberinfo .usce_period {
  display: flex;
  align-items: center;
}
#memberinfo .usce_period span {
  flex-shrink: 0;
}
#memberinfo .history-area {
  height: auto;
  margin-bottom: 4rem;
}

.submit,
.send {
  display: flex;
  justify-content: center;
  gap: 1rem;
  border: none !important;
}
@media screen and (max-width: 767.9px) {
  .submit,
  .send {
    gap: 5px;
  }
}
.submit input[type=submit],
.submit input[type=button],
.submit .wc-btn,
.send input[type=submit],
.send input[type=button],
.send .wc-btn {
  transition: ease 0.4s;
  width: 100%;
  cursor: pointer;
  display: block;
  background: #fff;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 1.25em 0;
  max-width: 26rem;
  border-radius: 3rem;
  position: relative;
  font-weight: 700;
  font-size: 1.4rem;
}
.submit input[type=submit]:hover,
.submit input[type=button]:hover,
.submit .wc-btn:hover,
.send input[type=submit]:hover,
.send input[type=button]:hover,
.send .wc-btn:hover {
  background: #707070;
  color: #fff;
}

#newmember,
#customer-info,
#editform,
#delivery_table,
#memberinfo .customer_form {
  width: 100%;
}
@media screen and (max-width: 575.9px) {
  #newmember tr:not(:last-of-type) td,
  #customer-info tr:not(:last-of-type) td,
  #editform tr:not(:last-of-type) td,
  #delivery_table tr:not(:last-of-type) td,
  #memberinfo .customer_form tr:not(:last-of-type) td {
    border-bottom: none;
  }
}
#newmember th,
#customer-info th,
#editform th,
#delivery_table th,
#memberinfo .customer_form th {
  font-size: 1.2rem;
  background: #fff;
  color: #000;
  width: 20em;
}
@media screen and (max-width: 575.9px) {
  #newmember th,
  #customer-info th,
  #editform th,
  #delivery_table th,
  #memberinfo .customer_form th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 575.9px) {
  #newmember td,
  #customer-info td,
  #editform td,
  #delivery_table td,
  #memberinfo .customer_form td {
    display: block;
    width: 100%;
  }
}
#newmember td,
#customer-info td,
#editform td,
#delivery_table td,
#memberinfo .customer_form td {
  font-size: 1.2rem;
}
#newmember td span,
#customer-info td span,
#editform td span,
#delivery_table td span,
#memberinfo .customer_form td span {
  padding-left: 0 !important;
}
#newmember select,
#customer-info select,
#editform select,
#delivery_table select,
#memberinfo .customer_form select {
  width: 10em;
}
#newmember #search_zipcode,
#customer-info #search_zipcode,
#editform #search_zipcode,
#delivery_table #search_zipcode,
#memberinfo .customer_form #search_zipcode {
  transition: ease 0.4s;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 1em 0;
  width: 10rem !important;
  border-radius: 3rem;
  position: relative;
  font-weight: 700;
}
#newmember #search_zipcode:hover,
#customer-info #search_zipcode:hover,
#editform #search_zipcode:hover,
#delivery_table #search_zipcode:hover,
#memberinfo .customer_form #search_zipcode:hover {
  background: #707070;
  color: #fff;
}
#newmember input,
#customer-info input,
#editform input,
#delivery_table input,
#memberinfo .customer_form input {
  font-size: 1.2rem;
}
#newmember input#name1, #newmember input#name2, #newmember input#name3, #newmember input#name4, #newmember input#mailaddress1, #newmember input#mailaddress2, #newmember input#address1, #newmember input#address2, #newmember input#address3,
#customer-info input#name1,
#customer-info input#name2,
#customer-info input#name3,
#customer-info input#name4,
#customer-info input#mailaddress1,
#customer-info input#mailaddress2,
#customer-info input#address1,
#customer-info input#address2,
#customer-info input#address3,
#editform input#name1,
#editform input#name2,
#editform input#name3,
#editform input#name4,
#editform input#mailaddress1,
#editform input#mailaddress2,
#editform input#address1,
#editform input#address2,
#editform input#address3,
#delivery_table input#name1,
#delivery_table input#name2,
#delivery_table input#name3,
#delivery_table input#name4,
#delivery_table input#mailaddress1,
#delivery_table input#mailaddress2,
#delivery_table input#address1,
#delivery_table input#address2,
#delivery_table input#address3,
#memberinfo .customer_form input#name1,
#memberinfo .customer_form input#name2,
#memberinfo .customer_form input#name3,
#memberinfo .customer_form input#name4,
#memberinfo .customer_form input#mailaddress1,
#memberinfo .customer_form input#mailaddress2,
#memberinfo .customer_form input#address1,
#memberinfo .customer_form input#address2,
#memberinfo .customer_form input#address3 {
  width: 100%;
}
#newmember input#tel, #newmember input#fax,
#customer-info input#tel,
#customer-info input#fax,
#editform input#tel,
#editform input#fax,
#delivery_table input#tel,
#delivery_table input#fax,
#memberinfo .customer_form input#tel,
#memberinfo .customer_form input#fax {
  width: 20em;
}
#newmember input#mailaddress1, #newmember input#mailaddress2,
#customer-info input#mailaddress1,
#customer-info input#mailaddress2,
#editform input#mailaddress1,
#editform input#mailaddress2,
#delivery_table input#mailaddress1,
#delivery_table input#mailaddress2,
#memberinfo .customer_form input#mailaddress1,
#memberinfo .customer_form input#mailaddress2 {
  width: 30em !important;
}
@media screen and (max-width: 767.9px) {
  #newmember input#mailaddress1, #newmember input#mailaddress2,
  #customer-info input#mailaddress1,
  #customer-info input#mailaddress2,
  #editform input#mailaddress1,
  #editform input#mailaddress2,
  #delivery_table input#mailaddress1,
  #delivery_table input#mailaddress2,
  #memberinfo .customer_form input#mailaddress1,
  #memberinfo .customer_form input#mailaddress2 {
    width: 20em !important;
  }
}
@media screen and (max-width: 575.9px) {
  #newmember input#mailaddress1, #newmember input#mailaddress2,
  #customer-info input#mailaddress1,
  #customer-info input#mailaddress2,
  #editform input#mailaddress1,
  #editform input#mailaddress2,
  #delivery_table input#mailaddress1,
  #delivery_table input#mailaddress2,
  #memberinfo .customer_form input#mailaddress1,
  #memberinfo .customer_form input#mailaddress2 {
    width: 100% !important;
  }
}

.usces_logout_a {
  transition: ease 0.4s;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 1em 0;
  width: 10rem !important;
  border-radius: 3rem;
  position: relative;
  font-weight: 700;
}
.usces_logout_a:hover {
  background: #707070;
  color: #fff;
}

.no_cart {
  text-align: center;
  padding: 4rem 0;
}

.cart_navi {
  margin-top: 4rem;
  position: relative;
}
.cart_navi::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  background: #e9e9e9;
}
.cart_navi ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: 1.4rem;
  width: min(90%, 50rem);
  margin: 0 auto;
}
.cart_navi ul li {
  width: calc((100% - 6rem) / 4);
  text-align: center;
}
.cart_navi ul li .icon {
  border-radius: 100%;
  background: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4em;
  height: 4em;
  margin: 0 auto;
}
.cart_navi ul li .icon img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .cart_navi ul li span {
    display: none;
  }
}
.cart_navi ul li.current .icon {
  background: #98854e;
}

.upbutton {
  margin: 1em 0;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.9px) {
  .upbutton {
    font-size: 1rem;
  }
}

#cart th {
  background: #98854e;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  #cart th {
    font-size: 1rem;
  }
}
#cart td {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.9px) {
  #cart td {
    font-size: 1rem;
  }
}
#cart .thumbnail {
  width: 15em;
}
@media screen and (max-width: 767.9px) {
  #cart .thumbnail {
    width: 5em;
  }
  #cart .thumbnail img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767.9px) {
  #cart .productname {
    width: 20em;
  }
}
@media screen and (max-width: 767.9px) {
  #cart .subtotal {
    width: 5em;
  }
}
#cart input.delButton {
  font-size: 1.2rem;
  border: 1px solid #ddd;
  background: transparent;
  cursor: pointer;
  transition: all 0.4s;
  color: #282828;
}
#cart input.delButton:hover {
  background: #282828;
  color: #fff;
}

#escott th {
  font-size: 1.4rem;
  padding-right: 1em;
  vertical-align: sub;
  text-align: left;
  width: 14em;
}
#escott td {
  font-size: 1.2rem;
}
@media screen and (max-width: 575.9px) {
  #escott th,
  #escott td {
    display: block;
    width: 100%;
  }
}
#escott #cardno,
#escott #seccd,
#escott #cardname {
  width: 22em;
}
#customer-info {
  font-size: 1.4rem;
}
#customer-info h5 {
  background: #98854e;
}
#customer-info h5:not(:first-of-type) {
  margin-top: 4rem;
}
@media screen and (max-width: 767.9px) {
  #customer-info .customer_form input {
    width: 100% !important;
  }
}

#delivery-info table.customer_form th {
  background: #fff;
  color: #000;
}

#wc_confirm .action {
  display: none;
}

#confirm_table .ttl {
  background: #98854e;
}
#confirm_table td h3 {
  color: #fff;
}
#confirm_table th {
  color: #000;
}

.item-image {
  position: relative;
  cursor: pointer;
}

.item-image::before {
  content: "拡大表示";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.69);
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
  transition: opacity 0.4s;
  pointer-events: none;
}

.item-image:hover::before {
  opacity: 1;
}

.item-image img {
  cursor: pointer;
  width: 100%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal img {
  max-height: 80%;
  max-width: 90%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.modal img.zoomed {
  cursor: grab;
  transition: none;
  max-height: none;
  max-width: none;
}

.modal img.dragging {
  cursor: grabbing;
}

.l-breadcrumb_list {
  max-width: calc(1200px + 10vw);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 1vw;
}

/*============================================

  AFTER SERVICE

============================================*/
/* ==========================================================
  p-after-service : ページ全体ラッパー
========================================================== */
.l-after-service {
  padding-bottom: 7rem;
  border-bottom: 1px solid #b5b5b6;
}
@media screen and (max-width: 991.9px) {
  .l-after-service {
    padding-bottom: 8rem;
  }
}

/* ==========================================================
     イントロセクション
========================================================== */
.p-after-service__head {
  margin-top: 6.8rem;
  text-align: center;
}
@media screen and (max-width: 991.9px) {
  .p-after-service__head {
    margin-top: 4rem;
  }
}

.p-after-service__inner {
  max-width: 84rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-after-service__heading {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  color: #555555;
  line-height: 1.8;
  font-size: 2.8rem;
  font-weight: 400;
}
@media screen and (max-width: 991.9px) {
  .p-after-service__heading {
    font-size: 2.2rem;
  }
}

.p-after-service__desc {
  padding-top: 1.9rem;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  color: #969696;
  line-height: 1.8;
  font-size: 100%;
  font-weight: 400;
}

/* ==========================================================
     サービス内容セクション
========================================================== */
.p-service-content {
  margin-top: 8rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: linear-gradient(136.47deg, #f5f5f5 19.07%, rgba(242, 239, 243, 0.7) 28.52%, #fcfcfc 59.18%);
}
@media screen and (max-width: 991.9px) {
  .p-service-content {
    margin-top: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-service-content__body {
  display: flex;
  align-items: flex-start;
  margin-top: 4.2rem;
  gap: 4.2rem;
}
@media screen and (max-width: 991.9px) {
  .p-service-content__body {
    flex-direction: column;
    margin-top: 4rem;
    gap: 3rem;
  }
}

.p-service-content__img {
  flex-shrink: 0;
  width: 44.7rem;
  overflow: hidden;
}
@media screen and (max-width: 991.9px) {
  .p-service-content__img {
    width: 100%;
  }
}

.p-service-content__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 991.9px) {
  .p-service-content__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}

.p-service-content__list {
  flex: 1;
}
@media screen and (max-width: 991.9px) {
  .p-service-content__list {
    flex: none;
  }
}

/* ==========================================================
     サービスアイテム（SUPPORT 01〜04）
========================================================== */
.p-service-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 3.4rem;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 991.9px) {
  .p-service-item {
    display: block;
    padding-bottom: 3rem;
  }
}

.p-service-item + .p-service-item {
  margin-top: 3.4rem;
}
@media screen and (max-width: 991.9px) {
  .p-service-item + .p-service-item {
    margin-top: 3rem;
  }
}

.p-service-item__left {
  flex-shrink: 0;
  width: 18rem;
}
@media screen and (max-width: 991.9px) {
  .p-service-item__left {
    width: 100%;
  }
}

.p-service-item__label {
  display: flex;
  align-items: center;
}

.p-service-item__line {
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #98854e;
}

.p-service-item__title {
  margin-top: 1.9rem;
  font-size: 100%;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 991.9px) {
  .p-service-item__title {
    margin-top: 1.6rem;
    font-size: 1.8rem;
  }
}

.p-service-item__right {
  margin-left: 2.8rem;
  flex: 1;
}
@media screen and (max-width: 991.9px) {
  .p-service-item__right {
    margin-top: 1.6rem;
    margin-left: 0;
    flex: none;
  }
}

.p-service-item__text {
  font-size: 100%;
  font-weight: 500;
  color: #333333;
  line-height: 1.7;
}

.p-service-item__text + .p-service-item__text {
  margin-top: 2.3rem;
}

.p-service-item__text strong {
  font-weight: 700;
  color: #555555;
}

.p-service-item__price-list {
  margin-top: 1.2rem;
  padding-left: 0.9rem;
}

.p-service-item__price-item {
  position: relative;
  padding-left: 1.5rem;
  font-size: 100%;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.7;
}

.p-service-item__price-item::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #98854e;
}

.p-service-item__price-item strong {
  font-weight: 700;
  color: #555555;
}

/* ==========================================================
   誕生石無料プレゼントセクション
   ========================================================== */
.p-birthstone {
  margin-top: 9.3rem;
}
@media screen and (max-width: 767.9px) {
  .p-birthstone {
    margin-top: 5rem;
  }
}

.p-birthstone__wrap {
  position: relative;
  max-width: 103rem;
  margin-right: auto;
  margin-left: auto;
  padding: 3.8rem 6.2rem 1.6rem;
  border: 1px solid #98854e;
  border-radius: 1.6rem;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(241, 241, 236, 0.4) 0%, rgba(250, 249, 246, 0.4) 53.85%, rgba(252, 252, 250, 0.4) 100%);
}
@media screen and (max-width: 991.9px) {
  .p-birthstone__wrap {
    display: block;
    padding: 4rem 2rem;
  }
}

.p-birthstone__corner {
  position: absolute;
  width: 11.5rem;
  height: 11.3rem;
  z-index: 3;
}
@media screen and (max-width: 767.9px) {
  .p-birthstone__corner {
    width: 8rem;
    height: 8rem;
  }
}

.p-birthstone__corner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-birthstone__corner--top-left {
  top: 0;
  left: 0;
}

.p-birthstone__corner--bottom-right {
  bottom: 0;
  right: 0;
}

.p-birthstone__header {
  position: relative;
  z-index: 2;
  max-width: 47.7rem;
}
@media screen and (max-width: 767.9px) {
  .p-birthstone__header {
    max-width: none;
  }
}

.p-birthstone__label {
  display: flex;
  align-items: center;
}

.p-birthstone__label-line {
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #98854e;
}

.p-birthstone__label-text {
  margin-left: 0.6rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #98854e;
  letter-spacing: 0;
  line-height: 2rem;
}

.p-birthstone__title-wrap {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767.9px) {
  .p-birthstone__title-wrap {
    margin-top: 3rem;
  }
}

.p-birthstone__subtitle {
  display: block;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #555555;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 767.9px) {
  .p-birthstone__subtitle {
    font-size: 1.8rem;
  }
}

.p-birthstone__title {
  margin-top: 0.8rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: clamp(3.6rem, 4.3vw, 4rem);
  font-weight: 700;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.14;
}
@media screen and (max-width: 767.9px) {
  .p-birthstone__title {
    font-size: 2.8rem;
  }
}

.p-birthstone__desc {
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  .p-birthstone__desc {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}

.p-birthstone__desc-text {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  .p-birthstone__desc-text {
    margin-top: 1.6rem;
  }
}

.p-birthstone__note {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #98854e;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .p-birthstone__note {
    font-size: 1.3rem;
  }
}

.p-birthstone__rings {
  position: absolute;
  top: -1rem;
  right: 0;
  width: 47%;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .p-birthstone__rings {
    position: static;
    width: auto;
    margin-top: 2rem;
    text-align: center;
  }
}

.p-birthstone__rings img {
  max-width: 100%;
  height: auto;
}

.p-birthstone__grid-wrap {
  position: relative;
  z-index: 2;
  margin-top: 4rem;
  padding: 2rem 3.8rem;
  background-color: rgba(255, 255, 255, 0.99);
  border-radius: 0.8rem;
  backdrop-filter: blur(2px);
  opacity: 0.95;
}
@media screen and (max-width: 767.9px) {
  .p-birthstone__grid-wrap {
    margin-top: 3rem;
    padding: 2rem;
  }
}

.p-birthstone__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 991.9px) {
  .p-birthstone__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 991.9px) and (max-width: 599.9px) {
  .p-birthstone__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.p-birthstone__grid-line {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid #b5b5b6;
}
@media screen and (max-width: 767.9px) {
  .p-birthstone__grid-line {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

/* ==========================================================
   誕生石アイテム
   ========================================================== */
.p-birthstone-item {
  text-align: center;
}

.p-birthstone-item__month {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.5;
}

.p-birthstone-item__month-num {
  font-family: "scotch-display", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .p-birthstone-item__month-num {
    font-size: 2rem;
  }
}

.p-birthstone-item__img {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}

.p-birthstone-item__img img {
  width: 5.6rem;
  height: 5.9rem;
  object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .p-birthstone-item__img img {
    width: 4.4rem;
    height: 4.6rem;
  }
}

.p-birthstone-item__name {
  margin-top: 1rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #555555;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .p-birthstone-item__name {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}

.p-birthstone-item__meaning {
  margin-top: 0.4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .p-birthstone-item__meaning {
    font-size: 1.6rem;
  }
}

/* ==========================================================
   無料刻印サービスセクション
   ========================================================== */
.p-engraving {
  margin-top: 8rem;
}
@media screen and (max-width: 991.9px) {
  .p-engraving {
    margin-top: 5rem;
  }
}

.p-engraving__wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: 103rem;
  margin-right: auto;
  margin-left: auto;
  padding: 3.8rem 6.2rem;
  border: 1px solid #98854e;
  border-radius: 1.6rem;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(241, 241, 236, 0.4) 0%, rgba(250, 249, 246, 0.4) 53.85%, rgba(252, 252, 250, 0.4) 100%);
}
@media screen and (max-width: 991.9px) {
  .p-engraving__wrap {
    display: block;
    padding: 4rem 2rem;
  }
}

.p-engraving__corner {
  position: absolute;
  width: 11.5rem;
  height: 11.3rem;
  z-index: 1;
}
@media screen and (max-width: 991.9px) {
  .p-engraving__corner {
    width: 8rem;
    height: 8rem;
  }
}

.p-engraving__corner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-engraving__corner--top-left {
  top: 0;
  left: 0;
}

.p-engraving__corner--bottom-right {
  bottom: 0;
  right: 0;
}

.p-engraving__content {
  position: relative;
  z-index: 2;
  flex: 1;
}
@media screen and (max-width: 991.9px) {
  .p-engraving__content {
    flex: none;
  }
}

.p-engraving__label {
  display: flex;
  align-items: center;
}

.p-engraving__label-line {
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #98854e;
}

.p-engraving__label-text {
  margin-left: 0.6rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #98854e;
  letter-spacing: 0;
  line-height: 2rem;
}

.p-engraving__title-wrap {
  margin-top: 3.6rem;
}
@media screen and (max-width: 991.9px) {
  .p-engraving__title-wrap {
    margin-top: 3rem;
  }
}

.p-engraving__subtitle {
  display: block;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #555555;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 991.9px) {
  .p-engraving__subtitle {
    font-size: 1.8rem;
  }
}

.p-engraving__title {
  margin-top: 0.8rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.14;
}
@media screen and (max-width: 991.9px) {
  .p-engraving__title {
    font-size: 2.8rem;
  }
}

.p-engraving__text {
  margin-top: 3rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 991.9px) {
  .p-engraving__text {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}

.p-engraving__text p + p {
  margin-top: 1.6rem;
}

.p-engraving__link {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  margin-top: 3rem;
  color: #98854e;
  text-decoration: none;
}
@media screen and (max-width: 991.9px) {
  .p-engraving__link {
    margin-top: 2.4rem;
  }
}

.p-engraving__link-arrow {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #98854e;
  border-right: 1px solid #98854e;
  transform: rotate(45deg);
}

.p-engraving__link-text {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #98854e;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 991.9px) {
  .p-engraving__link-text {
    font-size: 1.3rem;
  }
}

.p-engraving__btn-link {
  color: #98854e;
  font-weight: 700;
  padding-left: 1em;
  position: relative;
}

.p-engraving__btn-link:before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #98854e;
  border-top: 1px solid #98854e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}

@media (min-width: 992px) {
  .p-engraving__btn-link:hover {
    opacity: 0.7;
  }
}
.p-engraving__img {
  flex-shrink: 0;
  width: 32.1rem;
  margin-left: 4rem;
}
@media screen and (max-width: 991.9px) {
  .p-engraving__img {
    width: 50%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-engraving__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ==========================================================
   店舗案内ページ
========================================================== */
/* ==========================================================
   p-shop : ページ全体ラッパー
   ========================================================== */
.l-shop {
  padding-bottom: 8rem;
  border-bottom: 1px solid #b5b5b6;
}
@media screen and (max-width: 991.9px) {
  .l-shop {
    padding-bottom: 8rem;
  }
}

/* ==========================================================
     イントロ
========================================================== */
.p-shop__head {
  margin-top: 6.8rem;
  text-align: center;
}
@media screen and (max-width: 991.9px) {
  .p-shop__head {
    margin-top: 4rem;
  }
}

.p-shop__inner.c-inner {
  max-width: 84rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-shop__desc {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 100%;
  font-weight: 500;
  color: #969696;
  line-height: 2;
}

.p-shop__desc p + p {
  margin-top: 1.5em;
}

/* ==========================================================
     店舗案内セクション
========================================================== */
.p-shop-info {
  margin-top: 8rem;
  padding-top: 6rem;
  padding-bottom: 7rem;
  background: linear-gradient(133.14deg, #f5f5f5 19.07%, rgba(242, 239, 243, 0.7) 28.52%, #fcfcfc 59.18%);
}
@media screen and (max-width: 991.9px) {
  .p-shop-info {
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-shop-info__inner {
  max-width: 122rem;
  margin-right: auto;
  margin-left: auto;
}

.p-shop-info__header {
  text-align: center;
}

.p-shop-info__title {
  display: block;
}

/* ==========================================================
     店舗情報カード
========================================================== */
.p-shop-info__card {
  margin-top: 4rem;
  padding: 5.2rem 6rem 4.5rem;
  border: 1px solid #98854e;
  border-radius: 0.8rem;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 991.9px) {
  .p-shop-info__card {
    margin-top: 3rem;
    padding: 3rem 2rem;
  }
}

.p-shop-info__card-body {
  display: flex;
  align-items: flex-start;
  gap: 4.9rem;
}
@media screen and (max-width: 991.9px) {
  .p-shop-info__card-body {
    display: block;
  }
}

.p-shop-info__card-img {
  flex-shrink: 0;
  width: 47.1rem;
  overflow: hidden;
}
@media screen and (max-width: 991.9px) {
  .p-shop-info__card-img {
    width: 100%;
  }
}

.p-shop-info__card-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.p-shop-info__card-content {
  flex: 1;
}
@media screen and (max-width: 991.9px) {
  .p-shop-info__card-content {
    margin-top: 2.4rem;
  }
}

.p-shop-info__card-company {
  display: flex;
  align-items: center;
  gap: 2.1rem;
}

.p-shop-info__card-company-line {
  display: block;
  width: 0.2rem;
  height: 4rem;
  background-color: #98854e;
}

.p-shop-info__card-company-name {
  font-size: 2rem;
  font-weight: 700;
  color: #555555;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 991.9px) {
  .p-shop-info__card-company-name {
    font-size: 1.8rem;
  }
}

.p-shop-info__card-table {
  margin-top: 3.7rem;
}

.p-shop-info__card-row {
  display: flex;
  align-items: flex-start;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #b5b5b6;
}
@media screen and (max-width: 991.9px) {
  .p-shop-info__card-row {
    flex-direction: column;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.p-shop-info__card-row:first-child {
  padding-top: 0;
}

.p-shop-info__card-label {
  flex-shrink: 0;
  width: 16.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #555555;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 991.9px) {
  .p-shop-info__card-label {
    width: 100%;
    font-size: 1.4rem;
  }
}

.p-shop-info__card-value {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 991.9px) {
  .p-shop-info__card-value {
    margin-top: 0.4rem;
    font-size: 1.4rem;
  }
}

.p-shop-info__card-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  margin-top: 1.6rem;
  color: #98854e;
  text-decoration: none;
}

.p-shop-info__card-contact-arrow {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #98854e;
  border-right: 1px solid #98854e;
  transform: rotate(45deg);
}

.p-shop-info__card-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #98854e;
  letter-spacing: 0;
  line-height: 1.5;
}

.p-shop-info__card-value-link {
  color: #98854e;
  font-weight: 700;
  padding-left: 1em;
  position: relative;
}

.p-shop-info__card-value-link:before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #98854e;
  border-top: 1px solid #98854e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}

@media (min-width: 992px) {
  .p-shop-info__card-value-link:hover {
    opacity: 0.7;
  }
}
/* ==========================================================
     品質・メンテナンス
========================================================== */
.p-shop-quality {
  margin-top: 7rem;
  text-align: center;
}
@media screen and (max-width: 991.9px) {
  .p-shop-quality {
    margin-top: 4rem;
  }
}

.p-shop-quality__item + .p-shop-quality__item {
  margin-top: 5rem;
}
@media screen and (max-width: 991.9px) {
  .p-shop-quality__item + .p-shop-quality__item {
    margin-top: 3rem;
  }
}

.p-shop-quality__title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #98854e;
  letter-spacing: 0;
  line-height: 2rem;
}
@media screen and (max-width: 991.9px) {
  .p-shop-quality__title {
    font-size: 1.8rem;
  }
}

.p-shop-quality__text {
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #555555;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 991.9px) {
  .p-shop-quality__text {
    margin-top: 2rem;
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-shop-quality__btn {
  margin-top: 5.6rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991.9px) {
  .p-shop-quality__btn {
    margin-top: 4rem;
  }
}

.p-shop-quality__btn a {
  color: #fff;
  font-weight: 700;
  padding: 0.875em 0;
  border: 1px solid #fff;
  background-color: #98854e;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 24.7rem;
  width: 100%;
}

@media (min-width: 992px) {
  .p-shop-quality__btn a:hover {
    color: #98854e;
    background: #fff;
    border-color: #98854e;
  }
}
/* ==========================================================
     アクセスセクション
========================================================== */
.p-shop-access {
  margin-top: 9rem;
}
@media screen and (max-width: 991.9px) {
  .p-shop-access {
    margin-top: 5rem;
  }
}

.p-shop-access__header {
  text-align: center;
}

.p-shop-access__title {
  display: block;
}

.p-shop-access__station {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 4.1rem;
}
@media screen and (max-width: 991.9px) {
  .p-shop-access__station {
    margin-top: 3rem;
    gap: 1.6rem;
  }
}

.p-shop-access__station-line {
  display: block;
  width: 0.2rem;
  height: 6.2rem;
  background-color: #98854e;
}
@media screen and (max-width: 991.9px) {
  .p-shop-access__station-line {
    height: 4.6rem;
  }
}

.p-shop-access__station-text {
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
}

.p-shop-access__station-route {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 767.9px) {
  .p-shop-access__station-route {
    font-size: 1.3rem;
  }
}

.p-shop-access__station-name {
  display: block;
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 991.9px) {
  .p-shop-access__station-name {
    font-size: 1.6rem;
  }
}

.p-shop-access__direction {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 991.9px) {
  .p-shop-access__direction {
    margin-top: 3rem;
  }
}

.p-shop-access__direction-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 991.9px) {
  .p-shop-access__direction-text {
    font-size: 1.4rem;
  }
}

.p-shop-access__direction-text strong {
  font-weight: 700;
  color: #333333;
}

.p-shop-access__contact {
  margin-top: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 991.9px) {
  .p-shop-access__contact {
    margin-top: 2.4rem;
  }
}

.p-shop-access__contact-text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #555555;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 991.9px) {
  .p-shop-access__contact-text {
    font-size: 1.3rem;
  }
}

.p-shop-access__contact-text-tel span {
  position: relative;
  padding-left: 1.5rem;
  font-size: 100%;
  font-weight: 500;
  color: #555555;
  letter-spacing: 0;
  line-height: 1.7;
}

.p-shop-access__contact-text-tel span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #98854e;
}

.p-shop-access__map {
  margin-top: 4rem;
  max-width: 91rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991.9px) {
  .p-shop-access__map {
    margin-top: 2.4rem;
  }
}

.p-shop-access__map img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border: 1px solid #e0e0e0;
}

.p-shop-access__btn-wrap {
  margin-top: 5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991.9px) {
  .p-shop-access__btn-wrap {
    margin-top: 3rem;
  }
}

.p-shop-access__btn-wrap a {
  color: #fff;
  font-weight: 700;
  padding: 0.875em 0;
  border: 1px solid #fff;
  background-color: #98854e;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 24.7rem;
  width: 100%;
}

@media (min-width: 992px) {
  .p-shop-access__btn-wrap a:hover {
    color: #98854e;
    background: #fff;
    border-color: #98854e;
  }
}
/* ==========================================================
   p-faq : ページ全体ラッパー
========================================================== */
.p-faq {
  margin-top: 6.8rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767.9px) {
  .p-faq {
    margin-top: 4rem;
    padding-bottom: 8rem;
  }
}

.p-faq__content {
  max-width: 85rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767.9px) {
  .p-faq__content {
    max-width: 100%;
  }
}

/* ==========================================================
     FAQカテゴリ
     ========================================================== */
.p-faq-category {
  padding-bottom: 3rem;
  border-bottom: 1px solid #b5b5b6;
}

.p-faq-category + .p-faq-category {
  margin-top: 3rem;
}

.p-faq-category:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.p-faq-category__label {
  display: flex;
  align-items: center;
}

.p-faq-category__line {
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #98854e;
}

.p-faq-category__name {
  margin-left: 0.6rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #98854e;
  letter-spacing: 0;
  line-height: 2;
}

.p-faq-category__list {
  margin-top: 1.6rem;
}

/* ==========================================================
     FAQアイテム（アコーディオン）
     ========================================================== */
.p-faq-item {
  border: none;
}

.p-faq-item + .p-faq-item {
  margin-top: 1.2rem;
}

.p-faq-item__question {
  display: flex;
  align-items: center;
  cursor: pointer;
  list-style: none;
  padding: 0.4rem 0;
}

.p-faq-item__question::-webkit-details-marker {
  display: none;
}

.p-faq-item__q-mark {
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #98854e;
  letter-spacing: 0;
  line-height: 1.5;
}

.p-faq-item__q-text {
  margin-left: 1.2rem;
  flex: 1;
  font-size: 1.8rem;
  font-weight: 500;
  color: #555555;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .p-faq-item__q-text {
    font-size: 1.4rem;
  }
}

.p-faq-item__arrow {
  flex-shrink: 0;
  margin-right: 4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #98854e;
  border-right: 1px solid #98854e;
  transform: rotate(135deg);
  transition: transform 0.4s ease-in-out;
}
@media screen and (max-width: 767.9px) {
  .p-faq-item__arrow {
    margin-right: 0;
  }
}

.p-faq-item.is-open .p-faq-item__arrow {
  transform: rotate(-45deg);
}

.p-faq-item__answer-wrap {
  margin-top: 0.8rem;
  overflow: hidden;
}

.p-faq-item__answer {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 2.4rem 3.6rem;
  background-color: #f8f8f8;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767.9px) {
  .p-faq-item__answer {
    padding: 1.6rem 2rem;
  }
}

.p-faq-item__a-mark {
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #98854e;
  letter-spacing: 0;
  line-height: 1.5;
}

.p-faq-item__a-text {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 500;
  color: #555555;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  .p-faq-item__a-text {
    font-size: 1.4rem;
  }
}

.p-faq-item__a-text p + p {
  margin-top: 0.8rem;
}

@media screen and (min-width: 992px) {
  .check_label.-ex {
    padding-left: 2.25em;
  }
}

.p-item_detail__boxWrap {
  padding-bottom: 0;
  margin-bottom: 2rem;
  border-bottom: none;
}

.p-item_detail__guide {
  margin-bottom: 12px;
  padding-top: 1.5em;
  margin-top: 1.5em;
  border-top: 1px solid #B5B5B6;
}
.p-item_detail__guideCheck {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}
.p-item_detail__guideCheck input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
}
.p-item_detail__guideCheck input[type=checkbox]:checked + .checkBox::after {
  visibility: visible;
}
.p-item_detail__guide .txt {
  font-weight: 800;
  border-bottom: 1px solid #000;
}
.p-item_detail__guide .checkBox {
  position: relative;
  margin-right: 0.5rem;
  width: 1em;
  height: 1em;
}
.p-item_detail__guide .checkBox::before {
  content: "";
  width: 1em;
  height: 1em;
  border: 1px solid #b5b5b6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-item_detail__guide .checkBox::after {
  position: absolute;
  content: "";
  left: 0;
  width: 1.1em;
  height: 0.4em;
  transform: rotate(-45deg) translate(0, 50%);
  top: -1px;
  border-left: solid 1px #202020;
  border-bottom: solid 1px #202020;
  visibility: hidden;
}

.p-item_detail__btns .-cart.-locked {
  opacity: 0.4;
  pointer-events: none;
}

.p-item_detail__select select {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 600;
}

#zoom {
  position: relative;
}

.slick-prev,
.slick-next {
  width: 48px;
  height: 48px;
  z-index: 1;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #98854E;
  border-right: 2px solid #98854E;
  opacity: 1;
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  transform: rotate(-135deg);
  margin-left: 6px;
}

.slick-next {
  right: 0;
}
.slick-next::before {
  transform: rotate(45deg);
  margin-right: 6px;
}/*# sourceMappingURL=include.css.map */
