@charset "UTF-8";
/* ------------------------------
#eos
------------------------------ */
.smzpreview-article_data_status {
  position: absolute;
  top: 0;
  left: 0;
  height: unset !important;
}
/* list
------------------------------ */
#eos_search, #eos_list {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#eos_search {
  margin: 89px auto 0;
}
#eos_search h2.eos_h2 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1;
  color: #8C7459;
}
.eos_tab {
  display: flex;
  flex-wrap: wrap;
  margin: 98px auto 40px;
}
.eos_tab li {
  width: 278px;
  height: 70px;
  flex-shrink: 0;
  margin-right: 29px;
  margin-bottom: 27px;
}
.eos_tab li:nth-child(4n) {
  margin-right: 0;
}
.eos_tab li input {
  display: none;
}
.eos_tab li label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  background: #fff;
  border: 1px solid #333;
  transition: .3s;
}
.eos_tab li input:checked + label,li.js-all_select_btn.js-all_now input + label {
  color: #fff;
  background: #8C7459;
  border: 1px solid #8C7459;
  pointer-events: none;
}
.eos_tab li label:hover {
  color: #fff;
  background: #8C7459;
  border: 1px solid #8C7459;
}
#eos_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
#eos_list li {
  position: relative;
  width: 286px;
  margin-right: 18px;
  margin-bottom: 20px;
}
#eos_list li:nth-child(4n) {
  margin-right: 0;
}
#eos_list li a {
  color: #000;
  transition: .3s;
}
#eos_list li a:hover {
  opacity: .7;
}
#eos_list .eos_list_thum {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
}
#eos_list li h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-left: 20px;
}
#eos_list li h3 span {
  display: block;
}
#eos_list li h3 span.el_name_ja {
  margin-top: 7px;
}
#eos_list .eos_list_nonegoods {
  text-align: center;
  font-size: 20px;
  padding: 100px 0 200px;
}
@media screen and (max-width: 768px) {
  #eos_search {
    margin: calc(45 * (100vw / 375)) auto 0;
  }
  #eos_search h2.eos_h2 {
    font-size: 28px;
  }
  .eos_tab {
    margin: calc(45 * (100vw / 375)) 15px calc(30 * (100vw / 375));
  }
  .eos_tab li {
    width: calc((100% - calc(14 * (100vw / 375))) / 3);
    height: calc(30 * (100vw / 375));
    margin-right: calc(7 * (100vw / 375));
    margin-bottom: calc(7 * (100vw / 375));
  }
  .eos_tab li:nth-child(4n) {
    margin-right: calc(7 * (100vw / 375));
  }
  .eos_tab li:nth-child(3n) {
    margin-right: 0;
  }
  .eos_tab li label {
    font-size: 12px;
  }
  #eos_list ul {
    margin: 0 15px calc(45 * (100vw / 375));
  }
  #eos_list li {
    width: calc((100% - calc(10 * (100vw / 375))) / 2);
    margin-right: calc(10 * (100vw / 375));
    margin-bottom: calc(10 * (100vw / 375));
  }
  #eos_list li:nth-child(2n), #eos_list li:nth-child(4n) {
    margin-right: 0;
  }
  #eos_list .eos_list_thum {
    margin-bottom: calc(4 * (100vw / 375));
  }
  #eos_list li img {
    height: auto;
  }
  #eos_list li h3 {
    margin-left: calc(10 * (100vw / 375));
    padding: 0;
  }
  #eos_list li h3 span.el_name_ja {
    margin-top: calc(3 * (100vw / 375));
    font-size: 12px;
  }
  #eos_list .eos_list_nonegoods {
    font-size: 16px;
    padding: 50px 0 100px;
  }
}
/* detail
------------------------------ */
#eos_detail {
  padding-bottom: 70px;
  background: #eee;
}
.eos_detail_inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 0 65px;
}
.eos_detail_thum {
  position: relative;
  width: 524px;
  flex-shrink: 0;
  margin-top: 60px;
  margin-right: 60px;
}
.eos_detail_img {}
.eos_detail_txt {
  width: calc(100% - 584px);
  letter-spacing: 1px;
}
.ed_logo {
  margin-bottom: 20px;
}
.ed_name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px;
}
.ed_name span {
  display: block;
  margin-top: 5px;
}
.ed_release, .ed_end {
  font-size: 20px;
}
.ed_support {
  margin-top: 45px;
}
.ed_support p.ed_support_heading {
  font-size: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.ed_support ul.ed_support_goodslink {
  font-size: 20px;
  padding: 20px 35px;
  border: 1px dashed #333;
}
.ed_support ul.ed_support_goodslink li {
  margin-bottom: 5px;
}
.ed_support ul.ed_support_goodslink li:last-child {
  margin-bottom: 0;
}
.ed_support ul.ed_support_goodslink li a {
  font-size: 20px;
  color: #000;
  transition: .3s;
}
.ed_support ul.ed_support_goodslink li a:hover {
  border-bottom: 1px solid #333;
}
.ed_other {
  margin-top: 25px;
}
.ed_other .ed_other_sizetxt {
  font-size: 20px;
  margin-bottom: 5px;
}
.eos_inquiry_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 55px;
  margin: auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background: #333;
  border-radius: 10px;
  transition: .3s;
}
.eos_historyback_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 55px;
  margin: 15px auto 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1;
  background: transparent;
  border: 1px solid #333;
  border-radius: 10px;
  transition: .3s;
}
.eos_inquiry_btn a:hover,.eos_historyback_btn a:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  #eos_detail {
    padding-bottom: calc(45 * (100vw / 375));
  }
  .eos_detail_inner {
    display: block;
    padding: 0 0 calc(40 * (100vw / 375));
  }
  .eos_detail_thum {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .eos_detail_img {
    height: auto;
  }
  .eos_detail_txt {
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: calc(24 * (100vw / 375)) 0 0;
  }
  .ed_logo {
    /*width: calc(200 * (100vw / 375));*/
    height: auto;
    margin-bottom: calc(14 * (100vw / 375));
  }
  .ed_name {
    font-size: 20px;
    margin-bottom: calc(25 * (100vw / 375));
    padding: 0;
  }
  .ed_name span {
    margin-top: calc(2 * (100vw / 375));
    font-size: 16px;
  }
  .ed_release, .ed_end {
    font-size: 14px;
  }
  .ed_support {
    margin-top: calc(25 * (100vw / 375));
  }
  .ed_support p.ed_support_heading {
    font-size: 14px;
    margin-bottom: calc(5 * (100vw / 375));
    padding-left: calc(5 * (100vw / 375));
  }
  .ed_support ul.ed_support_goodslink {
    font-size: 14px;
    padding: calc(15 * (100vw / 375));
    border: none;
    background: #fff;
  }
  .ed_support ul.ed_support_goodslink li {
    margin-bottom: calc(10 * (100vw / 375));
  }
  .ed_support ul.ed_support_goodslink li a {
    font-size: 14px;
    color: #000;
    transition: .3s;
  }
  .ed_support ul.ed_support_goodslink li a:hover {
    border-bottom: 1px solid #333;
  }
  .ed_other {
    margin-top: calc(25 * (100vw / 375));
  }
  .ed_other .ed_other_sizetxt {
    font-size: 12px;
    margin-bottom: calc(10 * (100vw / 375));
  }
  .eos_inquiry_btn a,.eos_historyback_btn a {
    width: calc(100% - 30px);
    height: calc(55 * (100vw / 375));
    border-radius: calc(10 * (100vw / 375));
  }
}