@charset "UTF-8";
body.lock {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

body #wrap-container {
  padding: 0;
  width: 100%;
}

html body.renew #container {
  width: 100%;
}

#container .flyer_head {
  margin: 0 auto;
  width: 980px;
}

#container h1 {
  border-bottom: 1px solid #ccc;
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0 auto 34px;
  padding-bottom: 0;
  width: 980px;
}

#container div#subtitle-outer {
  margin: 0 0 3%;
}

#container .agreement {
  margin: 12px auto 0;
  width: 515px;
  font-size: 1em;
  line-height: 1.6;
}

#container .agreement a {
  text-decoration: underline;
  color: #174eaf;
}

div#catemenu a:nth-of-type(1) {
  background-color: #e8f1f9;
}

#container .flyer_search_outer {
  margin: 50px 0 0 0;
  padding: 40px 0 30px 0;
  width: 100%;
  background-color: #e8f1f9;
}

#container .flyer_search_outer .flyer_search_inner {
  margin: 0 auto;
  width: 980px;
}

#container .search_area {
  margin: 0;
  padding: 0 25px 0 25px;
  background-color: #e8f1f9;
}

#container .search_area .search_title {
  margin: 0;
  font-size: 2.1em;
  text-align: center;
  color: #1b4da2;
}

#container .search_area .search_text {
  margin: 15px 0 0 0;
  text-align: center;
}

#container .search_area .search_title_area {
  margin: 30px 0 0 0;
}

#container .search_area .sku_title {
  margin: 0;
  float: left;
  width: 300px;
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: bold;
}

#container .search_area .keyword_title {
  margin: 0 0 0 15px;
  float: left;
  width: 465px;
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: bold;
}

#container .search_area .sku_input {
  margin: 0;
  float: left;
  width: 300px;
}

#container .search_area .sku_input input {
  padding: 12.5px 10px;
  font-size: 1.1em;
  line-height: 1.5;
  width: 280px;
}

#container .search_area .keyword_input {
  margin: 0 0 0 15px;
  float: left;
  width: 465px;
}

#container .search_area .keyword_input input {
  padding: 12.5px 10px;
  font-size: 1.1em;
  line-height: 1.5;
  width: 445px;
}

#container .search_area input::placeholder {
  color: #bbbbbb;
}

#container .search_area input::-webkit-input-placeholder {
  color: #bbbbbb;
}

#container .search_area input::-moz-placeholder {
  color: #bbbbbb;
}

#container .search_area input:-ms-input-placeholder {
  color: #bbbbbb;
}

#container .search_area input::-ms-input-placeholder {
  color: #bbbbbb;
}

#container .search_area .search_exe {
  margin: 0 0 0 15px;
  float: left;
  width: 130px;
}

#container .search_area .attention_keyword {
  margin: 15px 0 0 0;
}

#container .search_area .attention_keyword .attention_title {
  float: left;
  width: 130px;
}

#container .search_area .attention_keyword .keyword_area {
  margin: 0 0 0 10px;
  float: left;
  width: 785px;
  max-height: 5em;
  overflow-y: hidden;
}

#container .search_area .attention_keyword .keyword_area p {
  margin: 0 0 10px 0;
  float: left;
}

#container .search_area .attention_keyword .keyword_area p + p {
  margin: 0 0 10px 7px;
}

#container .search_area .attention_keyword .keyword_area p a {
  background-color: #174eaf;
  color: #fff;
  border: 1px solid #174eaf;
  border-radius: 5px;
  padding: 8px 7px 6px;
  display: block;
  height: 14px;
  font-weight: bold;
  font-size: 0.9em;
}

#container .result_outer {
  margin: 30px auto 80px;
  width: 980px;
}

#container .search-head {
  position: relative;
}

#container .search-head h3 {
  margin: 0 0 25px 0;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  text-align: center;
}

#container .search-head h3.large {
  font-size: 2em;
}

#container .search-head h3 span {
  color: #ff0000;
  font-size: 1.1em;
}

#container .sort-select {
  margin: 0 3px 15px 0;
  text-align: right;
}

