@charset "utf-8";
/* CSS Document */
/* ■■■■■■　基本設定　■■■■■■ */
body {
  font-family: 'Noto Sans JP', sans-serif;
  background: repeating-linear-gradient(90deg, #ff0000, #ff0000 60px, transparent 60px, transparent 120px);
  background-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  /*background-repeat:repeat-x;*/
  background-attachment: fixed;
  background-position: center top;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-text-size-adjust: 100%;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #F90;
  text-decoration: none;
  text-align: center;
}
h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-left: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  margin-right: 5px;
  line-height: 1em;
}
.mainimage {
  width: 100%;
  /*height: 1205px;*/
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  margin-top: -2px;
  background-size: 100%;
  text-align: left;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
/* ボタン */
.button {
  font-family: 'Noto Sans JP', sans-serif;
  display: inline-block;
  padding: 10px 30px;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
  border-top-color: #c5c5c5;
  border-bottom-color: #c5c5c5;
  border-left-color: #c5c5c5;
  border-right-color: #c5c5c5;
  background: linear-gradient(120deg, rgba(230, 0, 18, 1) 0%, rgba(230, 0, 18, 1) 50%, rgba(230, 0, 18, 1) 50%, rgba(230, 0, 18, 1) 100%);
  box-shadow: 0px 5px 10px rgba(219, 219, 219, 0.1);
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(168, 168, 168, 0.2);
  transition: all 0.3s ease;
}
.button:hover {
  background: linear-gradient(120deg, rgba(230, 0, 18, 1) 0%, rgba(230, 0, 18, 1) 50%, rgba(230, 0, 18, 1) 50%, rgba(230, 0, 18, 1) 100%);
  color: #fff600;
  box-shadow: 0px 8px 15px rgba(168, 168, 168, 0.2);
}
.button:active {
  transform: translateY(2px);
  box-shadow: 0px 2px 5px rgba(168, 168, 168, 0.2);
}
.txt_s {
  font-size: 21px;
  padding: 14px 26px;
}
@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-moz-keyframes reflection {
  0% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -moz-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-ms-keyframes reflection {
  0% {
    -ms-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -ms-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -ms-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-o-keyframes reflection {
  0% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -o-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -o-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media (min-width: 1281px) and (max-width: 1920px) {}
@media (min-width: 1024px) and (max-width: 1280px) {
  .btn_wrap {
    width: 50%;
    height: 50px;
    margin-left: 35%;
  }
}
@media (max-width: 1023px) {
  .btn_wrap {
    display: none;
  }
  #t-wrap {
    display: none;
  }
  #CDT {
    display: none;
  }
  #cdtxt {
    display: none;
  }
}
/* ■■■■■■　コンテンツ　■■■■■■ */
#content {
  width: 1050px;
  margin-top: 0px;
  /*margin-top: 66px;*/
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  text-align: center;
  font-size: 24px;
}
/* ■■■■■■　フッター　■■■■■■ */
#footer {
  color: #999999;
}
.footer a {
  color: #999999;
  text-decoration: none;
  font-size: 0.750em;
}
.footer a:hover {
  color: #999999;
  text-decoration: underline;
  font-size: 0.750em;
}
.copyright {
  color: #ffffff;
  font-size: 12px;
  line-height: 2em;
}
/* ■■■■■■　ページアップ　■■■■■■ */
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -80px;
  right: 9px;
  width: 70px;
  padding: 10px 10px;
  background: rgba(185, 255, 51, 1);
  color: #2b2b2b;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  border-radius: 5px 5px 5px 5px;
}
#page-top:hover {
  background: rgba(0, 177, 242, 1);
  color: #2b2b2b;
}
/* ■■■■■■　レコメンドリスト　■■■■■■ */
/* ■■■■■■　レコメンドリスト　ver.2.1a　■■■■■■ */
/*
	・アイテムの横幅を306pxに拡大して４列から３列に仕様変更
	・価格の前に税込のテキストを挿入する仕様に変更
	・従来の背景部分にあった円表示をなくしてテキストに変更
	・その他従来通り　使っていないクラスは手つかずなので使用時に要編集
	・今回の仕様変更に伴い税・価格・円の部分のhtmlタグを変更
	*/
/* ■■■■■■　レコメンドリスト　ver.3.0　■■■■■■ */
/*
	・アイテムの横幅を480pxに拡大して３列から２列に仕様変更
	・価格の前に税込のテキストを挿入する仕様に変更
	・従来の背景部分にあった円表示をなくしてテキストに変更
	・その他従来通り　使っていないクラスは手つかずなので使用時に要編集
	・今回の仕様変更に伴い税・価格・円の部分のhtmlタグを変更

	*/
