@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP&display=swap');
@import url("https://use.typekit.net/gam5cpc.css");

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,address,em,img,small,strong,b,i,dl,dt,dd,ol,ul,li,form,label,table,caption,tbody,tfoot,thead,tr,th,td,article,canvas,footer,header,menu,nav,section,time,audio,video,figure,button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
}

article,
footer,
header,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

a {
  margin: 0;
  color: inherit;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

a:link {
  transition: .3s;
}

a:link:hover {
  opacity: 0.7;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em,
b {
  font-style: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

input,
select {
  vertical-align: middle;
}

.inputsans {
  font-family: input-sans, sans-serif;
  font-style: normal;
}

.mincho {
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width:768px) {
  body {
    font-size: 14px;
  }
}

/*//////////////////////////////
		header
//////////////////////////////*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 102;
  transition: 0.5s;
  padding: 30px 0;
  background-color: #000;
  color: #fff;
}

header.hd_shadow {
  padding: 10px 0 20px;
}

header img.black {
  display: none;
}

header img.white {
  display: inline-block;
}

header .header_logo {
  width: 198px;
  margin-right: 40px;
}

.globalheader {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.pcnav ul {}

.pcnav li {
  position: relative;
  text-align: center;
}

.pcnav li::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  transform: scale(0, 1);
  transition: .3s;
}

.pcnav li a {
  position: relative;
  display: block;
  padding: 0 10px;
  font-size: 18px;
  font-family: input-sans, sans-serif;
  font-weight: 500;
}

.pcnav li a:hover {
  opacity: 1;
}

.pcnav li:hover::after,
#top .pcnav li:first-child::after,
#guide .pcnav li:first-child::after,
#abouts .pcnav li:first-child::after,
#news .pcnav li:first-child::after,
#contact .pcnav li:first-child::after {
  transform: scale(1, 1);
}

.globalheader .fs-clientInfo {
  width: 200px;
}

.head_username {
  font-size: 13px;
}

.member_menu {
  /* margin-right: 20px; */
}

.member_menu a {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.member_menu a:first-child {
  margin-right: 20px;
}

.member_menu a span {
  margin-right: 3px;
}

.ec_menu a {
  position: relative;
  margin-left: 20px;
  text-align: center;
  font-size: 12px;
}

.head_searchbtn {
  cursor: pointer;
}

.pc_search_box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  padding: 20px;
  background-color: #000;
}

.keyword_search {
  max-width: 1200px;
  margin: 0 auto;
}

.search_input {
  width: calc(100% - 50px);
}

.search_input input {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  padding: 10px;
}

.keyword_search button {
  width: 50px;
  border: 1px solid #fff;
  color: #fff;
}

.fs-client-cart-count {
  position: absolute;
  background-color: #b03800;
  right: -8px;
  top: -8px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
}

@media screen and (max-width: 1200px) {
  .pcnav li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .pcnav li a {
    font-size: 12px;
    padding: 0 5px;
  }

  header .header_logo {
    width: 130px;
    margin-right: 20px;
  }

  .member_menu {
    margin-right: 10px;
  }

  .head_username {
    font-size: 11px;
  }

  .member_menu a {
    font-size: 11px;
  }

  .member_menu a:first-child {
    margin-right: 10px;
  }

  .ec_menu a {
    margin-left: 15px;
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  header {
    padding: 5px 0;
    background-color: #000;
  }

  header.hd_shadow {
    padding: 5px 0;
  }

  header .header_logo {
    width: 102px;
    padding-left: 10px;
    margin-right: 0;
  }

  .pc_search_box {
    display: none !important;
  }

  .globalheader {
    padding: 0;
  }

  .globalheader .fs-clientInfo {
    width: 100%;
  }

  /*sp navi */
  .sp_navBtn {
    width: 124px;
  }

  .ec_btn_area li {
    box-sizing: border-box;
    width: 44px;
    padding: 0 2px;
    font-size: 10px;
  }

  .ec_btn_area li.sp_cart {
    height: 50px;
  }

  .ec_btn_area li.sp_cart a {
    box-sizing: border-box;
    display: block;
    padding-top: 12px;
    width: 100%;
    height: 100%;
  }

  .ec_btn_area .count {
    top: 4px;
  }

  .globalnav_btn {
    position: relative;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
  }

  .globalnav_btn span {
    position: absolute;
    display: block;
    top: 24px;
    right: 12px;
    width: 20px;
    height: 2px;
    background-color: #fff;
  }

  .globalnav_btn span::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition: .3s;
  }

  .globalnav_btn span::after {
    content: "";
    position: absolute;
    bottom: -7px;
    right: 0;
    width: 15px;
    height: 2px;
    background-color: #fff;
    transition: .3s;
  }

  .open .globalnav_btn span {
    background-color: transparent;
    width: 25px;
  }

  .open .globalnav_btn span::before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .open .globalnav_btn span::after {
    bottom: 0;
    left: 0;
    width: 25px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .head_username {
    display: none;
  }

  .member_menu {
    margin-right: 0;
    padding: 10px 20px 20px;
  }

  .member_menu>span {
    width: 46%;
  }

  .member_menu span a {
    display: flex;
    border: 1px solid #fff;
    padding: 6px 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .member_menu span a img {
    vertical-align: middle;
  }

  .sp-menu {
    background-color: #000;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 800;
    padding-bottom: 50px;
    height: calc(100vh - 50px);
    overflow-y: scroll;
    box-sizing: border-box;
  }

  .sp-menu .acc_ttl.open {
    background-color: #ccc;
  }

  .sp-menu ul li {
    text-align: left;
    display: block;
    height: auto;
    line-height: 2.8em;
    position: relative;
    transition: .5s;
  }

  .sp-menu ul li a {
    display: block;
    font-size: 14px;
    display: block;
    position: relative;
  }

  .sp-menu ul li a::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }

  .sp-menu ul li li {
    line-height: 2.4em;
  }

  .pcnav {
    display: none;
  }

  .spnav {
    padding: 0 20px;
  }

  .sp-menu .acc_ttl {
    position: relative;
    padding: 0 10px;
  }

  .sp-menu .acc_ttl::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    background-color: #fff;
    right: 18px;
    top: calc(50% - 7px);
    transition: .3s;
  }

  .sp-menu .acc_ttl::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 1px;
    background-color: #fff;
    right: 12px;
    top: calc(50% - 1px);
  }

  .sp-menu .acc_ttl.open::before {
    transform: rotate(90deg);
    transform-origin: center center;
  }

  .sp-menu .acc_inner {
    padding: 10px 15px 20px;
  }

  .sp-menu .size_list {
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
  }

  .sp-menu .size_list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    line-height: 1.8em;
  }

  .sp-menu .size_list label::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background-color: #fff;
    margin-right: 5px;
  }

  .sp-menu .size_list input[type="radio"]:checked+label::before {
    border: 1px solid #c1ac3a;
    background-color: #c1ac3a;
  }

  .sp-menu .size_list input {
    display: none;
  }

  .sp-menu .color_list {
    width: 220px;
    margin: 0 auto 20px;
  }

  .sp-menu .color_list li {
    margin: 3px;
  }

  .sp-menu .color_list li input {
    display: none;
  }

  .sp-menu .color_list li label {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
  }

  .sp-menu .color_list li label.white {
    border: 1px solid #fff;
    background-color: #fff;
  }

  .sp-menu .color_list li label.black {
    border: 1px solid #000;
    background-color: #000;
  }

  .sp-menu .color_list li label.gray {
    border: 1px solid #c7c7c7;
    background-color: #c7c7c7;
  }

  .sp-menu .color_list li label.brown {
    border: 1px solid #684500;
    background-color: #684500;
  }

  .sp-menu .color_list li label.beige {
    border: 1px solid #dbc7a0;
    background-color: #dbc7a0;
  }

  .sp-menu .color_list li label.green {
    border: 1px solid #4f8c00;
    background-color: #4f8c00;
  }

  .sp-menu .color_list li label.blue {
    border: 1px solid #002bc9;
    background-color: #002bc9;
  }

  .sp-menu .color_list li label.yellow {
    border: 1px solid #ffee36;
    background-color: #ffee36;
  }

  .sp-menu .color_list li label.pink {
    border: 1px solid #ff98cd;
    background-color: #ff98cd;
  }

  .sp-menu .color_list li label.red {
    border: 1px solid #e02020;
    background-color: #e02020;
  }

  .sp-menu .color_list li label img {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .sp-menu .color_list input[type="checkbox"]:checked+label {
    border: 1px solid #000;
  }

  .sp-menu .color_list input[type="checkbox"]:checked+label img {
    display: block;
  }

  .sp-menu .search_color button {
    display: block;
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .keyword_search._header-bottom {
    background:#000;
    padding: 0 10px 15px;
  }
  .keyword_search._header-bottom {
    font-size: 16px;
  }
}

/* /////////////////////////////
      footer
///////////////////////////// */
#pageTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  display: none;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}

.footer_logo img {
  width: 150px;
}

footer li {
  padding: 2px 10px;
  border-right: 1px solid #fff;
}

footer li:last-child {
  border-right: 0;
}

.footer_insta img {
  width: 28px;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
  .footer_logo {
    margin-bottom: 20px;
  }

  footer li {
    width: 50%;
    margin-bottom: 10px;
  }

  footer li:nth-child(even) {
    border-right: 0;
  }
}

/* /////////////////////////////
      common
///////////////////////////// */
.login.my-true {
  display: block;
}

.login.my-false {
  display: none;
}

.logout.my-true {
  display: none;
}

.logout.my-false {
  display: block;
}

.fs-l-page {
  padding-top: 120px;
}

.fs-l-main {
  padding-bottom: 100px;
}

/* プレビュー　*/
.fs-preview-header {
  display: none !important;
}

/* パンクズ */
.fs-c-breadcrumb__list {
  padding: 10px 0;
}

.fs-c-breadcrumb {
  max-width: 1200px;
  font-size: 14px;
  margin: 0 auto 50px;
  padding: 0 20px;
}

/* ページタイトル */
.page_ttl {
  margin-bottom: 60px;
  text-align: center;
}

.page_ttl h1 {
  font-size: 40px;
  line-height: 1.2;
  font-family: input-sans, sans-serif;
  font-weight: 500;
}

.page_ttl h1.noto {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.page_ttl p {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .fs-l-page {
    padding-top: 102px;
  }
}

@media screen and (max-width: 768px) {
  .fs-l-main {
    padding-bottom: 60px;
  }

  .fs-l-page {
    padding-top: 60px;
  }

  .fs-c-breadcrumb {
    font-size: 12px;
    margin: 10px auto;
  }

  .page_ttl {
    padding-top: 30px;
    margin-bottom: 40px;
  }

  .page_ttl h1 {
    font-size: 28px;
  }
}

/* /////////////////////////////
      TOP
///////////////////////////// */
.new_information {
  padding: 80px 20px 60px;
  max-width: 1000px;
  margin: 0 auto;
}

.new_information ul {
  position: relative;
  padding: 20px 10px 20px 130px;
  border: 1px solid #000;
}
.new_information ul:first-child {
  display: none;
}

.new_information ul::before {
  position: absolute;
  content: "NEWS";
  left: 20px;
  top: calc(50% - 16px);
  font-family: input-sans, sans-serif;
  font-weight: 500;
  font-size: 26px;
}

.fs-body-top .item_wrap {
  position: relative;
}

.fs-body-top .item_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background: url(../img/top/bg_bdr_gry.png) center / cover;
  left: 0;
  top: calc(50% - 40px);
}

.fs-body-top .item_wrap.bg_glay::before {
  background: url(../img/top/bg_bdr_white.png) center / cover;
}

.fs-body-top .item_block {
  position: relative;
  z-index: 1;
  padding: 40px 20px 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.fs-body-top .item_wrap ul li {
  width: 23%;
  max-width: 120px;
  font-family: input-sans, sans-serif;
  font-size: 22px;
  text-align: center;
  font-weight: 400 !important;
}

.fs-body-top .fs-c-productListCarousel,
.fs-body-top .fs-c-productListCarousel__list,
.new_item_inner {
  display: block;
  overflow: visible !important;
}

.fs-body-top .fs-c-productListCarousel__ctrl {
  display: none !important;
}

.fs-body-top .item_tab ul li,
.fs-body-top .item_tab02 ul li,
.fs-body-top .item_tab03 ul li {
  padding: 5px;
}

.fs-body-top .fs-c-productListItem__imageContainer {
  position: relative;
  border: 1px solid #000;
  margin-bottom: 10px;
}

.fs-body-top .fs-c-productListItem__imageContainer::after {
  left: -5px;
  top: -5px;
  position: absolute;
  font-family: input-sans, sans-serif;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #000;
}

.col-3 .slick-track>.slick-slide:first-child .fs-c-productListItem__imageContainer::after {
  content: "1";
  background-color: #c1ac3a;
  color: #fff;
}

.col-3 .slick-track>.slick-slide:nth-child(2) .fs-c-productListItem__imageContainer::after {
  content: "2";
  background-color: #e7e7e7;
}

.col-3 .slick-track>.slick-slide:nth-child(3) .fs-c-productListItem__imageContainer::after {
  content: "3";
  background-color: #fff;
}

.item_block .slick-track-none {
  width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fs-body-top .item_tab_inner {
  background-color: #fff;
  padding: 60px 30px 50px;
}

.col-4 .slick-slide {
  width: 23%;
}

.col-3 .slick-slide {
  width: 31%;
}

.fs-body-top .btn_all {
  display: block;
  width: 180px;
  margin: 0 auto;
  text-align: center;
  font-family: input-sans, sans-serif;
  font-weight: 400;
  padding: 5px;
  font-size: 20px;
  background-color: #000;
  color: #fff;
}

.category_area ul {
  gap: 14px 10px;
  margin-top: 40px;
}

.category_area li {
  width: 24%;
  background-color: #bdbdbd;
  text-align: center;
}

.category_area li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 20px 0;
}

.category_area li.brand a {
  padding: 0;
}

.category_area li.brand a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category_area li a .other {
  margin-bottom: 10px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .new_information {
    margin: 20px 0;
    padding: 10px;
    background: #FCDFDE;
  }

  .new_information ul:first-child {
    display: block;
    padding: 0;
    border: none;
  }
  .new_information ul:last-child {
    display: none;
  }
  .new_information ul::before {
    display: none;
  }

  .new_information ul li {
    text-align: center;
  }

  .new_information ul li .fs-pt-list__link {
    overflow: hidden;
    display: block;
    color: #F25F5A;
    font-weight: 500;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .new_information ul li .fs-pt-list__link br {
    display: none;
  }

  .new_information ul li .fs-pt-list__link time {
    font-weight: 700;
  }

  .fs-body-top .item_wrap ul li {
    font-size: 13px;
    margin: 0 1%;
  }

  .col-4 .slick-slide,
  .col-3 .slick-slide {
    width: 48%;
    margin-bottom: 30px;
  }

  .fs-body-top .btn_all {
    width: 160px;
    font-size: 16px;
  }

  .fs-body-top .item_tab_inner {
    padding: 20px 20px 30px;
  }

  .category_area li {
    width: 31%;
    margin-bottom: 10px;
    font-size: 11px;
  }

  .category_area li.brand {
    background: transparent;
  }

  .category_area li figure {
    height: 30px;
  }

  .category_area li figure.brand {
    height: 100%;
  }

  .category_area li figure img {
    height: 100%;
    width: auto;
  }

  .category_area li a .other {
    padding-top: 10px;
  }

  .fs-body-top .item_wrap::before {
    height: 200px;
  }

  .fs-body-top .fs-c-productListItem__imageContainer::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

}

/* /////////////////////////////
      商品一覧
///////////////////////////// */


/******* サイドナビ *******/
.sidenavi {
  width: 200px;
}

.sidenavi .sidebox {
  padding: 20px 15px;
  border-top: 2px solid #1b1b1b;
  background-color: #e7e7e7;
  margin-bottom: 20px;
  font-weight: bold;
}

.sidenavi .sidebox h2 {
  font-family: input-sans, sans-serif;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

.input_search input {
  width: 100%;
  border: 0;
  padding: 5px;
  font-weight: normal;
  font-size: 14px;
  border-radius: 3px;
  box-sizing: border-box;
}

.price_search input {
  border: 0;
  padding: 5px;
  font-weight: normal;
  font-size: 14px;
  border-radius: 3px;
  width: 60px;
}

.sidenavi .sidebox button {
  display: block;
  width: 70px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 2px;
  margin: 0 auto;
}

.sidenavi .type_list li {
  font-family: input-sans, sans-serif;
  position: relative;
  margin-bottom: 10px;
}

.sidenavi .type_list li:last-child {
  margin-bottom: 0;
}

.sidenavi .type_list a {
  display: block;
  padding-left: 10px;
}

.sidenavi .type_list a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 60%;
  background-color: #797979;
  left: 0;
  top: 20%;
}

.sidenavi .category_list li {
  margin-bottom: 15px;
}

.sidenavi .category_list a {
  display: flex;
  align-items: center;
}

.sidenavi .category_list a img {
  margin-right: 5px;
  width: 30px;
}

.sidenavi .size_list {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #000;
}

.sidenavi .size_list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.sidenavi .size_list label::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background-color: #fff;
  margin-right: 5px;
}

.sidenavi .size_list input[type="radio"]:checked+label::before {
  border: 1px solid #c1ac3a;
  background-color: #c1ac3a;
}

.sidenavi .size_list input {
  display: none;
}

.sidenavi .color_list li {
  margin: 3px;
}

.sidenavi .color_list li input {
  display: none;
}

.sidenavi .color_list li label {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
}

.sidenavi .color_list li label.white {
  border: 1px solid #fff;
  background-color: #fff;
}

.sidenavi .color_list li label.black {
  border: 1px solid #000;
  background-color: #000;
}

.sidenavi .color_list li label.gray {
  border: 1px solid #c7c7c7;
  background-color: #c7c7c7;
}

.sidenavi .color_list li label.brown {
  border: 1px solid #684500;
  background-color: #684500;
}

.sidenavi .color_list li label.beige {
  border: 1px solid #dbc7a0;
  background-color: #dbc7a0;
}

.sidenavi .color_list li label.green {
  border: 1px solid #4f8c00;
  background-color: #4f8c00;
}

.sidenavi .color_list li label.blue {
  border: 1px solid #002bc9;
  background-color: #002bc9;
}

.sidenavi .color_list li label.yellow {
  border: 1px solid #ffee36;
  background-color: #ffee36;
}

.sidenavi .color_list li label.pink {
  border: 1px solid #ff98cd;
  background-color: #ff98cd;
}

.sidenavi .color_list li label.red {
  border: 1px solid #e02020;
  background-color: #e02020;
}

.sidenavi .color_list li label img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sidenavi .color_list input[type="checkbox"]:checked+label {
  border: 1px solid #000;
}

.sidenavi .color_list input[type="checkbox"]:checked+label img {
  display: block;
}

@media screen and (max-width: 768px) {
  .sidenavi {
    display: none;
  }
}

/******* 商品一覧 *******/
.fs-c-productList {
  width: calc(100% - 230px);
}

.fs-c-productList h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.fs-c-productList__controller:first-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  font-size: 14px;
}

.fs-c-productList__controller:first-of-type .fs-c-pagination {
  display: none;
}

.fs-c-productList__controller:last-of-type {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
  font-size: 14px;
}

.fs-c-productList__controller:last-of-type .fs-c-listControl {
  display: flex;
  align-items: center;
}

.fs-c-productList__controller:last-of-type .fs-c-listControl__status {
  padding-bottom: 2px;
  margin-right: 20px;
}

.fs-c-pagination__item.is-active {
  background: #797979;
  color: #fff;
}

.fs-c-productList__controller:last-of-type .fs-c-sortItems {
  display: none;
}

.fs-c-sortItems {
  display: flex;
  order: 2;
}

.fs-c-sortItems__list {
  display: flex;
}

.fs-c-sortItems__list .fs-c-sortItems__list__item:last-child {
  order: -1;
}

.fs-c-sortItems__label {
  display: none;
}

.fs-c-sortItems__list__item {
  margin-left: 10px;
}

.fs-c-sortItems__list__item__label {
  padding: 2px 5px 3px;
}

.fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
  background-color: #797979;
  color: #fff;
}

