
@charset "UTF-8";

/***** layout *****/
html {
  overflow: auto;
}
body{
  overflow: hidden;
  min-width: 960px;
  position: relative;  
}
.view_sp {
  display: none;
}
#featureArea {
  min-width: 960px;
  margin-bottom: 50px;
}
#featureArea #cwnewmodelcoupon .mgb20 {margin-bottom: 20px;}
#featureArea #cwnewmodelcoupon .mgb30 {margin-bottom: 30px;}
#featureArea #cwnewmodelcoupon .mgb40 {margin-bottom: 40px;}
#featureArea #cwnewmodelcoupon .mgb50 {margin-bottom: 50px;}
#featureArea #cwnewmodelcoupon .mgb60 {margin-bottom: 60px;}
#featureArea #cwnewmodelcoupon .mgb70 {margin-bottom: 70px;}

a > img.hover:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/***** buyandsell *****/
#featureArea #cwnewmodelcoupon {
  width: 960px;
  margin-left: -170px;
  font-family: urw-din,"Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª",Meiryo,"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif; 
}

/***** h1 *****/
#featureArea #cwnewmodelcoupon #mainvisual h1 {
  position: relative;
  background: url(/sell/feature/2020/cwnewmodelcoupon/images/mainimg.jpg) no-repeat;
  width: 2000px;
  height: 370px;
  margin-left: -520px;
  text-indent: 300%;
  white-space: nowrap;
  background-size: 100%;
}

/***** date *****/
#featureArea #cwnewmodelcoupon .date {
  width: 2000px;
  margin-left: -520px;
  margin-bottom: 30px;
  padding: 12px 0;
  background: #000;
}
#featureArea #cwnewmodelcoupon .date p {
  text-align: center;
  color: #e94709;
  font-size: 26px;
  font-weight: bold;
}
#featureArea #cwnewmodelcoupon .date p b {
  margin-left: 20px;
  font-size: 20px;
}
#featureArea #cwnewmodelcoupon .date p span.day {
  z-index: 1;
  position: relative;
  top: -4px;
  left: 7px;
  font-size: 12px;
  color: #000;
}
#featureArea #cwnewmodelcoupon .date p span.day:after {
  z-index: -1;
  content: '';
  position: absolute;
  top: -1px;
  left: -4px;
  width: 20px;
  height: 20px;
  background: #e94709;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#featureArea #cwnewmodelcoupon .date p span.arrow {
  width: 80px;
  position: relative;
  top: -3px;
  left: 7px;
  font-size: 18px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}


#featureArea #cwnewmodelcoupon h2 {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
  font-size: 36px;
}
#featureArea #cwnewmodelcoupon h2 b {
  font-size: 42px;
}
#featureArea #cwnewmodelcoupon h2.pink {
  color: #ff3334; 
}
#featureArea #cwnewmodelcoupon h3.sub {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}
#featureArea #cwnewmodelcoupon h3.sub a {
  text-decoration: underline;
}
#featureArea #cwnewmodelcoupon .sell_model {
  margin-bottom: 40px;
}
#featureArea #cwnewmodelcoupon .sell_model ul.parent {
}
#featureArea #cwnewmodelcoupon .sell_model ul.parent > li {
  width: 960px;
}
#featureArea #cwnewmodelcoupon .sell_model ul.parent > li h4 {
  background: #ff3334;
  color: #FFF;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 10px 10px 0 0;
  font-size: 22px;
}
#featureArea #cwnewmodelcoupon .sell_model ul.parent > li:last-child h4 {
  background: #ff6600;
}
#featureArea #cwnewmodelcoupon .sell_model ul.child {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ccc;
  margin-bottom: 30px;
}
#featureArea #cwnewmodelcoupon .sell_model ul.child li {
  width: 12.5%;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: block;
  height 120px;
  box-sizing: border-box;
  position: relative;
}
#featureArea #cwnewmodelcoupon .sell_model ul.child li i {
  position: absolute;
  color: #FF0066;
  font-size: 10px;
  border: 1px solid #FF0066;
  padding: 1px 2px;
  top: 10px;
  left: 20px;
  border-radius: 5px;
  background: #FFF;
}
#featureArea #cwnewmodelcoupon .sell_model ul.child li:hover {
  box-shadow: 0 0 0 4px #ff3334 inset;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
#featureArea #cwnewmodelcoupon .sell_model ul li:last-child ul.child li:hover {
  box-shadow: 0 0 0 4px #ff6600 inset;
}
#featureArea #cwnewmodelcoupon .sell_model ul.child li a p {
  text-align: center;
  height: 35px;
  line-height: 1.1;
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
#featureArea #cwnewmodelcoupon .sell_model ul.child li a p.twoline {
  text-align: center;
  position: relative;
  top: -5px;
}
#featureArea #cwnewmodelcoupon .sell_model ul.child li a p.twoline span {
  font-size: 12px;
  font-weight: normal;
}
#featureArea #cwnewmodelcoupon .sell_model ul.child li img {
  width: 80%;
  padding: 15px 0 10px;
}