#container .sort-select a + img,
#container .sort-select img + a {
  margin: 0 0 0 10px;
}

#container .sort-select img:hover {
  opacity: 1 !important;
}

#container ul {
  margin: 0;
  padding: 0;
}

#container #result-list ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

#container #result-list ul li {
  margin: 0;
  position: relative;
  width: calc(21% - 2px);
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-collapse: collapse;
  padding: 1% 2% 2.5%;
}

#container ul li:nth-of-type(1) {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

#container ul li:nth-of-type(4n + 1) {
  border-left: 1px solid #ddd;
}

#container ul li:nth-of-type(2),
#container ul li:nth-of-type(3),
#container ul li:nth-of-type(4) {
  border-top: 1px solid #ddd;
}

#container ul + ul li:nth-of-type(1),
#container ul + ul li:nth-of-type(2),
#container ul + ul li:nth-of-type(3),
#container ul + ul li:nth-of-type(4) {
  border-top: none;
}

#container li a.download-btn {
  margin: 5% auto 0;
  display: block;
  width: 100%;
  border-radius: 0.4em;
  padding: 5% 0 4%;
  background-color: #535353;
  font-weight: bold;
  font-size: 0.9em;
  color: #fff;
  text-align: center;
}

#container li a.download-btn:hover {
  background-color: #ff9300;
  opacity: 1;
}

#container li a img:hover {
  opacity: 1 !important;
}

#container li span {
  display: block;
  font-size: 0.8em;
  margin: 2% 0 2%;
}

#container li span.cate-title {
  color: #174eaf;
  font-size: 0.9em;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: 6% auto 2.4%;
  width: 94%;
  min-height: 2.6em;
}

#container li span.cate-title.one {
  color: #174eaf;
  font-size: 1.15em;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  height: 2.1em;
  padding-top: 0.7em;
}

#container li span.product {
  font-size: 0.8em;
  line-height: 1.4;
  text-indent: -0.6em;
  margin: 6% 13% 5%;
}

#container li a.img-area {
  height: 310px;
  display: block;
  position: relative;
}

#container li img.chirashi-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}

#container li .cate-info {
  min-height: 58px;
}

#container li span.edit-area {
  height: 24px;
}

#container li span.price-edit {
  margin: 0;
  display: inline-block;
  border: 1px solid #f00;
  color: #f00;
  padding: 1%;
  font-weight: bold;
  font-size: 1em;
  background-color: #fff;
}

#container li span.price-edit:hover {
  color: #fff;
  background-color: #f00;
}

#container li span.price-edit:empty {
  border: none;
  padding: 0;
}

#container li span.space {
  width: 2%;
  display: inline-block;
}

#container li span.customer-edit {
  margin: 0;
  display: inline-block;
  border: 1px solid #174eaf;
  color: #174eaf;
  padding: 1%;
  font-weight: bold;
  font-size: 1em;
  background-color: #fff;
}

#container li span.customer-edit:hover {
  color: #fff;
  background-color: #174eaf;
}

#container li span.customer-edit:empty {
  border: none;
  padding: 0;
}

#container li span.price-edit:empty + span.customer-edit {
  margin: 0;
}

#container li span.disp-id {
  margin: 5px 0 0 0;
  font-size: 0.8em;
  text-align: right;
}

#container li span.new-chirashi {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#container .edit-area span.popup {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  left: inherit;
  bottom: inherit;
  display: none;
  font-size: 1.1em;
}

#container .edit-area span.icon:hover {
  cursor: pointer;
}

#container .edit-area span.icon.mouse-on span.popup {
  display: block;
}

#container .edit-area span.popup span {
  width: auto;
  position: absolute;
  left: -5px;
  bottom: 27px;
  max-width: 300px;
  padding: 0.8em 1em;
  text-align: left;
  color: #333;
  font-size: 0.9em;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #174eaf;
  border-radius: 5px;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
  display: block;
}

#container .edit-area .price-edit span.popup span {
  border: 1px solid #ff0000;
  width: 120px;
}

