/**********************
- ROOT
- BASE
- GENERAL
  -- FONT
  -- ALIGN
  -- FLEX
  -- LIST
  -- OTHER
- HEADER
- BREADCRUMB
- CONTAINER
- HEADING
- BUTTON
- FOOTER
- ARCHIVE
- SINGLE
- CONTACT
- FRONT
- PAGE PARTS
- LOADING
- COLOR
- MARGIN
- ANIMATION
- RESPONSIVE
***********************/

/**********************
* ブレイクポイント
* 560px/960px
**********************/


/*********************
ROOT
**********************/
:root {
  --base: #FFF;
  --bg-1: #F9FAF5;
  --bg-2: #ECEAE1;
  --text-main: #2E0F0A;

  --accent-color-1: #CEA704;
  --accent-color-2: #2E0F0A;
  --gradient: linear-gradient(70deg, #5DC5F7, #FA966B);

  --font-min: "Shippori Mincho", serif;
  --font-default: "Lato", sans-serif;
  --font-material: 'Material Icons Round';
  --light: 300;
  --normal: 400;
  --bold: 700;
  --spacing-wide: 0.1em;
  --spacing-medium: 0.05em;

  --container: calc(1920px + 6%);
  --container-side: 3%;
  --container-ll: 1600px;
  --container-l: 1400px;
  --container-lm: 1200px;
  --container-m: 960px;
  --container-s: 660px;
  --container-ss: 480px;

}

/*********************
GUIDE INDEX
*********************/
section#item-search {
    padding: 0 0 80px;
}
#breadcrumb {
  margin-bottom: 80px;
}
.search-category-list {
  display: block;
}

@media screen and (min-width: 961px) {
  .search-category-item .search-link-list .search-link-item.long {
    width: fit-content;
  }
  .search-category-item .search-link-list .search-link-item.long a {
    padding: 10px 20px 10px 10px;
  }
}
@media screen and (max-width: 960px) {
  section#item-search .search-category-title h3 {
    font-size: 1.25em;
    padding-left: 4rem;
  }
  section#item-search .search-category-title::before {
    width: 30px;
    height: 14px;
  }
  section#item-search .search-category-title span {
    font-size: .65em;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 560px) {
  section#item-search .search-category-title h3 {
    font-size: 1em;
}
.search-category-item .search-link-list .search-link-item {
    width: 100%;
}
}

/*********************
GUIDE COMMON
*********************/
section#faq {
    padding: 20px 0 100px;
}
/* サイドナビ */
section#faq li.faq-sub-item.current a {
  background-color: #F9F5E4;
  pointer-events: none;
}
section#faq li.faq-sub-item a::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
section#faq li.faq-sub-item a:hover {
  background-color: #F9F5E4;
  opacity: 1;
}
section#faq li.faq-sub-item a {
  font-size: 0.88em;
  padding: 10px 30px 10px 10px;
}
@media screen and (max-width: 1200px) {
  section#faq li.faq-sub-item a {
    font-size: 0.66em;
}
@media screen and (max-width: 768px) {
  section#faq {
    padding: 0px 0 60px;
}
}
}
/* メインコンテンツ */
.section-title.sub-page h2 {
    font-size: 1.75em;
  }