#featureArea #cwnewmodelcoupon p.attention {
  text-align: center;
  margin-bottom: 30px;
}

#featureArea #cwnewmodelcoupon a.textlink {
  text-align: center;
  color: #016ec8;
  font-size: 18px;
  padding: 30px 0 0;
  display: block;
}


#featureArea #cwnewmodelcoupon .flow {
  text-align: center;
  margin-bottom: 20px;
}
#featureArea #cwnewmodelcoupon .flow ul {
  display: flex;
  justify-content: center;
  position: relative;
}
#featureArea #cwnewmodelcoupon .flow ul li {
  position: relative;
  margin: 0 30px;
  width: 300px;
}
#featureArea #cwnewmodelcoupon .flow ul:after {
  position: absolute;
  top: 115px;
  left: 432px;
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(/sell/feature/2020/cwnewmodelcoupon/images/icn_right.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#featureArea #cwnewmodelcoupon .flow img {
  width: 300px;
}
#featureArea #cwnewmodelcoupon .flow ul li a {
  position: absolute;
  z-index: 1;
  width: 220px;
  line-height: 35px;
  height: 35px;
  color: #ff3334;
  background: #ffffff;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-size: 16px;
  border: 1px solid #ff3334;
  box-shadow: 0 0 2px #b5b5b5;
  bottom: 22px;
  left: 42px;
}
#featureArea #cwnewmodelcoupon .flow ul li:last-child a {
  color: #1c0b01;
  border: 1px solid #110600;
}
#featureArea #cwnewmodelcoupon .flow ul li a:hover {
  color: #FFF;
  background:#ff3334;
  border: 1px solid #FFF;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
#featureArea #cwnewmodelcoupon .flow ul li:last-child a:hover {
  color: #FFF;
  background:#150601;
  border: 1px solid #FFF;
}

#featureArea #cwnewmodelcoupon .flow ul li a:after {
  content: '\f13a';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  float: right;
  right: 20px;
  top: 0px;
}


/*btn*/
#featureArea #cwnewmodelcoupon .btn {
  margin: 0 auto 10px;
  text-align: center;
  display: block;
  width: 100%;
}
#featureArea #cwnewmodelcoupon .btn a {
  position: relative;
  display: block;
  width: 380px;
  height: 50px;
  line-height: 50px;
  background: #333;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  /* border-bottom: 4px solid #555; */
  text-align: center;
  color: #FFF;
  font-size: 16px;
  margin: 0 auto;
}
#featureArea #cwnewmodelcoupon .btn a:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  transition: 0.15s;
}
#featureArea #cwnewmodelcoupon .btn a:after {
  content: '\f13a';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  float: right;
  right: 20px;
  top: 0px;
}
#featureArea #cwnewmodelcoupon .btn.up a:after {
  content: '\f139';
}

/*sell-app*/
#featureArea #cwnewmodelcoupon #sell-app h3.text {
  padding: 20px 0;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
/*sell-price-box*/
#featureArea #cwnewmodelcoupon .sell-price-box {
  width: 960px;
  clear: both;
  padding-bottom: 30px;
  display: inline-block;
}

