@charset "utf-8";

.en-title {
  font-size: 2em;
  letter-spacing: .07em;
  margin-top: 72px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#contents {
  margin-bottom: 0;
}

.on-cart p {
  font-size: 0.875em;
  line-height: 1.6;
  text-align: left;
}

/* header
------------------------------------------------------------------------*/
.header {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 78.5%;
  background: url(/img/products_case/colantotte_case/wacle_neck_sport/bg_wacle_neck_sport.jpg) no-repeat left top;
  background-size: 100%;
  margin: auto auto 5em;
}

.header h1 {
  text-indent: -10000px;
  background: url(/img/products_case/colantotte_case/wacle_neck_sport/title.svg) no-repeat center top;
  background-size: contain;
  text-align: left;
  position: absolute;
  top: 23.4%;
  right: 6%;
  width: 18.907%;
  height: 0;
  padding-bottom: 7.11%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-width: 1280px) {
  .header {
    background: url(/img/products_case/colantotte_case/wacle_neck_sport/bg_wacle_neck_sport@2x.jpg) no-repeat left top !important;
    background-size: 100% !important;
  }
}

@media screen and (min-width: 1280px) {
  .header {
    width: 1280px;
    height: 1005px;
    padding-bottom: 0;
    background: url(/img/products_case/colantotte_case/wacle_neck_sport/bg_wacle_neck_sport.jpg) no-repeat left top;
    background-size: 100%;
  }

  .header h1 {
    top: 234px;
    width: 242px;
    height: 91px;
  }

  .header h1 img {
    width: 100%;
  }
}

@media screen and (max-width: 1279px) {
  .header {
    margin-bottom: 5.35%;
  }
}

@media screen and (max-width: 568px) {
  .header {
    width: 100%;
    height: 0;
    padding-bottom: 121%;
    padding-bottom: 130%;
    background: #ffffff url(/img/products_case/colantotte_case/wacle_neck_sport/bg_sp_wacle_neck_sport.jpg) no-repeat left top !important;
    background-size: 100% !important;
    margin-bottom: 5em;
  }

  .header h1 {
    background: url(/img/products_case/colantotte_case/wacle_neck_sport/title_sp.svg) no-repeat center top;
    background-size: contain;
    text-align: left;
    position: absolute;
    top: 100%;
    right: 0%;
    width: 100%;
    height: 0;
    padding-bottom: 5.5%;
  }

  .header .header_inner p {
    font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 10px;
    color: #343b40;
    color: #ffffff;
    text-indent: 0px;
    width: 76%;
    margin: auto;
    height: auto;
    padding-bottom: 0;
    background: none;
  }
}

.contents-bottom {
  width: 1024px;
  overflow: hidden;
  margin: auto;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_attention .diff-color-link{
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_attention .diff-color-link::before{
  content: "»";
  font-weight: bold;
  font-size: 1.7rem;
  color: #e84735;
  padding-right: 0.7rem;
}

@media screen and (max-width: 750px) {
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_attention .diff-color-link,
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_attention .diff-color-link::before{
    font-size: 3.2vw;
    margin-bottom: 1rem;
  }
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_attention .diff-color-link > a{
  text-decoration: underline;
  font-weight: bold;
}

/* #products #contents_wrap .product_wrap .product_info .product_form_blk .product_attention p.gift-link{
  padding: 1.2rem 0.8rem;
  line-height: 1.6;
  background-color: #f5f5f5;
  margin: 1.1rem 0;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_attention .gift-link > a > i.material-icons{
  font-size: 30px;
  padding-right: 8px;
  padding-left: 0;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_attention .gift-link > a > span br.pc-br{
  display: block;
}

@media screen and (max-width: 750px) {
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_attention .gift-link > a > span br.pc-br{
    display: none;
  }
} */

#products #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner h2.limited {
	padding-left: 30px;
    position: relative;
}
#products #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner h2.limited::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #c02d28;
    background-color: #c02d28;
    /* background-image: url([static_contents]img/common/check_w.png); */
    background-image: url(../../../../../img/common/check_w.png);
    background-size: 11px 8px;
    background-position: center center;
    background-repeat: no-repeat;
}

.pickup {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pickup {
    display: block;
  }
}

.pickup li {
  margin-bottom: 2em;
  width: calc(100% / 3 - 22px);
}

.pickup li:last-child {
  margin-right: 0;
}

.pickup dl {
  color: #696969;
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.pickup li dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 0.5em;
  color: #333;
  line-height: 1.5;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .pickup li dl dt {
    font-size: 1.6rem;
  }
}

.pickup li dl dd {
  font-size: 1.4rem;
  margin-bottom: 5px;
  line-height: 1.8;
  text-align: justify;
}

.pickup li dl dd > a{
  color: #e84735;
  text-decoration: underline;
}

.pickup span.img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 85%;
  overflow: hidden;
  margin-bottom: 16px;
  z-index: 0;
}
.pickup span.features1-wrap img,
.pickup span.features2-wrap img,
.pickup span.features3-wrap img{
  max-width: none;
}
.pickup span.features1-wrap {
  background-color: #e5e7e8;
}

.pickup span.features3-wrap {
  background-color: #f0f3f5;
  background-size: cover;
}