.fs-c-productList__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fs-c-productList__list::after,
.fs-c-productList__list::before {
  content: "";
  display: block;
  width: 23%;
  height: 0;
}

.fs-c-productList__list::before {
  order: 1;
}

.fs-c-productList__list__item {
  width: 23%;
  margin-bottom: 30px;
}

.fs-c-productListItem__viewMoreImageButton {
  display: none;
}

.fs-c-productPrice__main__label,
.fs-c-button--addToCart--list,
.fs-c-button--addToWishList--icon {
  display: none;
}

.fs-c-price {
  justify-content: flex-start;
}

.fs-body-search .fs-c-productListItem__control {
  display: none;
}

@media screen and (max-width: 768px) {
  .fs-c-productList {
    width: 100%;
  }

  .fs-c-listControl {
    width: 100%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 640px) {

  .fs-c-productList__list::after,
  .fs-c-productList__list::before {
    width: 46%;
  }

  .fs-c-productList__list__item {
    width: 46%;
  }

  .fs-c-productList__controller:first-of-type {
    margin-bottom: 30px;
    font-size: 11px;
  }

  .fs-c-sortItems__list__item {
    margin-left: 0;
  }
}

/******* 商品一覧 *******/
.fs-body-product #fs_form {
  width: calc(100% - 230px);
  margin-bottom: 100px;
}

