@charset "UTF-8";
/* CSS Document */
/*---------------common----------------------*/
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
  font-size: 1.4rem;
  color: #444;
  line-height: 1;
}
html, body {
  overflow-x: hidden;
}
a:link {
  color: #444;
  text-decoration: none;
}
a:visited {
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #444;
  text-decoration: none;
}
a:active {
  color: #444;
}
figure {
  margin: 0;
}
/*---------------common----------------------*/
.pc {
  display: none;
}
.sp-header {
  display: block;
}
section.sp-header {
  padding: 0 !important;
  margin: 0;
  background: #eee;
}
section.content > div {
  margin: 1px 0 4rem;
}
section.content > div:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 1.5rem;
  margin: 0.5rem 0;
}
h1 span {
  font-size: 1rem;
  margin-left: 0.5rem;
}
/*h1.black {
  background: #000;
  padding: 0.5rem 1rem;
  color: #fff;
  text-align: center;
  margin: 0 -1rem 2rem;
}*/
/*--sp-search用追加--*/
nav.mean-nav ul.nav {
  overflow: inherit !important;
}
/*--fs用追加--*/
ul.fs-pt-menu__submenu.fs-pt-menu--lv4 {
  text-indent: 1rem;
}
li.fs-pt-menu__item.fs-pt-menu__item--lv2.fs-pt_menu__item--category_l {
  border-top: 1px dotted #444;
  padding-top: 10px;
}
footer.fs-l-footer {
  margin-top: 0;
  border: none;
  background: none;
}
p.FS2_repeater {
  position: relative;
  right: -14rem;
  bottom: 1.2rem;
  display: inline-block;
}
#header.fs-l-header {
  padding: 0;
  height: 150px;
  background: #eee;
}
.fs-l-header .select_wrapper::after {
  top: 10px;
}
@media screen and (min-width: 768px) {
  #header.fs-l-header {
    padding: 0;
    height: 120px;
    background: #eee;
  }
}
.fs-clientInfo.is-ready {
  display: inline-block;
  position: relative;
  top: -10px;
  right: -150px;
}
.meanmenu-reveal span:nth-of-type(1) {
  background: #000;
}
.meanmenu-reveal span:nth-of-type(2) {
  top: 8px;
  background: #000;
}
.meanmenu-reveal span:nth-of-type(3) {
  top: 16px;
  background: #000;
}
/*--ブランドレコメンド--*/
#brand-recommend ul, #rearrival ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 1rem 1rem 0;
}
#brand-recommend ul li {
  width: 32%;
  margin-bottom: 0.5rem
}
#brand-recommend img, #rearrival img {
  width: 100%;
}
section#brand-recommend h2 {
  text-align: center;
  color: #444;
  font-size: 16px;
  text-align: center;
  padding: 1rem 0 0;
  border-top: 1px solid #999;
}
/*アライバルバナー*/
.arrival {
  text-align: center;
  margin: 2px 0 40px;
}
/*もっと見る*/
a.moreitems {
  background: #000;
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
  line-height: 3;
  margin: 0 auto;
}
a.moreitems::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left: solid 8px #fff;
  top: 39%;
  margin-left: 8px;
}
/*--header--*/
.h_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2px;
  z-index: 100;
  width: 35%;
  margin: 5px auto 5px;
  position: relative;
}
#open-list {
  background: #eeeeee;
  padding: 5px 5px 0 !important;
  margin: 3.5rem 0 0 !important;
  line-height: 1;
  border-top: none;
  display: flex;
  border: none;
}
#open-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}
#open-list ul li {
  width: 50%;
}
#open-list a {
  display: block;
  /* padding: 5px 40px; */
  line-height: 1;
  white-space: nowrap;
  /* background:#ccc; */
}
#open-list img, .sub-list img {
  width: 26px;
  margin: 0 auto;
  display: block;
}
#open-list span, .sub-list span {
  display: block;
  font-size: 14px;
  padding: 3px 0;
  text-align: center;
}
.sub-list-genre {
  margin: 0 auto;
  /* width: 25%; */
}
.sub-list-genre:nth-of-type(1) {
  border-bottom: 2px solid #333;
  /* margin-left:50px; */
}
.sub-list-genre:nth-of-type(2) {}
.sub-list-genre li {
  margin-bottom: 10px;
  width: 45%;
}
.sub-list {
  position: absolute;
  top: 8px;
  right: 57px;
  z-index: 100;
}
.sp-header .sub-list:nth-of-type(1) {
  right: 20px;
}
.sp-header .sub-list:nth-of-type(2) {
   right: 20px;
}
.sp-header .sub-list:nth-of-type(3) {
  /* right:80px; */
}
#banner {
  margin: 0;
  padding: 0
}
/*--ドグルメニュー--*/
#header {
  z-index: 99;
  width: 100%;
  /*position: sticky;*/
  position: fixed;
  top: -1px;
  left: 0;
  background: #eee;
  height: 50px;
  line-height: 1;
}
#gNav .nav {
  overflow-y: auto;
  height: 100vh;
}
.mean-nav .container {
  padding: 0;
}
.mean-nav li .fa {
  display: none;
}
#gNav a:hover {
  color: #999;
}
.mean-nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}
nav .sub-menu, .mean-container .mean-nav ul ul {
  background: #999;
}
/*トップに戻る*/
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 65px;
  opacity: 0.8;
  z-index: 20;
}
.pagetop a {
  display: block;
  font-size: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #666;
  line-height: 35px;
  border-radius: 3px;
}
.pagetop a i {
  font-size: 15px;
  color: #fff;
  line-height: 35px;
  display: block;
}
#header-outer article input[type="text"] {
  border: none;
}
#header-2rd {
  position: relative;
  top: 48px;
  padding: 10px 10px !important;
  background: #eee;
}
#header-2rd section {
  padding: 0 !important;
  margin: 0 !important;
}
#header-2rd input, #header-2rd textarea {
	width: 100%;
  font-size: 16px;
  transform: scale(calc(14 / 16));
}
#header-3nd {
  background: #eee;
  /* display: flex; */
}
.search-form-3 {
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #777777;
  border-radius: 15px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.search-form-3 input {
  height: 45px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  outline: none;
  margin: 0;
}
.search-form-3 input::placeholder {
  color: #777777;
}
.search-form-3 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  right: 0;
}
.search-form-3 button::after {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  right: 20px;
}
div#head .search-form-3 {
  width: 50%;
  margin-left: 150px;
}
.select_wrapper select {
  outline: none;
  border: none;
  padding: 0 15px;
  background: #fff !important;
  width: 100%;
  font-size: 13px;
}
label {
  width: 100%;
}
.select_wrapper {
  position: relative;
  background: #fff;
  width: 310px;
}
.select_wrapper::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 5px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
#fs_ProductDetails {
  top: 3px;
}
select {
  -webkit-appearance: none;
  appearance: none;
  /* width: 160px; */
}
.select_wrapper::after {
  pointer-events: none;
}
@media only screen and (max-width : 768px) {
  #open-list:nth-of-type(1) img, #sub-list:nth-of-type(1) img {
    width: 26px;
    margin-bottom: -2px;
  }
  #open-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-top: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
  }
  #open-list .sub-list-genre {
    width: 50%;
    text-align: center;
    padding: 12px 0;
    box-sizing: border-box;
    /* border-right: 1px solid #ddd; */
  }
  #open-list .sub-list-genre:last-child {
    border-right: none;
  }
  #open-list .sub-list-genre a {
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
  }
  #open-list .sub-list-genre a span {
    display: inline-block;
  }
}
.menu a:link, .menu a:visited, .menu a:hover, .menu a:active {
  color: #fff;
}
ul.member-row.sp {
  width: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
}
.member-row li {
  text-align: center;
  width: 40%;
  margin: auto;
  border-bottom: none !important;
}
.member-row p {
  font-size: 13px;
  padding-bottom: 5px;
}
.member-row a {
  padding: 15px 0;
  font-size: 14px;
  display: block;
}
.register-btn {
  background-color: #a08b4a;
}
.login-btn {
  background-color: #031b86;
}
ul.language {
  position: absolute;
  top: 23px;
  left: 200px;
}
/*--検索--*/
input.textBox {
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
  line-height: 2;
  text-indent: 1rem;
  margin-bottom: 5px;
  border-radius: 4px;
}
#search select {
  /* -webkit-appearance: none; */
  -moz-appearance: none;
  /* appearance: none; */
  /* width: 100%; */
  height: 3rem;
  padding: 0 1rem;
  /* border: 1px solid #ccc; */
  font-size: 1.4rem;
  /* background: #FFF url(https://tokei.itembox.design/item//common/img/icon_down.jpg) no-repeat; */
  background-position: 96% 50%;
  background-size: 15px;
  border-radius: 0;
  vertical-align: middle;
  border-radius: 4px;
}
button#h_search {
  width: 38%;
  background: #151515;
  color: #fff;
  font-size: 1.6rem;
  height: 3rem;
  border: none;
  vertical-align: middle;
  border-radius: 4px;
}
div#search-option a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2;
  background: #666;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 1rem;
  position: relative;
  border-radius: 4px;
}
div#search-option a::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 20%;
  margin-top: -4px;
}
/*--additional--*/
#additional ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
#additional li {
  width: 50%;
}
#additional li img {
  width: 100%;
}
/*--フッターメニュー--*/
footer {
  background: #222;
  color: #fff;
  font-size: 1.4rem;
}
footer a:link, footer a:visited, footer a:hover, footer a:active {
  color: #fff;
}
footer p {
  margin: 5px 0;
}
ul#info {
  text-align: center;
}
ul#info li {
  display: inline-block;
}
address {
  text-align: center;
  line-height: 2rem;
  padding: 1rem 0 0;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  padding-bottom: 10px;
}
div#outline {
  padding: 0px 1rem;
}
.outlineinfo {
  padding: 0 1rem;
  margin: 0px -1rem;
  border-bottom: 1px solid #888;
  position: relative;
}
.outlineinfo::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.outlineinfo a {
  display: block;
  width: 100%;
  line-height: 3;
}
.outlineinfo span {
  font-size: 12px;
  padding: 7px 0 0;
  /*display: block;*/
  line-height: 2;
}
div#outline h2 {
  margin: 1rem 0 0;
  padding: 0;
  text-indent: 0;
  text-align: center;
}
#outline img {
  width: 50%;
  height: auto;
}
/*--SNSアイコン--*/
.sns-ic {
  width: 100%;
  padding: 20px 0px;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #888;
}
.sns-ic li {
  width: 20%;
  text-align: center;
}
.sns-ic img {
  width: 50%;
}
.copy {
  margin-top: 2rem;
  padding: 5px 0 7px;
  text-align: center;
  font-size: 1rem;
  background: #444;
}
body#fs_ProductDetails .copy {
  padding-bottom: 60px;
}
/*アコーディオン*/
.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #888;
}
.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab label {
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 1rem;
  cursor: pointer;
  float: inherit;
}
.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  background: #888;
}
.cp_actab .cp_actab-content p {
  margin: 1em;
}
.rlayer li a {
  display: block;
  line-height: 3;
  padding: 0 2rem;
  border-bottom: 1px solid #a0a0a0;
}
div#company div:first-of-type label {
  border-top: 1px solid #888;
}
.rlayer li:last-of-type a {
  border: none;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 20em;
}
/* Icon */
.cp_actab label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
  content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