#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check,
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck {
  width: 470px;
  height: 405px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  border: 5px solid #ff3333;
  position: relative;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck {
  float: right;
  border: none;
}
/*h2*/
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check h2,
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 18px 0 19px;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check h2:before,
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 20px 0 0px;
  border-color: #FFF transparent transparent transparent;
  z-index: 0;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check h2:after,
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck h2:after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -12px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 27px 0 0px;
  border-color: #ff3333 transparent transparent transparent;
  z-index: -1;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck h2:after {
  border-color: #ff6600 transparent transparent transparent;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check h2 {
  color: #ff3333;
  border-bottom: 3px solid #ff3333;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck h2 {
  color: #ff6600;
  border-bottom: 3px solid #ff6600;
  /*padding-left: 58px;*/
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck h2 span {
  font-size: 12px;
  line-height: 1.2;
  position: absolute;
  top: 18px;
  left: 57px;
  color: #ff6600;
}
/*h3*/
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck h3 {
  font-size: 24px;
  text-align: center;
  color: #333;
  padding: 15px 0;
  line-height: 1;
  position: relative;
  text-align: center;
  border: none;
  margin-bottom: 0px;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck h3 strong {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 0.7em;
  background-color: #fff;
  text-align: left;
  font-weight: bold;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck h3::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 390px;
  height: 3px;
  background-color: #333;
  margin: 0 35px;
}
/*p*/
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck p{
  background: url(/sell/images/parts/top/icn_check.png) no-repeat center left;
  padding-left: 36px;
  margin: 0px 0 10px 55px;
  font-size: 20px;
}

/*form overwrite*/
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check form .tbl {
  border: none;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check form .tbl tbody th {
  background: none;
  padding: 7px 0 0 0;
  font-size: 16px;
  color: #333;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check form .tbl th, #str_container .tbl td {
  border: none;
  padding: 0 0 10px 0;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check form input, 
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check form textarea, 
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check form select, 
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check form option, 
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check form label {
  padding: 8px 4px;
  width: 244px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@-moz-document url-prefix() {
  #featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check form input, 
  #featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check form textarea, 
  #featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check form select, 
  #featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check form option, 
  #featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check form label {
    padding: 2px 4px;
  }
}
/*form*/
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check form {
  padding-top: 12px;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check form table {
  width: 390px;
  margin: 0 auto 5px;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check form table tr td span.icn_required {
  padding: 1px 8px;
  text-align: center;
  color: #FFF;
  background: #FF0000;  
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  top: -2px;
}


/*sell-form-submit-btn*/
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check .sell-form-submit-btn,
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck .sell-form-submit-btn {
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: absolute;
  bottom: 28px;
  left: 35px;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check .sell-form-submit-btn a,
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck .sell-form-submit-btn a {
  width: 390px;
  height: 65px;
  line-height: 65px;
  background: #ff3333;
  border-bottom: 3px solid #993333;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -ms-transition: 0.15s;
  transition: 0.15s;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check .sell-form-submit-btn a:hover,
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck .sell-form-submit-btn a:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check .sell-form-submit-btn a:active,
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck .sell-form-submit-btn a:active {
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  border-bottom: none;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck .sell-form-submit-btn a {
  background: #ff6600;
  border-bottom: 3px solid #993300;
}
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-check .sell-form-submit-btn a:after,
#featureArea #cwnewmodelcoupon .sell-price-box #sell-price-nocheck .sell-form-submit-btn a:after {
  content: "\3009";
  position: absolute;
  right: 0;
}



/*line*/
#featureArea #cwnewmodelcoupon .line {
  width: 2000px;

  margin: 60px 0 50px -520px;
}

/*sim_item*/
#featureArea #cwnewmodelcoupon .sim_item {
  width: 2000px;
  margin: 0 0 0 -520px;
  background: url(/sell/feature/2020/cwnewmodelcoupon/images/bg_mavrik.jpg) no-repeat;
  padding: 50px 0;
  background-size: 100%;
}
#featureArea #cwnewmodelcoupon .sim_item h2.sim {
  padding: 20px 0;
  color: #e94709;
}
#featureArea #cwnewmodelcoupon .sim_item h2.sim img {
  width: 17%;
  margin-bottom: 25px;
}
#featureArea #cwnewmodelcoupon .sim_item ul {
  width: 960px;
  margin: 0 auto
  ;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#featureArea #cwnewmodelcoupon .sim_item ul li {
  width: 176px;
}
#featureArea #cwnewmodelcoupon .sim_item ul li:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#featureArea #cwnewmodelcoupon .sim_item ul li img {
  width: 100%;
  margin-bottom: 10px;
}
#featureArea #cwnewmodelcoupon .sim_item ul li p {
  color: #fff;
  line-height: 1.5;
  font-size: 15px;
}
#featureArea #cwnewmodelcoupon .sim_item .btn.item a {
  background: #e94709;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  width: 480px;
}
#featureArea #cwnewmodelcoupon .sim_item .btn.item a:after {
  content: '\f138';
}


/***** campaign_info *****/
#featureArea #cwnewmodelcoupon h4.info {
  height: 50px;
  color: #000;
  line-height: 54px;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #000;
  border-top:  4px solid #000;
}
#featureArea #cwnewmodelcoupon .campaign_info {
  margin-bottom: 30px;
}
#featureArea #cwnewmodelcoupon .campaign_info h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 20px;
}
#featureArea #cwnewmodelcoupon .campaign_info h6 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
#featureArea #cwnewmodelcoupon .campaign_info h6 span {
  font-weight: normal;
}
#featureArea #cwnewmodelcoupon .campaign_info p {
  clear: both;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}
#featureArea #cwnewmodelcoupon .campaign_info p.textlink a {
  position: relative;
  color: #016ec8;
}
#featureArea #cwnewmodelcoupon .campaign_info p.textlink a:hover {
  text-decoration: underline;
} 

#featureArea #cwnewmodelcoupon .campaign_info ul {
  display: inline-block;
  width: 450px;
  margin: 4px 0 14px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  font-size: 16px;
}
#featureArea #cwnewmodelcoupon .campaign_info ul li {
  float: left;
  width: 225px;
  padding: 8px 0 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: center;
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
}

#featureArea #cwnewmodelcoupon .campaign_info .red {
  color: #ff0000;
}


#str_container #str_center .headingGray,
#str_container #str_center .headingGray div,
#str_container #str_menuAndContents #str_contents .headingGray,
#str_container #str_menuAndContents #str_contents .headingGray div {
  background-image: none;
}
#footer_special,
#str_container #str_menuAndContents #str_contents .sectionGray {
  width: 960px;
  margin-left: -170px; 
}

#str_leftmenu {
  display: none !important;
}