.fs-body-product .fs-c-productMainImage__image img {
  width: 100%;
}

.fs-body-product .fs-c-productMainImage__expandButton {
  display: none;
}

.fs-body-product .fs-c-price {
  font-size: 20px;
  margin-right: 3px;
}

.fs-body-product .fs-c-productThumbnail__image.is-active>img {
  border: 1px solid #000;
}

.fs-body-product .fs-c-productThumbnail__image__caption {
  font-size: 12px;
}

.fs-body-product .fs-c-productNameHeading {
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #171717;
}

.fs-body-product .fs-c-productPrice--selling {
  justify-content: flex-end;
  align-items: flex-end;
  line-height: 1;
  padding: 10px;
  border-bottom: 1px solid #171717;
}

.fs-body-product .fs-c-productPrice__addon__label {
  font-size: 12px;
}

.fs-body-product .fs-c-variationList__item__body {
  margin-top: 0;
  padding: 10px 0;
}

.fs-body-product .fs-c-variationList__item {
  position: relative;
  border-bottom: 1px solid #171717;
}

.fs-body-product .fs-c-variationCart--withImage>li {
  display: flex;
  padding: 15px 0;
  margin-top: 0;
  border-bottom: 1px dashed #171717;
}

.fs-body-product .fs-c-variationCart__image {
  display: none;
}

.fs-body-product .fs-c-variationList__item__title {
  width: 70px;
  padding-top: 10px;
  text-align: center;
}

.fs-body-product .fs-c-variationList__item__image {
  padding-top: 0px;
}

.fs-body-product .fs-c-variationList__item__image>img {
  max-width: 70px;
}

.fs-body-product .fs-c-variationList__item__cart {
  width: calc(100% - 80px);
  padding: 0;
}

.fs-body-product .fs-c-variationCart--withImage>li:last-of-type {
  border-bottom: 0;
}

.fs-body-product .fs-c-variationCart__cartButton {
  width: 160px;
  margin-left: 5px;
}

.fs-body-product .fs-c-variationCart__cartButton>button {
  position: relative;
  font-size: 14px;
  background-color: #171717;
  color: #fff;
  padding: 8px 20px 8px 40px;
  box-sizing: border-box;
}

.fs-body-product .fs-c-variationCart__cartButton>button::before {
  content: "";
  position: absolute;
  left: 20px;
  top: calc(50% - 9px);
  width: 17px;
  height: 18px;
  background: url('../img/common/ico_cart_w.png') center / cover;
}

.fs-body-product .fs-c-variationCart__cartButton--outOfStock {
  text-align: center;
}

.fs-body-product .fs-c-variationCart__variationName__shippingDate,
.fs-body-product .fs-c-variationCart__variationName__stock {
  font-size: 12px;
}

.fs-body-product .fs-c-button--particular {
  display: flex;
}

.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--icon,
.fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--icon,
.fs-body-product .fs-c-button--particular.fs-c-button--displayPassword,
.fs-body-product .fs-c-button--particular.fs-c-button--hidePassword {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label,
.fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--icon .fs-c-button__label,
.fs-body-product .fs-c-button--particular.fs-c-button--displayPassword .fs-c-button__label,
.fs-body-product .fs-c-button--particular.fs-c-button--hidePassword .fs-c-button__label {
  display: none;
}

.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
.fs-body-product .fs-c-button--particular.fs-c-button--displayPassword::before,
.fs-body-product .fs-c-button--particular.fs-c-button--hidePassword::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;
  font-size: 2.2rem;
}

.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  content: "\e919";
}

.fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  content: "\e91a";
  color: #c1ac3a;
}

.fs-body-product .fs-p-productDescription--full {
  padding: 15px 0;
  border-bottom: 1px solid #000;
  line-height: 1.6;
}

.fs-body-product .fs-c-productPointDisplay {
  display: none;
}

.product_detail_list {
  padding: 15px 0;
  border-bottom: 1px solid #171717;
}

.product_detail_list dl {
  width: 100%;
  display: table;
  border-bottom: 1px dashed #171717;
}

.product_detail_list dl:last-of-type {
  border-bottom: 0;
}

.product_detail_list dl dt,
.product_detail_list dl dd {
  display: table-cell;
  padding: 15px 0;
}

.product_detail_list dl dt {
  width: 140px;
  font-weight: bold;
}

.product_detail_size {
  margin-top: 30px;
  background-color: #e7e7e7;
}

.product_detail_size .acc_ttl {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.product_detail_size .acc_ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 26px;
  right: 20px;
  width: 16px;
  height: 2px;
  background-color: #171717;
}

