.slide-mv{
  width: 100%;
}
.slide-item img{
  width: 100%;
}
.product-lead{
  margin-top: 50px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.005em;
  line-height: 1.6;
  text-align: center;
}
.lead-text small{
  display: block;
  font-size: 14px;
}
#sx14ritem{
  margin-top: 45px;
}
#sx14ritem .model_title{
  background: url(/ec/img/event/PC11/vaio-t_model_title.jpg) no-repeat bottom center;
}
#customized_model {
  margin-bottom: 20px;
}
#feature{
  margin-top: 0;
}
.point{
  position: relative;
  margin-top: 40px;
}
.point__body{
  padding: 80px 0;
  background: rgb(225,231,243);
  background: linear-gradient(180deg, rgba(225,231,243,1) 0%, rgba(223,227,233,1) 100%);
  position: relative;
}
/* .point__body::before{
  content: '';
  width: 100%;
  height: 600px;
  display: block;
  position: absolute;
  background-image: url(/ec/img/event/PC11/img_feature_main.png);
  background-repeat: no-repeat;
  top: -42%;
  left: 50%;
  transform: translateX(-50%);
} */
.point .point__movie{
  padding-top: 40px;
  background: rgb(225,231,243);
}
.point__list{
  width: 100%;
  max-width: 960px;
  padding: 0 12.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px 0 0 -40px;
  position: relative;
  z-index: 1;
}
.point__item{
  width: calc(100% / 3 - 40px);
  margin: 20px 0 0 40px ;
  padding: 34px 0 30px;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.point__item-main-text{
  font-size: 25px;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
}
.point__item-sub-text{
  margin-top: 6px;
  font-size: 16px;
}
/* .point__movie{
  position: absolute;
  bottom: -18%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 35px* 2);
} */
.point__movie-title{
  font-weight: bold;
  color: #30313c;
  text-align: center;
  font-size: 27px;
  letter-spacing: 0.07em;
}
.point__movie-title span{
  font-size: 27px;
  font-weight: bold;
  color: #30313c;
  text-align: center;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.point__movie-title span::before,
.point__movie-title span::after{
  background-color: #30313c;
  content: "";
  height: 4px;
  width: 35px;
}
.point__movie-title span::before{
  margin-right: 5px;
  transform: rotate(60deg);
}
.point__movie-title span::after{
  margin-left: 5px;
  transform: rotate(-60deg);
}
.point__movie-iframe-wrapper{
  margin: 20px auto 0;
  width: 700px;
  height: 400px;
}
.point__movie-irame{
  width: 100%;
  height: 100%;
}

/*gallery*/
.gallery{
  /* margin-top: 290px; POINT MOVIE場合 */
  margin-top: 50px;
}

.gallery-content{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.gallery-slide{
  width: 80%;
  margin: 0 auto;
}
.gallery-slide li{
  position: relative;
  width: 100%;
}
.gallery-slide li img{
  aspect-ratio: 384 / 245;
}
.gallery-slide li iframe{
  width: 100%;
  aspect-ratio: 384 / 245;
}
.gallery-content .slick-slide{
  height: auto !important;
}
.gallery-content .slick-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-content .slick-slide>p{
  margin-top: 15px;
  font-size: 18px;
}
.gallery-content .slick-slide iframe + p{
  margin-top: 8px;
}
.slick-slider{
  position: relative;
}
.gallery .gallery-content .gallary-slick-prev,
.gallery .gallery-content .gallary-slick-next {
    position: absolute;/*絶対配置にする*/
    z-index: 3;
    top: 44%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.gallery .gallery-content .gallary-slick-prev {
    left:2.5%;
    transform: rotate(-135deg);

}

.gallery .gallery-content .gallary-slick-next {
    right:2.5%;
    transform: rotate(45deg);
}
.choice-btn{
  margin-top: 30px;
}
.choice-btn .slick-track{
  display: flex;
}
.choice-btn li{
    cursor: pointer;
    outline: none;
    background:#333;
list-style:none;
}
.choice-btn li.youtube{
  position: relative;
  height: auto;
}
.choice-btn li.youtube img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choice-btn li img{
    opacity: 0.4;
}

.choice-btn li.slick-current img{
    opacity: 1;
}
.banner-area{
  margin-top: 90px;
}
.content-inner{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.banner-list{
  display: flex;
  margin-left: -20px;
}
/* .banner-list_item{
  width: calc(100% / 2 - 20px);
  margin-left: 20px;
} */
.banner-list_item img{
  width: 100%;
}
.feature{
  margin-top: 90px;
}
.feature-lists{
  display: flex;
  margin-left: -45px;
}
.feature-lists_item{
  width: calc(100% / 3 - 45px);
  margin-left: 45px;
}
.feature-card_image{
  width: 100%;
}
.feature-card_image img{
  width: 100%;
}
.feature-card_detail{
  margin-top: 25px;
}
.feature-card_title{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.feature-card_text{
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.85;
}
.feature-card_text > small{
  display: block;
}
.feature-lists + .point__movie{
  margin-top: 100px;
}
.made-in{
  margin-top: 150px;
  position: relative;
}
.made-in:before{
  content: '';
  width: 710px;
  height: 98px;
  display: block;
  background-image: url(/ec/img/event/PC11/img_madein.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -72px;
  right: 0;
}
.madein-mv{
  width: 100%;
  height: 500px;
  background-image: url(/ec/img/event/PC11/bg_madein.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.content-title{
  padding-top: 70px;
  color:#fff;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.content-lead{
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
.quality{
  margin-top: 70px;
  padding-bottom: 80px; /*レビューがない場合のみ*/
}
.quality .content-title{
  padding-top: 0;
  color: #212121;
}
.quality .content-lead{
  color: #212121;
  letter-spacing: 0;
}
.quality-lists{
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.quality-card{
  display: flex;
  align-items: center;
}
.quality-image{
  width: 50%;
  max-width: 480px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.quality-image img{
  width: 100%;
}
.quality-detail{
  width: 59.38%;
  max-width: 570px;
  margin-left: -100px;
  padding: 30px 30px 30px 140px;
  background-color: #fff;
  box-shadow: 5px 0px 30px 0px rgba(71,71,71,0.2);
}
.quality-title{
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #3e3e3e;
}
.quality-text{
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.78;
}
.quality-text:last-of-type{
  margin-top: 10px;
}
.quality-text span{
  font-size: 12px;
}
.btn-area{
  margin-top: 70px;
}
.btn-area .more-btn{
  width: calc(530 / 960 * 100%);
  max-width: 530px;
  margin: 0 auto;
  padding: 23px 23px 20px;
  display: block;
  font-size: 16px;
  text-align: center;
  border: 1px solid #30313c;
  box-sizing: border-box;
  position: relative;
}

.btn-area .more-btn::after{
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-top: 1px solid #30313c;
  border-right: 1px solid #30313c;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
}
.note{
  margin-top: 30px;
}
.note-text{
  font-size: 12px;
  letter-spacing: 0;
}
.quality__support{
  margin-top: 65px;
}
.quality__support-lists{
  display: flex;
  margin-left: -40px;
}
.quality__support-card{
  width: calc(100% / 2 - 40px);
  padding: 0 0 35px;
  margin-left: 40px;
  background-color: #094552;
}
.quality__support-card.quality__support-card--support{
  background-color: #748096;
}
.quality__support-image-wrapper img{
  width: 100%;
}
.quality__support-body{
  padding: 0 8px;
}
.quality__support-title{
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-top: 26px;
  line-height: 1.2;
}
.quality__support-description{
  margin-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.7;
}
.quality__support-link-wrapper{
  width: calc(100% - 8px* 2);
  max-width: 375px;
  margin: 24px auto 0;
}
.quality__support-link{
  border: solid 1px #fff;
  padding: 10px 0;
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.4;
}
.quality__support-link:link,
.quality__support-link:visited{
  color: #fff;
}
.quality__support-link::after{
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}

.voice{
  margin-top: 86px;
  padding-bottom: 108px;
}
.voice .section__title{
  font-weight: bold;
  font-size: 35px;
  background-color: transparent;
  color: #30313c;
  text-align: center;
  margin-top: 0;
  padding: 80px 0 50px;
  background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/uservoice.png);
  background-size: 850px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.voice__item{
  width: 90%;
  max-width: 850px;
  display: grid;
  align-items: center;
  gap: 0 20px;
  grid-template-columns: 91px 1fr;
  grid-template-rows: 60px 1fr;
  padding: 22px 39px 40px 32px;
  box-sizing: border-box;
  background-color: #f3f4f8;
  color: #30313c;
}
.voice__item:nth-of-type(even){
  grid-template-columns: 1fr 91px;
}
.voice__item:nth-of-type(even)::before{
  grid-column: 2/2;
  grid-row:2/3;
}
.voice__item:nth-of-type(even) .voice__info{
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.voice__item:nth-of-type(even) .voice__description{
  grid-column: 1 / 2;
  grid-row: 2 / 2;
}
.voice__item + .voice__item{
  margin-top: 55px;
}
.voice__item:nth-of-type(even){
  margin-left: calc(100% - 850px);
}
.voice__item:nth-of-type(1)::before{
  background-image: url(/ec/img/event/PC11/voice4.png);
}
.voice__item:nth-of-type(2)::before{
  background-image: url(/ec/img/event/PC11/img_voice02.png);
}
.voice__item:nth-of-type(3)::before{
  background-image: url(/ec/img/event/PC11/img_voice03.png);
}
.voice__item::before{
  content: '';
  display: block;
  background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/voice1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 91px;
  height: 96px;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.voice__info{
  display: flex;
  align-items: center;
  gap: 10px;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.voice__info-text{
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.voice__info-stars{
  font-size: 28px;
  letter-spacing: 0.1em;
}
.voice__info-person-data{
  color: #30313c;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  transform: translateY(8px);
}
.voice__info-person-state{
  background-color: #30313c;
  color: #fff;
  font-size: 16px;
  padding: 5px 8px;
  font-weight: normal;
  line-height: 1;
}
.voice__description{
  font-size: 17px;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  margin-top: 0;
  line-height: 1.4;
  letter-spacing: 0;
}
.voice__others{
  margin-top: 85px;
  text-align: center;
  position: relative;
}
.voice__others::before{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/voice-others-link.png);            background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 192px;
  height: 64px;
}
.voice__others-link{
  font-size: 24px;
  gap: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.voice__others-link::after{
  content: '';
  color: #30313c;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(10px, -25%) rotate(135deg);
}
#reco_constitution{
  margin-top: 0;
}
ul.contents_navi.is-fixed li a:hover, ul.contents_navi.is-fixed li a.is-active{
  height: 63px;
}
ul.contents_navi li a span{
  min-height: 12px;
}
.StyleW_Item_.reco_item .img_ img{
  width: 100% !important;
}
div.desc_ .sale_name{
  color: #D30F31;
}
.features_txt_link_{
  display: block;
}

/* special edition */
.special-edition{
  margin-top: 80px;
}
.special-edition__mv img{
  width: 100%;
  height: auto;
}
.special-edition .content-title{
  color: #000;
  font-size: 27px;
}
.special-edition .feature-lists{
  margin-top: 30px;
}

.contents_label{
  display: flex;
}
ul.contents_navi{
  border: none;
}
.new-contens-label{
  width: 66.9%;
  padding: 2px 0 3px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #589fce;
  border-right: 1px solid #fff;
}
.past-contens-label{
  width: 33.1%;
  padding: 2px 0 3px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #f0f0f0;
}
/*add-finered*/
.lead-topic-text {
  align-items: center;
  gap: 2em;
  margin: 10px 119px 20px;
}
.new-label {
  color: #D30F31;
  font-weight: bold;
}
.new-contens-label,
.past-contens-label{
  border-right: 1px solid
}



@media screen and (max-width:750px){
  .wrapper_ .contents_{
    background-color: #eee;
  }
  div.goods_{
    padding: 0;
    background-color: #f2f2f2;
  }
  .contents_area_inner{
    background-color: #fFF;
  }
  .navistyle_,
  .navisort_{
    display: none;
  }
  .product-lead{
    margin-top: 24px;
  }
  .lead-text small{
    font-size: 11px;
  }
  .lead-topic-text{
    margin:10px 20px 20px;
  }
  .contents_area,
  .autopagerize_page_element_{
    background-color: #eee;
  }
  #sx14ritem{
    margin-top: 24px;
  }
  #sx14ritem .model_title{
    margin-top: 20px;
    color: #fff;
    background: url(/ec/img/event/PC11/s14r_model_title_sp.jpg) no-repeat bottom center;
    background-size: contain;
  }
  .goods_#customized_model_goods > ul{
    margin-top: -20px;
    padding: 0 calc(25*(100vw / 390));
    background-color: #fff;
  }
  .goods_#customized_model_goods > ul > li{
    margin-top: 20px;
    padding: 10px;
    background-color: #fff;
  }
  div.event_{
    background-color: #eee;
    padding-bottom: 0;
  }
  .sub_contents{
    margin: 0 15px;
    padding-top: 30px;
    background: #fff;
  }
  .content-inner{
    background: #fff;
  }
  .model_title{
    margin-top: 0;
    padding-top: 0;
    color: #30313c;
    text-shadow: none;
    background-color: #efefef;
  }
  .point__body{
    margin-top: 0;
    padding: 40px 0 60px;
  }
  .point__list{
    margin: -15px 0 0 -6px;
    padding: 0 15px;
    justify-content: center;
    box-sizing: border-box;

  }
  .point__item{
    padding: 19px 0 18px;
    width: calc(100% / 2 - 14px);
    margin: 15px 0 0 14px;
  }
  .point__item-main-text{
    font-size: 15px;
  }
  .point__item-sub-text{
    margin-top: 10px;
    font-size: 11px;
  }
  .choice-btn{
    margin-top: 15px;
  }
  .choice-btn li.youtube{
    height: 45px;
  }
  .point__movie-title{
    font-size: 16px;
  }
  .point__movie-title span{
    font-size: 16px;
  }
  .point__movie-title span::before, .point__movie-title span::after{
    height: 2px;
    width: 16px;
  }
  .point__movie{
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .point__movie-iframe-wrapper{
    width: 100%;
    height: auto;
  }
  .gallery{
    /* margin-top: 180px; POINT_MOVIEある場合*/
    margin-top: 40px;
  }
  .gallery-content{
    width: calc(100% - 40px);
  }
  .gallery-slide{
    width: 100%;
  }
  .gallery .gallery-content .gallary-slick-prev, .gallery .gallery-content .gallary-slick-next{
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-color: #000;
  }
  .gallery-content .slick-slide>p{
    font-size: 10px;
  }
  .choice-btn li.youtube::after{
    width: 20px;
    height: 14px;
    background-size: 20px 14px;
  }
  .banner-area{
    margin-top: 50px;
  }
  /* .banner-area .content-inner{
    width: calc(100% - 40px);
  } */
  .banner-list{
    flex-direction: column;
    margin: -15px 0 0 0;
  }
  /* .banner-list_item{
    width: 100%;
    margin: 15px 0 0 0;
  } */
  .feature{
    margin-top: 45px;
  }
  .feature-lists{
    margin: -20px 0 0 0;
    flex-direction: column;
  }
  .feature-lists_item{
    width: 100%;
    margin: 20px 0 0 0;
  }
  .feature-card{
    display: flex;
  }
  .feature-card_image{
    width: 46.3%;
    max-width: 160px;
  }
  .feature-card_detail{
    width: calc(100% - (46.3% + 8%));
    margin: 0 0 0 4%;
  }
  .feature-card_title{
    font-size: 14px;
    text-align: left;
  }
  .feature-card_text{
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.6;
  }
  .feature-card_text > small{
    font-size: 10px;
  }
  .feature-lists + .point__movie{
    margin-top: 60px;
  }
  .made-in{
    margin-top: 70px;
  }
  .made-in:before{
    width: 74%;
    max-width: 517px;
    height: 71px;
    top: -27px;
  }
  .madein-mv{
    height: 358px;
    background-image: url(/ec/img/event/PC11/bg_madein_sp.jpg);
  }
  .content-title{
    margin-top: 30px;
    padding-top: 30px;
    font-size: 20px;
  }
  .content-lead{
    margin-top: 15px;
    font-size: 11px;
  }
  .quality{
    margin-top: 35px;
    padding-bottom: 0;
  }
  .quality-lists{
    width: 82.6%;
    margin: 40px auto 0;
  }
  .quality-card{
    flex-direction: column;
  }
  .quality-image{
    width: 100%;
    max-width: unset;
  }
  .quality-detail{
    width: 100%;
    margin: 0;
    padding: 17px 20px 15px 20px;
    box-sizing: border-box;
  }
  .quality-title{
    padding-bottom: 8px;
    font-size: 15px;
  }
  .quality-text{
    margin-top: 10px;
    font-size: 11px;
  }
  .quality-text span{
    margin-top: 10px;
    font-size: 10px;
  }
  .btn-area{
    margin-top: 30px;
  }
  .btn-area .more-btn{
    width: 76%;
    font-size: 10px;
    font-weight: bold;
    background-color: #fff;
  }
  .btn-area .more-btn::after{
    width: 8px;
    height: 8px;
  }
  .note{
    width: calc(100% - 40px);
    margin: 25px auto 0;
  }
  .note-text{
    font-size: 10px;
  }
  .quality__support{
    margin-top: 30px;
  }
  .quality__support .content-inner{
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .quality__support-lists{
    margin-left: -15px;
  }
  .quality__support-card{
    width: calc(100% / 2 - 15px);
    margin: 0 0 0 15px;
  }
  .quality__support-title{
    font-size: 13px;
  }
  .quality__support-description{
    margin-top: 15px;
    font-size: 10px;
    line-height: 1.65;
  }
  .quality__support-link-wrapper{
    margin-top: 15px;
  }
  .quality__support-link-wrapper a{
    font-size: 10px;
  }
  .quality__support-link::after{
    width: 6px;
    height: 6px;
  }
  .voice{
    margin-top: 68px;
    padding-bottom: 68px;
  }
  .voice .section__title{
    padding: 0;
    font-size: 21px;
    background: none;
  }
  .voice__list{
    margin-top: 25px;
  }
  .voice__item{
    width: 100%;
    padding: 20px 15px;
    gap: 20px 10px;
    grid-template-columns: 54px 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .voice__item::before{
    width: 54px;
    height: 56px;
    grid-row: 1 / 2;
  }
  .voice__item:nth-of-type(even){
    margin-left: 0;
    grid-template-columns: 54px 1fr;
  }
  .voice__item + .voice__item{
    margin-top: 15px;
  }
  .voice__info-text{
    width: calc(100% - 64px);
    flex-direction: column;
  }
  .voice__description{
    grid-column: 1 / 3;
    font-size: 12px;
  }
  .voice__info-person-state{
    font-size: 11px;
  }
  .voice__info-person-data{
    font-size: 12px;
  }
  .voice__item:nth-of-type(even)::before{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .voice__item:nth-of-type(even) .voice__info{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .voice__item:nth-of-type(even) .voice__description{
    grid-row: 2 / 3;
    grid-column: 1 / 3;
  }
  .voice__others{
    margin-top: 35px;
  }
  .voice__info-stars{
    font-size: 22px;
  }
  .voice__others::before{
    bottom: -50px;
  }
  .voice__others-link{
    gap: 12px;
    font-size: 12px;
    font-weight: bold;
  }
  .voice__others-link::after{
    width: 6px;
    height: 6px;
  }
  .event_frame_ ul.goods_p_ li a{
    padding-top: 10px;
    padding: 10px 15px;
    background-color: #fff;
    box-sizing: border-box;
  }
  .sub_contents .spec_txt_ ul{
    padding-left: 15px;
  }
  ul.goods_p_ li{
    background-color: #fff;
  }
  .features_txt_link_{
    max-width: 214px;
    padding: 8px 0 5px;
  }
  ul.contents_navi.is-fixed li a:hover, ul.contents_navi.is-fixed li a,
  ul.contents_navi.is-fixed li a:hover, ul.contents_navi.is-fixed li a.is-active{
    height: 55px;
    box-sizing: border-box;
  }
  li.reco_item .features_txt_link_ a:first-child{
    display: none;
  }
  .js-reco_constitution .event_frame_ ul.goods_p_ li .features_txt_link_ a{
    padding: 0;
  }
  .sub_contents ul.goods_p_ li a div.desc_ div.name_{
    display: none;
  }
  /*special-edition*/
  .special-edition{
    margin-top: 40px;
  }
  .special-edition .content-title{
    font-size: 20px;
  }
  .special-edition .feature-lists{
    margin-top: 0;
  }
}


