@charset "utf-8";
/* CSS sfc_ガイドページ */

.container {
  width: 64em;
  margin: auto;
}
.container_inner {
  max-width: 580px;
  padding: 1em;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #333;
}
.container_inner_list li {
  padding: 0 0.5em 0.5em;
}
.container_inner p {
  padding: 0 1em;
}
/*調整*/
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5em !important;
}
.fw_b {
  font-weight: bold !important;
}

/*パンくず*/
nav.fs-c-breadcrumb {
  /* max-width: 64em; */
  /* margin: auto; */
  /* top: -60px; */
  /* padding: 0; */
  /* position: relative; */
}

/*guide 見出し*/
.h2 {
  font-size: 1.125rem;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #b2b2b2;
  margin: 3.5rem auto;
  padding-bottom: .8em;
}
.h2 > span {
  font-size: 0.875rem;
  margin-left: auto;
}
.h3 {
  margin-top: 0;
  /* font-weight: bold; */
  font-size: 1rem;
}
.h3_guide_center {
  text-align: center;
  margin: 0 0 1.5em;
  color: #333;
  /* font-weight: bold; */
}
.h4_guide_hr {
  position: relative;
  margin: 30px 0 10px;
  height: 22px;
}
.h4_guide_hr span {
  font-weight: normal;
  padding: 0 2em 0 0;
  color: #333;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 2;
}
.h4_guide_hr hr {
  content: " ";
  width: 100%;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  z-index: 1;
  color: #b2b2b2;
}
.h4_guide_bold {
  font-weight: bold;
  margin: 1em 0;
}

/*2col*/
.guide_2col {
  display: grid;
  grid-template-columns: 370px 1fr;
  max-width: 1024px;
  margin: auto;
}
aside.guide_saidenav {
  width: 100%;
  padding-right: 2em;
}
li.guide_list_item {
  width: 100%;
  max-width: 300px;
}

/*menu button*/
.btn_mailmaga {
  background: #000;
  color: #fff;
  padding: 1em 2em;
}
.guide_category__group {
  box-sizing: border-box;
}
.guide_category__group_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-left: -0.5em;
  margin-right: -0.5rem;
}
.guide_category__group_item {
  width: 45%;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}
.guide_category__group_link {
  padding: 0.5rem;
  font-size: 0.875rem;
  border: 1px solid #b2b2b2;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s linear;
}
.guide_category__group_link:hover {
  opacity: 0.6;
}

/* ガイドTOPへ戻るボタン */
.link_guide_top {
  text-align: right;
  margin: 3em;
}
.link_guide_top a {
  color: #333;
}
.link_guide_top a::before {
  content: ">";
}

.container_inner .ttl_small {
  margin: 1em 0 1em -1em;
  padding: 0;
}
.container_inner .ttl_small::before {
  content: "●";
  font-size: 10px;
  padding-right: 1px;
}
.container_inner .t_indent li {
  text-indent: -25px;
  padding-left: 25px;
  margin-bottom: 1em;
}
.container_inner ul {
  padding: 0.8em 1.2em;
}
.guide_main .container_inner .btn_link a {
  width: 250px;
  margin: 2em auto;
  padding: 20px;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

/* お買い物ガイド */
.guide_shopping {
}
.guide_shopping .anc {
  padding-top: 5em;
}
.guide_shopping .container_inner img {
  padding: 1em;
}
.guide_shopping .container_inner a {
  color: #0022ff;
  text-decoration: underline;
}

/* 会員規約について */
.guide_agreement {
}
.guide_agreement .container_inner .ttl_small {
  margin: 1em 0;
}

/* 個人情報取り扱いについて */
.guide_agreement .guide_privacy li {
}

/* 爬虫類皮革製品について */
.guide_reptileleather {
}
.guide_reptileleather .h2_ttl {
  margin-bottom: 0.3em;
}
/* 特定商取引法に基づく表示 */
.guide_tradelaw .container_inner a {
  color: #0022ff;
  text-decoration: underline;
}
.guide_tradelaw table {
  margin: 1em 0 2.5em;
}
.guide_tradelaw table th {
  width: 26%;
  padding: 0.5em 0;
}
.guide_tradelaw .table_payment th {
  font-weight: bold;
}

/* 会社概要 */
.guide_company {
  line-height: 1.5;
  font-size: 0.875rem;
}
.guide_company table {
  margin-bottom: 4em;
}
.guide_company table th {
  width: 20%;
  padding: 0.5em;
  text-align: left;
}
.guide_company table td {
  width: 80%;
  padding: 0.6em 0;
}
.guide_company table td p {
  margin: 0.8em 0;
}

/*mypage メニュー*/
section.gude_list {
  width: 64em;
  text-align: center;
  margin: auto;
}
.gude_list_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* max-width: 300px; */
  margin-bottom: 3em;
}
.gude_list_ul > li {
  border: #b2b2b2 1px solid;
  display: inline-block;
  padding: 1rem;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  width: 300px;
  height: 150px;
  max-height: 150px;
}