.product_detail_size .acc_ttl::after {
  content: "";
  position: absolute;
  display: block;
  top: 26px;
  right: 20px;
  width: 16px;
  height: 2px;
  background-color: #171717;
  transform: rotate(90deg);
  transition: .3s;
}

.product_detail_size .acc_ttl.open::after {
  transform: rotate(0deg);
}

.acc_inner {
  display: none;
}

.product_detail_size .acc_inner {
  padding: 0 20px 30px;
}

.product_detail_size dl {
  width: 100%;
  display: table;
  border-bottom: 1px dashed #171717;
}

.product_detail_size dl:last-of-type {
  border-bottom: 0;
}

.product_detail_size dl dt,
.product_detail_size dl dd {
  display: table-cell;
  padding: 15px 0;
}

.product_detail_size dl dt {
  width: 160px;
  font-weight: bold;
}

.product_detail_size a {
  display: inline-block;
  background-color: #171717;
  color: #fff;
  padding: 8px 20px;
  box-sizing: border-box;
}

.fs-body-product .fs-c-productQuantityAndWishlist {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.fs-body-product .fs-c-productQuantityAndWishlist .fs-c-button--particular::before {
  content: "\e919";
  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;
  font-size: 2.2rem;
}

.fs-body-product .fs-c-productQuantityAndWishlist .fs-c-button--removeFromWishList--detail::before {
  content: "\e91a";
  color: #c1ac3a;
}

.fs-body-product .fs-c-productQuantityAndWishlist .fs-c-button__label {
  display: none;
}

.fs-body-product .fs-c-quantity {
  width: calc(100% - 50px);
  max-width: 100px;
}

.fs-body-product .fs-c-quantity__select,
.fs-c-quantity__number {
  margin-left: 10px;
  width: 100%;
  line-height: 34px;
  text-align: right;
  padding: 3px 10px;
}

.fs-body-product .fs-c-productActionButton button {
  width: 100%;
  text-align: center;
  background-color: #171717;
  color: #fff;
}

.fs-body-product .fs-c-productActionButton .fs-c-button__label {
  display: inline-block;
  position: relative;
  padding: 8px 20px 8px 40px;
  box-sizing: border-box;
}

.fs-body-product .fs-c-productActionButton .fs-c-button__label::before {
  content: "";
  position: absolute;
  left: 20px;
  top: calc(50% - 9px);
  width: 17px;
  height: 18px;
  background: url('../img/common/ico_cart_w.png') center / cover;
}

.fs-body-product .fs-c-quantity__message {
  border: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fs-c-button--displayPassword {
  display: none;
}

.iziToast-wrapper-topRight {
  top: 50%;
  right: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fs-body-product #fs_form {
    width: 100%;
  }

  .fs-body-product .fs-c-productNameHeading,
  .fs-body-product .fs-c-price {
    font-size: 18px;
  }

  .fs-body-product .fs-c-variationList__item__image>img {
    max-width: 80px;
  }

  .fs-body-product .fs-c-variationList__item__title {
    width: 60px;
  }

  .fs-body-product .fs-c-variationList__item__cart {
    width: calc(100% - 100px);
  }

  .fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
  .fs-c-button--particular.fs-c-button--addToWishList--icon::before,
  .fs-c-productQuantityAndWishlist .fs-c-button--particular::before,
  .fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    font-size: 24px;
  }

  .fs-body-product .fs-c-variationCart__cartButton {
    width: 120px;
  }

  .fs-body-product .fs-c-variationCart__cartButton>button {
    font-size: 12px;
    padding: 5px 5px 5px 20px;
  }

  .fs-body-product .fs-c-variationCart__cartButton>button::before {
    left: 10px;
    top: calc(50% - 6px);
    width: 12px;
    height: 13px;
  }

  .fs-body-product .fs-p-productDescription--full,
  .product_detail_list {
    padding: 10px 0;
  }

  .product_detail_size .acc_ttl {
    padding: 10px;
    font-size: 14px;
  }

  .product_detail_size .acc_ttl::before,
  .product_detail_size .acc_ttl::after {
    top: 19px;
    width: 14px;
  }

  .product_detail_size .acc_inner {
    padding: 0 10px 20px;
  }

  .product_detail_list dl dt,
  .product_detail_size dl dt {
    width: 110px;
  }

  .fs-body-product .fs-c-quantity__select,
  .fs-body-product .fs-c-quantity__number {
    line-height: 24px;
  }
}

/* /////////////////////////////
      ログイン
///////////////////////////// */

.member_login {
  background-color: #f3f3f3;
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #000;
}

.fs-c-registeredUsers__title,
.fs-c-newUsers__title {
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.fs-c-fsLogin,
.fs-c-newUsers__message {
  padding: 20px;
  font-size: 14px;
}

.fs-c-fsLogin #fs_form {
  width: 100%;
  margin-bottom: 0;
}

.fs-c-fsLogin .fs-c-inputInformation__field::before {
  content: "メールアドレスとパスワードを入力してログインしてください。";
  font-weight: 500;
}

.fs-c-fsLogin table,
.fs-c-fsLogin table tbody,
.fs-c-fsLogin table tr,
.fs-c-fsLogin table th,
.fs-c-fsLogin table td {
  display: block;
  font-weight: 500;
}

.fs-c-fsLogin .fs-c-inputTable__headerCell {
  padding: 15px 0 0;
  text-align: left;
}

.fs-c-fsLogin .fs-c-inputTable__dataCell {
  padding: 0;
}

.fs-c-fsLogin .fs-c-buttonContainer--login {
  text-align: center;
  margin: 20px 0 5px;
}

.fs-c-fsLogin .fs-c-textLinkContainer,
.fs-c-newUsers .fs-c-buttonContainer--memberRegister {
  text-align: center;
}

.fs-c-fsLogin .fs-c-button--login,
.fs-c-newUsers .fs-c-button--memberRegister,
.fs-c-button--confirmRegister,
.fs-c-button--registerAndContinue {
  display: inline-block;
  width: 180px;
  padding: 5px;
  font-size: 18px;
  text-align: center;
  background-color: #c1ac3a;
  color: #fff;
}

.nomember_area {
  width: 50%;
  padding-bottom: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.fs-c-fsLogin .fs-c-inputField input,
.fs-c-fsLogin .fs-c-inputGroup {
  border: 0;
}

.fs-c-fsLogin .fs-c-inputField input {
  padding: 5px;
}

.member_benefits {
  padding: 40px 20px 0;
}

.member_benefits h3 {
  margin-bottom: 20px;
}

.member_benefits .w-48 {
  padding: 20px;
  box-sizing: border-box;
  background-color: #f3f3f3;
}

#fs_registerAndContinue {
  justify-content: center;
}

.fs-c-guestPurchase {
  text-align: center;
  margin: 10px 0 30px;
}

