/* PC/SP*/

#itemlist_area {
  padding: 10px 0;
  text-align: center;
}

#itemlist_area h2 {
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  font-size: 141.7%;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  background: url(/sites/default/files/media/sp/images/lp/area/itemlist_area_bg01.png)top center no-repeat;
  background-size: 261px auto;
  width: 100%;
}

#itemlist_area h2 span {
  color: #ff8814;
  position: relative;
  z-index: 16;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #fffc27 90%);
}

#itemlist_area h2 span:before,#itemlist_area h2 span:after {
  inline-block; content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 18px;
  background: url(/sites/default/files/media/sp/images/lp/area/campaign_ttl_bg01.png) top center no-repeat;
  background-size: contain;
}

#itemlist_area h2 span:before {
  background: url(/sites/default/files/media/sp/images/lp/area/campaign_ttl_bg01.png) top center no-repeat;
  background-size: contain;
  left: -18px;
}

#itemlist_area h2 span:after {
  background: url(/sites/default/files/media/sp/images/lp/area/campaign_ttl_bg02.png) top center no-repeat;
  background-size: contain;
  right: -18px;
}

.products-category {
  background: #D2ECFE;
  padding-bottom: 10px;
  text-align: left;
}

.products-summary {
  border: none!important;
}

.product-noticetxt {
  padding: 10px;
  font-size: 100%;
}

.product-discount {
  text-align: right;
  padding: 5px 0;
  color: #004AAA;
  font-size: 100%;
}

.triangle {
  position: relative;
  padding-left: 10px;
  color: #004aaa;
}

.triangle:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  float: left;
  width: 0;
  height: 0;
  margin-top: -3.5px;
  content: '';
  border-width: 3.5px 0 3.5px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #666;
}

.products-price01 {
  display: none!important;
}
#nav{
    z-index: 6;
    position: relative;}
#nav .menu {
    position: sticky;
    position: -webkit-sticky;
    right: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.wrapperAll .c-component__productLineup-newLp .productslider .slick-dots{
position:relative;
z-index:101;
}
/* SP */
@media screen and (max-width: 768px) {
  .head-logo img {
    width: 100%;
  }
  #nav{display:none;}
}


