@charset "UTF-8";
.sp {
  display: none;
}

#sp-side {
  display: none;
}

#wrap-container {
  width: 1160px;
}

/* タイトルエリア
---------------------------------------------- */
h1 {
  margin: 0 0 15px;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  font-size: 1.8em !important;
}

/* バナーエリア
---------------------------------------------- */
#banner-area {
  margin: 0 0 22px 0;
  padding: 12px 0 12px 11px;
  background-color: #f0f0f0;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  behavior: url(/js/PIE.htc);
}

#banner-area .banner {
  float: left;
  width: 290px;
  height: 123px;
  margin: 0 5px 0 0;
  padding: 0 10px 0 16px;
}

.banner .photo {
  float: right;
  width: 172px;
  margin: 48px 0 0;
}

.banner .text {
  float: left;
  width: 108px;
  font-size: 0.75em;
  line-height: 1.4;
  margin: 48px 0 0;
}

.banner .text .atn {
  display: block;
  padding: 2px 0 0 1em;
  font-size: 0.9em;
  text-indent: -1em;
}

/* 速報エリア
---------------------------------------------- */
#sokuho-area #bottomImg p {
  text-align: center;
  clear: both;
}

#sokuho-area #bottomImg p img {
  width: 65px;
}

#sokuho-area h2 {
  margin: 0 0 40px;
}

#sokuho-area .atn {
  margin: 0 0 16px;
  padding: 0 0 0 20px;
  color: #0099ff;
  font-size: 0.8em;
}

/* 一覧エリアのナビゲーション 上部 */
#list-head .result-navi {
  margin: 0;
  padding: 10px 15px 8px 15px;
  background-color: #f0f0f0;
  border-bottom: 2px solid #ccc;
}

/* 一覧エリアのナビゲーション 下部 */
#list-foot .result-navi {
  margin: 7px 0 0 0;
  padding: 7px 15px 13px 15px;
  background-color: #f0f0f0;
  border-top: 2px solid #ccc;
}

/* タイトル関連 */
h2 {
  position: relative;
  margin: 0 0 30px;
}

h2 span {
  display: block;
  position: absolute;
  top: 71px;
  left: 50px;
  font-size: 1em;
  font-weight: normal;
}

/* メインエリア */
div#main-content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}

div#sokuho-area {
  width: 980px;
}

/* サブメニューエリア */
div#sub-menu {
  width: 150px;
  margin-right: 25px;
}

/* 一覧表示 (商品説明付き)
---------------------------------------------- */
#result-list .new-month-ttl h3 {
  background-color: #2d57ae;
  color: #fff;
  height: 42px;
  line-height: 42px;
  font-size: 1.23em;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 20px;
}

#result-list div.new-product-area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 0 50px;
}

#result-list div.new-product-area .items {
  display: block;
  float: left;
  width: 184px;
  margin: 0 0 35px 15px;
}

#result-list div.new-product-area .items:nth-of-type(5n + 1) {
  margin-left: 0;
}

#result-list div.new-product-area .items .new-icon {
  position: relative;
}

#result-list div.new-product-area .items .new-icon::after {
  content: "";
  background: url(/static/images/header_new_2209/icn_new_red.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  left: 4px;
}

/* アイテムリスト */
.item-list {
  display: block;
}

.item-list a {
  display: block;
}

.item-list a span {
  display: block;
}

.item-list a span img {
  border: 1px solid #e2e2e2;
  width: 185px;
  height: 185px;
  box-sizing: border-box;
}

.item-list a span.image {
  margin: 0 0 8px;
}

.item-list a span.hinban {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 7px;
}

.item-list a span.kokai {
  font-size: 0.9em;
  margin: 0 0 5px 2px;
  color: #333;
  line-height: 1.3;
  font-weight: normal;
}

.item-list a span.hinmei {
  font-size: 0.87em;
  margin: 0 0 7px;
  line-height: 1.4;
  color: #333;
}

.item-list a span.rel-cnt {
  font-size: 0.78em;
  margin: 0 0 10px;
  line-height: 1.4;
  color: #3b9ed6;
}

.item-list a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.item-list a:hover img {
  opacity: 1 !important;
}

/* サブメニュー */
a.banner {
  display: inline-block;
  margin-bottom: 10px;
}

div#sub-menu dl {
  border-top: 1px solid #d0d0d0;
  margin-bottom: 10px;
}

div#sub-menu dl dt a {
  display: block;
  padding: 15px 0 13px 18px;
}

div#sub-menu dl dd a {
  color: #333;
  display: block;
  padding: 10px 0 9px 18px;
}

div#sub-menu dl dt a:hover,
div#sub-menu dl dd a:hover {
  text-decoration: none;
  color: #ff0000;
}

div#sub-menu dl dt {
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  font-weight: bold;
  background: #dfecfc url(/static/images/common/yaji_plain_bl.png) no-repeat 8px 17px;
}

div#sub-menu dl dd {
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  font-size: 0.87em;
  font-weight: bold;
  line-height: 1.4;
  background: url(/static/images/common/yaji_plain_bl.png) no-repeat 8px 14px;
}