#container .edit-area .customer-edit span.popup span {
  border: 1px solid #174eaf;
  width: 120px;
}

#container .edit-area span.popup span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(8% + 8px);
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: #174eaf;
  display: block;
}

#container .edit-area .price-edit span.popup span::before {
  border-top-color: #ff0000;
}

#container .edit-area .customer-edit span.popup span::before {
  border-top-color: #174eaf;
}

#container .edit-area span.popup span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(8% + 8px);
  margin-left: -6px;
  border: 6px solid transparent;
  border-top-color: #fff;
}

/* モーダル設定 */
body .modal-overlay {
  z-index: 1400;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: #000;
  opacity: 0.38;
}

body #container .modal-wrap {
  z-index: 1401;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

#container .modal-outer {
  padding: 0 0 30px 0;
}

#container a.modal-open:hover {
  cursor: pointer;
  opacity: 0.6;
}

#container a.modal-close:hover {
  cursor: pointer;
  opacity: 0.6;
}

#container .btnClose {
  text-align: center;
}

body #container .modal-content {
  padding: 30px 0;
  z-index: 200;
  position: relative;
  display: none;
  width: 980px;
  height: auto;
  margin: 0;
  border: 1px solid #ccc;
  background: #fff;
  overflow: auto;
  box-shadow: 2.5px 2.5px 4px #666;
}

#container .modal-content .modal-inner .area_inner {
  padding: 30px;
  border: 1px solid #ccc;
}

#container .modal-content .modal-inner .thumnail {
  text-align: center;
}

#container .modal-content .modal-inner .thumnail img {
  border: 1px solid #999;
}

#container .modal-content .modal-inner .file-info {
  margin: 25px auto 0;
  width: 560px;
  text-align: right;
}

#container .modal-content .modal-inner .file-info .left-area {
  width: 200px;
  float: none;
}

#container .modal-content .modal-inner .file-info .update {
  font-size: 0.85em;
  line-height: 1.5;
}

#container .modal-content .modal-inner .file-info .file-size {
  font-size: 0.85em;
  line-height: 1.5;
}

#container .modal-content .modal-inner .file-info .icon-area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 3px;
}

#container .modal-content .modal-inner .file-info .icon-area span.price-edit {
  margin: 0;
  display: inline-block;
  border: 1px solid #f00;
  color: #f00;
  padding: 1%;
  font-weight: bold;
  background-color: #fff;
  display: block;
  white-space: nowrap;
}

#container .modal-content .modal-inner .file-info .icon-area span.price-edit:empty {
  border: none;
  padding: 0;
}

#container .modal-content .modal-inner .file-info .icon-area span.customer-edit {
  margin: 0 0 0 2%;
  display: inline-block;
  border: 1px solid #174eaf;
  color: #174eaf;
  padding: 1%;
  font-weight: bold;
  background-color: #fff;
  display: block;
  white-space: nowrap;
}

#container .modal-content .modal-inner .file-info .icon-area span.customer-edit:empty {
  border: none;
  padding: 0;
}

#container .modal-content .modal-inner .file-info .icon-area span.price-edit:empty + span.customer-edit {
  margin: 0;
}

#container .modal-content .modal-inner .file-info .right-area {
  width: 250px;
  float: none;
  margin: 0 0 0 auto;
  text-align: left;
  display: inline-block;
}

#container .modal-content .modal-inner .file-info .right-area.zero {
  width: 13em;
}

#container .modal-content .modal-inner .file-info .right-area.one {
  width: 180px;
}

#container .modal-content .modal-inner .file-info .right-area a {
  margin: 0 auto 0;
  display: block;
  width: 100%;
  border-radius: 0.4em;
  padding: 6% 0 5%;
  background-color: #535353;
  font-weight: bold;
  font-size: 0.9em;
  color: #fff;
  text-align: center;
}

#container .modal-content .modal-inner .file-info .right-area a:hover {
  background-color: #ff9300;
  opacity: 1;
}

#container .modal-content .modal-inner .modalCloseBtn:hover {
  opacity: 0.6;
  cursor: pointer;
}