/*トップに戻る*/
.pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 65px;
}
.pagetop a {
  display: block;
  font-size: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #9c9c9c;
  line-height: 35px;
  border-radius: 3px;
}
.pagetop a i {
  font-size: 15px;
  color: #fff;
  line-height: 35px;
  display: block;
}
/*--renewal2015.css用追加--*/
div#container.drill {
  overflow: hidden;
}
body {
  height: auto !important;
}
/*--sp_search.css用追加--*/
ul.accordion p {
  margin-bottom: 0;
}
/*--sp_serach用追加--*/
body.tokeim.fixed {
  height: auto;
}
@media screen and (min-width: 768px) {
  body#fs_ProductDetails .copy {
    padding-bottom: 0px;
  }
  /*-- event用追加--*/
  article#pc-header {
    margin: 0;
  }
  .pc {
    display: block;
  }
  .sp-header {
    display: none;
  }
  /*h1.black {
    position: absolute;
    width: 100%;
    margin: -40px auto 0px;
    padding: 0.5rem 0;
    text-align: center;
    right: 0;
    left: 0;
  }*/
  div#navigation a:hover, #head a:hover, .moretext a:hover .rlayer a:hover {
    text-decoration: underline;
  }
  button {
    cursor: pointer;
  }
  /*--PCヘッダー--*/
  #header-pc {
    background: #eee;
    position: relative; /* 今の位置を基準 */
    padding: 10px 0 20px;
    width: 100%;
    height: 90px;
    margin-bottom: 10px;
    /* max-width: 100%; */
  }
  .fs-body-product #header-pc, .s-body-category #header-pc, .fs-body-search #header-pc, .fs-body-category #header-pc, .loan-campaign #header-pc, .fs-body-cart #header-pc, .fs-body-cart-login #header-pc, .fs-body-my-top #header-pc, .fs-body-my-points #header-pc, .fs-body-my-wishlist #header-pc, .fs-body-login #header-pc, .fs-body-my-orders #header-pc, .fs-body-my-reviews #header-pc, .fs-body-my-account-settings #header-pc, .fs-body-my-addressbook #header-pc, .fs-body-my-orders-details #header-pc, .fs-body-newsletter-subscribe #header-pc, .fs-body-notfound #header-pc, .fs-body-about-terms #header-pc, .fs-body-about-privacyPolicy #header-pc, .fs-body-register #header-pc, .fs-body-custom #header-pc, .fs-body-reviews-product #header-pc, .fs-body-my-coupons #header-pc, .fs-body-my-account-password #header-pc, .fs-body-my-addressbook-new #header-pc, .fs-body-customerDetails #header-pc, .fs-body-reviews #header-pc, .fs-body-review-write #header-pc, .fs-body-review-success #header-pc, .fs-body-review-login #header-pc, .fs-body-register-success #header-pc, .fs-body-register-verification #header-pc, .fs-body-my-account-delete #header-pc {
    height: 120px;
  }
  #header-pc-2nd {
    background: #eee;
    position: relative;
    margin: 0 auto;
    width: 1216px;
    margin-bottom: 10px;
    left: 160px;
  }
  div#head {
    position: relative;
    width: 1216px;
    margin: 10px auto 10px;
    height: 40px;
    line-height: 1;
    display: flex;
  }
  p.FS2_repeater {
    position: relative;
    right: -14rem;
    bottom: 1rem;
    display: inline-block;
  }
  ul.language li {
    display: inline-block;
    font-size: 14px;
  }
  ul.language li:first-child {
    border-right: none;
    /* padding: 0 80px 0; */
  }
  ul.language a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 100px;
  }
  ul.language li:first-child a {
    box-sizing: border-box;
    /* border-bottom: 2px solid #333; */
  }
  div#sub-list:nth-of-type(1) {
    right: 7rem;
  }
  div#sub-list:nth-of-type(2) {
    right: 0;
  }
  div#sub-list:nth-of-type(3) {
    right: 60px;
  }
  div#sub-list img {
    display: inline;
    width: 30px
  }
  div#sub-list:nth-of-type(2) img {
    display: inline;
    width: 32px;
  }
  #sub-list span {
    display: inline;
    vertical-align: super;
  }
  ul#head-tab {
    display: flex;
  }
  ul#head-tab li {
    width: 120px;
  }
  ul#head-tab li:nth-of-type(1) a {
    background: #961914;
  }
  ul#head-tab li:nth-of-type(2) a {
    background: #9c5849;
  }
  ul#head-tab li:nth-of-type(3) a {
    background: #937d4e;
  }
  ul#head-tab a {
    display: block;
    line-height: 5rem;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
  }
  section#search a:hover {
    opacity: 0.7;
  }
  #navigation {
    background: #937d4e;
    font-size: 1.4rem;
    line-height: 1;
  }
  #navigation ul {
    width: 1216px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }
  #navigation a {
    color: #fff;
    display: block;
    /* line-height: 4rem; */
    padding: 0 2rem;
    border-right: 1px solid #fff;
  }
  #navigation li {
    padding: 1rem 0;
  }
  #navigation ul li:last-of-type a {
    border: none;
    padding-right: 0;
  }
  .sale_area {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .sale_areadiv {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    background: #FFF;
    margin: 5px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  .sale_area div:after {
    display: none;
  }
  .sale_area li {
    list-style-type: none;
    height: 50px;
    position: relative;
  }
  .sale_area_style {
    width: 2000px;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    max-width: initial;
  }
  /*--会社情報--*/
  section#additional {
    background: #a5894c;
    margin: 0 0 -4rem;
  }
  #additional ul {
    width: 800px;
    margin: 0 auto;
  }
  #additional li {
    width: 25%;
    border-right: 1px dashed #fff;
    box-sizing: border-box;
  }
  #additional li:last-of-type {
    border: none;
  }
  /*--fotter--*/
  ul.sns-ic {
    display: none;
  }
  div#fotter-wp {
    display: grid;
    grid-template-columns: repeat(4, 304px);
    /*grid-template-rows: 215px 50px 10px;*/
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 1216px;
    margin: 4rem auto 0;
  }
  .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .div2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .div3 {
    grid-area: 1 / 3 / 2 / 4;
  }
  #outline {
    grid-area: 1 / 4 / 2 / 5;
  }
  #seal {
    grid-area: 2 / 1 / 3 / 5;
    width: 100%
  }
  .copy {
    grid-area: 3 / 1 / 4 / 5;
  }
  .cp_actab input[type=checkbox] + label::after {
    content: "";
  }
  .cp_actab .cp_actab-content {
    background: #222;
  }
  .rlayer li a {
    border: none;
    line-height: 2;
  }
  .cp_actab label {
    font-weight: bold;
  }
  .cp_actab {
    border: none;
  }
  .cp_actab .cp_actab-content {
    max-height: none;
  }
  address {
    text-align: left;
  }
  .outlineinfo::before {
    top: 19px;
    right: 140px;
    margin-top: -2px;
  }
  /*ページトップ*/
  .pagetop a {
    display: none;
  }
  /*--カテゴリリスト--*/
  .accordion {
    max-width: 60vw;
  }
  .toggle {
    display: none;
  }
  .category_left {
    position: relative;
    margin: 0 0 2em 0.5em;
  }
  .title, .subcategory_left {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .title {
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 1.45rem;
  }
  .title::after, .title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 2px;
    width: 2px;
    height: 0.75em;
    background-color: #999;
    transition: all 0.3s;
  }
  .title::after {
    transform: rotate(90deg);
  }
  .subcategory_left {
    max-height: 0;
    overflow: hidden;
  }
  .subcategory_left li {
    margin-left: 10px;
    padding: 0.5em;
    font-size: 0.9em !important;
    line-height: 1.5;
    list-style: none;
  }
  .subcategory_left li:first-child {
    margin-top: 10px;
  }
  .subcategory_left li:last-child {
    margin-bottom: 15px;
  }
  .toggle:checked + .title + .subcategory_left {
    max-height: 500px;
    transition: all 1.5s;
    margin-bottom: -20px;
  }
  .toggle:checked + .title::before {
    transform: rotate(90deg) !important;
  }
}
.meanmenu-reveal-btn {
  left: -5px !important;
  top: 5px !important;
}
.meanmenu-reveal.meanclose:after {
  content: "" !important;
}
.meanmenu-reveal:after {
  content: " " !important;
}
.mask {
  pointer-events: none;
}
.pc-hamburger-btn {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: 2px;
  /* left: -5px; */
}
.pc-hamburger-btn::before {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
}
.pc-hamburger {
  display: inline-block;
  cursor: pointer;
}
.pc-hamburger span {
  display: block;
  width: 25px;
  height: 1px;
  background: #333;
  margin: 8px 0 !important;
  transition: all 0.3s ease-in-out;
}
.pc-hover-menu {
  display: none;
  position: absolute;
  top: 37px;
  right: -10px;
  background: white;
  /* border: 1px solid #ccc; */
  padding: 20px 20px 40px;
  z-index: 1000;
  min-width: 810px; /* 幅を広げて2列を並べやすく */
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 25%);
}
.pc-hover-menu a {
  text-decoration: none !important; /* 下線を消す */
  color: #333;
  display: block;
  padding: 5px 0;
}
.pc-hover-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pc-hover-menu li {
  margin: 0 0 10px 20px;
}
.pc-hover-menu li:last-child {
  margin-bottom: 0;
}
.pc-hover-menu a {
  text-decoration: none;
  color: #333;
}
.pc-hamburger-btn:hover .pc-hover-menu {
  display: block;
}
.pc-nav li a {
  font-weight: bold;
  display: block;
}
.pc-nav a:link {
  color: #333;
  text-decoration: none;
}
.pc-nav a:visited {
  color: #333;
  text-decoration: none;
}
.pc-nav a:hover {
  color: #47acdc;
  text-decoration: none;
}
.pc-nav a:active {
  color: #47acdc;
}
.pc-nav ul ul li {
  font-weight: normal;
  padding-left: 15px;
}
.red {
  color: #D00000;
}
.red a:link {
  color: #D00000;
  text-decoration: none;
}
.red a:visited {
  color: #D00000;
  text-decoration: none;
}
.red a:hover {
  color: #d0000061;
  text-decoration: none;
}
.red a:active {
  color: #D00000;
}
.menu-wrapper {
  display: flex;
}
.menu-column:first-child {
  margin-left: 50px;
}
.menu-column {
  width: 100%;
  margin-top: 20px;
  border-right: 1px solid #eee;
}
.menu-column:last-child {
  border: none;
}
ul.menu-content_nev {
  margin-top: 10px;
}
#head .sub-list:nth-of-type(1) {
  right: 0;
}
#head .sub-list:nth-of-type(2) {
  right: 4rem;
}
#head .sub-list:nth-of-type(3) {
  right: 8rem;
}
#head .sub-list:nth-of-type(4) {
  right: 12rem;
}