/*サイドナビあり*/
.guide_2col li.guide_list_item {
  width: 100%;
  max-width: 300px;
}
.gude_list_item__pageLink:before {
  font-family: "fs-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #7c8790;
  line-height: 0;
  margin: 0px auto 0;
  width: 30px;
  height: 30px;
}
.guide .guide_list_item:nth-child(1),
.reptileleather .guide_list_item:nth-child(2),
.member-agreement .guide_list_item:nth-child(3),
.privacy-policy .guide_list_item:nth-child(4),
.terms .guide_list_item:nth-child(5),
.info .guide_list_item:nth-child(6),
.company .guide_list_item:nth-child(7),
.no8 .guide_list_item:nth-child(8) {
  color: #fff;
  background-color: #333333;
}
.guide .guide_list_item:nth-child(1) a::before,
.reptileleather .guide_list_item:nth-child(2) a::before,
.member-agreement .guide_list_item:nth-child(3) a::before,
.privacy-policy .guide_list_item:nth-child(4) a::before,
.terms .guide_list_item:nth-child(5) a::before,
.info .guide_list_item:nth-child(6) a::before,
.company .guide_list_item:nth-child(7) a::before,
.no8 .guide_list_item:nth-child(8) a::before {
  color: #fff;
}


li.guide_list_item.guide a:before {
  content: url("/item/guide/image/icon_shopping-bag-line.svg");
}
.guide li.guide_list_item.guide a:before {
  content: url("/item/guide/image/icon_shopping-bag-line_on.svg");
}
li.guide_list_item.reptileleather a:before {
  content: url("/item/guide/image/icon_reptileleather.svg");
}
.reptileleather li.guide_list_item.reptileleather a:before {
  content: url("/item/guide/image/icon_reptileleather_on.svg");
}

li.guide_list_item.member-agreement a:before {
  content: url("/item/guide/image/icon_member-agreement.svg");
}
.member-agreement li.guide_list_item.member-agreement a:before {
  content: url("/item/guide/image/icon_member-agreement_on.svg");
}

li.guide_list_item.privacy-policy a:before {
  content: url("/item/guide/image/icon_privacy-policy.svg");
}
.privacy-policy li.guide_list_item.privacy-policy a:before {
  content: url("/item/guide/image/icon_privacy-policy_on.svg");
}

li.guide_list_item.terms a:before {
  content: url("/item/guide/image/icon_terms.svg");
}
.terms li.guide_list_item.terms a:before {
  content: url("/item/guide/image/icon_terms_on.svg");
}

li.guide_list_item.info a:before {
  content: url("/item/guide/image/icon_info.svg");
}
.info li.guide_list_item.info a:before {
  content: url("/item/guide/image/icon_info_on.svg");
}

li.guide_list_item.company a:before {
  content: url("/item/guide/image/icon_company.svg");
}
.company li.guide_list_item.company a:before {
  content: url("/item/guide/image/icon_company_on.svg");
}

h3.gude_list_item--label {
  margin-bottom: 0.3rem;
  margin-top: 1rem;
}

/*mypageメニュー*/
.guide_saidenav {
  width: 100%;
  padding-right: 2em;
}
li.gude_list_item {
  width: 100%;
  max-width: 300px;
  /* margin-right: 1em; */
  height: 150px;
  max-height: 150px;
  /*   margin: 1%; */
}
li.guide_list_item {
  border: #b2b2b2 1px solid;
  display: inline-block;
  padding: 1rem;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  width: 300px;
  height: 150px;
  max-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

gude_list p {
  font-size: 0.825rem;
}

.gude_list_ul p {
  font-size: 0.825rem;
}

ul.guide_list_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* max-width: 300px; */
  margin-bottom: 3em;
}

main.fs-l-main {
  max-width: 64em;
  margin: auto;
}

h3.guide_list_item--label {
  margin-top: 1rem;
}
.pc_only{display: block;}
.sp_only{display: none;}
/*お問合せ*/
.info .container_inner {
    margin-top: -3rem;
}

.info .form_area {
    margin-top: 1.5rem;
}

.info span.hissu {
    width: 2.5em;
    height: 21px;
    margin-left: 1rem;
    display: inline-block;
    background: #b90000;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
}