.section-title.sub-page span {
    font-size: 1.15em;
}
section#faq .wrap {
    width: 70%;
}
.btn-list {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.btn-list .btn-item {
  width: calc((100% - 1em)/2);
}
.btn-list .btn-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: .65em 1em;
  border: 1px solid var(--accent-color-2);
  position: relative;
  text-align: center;
  font-family: var(--font-min);
}
.btn-list .btn-item a::after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--accent-color-2);
    border-right: 1px solid var(--accent-color-2);
    top: 50%;
    right: 18px;
    transform: translateY(-80%) rotate(135deg);
}
section#faq li.faq-main-item:not(:first-child) .faq-main-title {
  margin-top: 100px;
}
section#faq li.faq-main-item h4 {
  font-weight: var(--bold);
  padding-left: 1.5em;
  position: relative;
}
section#faq li.faq-main-item h4::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 2px;
  background-color: var(--accent-color-1);
}
section#faq ul.faq-main-list .faq-contents h4 {
  margin-top: 1.5em;
}
section#faq ul.faq-main-list {
  width: 100%;
  padding-top: 3em;
}
section#faq li.faq-main-item:not(:first-child) {
    padding-top: 0
}
section#faq ul.faq-main-list .faq-contents {
  margin-top: 20px;
}
ul.faq-main-list .faq-contents >dt {
  font-size: 1.25em;
}
ul.faq-main-list .faq-contents dd {
  padding-left: 1em;
}
ul.faq-main-list .faq-contents p,
ul.faq-main-list .faq-contents div,
ul.faq-main-list .faq-contents dl.content,
ul.faq-main-list .faq-contents ul,
ul.faq-main-list .faq-contents >ul li,
ul.faq-main-list .faq-contents .image {
  margin-top: 1em;
}
ul.faq-main-list .faq-contents >ul.dots li {
  margin-top: 0.25em;
}
ul.faq-main-list .faq-contents dd ol li {
  text-indent: -1.15em;
  margin-left: 1.15em;
}
ul.faq-main-list .faq-contents .image {
  max-width: 600px;
  border: 1px solid var(--accent-color-2);
}
ul.faq-main-list .faq-contents dl.content {
  background-color: #fdfcf8;
  padding: 1em;
}
ul.faq-main-list .faq-contents dl.content >dd {
  padding-left: 0;
}
ul.faq-main-list .faq-contents>ol>li:not(:first-of-type) {
  border-top: 1px solid var(--bg-2);
  padding-top: 3em;
  margin-top: 3em;
}
ul.faq-main-list .faq-contents ul.dots li {
    position: relative;
    padding-left: .85em;
}
ul.faq-main-list .faq-contents ul.dots li::after {
  position: absolute;
  content: "";
  left: 0;
  top: .75em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--accent-color-2);
}
@media screen and (max-width: 960px) {
  .section-title.sub-page h2 {
    font-size: 1.5em;
  }
  .section-title.sub-page span {
    font-size: 1em;
  }
  section#faq .wrap {
    width: 100%;
  }
  section#faq li.faq-main-item:not(:first-child) .faq-main-title {
    margin-top: 60px;
  }
}
@media screen and (max-width: 560px) {
  .btn-list .btn-item {
    width: 100%;
}
  ul.faq-main-list .faq-contents dd {
    padding-left: 1em;
  }
  section#faq li.faq-main-item:not(:first-child) .faq-main-title {
    margin-top: 40px;
  }
  section#faq .title-left-border {
    font-size: 16px;
}
}
/*********************
GUIDE ORDER
*********************/
ul.faq-main-list .faq-contents .contact-wrap {
    display: flex;
    align-items: stretch;
    justify-content: start;
    gap: 10px;
    width: fit-content;
    padding-top: .5em;
    margin-top: 0;
}
.contact-wrap li {
    flex: 1;
    width: 240px;
    height: 60px;
}
.contact-wrap li.row a {
    display: flex;
    flex-direction: row;
    gap: 4px;
}
.faq-contents ul.contact-wrap li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: var(--accent-color-2);
    color: var(--bg-2);
    border-radius: 6px;
    padding: 6px 0;
    font-size: 1.4rem;
    line-height: 1em;
}
ul.faq-main-list .faq-contents .contact-wrap li .svg {
    width: 20px;
    height: 20px;
    background-color: var(--bg-2);
    -webkit-mask: url("/Contents/ImagesPkg/common/common/download.svg");
    mask: url("/Contents/ImagesPkg/common/common/download.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    margin-top: 0;
}
@media screen and (max-width: 960px) {
  ul.faq-main-list .faq-contents .contact-wrap li.fax01 {
    max-width: calc((100% - 10px) /2);
}
}
/*********************
GUIDE DELIVERY
*********************/
/* 送料テーブル */
table.postage-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
  text-align: center;
}

table.postage-table th,
table.postage-table td {
  padding: 15px 2px;
  text-align: center;
}

table.postage-table.postage-table--pc {
  table-layout: fixed;
}

table.postage-table.postage-table--pc thead th:not(.corner),
table.postage-table.postage-table--pc tbody td {
  width: 17%;
}

table.postage-table thead th {
  background-color: #311811;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  align-content: center;
}

table.postage-table thead th.corner {
  background-color: var(--base);
}

table.postage-table tbody th {
  background-color: var(--bg-2);
  color: var(--text-main);
  font-weight: 700;
  line-height: 1.4;
  align-content: center;
}

table.postage-table tbody td {
  background-color: #F9F5E4;
  color: var(--text-main);
  font-size: 1.15em;
}

.postage-table--sp {
  display: none;
}