/*pc style*/
@media screen and (min-width: 769px) {

  .products-inner {
    padding: 8px 0;
    background: #E8F8FE url('/sites/default/files/media/sp/images/index/products-bg.png') no-repeat center 0;
    -webkit-background-size: 320px 600px;
    background-size: 320px 600px;
  }

  .products-inner {
    font-family: Arial, san-serif, Helvetica;
  }

  .products-inner a {
    text-decoration: none;
  }

  .product-block {
    height: 266px;
    display: none;
  }

  #product-01 {
    display: block;
  }

  .bx-viewport {
    overflow: inherit !important;
  }

  .bx-pager-item {
    display: inline-block;
  }

  #products .bx-wrapper {
    max-width: 100% !important;
    margin-bottom: 0;
  }

  .bx-wrapper .productslider li {
    width: 200px !important;
  }

  .bx-wrapper .productslider li:not(.active) {
    opacity: 0.5;
  }

  .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0;
    background: transparent;

  }

  #products .bx-wrapper .bx-viewport {
    max-width: 200px;
    margin: 0 auto;
  }

  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50% !important;
    margin-top: -119px;
    width: 50px;
    height: 266px;
    background-image: url('/sites/default/files/media/sp/images/global/slider/nextback.png');
    -webkit-background-size: 61px 18px;
    background-size: 61px 18px;

  }

  #products .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50% !important;
    margin-top: -119px;
    width: 106px;
    height: 212px;
    background-image: url('/sites/default/files/media/sp/images/global/slider/nextback.png');
    -webkit-background-size: 61px 18px;
    background-size: 61px 18px;

  }

  .productPrice #products .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50% !important;
    margin-top: -119px;
    width: 97px;
    height: 212px;
    background-image: url('/sites/default/files/media/sp/images/global/slider/nextback.png');
    -webkit-background-size: 61px 18px;
    background-size: 61px 18px;

  }

  .bx-wrapper .bx-next {
    right: -55px;
    background-repeat: no-repeat;
    background-position: 0 center;
  }

  .bx-wrapper .bx-next:hover {
    background-position: 0 center;
  }

  .bx-wrapper .bx-next.disabled {
    display: none;
  }

  .bx-wrapper .bx-prev {
    left: -55px;
    background-repeat: no-repeat;
    background-position: right center;
  }

  .bx-wrapper .bx-prev:hover {
    background-position: right center;
  }

  .bx-wrapper .bx-prev.disabled {
    display: none;
  }

  .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
  }

  .bx-controls-direction a {
    position: absolute;
    top: 70px;
    width: 5px;
    height: 9px;
    text-indent: -9999px;
  }

  .bx-controls {
    text-align: center;
    margin-top: 10px;
  }

  .bx-pager-link {
    display: inline-block;
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    background: url(/sites/default/files/media/sp/images/global/slider/ico_pager01.png) 0 0 no-repeat;
    -ms-background-size: 8px 8px;
    -moz-background-size: 8px 8px;
    -webkit-background-size: 8px 8px;
    background-size: 8px 8px;
    margin: 0 3px;
    border: 0;
  }

  .bx-pager-link.active {
    background: url(/sites/default/files/media/sp/images/global/slider/ico_pager02.png) 0 0 no-repeat;
    -ms-background-size: 8px 8px;
    -moz-background-size: 8px 8px;
    -webkit-background-size: 8px 8px;
    background-size: 8px 8px;
  }





  /* ==========================================================================
    products
   ========================================================================== */

  #products {
    overflow: hidden;
    position: relative;
  }

  .products+p,
  .products+ul {
    font-size: 12px;
    width: 300px;
    margin: 0 auto 20px;
  }

  .products-set-inner {
    overflow: hidden;
    height: 550px;
    background: url(/sites/default/files/media/sp/images/index/products-bg.png) no-repeat;
  }

  .products-tab {
    text-align: center;
    height: 40px;
  }

  .products-tab img {
    vertical-align: bottom;
  }

  .products-tab-index {
    margin: 0 auto;
    width: 300px;
  }

  .products-tab-index li {
    position: relative;
    float: left;
    margin-left: 1px;
    width: 74px;
    height: 45px;
    background: #e4f5fc;
    color: #0149ab;
  }

  .products-tab-index h2::first-line {
    font-size: 14px;
  }

  .products-tab-index h2 {
    position: absolute;
    top: 50%;
    margin-top: -17.25px;
    width: 100%;
    text-align: center;
    font-size: 9px;
    line-height: 1.5;
  }

  .products-tab-index li:nth-child(4) h2::first-line {
    font-size: 10px;
  }

  .products-tab-index li:nth-child(4) h2 {
    margin-top: -15px;
    font-size: 10px;
  }

  /* tab-wrap */
  .products-tab-wrap {
    position: absolute;
    float: left;
    opacity: 0;
    padding: 15px 0;
    width: 320px;
    height: 300px;
    z-index: -1;
  }

  .products-tab-wrap.is-select {
    display: block !important;
    opacity: 1;
    z-index: 1;
  }

  .products-tab-index .is-select {
    background: #009ce6;
    color: #fff;
  }

  /* slider */
  .products-slider {
    margin-left: -178px;
  }

  .products-inner li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px !important;
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 10px;
    line-height: 1;
  }

  .products-inner li:last-child {
    margin-right: 0 !important;
  }

  .products-inner li a {
    color: #333;
  }

  .products-slider .is-select {
    opacity: 1;
  }

  .products-image {
    width: 130px;
    height: 100px;
    margin: 0 auto;
    text-align: center !important;
  }

  .products-image>img {
    width: 100%;
  }

  .products-summary {
    padding: 5px 10px;
    border-bottom: 1px dashed #d6d6d6;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .products-item-name {
    color: #004aaa;
    text-align: left;
    font-size: 12px;
    margin: 5px 0;
    line-height: 1.2;
  }

  .products-summary .triangle:before {
    margin-top: 4px;
    top: 0;
  }

  .products-attention {
    margin-top: 10px;
    color: #666;
    text-align: left;
    font-size: 9px;
  }

  .iconNew {
    margin-top: 10px;
    text-align: center;
  }

  .products-intro-price {
    color: #ff4230;
  }

  .products-price-coupon,
  .products-price-intro {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 0 9px 18px;
    width: 50%;
    text-align: left;
  }

  .products-price-coupon.arrow:after {
    right: -3px;
    border-top: 2px solid #bfbfbf;
    border-right: 2px solid #bfbfbf;
  }

  .products-price-coupon.arrow:before {
    position: absolute;
    top: 50%;
    right: -3px;
    display: block;
    margin-top: -2px;
    width: 11px;
    height: 2px;
    background: #bfbfbf;
    content: "";
  }

  .products-price-coupon p {
    font-size: 10px;
    margin-bottom: 7px;
  }

  .products-price-coupon p:nth-child(2) {
    font-weight: bold;
    font-size: 20px;
    font-family: Helvetica;
    line-height: 1;
  }

  .products-price-coupon p:nth-child(2) span {
    font-size: 12px;
  }

  .products-price-intro {
    color: #ff4230;
  }

  .products-price-intro p {
    margin-bottom: 5px;
  }

  .products-price-intro p:nth-child(1) {
    position: relative;
    padding-left: 15px;
  }

  .products-price-intro p:nth-child(1):after {
    display: block;
    width: 8px;
    height: 13px;
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    background: url(/sites/default/files/media/sp/images/global/elements/material.png) -101px -49px;
    -webkit-background-size: 363px 252px;
    background-size: 363px 252px;
    content: "";
  }

  @media only screen and (-webkit-min-device-pixel-ratio:2) {
    .products-price-intro p:nth-child(1):after {
      background-image: url(/sites/default/files/media/sp/images/global/elements/material_2x.png);
    }
  }


  .products-price-intro p:nth-child(1) {
    text-align: left;
    font-weight: bold;
    font-size: 10px;
  }

  .products-price-intro p:nth-child(2) {
    font-weight: bold;
    font-size: 22px;
    font-family: Helvetica;
    line-height: 1;
  }

  .products-price-intro p:nth-child(2) span {
    font-size: 12px;
  }

  .products-coupon {
    width: 100%;
    height: 30px;
    border-bottom: 1px #c4d1d9 solid;
    background: #f1f1f1;
    color: #004aaa;
    line-height: 30px;
    position: absolute;

  }

  /*20160208*/
  .products-price01 {
    padding: 8px;
  }

  .products-price01 div.couponPrice {
    float: left;
    margin-left: 5px;
  }

  .products-price01 div.couponImg {
    float: right;
  }

  .products-price01 div.couponPrice p {
    color: #c64661;
    margin-bottom: 1px;
    font-size: 11px;
  }

  .products-price01 div.couponPrice p.ttl {
    color: #333;
  }

  .products-price01 div.couponPrice.percentRate {
    min-height: 47px;
  }

  .products-price01 div.couponPrice.percentRate p.ttl {
    margin-bottom: 8px;
  }

  .products-price01 div.couponPrice p:nth-child(2) {
    font-weight: bold;
    font-size: 20px;
    font-family: Helvetica;
    line-height: 1;
  }

  .products-price01 div.couponPrice p:nth-child(2) span {
    font-size: 12px;
  }

  .products-price01 div.couponPrice p:nth-child(3) span {
    font-size: 13px;
  }

  .bx-wrapper .productslider li .discount li {
    opacity: 1;
    display: table-cell;
    vertical-align: middle;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
  }

  .bx-wrapper .productslider li .discount li.price {
    text-align: center;
    width: 42% !important;
  }

  .discountArea .ttl {
    background: #29adfd;
    color: #fff;
    padding: 5px;
    font-size: 11px;
    text-align: center;
  }

  .discount a {
    display: block;
    background: #f1fafb url(/sites/default/files/media/sp/images/global/slider/sp_product_arrow.png) no-repeat right 4px center;
    background-size: 13px auto;
    padding: 5px 25px 5px 10px;
    border-top: 1px dashed #d6d6d6;
  }

  .discount.percentRate a {
    min-height: 48px;
  }

  .discount a:first-child {
    border: none;
  }

  .discount .txt {
    margin-bottom: 4px;
    text-align: left;
  }

  .discount .price p {
    color: #c64661;
    margin-bottom: 1px;
  }

  .discount .price p:nth-child(1) {
    font-weight: bold;
    font-size: 20px;
    font-family: Helvetica;
    line-height: 1;
  }

  .discount .price span {
    font-size: 12px;
  }

  .products-coupon01 {
    width: 100%;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    line-height: 1.4;
    box-sizing: border-box;
  }

  .products-price {
    position: relative;
  }

  .specialPrice {
    position: absolute;
    top: 18px;
    left: 80px;
    font-size: 26px;
    color: #e90313;
  }

  .specialPrice p {
    font-weight: bold;
  }

  .specialPrice p span {
    font-size: 14px;
    font-weight: normal;
  }

  .specialPrice .afterTaxIn {
    font-size: 13px;
  }

  .specialPrice .afterTaxIn span {
    font-size: 20px;
    font-weight: bold;
  }

  /* slider Tab
----------------*/
  .tabSlide {
    width: 1000px;
    position: absolute;
  }

  .tabSlide li:first-child {
    margin: 0;
  }

  .tabSlide li {
    width: 67px;
    margin-left: 5px;
    display: block;
    float: left;
  }

  .tabSlide li img {
    width: 100%;
  }

  .productslider {
    width: 3000% !important;
  }

  .clearfix::before,
  .clearfix::after {
    display: table;
    content: " ";
  }

  .clearfix::after {
    clear: both;
  }

  .clearfix {
    *zoom: 1;
  }