.info input[type="text"] {
    margin-top: .5rem;
}

.info .info_input_sei {
    max-width: 100%;
    display: block;
}

.info .name_area_inner {
    display: flex;
    column-gap: 2rem;
}

.info .tel_area {
    margin-top: 2rem;
    display: block;
    max-width: 100%;
}

.info .tel_area_inner {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    width: 20rem;
    max-width: 100%;
}

.info .mail_area {
    margin-top: 2rem;
}

.info .check_area_inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.info .container_inner p {
    padding: 0;
    /* margin-top: .5rem; */
}

.info .check_area {
    margin-top: 2rem;
}

.info .check_area_inner span {
    margin-top: .5rem;
}

.fs-c-checkbox__checkbox {
  display: none;
}

.fs-c-checkbox__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}


.fs-c-checkbox {
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
}

.fs-c-checkbox__checkbox {
  display: none;
}

.fs-c-checkbox__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.fs-c-checkbox__checkMark {
  background: #ffffff;
  border-radius: 3px;
  border: 2px solid #666666;
  cursor: pointer;
  display: block;
  width: 8px;
  height: 16px;
  margin: 0 4px 0 0;
  position: relative;
  min-width: 16px;
}

.fs-c-checkbox__checkMark::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  color: #ffffff;
  display: block;
  font-size: 0.8em;
  opacity: 0;
  position: absolute;
  top: 0.1em;
  left: 0.1em;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #000;
  border-color: #000;
  color: #ffffff;
  transition: all 0.5s 0s ease;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before {
  opacity: 1;
}


.textbox_area {
    margin-top: 2rem;
}

.textbox_area textarea {
    border: 1px solid #ccc;
    margin-top: .5rem;
}

.privacy_area {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.privacy_area a {
    color: #005BCB;
}

.privacy_area .fs-c-checkbox {
    margin-top: .5rem;
}
.submit_area input {
   background: #000;
   color:#fff;
    width: 210px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    }

.submit_area {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

/*お問合せ　end*/





/*------------------- sp --------------------------------*/
@media print, screen and (max-width: 64em) {
.pc_only{display: none;}
.sp_only{display: block;}
    
/*ガイドトップ*/
.h2_wrap {
    width: calc(100% - 1.25rem);
    margin: 2rem auto 3rem;
}
.h2 > span {
    display: block;
    font-size: .8rem;
    margin-top: 1rem;
    position: absolute;
    width: calc(100% - 1.25rem);
}
h2.h2 {
    display: block;
}
.h3{
    font-size: .875rem;
}
    .guide_sp_txt{
    margin: -1.5em 0 1em;
    padding-bottom: 1em;
    line-height: 1.5;
    font-size: 0.875rem;
    color: #333;
    }    
li.guide_list_item {
    max-width: 48%;
}

aside.guide_saidenav {
    padding: 0;
}
ul.guide_list_ul {
    width: calc(100% - 1.25rem);
    margin: auto;
}
/*ガイドトップ　end*/

  /*   sp　mypage topナビ */
  li.gude_list_item {
    width: 48%;
    max-width: 300px;
    height: 200px;
    max-height: 200px;
    margin: 1%;
    padding: 1rem 0.5rem 0.5rem 0.5rem;
  }

  /*   li.gude_list_item br {
        display: none;
    } */

  h3.gude_list_item--label {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .container {
    width: 100%;
    padding: 1.25rem 1.25rem 8rem;
  }
  .guide_2col aside.guide_saidenav {
    display: none;
  }

  /*2col*/
  .guide_2col {
    display: block;
  }

  .guide_category__group_item {
    width: 100%;
  }

  /*パンくず*/
  nav.fs-c-breadcrumb {
    top: 3px;
    font-size: 0.875rem;
  }
  /*guide 見出し*/
  .container h2 {
    display: none;
  }
  .h4_guide_hr {
    font-size: 0.875rem;
  }
  .h4_guide_hr span {
    max-width: 80%;
    line-height: 1rem;
  }

  /* ガイドTOPへ戻るボタン */
  .link_guide_top {
    display: none;
  }
  .guide_main .container_inner .btn_link a {
    width: 100%;
    padding: 1em;
  }

  /* お買い物ガイド */
  .guide_shopping .anc {
    padding-top: 2em;
  }
  /* 特定商取引法に基づく表示 */
  .guide_tradelaw table th {
    width: 33%;
    padding: 0.5em 0;
  }
/*お問合せ*/
.info .container_inner {
    padding: 0;
}

.info .name_area_inner {
    column-gap: 1rem;
}

}