@media screen and (max-width: 1020px) {
  table.postage-table.postage-table--pc {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .postage-table--pc {
    display: none;
  }

  .postage-table--sp {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .postage-table--sp table.postage-table {
    table-layout: auto;
    width: 100%;
    border-spacing: 4px;
  }

  .postage-table--sp table.postage-table th,
  .postage-table--sp table.postage-table td {
    font-size: 14px;
    padding: 10px 8px;
    white-space: nowrap;
    align-content: center;
  }

  .postage-table--sp table.postage-table thead th.corner,
  .postage-table--sp table.postage-table tbody th {
    width: 1%;
  }

  .postage-table--sp table.postage-table thead th:not(.corner),
  .postage-table--sp table.postage-table tbody td {
    width: 20%;
  }

  .postage-table--sp table.postage-table thead th:not(.corner) {
    background-color: #ECEAE1;
    color: var(--text-main);
  }

  .postage-table--sp table.postage-table tbody th {
    background-color: #2E0F0A;
    color: #fff;
  }

  .postage-table--sp table.postage-table thead th.corner,
  .postage-table--sp table.postage-table tbody th {
    position: sticky;
    left: 0;
    z-index: 1;
  }

  .postage-table--sp table.postage-table thead th.corner {
    z-index: 2;
  }
}

/* 送料 地域区分モーダル */
#faq .modal-1__wrap * {
  margin-top: 0;
}
#faq .modal-1__wrap {
  display: block;
  width: fit-content;
  margin: 20px auto 0;
}

#faq .modal-1__open-label {
  font-size: 1.6rem;
  padding-bottom: 2px;
}

#faq .modal-1__wrap .modal-1__open-label::after {
  content: "";
  display: inline-block;
  background: url(/Contents/ImagesPkg/common/subscription/plus-icon.svg);
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  vertical-align: baseline;
  background-size: cover;
  margin-left: 2px;
  transform: translateY(2px);
}

#faq .modal-1__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 800px;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 4px;
}

#faq .modal-1__content {
  max-height: 80vh;
  padding: 5%;
  margin-top: 0;
}

#faq .modal-1__content dl {
  display: flex;
  flex-wrap: wrap;
}

#faq .modal-1__content dl dt,
#faq .modal-1__content dl dd {
  padding: 8px;
  margin-top: 4px;
}

#faq .modal-1__content dl dt {
  width: 160px;
  background-color: #F3ECD0;
  align-content: center;
}

#faq .modal-1__content dl dd {
  width: calc(100% - 160px);
  background-color: #F9F7EE;
}

@media screen and (max-width: 768px) {
  #faq .modal-1__content dl dt {
    width: 100px;
  }

  #faq .modal-1__content dl dd {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 560px) {
  #faq .modal-1__open-label {
    font-size: 1.4rem;
  }

  #faq .modal-1__wrap .modal-1__open-label::after {
    width: 14px;
  }

  #faq .modal-1__wrap {
    margin: 10px auto 0;
  }

  #faq .modal-1__content dl dt {
    width: 80px;
  }

  #faq .modal-1__content dl dd {
    width: calc(100% - 80px);
  }

  #faq .modal-1__close-label {
    height: 36px;
    line-height: 1.8;
  }
}
/* 配送に関する注意事項 */
section#faq li.faq-main-item .faq-contents .attention {
  border: 1px solid #CF4104;
  padding: 1em;
}
section#faq li.faq-main-item .faq-contents .attention span {
  color: inherit;
  font-size: inherit;
}

section#faq li.faq-main-item .faq-contents .attention h4 {
  padding-left: 2em;
  position: relative;
  margin-top: 0;
}

section#faq li.faq-main-item .faq-contents .attention h4::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background-image: url(/Contents/ImagesPkg/common/guide/delivery/exclamation.svg);
  background-size: cover;
  background-color: inherit;
}
section#faq li.faq-main-item .faq-contents .attention dl {
  margin-top: 0.25em;
}
section#faq li.faq-main-item .faq-contents .attention dt,
section#faq li.faq-main-item .faq-contents .attention dd {
  display: inline-block;
  vertical-align: top;
}
section#faq li.faq-main-item .faq-contents .attention dt {
  width: 80px;
  position: relative;
}
section#faq li.faq-main-item .faq-contents .attention dt::after {
  position: absolute;
  right: 0;
  content: ":";
}
section#faq li.faq-main-item .faq-contents .attention dd {
  width: calc(100% - 85px);
  padding-left: 0;
}

/*********************
GUIDE MEMBER
*********************/
/* 会員ランクテーブル */
table.member-rank-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
  margin-top: 1em;
}

table.member-rank-table th,
table.member-rank-table td {
  padding: 1em;
  vertical-align: middle;
}