/*　中央寄せのwrapper　*/
.container {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
/*パターン１（基本）*/
/*　枠と背景画像の設定　1：背景画像off率あり　*/
.item_layout_on1 {
  background-image: url("../images/sale-off_470_1.gif");
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-right: 6px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0px;
  height: 604px;
  width: 470px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #CCCCCC;
  border-left-color: #CCCCCC;
  position: relative;
  float: left;
}
/*　枠と背景画像の設定　2：背景画像off率なし　*/
.item_layout_no1 {
  background-image: url("../images/sale-normal_470_1.gif");
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-right: 6px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0px;
  height: 604px;
  width: 470px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #CCCCCC;
  border-left-color: #CCCCCC;
  position: relative;
  float: left;
}
/*パターン２*/
/*　枠と背景画像の設定　1：背景画像off率あり　*/
.item_layout_on2 {
  background-image: url("../images/sale-off_470_2.gif");
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-right: 6px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0px;
  height: 604px;
  width: 470px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #CCCCCC;
  border-left-color: #CCCCCC;
  position: relative;
  float: left;
}
/*　枠と背景画像の設定　2：背景画像off率なし　*/
.item_layout_no2 {
  background-image: url("../images/sale-normal_470_2.gif");
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-right: 6px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0px;
  height: 604px;
  width: 470px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #CCCCCC;
  border-left-color: #CCCCCC;
  position: relative;
  float: left;
}
/*パターン3*/
/*　枠と背景画像の設定　1：背景画像off率あり　*/
.item_layout_on3 {
  background-image: url("../images/sale-off_470_3.gif");
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-right: 8px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0px;
  height: 604px;
  width: 470px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #CCCCCC;
  border-left-color: #CCCCCC;
  position: relative;
  float: left;
}
/*　枠と背景画像の設定　2：背景画像off率なし　*/
.item_layout_no3 {
  background-image: url("../images/sale-normal_470_3.gif");
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-right: 8px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0px;
  height: 604px;
  width: 470px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #CCCCCC;
  border-left-color: #CCCCCC;
  position: relative;
  float: left;
}
/*　ブランド（メーカー）名の表示　*/
.brand {
  height: 30px;
  width: 150px;
  z-index: 9999;
  font-family: "Times New Roman", Times, serif;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  margin: 90px 0px 0px 10px;
  border: 0px;
  text-align: left;
  padding-left: 8px;
  padding-top: 8px;
  color: #666666;
  position: relative;
}
/*　商品画像　上下の余白を設定しています　*/
.item_img {
  text-align: center;
  padding-bottom: 5px;
  margin-top: -42px;
  z-index: 200;
}
/*　クラッカーオブジェクト　*/
.c_object {
  background: url(../images/c_object_490.png) no-repeat;
  width: 470px;
  height: 604px;
  position: absolute;
  z-index: 500;
  top: 0px;
  left: 0;
  padding-top: 1px;
  padding-left: 1px;
}
/*　商品名　※非表示のため使用していません ※使用時は要調整　*/
.item_name {
  font-size: 12px;
  color: #666666;
  height: 20px;
  width: 140;
  position: absolute;
  top: 251px;
  z-index: 10;
  margin-left: 2px;
  ne-height: 14px;
  margin-right: 2px;
}
/*　off率に関連する設定です　*/
.off_txt {
  font-size: 72px;
  font-family: "Times New Roman", Times, serif;
  color: #ffffff;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 500px;
  z-index: 20;
  display: block;
  margin-left: 5px;
  font-weight: bold;
}
/*　メーカー希望価格 3～7ケタ対応　※非表示のため使用していません ※使用時は要調整　*/
.list_price {
  font-size: 28px;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  height: 30px;
  width: 276px;
  position: absolute;
  z-index: 30;
  color: #000000;
  margin-top: 6px;
  margin-left: 192px;
}
/*税込・価格・通貨単位のレイアウト*/
.boxwrap {
  width: 250px;
  margin-left: auto;
  margin-top: 7%;
}
.area {
  /* boxレイアウトの指定 */
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.item {
  height: 40px;
  width: 100%;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  /*元color: #bf0000;*/
  color: #000000;
  margin: 0px;
  padding-top: 30px;
  z-index: 40;
  position: relative;
}
/*boxそれぞれの設定。左から順に1.2.3*/
.item:nth-child(3) {
  font-size: 24px;
  text-align: right;
  padding-right: 8px;
  margin-top: -4px;
  width: 20%;
}
.item:nth-child(2) {
  text-align: right;
  font-size: 80px;
  width: auto;
  margin-top: -22px;
}
.item:nth-child(1) {
  font-size: 44px;
  text-align: right;
  padding-right: 20px;
  margin-top: 6px;
  width: 10%;
}
/*　floatの解除　*/
.clear {
  clear: both;
}
/*　画像に対するhover時の設定　*/
a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}