.wrapperAll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapperAll::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrapperMain {
  zoom:1.884375; width: 320px;
  position: relative;
  z-index: 10;
}

.wrapperMain img {
  height: auto;
}


.wrapperMain .foot-top {
  font-size: 100%;
}

.wrapperMain .company-menu li {
  font-size: 83%;
}

.wrapperMain .copyright {
  font-size: 83%;
}

.wrapperAll .company-menu li.sp-aboutmodel {
  display: none;
}

.wrapperMain .bx-wrapper .productslider li:not(.active) {
  opacity: 1!important;
}

.c-component__productLineup-newLp #products{
    zoom: 0.53067993366;
}

.itemlist_area {
  padding: 10px 0;
  text-align: center;
}

.itemlist_area h2 {
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  font-size: 141.7%;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  background: url(/sites/default/files/media/sp/images/lp/area/itemlist_area_bg01.png)top center no-repeat;
  background-size: 261px auto;
  width: 100%;
}

.itemlist_area h2 span {
  color: #ff8814;
  position: relative;
  z-index: 16;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #fffc27 90%);
}

.itemlist_area h2 span:before,.itemlist_area h2 span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 18px;
  background: url(/sites/default/files/media/sp/images/lp/area/campaign_ttl_bg01.png) top center no-repeat;
  background-size: contain;
}

