
#mainImgOuter {
margin:0 0 100px 0;
width:100%;
height:617px;
background:url(../img/newyear-sale/main_bg.jpg) 0 center repeat-x;
position: relative;
z-index: 1; 
}
.mainImgInner {
  content: '';
  display: block;
  width: 100%;
  height:94px;
  background: url(../img/newyear-sale/main_deco.png) center bottom repeat-x;
  background-size: contain;
  position: absolute;
  z-index:10;
  margin-top:-30px;
}
h1.mainImg {
margin:0;
padding:0;
line-height:1;
overflow: hidden;
  position: relative;
  z-index:2;
}
h1.mainImg img {
max-width: none;
width:1565px;
margin-left: calc(50% - 1565px/2);
display: block;
}

.eventCopy {
font-size:33px;
color:#FF0000;
text-align:center;
font-weight:bold;
}
.fsize16 {
font-size:16px;
}

.eventMenuBox {
display:flex;
justify-content: center;
margin:0 0 50px 0;
}
.eventMenuBox>a.eventMenu {
width:280px;
margin:0 1%;
padding:7px 10px 15px 10px;
font-size:20px;
text-align:center;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
background:#D90000 url(../img/common/arrow13.png) center bottom no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
a.eventMenu:hover {
background:#D90000 url(../img/common/arrow13.png) center bottom no-repeat;
opacity:0.7;
}

h2.eventHeading {
width:100%;
margin:0 0 50px 0;
padding:25px 0 25px 80px;
font-size:39px;
line-height:1;
color:#D90000;
font-weight:bold;
text-align:left;
background:url(../img/newyear-sale/heading-2-bg.png) left center no-repeat;
border:none;
display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
box-sizing: border-box;
  position: relative;
}
h2.eventHeading::before {
  content: "";
  display: inline-block;
  background: url(../img/newyear-sale/heading-2-01.png) left center no-repeat;
  width: 76px;
  height: 86px;
  top:0px;
  left:0px;
  position: absolute;
}
h2.eventHeading::after {
  content: "";
  display: inline-block;
  background: url(../img/newyear-sale/heading-2-02.png) right center no-repeat;
  width: 100px;
  height: 80px;
  top:3px;
  right:0px;
  position: absolute;
}


.displayItemList {
margin:0 0 50px 0;
padding:0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.displayItemList::after{
  content:"";
  display: block;
  width:32%;
}

.displayItem {
max-width:300px;
width:32%;
margin:0 0 100px 0;
padding:0;
}
.displayItemImg {
width:100%;
margin:0;
padding:0;
line-height:0;
}
.displayItemImg img {
max-width:100%;
margin:0;
padding:0;
}

.product {
padding:15px 0;
line-height:1;
}
.product .manufacturer {
margin:0 0 15px 0;
font-size:20px;
}
.product .name {
margin:0 0 20px 0;
font-size:33px;
font-weight:bold;
text-align:center;
}

.priceBox {
display: flex;
justify-content: space-between;
}
.price {
margin:0 0 20px 0;
}
.listPrice{
margin-bottom:15px;
font-size:18px;
line-height:1.5;
}
.salesPrice{
font-size:18px;
line-height:1.5;
font-weight:bold;
}
.listPrice span,
.salesPrice span {
font-size:14px;
font-weight:normal;
}
.salesPrice strong {
font-size:26px;
color:#FF0000;
}
.discount {
width:130px;
height:130px;
padding-top:15px;
    display: flex;
    justify-content: center;
    align-items: center;
background:url(../img/newyear-sale/off_bg.png) center center no-repeat;
  background-position:50%;
  background-size:contain;
}
.per {
font-size:50px;
color:#FFFFFF;
line-height:0.5;
text-align:center;
}
.per span {
font-size:28px;
}
.cost {
margin-top:-5px;
font-size:12px;
text-align:right;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
table tr {
    border-bottom: #888 dotted 1px;
}
table th {
    width: 22%;
    margin: 0;
    padding: 7px 0 7px 0;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    line-height: 1.5;
}
table th .Deco01 {
    width: 80px;
    margin: 0 10px 0 0;
    padding: 5px 0px;
    text-align: center;
    line-height: 1;
    background: #00468C;
    font-size:14px;
    color: #FFF;
}
table td {
    width: 78%;
    margin: 0;
    padding: 7px 0 7px 0;
    vertical-align: top;
    font-size:16px;
    line-height: 1.5;
}



/* ///// 980px以上用（スマートフォン用）の記述 ///// */

@media screen and (min-width: 981px) {

}

/* ///// 767px以下用（スマートフォン用）の記述 ///// */

@media screen and (min-width: 769px) {

}

/* /////////// 480px以上用（スマートフォン用）の記述 /////////// */

@media screen and (min-width: 481px) {

}


/* //////////// 1023px以下用（PC用）の記述 //////////// */
@media screen and (max-width: 1023px) {

/* //////////// 1023px以下用（PC用）の記述 //////////// */
}


/* ///// 980px以下用（スマートフォン用）の記述 ///// */

@media screen and (max-width: 980px) {
.eventCopy {
font-size:3.4vw;
}
.per {
font-size:4.8vw;
}
.per span {
font-size:2.5vw;
}

#mainImgOuter {
margin:0 0 100px 0;
height:494px;
background-size:auto 494px;
}
h1.mainImg {
}
h1.mainImg img {
width:auto;
height:494px;
margin-left: calc(50% - 1253px/2);
}
.mainImgInner {
  height:75px;
  margin-top:-24px;
}

/* --END max-width:980px-- */
}

/* ///// 767px以下用（スマートフォン用）の記述 ///// */

@media screen and (max-width: 768px) {

.eventCopy {
font-size:3.8vw;
}
.per {
font-size:6.5vw;
}
.per span {
font-size:3.5vw;
}

#mainImgOuter {
margin:0 0 80px 0;
height:309px;
background:url(../img/newyear-sale/main_bg.jpg) 0 center repeat-x;
background-size:auto 309px;
}
h1.mainImg {
}
h1.mainImg img {
width:auto;
height:309px;
margin-left: calc(50% - 783px/2);
}
.mainImgInner {
  height:47px;
  margin-top:-15px;
}

.eventMenuBox>a.eventMenu {
    width: 200px;
    margin: 0 1%;
    padding: 7px 5px 15px 5px;
    font-size: 18px;
    line-height:1.3;
}

h2.eventHeading {
background:url(../img/newyear-sale/heading-2-bg02.png) left center no-repeat;
font-size:32px;
}

.displayItemList {
justify-content: space-around;
}
.displayItem {
max-width:300px;
width:49%;
margin:0 0 100px 0;
}

/* --END max-width:768px-- */
}

/* /////////// 480px以下用（スマートフォン用）の記述 /////////// */

@media screen and (max-width: 480px) {

.eventCopy {
font-size:4.5vw;
}
.per {
font-size:50px;
}
.per span {
font-size:28px;
}

h2.eventHeading {
margin:0 0 50px 0;
padding:25px 0 25px 60px;
font-size:28px;
background:url(../img/newyear-sale/heading-2-bg02.png) -100px center no-repeat;
}
h2.eventHeading::before {
  background-size: 80%;
  width: 61px;
  height: 69px;
}
h2.eventHeading::after {
  background-size: 80%;
  width: 80px;
  height: 64px;
}

#mainImgOuter {
margin:0 0 60px 0;
height:206px;
background:url(../img/newyear-sale/main_bg.jpg) 0 center repeat-x;
background-size:auto 206px;
}
h1.mainImg {
}
h1.mainImg img {
width:auto;
height:206px;
margin-left: calc(50% - 522px/2);
}
.mainImgInner {
  height:31px;
  margin-top:-10px;
}

.eventMenuBox>a.eventMenu {
    width: 150px;
    margin: 0 1%;
    padding: 7px 5px 15px 5px;
    font-size: 16px;
    line-height:1.3;
}

.displayItemList {
justify-content: space-around;
}
.displayItem {
max-width:300px;
width:100%;
margin:0 0 100px 0;
}

/* --END max-width:480px-- */
}