/* アイテム左 */
#result-list .item-l {
  display: inline;
  float: left;
  width: 137px;
  margin: 0 12px 0 0;
}

#result-list .item-l p {
  text-align: center;
  font-size: 0.8em;
}

#result-list .item-l img {
  display: block;
  margin: 0 0 4px 0;
}

#result-list .item-l a:link img,
#result-list .item-l a:visited img {
  border: 1px solid #999;
}

#result-list .item-l a:hover img,
#result-list .item-l a:active img {
  /* border: 1px solid #f00; */
}

#result-list .item-l a {
  font-weight: bold;
}

/* アイテム中 */
#result-list .item-m {
  display: inline;
  float: left;
  width: 487px;
  margin: 0;
}

#result-list .item-m .kokai {
  color: #0099ff;
  font-size: 0.8em;
  line-height: 1.4;
}

#result-list .item-m .hinban {
  margin: 0 0 4px 0;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
}

#result-list .item-m .hinban a {
  vertical-align: top;
}

#result-list .item-m .hinban .status img {
  margin: 0 5px 0 0;
  vertical-align: -1px;
}

#result-list .item-m .hinban .hikokai {
  color: #f00;
  font-size: 0.7em;
}

#result-list .item-m .hinmei {
  margin: 2px 0 0 0;
  color: #333;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.4;
  letter-spacing: 1px;
}

#result-list .item-m .price {
  margin: 2px 0 0;
  color: #333;
  font-size: 0.8em;
  line-height: 1.4;
  letter-spacing: 1px;
}

#result-list .item-m .cap {
  margin: 5px 0 0;
  padding: 5px 0 0;
  border-top: 1px dotted #aaa;
  color: #333;
  font-size: 0.8em;
  line-height: 1.4;
}

#result-list .item-m .icon {
  width: 482px;
  margin: 2px 0 0;
  padding: 1px 4px 4px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/js/PIE.htc);
  background-color: #f3f3f3;
}

#result-list .item-m .icon span {
  display: inline;
  float: left;
  height: 25px;
  margin: 3px 1px 0 0;
  zoom: 1;
}

#result-list .item-m .icon .torisetsu {
  width: 92px;
}

#result-list .item-m .icon .download {
  width: 92px;
}

#result-list .item-m .icon .qa {
  width: 72px;
}

#result-list .item-m .icon .movie {
  width: 72px;
}

#result-list .item-m .icon .info {
  width: 72px;
}

#result-list .item-m .icon .special {
  width: 74px;
}

#result-list .item-m .icon .specials {
  display: block;
  margin: 0;
}

#result-list .item-m .icon .specials a {
  margin: 0 1px 0 0;
}

/* アイテム右 */
#result-list .item-r {
  display: inline;
  float: right;
  width: 310px;
  padding: 5px 5px 5px 5px;
  background-color: #f7f7f7;
}

#result-list .item-r .photo {
  display: inline;
  float: left;
  width: 100px;
}

#result-list .item-r .text {
  /* display: inline; */
  /* float: left; */
  /* width: 195px; */
  color: #666;
  display: block;
  float: right;
  font-size: 0.8em;
  line-height: 1.4;
  overflow: visible;
  width: 206px;
}

#result-list .item-r .text p {
  padding: 0 0 0 0.5em;
  text-indent: -0.5em;
}

/* 発売月を選択 */
#month-select {
  margin: 5px 0 30px;
}

#month-select div.month-select {
  width: 300px;
  text-align: left;
  position: relative;
}

#month-select div#disp-month {
  display: none;
}

#month-select div.month-select a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333;
}

#month-select div.month-select p a {
  border: 1px solid #cacaca;
  padding: 15px 40px 15px 20px;
  background-image: url(/static/images/info/new_product/yaji_14_7.png);
  background-position: 94% 50%;
  background-repeat: no-repeat;
  background-size: 17px 11px;
  width: 180px;
  border-radius: 4px;
}

#month-select div.month-select p a.active {
  background-image: url(/static/images/info/new_product/yaji_14_7.png);
  background-position: 96% 50%;
  background-repeat: no-repeat;
  background-size: 5%, 2%;
}

#month-select div.month-select ul {
  position: absolute;
  top: 47px;
  left: 0;
  z-index: 10;
}

#month-select div.month-select ul li {
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  background-color: #fff;
}

#month-select div.month-select ul li a {
  padding: 12px 21px;
  width: 198px;
}

#month-select div.month-select ul li a:hover {
  background-color: #cacaca;
  color: #fff;
}

#month-select select {
  padding: 1% 22px;
  width: 175px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  background-image: url(/static/images/info/new_product/yaji_14_7.png);
  background-position: 92% 50%;
  background-repeat: no-repeat;
  background-size: 5%, 2%;
  font-size: 1em;
}

#month-select select option {
  border-bottom: 1px solid #333;
}

/* 新商品案内エリア
---------------------------------------------- */
#new-productguide-area {
  margin: 20px 0 40px;
}
