@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: 1px solid #cccccc;
  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; */
}
.benefits-items .item .ttl {
  font-size: 1.6rem;
  color: #333333;
}

.benefits-items .item .txt {
  padding: 15px;
  font-size: 1.4rem;
}
.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(icn_free.png) 8px center no-repeat;
  background-size: 16%;
}
.mv_list li.icn_3years span{
  background: url(icn_3years.png) 8px center no-repeat;
  background-size: 15%;
  line-height: 1.4;
}
.mv_list li.icn_featured span{
  background: url(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;
}
}


/* 2026.03.26 追加分
---------------------------*/
/* お得な特典
------------------------------------- */
.recommend_pointBox {
  width: 1160px;
  margin: 40px auto 40px;
  border: 1px solid #00a0e9;
  padding: 15px 30px 15px;
}
.recommend_pointTtl {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2rem;
  border-bottom: 1px solid #00a0e9;
  padding-bottom: 5px;
}
.recommendPointDeta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  align-items: center;
}
.recommendPointDeta dt {
  width: 20%;
  text-align: center;
  margin-left: 5%;
}
.recommendPointDeta dt span {
  background-color: #CAEEFB;
  border: 1px solid #00a0e9;
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
  font-size: 1.5rem;
}
.recommendPointDeta dd {
  width: 70%;
  margin-left: 5%;
}
.recommendTxtBold {
  font-weight: 500;
  font-size: 2rem;
}

/* スマホ設定
---------------------------*/
@media screen and (max-width: 767px) {
  .recommend_pointBox {
    width: calc(100% / 1 - 20px);
    margin: 50px auto 0px;
    padding: 10px 10px;
  }
  .recommend_pointTtl {
    font-size: 2rem;
  }
  .recommendTxtBold {
    font-size: 1.6rem;
  }
  .recommendPointDeta dt {
    margin-left: 0%;
  }
  .recommendPointDeta dd {
    width: 75%;
  }
  .recommendPointDeta {
    margin-top: 10px;
  }
  .recommendPointDeta small {
    font-size: 100%;
  }
}


/* home-text 上書き
---------------------------*/
@media print, screen and (min-width: 768px) {
.headingMain {
	width: 1160px;
	margin: 15px auto 5px;
	}
}
.headingMain {
    position: relative;
    z-index: 2;
}


/* スマホ設定
---------------------------*/
@media screen and (max-width: 767px) {
.t01-top-lineup{ padding: 0 10px; }
}


.addition {
	margin-top: 100px;
}

/* merit style.css分
---------------------------*/
.merit {
  background: #CFD3DC; }
  .merit_inner {
    margin: 0 auto;
    padding: 40px 0 50px; }
    @media print, screen and (min-width: 768px) {
      .merit_inner {
        width: 1160px; } }
    @media screen and (max-width: 767px) {
      .merit_inner {
        padding: 25px 10px; } }
  .merit_heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    color: #333333;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .merit_heading {
        margin-bottom: 30px;
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .merit_heading {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.2; } }
  .merit_contents {
    display: flex; }
    @media screen and (max-width: 767px) {
      .merit_contents {
        flex-wrap: wrap;
        justify-content: space-between; } }
  .merit_unit {
    color: #333333; }
    @media print, screen and (min-width: 768px) {
      .merit_unit {
        width: 300px;
        padding: 0 15px; } }
    @media screen and (max-width: 767px) {
      .merit_unit {
        width: 48.732%; }
        .merit_unit:nth-child(n+3) {
          margin-top: 20px; } }
  .merit_title {
    position: relative;
    margin-bottom: 12px;
    padding-top: 88px;
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 374px) {
    .merit_unit .merit_title {
        font-size: 14px; } }
    .merit_unit .merit_title:before {
      content: '';
      background-color: #fff;
      background-position: left top;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 50%;
      position: absolute;
      width: 80px;
      height: 80px;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    .merit_unit .merit_title-1:before {
      background-image: url("//fmv-img.static.pub/b/store/contents/pickup/ico_merit_01.svg"); }
    .merit_unit .merit_title-2:before {
      background-image: url("//fmv-img.static.pub/b/store/contents/pickup/icn_information02.png"); }
    .merit_unit .merit_title-3:before {
      background-image: url("//fmv-img.static.pub/b/store/contents/pickup/icn_information03.png"); }
  .merit_text {
    font-size: 12px;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .merit_text {
        color: #666666;
        letter-spacing: 0.025em; } }


/* merit 追加設定
---------------------------*/
.merit {
	margin: 20px 0 50px;
}
@media screen and (max-width: 767px) {
.merit { 
	margin-bottom: 15px; 
	}
}


/* merit t01_design.css分
---------------------------*/
.merit_title01 {
  position: relative;
  margin: 5px 0;
  font-weight: bold;
}

@media print,screen and (min-width: 768px) {
  .merit_inner {
    padding: 20px 0;
  }
  .merit_unit {
    padding: 0 5px 0 75px;
    width: 387px;
  }
  .merit_unit:nth-of-type(n+2) {
    border-left: 1px solid #fff;
  }
  .merit_title01:before {
    content: '';
    background-color: #cfd3dc;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: -35px;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .merit_title01 {
    padding-left: 28px;
    font-size: 12px;
  }
  .merit_title01:before {
    content: '';
    background-color: #fff;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    width: 22px;
    height: 22px;
    top: -2px;
    left: 12px;
    transform: translateX(-50%);
  }
}


/* info 追加設定
---------------------------*/
  @media print, screen and (min-width: 768px) {
    a:hover {
      color: #48c0eb; } }


/* sslText style.css分
---------------------------*/
  @media print, screen and (min-width: 768px) {
    a:hover {
      color: #48c0eb; } }



/* お買い得情報バナーエリア
---------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap&subset=japanese");

.m_sectionTxt + .m_sectionTxt {
  margin-top: 15px;
}
.m_button01 {
  display: block;
  position: relative;
  font-weight: bold;
  background-color: #606A76;
  border-radius: 3px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
}
.m_button01::after {
  font-family: 'FontAwesome';
  content: "\f105";
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.0rem;
}
.m_button01:hover{
  opacity: 0.8;
}
.m_button01 span{
  padding: 10px 20px;
  display: inline-block;
}



.benefits-items .item a{
  width: 100%;
  padding: 0;
  color: #333333;
  text-decoration: none;
}
.fixed-item {
  position: relative;
  overflow: hidden;
}
.fixed-item:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
}
.fixed-item:hover:before {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border: 2px solid #0784E8;
}