@charset "UTF-8";
/* CSS Document */

body.fix-box{
  overflow: hidden;
}

/* .section_item
------------------------------*/
#list_area{
  position: relative;
  z-index: 2;
}
.section_item {
  padding: 5% 0 0 0;
  margin: 0 auto;
}

.section_item h2 {
  font-size: 25px;
  font-weight: bold;
  margin: 3% auto 8%;
  text-align: center;
}
#page_tml .section_item h2 img{
  max-width: 98.333%;
}
.section_item .con_info{
  font-size: 120%;
  text-align: center;
  width: 90%;
  margin: 0 auto 7%;
  line-height: 1.6em;
}
#contents_01.section_item .con_info{
  color: #000;
}
#contents_02.section_item .con_info{
  color: #000;
}
#contents_03.section_item .con_info{
  color: #000;
}
#contents_04.section_item .con_info{
  color: #000;
}
.section_item .item_list ul {
  width: 90%;
  margin: 0 auto;
}
.section_item .item_list ul:after {
  content: "";
  display: block;
  clear: both;
}
.section_item .item_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.section_item .item_list li {
  width: 48%;
  margin-left: 4%;
  margin-bottom: 15px;
}
.section_item .item_list li:nth-child(odd) {
  margin-left: 0;
}
.section_item .item_list li a{
  text-decoration: none;
  color: #6A5246;
}

.section_item:nth-child(even) .item_list li a{
  color: #495ec9;
}

.section_item .photo{
  border: 1px solid #eeeeee;
  margin-bottom: 12px;
}
#contentsArea .section_item a .item_info{
  line-height: 1.3em;
  text-decoration: none;
  font-weight: bold;
}
.section_item .item_info .shop_floor{
  background: #5a5a5a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 4px 11px 2px 9px;
}
.section_item .item_info .shop_name{
  font-weight: bold;
  margin-top: 3px;
}
.section_item .item_info .shop_sub_cat{
  font-size: 90%;
}
/* item_name_color */
.section_item .item_info .item_name{
  font-weight: bold;
  font-size: 110%;
  color: #e53e7f;
  display: block;
}
#contents_02.section_item .item_info .item_name{
  /* color: #52b235; */
}
#contents_03.section_item .item_info .item_name{
  /* color: #f07038; */
}
#contents_04.section_item .item_info .item_name{
  /* color: #3aa1e9; */
}
/* #contents_05.section_item .item_info .item_name{
  color: #2946f6;
}
#contents_06.section_item .item_info .item_name{
  color: #4ec5f9;
}
#contents_07.section_item .item_info .item_name{
  color: #4aa228;
}
#contents_08.section_item .item_info .item_name{
  color: #a23721;
} */

.section_item .item_info .item_price{
  font-weight: bold;
  font-size: 80%;
  color: #545454;
}
.section_item .item_info .item_price .base_price {
  font-size: 130%;
}
/*----------------------------------------
  modal_window
----------------------------------------*/
.modal_window {
  position: fixed;
  display: none;
  z-index: 310;
  margin: 0 auto;
  background: #ffffff;
  padding: 14% 35px 34px 35px;
  top: 20px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 90%;
  max-width: 600px;
  overflow-y: auto;
}
.modal_overlay {
  z-index: 300;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: #000000;
}
.arrow-left {
  background: url(../img/btn-arr_l.png) no-repeat left top;
  background-size: 15px auto;
  position: absolute;
  left: 2%;
  top: 35%;
  width: 15px;
  height: 30px;
  z-index: 120;
}
.arrow-right {
  background: url(../img/btn-arr_r.png) no-repeat left bottom;
  background-size: 15px auto;
  position: absolute;
  right: 3%;
  top: 35%;
  width: 15px;
  height: 30px;
  z-index: 120;
}
.btn_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 120;
  width: 12%;
  height: auto;
}
.modal_close:hover {
  cursor: pointer;
  color: #f00;
}
.modal_window_inner > div > ul {
  height: auto!important;
}
ul.swiper-wrapper > li.swiper-slide{
  height: auto!important;
}
.modal_content {
  position: relative;
}
.modal_content .main_area:after {
  content: "";
  display: block;
  clear: both;
}
.modal_content .main_area figure {
  width: 100%;
  margin: 0 auto 10px;
  border: 1px solid #eeeeee;
  position: relative;
}
.modal_content .main_area figure li {
  display: none;
}
.modal_content .main_area figure li:first-child {
  display: block;
}
.modal_content .txt_area {
  text-align: left;
  padding-left: 1px;
  line-height: 1.6;
}
.modal_content .scroll_box{
  margin-top: 30px;
/*
  overflow-y: scroll;
  height: 140px;
*/
}
.modal_content .scroll_box::-webkit-scrollbar{
  width: 8px;
}/*バーの太さ*/
.modal_content .scroll_box::-webkit-scrollbar-track{
  background: #eeeeee;
}/*バーの背景色*/
.modal_content .scroll_box::-webkit-scrollbar-thumb{
  background: #cccccc;
}/*バーの色*/
.modal_content .txt_area .item_name{
  font-weight: bold;
  color: #495ec9;
  font-size: 125%;
  margin-bottom: 6px;
  line-height: 1.1em;
}
#content2 .modal_content .txt_area .item_name{
  /* color: #87cc38; */
}
#content3 .modal_content .txt_area .item_name{
  /* color: #df6133; */
}
#content4 .modal_content .txt_area .item_name{
  /* color: #5f83f7; */
}