.fs-c-guestPurchase .fs-c-button--guestPurchase {
  display: inline-block;
  width: 180px;
  padding: 5px;
  font-size: 18px;
  text-align: center;
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {

  .member_login,
  .nomember_area {
    width: 100%;
  }

  .nomember_area {
    margin-top: 30px;
    border-left: 1px solid #000;
  }

  .fs-c-fsLogin .fs-c-button--login,
  .fs-c-newUsers .fs-c-button--memberRegister,
  .fs-c-button--confirmRegister,
  .fs-c-button--registerAndContinue,
  .fs-c-guestPurchase .fs-c-button--guestPurchase {
    font-size: 16px;
  }

  .member_benefits .w-48 {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* /////////////////////////////
      サイズの測り方
///////////////////////////// */
.size_main .step_box {
  position: relative;
  padding: 40px 20px;
  background-color: #e7e7e7;
}

.size_main .arrow_sita::after {
  position: absolute;
  content: "";
  bottom: -45px;
  left: calc(50% - 15px);
  border-top: 15px solid #797979;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.size_main .step_box h2 {
  position: absolute;
  font-family: input-sans, sans-serif;
  font-weight: 500;
  font-size: 32px;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}

.size_main .step_box>.flex {
  max-width: 800px;
  margin: 0 auto;
}

.size_main .step_box .img_area {
  width: 220px;
}

.size_main .step_box .txt_area {
  width: calc(100% - 250px);
  line-height: 1.8;
  font-size: 14px;
}

.size_main .step_box.step02 .img_area {
  width: 495px;
}

.size_main .step_box.step02 .txt_area {
  width: calc(100% - 525px);
}

.size_main .step_box table {
  max-width: 340px;
  width: 100%;
}

.size_main .step_box table td {
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #000;
  background-color: #fff;
}

.size_main .step_box table td:first-child {
  width: 45%;
}

.size_main .step_box table td:nth-child(2) {
  width: 55%;
}

.item_link a {
  display: inline-block;
  width: 200px;
  text-align: center;
  padding: 5px;
  font-size: 20px;
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .size_main .step_box {
    margin-bottom: 60px;
  }

  .size_main .arrow_sita::after {
    bottom: -30px;
  }

  .size_main .step_box .img_area,
  .size_main .step_box.step02 .img_area {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .size_main .step_box .txt_area,
  .size_main .step_box.step02 .txt_area {
    width: 100%;
    line-height: 1.6;
    font-size: 12px;
  }

  .item_link a {
    font-size: 16px;
  }
}

/* /////////////////////////////
      帽子のかぶり方
///////////////////////////// */
.hat_cat {
  display: flex;
  align-items: center;
}

.hat_cat figure {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wear_box {
  border: 1px solid #ccc;
}

.wear_box .inner {
  padding: 40px 20px 30px;
}

.wear_box h2 {
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin-bottom:
}

.wear_box .pic {
  text-align: center;
}

@media screen and (max-width: 767px) {}

/* /////////////////////////////
      お気に入り
///////////////////////////// */
.fs-c-productList.fs-c-wishList {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 60px;
}

.fs-c-wishList .fs-c-productList__list__item {
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px 20px;
  border-bottom: 1px dashed #000;
}

.fs-c-wishList .fs-c-productList__list__item:first-of-type {
  border-top: 1px solid #000;
}

.fs-c-wishList .fs-c-productList__list__item:last-of-type {
  border-bottom: 1px solid #000;
  ;
}

.fs-c-wishList .item_detail {
  width: calc(100% - 350px);
}

.fs-c-wishList .fs-c-productListItem__imageContainer {
  width: 120px;
}

.fs-c-wishList .item_ttl_area {
  width: calc(100% - 140px);
  font-size: 14px;
}

.fs-c-wishList .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  display: none;
}

.fs-c-wishList .fs-c-button--addToCart--list {
  display: block;
}

.fs-c-wishList .fs-c-productListItem__productName {
  margin-bottom: 10px;
}

.fs-c-wishList .fs-c-productPrice__main {
  font-size: 18px;
  line-height: 1;
  color: #b03800;
}

.fs-c-wishList .fs-c-productPrice::before {
  content: "販売価格：";
}

.fs-c-wishList .fs-c-button--particular.fs-c-button--removeFromWishList--icon .fs-c-button__label {
  display: block;
}

.fs-c-wishList .fs-c-productListItem__control {
  max-width: 350px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.fs-c-wishList .fs-c-button--addToCart--list {
  position: relative;
  font-size: 14px;
  background-color: #171717;
  color: #fff;
  padding: 8px 20px 8px 40px;
  box-sizing: border-box;
  margin-right: 10px;
}

.fs-c-wishList .fs-c-button--viewProductDetail {
  max-width: 158px;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 14px;
  background-color: #171717;
  color: #fff;
  padding: 8px 20px 8px 20px;
  box-sizing: border-box;
  margin-right: 10px;
}

.fs-c-wishList .fs-c-button--addToCart--list::before {
  content: "";
  position: absolute;
  left: 20px;
  top: calc(50% - 9px);
  width: 17px;
  height: 18px;
  background: url('../img/common/ico_cart_w.png') center / cover;
}

.fs-c-wishList .fs-c-button--removeFromWishList--icon {
  font-size: 14px;
  background-color: #fff;
  color: #171717;
  padding: 8px 20px 8px 20px;
  border: 1px solid #171717;
  box-sizing: border-box;
}

.fs-c-buttonContainer--myPageTop {
  text-align: center;
}

.fs-c-buttonContainer--myPageTop a {
  display: inline-block;
  width: 200px;
  text-align: center;
  padding: 5px;
  font-size: 20px;
  background-color: #000;
  color: #fff;
}

.fs-c-productPrice {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .fs-c-productList.fs-c-wishList {
    margin: 0 auto 40px;
  }

  .fs-c-wishList .fs-c-productListItem__imageContainer {
    width: 80px;
  }

  .fs-c-wishList .item_ttl_area {
    width: calc(100% - 90px);
    font-size: 12px;
  }

  .fs-c-wishList .fs-c-productPrice__main {
    font-size: 16px;
  }

  .fs-c-wishList .fs-c-productPrice__addon__label {
    font-size: 12px;
  }

  .fs-c-wishList .item_detail {
    width: 100%;
  }

  .fs-c-wishList .fs-c-button--addToCart--list,
  .fs-c-wishList .fs-c-button--viewProductDetail {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .fs-c-wishList .fs-c-button--removeFromWishList--icon {
    width: 100%;
  }

  .fs-c-wishList .fs-c-productList__list__item {
    padding: 20px 10px;
  }

  .fs-c-buttonContainer--myPageTop a {
    font-size: 16px;
  }
}

/* /////////////////////////////
      マイページ
///////////////////////////// */
.fs-body-my-top .fs-c-wishlistProduct {
  display: none;
}

.mypage_main {
  background-color: #f3f3f3;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.mypage_main h2 {
  display: block !important;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #000;
}

.mypage_main .fs-clientInfo {
  display: inline;
}

.mypage_main .mypage_inner {
  padding: 60px 20px;
  max-width: 880px;
  margin: 0 auto;
}

.mypage_main .mypage_inner .btn_area {
  background-color: #fff;
  padding: 40px 20px 20px;
  margin-bottom: 60px;
}

.mypage_main .mypage_inner .btn_area ul {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mypage_main .mypage_inner .btn_area ul li {
  width: 48.5%;
  text-align: center;
  background-color: #000;
  color: #fff;
  margin-bottom: 20px;
}

.mypage_main .mypage_inner .btn_area ul li a {
  display: block;
  padding: 15px 10px;
}

.mypage_other {
  padding: 20px 0;
  border-bottom: 1px dashed #000;
}

.mypage_other .edit_ttl figure {
  width: 60px;
  text-align: center;
}

.mypage_other a {
  display: block;
  max-width: 110px;
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mypage_main .mypage_inner {
    padding: 20px 10px;
  }

  .mypage_main .mypage_inner .btn_area ul li {
    margin-bottom: 10px;
  }

  .mypage_main .mypage_inner .btn_area ul li a {
    padding: 10px 5px;
  }

  .mypage_main .mypage_inner .btn_area {
    padding: 20px 20px 10px;
    margin-bottom: 20px;
  }

  .mypage_other {
    padding: 15px 0;
  }

  .mypage_other a {
    width: 100%;
    text-align: center;
    margin: 15px auto 0;
    padding: 10px 20px;
  }

  .mypage_other .edit_ttl figure {
    width: 40px;
  }

  .mypage_other .edit_ttl figure img {
    width: 30px;
  }
}

/* /////////////////////////////
      会員登録内容変更
///////////////////////////// */
.member_edit_area {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 60px 20px;
  margin-bottom: 60px;
}

.member_edit_area #fs_form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.member_edit_area .fs-c-requiredMark::before {
  font-size: 1em;
  color: #b03800;
}

.member_edit_area table th {
  width: 220px;
  text-align: left;
}

.member_edit_area input {
  padding: 10px 15px;
  border: 0;
  background-color: #f3f3f3;
}

.member_edit_area .fs-c-dropdown__menu {
  padding: 10px 60px 10px 15px;
}

.member_edit_area .fs-c-inputField__explanation {
  font-size: 14px;
}

.member_edit_area .fs-c-inputInformation__button {
  padding-top: 40px;
  text-align: center;
}

.member_edit_area .fs-c-button--confirmChange,
.member_edit_area .fs-c-button--change.fs-c-button--primary {
  display: inline-block;
  width: 200px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  padding: 5px;
  color: #fff;
  background-color: #c1ac3a;
}

.member_edit_area.member_edit_change .fs-c-inputInformation__button {
  display: none;
}

.fs-body-my-account-settings-edit .member_edit_area .fs-c-button__label::after {
  display: inline-block;
  content: "する";
}

.member_edit_area .fs-c-inputGroup {
  border: 0;
}

.fs-c-inputInformation__message {
  text-align: center;
  font-size: 14px;
  padding-bottom: 10px;
}

.member_edit_area .fs-c-button--confirmLeave {
  width: 200px;
  font-size: 20px;
  padding: 5px;
  background-color: #464646;
  color: #fff;
}

.member_edit_area .fs-c-button--cancel {
  display: inline-block;
  margin-left: 10px;
  padding: 5px;
  width: 200px;
  font-size: 20px;
  background-color: #ccc;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .member_edit_area {
    padding: 30px 20px;
    margin-bottom: 40px;
  }

  .member_edit_area table th,
  .member_edit_area table td {
    display: block;
    width: 100%;
  }

  .member_edit_area table th {
    padding: 0 0 10px;
  }

  .member_edit_area table td {
    padding: 0 0 20px;
  }

  .member_edit_area input {
    padding: 5px 10px;
  }

  .member_edit_area #fs_input_birthdayYear {
    padding: 5px 40px 5px 10px;
  }

  .member_edit_area .fs-c-dropdown__menu {
    padding: 5px 30px 5px 5px;
  }

  .member_edit_area .fs-c-dropdown::after {
    padding: 0;
  }

  .member_edit_area.fs-c-dropdownGroup>.fs-c-dropdown:not(:first-of-type) {
    margin-left: 10px;
  }

  .member_edit_area .fs-c-inputField__explanation {
    font-size: 12px;
  }

  .member_edit_area .fs-c-button--confirmChange,
  .member_edit_area .fs-c-button--change.fs-c-button--primary {
    font-size: 16px;
  }
}

/* /////////////////////////////
      注文履歴
///////////////////////////// */
.order_history.w-800 {
  margin-bottom: 60px;
}

.order_history .fs-c-history__term {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

.order_history .fs-c-history {
  padding: 0 20px;
}

.order_history .fs-c-inputInformation__form {
  margin-bottom: 30px;
}

.order_history .fs-c-history__message {
  margin-top: 20px;
  text-align: center;
}

.fs-c-dropdown::after {
  width: 30px;
  background: #000;
  color: #fff;
  font-size: 20px;
  box-sizing: border-box;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .order_history.w-800 {
    margin-bottom: 40px;
  }
}

/* /////////////////////////////
      カートページ
///////////////////////////// */
.fs-l-cart__contentsArea {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 100px;
}

.fs-body-cart .fs-c-wishlistProduct {
  display: none;
}

.fs-l-cart__contentsArea .fs-l-cart__mainColumn {
  width: calc(100% - 300px);
}

.fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTable {
  width: 100%;
}

.fs-c-continueShopping {
  text-align: center;
}

.fs-c-button--continueShopping {
  display: inline-block;
  padding: 5px;
  border: 1px solid #000;
  width: 190px;
  font-size: 20px;
}

.fs-c-button--continueShopping::after {
  display: block;
  content: "買い物を続ける";
}

.fs-c-continueShopping .fs-c-button__label {
  display: none;
}

.fs-l-cart__contentsArea .fs-c-cartTable__headerCell {
  background-color: #000;
  color: #fff;
}

.fs-l-cart__contentsArea .fs-c-cartTable__dataCell {
  vertical-align: middle;
  padding: 20px;
}

.fs-l-cart__contentsArea .fs-c-cartTable__headerCell--action {
  width: 150px;
}

.fs-l-cart__contentsArea .fs-c-cartTable__actionButton {
  display: flex;
  flex-wrap: wrap;
}

.fs-l-cart__contentsArea .fs-c-cartTable__actionButton__container--buyItLater {
  width: 100%;
  order: -1;
  margin-bottom: 10px;
}

.fs-l-cart__contentsArea .fs-c-button--buyItLater {
  width: 100%;
  background-color: #797979;
  text-align: center;
  padding: 5px;
  color: #fff;
}

.fs-l-cart__contentsArea .fs-c-cartTable__actionButton__container--cancel--cart {
  width: 100%;
  border: 1px solid #000;
  text-align: center;
  padding: 5px;
  color: #fff;
}

.fs-l-cart__contentsArea .fs-c-cartTable__productName__name {
  margin-bottom: 10px;
}

.fs-l-cart__contentsArea .fs-c-listedProductName__variation:before,
.fs-l-cart__contentsArea .fs-c-listedProductName__variation:after {
  display: none;
}

/* .fs-l-cart__contentsArea .fs-c-listedProductName__variation__choice::before {
  content: "カラー：";
} */
.fs-l-cart__contentsArea .fs-c-productPrice::before {
  content: "販売価格：";
}

.fs-c-totalAndActions {
  width: 260px;
  padding: 20px;
  font-size: 14px;
  background-color: #e7e7e7;
}

.fs-c-button--loginAndPurchase {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  display: block;
}

.fs-c-button--unregisteredUserPurchase {
  margin-top: 10px;
  border: 1px solid #000;
  text-align: center;
  padding: 10px;
  display: block;
}

.fs-c-orderTotalTable {
  width: 100%;
}

.fs-c-orderTotalTable th,
.fs-c-orderTotalTable td {
  border: 0;
  padding: 10px 5px;
}

.fs-c-orderTotalTable tr {
  border-bottom: 1px dashed #000;
}

.fs-c-orderTotalTable>tbody>tr>th {
  text-align: left;
  font-weight: normal;
}

.fs-c-orderTotalTable>tbody>tr>td {
  text-align: right;
  font-weight: normal;
}

.fs-c-orderTotalTable .fs-c-price {
  justify-content: flex-end;
  font-size: 20px;
  color: #b03800;
  font-weight: bold;
}

.fs-c-cartDiscountInfo--postage {
  position: absolute;
  top: 160px;
  right: 20px;
  width: 260px;
  font-size: 14px;
  text-align: center;
}

.fs-c-cartTable__headerCell--quantity,
.fs-c-cartTable__dataCell--quantity {
  width: 100px;
}

.fs-c-cartDiscountInfo__info__next,
.fs-c-cartDiscountInfo__info__current {
  color: #b03800;
  font-weight: bold;
}

.fs-c-orderTotalTable__getPoint td {
  font-size: 20px;
}

.fs-c-orderTotalTable__getPoint td::after {
  margin-left: 5px;
  content: "ポイント";
  font-size: 12px;
}

.fs-c-cartDiscountInfo__note {
  display: none;
}

#fs-cartTotals-container {
  margin-bottom: 60px;
}

.fs-c-purchaseHere__message {
  display: none;
}

.fs-c-button--purchaseHere {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fs-l-cart__contentsArea .fs-l-cart__mainColumn {
    width: 100%;
  }

  .fs-c-totalAndActions {
    width: 100%;
    margin-top: 30px;
  }

  .fs-c-cartDiscountInfo--postage {
    top: auto;
    bottom: 70px;
    right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .fs-l-cart__contentsArea .fs-c-cartTable__actionButton {
    width: 100%;
  }

  .fs-l-cart__contentsArea .fs-c-cartTable__dataCell {
    display: flex;
    align-items: center;
    padding: 10px;
  }

  .fs-c-cartTable__dataCell--product {
    width: 100%;
    box-sizing: border-box;
  }

  .fs-c-cartTable__dataCell--product .fs-c-cartTable__product {
    align-items: center;
  }

  .fs-c-listedProductName__variation {
    margin-bottom: 5px;
  }

  .fs-c-listedProductName__variation__choice,
  .fs-c-listedProductName__variation__choice {
    font-size: 12px;
  }

  .fs-c-cartTable__row {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .fs-c-cartTable__product>.fs-c-cartTable__productImage {
    width: 100px;
    padding-right: 10px;
  }

  .fs-l-cart__contentsArea .fs-c-cartTable__productName__name {
    margin-bottom: 5px;
  }

  .fs-c-cartTable__dataCell--action {
    width: 100%;
  }
}

/* /////////////////////////////
      ご注文手続きページ
///////////////////////////// */
.order_procedure_block .fs-l-checkout__mainColumn {
  width: calc(100% - 300px);
}

.order_procedure_block .fs-l-checkout__sideColumn {
  width: 260px;
}

.order_procedure_block .fs-l-checkout__mainColumn h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

.order_procedure_block .fs-c-commissionTable th,
.order_procedure_block .fs-c-commissionTable td {
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.order_procedure_block .fs-c-commissionTable th {
  background-color: #000;
  color: #fff;
}

.order_procedure_block .fs-c-checkout-customerInfo__name,
.order_procedure_block .fs-c-checkout-destination__name {
  font-size: 18px;
}

.order_procedure_block .fs-c-checkout-preview {
  margin-bottom: 25px;
}

.order_procedure_block .fs-c-checkout-buyerInfo__body,
.order_procedure_block .fs-c-checkout-previewAndEdit,
.order_procedure_block .fs-c-checkout-delivery__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.order_procedure_block .fs-c-buttonContainer--changeSmall button {
  width: 180px;
  text-align: center;
  padding: 5px;
  border: 1px solid #000;
  font-size: 14px;
  margin: 10px 0;
}

.order_procedure_block .fs-c-button--inputCreditCardData {
  width: 180px;
  text-align: center;
  padding: 5px;
  border: 1px solid #000;
  font-size: 14px;
}

.order_procedure_block .fs-c-buttonContainer--chooseDestination button {
  width: 180px;
  text-align: center;
  padding: 5px;
  border: 1px solid #000;
  background-color: #000;
  font-size: 14px;
}

.order_procedure_block .fs-c-buttonContainer--chooseDestination span {
  color: #fff;
}

.order_procedure_block .fs-c-checkout-couponStatus {
  font-size: 12px;
}

.order_procedure_block .fs-c-checkout-couponList__item.is-active {
  display: flex;
  align-items: center;
}

.order_procedure_block .fs-c-checkout-confirmationList>dd {
  font-size: 16px;
}

.order_procedure_block .fs-c-returnedSpecialContract__link {
  text-align: right;
}

.order_procedure_block .fs-c-returnedSpecialContract__link a {
  text-decoration: underline;
}

.order_procedure_block .fs-c-cartTable__headerCell {
  background-color: #000;
  color: #fff;
}

.order_procedure_block .fs-c-cartTable td {
  vertical-align: middle;
  text-align: center;
}

.fs-c-cartTable__productInfo {
  text-align: left;
}

.order_procedure_block .fs-c-cartTable__dataCell--subtotal .fs-c-price {
  display: inline-block;
  justify-content: center;
}

.fs-c-confirmOrder {
  width: 100%;
  margin: 20px auto 0;
}

.fs-c-button--confirmOrder {
  background-color: #c1ac3a;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  box-sizing: border-box;
}

.fs-c-modal__inner {
  padding: 30px;
}

.fs-c-modal__inner .fs-c-modal__close::before {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
}

.fs-c-modal__inner .fs-c-inputTable {
  width: 100%;
}

.fs-c-modal__header {
  justify-content: center;
  font-size: 28px;
}

.fs-c-modal__inner .fs-c-buttonContainer {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.fs-c-button--primary {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}

.fs-c-button--settings {
  border: 1px solid #000;
  padding: 5px 10px;
  width: 100px;
}

.fs-c-button--setDestination {
  border: 1px solid #000;
  padding: 5px 10px;
  width: 100%;
}

.fs-c-button--cancel {
  margin-left: 15px;
  background-color: #ccc;
  color: #fff;
  padding: 5px 10px;
}

.fs-c-checkout-customerInfo__name {
  font-size: 16px;
}

.fs-c-button--addAddressee {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}

.fs-c-creditCardIcons {
  display: flex;
}

@media screen and (max-width: 768px) {
  .order_procedure_block .fs-l-checkout__mainColumn {
    width: 100%;
  }

  .order_procedure_block .fs-l-checkout__sideColumn {
    width: 100%;
  }

  .order_procedure_block .fs-c-checkout-destination__control {
    justify-content: flex-start;
    margin-top: 0;
  }

  .order_procedure_block .fs-c-buttonContainer--changeSmall button {
    width: 100px;
  }

  .order_procedure_block .fs-c-buttonContainer--chooseDestination button {
    margin-left: 5px;
    width: 170px;
  }
}

@media screen and (max-width: 600px) {}

/* /////////////////////////////
      QA
///////////////////////////// */
.item_tab ul,
.item_tab02 ul,
.item_tab03 ul {
  border-bottom: 1px solid #797979;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item_tab ul li,
.item_tab02 ul li,
.item_tab03 ul li {
  cursor: pointer;
  font-weight: bold;
  border-top: 1px solid #797979;
  border-left: 1px solid #797979;
  border-right: 1px solid #797979;
  margin: 0 5px;
  background-color: #797979;
  padding: 10px 5px;
  color: #fff;
  box-sizing: border-box;
}

.item_tab ul li.is-active,
.item_tab02 ul li.is-active,
.item_tab03 ul li.is-active {
  border-top: 1px solid #797979;
  border-left: 1px solid #797979;
  border-right: 1px solid #797979;
  background-color: #fff;
  color: #797979;
}

.item_tab_inner .tab_inner,
.item_tab_inner .tab_inner02,
.item_tab_inner .tab_inner03 {
  display: none;
}

.item_tab_inner .tab_inner.is-show,
.item_tab_inner .tab_inner02.is-show,
.item_tab_inner .tab_inner03.is-show {
  display: block;
}

.qa .item_tab ul li {
  font-size: 14px;
  max-width: 188px;
  width: 100%;
  text-align: center;
}

.qa .item_tab_inner {
  padding: 60px 0;
  border-bottom: 1px solid #797979;
  margin-bottom: 40px;
}

.qa .acc_ttl {
  position: relative;
  padding: 10px 50px 10px 10px;
  background-color: #e7e7e7;
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979;
}

.qa .acc_ttl::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  width: 16px;
  height: 2px;
  background-color: #797979;
  right: 15px;
}

.qa .acc_ttl::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  height: 16px;
  width: 2px;
  background-color: #797979;
  right: 22px;
  transition: .3s;
}

.qa .acc_ttl.open::after {
  transform: rotate(90deg);
}

.qa .acc_inner {
  padding: 10px 50px 10px 10px;
  border-bottom: 1px solid #797979;
}

.qa .acc_ttl .flex p:first-child,
.qa .acc_inner .flex p:first-child {
  width: 40px;
  text-align: center;
  font-size: 32px;
  margin-right: 10px;
  font-family: input-sans, sans-serif;
  font-weight: 500;
}

.qa .acc_inner .flex p:first-child {
  color: #c1ac3a;
}

.qa .acc_ttl .flex p:nth-child(2),
.qa .acc_inner .flex p:nth-child(2) {
  width: calc(100% - 50px);
}

.qa .acc_ttl .flex p:nth-child(2) {
  padding: 8px 0;
  line-height: 1.8;
  font-weight: bold;
}

.qa .acc_inner .flex p:nth-child(2) {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .qa .item_tab_inner {
    padding: 40px 0;
    margin-bottom: 30px;
  }

  .qa .acc_ttl,
  .qa .acc_inner {
    padding: 5px 35px 5px 5px;
  }

  .qa .acc_ttl .flex p:first-child,
  .qa .acc_inner .flex p:first-child {
    width: 30px;
    font-size: 22px;
    margin-right: 5px;
  }

  .qa .acc_ttl .flex p:nth-child(2),
  .qa .acc_inner .flex p:nth-child(2) {
    padding: 4px 0;
    width: calc(100% - 40px);
  }

  .qa .acc_ttl::before {
    right: 10px;
  }

  .qa .acc_ttl::after {
    right: 17px;
  }

  .qa .item_tab ul {
    border-bottom: 0;
  }

  .qa .item_tab ul li {
    font-size: 11px;
    margin: 1%;
    border-bottom: 1px solid #797979;
  }

  .qa .item_tab ul li:first-child,
  .qa .item_tab ul li:nth-child(2) {
    width: 47%;
  }

  .qa .item_tab ul li:nth-child(3),
  .qa .item_tab ul li:nth-child(4),
  .qa .item_tab ul li:nth-child(5) {
    width: 31%;
  }
}

/* /////////////////////////////
      ショッピングガイド
///////////////////////////// */
.shopping_guide ul {
  max-width: 800px;
  margin: 0 auto 60px;
}

.shopping_guide ul::before {
  content: "";
  display: block;
  width: 23%;
  order: 100;
}

.shopping_guide ul::after {
  content: "";
  display: block;
  width: 23%;
}

.shopping_guide li {
  width: 23%;
  font-size: 14px;
  margin-bottom: 10px;
}

.shopping_guide li a {
  display: block;
  position: relative;
  text-align: center;
  height: 100%;
  background-color: #797979;
  padding: 10px 5px 20px;
  color: #fff;
  box-sizing: border-box;
}

.shopping_guide li a::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  bottom: 9px;
  right: calc(50% - 4px);
}

.guide_box {
  padding-top: 100px;
  margin-top: -100px;
}

.guide_box h2 {
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979;
  background-color: #f3f3f3;
  text-align: center;
  padding: 20px 10px;
}

.guide_box h3 {
  padding-left: 10px;
  border-left: 3px solid #c1ac3a;
  margin-bottom: 10px;
  line-height: 1.2
}

.guide_box .inner {
  padding: 30px 20px 70px;
}

.guide_box .member_point {
  padding: 32px;
  max-width: 500px;
  box-sizing: border-box;
  background-color: #f3f3f3;
}

@media screen and (max-width: 767px) {
  .guide_box h2 {
    padding: 15px 10px;
  }

  .shopping_guide li {
    width: 49%;
    font-size: 11px;
    margin-bottom: 6px;
  }

  .guide_box .inner {
    padding: 20px 10px 30px;
  }
}

/* /////////////////////////////
      お問い合わせ
///////////////////////////// */
.contact_wrap {
  margin-top: 20px;
  padding: 60px 0;
  border-top: 1px solid #171717;
  border-bottom: 1px solid #171717;
  margin-bottom: 30px;
}

.contact_wrap table {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.contact_wrap table th {
  width: 220px;
  vertical-align: top;
  text-align: left;
  padding: 26px 0;
}

.contact_wrap table td {
  padding: 18px 0;
}

.contact_wrap table td input,
.contact_wrap table td textarea {
  border: 0;
  background-color: #f3f3f3;
  padding: 10px;
  font-size: 14px;
}

.contact_wrap table td textarea {
  resize: none;
  height: 200px;
}

.submit_btn {
  text-align: center;
}

.submit_btn input {
  display: inline-block;
  width: 180px;
  border: 0;
  text-align: center;
  padding: 5px;
  font-size: 20px;
  background-color: #c1ac3a;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact_wrap {
    padding: 40px 0 20px;
  }

  .contact_wrap table th {
    display: block;
    width: 100%;
    padding: 0;
  }

  .contact_wrap table td {
    display: block;
    padding: 10px 0 20px;
  }

  .submit_btn input {
    font-size: 16px;
  }
}

/* /////////////////////////////
      お問い合わせ
///////////////////////////// */
.pw_forgot .fs-c-inputTable,
.pw_forgot .fs-c-inputTable tbody,
.pw_forgot .fs-c-inputTable tr,
.pw_forgot .fs-c-inputTable th,
.pw_forgot .fs-c-inputTable td {
  display: block;
  text-align: left;
}

.pw_forgot .fs-c-inputTable th {
  padding: 20px 0 10px;
}

.pw_forgot .fs-c-inputTable td {
  padding: 0;
}

.pw_forgot .fs-c-inputTable td input {
  border: 0;
  background-color: #f3f3f3;
  padding: 10px;
  font-size: 14px;
}

.pw_forgot .fs-c-inputGroup {
  border: 0;
}

.pw_forgot .fs-c-inputTable td button {
  display: none;
}

.pw_forgot .fs-c-requiredMark::before {
  font-size: 1em;
  color: #b03800
}

.pw_forgot .fs-c-inputInformation__button {
  text-align: center;
  margin-top: 50px;
}

.pw_forgot button[type="submit"] {
  display: inline-block;
  width: 180px;
  border: 0;
  text-align: center;
  padding: 5px;
  font-size: 20px;
  background-color: #c1ac3a;
  color: #fff;
}

@media screen and (max-width: 767px) {}

/* /////////////////////////////
      クーポン情報
///////////////////////////// */
.coupon_list.w-1000 {
  padding: 40px 20px 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #f3f3f3;
  margin: 0 auto 60px;
  max-width: calc(100% - 40px);
  width: 1000px;
}

.coupon_list .fs-c-couponList__item {
  background-color: #fff;
  padding: 30px;
  max-width: 420px;
  margin: 0 auto 20px;
}

.coupon_list .fs-c-couponName__name {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.coupon_list .fs-c-couponName__explain {
  display: none;
}

.coupon_list .fs-c-couponName__discount {
  text-align: center;
  background-color: #c1ac3a;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 30px;
}

.coupon_list .fs-c-couponExpiration__list__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 10px;
}

.coupon_list .fs-c-couponExpiration__list__item__title {
  border: 1px solid #000;
  padding: 0 5px;
}

.coupon_list .fs-c-couponExpiration__list__item__body {
  width: calc(100% - 80px);
}

.coupon_list .fs-c-couponAppliedCondition__list {
  margin-top: 5px;
  font-size: 14px;
}

.coupon_list .fs-c-couponAppliedCondition__list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.coupon_list .fs-c-couponAppliedCondition__list li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  left: 0;
  top: 5px;
}

@media screen and (max-width: 767px) {
  .coupon_list.w-1000 {
    padding: 30px 20px 20px;
    margin: 0 auto 40px;
  }

  .coupon_list .fs-c-couponList__item {
    padding: 20px;
  }

  .coupon_list .fs-c-couponName__name {
    font-size: 16px;
  }

  .coupon_list .fs-c-couponName__discount {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* /////////////////////////////
      クーポン情報
///////////////////////////// */
.point_history.w-1000 {
  margin-bottom: 60px;
}

.point_history .fs-c-history__info {
  border: 1px solid #000;
  padding: 30px;
  max-width: 420px;
  margin: 0 auto 20px;
}

.point_history .fs-c-pointSummary {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.point_history .fs-c-history__infoSummary {
  background-color: #e7e7e7;
}

.point_history .fs-c-pointSummary__label--availablePoint {
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}

.point_history .fs-c-pointSummary__value--availablePoint {
  width: 100%;
  padding: 0 10px;
  text-align: right;
  font-weight: bold;
  font-size: 28px;
  color: #b03800;
  box-sizing: border-box;
}

.point_history .fs-c-pointSummary__label--limitedPoint {
  width: 80%;
  text-align: right;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 14px;
}

.point_history .fs-c-pointSummary__value--limitedPoint {
  padding-right: 10px;
  font-size: 14px;
}

.point_history .fs-c-pointSummary__label--limitedPoint::before {
  content: "(";
}

.point_history .fs-c-pointSummary__value--limitedPoint::after {
  content: ")";
}

.point_history .fs-c-pointSummary__label--purchasePointExpiration,
.point_history .fs-c-pointSummary__value--purchasePointExpiration {
  padding-top: 15px;
}

.point_history .fs-c-pointSummary__label--purchasePointExpiration,
.point_history .fs-c-pointSummary__label--waitingPoint,
.point_history .fs-c-pointSummary__label--purchasePointTotal {
  text-align: left;
  width: 60%;
  background-color: #fff;
  padding-left: 10px;
  padding-bottom: 5px;
  box-sizing: border-box;
}

.point_history .fs-c-pointSummary__value--purchasePointExpiration,
.point_history .fs-c-pointSummary__value--waitingPoint,
.point_history .fs-c-pointSummary__value--purchasePointTotal {
  text-align: right;
  width: 40%;
  background-color: #fff;
  padding-right: 10px;
  padding-bottom: 5px;
  box-sizing: border-box;
}

.point_history .fs-c-history__listContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.point_history .fs-c-history__termCtrl {
  max-width: 200px;
  width: 100%;
}

.point_history .fs-c-listTable {
  width: 100%;
  margin-top: 30px;
}

.point_history .fs-c-listTable th {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  border-right: 1px solid #fff;
  padding: 10px;
}

.point_history .fs-c-listTable th:last-child {
  border-right: 0;
}

.point_history .fs-c-listTable td {
  border-left: 1px solid #000;
  border-bottom: 1px dashed #000;
  padding: 10px;
  font-size: 16px;
}

.point_history .fs-c-listTable td:last-child {
  border-right: 1px solid #000;
}

.point_history .fs-c-listTable tr:last-child td {
  border-bottom: 1px solid #000;
}

.point_history .fs-c-listTable+.fs-c-listControl {
  display: none;
}

@media screen and (max-width: 767px) {
  .point_history.w-1000 {
    margin-bottom: 40px;
  }

  .point_history .fs-c-history__termCtrl {
    max-width: 100%;
  }

  .point_history .fs-c-history__info {
    padding: 15px;
  }

  .point_history .fs-c-listTable {
    border-bottom: 1px solid #000;
  }

  .point_history .fs-c-listTable td {
    border: 1px solid #000;
    border-bottom: 0 !important;
    justify-content: space-between;
  }

  .fs-c-listTable>tbody>tr {
    margin-bottom: 20px;
  }

  .point_history .fs-c-pointListTable.fs-c-listTable>tbody>tr td::before {
    width: 140px;
    font-size: 15px;
  }
}

/* /////////////////////////////
      会員登録完了
///////////////////////////// */
.regist_complete.w-800 {
  margin-bottom: 60px;
}

.regist_complete p {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .regist_complete.w-1000 {
    margin-bottom: 40px;
  }
}

/* /////////////////////////////
      クレジットカード一覧
///////////////////////////// */
.credit_list.w-800 {
  margin-bottom: 60px;
}

.credit_list .fs-c-noResultMessage__title {
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
}

.credit_list .fs-c-creditCardListItem__status__label::before {
  padding: 4px;
  margin-right: 8px;
  color: #fff;
  background-color: #c1ac3a;
  border-radius: 50%;
}

.credit_list .fs-c-creditCardListItem {
  max-width: 400px;
  margin: 0 auto 30px;
}

.credit_list button {
  background-color: #000;
  margin-top: 10px;
  color: #fff;
  padding: 5px 10px;
}

@media screen and (max-width: 767px) {
  .credit_list.w-800 {
    margin-bottom: 40px;
  }

  .credit_list .fs-c-noResultMessage__title {
    font-size: 16px;
    margin-top: 30px;
  }
}

.term_block .fs-c-explainList {
  display: flex;
  flex-wrap: wrap;
}

.term_block .fs-c-explainList dt {
  width: 150px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid;
}

.term_block .fs-c-explainList dd {
  width: calc(100% - 150px);
  padding: 10px 0;
  border-bottom: 1px solid;
}

@media screen and (max-width: 767px) {
  .term_block .fs-c-explainList dt {
    width: 130px;
  }

  .term_block .fs-c-explainList dd {
    width: calc(100% - 130px);
  }
}