@charset "UTF-8";
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.modal_icon {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  margin-bottom: 15px;
}
.modal_icon ul {
  display: flex;
  justify-content: space-between;
}
.modal_icon ul li {
  text-align: center;
}
.modal_icon ul li.icon01 {
  background: #ec5e69;
  color: #fff;
  padding: 10px;
}
.modal_icon ul li.icon02 {
  background: #13b594;
  color: #fff;
  padding: 10px;
}
.modal_icon ul li.icon03 {
  background: #2492c3;
  color: #fff;
  padding: 10px;
}
.modal_icon ul li.icon04 {
  background: #fff100;
  color: #000;
  padding: 10px;
}
.modal_icon ul li.icon05 {
  background: #ec6941;
  color: #fff;
  padding: 10px;
}
.modal_icon ul li.icon06 {
  background: #2e994f;
  color: #fff;
  padding: 10px;
}
.modal_icon ul li.icon_content {
  background: #fff;
  background-image: url(../images/item/plus.png);
  background-repeat: no-repeat;
  background-size: 8px 9px;
  background-position: right 10px center;
  vertical-align: middle;
  color: #6a3906;
  border: 1px solid #6a3906;
  border-radius: 3px;
}
.modal_icon ul li.icon_content a {
  display: block;
  padding: 10px;
  padding-right: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5555;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
  background: #fff;
left: 50%;
padding: 40px;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
max-width: 1000px;
width: 100%;
overflow-y: auto;
max-height: 80%;
    /* background: #fff;
    left: 30.5%;
    padding: 40px;
    position: relative;
    top: 25%;
    right: 30.5%;
    margin: auto;
    transform: translate(-50%,-50%);
    max-width: 1000px;
    width: 75%;
    overflow-y:scroll; */
}
.modal_flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.modal_flex .modal_content_left {
  margin-right: 2%;
  width: 13%;
  font-size: 14px;
}
.modal_flex .modal_content_left .color01 {
  background: #ec5e69;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.modal_flex .modal_content_left .color02 {
  background: #13b594;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.modal_flex .modal_content_left .color03 {
  background: #2492c3;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.modal_flex .modal_content_left .color04 {
  background: #fff100;
  color: #000;
  padding: 5px;
  text-align: center;
}
.modal_flex .modal_content_left .color05 {
  background: #ec6941;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.modal_flex .modal_content_left .color06{
  background: #2e994f;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.modal_flex .modal_content_right {
  width: 85%;
  font-size: 14px;
  color: #000;
}
.modal_flex .modal_content_right .right_top {
  color: #ffa500;
  margin-bottom: 30px;
}
.modal_flex .modal_content_right .right_top .title {
  background: #ffa500;
  color: #fff;
  font-weight: normal;
  width: 30%;
  text-align: center;
  margin-bottom: 10px;
}
.button_close {
  width: 180px;
  margin: 30px auto;
  border: 1px solid #000;
  border-radius: 3px;
  text-align: center;
}
.button_close a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 10px;
}
.content {
  display: flex;
  width: 80%;
  margin: auto;
}
.content a {
  width: 50%;
  height: auto;
  display: block;
}
.content a img {
  width: 100%;
}
.window_space {
  height: 28px;
}
.product_comment_title {
  background: #f5eee4;
  padding: 20px;
  margin-bottom: 20px;
}
.product_comment_title h3 {
  color: #6a3906;
  font-size: 16px;
  font-weight: 600;
}
.product_comment_text {
  padding: 10px 20px 20px;
  line-height: 1.7;
}
#sample figure{
  margin: 0;
  display: none;
}
#sample figure:target{
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#sample figure:target #overlay{
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  color: inherit;
  height: 100vh;
}
#sample figure:target img{
  animation: fadein .3s;
}
#overlay figcaption {
  /* position: absolute;
  top: 58.8%; */
  border: 1px solid #000;
  color: #000;
  padding: 10px 50px;
  border-radius: 3px;
  width: 25%;
  margin: auto;
  text-align: center;
}
/* .fs-body-product .fs-c-productQuantityAndWishlist__quantity::before {
  content: "数量";
  display: inline-block;
  margin-right: 15px;
  width: 60px;
  padding-top: 5px;
}
.fs-body-product .fs-c-productQuantityAndWishlist__quantity {
  display: flex;
  padding-left: 15px;
  border-left: 7px solid #6a3906;
}
.fs-body-product .fs-c-quantity {
  min-width: 130px;
} */
@keyframes fadein{
  0%{
    transform: scale(0.2);
    opacity: 0.2;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 876px) and (min-width: 1px){
  #overlay figcaption {
    width: 40%;
  }
}

@media (max-width: 640px) and (min-width: 1px){
  .modal_icon ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .modal_icon ul li {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 11px;
  }
  .fs-l-productLayout__item.fs-l-productLayout__item--2 {
    width: 90%;
    margin: auto;
  }
  .modal_flex .modal_content_left {
    width: 40%;
    font-size: 11px;
  }
  .modal__content {
    width: 90%;
    padding: 20px;
  }
  .modal_flex .modal_content_right {
    font-size: 11px;
  }
  .fs-c-productNumber {
    font-size: 12px;
  }
  .fs-c-productNameHeading {
    margin-top: 10px;
  }
  .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 15px;
  }
  .description_item {
    padding: 10px;
    font-size: 12px;
  }
  .note_box .note_box_title .title {
    font-size: 12px;
  }
  .note_box .note_box_text .text {
    font-size: 12px;
  }
  .fax_box .fax_title .title {
    font-size: 11px;
  }
  .fax_box .fax_main .fax_time .text {
    font-size: 12px;
  }
  .fax_box .fax_main .fax_namber .text {
    font-size: 20px;
  }
  .fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain .fs-c-button__label {
    font-size: 11px;
  }
  .product_comment_title h3 {
    font-size: 12px;
  }
  .product_comment_title {
    padding: 15px;
  }
  .product_comment_text {
    font-size: 12px;
  }
  .modal_icon {
    width: 90%;
    margin: auto;
  }
   #overlay figcaption {
     width: 60%;
    font-size: 12px;
    padding: 7px 30px;
  }
  .modal__content {
    /* transform: translate(0%,0%); */
  }
}
.m_icon_flex {
  display: flex;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  width: 100%;
}
.m_icon_flex > div {
  margin-right: 10px;
}
.m_icon_flex > div:last-child {
  margin-right: 0;
}
@media (max-width: 640px) and (min-width: 1px){
  .m_icon_flex {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
}