/*-----------------------------------------
Features by Product
-----------------------------------------*/
/* ABAEL */
.features1-wrap .abael_01 {
  width: 134%;
  position: absolute;
  left: -18%;
  top: -6%;
}
.features2-wrap .abael_02 {
  width: 158%;
  position: absolute;
  left: -15%;
  top: -8%;
}
.features3-wrap .abael_03 {
  width: 129%;
  position: absolute;
  left: -42px;
  top: 0px;
}
/* ABAPU */
.features1-wrap .abapu_01 {
  width: 100%;
  position: absolute;
  left: 0%;
  top: -22%;
}
.features2-wrap .abapu_02 {
  width: 155%;
  position: absolute;
  left: -18%;
  top: -28%;
}
.features3-wrap .abapu_03 {
  width: 135%;
  position: absolute;
  left: -22%;
  top: -7%;
}
/* ABAEK */
.features1-wrap .abaek_01 {
  width: 133%;
  position: absolute;
  left: -13.5%;
  top: -21px;
}
.features2-wrap .abaek_02 {
  width: 129%;
  position: absolute;
  left: -15%;
  top: -5%;
}
.features3-wrap .abaek_03 {
  width: 135%;
  position: absolute;
  left: -22%;
  top: -7%;
}
/* ABAPV-P */
.features1-wrap .abapv-p_01 {
  width: 146%;
  position: absolute;
  left: -22.5%;
  top: -25px;
}
.features2-wrap .abapv-p_02 {
  width: 142%;
  position: absolute;
  left: -17%;
  top: -2%;
}
.features3-wrap .abapv-p_03 {
  width: 150%;
  position: absolute;
  left: -37%;
  top: -11%;
}
/* ABAPT-B */
.features1-wrap .abapt-b_01 {
  position: absolute;
  width: 127%;
  top: -6px;
  left: -60px;
}
.features2-wrap .abapt-b_02 {
  width: 127%;
  position: absolute;
  left: -14%;
  top: -15%;
}
.features3-wrap .abapt-b_03 {
  width: 130%;
  position: absolute;
  top: -60%;
  left: -4%;
}
/* ABAPT */
.features1-wrap .abapt_01 {
  position: absolute;
  width: 121%;
  top: -12px;
  left: -30px;
}
.features2-wrap .abapt_02 {
  width: 127%;
  position: absolute;
  left: -14%;
  top: -15%;
}
.features3-wrap .abapt_03 {
  width: 130%;
  position: absolute;
  top: -60%;
  left: -4%;
}
/* ABAEG-G */
.features1-wrap .abaeg-g_01 {
  width: 148%;
  position: absolute;
  left: -22%;
  top: -10%;
}
.features2-wrap .abaeg-g_02 {
  width: 130%;
  position: absolute;
  left: -1%;
  top: -2%;
}
.features3-wrap .abaeg-g_03 {
  width: 166%;
  position: absolute;
  left: -34%;
  top: -9%;
}
/* ABAPQ */
.features1-wrap .abapq_01 {
  width: 120%;
  position: absolute;
  left: -12%;
  top: 1px;
}
.features2-wrap .abapq_02 {
  width: 121%;
  position: absolute;
  left: -56px;
  top: 0;
}
.features3-wrap .abapq_03 {
  width: 121%;
  position: absolute;
  left: -42px;
  top: 0px;
}
/* ABAEH */
.features1-wrap .abaeh_01 {
  width: 120%;
  position: absolute;
  left: -12%;
  top: 1px;
}
.features2-wrap .abaeh_02 {
  width: 129%;
  position: absolute;
  left: -56px;
  top: 0;
}
.features3-wrap .abaeh_03 {
  width: 121%;
  position: absolute;
  left: -42px;
  top: 0px;
}
/* ABAPN */
.features1-wrap .abapn_01 {
  width: 260%;
  position: absolute;
  left: -89%;
  top: -109%;
}
.features2-wrap .abapn_02 {
  width: 135%;
  position: absolute;
  left: -17%;
  top: 0%;
}
.features3-wrap .abapn_03 {
  width: 144%;
  position: absolute;
  left: -37%;
  top: -1%;
}
/* ABAEG */
.features1-wrap .abaeg_01 {
  width: 148%;
  position: absolute;
  left: -4%;
  top: -13%;
}
.features2-wrap .abaeg_02 {
  width: 138%;
  position: absolute;
  left: -4%;
  top: -14%;
}
.features3-wrap .abaeg_03 {
  width: 167%;
  position: absolute;
  left: -34%;
  top: -9%;
}
/* ABAPO */
.features1-wrap .abapo_01 {
  position: absolute;
  width: 159%;
  top: -47px;
  left: -108px;
}
.features2-wrap .abapo_02 {
  width: 110%;
  position: absolute;
  left: -5%;
  top: -9%;
}
.features3-wrap .abapo_03 {
  width: 151%;
  position: absolute;
  top: -5%;
  left: -35%;
}
/* ABAPL */
/* PETIT（ABAPL） FEATURES STYLE */
.petit-features-wrap .features {
  text-align: left;
}
.petit-features-wrap .features-sec {
  margin: 3em 0 5em;
  height: 724px;
}
@media screen and (min-width: 1024px) {
  .petit-features-wrap .features-1 {
    background: url(../../../../../../contents/img/product_detail/abapl/bg_feature-1_new.jpg) no-repeat left top;
    background-size: cover;
  }
  .petit-features-wrap .features-2 {
    background: url(../../../../../../contents/img/product_detail/abapl/bg_feature-2_new.jpg) no-repeat left top;
    background-size: cover;
  }
  .petit-features-wrap .features-3 {
    background: url(../../../../../../contents/img/product_detail/abapl/bg_feature-3.jpg) no-repeat left top;
    background-size: cover;
    margin-bottom: 5em;
  }
  }

@media screen and (max-width: 1100px) {
  .contents-bottom {
    max-width: 100%;
    overflow: hidden;
    margin: auto;
  }
}