table.member-rank-table th {
  width: 180px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

table.member-rank-table td {
  background-color: #F9F5E4;
}

table.member-rank-table th.rank-regular {
  background-color: var(--text-main);
}

table.member-rank-table th.rank-silver {
  background-color: #5B6B78;
}

table.member-rank-table th.rank-gold {
  background-color: #B08D3E;
}

table.member-rank-table th.rank-platinum {
  background-color: #6D5972;
}

table.member-rank-table th.rank-diamond {
  background-color: #4F9C8A;
}

@media screen and (max-width: 560px) {
  table.member-rank-table {
    font-size: 12px;
  }
  table.member-rank-table th {
    width: 120px;
  }
  table.member-rank-table th, table.member-rank-table td {
    padding: .5em;
}
}

/*********************
GUIDE PAYMENT / CANCEL
*********************/
.top-border {
  padding-top: 1em;
  border-top: 1px solid var(--bg-2);
}
ul.faq-main-list .faq-contents .contact-wrap li a .wrap {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-top: 0;
    width: fit-content !important;
}
ul.faq-main-list .faq-contents .contact-wrap li.contact-tel a span.tel-number {
    font-size: 2rem;
    line-height: 1em;
    padding-top: 3px;
}
ul.faq-main-list .faq-contents .contact-wrap li.contact-tel .svg {
    width: 18px;
    height: 18px;
    background-color: var(--bg-2);
    -webkit-mask: url("/Contents/ImagesPkg/common/header/tel.svg");
    mask: url("/Contents/ImagesPkg/common/header/tel.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
}
ul.faq-main-list .faq-contents .contact-wrap li.contact-mail .svg {
    width: 24px;
    height: 24px;
    background-color: var(--bg-2);
    -webkit-mask: url("/Contents/ImagesPkg/common/header/mail.svg");
    mask: url("/Contents/ImagesPkg/common/header/mail.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
  ul.faq-main-list .faq-contents .contact-wrap li {
    height: 52px;
  }
  ul.faq-main-list .faq-contents .contact-wrap li a {
    font-size: 1.2rem;
  }
  ul.faq-main-list .faq-contents .contact-wrap li.contact-tel a span.tel-number {
    font-size: 1.8rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 960px) {
  ul.faq-main-list .faq-contents .contact-wrap {
    width: auto;
}
}

/*********************
GUIDE NOSHI / BAG
*********************/
ul.noshi-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin-top: 0;
}

ul.noshi-list li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 4em)/3);
}

ul.faq-main-list .faq-contents ul.noshi-list li h5 {
  margin-top: 0;
}

ul.faq-main-list .faq-contents ul.noshi-list li .image {
  width: 100%;
  aspect-ratio: 380/279;
  border: none;
}

ul.faq-main-list .faq-contents ul.noshi-list li >* {
  margin-top: 0.5em;
}
@media screen and (max-width: 1200px) {
  ul.noshi-list li {
    width: calc((100% - 2em)/2);
  }
}
@media screen and (max-width: 560px) {
  ul.noshi-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
  ul.noshi-list li {
    width: 100%;
  }
}

/* 贈答マナー早見表 */
.noshi-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table.noshi {
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
  text-align: center;
  font-size: 14px;
}

table.noshi th,
table.noshi td {
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

table.noshi thead th,
table.noshi tbody th {
  background-color: var(--text-main);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}

table.noshi thead th.corner {
  background-color: inherit;
}

table.noshi thead th.corner,
table.noshi tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
}

table.noshi thead th.corner {
  z-index: 2;
}

table.noshi tbody th {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.1em;
}

table.noshi tbody td {
  background-color: #F9F5E4;
  color: var(--text-main);
  line-height: 1.6;
  text-align: left;
}

table.noshi.noshi--pc thead th.corner,
table.noshi.noshi--pc tbody th {
  width: 6%;
}

table.noshi.noshi--pc thead th:not(.corner),
table.noshi.noshi--pc tbody td {
  width: 13.43%;
}

.noshi--sp {
  display: none;
}

.noshi--sp table.noshi thead th.corner,
.noshi--sp table.noshi tbody th {
  width: 6%;
}

.noshi--sp table.noshi thead th:not(.corner),
.noshi--sp table.noshi tbody td {
  width: 47%;
}

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

  .noshi--pc {
    display: none;
  }

  .noshi--sp {
    display: block;
  }

  .noshi--sp table.noshi th,
  .noshi--sp table.noshi td {
    padding: 8px 8px;
  }
}