.modal_content .txt_area .item_price{
  font-weight: bold;
  color: #6A5246;
  margin-bottom: 5px;
  font-size: 110%;
}
.modal_content .txt_area .item_disc{
  line-height: 1.5em;
}
.modal_content .dotted{
  height: 5px;
  margin: 15px 0 0 0;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
.section_item .item_info .office_name{
  color: #A8CB4B;
  /* margin: 3px auto; */
}
.section_item .item_info .production{
  /* margin: 3px auto; */
}
.modal_content .shop_info{
  margin: 5px auto 3%;
  color: #545454;
}
.modal_content .shop_info:after {
  content: "";
  display: block;
  clear: both;
}
.modal_content .shop_detail{
  float: none;
  clear: both;
  width: 100%;
  color: #6a5246;
  word-break: break-all;
}
.modal_content .shop_floor{
}
.modal_content .shop_name{
  font-weight: bold;
  font-size: 110%;
  width: 100%;
  text-overflow: ellipsis;
}
.modal_content .shop_sub_cat{
  font-size: 90%;
  margin-bottom: 0;
}
.modal_content .shop_logo {
  float: left;
  width: 30%;
  border: 1px solid #eeeeee;
  margin: 0 auto 4px;
}
.modal_content .logo_wrap{
/*  border: 1px solid #eeeeee;*/
}
.fashion .other_title {
  color: #ffffff;
  background: #ed8c93;
  padding: 3px 3px 3px 8px;
  margin: 15px 0 6px 0;
}
.fashion .other_title p {
  font-size: 92%;
  font-weight: bold;
}
#contentsArea #page_tml .modal_content .main_area figure li img{
  max-width: 100%;
  width: 100%;
}
.modal_content .thumb_area ul{
  padding-left: 1%;
}
.modal_content .thumb_area ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.modal_content .thumb_area li {
  width: 31.2%;
  float: left;
  margin-left: 2%;
  vertical-align: top;
  border: solid 1px #cccccc;
}
.modal_content .thumb_area li a {
  display: block;
}
.modal_content .thumb_area li img {
  width: auto;
}
.modal_content .thumb_area li:first-child {
  margin-left: 0;
}

/*バーの色*/
.modal_content .txt_area .office_name{
  font-weight: bold;
  color: #A8CB4B;
  font-size: 110%;
  margin-bottom: 6px;
}
/* #content2 .modal_content .txt_area .office_name{
  color: #398140;
}
#content3 .modal_content .txt_area .office_name{
  color: #398140;
}
#content4 .modal_content .txt_area .office_name{
  color: #398140;
} */

.modal_content .txt_area .production{
  font-weight: bold;
  color: #6A5246;
  margin-bottom: 15px;
  font-size: 135%;
    line-height: 1.3;
}

.modal_content .txt_area .item_disc{
  margin-bottom: 15px;
  font-size: 100%;
}

.modal_content .txt_area .item_disc .item_disc_title{
  display: block;
  color: #A8CB4B;
  font-size: 105%;
}

.thumb_area .thumb_list_item {
  width: 20%;
  float: left;
  margin-left: 6.666%;
  padding: 0;
  line-height: 0;
  background: #000;
  border: 1px solid #fff;
}
.thumb_area .thumb_list_item:nth-of-type(3n+1) {
  margin-left: 0;
}
.thumb_area .thumb_list_item img {
  width: 100%;
  height: auto;
  opacity: 0.6;
}
.thumb_area .thumb_list_item:hover {
  cursor: pointer;
}
.thumb_area .thumb_list_item.current {
  background: #fff;
  border: 1px solid #02102d;
}
.thumb_area .thumb_list_item.current img {
  opacity: 1.0;
}