.petit-features-wrap .features .inner {
  padding-top: 7em;
}
.petit-features-wrap .features-2 .inner {
  padding-top: 4em;
}
.petit-features-wrap .features h3,
.petit-features-wrap .features dl {
  width: 40%;
  padding-left: 32px;
}
.petit-features-wrap .features dl + dl {
  margin-top: 2em;
}
.petit-features-wrap .features h3 {
  font-size: 6.4rem;
  margin-bottom: 0.5em;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.petit-features-wrap .features h3 span {
  display: block;
}
.petit-features-wrap .features dl dt {
  font-size: 2rem;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.petit-features-wrap .features dl dd {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}
.petit-features-wrap .features dl dd +dd {
  margin-top: 1em;
}
.petit-features-wrap .lead-txt2 {
  width: 800px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .petit-features-wrap .sub-ttl {
    margin-top: -2.2em;
    color: #696969;
    font-size: 12px;
    display: block;
    margin-bottom: 42px;
  }
  .petit-features-wrap .sec-bottom {
    width: -webkit-calc(100% - 16px)!important;
    width: calc(100% - 16px);
    margin: auto;
    overflow: hidden;
  }
  .petit-features-wrap .features-1 {
      background: url(/img/products_case/colantotte_case/petit/bg_feature-1_new.jpg) no-repeat right top;
      background-size: cover;
  }
  .petit-features-wrap .features-2 {
    background: url(/img/products_case/colantotte_case/petit/bg_feature-2_new.jpg) no-repeat right top;
    background-size: cover;
  }
  .petit-features-wrap .features-3 {
    background: url(/img/products_case/colantotte_case/petit/bg_feature-3_new.jpg) no-repeat right top;
    background-size: cover;
    margin-bottom: 5em;
  }
  .petit-features-wrap .features-4 {
    background: url(/img/products_case/colantotte_case/petit/magnet.png) no-repeat 70% 60px;
      background-size: 27%;
      margin-bottom: 5em;
  }
  .petit-features-wrap .features-sec {
      margin: 3em 0 5em;
      height: 0;
      padding-bottom: 68%;
  }
  .petit-features-wrap .features .inner {
      padding-top: 10.9375%;
  }
  .petit-features-wrap .features-2 .inner {
      padding-top: 5.25vw;
  }
  .petit-features-wrap .features h3 {
      font-size: 6.25vw;
      margin-bottom: 3.125%;
  }
  .petit-features-wrap .features h3,
  .petit-features-wrap .features dl {
      padding-left: 3.125%;
  }
  .petit-features-wrap .features dl dt {
      font-size: 1.953125vw;
      margin-bottom: 0.5em;
      font-weight: bold;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  .petit-features-wrap .features dl dd {
      font-size: 1.3671875vw;
      line-height: 1.8;
  }
  .petit-features-wrap .features dl + dl {
      margin-top: 3.125%;
  }
}
@media screen and (max-width: 768px) {
  .petit-features-wrap .sub-ttl {
      margin-top: -2.2em;
      color: #696969;
      font-size: 12px;
      display: block;
      margin-bottom: 42px;
  }
  .petit-features-wrap .sec-bottom {
    width: 100%;
  }
  .petit-features-wrap .features-1 {
    background: none;
  }
  .petit-features-wrap .features-2 {
    background: none;
  }
  .petit-features-wrap .features-3 {
    background: none;
    margin-bottom: 5em;
  }
  .petit-features-wrap .features-sec {
      margin: 3em 0 7em;
      height: auto;
      padding-bottom: 0;
  }
  .petit-features-wrap .features .inner {
      padding-top: 2em;
  }
  .petit-features-wrap .features-2 .inner {
      padding-top: 2em;
  }
  .petit-features-wrap .features h3 {
    position: relative;
    font-size: 6.4rem;
    margin-bottom: 0.5em;
    padding-top: 97%;
  }
  .petit-features-wrap .features-1 h3::before {
  content: "";
    display: block;
    background: url(../../../../../../contents/img/product_detail/abapl/sp_bg_feature-1_new.jpg) no-repeat center top;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 96%;
  }
  .petit-features-wrap .features-2 h3::before {
  content: "";
    display: block;
    background: url(../../../../../../contents/img/product_detail/abapl/sp_bg_feature-2_new.jpg) no-repeat center top;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 96%;
  }
  .petit-features-wrap .features-3 h3::before {
    content: "";
    display: block;
    background: url(../../../../../../contents/img/product_detail/abapl/sp_bg_feature-3.jpg) no-repeat center top;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 96%;
  }
  .petit-features-wrap .features h3,
  .petit-features-wrap .features dl {
    width: 100%;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  .petit-features-wrap .features dl {
    padding-left: 28px;
    padding-right: 28px;
  }
  .petit-features-wrap .features dl dt {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  .petit-features-wrap .features dl dd {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #696969;
  }
  .petit-features-wrap .features dl + dl {
      margin-top: 2em;
  }
}
@media screen and (max-width: 568px) {
  .petit-features-wrap .features-2 .inner {
    padding-top: 0em;
  }
  .petit-features-wrap .features h3 {
    font-size: 10vw;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 105%;
    margin-bottom: 0.75em;
  }
  .petit-features-wrap .features-1 h3::before,
  .petit-features-wrap .features-2 h3::before,
  .petit-features-wrap .features-3 h3::before {
    padding-bottom: 100%;
  }
  .petit-features-wrap .features dl {
      padding-left: 13px;
      padding-right: 13px;
  }
}
@media screen and (max-width: 414px) {
  .petit-features-wrap .features-1 h3::before,
  .petit-features-wrap .features-2 h3::before,
  .petit-features-wrap .features-3 h3::before {
    padding-bottom: 105%;
  }
}
/* effect*/
.petit-features-wrap .effect li {
  float: left;
  width: 325.33px;
  width: -webkit-calc(100%/2 - 16px)!important;
  width: calc(100%/2 - 32px)!important;
  margin: 0 16px 2em;
}
.petit-features-wrap .effect li .img-mag {
  height: 411px;
  vertical-align: middle;
  display: table-cell;
  margin-bottom: 1em;
  width: 480px;
}
.petit-features-wrap .effect li img.mag-detail {
  width: 46%;
}
.petit-features-wrap .effect li h4 {
  text-align: center;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 1023px) {
  .petit-features-wrap .effect li {
    float: left;
    width: 325.33px;
    width: -webkit-calc(100%/2 - 16px)!important;
    width: calc(100%/2 - 32px)!important;
    margin: 0 16px;
  }
  .petit-features-wrap .effect li .img-mag {
    vertical-align: middle;
    display: table-cell;
    margin-bottom: 1em;
    width: 50%;
  }
  .petit-features-wrap .effect li img.mag-ns {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .petit-features-wrap .effect li h4 {
    padding-bottom: 2em;
  }
  .petit-features-wrap .effect li {
    float: left;
    width: 325.33px;
    width: -webkit-calc(100%/2 - 16px)!important;
    width: calc(100%/1 - 64px)!important;
    margin: 0 32px 4em;
  }
  .petit-features-wrap .effect li:last-child {
    margin-bottom:0;
  }
  .petit-features-wrap .effect li .img-mag {
    height: auto;
    vertical-align: middle;
    display: block;
    margin-bottom: 1em;
    width: 100%;
  }
  .petit-features-wrap .effect li img.mag-detail {
    width: 50%;
  }
  .petit-features-wrap .effect li img.mag-ns {
    width: auto;
  }
}
.petit-features-wrap .bottom-section1 img {
  width: 205px;
  margin: 0 auto 1em;
  display: block;
}
.petit-features-wrap .bottom-section1 p {
  line-height: 2em;
  font-size: 1em;
  color: #696969;
  margin-bottom: 5em;
}
.petit-features-wrap .bottom-section1 strong {
  display: block;
  font-size: 2em;
  margin-top: 2.8125em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #000;
  letter-spacing: .2em;
}
.petit-features-wrap .bottom-section1 p span {display: block;letter-spacing: .2em;text-align: left;display: inline-block;}
.petit-features-wrap .bottom-section1 p span.br {
  display: block;
}
@media screen and (max-width: 768px) {
  .petit-features-wrap .sec-bottom {
    margin: auto auto 20%;
  }
  .petit-features-wrap .bottom-section1 {
    margin: auto auto 20%!important;
  }
  .petit-features-wrap .bottom-section1 img {
    margin-bottom: 1.5em;
  }
  .petit-features-wrap .bottom-section1 p {
    font-size: 0.875em;
    width: 460px;
    margin: auto;
    text-align: left;
  }
  .petit-features-wrap .bottom-section1 p strong {
    font-size: 2.6em;
    display: block;
    margin-bottom: 0.25em;
    text-align: left;
  }
  .petit-features-wrap .bottom-section1 p .sp-block {
    display: block;
    line-height: 1.8;
  }
  .petit-features-wrap .effect li {
    width: 325.33px;
    width: -webkit-calc(100%/2 - 16px)!important;
    width: calc(100%/1 - 16px)!important;
    margin: 0 8px 4em;
  }
  .petit-features-wrap .effect li p {
    width: 100%;
    line-height: 1.6;
  }
  .petit-features-wrap .effect li img.mag-detail {
    width: 70%;
  }
  .petit-features-wrap .effect li img.mag-ns {
    width: 136%;
    margin-left: -19%;
  }
}
@media screen and (max-width: 470px) {
  .petit-features-wrap .bottom-section1 p {
    font-size: 0.875em;
    width: calc(100% - 24px);
    margin: auto;
    text-align: left;
  }
  .petit-features-wrap .bottom-section1 p strong {
    font-size: 7vw;
    display: block;
    margin-bottom: 0.25em;
    text-align: left;
  }
  .petit-features-wrap .bottom-section1 p span {text-align: justify;}
  .petit-features-wrap .bottom-section1 p .sp-block {
    display: block;
    line-height: 1.8;
  }
  .petit-features-wrap .bottom-section1 p span.br {
    display: inline;
  }
}
/* //PETIT（ABAPL） FEATURES STYLE */
/* LUCE FEATURES STYLE */
.luce-features-wrap .contents-bottom {
  margin-top: 2em;
  margin-bottom: 3em;
}
.luce-features-wrap .bottom-section1 p {
  line-height: 2em;
  font-size: 1.6rem;
  color: #696969;
  text-align: center;
}
.luce-features-wrap .bottom-section1 strong {
  display: block;
  font-size: 3.2rem;
  margin-bottom: 1em;
  margin-top: 2.8125em;
  color: #000;
}
.luce-features-wrap .bottom-section1 p span {
  display: block;
}
.luce-features-wrap .bottom-section1 p span.br {
  display: block;
}
/* FEATURES */
.luce-features-wrap .features1-wrap .feature1 {
  width: 104%;
  position: absolute;
  left: 0%;
  top: 5%;
}
.luce-features-wrap .features2-wrap .feature2 {
  width: 145%;
  position: absolute;
  left: -40%;
  top: -4%;
}
.luce-features-wrap .features3-wrap .feature3 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.luce-features-wrap .pickup span.features3-wrap {
  background-color: #f0f3f5;
  background: url(../../../../../../contents/img/product_detail/abapk/feature03_off.jpg) no-repeat 0 top;
  background-size: cover;
}
.luce-features-wrap .fadeOut {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeOut;
 animation-name: fadeOut;
 visibility: visible!important;
}
@-webkit-keyframes fadeOut {
 0% { opacity: 1; -webkit-transform: translateY(0px); }
 100% { opacity: 0; -webkit-transform: translateY(0); }
}
@keyframes fadeOut {
 0% { opacity: 1; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
 100% { opacity: 0; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/* //LUCE FEATURES STYLE */
/* MAG-RA LITE FEATURES STYLE */
.mag-ra-lite-features-wrap .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.mag-ra-lite-features-wrap .section1 .right h4{
  font-size: 1.6rem;
}
.mag-ra-lite-features-wrap .mag-ra_t,
.mag-ra-lite-features-wrap .cover_price{
  font-size: 1.2rem;
}
.mag-ra-lite-features-wrap .cover_price{
  font-weight: bold;
}
.mag-ra-lite-features-wrap #products #contents_wrap .product_wrap .product_info .product_name_blk .product_name sub{
  font-size: 2.4rem;
}
.mag-ra-lite-features-wrap .none-width-limit{
  width: auto;
}
.mag-ra-lite-features-wrap .section1,
.mag-ra-lite-features-wrap .section3 {
  max-width: 1024px;
}
.mag-ra-lite-features-wrap .section {
  margin: auto auto 5em;
  overflow: hidden;
}
.mag-ra-lite-features-wrap .section h4,
.mag-ra-lite-features-wrap .section dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.mag-ra-lite-features-wrap .section p,
.mag-ra-lite-features-wrap .section dl dd {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}
.mag-ra-lite-features-wrap .section small {
  display: block;
  margin-top: 1em;
  font-size: 1.1rem;
  line-height: 1.4;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
@media screen and (max-width: 1023px) {
  .mag-ra-lite-features-wrap .section {
    width: calc(100% - 16px);
  }
}
/* ***********************
contents title style
*********************** */
@media screen and (max-width: 1023px) {
  .mag-ra-lite-features-wrap .sub-ttl {
    margin-top: -2.2em;
    color: #696969;
    font-size: 12px;
    display: block;
    margin-bottom: 42px;
  }
}
/* ***********************
section1 style
*********************** */
.mag-ra-lite-features-wrap .section1 .h3-title,
.mag-ra-lite-features-wrap .section2 .h3-title,
.mag-ra-lite-features-wrap .section3 .h3-title {
  font-size: 2.4rem;
  display: block;
  border-bottom: none;
  margin-top: 0;
  text-align: center!important;
}
.mag-ra-lite-features-wrap .section1 h4 span {
  display: block;
}
.mag-ra-lite-features-wrap .section1 .left {
  float: left;
  width: 610px;
  width: 59.5703125%;
  overflow: hidden;
}
.mag-ra-lite-features-wrap .section1 .left img{
  width: 100%;
}
.mag-ra-lite-features-wrap .section1 .right {
  text-align: left;
  width: 382px;
  width: 37.3046875%;
  float: right;
}
.mag-ra-lite-features-wrap .section1 .shapeList {
  width: 800px;
  margin: auto;
  margin-top: 80px;
}
.mag-ra-lite-features-wrap .section1 .shapeList li {
  text-align: left;
}
.mag-ra-lite-features-wrap .section1 .shapeList li:first-child {
  margin-bottom: 5em;
}
.mag-ra-lite-features-wrap .section1 .shapeList .shape-img {
  float: left;
  width: 385px;
  width: 48.125%;
  overflow: hidden;
}
.mag-ra-lite-features-wrap .section1 .shapeList img {
  max-width: initial;
  width: 120%;
  margin-left: -10%;
  margin-top: -6%;
}
.mag-ra-lite-features-wrap .section1 .shapeList dl {
  float: right;
  width: 383px;
  width: 47.875%;
}
.mag-ra-lite-features-wrap .section1 .shapeList dt strong {
  background-color: #e84735;
  padding: 4px 16px;
  display: inline-block;
  margin-right: 1em;
  color: #fff;
  border-radius: 3px;
}
.mag-ra-lite-features-wrap .section1 .shapeList dl.child {
  margin-top: 1.7em;
  float: none;
  width: 100%;
}
.mag-ra-lite-features-wrap .section1 .shapeList dl.child:first-child {
  margin-top: 2em;
}
.mag-ra-lite-features-wrap .section1 .shapeList dl.child dt {
  margin-bottom: 0.5em;
}
.mag-ra-lite-features-wrap .section1 .shapeList dl.child dd {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .mag-ra-lite-features-wrap .section1 .left {
    float: none;
    width: 100%;
    margin-bottom: 2em;
  }
  .mag-ra-lite-features-wrap .section1 .right {
    float: none;
    width: 80%;
    margin: auto;
  }
  .mag-ra-lite-features-wrap .section1 .shapeList {
    width: 100%;
  }
  .mag-ra-lite-features-wrap .section1 .shapeList li:first-child {
    margin-bottom: 80px;
  }
  .mag-ra-lite-features-wrap .section1 .shapeList .shape-img {
    float: none;
    width: 400px;
    display: block;
    margin: auto;
  }
  .mag-ra-lite-features-wrap .section1 .shapeList img {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
  .mag-ra-lite-features-wrap .section1 .shapeList dl {
    float: none;
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width: 568px) {
  .mag-ra-lite-features-wrap .section1 .right {
    width: calc(100% - 32px);
  }
  .mag-ra-lite-features-wrap .section1 .right h4 {
    margin: auto auto 1.5em;
  }
  .mag-ra-lite-features-wrap .section1 .shapeList .shape-img {
    width: 90%;
  }
  .mag-ra-lite-features-wrap .section1 .shapeList dl {
    width: 80%;
  }
  .mag-ra-lite-features-wrap .section1 .shapeList dt strong {
    font-size: 0.75em;
  }
  .mag-ra-lite-features-wrap .section1 .shapeList dt span {
    display: block;
    margin-top: 0.25em;
  }
  .mag-ra-lite-features-wrap .section1 .left img {
    width: 110%;
    margin-left: -5%;
  }
}
/* ***********************
section2 style
*********************** */
.mag-ra-lite-features-wrap .section2 {
  width: 100%;
}
.mag-ra-lite-features-wrap .section2-inner {
  width: 1024px;
  margin: auto;
}
.mag-ra-lite-features-wrap .pickup {width: calc(100% + 8px);margin: 0 auto 5em;}
.mag-ra-lite-features-wrap .pickup li{
  margin: 0 8px 0 0;
  width: 336px;  /* IE8以下とAndroid4.3以下用フォールバック */
  width: -webkit-calc(100%/3 - 8px)!important;
  width: calc(100%/3 - 8px)!important;
  margin-bottom: 2em;
  float: left;
  text-align: justify;
}
.mag-ra-lite-features-wrap .pickup li:last-child {
  margin-right: 0;
}
.mag-ra-lite-features-wrap .section2 .pickup {
  margin-bottom: 1em;
}
.mag-ra-lite-features-wrap .pickup dl {
  color: #696969;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.mag-ra-lite-features-wrap .pickup li dl dt {
  color: #333;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 1em;
}
.mag-ra-lite-features-wrap .pickup li dl dt span {
  display: block;
}
.mag-ra-lite-features-wrap .pickup li dl dd {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.mag-ra-lite-features-wrap .pickup li img{
  width: 100%;
  z-index: 1;
  margin-bottom: 12%;
}
.mag-ra-lite-features-wrap .sec-3d {
  background-color: #f8f8f8;
}
.mag-ra-lite-features-wrap .sec-3d .inner {
  width: 800px;
  margin: auto;
  padding: 2em 0;
  text-align: justify;
}
.mag-ra-lite-features-wrap .sec-3d .inner .left {
  float: left;
}
.mag-ra-lite-features-wrap .sec-3d .inner p {
  float: right;
  width: 48%;
}
@media screen and (max-width: 1023px) {
  .mag-ra-lite-features-wrap .section2 .section2-inner {
    width: calc(100% - 16px);
  }
}
@media screen and (max-width: 800px) {
  .mag-ra-lite-features-wrap .sec-3d .inner {
    width: 90%;
  }
  .mag-ra-lite-features-wrap .sec-3d .inner .left {
    width: 46%;
    margin-right: 2em;
    margin-bottom: 0.5em;
  }
  .mag-ra-lite-features-wrap .sec-3d .inner p {
    float: none;
    width: 100%;
  }
  .mag-ra-lite-features-wrap .sec-3d .inner p small {
    text-indent: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .mag-ra-lite-features-wrap .pickup li {
    width: -webkit-calc(50% - 8px)!important;
    width: calc(50% - 8px)!important;
  }
  .mag-ra-lite-features-wrap .pickup li:last-child {
    margin-right: 0;
    margin-left: 25%;
  }
  .mag-ra-lite-features-wrap .pickup li img {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 568px) {
  .mag-ra-lite-features-wrap .pickup li {
    width: 100%;
  }
  .mag-ra-lite-features-wrap .pickup li {
    width: 80%!important;
    margin: auto auto 3em;
    float: none;
  }
  .mag-ra-lite-features-wrap .pickup li:last-child {
    margin: auto auto 3em;
  }

  .mag-ra-lite-features-wrap .sec-3d .inner .left {
    width: 55%;
    margin-right: 1em;
    margin-bottom: 0.5em;
  }
  .mag-ra-lite-features-wrap .sec-3d .inner p {
    float: none;
    width: 100%;
  }
  .mag-ra-lite-features-wrap .sec-3d .inner p small {
    text-indent: 0;
    padding-left: 0;
  }
}
/* ***********************
section3 style
*********************** */
.mag-ra-lite-features-wrap .section3 .pickup {
  width: 100%!important;
  margin: 0 auto 0;
}
.mag-ra-lite-features-wrap .section3 .pickup li{
  margin: 0 16px 0 0;
  width: 31.25%!important;
  float: left;
  text-align: justify;
}
.mag-ra-lite-features-wrap .section3 .pickup li.mag-ra_lite {
  width: 34.375%!important;
}
.mag-ra-lite-features-wrap .section3 .pickup li:last-child {
  margin-right: 0;
}
.mag-ra-lite-features-wrap .section3 .pickup li .img-box {
  height: 0;
  padding-bottom: 141px;
  display: block;
}
.mag-ra-lite-features-wrap .section3 .pickup li .img-box img {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .mag-ra-lite-features-wrap .section3 .pickup {
    width: calc(100% + 16px)!important;
    margin: 0 auto 0;
  }
  .mag-ra-lite-features-wrap .section3 .pickup li{
    margin: 0 16px 0 0;
    width: calc(30% - 16px)!important;
  }
  .mag-ra-lite-features-wrap .section3 .pickup li.mag-ra_lite {
    width: calc(40% - 16px)!important;
  }
  .mag-ra-lite-features-wrap .section3 .pickup li .img-box {
    height: auto;
    margin-bottom: 1em;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .mag-ra-lite-features-wrap .section3 .pickup {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%!important;
    margin: 0 auto 0;
  }
  .mag-ra-lite-features-wrap .section3 .pickup li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 50%!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    float: none;
  }
  .mag-ra-lite-features-wrap .section3 .pickup li.mag-ra_lite {
    -webkit-order: -1;
    order: -1;
    width: 100%!important;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 568px) {
  .mag-ra-lite-features-wrap .section3 .pickup li {
    margin-bottom: 2em;
  }
  .mag-ra-lite-features-wrap .section3 .pickup li:last-child {
    margin-bottom: 0em;
  }
  .mag-ra-lite-features-wrap .section3 .pickup li.mag-ra_lite img {
    width: 115%;
    margin-left: -14%;
  }
  .mag-ra-lite-features-wrap .section3 .pickup li {
    width: 49.5%!important;
  }
  .mag-ra-lite-features-wrap .section3 .pickup li:nth-of-type(1) dl,
  .mag-ra-lite-features-wrap .section3 .pickup li:nth-of-type(3) dl {
    padding: 0 0.5em;
  }
  .mag-ra-lite-features-wrap .section3 .pickup li:nth-of-type(1) dl dt,
  .mag-ra-lite-features-wrap .section3 .pickup li:nth-of-type(3) dl dt {
    font-size: 14px;
  }
  .mag-ra-lite-features-wrap .section3 .pickup li:nth-of-type(1) dl dd,
  .mag-ra-lite-features-wrap .section3 .pickup li:nth-of-type(3) dl dd {
    font-size: 12px;
  }
}
/* ***********************
section4/magnet style
*********************** */
.mag-ra-lite-features-wrap .section4 h3 {
  margin-top: 0;
}
.mag-ra-lite-features-wrap .effect li {
  float: left;
  width: 325.33px;
  width: -webkit-calc(100%/2 - 16px)!important;
  width: calc(100%/2 - 32px)!important;
  margin: 0 16px 2em;
}
.mag-ra-lite-features-wrap .effect li .img-mag {
  height: 365px;
  vertical-align: middle;
  display: table-cell;
  margin-bottom: 1em;
  width: 480px;
}
.mag-ra-lite-features-wrap .effect li img.mag-detail {
  width: 70%;
  height: auto;
}
.mag-ra-lite-features-wrap .effect li h4 {
  text-align: center;
  padding-bottom: 0.25em;
}
.mag-ra-lite-features-wrap .effect li p {
  color: #696969;
  text-align: justify;
  font-size: 0.875em;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .mag-ra-lite-features-wrap .effect li {
    float: left;
    width: 325.33px;
    width: -webkit-calc(100%/2 - 16px)!important;
    width: calc(100%/2 - 32px)!important;
    margin: 0 16px;
  }
  .mag-ra-lite-features-wrap .effect li h4 {
    position: relative;
    z-index: 100;
  }
  .mag-ra-lite-features-wrap .effect li .img-mag {
    height: 252px;
    vertical-align: middle;
    display: table-cell;
    margin-bottom: 1em;
    width: 50%;
  }
  .mag-ra-lite-features-wrap .effect li img.mag-ns {
    width: 100%;
  }
  .mag-ra-lite-features-wrap .effect li img.mag-detail {
    width: 70%;
    margin-top: -5%;
  }
}
@media screen and (max-width: 767px) {
  .mag-ra-lite-features-wrap .effect li {
    float: left;
    width: -webkit-calc(100%/2 - 16px)!important;
    width: calc(100%/1 - 64px)!important;
    margin: 0 32px 4em;
  }
  .mag-ra-lite-features-wrap .effect li:last-child {
    margin-bottom:0;
  }
  .mag-ra-lite-features-wrap .effect li .img-mag {
    height: auto;
    vertical-align: middle;
    display: block;
    margin-bottom: 1em;
    width: 100%;
  }
  .mag-ra-lite-features-wrap .effect li img.mag-detail {
    width: auto;
  }
  .mag-ra-lite-features-wrap .effect li img.mag-ns {
    width: auto;
  }
}
@media screen and (max-width: 568px) {
  .mag-ra-lite-features-wrap .effect li {
    width: -webkit-calc(100%/2 - 16px)!important;
    width: calc(100%/1 - 16px)!important;
    margin: 0 8px 4em;
  }
  .mag-ra-lite-features-wrap .effect li p {
    width: 100%;
    line-height: 1.6;
  }
  .mag-ra-lite-features-wrap .effect li img.mag-detail {
    width: 75%;
  }
  .mag-ra-lite-features-wrap .effect li img.mag-ns {
    width: 136%;
    margin-left: -19%;
  }
}
.mag-ra-lite-features-wrap .effect li h4 {
  display: inline-block;
  padding-bottom: 0;
  line-height: 2;
}
.mag-ra-lite-features-wrap .carousel-breadcrumbs ol li:not(:first-child)::before {
  color: #ccc;
}
.mag-ra-lite-features-wrap .cnt-cmp-banner {
  max-width: 1024px;
  margin: 2em auto 4em;
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .mag-ra-lite-features-wrap .cnt-cmp-banner{
    max-width: 768px;
    width: 100%;
    margin: 1em auto 2em;
  }
}
/* //MAG-RA LITE FEATURES STYLE */
/* ABAAI */
.effect li img.mag-detail.mag-fino{
  max-width: 237px;
  width: 100%;
  height: auto;
}
.features1-wrap .abaai_01 {
  position: absolute;
  width: 159%;
  top: -47px;
  left: -108px;
}
.features2-wrap .abaai_02 {
  width: 110%;
  position: absolute;
  left: -5%;
  top: -9%;
}
.features3-wrap .abaai_03 {
  width: 151%;
  position: absolute;
  top: -5%;
  left: -35%;
}
/* ABAPH */
.features1-wrap .abaph_01 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.features2-wrap .abaph_02 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.features3-wrap .abaph_03 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* 天然石について */
.abael-detail-wrap{
  max-width: 1024px;
  margin: auto;
}
@media screen and (max-width: 768px){
  .abael-detail-wrap{
    margin: 0 32px;
  }
}
@media screen and (max-width: 568px){
  .abael-detail-wrap{
    margin: 0 16px;
  }
}
.abael-detail-wrap h3 + p,
.abael-detail-wrap ul li,
.abael-detail-wrap p.features-detail-antn small{
  line-height: 1.6;
}
.abael-detail-wrap h3 + p {
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 768px){
  .abael-detail-wrap h3 + p {
    text-align: left;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 769px){
  .abael-detail-wrap h3 + p .pc-br{
    display: block;
  }
}
@media screen and (max-width: 768px){
  .abael-detail-wrap h3 + p .pc-br{
    display: none;
  }
}
.abael-detail-wrap ul li,
.abael-detail-wrap p.features-detail-antn small{
  color: #696969;
}
.abael-detail-wrap h3{
  display: table;
  font-size: 2rem;
  margin: 2em auto 1em;
  border-bottom: 4px double #dbdbdb;
  padding-bottom: 0.4em;
  color: #000;
}
.abael-detail-wrap .box-flex-none{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.abael-detail-wrap .box-flex-none::after{
  content: "";
  display: block;
  width: calc(100% / 3 - 10px);
  height: 0;
}
.abael-detail-wrap .box-flex-none li.image-list-flex{
  width: calc(100% / 2);
}
@media screen and (max-width: 768px){
  .abael-detail-wrap .box-flex-none li.image-list-flex{
    width: 100%;
  }
}
.abael-detail-wrap .box-flex-none li.image-list-flex:not(:last-child){
  margin-bottom: 1em;
}
.abael-detail-wrap .box-flex-none .image-list-flex figure{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px){
  .abael-detail-wrap .box-flex-none .image-list-flex figure{
    display: block;
  }
}
.abael-detail-wrap .box-flex-none .image-list-flex figure img{
  width: 55%;
}
@media screen and (max-width: 768px){
  .abael-detail-wrap .box-flex-none .image-list-flex figure img{
    width: 86%;
  }
}
.abael-detail-wrap .box-flex-none .image-list-flex figure figcaption{
  width: 50%;
  margin-left: -5%;
  text-align: left;
  font-size: 0.875em;
}
@media screen and (max-width: 768px){
  .abael-detail-wrap .box-flex-none .image-list-flex figure figcaption{
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.abael-detail-wrap .box-flex-none .image-list-flex figure figcaption dl dt{
  font-size: 14px;
}
.abael-detail-wrap .box-flex-none .image-list-flex figure figcaption dl dd{
  font-size: 16px;
  margin-bottom: 0.875em;
}
.abael-detail-wrap p small{
  font-size: 12px;
  text-align: center;
  display: block;
  padding-top: 0.75em;
  line-height: 1.6;
}
@media screen and (max-width: 768px){
  .abael-detail-wrap p small{
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}
/* //天然石について */

/* ABAED */
.effect li img.mag-detail.abaed-mag{
  max-width: 237px;
  width: 100%;
  height: auto;
}
.features1-wrap .abaed_01 {
  position: absolute;
  width: 159%;
  top: -47px;
  left: -108px;
}
.features2-wrap .abaed_02 {
  width: 110%;
  position: absolute;
  left: -5%;
  top: -9%;
}
.features3-wrap .abaed_03 {
  width: 151%;
  position: absolute;
  top: -5%;
  left: -35%;
}

.pickup li img {
  width: 100%;
  z-index: 1;
}

/* features SPORT */
.pickup li .sport-features1 {}

.pickup li .sport-features2 {
  width: 102%;
  margin-left: -1%;
}
/* features RAFFI Premium */
.pickup li .raffi_premium-features1 {}

.pickup li .raffi_premium-features2 {
  width: 120%;
  margin-left: -10%;
  margin-top: -5%;
}

.effect li img.mag-detail.mag-abaau {
  max-width: 237px;
  width: 100%;
  height: auto;
}
.effect li img.mag-detail.mag-patch {
  max-width: 335px;
  width: 100%;
  height: auto;
}
.effect li img.mag-detail.mag-ra {
  max-width: 340px;
  width: 100%;
  height: auto;
}

/* ABAPX */
.features1-wrap .abapx_01 {
  position: absolute;
  width: 127%;
  top: -6px;
  left: -60px;
}
.features2-wrap .abapx_02 {
  width: 126%;
  position: absolute;
  left: -14%;
  top: -6%;
}
.features3-wrap .abapx_03 {
  width: 200%;
  position: absolute;
  top: -34%;
  left: -46%;
}

/* ABAPW */
.features1-wrap .abapw_01 {
  position: absolute;
  width: 127%;
  top: -6px;
  left: -60px;
}
.features2-wrap .abapw_02 {
  width: 126%;
  position: absolute;
  left: -14%;
  top: -6%;
}
.features3-wrap .abapw_03 {
  width: 200%;
  position: absolute;
  top: -34%;
  left: -46%;
}

/*-----------------------------------------
//Features by Product
-----------------------------------------*/

.effect li p.none-img-mag{
  margin-top: 5em;
}
@media screen and (max-width:750px) {
  .effect li p.none-img-mag{
    margin-top: 2em;
  }
}


/* @20181114 add */
.effect li h4 {
  font-size: 1.6rem;
  display: inline-block;
  padding-bottom: 0;
  line-height: 2;
}

.effect-ttl {
  position: relative;
  padding-left: 46px;
  background: url(/contents/img/product/colantotte/icon_mag@32px.svg) no-repeat left top;
}

.pickup dl {
  color: #696969;
  padding-left: 0.25em;
  padding-right: 0.25em;
  text-align: center;
}

.pickup li dl dt.icon {
  position: relative;
  display: inline-block;
  padding-left: 37px;
}

.pickup li dl dt.icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 28px;
  height: 28px;
  background: url(/contents/img/product/colantotte/icon_wp.svg) no-repeat left top;
}

.pickup li dl dt.icon.icon-ti::after {
  background: url(/contents/img/product/colantotte/icon_ti.svg) no-repeat left top;
}

/* END @20181114 add */
@media screen and (max-width: 1023px) {
/*  .contents-bottom {
    width: 100%;
  }*/

  .sub-ttl {
    margin-top: -2.2em;
    color: #696969;
    font-size: 12px;
    display: block;
    margin-bottom: 42px;
  }

  .sec-bottom {
    width: -webkit-calc(100% - 16px) !important;
    width: calc(100% - 16px);
    margin: auto;
    overflow: hidden;
  }

  .pickup {
    width: -webkit-calc(100% + 16px) !important;
    width: calc(100% + 16px);
  }

  .pickup li {
    margin: 0 16px 0 0;
    width: 33.33%;
    width: -webkit-calc(100%/3 - 16px) !important;
    width: calc(100%/3 - 16px) !important;
  }
}

@media screen and (max-width: 768px) {
  .pickup {
    width: -webkit-calc(100%) !important;
    width: 100%;
  }

  .pickup li {
    margin: 0 32px 48px;
    width: 100%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100%/3 - 64px) !important;
    width: calc(100%/1 - 64px) !important;
    float: none;
  }

  .pickup span.img {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0 auto 16px;
  }

  .pickup dl {
    padding-left: 0.25em;
    padding-right: 0.25em;
    width: 100%;
    margin: auto;
  }
}

/* interlude */
.interlude {
  display: table;
  width: calc(100% - 64px);
  overflow: hidden;
  margin: 0 auto 5.35%;
}

.table-cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.pair_couple-img {
  width: 100%;
}

.cell-right {
  padding-left: 32px;
}

.cell-right dl {
  color: #696969;
  padding-left: 0.25em;
  padding-right: 0.25em;
  text-align: left;
  margin-bottom: 1em;
}

.cell-right dl dt {
  padding-bottom: 0.5em;
  color: #333;
  text-align: left;
  line-height: 1.5;
}

.cell-right dl dd {
  margin-bottom: 5px;
  line-height: 1.8;
  font-size: 0.875em;
  text-align: justify;
}

.cell-right .pair_item {
  height: 0;
  padding-bottom: 110%;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .interlude {
    width: calc(100% - 32px);
  }

  .cell-right {
    padding-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .interlude {
    display: block;
    width: calc(100% - 64px);
  }

  .pair_couple-img {
    margin-bottom: 1em;
  }

  .table-cell {
    display: block;
    width: 100%;
  }

  .cell-right {
    padding-left: 0;
  }
}

@media screen and (max-width: 568px) {
  .interlude {
    display: block;
    width: calc(100%);
  }

  .cell-right dl {
    width: calc(100% - 32px);
    margin: auto auto 1em;
  }

  .cell-right dl dd {
    text-align: left;
  }

  .cell-right .pair_item {
    width: calc(100% - 40px);
    margin: auto;
  }

  .pickup {
    margin-bottom: 0 !important;
  }

  .pickup li {
    margin: 0 0 48px;
    width: 100%;
    width: -webkit-calc(100%) !important;
    width: calc(100%) !important;
    float: none;
    text-align: left;
  }

  .pickup span.img {
    width: 100%;
    margin: 0 auto 16px;
  }

  .pickup dl {
    padding-left: 0em;
    padding-right: 0em;
    width: calc(100% - 32px);
  }
}


.happybag_attetion {
  font-size: 1.3rem;
  color: #666;
  margin: 1em 0 2em 0;
  padding: 1.5em;
  border: 1px solid #f2f2f2;
  background-color: #f7f7f7;
  border-radius: 6px;
}
.happybag_attetion > p {
  font-weight:bold;
  margin-bottom: 1em;
  font-size: 1.25em;
  color: #e84735;
}
.happybag_attetion > p > i {
  vertical-align: bottom;
  padding-right: 0.25em;
}

.happybag_attetion ul li {
  margin-bottom: 0.75em;
  text-indent: -0.7em;
  padding-left: 0.7em;
  line-height: 1.8;
}

.size_attetion {
  font-size: 1.3rem;
  color: #666;
  margin: 1em 0 2em 0;
  padding: 1.5em;
  border: 1px solid #f2f2f2;
  background-color: #f7f7f7;
  border-radius: 6px;
}

.size_attetion > p {
  font-weight:bold;
  margin-bottom: 1em;
  font-size: 1.25em;
  color: #e84735;
}
.size_attetion > p > i {
  vertical-align: bottom;
  padding-right: 0.25em;
}
.material-icons .material-icons {
  font-size: 2.1rem;
}

.size_attetion ul li {
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
}

.single-item{
  margin: 2em 0;
}
.single-item li:nth-child(n+2){
  margin-top: 0.5em;
}
@media screen and (max-width: 767px){
  .single-item{
    margin: 2em 0;
  }
  .single-item li:nth-child(n+2){
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px){
  .single-item li.link{
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px){
  .single-item li.link{
    display: flex;
  }
}
.single-item li.link a {
    text-decoration: underline;
    color: #e84735;
    font-size: 1.3rem;
}
@media screen and (max-width: 750px){
  .single-item li.link a {
      font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px){
  .single-item li.link a.link-text {
    width: 58%;
    margin-right: 2%;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px){
  .single-item li.link a.link-btn {
    font-size: 10px;
    font-weight: bold;
    display: block;
    width: 40%;
    height: 36px;
    background: #444343;
    color: #fff;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    margin-top: 0;
  }
}

.contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_overview h3:nth-of-type(2){
  margin-top: 20px;
}
.contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec h3{
  font-size: 1.6rem;
}
@media only screen and (max-width: 750px){
  .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec h3{
    font-size: 4vw;
  }
}
.contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec h3:nth-of-type(2),
.contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec h3:nth-of-type(3){
  margin-top: 20px;
}
.contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec > ul > li{
  border-bottom: 1px dotted #ccc;
  margin-bottom: 4px;
}
.contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec > p{
  font-size: 1.4rem;
}
@media only screen and (max-width: 750px){
  .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec > p{
    font-size: 3.2vw;
  }
}
.contents_inner_wrap .contents_blk .contents_toggle .product_overview.contents_inner > p > small{
  display: block;
  font-size: 1.2rem;
  margin-top: 1.2rem;
}
.contents_inner_wrap .contents_blk .contents_toggle .product_overview.contents_inner > p > small > a{
  color: #e84735;
  text-decoration: underline;
}
@media only screen and (max-width: 750px){
  .contents_inner_wrap .contents_blk .contents_toggle .product_overview.contents_inner > p > small,
  .contents_inner_wrap .contents_blk .contents_toggle .product_overview.contents_inner > p > small > a{
    font-size: 3.2vw;
  }
}
.contents_inner > ul > li > small.no-heading {
  font-size: 1.2rem;
  color: #f00;
  line-height: 1.8;
  display: inline-block;
}
.contents_inner > ul > li.single-detail{
  border-bottom: none !important;
}
.contents_inner > ul > li.single-detail a{
  font-size: 1.3rem;
  color: #e84735;
  text-decoration: underline;
}
@media only screen and (max-width: 750px){
  .contents_inner > ul > li.single-detail a{
    font-size: 3.2vw;
  }
}
.contents_inner span{
  font-size: 1.4rem !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  padding-left: 36px !important;
  position: relative !important;
  font-weight: bold !important;
}
.contents_inner span.icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  width: 28px;
  height: 28px;
  /* background: url(/contents/img/product_detail/icon_wp.svg) no-repeat left top; */
  background: url(../../../../../../contents/img/product/inherit/icon_wp.svg) no-repeat left top;
}
.contents_inner span.icon.icon-ti::after {
    background: url(../../../../../../contents/img/product/inherit/icon_ti.svg) no-repeat left top;
}
@media only screen and (min-width: 751px){
  .contents_inner .set-manual{
    font-size: 1.4rem !important;
    width: 95%;
  }
}
@media only screen and (max-width: 750px){
  .contents_inner .set-manual{
    text-indent: -2.7vw;
    padding-left: 7vw !important;
    line-height: 1.6 !important;
  }
}
/* effect
------------------------------------------------------------------------*/
.effect li {
  float: left;
  width: 325.33px;
  width: -webkit-calc(100%/2 - 16px) !important;
  width: calc(100%/2 - 32px) !important;
  margin: 0 16px 2em;
  text-align: center;
}

.effect li .img-mag {
  height: 454px;
  vertical-align: middle;
  display: table-cell;
  margin-bottom: 1em;
  width: 480px;
}

.effect li .img-mag .co-magnetic {
  display: table;
  width: 100%;
  margin-bottom: 0.5em;
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #f8f8f8;
}

.effect li .img-mag .co-magnetic dl {
  display: table-cell;
  text-align: center;
  width: 240px;
}

.effect li .img-mag .co-magnetic dl:first-child img {
  width: 75%;
}

.effect li .img-mag .co-magnetic dl+dl img {
  padding-top: 1em;
  width: 82.92%;
}

.effect li .img-mag .co-magnetic dt {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 1em;
  color: #666;
}

.effect li img.mag-detail {
  width: auto;
}

@media screen and (max-width: 1023px) {
  .effect li img.mag-detail {
    width: auto;
    height: auto;
  }
}

.effect li img.ns-detail {}

.effect li h4 {
  text-align: center;
  padding-bottom: 0.25em;
}

.effect li p {
  color: #696969;
  text-align: justify;
  line-height: 1.8;
  font-size: 1.4rem;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 1023px) {
  .effect li {
    float: left;
    width: 325.33px;
    width: -webkit-calc(100%/2 - 16px) !important;
    width: calc(100%/2 - 32px) !important;
    margin: 0 16px;
  }

  .effect li .img-mag {
    vertical-align: middle;
    display: table-cell;
    margin-bottom: 1em;
    /*width: 50%;*/
  }

  .effect li img.mag-ns {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .effect li {
    width: 325.33px;
    width: -webkit-calc(100%/2 - 16px) !important;
    width: calc(100%/1 - 16px) !important;
    margin: 0 8px 4em;
  }

  .effect li p {
    width: 80%;
    line-height: 1.6;
  }

  .effect li .img-mag {
    height: auto;
    vertical-align: middle;
    display: block;
    margin-bottom: 2em;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    overflow: hidden;
  }

  .effect li img.mag-detail {
    width: 70%;
    height: 70%;
  }

  .effect li img.mag-ns {
    width: auto;
    margin-left: 0;
  }
}

@media screen and (max-width: 568px) {
  .effect li p {
    width: calc(100% - 32px);
    line-height: 1.6;
  }

  .effect li img.mag-detail {
    width: 100%;
    height: 100%;
  }

  .effect li .img-mag {
    width: 100%;
    /* margin-bottom: 0; */
  }

  /* .effect li img.mag-ns {
    width: 120%;
    margin-left: -10%;
  } */

  .effect li .img-mag .co-magnetic {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

ul.effect-flex{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  ul.effect-flex{
    display: block;
  }
}
ul.effect-flex li{
  width: calc(100%/2 - 32px);
  float: none;
}
ul.effect-flex.array-center{
  justify-content: center;
}
.img-mag .mag-movie-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.mag-movie-frame iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.products_colantotte h3.title {
    position: relative;
    display: inline-block;
    margin: 72px auto 48px;
    border-bottom: 2px solid transparent;
    border-color: rgba(0, 0, 0, 0.14);
    padding-bottom: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.products_colantotte h3.title.en-title {
    font-size: 2.5rem;
    letter-spacing: .07em;
    margin-top: 72px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .products_colantotte h3.title.en-title.h3-title {
      font-size: 2.0rem;
  }
}

@media screen and (max-width: 1023px) {
  .img-mag .mag-movie-frame {
  width: 100%;
  }
}

.img-mag .mag-movie-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.mag-movie-frame iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.present {
  max-width: 1024px;
  margin: auto auto 2em;
  text-align: center;
}

.present h2 {
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5;
  padding-bottom: 0.5em;
  letter-spacing: .05em;
}

.present h2:after {
  height: 2px;
  background: #d00753;
  width: 32px;
  display: block;
  content: " ";
  margin: 10px auto 0;
}

.present h2 span.name {
  display: block;
  font-size: 0.5em;
}

.present .limit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 60px;
  display: block;
  letter-spacing: .1em;
}

.present .ca-txt {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 2em;
  letter-spacing: .1em;
}

.present .ca-txt em {
  color: #d00753;
  font-weight: bold;
}

.present .ca-txt span.ca-txt-small {
  display: block;
  font-size: 0.67em;
  font-weight: normal;
}

.present .file-box {
  position: relative;
  width: 362px;
  margin: auto auto 2em;
}

.present .sport-badge {
  text-indent: -10000px;
  z-index: 1;
  position: absolute;
  left: -22.7%;
  left: -83px;
  top: 1%;
  top: 5px;
  display: block;
  width: 176px;
  height: 176px;
  background: url(/img/products_case/colantotte_case/wacle_neck_sport/badge.png) no-repeat center top;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-width: 1280px) {
  .present .sport-badge {
    background: url(/img/products_case/colantotte_case/wacle_neck_sport/badge@2x.png) no-repeat left top !important;
    background-size: 100% !important;
  }
}

.present figure {
  z-index: 10;
  position: relative;
}

.present .attention {
  background-color: #f7f7f7;
  padding: 2em 1.5em;
  max-width: 610px;
  margin: auto;
}

.present .attention ul li {
  line-height: 1.6;
  margin-bottom: 0.5em;
  font-size: 0.75em;
  text-align: left;
  color: 444;
}

.present .attention ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .present {
    width: calc(100% - 16px);
  }

  .present h2 {
    font-size: 8vw;
  }

  .present .file-box {
    width: 100%;
  }

  .present .sport-badge {
    left: -2%;
    top: 1%;
    width: 35%;
    height: 40%;
    background: url(/img/products_case/colantotte_case/wacle_neck_sport/badge.png) no-repeat center top;
    background-size: 100%;
  }

  .present figure img {
    width: 71%;
  }

  .present .ca-txt {
    font-size: 6.8vw;
  }

  .present .ca-txt .ca-txt-sp-block {
    display: block;
  }
}