@charset "euc-jp";

.prd_list_rank .scroll_list li:first-child::before, .prd_list_rank .scroll_list li:nth-child(2)::before, .prd_list_rank .scroll_list li:nth-child(3)::before, .prd_list_rank .scroll_list li:nth-child(4)::before, .prd_list_rank .scroll_list li:nth-child(5)::before, .prd_list_rank .scroll_list li:nth-child(6)::before {
    font-size: 11px;
    padding: 4px 10px 9px 7px;
}

.prd_list_recommend .scroll_list li::before {
  content: 'SALE';
    font-size: 10px;
    background: #fe5b4e;
    color: #fff;
    padding: 2px 3px;
    line-height: 1;
    display: inline-block;
    position: absolute;
  left: 0;
  top: 0;
}

.prd_list_recommend .price_area {
  display: none;
}

.sale_link {
  width: 860px;
  height: 236px;
  display: block;
    position: absolute;
    background: transparent;
    z-index: 999;
}

.side_pop {
    position: fixed;
    bottom: 0px;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  
  .side_pop .side_pop_close {
    background: rgba(76,76,76,.8);
    width: 45px;
    z-index: 99999;
    border-radius: 100px 0 0 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .side_pop .side_pop_close i {
font-size: 17px;
    line-height: 1.5;
    padding: 0 0 0 4px;
  }
  
  .side_pop .fa-clipboard {
    display: none;
  }
  
  .side_pop .show_arrow {
    display: block;
  }
  
  .side_pop .hide_arrow {
    display: none;
  }

  .side_pop_banner {
position: absolute;
    bottom: 0;
    padding: 12px 12px 50px 16px;
    background: #4c4c4c;
    display: block;
    line-height: 1.15;
    border-radius: 26px 0 0 26px;
    color: #fff;
    transition: right 0.3s ease;
    right: 0;
    writing-mode: vertical-rl;
    height: 138px;
    text-align: right;
    font-size: 15px;
  }
  
  .side_pop_banner:after {
content: "";
    border-bottom: 1px solid #999;
    padding: 6px;
  }

  .side_pop_banner.hide {
    right: -300px;
  }

#product h2 {
  border-top: none;
  border-bottom: 1px solid #fe5b4e;
  padding: 10px 20px;
  font-weight: bold;
  color: #fe5b4e;
}

.category_des {
  margin: 20px 0px;
  font-size: 12px;
  color: #999;
}

.category_des a {
  text-decoration: underline;
  color: #999;
}

.category_more {
  display: none;
}

section h2 img {
  height: 18px;
  margin: -2px 8px 0 0;
  width: auto;
}

.category_fixed {
  position: fixed;
  width: 500px;
  z-index: 99999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.panelactive {
  right: 0 !important;
}

.category_modal {
position: fixed;
    z-index: 10000002;
    right: -120%;
    top: 0;
    width: 30%;
    transition: all 0.7s;
    background: #fff;
    border-radius: 20px 0 0 20px;
  height: 100%;
}

.category_modal h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
  margin: 0;
}

.category_modal .category_main {
    overflow: scroll;
    height: calc(100% - 59px);
  padding: 0 0 60px 0;
  border-radius: 0 0 0 20px;
}

.category_modal .category_label {
  font-size: 14px;
  display: flex;
    justify-content: space-between;
}

.category_modal .category_label::before {
  right: 24px;
  margin: 0;
  font-size: 14px;
  top: auto;
  -webkit-transform: none;
  transform: none;
  width: 12px;
    height: 12px;
  color: #ccc;
}

.category_modal .category_inner h3 {
  margin: 20px 20px 0 20px;
  font-size: 15px;
}

.category_modal .search_label {
  overflow: hidden;
  height: 20px;
    width: 60%;
    text-align: right;
  color: #999;
  padding: 0 12px 0 0;
}

.category_modal .search_label span {
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.category_modal .select_area  {
    -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  height: 0;
  overflow: hidden;
    width: 100%;
}

.category_modal .select_area li {
  width: 100%;
  border-right: 0;
  background: #f7f6f5;
    display: flex;
    align-items: center;
  border-top: 1px solid #eaeaea;
  border-bottom: 0;
}

.category_modal .select_area li:after {
right: 24px;
    margin: 0;
    font-size: 14px;
    top: auto;
    -webkit-transform: none;
    transform: none;
}

.category_modal .select_area li a {
  padding: 16px 20px;
  height: auto;
    width: 100%;
}

.category_modal .select_area label {
  display: block;
  width: 100%;
  border-top: 1px solid #eaeaea;
  padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  background: #f7f6f5;
  cursor: pointer;
}

.category_modal .category_toggle:checked+ .category_label + .select_area  {
  height: auto;
}

.category_modal .select_area input {
  position: relative;
  border-radius: 100px;
  padding: 10px;
  background: #fff;
  border: 0;
}

.category_modal .select_area input[type="radio"]::after {
content: "";
    font-weight: 600;
    color: #fe5b4e;
    border: 0;
    transform: none;
    top: 6px;
    left: 6px;
    line-height: 1;
    width: 8px;
    height: 8px;
    background: #fe5b4e;
    border-radius: 100px;
}

.category_modal .radio_area {
  padding: 20px;
}

.category_modal .radio_area label {
    border-radius: 100px;
  margin: 0 8px 10px 0;
  display: inline-block;
}
.category_modal .radio_area label input {
    display: none;
}
.category_modal .radio_area label span {
    border: 1px solid #eaeaea;
    padding: 8px 14px;
    border-radius: 100px;
  display: inline-block;
  color: #999;
    line-height: 1;
    font-size: 13px;
  cursor: pointer;
}
.category_modal .radio_area label input:checked + span {
    color: #4c4c4c;
    background: #eaeaea;
}

.category_modal .button_area {
  position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #f7f6f5;
  padding: 10px;
    border-top: 1px solid #eaeaea;
  border-radius: 0 0 0 20px;
}

.category_modal .button_area .detail_btn, .category_modal .button_area .btn_gray_outline {
  font-size: 14px;
    padding: 10px;
    margin: 0;
    border-radius: 6px
}

.category_modal .button_area .detail_btn {
  width: calc(60% - 5px);
}

.category_modal .button_area .btn_gray_outline {
  width: calc(40% - 5px);
  color: #999;
}

.category_modal .button_area .detail_btn {
  margin: 0;
}

.category_box {
  padding: 20px;
  background: #fff;
  border-radius: 16px;
}

.category_box h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border-left: solid 6px #fe5b4e;
  margin: 20px 0;
  padding-left: 12px;
  background: none;
  color: #4c4c4c;
}

.category_wrap {
  overflow: hidden;
  background: #f7f6f5;
  border-radius: 16px 16px 16px 16px;
    margin: 0 0 20px 0;
}

.category_wrap h2 {
  font-size: 15px;
  margin: 24px 20px 0 20px;
  font-weight: bold;
}

.category_wrap .main {
grid-template-columns: repeat(8, 1fr);
    display: grid;
    grid-auto-flow: dense;
    gap: 24px;
    margin: 20px;
}

.category_wrap .sub {
  display: flex;
  margin: 20px 20px 10px 20px;
  flex-wrap: wrap;
}

.category_wrap .sub a {
  border-radius: 100px;
    margin: 0 14px 10px 0;
    padding: 8px 14px;
    line-height: 1;
   background: #fff;
  display: block;
  font-size: 13px;
}

.category_wrap .main a {
  text-align: center;
    display: block;
}

.category_wrap .img {
overflow: hidden;
    height: 81px;
    padding: 12px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    margin: 0 0 8px 0;
    background: #fff;
}

.category_wrap img {
width: 100%;
    height: auto;
}

.category_wrap p {
  overflow: hidden;
    font-size: 10px;
    line-height: 1.3;
  font-weight: bold;
}

.category_wrap span {
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.subcate_btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border-left: solid 6px #fe5b4e;
  margin: 0 0 20px 0;
  padding-left: 12px;
  background: none;
  color: #4c4c4c;
  text-align: left;
}

.subcate_close {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.subcate_close::before,
.subcate_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  background: #4c4c4c;
}

.subcate_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.subcate_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.select_box::after {
  font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 600;
    font-size: 10px;
    color: #888;
    position: absolute;
    right: 16px;
    top: 24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    line-height: 1;
    transition: all 0.3s;
}

.category_box select {
margin: 0 0 10px 0;
}

.detail_btn {
font-size: 14px;
    display: block;
    padding: 16px;
    margin: 0;
    color: #fff;
    background-color: #FF994E;
    border-radius: 8px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    border: none;
  cursor: pointer;
}

.regular {
  color: #999;
  text-decoration: line-through;
  margin-bottom: -8px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000001;
  transition: all 2s;
}

.search_link {
    font-weight: bold;
    margin: 0 16px 0 0;
    padding: 8px 14px;
    background: #FF994E;
    border-radius: 100px;
    line-height: 1;
    color: #fff;
}

.search_link .fa-search {
  font-size: 12px;
  margin: 0 0 0 5px;
}

.cat_freespace_02 {
  background: #f7f6f5;
    padding: 40px 40px 0 40px;
  margin: 60px 0 0 0;
  clear: both;
  border-radius: 16px;
}

.category_review {
  padding: 0 0 10px 0;
}

.category_review a {
  font-weight: bold;
  margin: 30px 0 10px 0;
  display: block;
  text-decoration: underline;
  font-size: 15px;
}

.category_footer {
  text-align: left;
  margin: 0 0 40px 0;
  display: inline-block;
}

.category_footer p {
  font-weight: 600;
  width: 100%;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 1;
  position: relative;
}

.category_footer p:after {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  padding: 0 0 0 5px;
  font-weight: 600;
  font-size: 12px;
}

.category_footer a {
  color: #777;
  display: inline-block;
  margin: 0 0 10px 0;
  line-height: 1;
  text-decoration: underline;
  font-size: 13px;
}

.category_footer a:after {
  content: "|";
  color: #ccc;
  margin: 0 10px;
}

.category_footer a:last-child::after {
  content: none;
}

.top_article {
  background: #f7f6f5;
  padding: 30px;
}

article table td, article table th {
    vertical-align: middle;
}

.modal_article {
  background: #fff;
  overflow-y: scroll;
    overflow-x: hidden;
  position: relative;
}

.modal_article_wrap {
  display: none;
    max-width: 680px;
    position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000002 !important;
    height: 70%;
  border-radius: 20px;
}

.modal_article_contents {
  background: #fff;
    border-radius: 20px;
}

.modal_article article {
  padding: 0 30px;
}

.accordion {
  width: 100%;
  background: #fff;
  margin: 0 0 20px 0;
  display: inline-block;
  border-radius: 16px;
}

.accordion:last-child {
  margin: 0 0 40px 0;
}

.toggle,.toggle_top {
  display: none;
}

.toggle:checked + .accordion_title + .accordion_box {
    border-top: 1px solid #eaeaea;
}

.accordion_option {
  position: relative;
}

.accordion_title,
.accordion_box {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.accordion_box table {
  table-layout: fixed;
}

.accordion_box th {
  width: 30%;
}

.accordion_title {
  padding: 16px 20px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.modal_article h1 {
  padding: 16px 20px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #eaeaea;
}

.modal_article .index_more {
  width: 100%;
  height: 70px;
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  position: absolute;
    bottom: 0;
}

.modal_article .index_more .more_btn {
  width: 300px;
  margin: 0 auto;
    border-radius: 100px;
    background: #fff;
  cursor: pointer;
  height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 1px solid #eaeaea;
}

.accordion_title::after,
.accordion_title::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 40%;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}

.accordion_title::after {
  transform: rotate(90deg);
}

.accordion_box img {
  display: block;
    margin: 0 auto;
    max-height: 350px;
    max-width: 350px;
}

.accordion_box .slide_table {
  overflow: scroll;
}

.accordion_box .slide_table table {
  width: 240%;
    table-layout: fixed;
}

.gray_button {
  position: relative;
  top: 20px;
  left: 0;
  width: 100%;
  display: block;
  padding: 14px;
  color: #999;
  background: #f7f6f5;
  border-radius: 8px;
  font-weight: bolder;
  text-align: center;
}

.accordion_box {
  max-height: 0;
  overflow: hidden;
  text-align: left;
  padding: 0 30px;
}

.accordion_box p {
  margin: 0 0 20px 0;
  font-size: 14px;
}

.accordion_title h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border-left: 0px;
  margin: 0;
  padding: 0;
  background: none;
  color: #4c4c4c;
  text-align: left;
}

article {
  text-align: left;
  margin: 20px 0;
  font-size: 15px;
}

article .index, .modal_article .index {
  counter-reset: section;
  background: #f7f6f5;
  text-align: left;
  padding: 20px;
  margin: 30px 0;
  border-radius: 20px;
}

.modal_article .index {
  margin: 20px 30px 0px 30px;
}

article .index h3, .modal_article .index h3 {
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  font-size: 16px;
}

article .index h4 {
  letter-spacing: 1px;
  margin: 0;
  border: 0;
}

article .index ol {
  border-bottom: 1px dashed #ccc;
  position: relative;
  padding: 10px 0 10px 20px;
}

article .index ol:last-child {
  border-bottom: 0px;
  padding: 10px 0 0 20px;
}

article .index ol a {
  padding: 0 0 5px 0;
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  width: calc(100% - 20px);
  color: #4c4c4c;
}

article .index ol a:last-child {
  padding: 0;

}

article .index ol:before {
  counter-increment: section;
  content: counter(section);
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
  color: #fe5b4e;
  display: inline-block;
  width: 10px;
  position: absolute;
  top: 10px;
  left: 0;
}

article .index_child li {
  padding: 0 0 0 20px;
  border-bottom: 0px;
  position: relative;
}

article .index_child li a {
  padding: 5px 0 0;
}

article .index_child li:before {

  color: #fe5b4e;
  content: "¨¦";
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  top: 5px;
  left: 0;
}

article p {
  margin: 0 0 10px 0 !important;
  font-size: 14px !important;
}

article blockquote {
  background: #f7f6f5;
  padding: 30px;
  margin: 30px 0;
  border-radius: 20px;
}

article blockquote cite {
  display: block;
  margin: 10px 0 0 0;
  text-align: right;
  font-size: 13px;
}

article h2 {
  font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin: 30px 0 20px 0;
    border-bottom: 3px solid #E3B39A;
    padding: 0 0 10px 0;
}

article h3 {
  font-size: 17px;
  padding: 0 0 0 10px;
  line-height: 1.4;
  font-weight: bold;
  margin: 30px 0 20px 0;
  border-left: solid 3px #E3B39A;
}

article h4 {
  font-size: 16px;
  border: 0px;
  padding: 0;
  line-height: 1.4;
  font-weight: bold;
  margin: 30px 0 20px 0;
}

article h5 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

article h6 {
  font-weight: bold;
  color: #fe5b4e;
  margin: 0 0 10px 0;
  font-size: 16px;
}
article a {
    text-decoration: underline;
}

article .article_list li {
  margin: 0 0 20px 0;
}

article .article_list li {
  font-weight: bold;
  margin: 10px 0 0 0;
}

article .article_list li:before {
  content: "¢¡";
  color: #fe5b4e;
  margin: 0 5px 0 0;
}

article .article_link {
  font-weight: 600;
    color: #fe5b4e;
    font-size: 16px;
    text-decoration: underline;
    margin: 40px 0 60px 0;
    text-align: center;
    display: block;
}

article .article_link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  margin-left: 20px;
  font-weight: 600;
  font-size: 16px;
}

article .recommend_img {
  display: block;
    text-align: center;
}

article .recommend_img img {
  width: 360px;
}

.icon_star {
  width: 75px;
  margin: 0 0 8px 0;
  overflow: hidden;
}

.icon_star img {
  max-width: inherit;
  margin: 0;
}

.product-list__fav-items {
width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
  background: transparent;
}

.product-list__fav-items button {
  display: block;
  padding: 5px 0 0 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #ddd;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}