@charset "UTF-8";
._flex-end{
  align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
}
.seriesLineup_heading + ._flex-right ._color-red{
  font-size: 1.8rem;
}
.wrap-grey-bg{
  background:#f3f3f3;
  padding:6px;
  margin-bottom:28px;
}
.benefits-info{
  border: solid 2px #d9c896;
  box-sizing: border-box;
  text-align: center;
}
.benefits-info ._border-style-01{
  border-right: dotted 2px #d9c896;
}
.benefits-info ._flex-item{
  background:#fff;
}
.benefits-info ._flex-item h4{
  background: #f8f5ec;
  font-size: 1.8rem;
  font-weight: 600;
  color:#000;
  padding:3px 0;
}
.benefits-info ._flex-item p{
  line-height:6rem;
}
.benefits-info ._flex-item .price-off{
  color:#CC0000;
  font-size: 1.9rem;
  font-weight: bold;
  line-height:4rem;
  letter-spacing: .1rem;
}
.benefits-info ._flex-item .price-off span{
  font-size: 2.6rem;
  line-height:6rem;
}
.benefits-items{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.benefits-items .item {
  box-sizing: border-box;
  display: flex;
  border: 2px solid #cccccc;
  padding-bottom: 1rem;
  background:#fff;
}
.benefits-items .item._width-50{
  width:calc(50% - 10px);
}
.benefits-items .item .num-item {
  text-align: right;
}
.benefits-items .item .num-item .num {
  font-size: 1.8rem;
  padding: 0.5rem;
}
.benefits-items .item .txt-item {
  padding: 1rem 1rem 0 1rem;
}
.benefits-items .item .ttl {
  font-size: 1.6rem;
  color: #a27c44;
}

.benefits-items .item .txt {
  font-size: 1.2rem;
}
.benefits-banner {
  padding: 15px;
  background-color: #fff;
  border: 2px solid #cccccc;
}
.benefits-banner > p span{
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  color:#5d5d5d;
}
._mb-pc-5{
  margin-bottom:5px;
}
._mt-pc-5{
  margin-top:5px;
}
.benefits-txt {
  text-align: center;
}
.new-window {
  padding-right: 1.2em;
  background: url(icon-newwindow.png) no-repeat center right;
  background-size: 1em;
}
.quote{
  border: 2px solid #ccc;
}
.quote .seriesFeature_heading{
    font-size: 1.6rem;
    background-color: #f6f7fb;
    padding: 10px;
}
.quote .seriesFeature_noteList{
  margin-top: 0px;
  padding: 15px;
}
.ui3070 .caution {
    margin-top: 72px;
    border: 1px solid #ccc;
}
.mv_wrap {
  background: url(mv.jpg) no-repeat;
  background-size: auto 100%;
  align-items: center;
  border: 1px solid #c9c9c9;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.mv_title {
  width: 300px;
  flex: 1;
}
.mv_list {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}
.mv_list li span{
  background-color: #ab7e2b;
  color:#fff;
  height: 35px;
  line-height: 36px;
  text-align: center;
  font-weight: 600;
  width:100%;
  position: relative;
  display: block;
}
.mv_list li.icn_free span{
  background: url(../ui3000/icn_free.png) 8px center no-repeat;
  background-size: 16%;
}
.mv_list li.icn_3years span{
  background: url(../ui3000/icn_3years.png) 8px center no-repeat;
  background-size: 15%;
  line-height: 1.4;
}
.mv_list li.icn_featured span{
  background: url(../ui3000/icn_featured.png) 8px center no-repeat;
  background-size: 14%;
}
.mv_title{
  color: #8E2B35;
  letter-spacing: 0.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .benefits-items .item._width-50{
    width: 100%;
  }
  .benefits-items {
    display: block;
  }
  .benefits-items .item .num-item{
    width: 20%;
  }
  .seriesLineup_heading + ._flex-right{
    font-size: 1rem;
  }
  .seriesLineup_heading + ._flex-right ._color-red{
    font-size: 1.4rem;
  }
  .benefits-info ._flex-item .price-off{
    padding:10px 0;
    line-height: normal;
  }
  .benefits-info ._flex-item .price-off span{
    line-height: 24px;
  }
  .benefits-banner {
    padding: 1rem;
  }
  .benefits-banner > p span{
    font-size: 1.2rem;
  }
  .quote .seriesFeature_heading{
    font-size: 1.5rem;
  }

  .mv_list li{
    position: relative;
	padding: 5px;
	background: #8E2B35; 
  }
}

.wrap-grey-bg {
  padding: 10px;
}

@media (min-width: 768px) {
  .benefits-items {
    justify-content: space-between;
  }
  .benefits-items .item._width-50 {
    width: calc(50% - 5px);
  }
  .mv_wrap{
    padding:49px 30px 45px;
    height: 220px;
  }
  .mv_title{
    font-size: 4.6rem;
  }
  .mv_txt {
    width: 600px;
  }
  .mv_txt p{
    line-height: 26px;
  }
  .mv_list {
    margin-top:25px;
  } 
  .mv_list li{
    width: 195px;
	padding: 5px;
	background: #8E2B35;
  }
  .mv_list li span{
    width:100%;
    text-align: center;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mv_wrap {
    display: block;
    text-align: center;
    padding:15px 0;
  }
  .mv_title {
    width: 100%;
    margin: 0 0 5px;
    font-size: 3.5rem;
  }
  .mv_txt {
    font-size: 13px;
    height: auto;
    padding:0 10px;
    text-align: left;
  }
  .mv_txt p{
    line-height: 22px;
  }
  .mv_list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mv_list li span{
    white-space: nowrap;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px){
  .mv_list li {
    width: 30%;
  }
  .mv_list li span{
    text-align: center;
  }
  .mv_list li span{
    padding-left: 40px;
  }
}

@media screen and (max-width: 599px){
  .mv_list li {
    width: 48%;
    text-align: center;
  }
  .mv_list li span{
    text-align: center;
  }
  .mv_list li:last-child{
    margin-top:10px;
  }
  .mv_list li span {
    padding-left: 30px;
    font-size: 1.2rem;
  }
}


/*わたしの目玉品*/
.featuredArea .ctsArea {
    color: #fff;
    background: #6c6c6c;
    margin-left: 155px;
    padding: 3px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.featuredArea .ctsHead h2 {
    float: left;
    padding: 10px 20px 6px 50px;
    background: url(ttl_ico.gif) no-repeat 15px 50%;
	font-size: 200%;
}
.featuredArea .ctsHead p {
    float: left;
    margin-top: 10px;
}
.featuredArea .tSaleTxt {
    color: #ff0;
    font-weight: bold;
}
.featuredArea .itemArea a {
    display: block;
    background: #fff no-repeat;
    float: left;
    width: 493px;
    margin: 3px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.featuredArea .block00 {
    display: block;
    position: relative;
}
.featuredArea .img {
    display: block;
    float: left;
    margin: 10px 0 10px 3px;
    width: 130px;
}
.featuredArea .ctxt {
    display: block;
    padding-top: 10px;
    font-weight: bold;
    line-height: 130%;
    /* width: 360px; */
    background: none;
}
.featuredArea .model {
    display: block;
    float: left;
    margin: 5px 0 4px 0;
    color: #333;
    width: 360px;
}
.featuredArea .dct {
    float: left;
    display: block;
    text-align: center;
    background: url(dct_back.png) no-repeat center top;
    width: 75px;
    height: 50px;
    line-height: 105%;
    padding-top: 11px;
    font-weight: bold;
    color: #f00;
    margin-left: -10px;
}
.featuredArea .block01 {
    display: block;
    float: left;
	width: auto;
    min-width: 100px;
    padding-bottom: 9px;
}
.featuredArea .price {
    display: block;
    float: left;
    margin-top: 5px;
    line-height: 100%;
    color: #f60000;
    font-weight: bold;
    font-size: 160%;
}
.featuredArea .pHead {
    display: block;
    font-size: 70%;
}
.featuredArea .pJpy {
    font-size: 70%;
}
.featuredArea .btn01 {
    width: 115px;
    position: absolute;
    display: block;
    color: #fff !important;
    background: #c83232;
    padding: 4px 4px 3px 0px;
    border: solid #c83232 2px;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
    text-align: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    right: 5px;
    bottom: 10px;
}
.featuredArea .btn01:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
}
.featuredArea .btn01:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #c83232;
}
.featuredArea .spec {
    display: block;
    background: #efefef;
    float: left;
    margin: 0 5px 5px 5px;
    font-size: 90%;
    padding: 5px;
    line-height: 120%;
    color: #333;
    width: 483px;
}
.featuredArea .spec span {
    white-space: nowrap;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
div.ui-main-contents .page-inner #benefitArea {
    position: relative;
}
.new-window {
    padding-right: 1.2em;
    background: url(icon-newwindow.png) no-repeat center right;
    background-size: 1em;
}
._color-red{
	font-weight: bold;
}

	
	
@media screen and (max-width: 767px){
		
.featuredArea{
  background: none !important;
}
.featuredArea .img {
  width: 25%;
}
.featuredArea .block01 {
	width: 100%;
}
.featuredArea .ctsArea{
  margin-left: 0;
}
.featuredArea .ctsArea h2{
  font-size: 230%;
}
.featuredArea .ctsArea p{
  font-size: 130%;
}
.featuredArea .itemArea a{
  width: auto;
  font-size: 3.6vw;
}
.featuredArea .itemArea a .spec{
  width: auto;
  height: auto !important;
  font-size: 80%;
}
.featuredArea .itemArea a .ctxt{
  margin: 0;
  width: auto;
  font-size: 4vw;
}
.featuredArea .itemArea a .model{
  width: auto;
}
.featuredArea .btn01{
  width: auto;
  padding: 4px 4px 3px 25px;
	right: 20%;
	font-size: 3.5vw;
}
.featuredArea .dct{
  width: auto;
  height: auto;
  background: url(dct_back.png) no-repeat center top / 100% 100%;
  margin: 0px 0 0 35px;
  padding: 13px 10px 10px;
}
.featuredArea .price{
  margin: 0 0 0 5px;
  font-size: 4.5vw;
}
#spwrap .header {
    width: initial;
    min-height: initial;
}
.page-inner .benefits-info ._flex-item h4 {
    font-size: 1.5vmax;
}
.page-inner .benefits-info ._flex-item p {
    line-height: 2rem;
	padding-top: 10px;
}
.last p a {
    display: block;
}
#benefitArea .benefits-banner img {
    display: none;
}
div#benefitArea .benefits-banner span.kikan {
    display: block;
    position: static;
    margin: 0px 0px 8px;
    padding: 10px 0px 0px;
    font-size: 90%;
}
#benefitArea .benefits-banner:after {
    content: "お買い得な目玉品にさらに割引クーポンを発行！今だけの期間限定クーポンですので、お買い求めはお早めに！";
    /* content: "週末限りの期間限定クーポンですので、お買い求めはお早めに！"; */
    padding: 0 10px;
    font-size: 90%;
	font-weight: bold;
}
}

/*追加クーポン*/
.coupon_special .wrap-grey-bg {
  background: #f3f3f3;
  padding: 10px;
  margin-bottom: 28px;
}

.coupon_special table {
  box-sizing: border-box;
  text-align: center;
}

.coupon_special table tr:nth-of-type(n+3) {
  border-top: dotted 2px #d9c896;
}

.coupon_special table th:nth-of-type(n+2),
.coupon_special table td:nth-of-type(n+2) {
  border-left: dotted 2px #d9c896;
}

.coupon_special table th {
  background: #f8f5ec;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  padding: 3px 0;
  text-align: center;
}

.coupon_special table td {
  background: #fff;
  padding: 5px;
}

.coupon_special table .stg {
  font-size: 1.9rem;
  font-weight: bold;
}

.coupon_special table .stg span {
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .coupon_special table th {
    font-size: 1.4rem;
  }

  .coupon_special table .stg {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .coupon_special table .stg span {
    font-size: 2rem;
  }
}