#container .modal-content .modal-inner .btn-area {
  width: 566px;
  margin: 10px auto 18px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}

#container .modal-content .modal-inner .btn-area .btn-item {
  width: 273px;
}

#container .modal-content .modal-inner .btn-area .btn-item.download-btn {
  margin-right: 20px;
}

#container .modal-content .modal-inner .btn-area .btn-item a {
  display: block;
  width: 100%;
  border-radius: 0.4em;
  padding: 0;
  height: 40px;
  line-height: 40px;
  background-color: #535353;
  font-weight: bold;
  font-size: 0.9em;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

#container .modal-content .modal-inner .btn-area .btn-item a:hover {
  opacity: 1;
}

#container .modal-content .modal-inner .btn-area .btn-item.download-btn a {
  background-color: #535353;
  color: #fff;
}

#container .modal-content .modal-inner .btn-area .btn-item.download-btn a:hover {
  background-color: #ff9300;
}

#container .modal-content .modal-inner .btn-area .btn-item.copy-btn a {
  background-color: #fff;
  color: #1b4da2;
  border: 2px solid #586c90;
  line-height: 36px;
}

#container .modal-content .modal-inner .btn-area .btn-item.copy-btn a:hover {
  background-color: #e8f1f9;
}

#container #terms_of_use.modal-content .modal-outer {
  margin: 0;
  padding: 0 60px;
}

#container #terms_of_use.modal-content .modal-outer .large {
  margin: 0;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.5;
}

#container #terms_of_use.modal-content .modal-outer .normal {
  margin: 2em 0 0 0;
  font-size: 0.9em;
  line-height: 1.6;
}

#container #bottomImg {
  margin: 20px 0 0 0;
  text-align: center;
}

#container .spinner {
  margin: 0;
}

#container .spinner > div {
  margin: 0 1%;
  width: 18px;
  height: 18px;
  background-color: #ccc;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}

#container .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

#container .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#container #read-more a {
  margin: 20px auto 0;
  padding: 10px 0;
  border: 1px solid #ccc;
  font-size: 1em;
  border-radius: 15px;
  display: block;
  width: 300px;
}

#container .sp {
  display: none;
}

#container #content-bottom-banner {
  margin: 4.5% 0 0;
  text-align: center;
}

#container #content-bottom-banner p {
  display: inline-block;
  margin: 0 0.6%;
  width: 392px;
}

#container #content-bottom-banner p a img {
  width: 100%;
}

/* 外枠 */
div#wrap-container {
  padding: 0;
  margin: 0 0 5%;
  width: 100%;
}

div#container {
  width: 100%;
  height: 100%;
  position: relative;
}

/* ページング */
#paginate {
  text-align: center;
}

#paginate p.nav-cnt {
  margin: 40px auto 0;
  font-size: 1.05em;
}

#paginate nav.pc ul.pagination {
  margin: 12px auto 100px;
  text-align: center;
}

#paginate nav.pc ul.pagination li.page-item.disabled {
  border: none;
}

#paginate nav.pc ul.pagination li.page-item.disabled span {
  display: none;
}

#container ul li.page-item {
  margin: 0 1px;
  display: inline-block;
  float: none;
  position: relative;
  width: auto;
  background-color: #fff;
  border: none;
  border-collapse: collapse;
  padding: 0;
}

#container ul li.page-item a {
  display: block;
  padding: 9px 12px;
  font-size: 1.1rem;
  color: #666;
  border: 1px solid #999;
}

#container ul li.page-item a:hover {
  background-color: #ddd;
  text-decoration: none;
}

#container ul li.page-item a img.prev {
  width: 10px;
  margin: 0;
  transform: rotate(-180deg);
}

#container ul li.page-item a img.next {
  width: 10px;
  margin: 0;
}

#container ul li.page-item span {
  display: block;
  padding: 9px 12px;
  margin: 0;
  font-size: 1.1rem;
  color: #666;
}

#container ul li.page-item.active span {
  border: 1px solid #999;
}

#container ul li.page-item.active span {
  background-color: #666;
  color: #fff;
}