.itemlist_area h2 span:before {
  background: url(/sites/default/files/media/sp/images/lp/area/campaign_ttl_bg01.png) top center no-repeat;
  background-size: contain;
  left: -18px;
}

.itemlist_area h2 span:after {
  background: url(/sites/default/files/media/sp/images/lp/area/campaign_ttl_bg02.png) top center no-repeat;
  background-size: contain;
  right: -18px;
}

.itemlist_area {
  zoom:0.53067993366;width: 600px;
}
		.bx-wrapper{font-size:188.4375%}
		.bx-wrapper .productslider li{width:calc(200px * 1.884375)!important;}
		.bx-wrapper .productslider li .discount li.price{width: 42% !important;}
		.bx-wrapper .bx-viewport{max-width:calc(200px * 1.884375)!important;}
		.products-image{width:calc(130px * 1.884375);height:calc(100px * 1.884375);}
		.discount > a img{width:calc(75px * 1.884375);}
		.discount > a + a img{width:calc(45px * 1.884375);}
		.ttl{ font-size: calc(11px * 1.884375);}
		#products .bx-wrapper .bx-controls-direction a{width:calc(122px * 1.884375);height:90%;
				background-size: calc(61px * 1.884375) calc(18px * 1.884375);
				margin-top: calc( -119px * 1.884375) ;
				height: calc(212px* 1.8);}
		.bx-wrapper .bx-next{right:-22.5%;}
		.bx-wrapper .bx-prev{left:-22.5%;}
		.products-inner{background-size:600px auto; padding:calc(8px * 1.884375) 0}
		.bx-wrapper .productslider li{margin-right: calc(25px * 1.884375)!important;}
		.bx-wrapper .products-summary{ padding: calc(5px * 1.884375) calc(10px * 1.884375);}
		.bx-wrapper .products-item-name{margin:calc(5px * 1.884375) 0;}
		.bx-wrapper .triangle {
				padding-left: calc(10px * 1.884375);
		}
		.bx-wrapper .triangle:before{
				margin-top: calc(4px * 1.884375);
				border-width: calc(3.5px * 1.884375) 0 calc(3.5px * 1.884375) calc(4px * 1.884375)}
		.discountArea .ttl {
				padding:  calc(5px * 1.884375);
		}
		.discount a {
				background: #f1fafb url(/sites/default/files/media/sp/images/global/slider/sp_product_arrow.png) no-repeat right calc(4px * 1.884375) center;
				background-size: calc(13px * 1.884375) auto;
				padding: calc(5px * 1.884375) calc(25px * 1.884375) calc(5px * 1.884375) calc(10px * 1.884375);}
		.discount .txt{
				margin-bottom: calc(4px * 1.884375);
		}
		.discount.percentRate a{
				min-height: calc(48px * 1.884375);}
		.bx-pager-link.active{background-size: calc(8px * 1.884375) calc(8px * 1.884375);}
		.bx-pager-link{background-size: calc(8px * 1.884375) calc(8px * 1.884375);
				width: calc(8px * 1.884375);
				height: calc(8px * 1.884375);
				margin: 0 calc(3px * 1.884375);}
		.products-tab{
				height:50px;
		}
		.products-inner li{font-size:83%!important;}
		.products-item-name{font-size:100%!important;}
		.discount .price p:nth-child(1){font-size:240%!important;
				margin-bottom: 2px;}
		.discount .price p:nth-child(2){font-size:100%!important;}
		.discount .price span{font-size:60%;}
		.discount .price p:nth-child(2) span{font-size:100%!important;}
		.tabSlide li a:hover img{opacity:0.6}
}
