@charset 'UTF-8';
.bg__lattice,
.sec__lineUp,
.sec__intro .intro__hl,
.keyVisual{
  background-image: url(../../nandarou-common/img/bg-lattice-sp.png);
  background-position: center top;
  background-size: 18px 18px;
  background-repeat: repeat;
}

/* ------------------------------------
//  base
// ----------------------------------*/
*{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html{
  font-size: 62.5%;
}
.noSP{
  display: none;
}
/* ------------------------------------
//  override and reset
// ----------------------------------*/
.el-section.el-section--brandWrap{
  max-width: none;
  color: #333;
  text-align: left;
  word-wrap: break-word;
  letter-spacing: 0;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', sans-serif;
  line-height: 2;

  overflow-wrap: break-word;
  /* ------------------------------------
  //  見出し
  // ----------------------------------*/
  /* ------------------------------------
  //  フォント
  // ----------------------------------*/
  /* ------------------------------------
  //  リスト
  // ----------------------------------*/
  /* ------------------------------------
  //  段落設定
  // ----------------------------------*/
  /* ------------------------------------
  //  画像
  // ----------------------------------*/
  /* ------------------------------------
  //  リンク
  // ----------------------------------*/
}
.el-section.el-section--brandWrap *,
.el-section.el-section--brandWrap a{
  outline: none;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.el-section.el-section--brandWrap *,
.el-section.el-section--brandWrap *::before,
.el-section.el-section--brandWrap *::after{
  box-sizing: border-box;
}
.el-section.el-section--brandWrap h1,
.el-section.el-section--brandWrap h2,
.el-section.el-section--brandWrap h3,
.el-section.el-section--brandWrap h4,
.el-section.el-section--brandWrap h5,
.el-section.el-section--brandWrap h6{
  line-height: 1.6;
}
.el-section.el-section--brandWrap em,
.el-section.el-section--brandWrap strong{
  font-weight: bold;
  font-style: normal;
}
.el-section.el-section--brandWrap ol,
.el-section.el-section--brandWrap ul{
  list-style: none;
}
.el-section.el-section--brandWrap p:not(:first-of-type){
  margin-top: 1.5em;
}
.el-section.el-section--brandWrap img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}
.el-section.el-section--brandWrap a{
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* ----------------------------------------------------------------
  ボタン
---------------------------------------------------------------- */
.el-buttonA{
  background-color: #1d2088;
}

/* ----------------------------------------------------------------
  リスト
---------------------------------------------------------------- */
.list__type__circle{
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}
.list__type__circle .list__item{
  position: relative;
  padding-left: 1.8em;
}
.list__type__circle .list__item:not(:first-of-type){
  margin-top: 1em;
}
.list__type__circle .list__item::before{
  position: absolute;
  top: .4em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 2px solid #1d2088;
  border-radius: 100%;
  content: '';
}

/* ----------------------------------------------------------------
  その他
---------------------------------------------------------------- */
.note{
  margin-top: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}
/* ----------------------------------------------------------------
  main
---------------------------------------------------------------- */
.main__contents{
  padding-bottom: 50px;
}
/* ----------------------------------------------------------------
  keyVisual
---------------------------------------------------------------- */
.keyVisual{
  margin: 0 -15px 0;
  padding: 35px 15px;
  border-bottom: 2px solid #aed7f3;
}
.keyVisual .keyVisual__body{
  text-align: center;
}
/* ----------------------------------------------------------------
  section
---------------------------------------------------------------- */
.sec{
  position: relative;
}
.sec__full{
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
}
/* ----------------------------------------------------------------
  link to new product
---------------------------------------------------------------- */
.productPoint__body{
  padding: 20px;
  border: 2px solid #aed7f3;
  border-top-width: 0;
  background-color: #fff;
}
.productPoint__body .pointItem{
  position: relative;
  display: block;
  border: 2px solid #aed7f3;
}
.productPoint__body .pointItem:not(:first-of-type){
  margin-top: 15px;
}
.productPoint__body .pointItem:link,
.productPoint__body .pointItem:visited{
  color: #2990d0;
}
.productPoint__body .pointItem:hover,
.productPoint__body .pointItem:active{
  text-decoration: none;
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
.productPoint__body .pointItem .item__img{
  padding-top: 56%;
  height: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.productPoint__body .pointItem .item__link{
  position: relative;
  padding: 15px 30px 15px 20px;
  border-top: 2px solid #aed7f3;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.productPoint__body .pointItem .item__link span{
  font-size: 14px;
  font-size: 1.4rem;
}
.productPoint__body .pointItem .item__link::before{
  position: absolute;
  top: 0;
  right: 15px;
  width: 9px;
  height: 100%;
  background-image: url(../../nandarou-common/img/ico-arrow03.svg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
}
.productPoint__body .pointItem::before{
  position: absolute;
  top: -2px;
  left: -2px;
  width: 59px;
  height: 59px;
  border: 2px solid #aed7f3;
  background-color: #fff;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  content: '';
}
.productPoint__body .pointItem__01 .item__img{
  background-image: url(../../nandarou-common/img/point-item-image01.jpg);
}
.productPoint__body .pointItem__01::before{
  background-image: url(../../nandarou-common/img/point-item-num01.png);
}
.productPoint__body .pointItem__02 .item__img{
  background-image: url(../../nandarou-common/img/point-item-image02.jpg);
}
.productPoint__body .pointItem__02::before{
  background-image: url(../../nandarou-common/img/point-item-num02.png);
}
.productPoint__body .pointItem__03 .item__img{
  background-image: url(../../nandarou-common/img/point-item-image03.png);
  background-size: auto 100%;
}
.productPoint__body .pointItem__03::before{
  background-image: url(../../nandarou-common/img/point-item-num03.png);
}
.link__decoration__1:hover,
.link__decoration__1:active{
  text-decoration: none !important;
  opacity: .7 !important;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.tgl__type01{
  position: relative;
  width: 25px;
  height: 25px;
  border: 2px solid #caba7f;
  border-radius: 100%;
  cursor: pointer;
}
.tgl__type01::before,
.tgl__type01::after{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #caba7f;
  content: '';
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tgl__type01::after{
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.tgl__type01.is--active::after{
  content: none;
}
.keyVisual{
  margin: 0 -15px;
  padding: 35px 0 55px;
  border-bottom: 2px solid #aed7f3;
}
.keyVisual__inner .brandProduct__wrapper .keyVisual__image{
  position: relative;
  margin: 0 auto;
  width: 82%;
}
.keyVisual__inner .brandProduct__wrapper .keyVisual__image::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #aed7f3;
  content: '';
}
.keyVisual__inner .brandProduct__wrapper .brandProduct__header__body{
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.keyVisual__inner .brandProduct__wrapper .brandProduct__header__body .keyVisual__brandLogo{
  position: relative;
  margin: 10px auto 0;
  width: 78.4%;
}
.keyVisual__inner .brandProduct__wrapper .brandProduct__header__body .brandProduct__header__body__item{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: end;
  margin: 30px auto 0;
  width: 60%;

  align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: space-between;
}
.keyVisual__inner .brandProduct__wrapper .brandProduct__header__body .brandProduct__header__body__item .item .item__img{
  text-align: left;
}
.keyVisual__inner .brandProduct__wrapper .brandProduct__header__body .brandProduct__header__body__item .item:first-of-type{
  flex-basis: 58%;
  -ms-flex-preferred-size: 58%;
}
.keyVisual__inner .brandProduct__wrapper .brandProduct__header__body .brandProduct__header__body__item .item:first-of-type img{
  width: calc(100% - 18px);
}
.keyVisual__inner .brandProduct__wrapper .brandProduct__header__body .brandProduct__header__body__item .item:last-of-type{
  flex-basis: 42%;
  -ms-flex-preferred-size: 42%;
}
.keyVisual__inner .brandProduct__wrapper .brandProduct__header__body .brandProduct__header__body__item .item:last-of-type .item__img{
  text-align: right;
}
.keyVisual__inner .brandProduct__wrapper .brandProduct__header__body .item__copy{
  display: block;
  margin-top: 4px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}
.anchorNavi{
  text-align: center;
}
.anchorNavi .navi{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  margin: 40px -8px;

  align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.anchorNavi .navi li{
  margin: 0 8px;
  width: 50%;
}
.anchorNavi .navi li a{
  display: block;
  padding: 10px;
  border: 2px solid;
  color: #000;
  text-align: center;
  text-decoration: none;
}
.anchorNavi .navi li a .type__name{
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.anchorNavi .navi li a .type__name span{
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.anchorNavi .navi li a .icon__arrow{
  margin-top: 5px;
  line-height: 1;
}
.anchorNavi .navi li a .icon__arrow .ico__arrow__bottom01{
  width: 19px;
  height: 9px;
  vertical-align: bottom;
}
.anchorNavi .navi li a[href='#tape-type']{
  border-color: #fbd8d7;
}
.anchorNavi .navi li a[href='#tape-type'] .icon__type img{
  width: 25px;
}
.anchorNavi .navi li a[href='#tape-type'] .ico__arrow__bottom01{
  fill: #fbd8d7;
}
.anchorNavi .navi li a[href='#pantsu-type']{
  border-color: #c8e7e9;
}
.anchorNavi .navi li a[href='#pantsu-type'] .icon__type img{
  width: 25px;
}
.anchorNavi .navi li a[href='#pantsu-type'] .ico__arrow__bottom01{
  fill: #c8e7e9;
}
.anchorNavi .navi li a[href='#mamas-voice']{
  border-color: #aed7f3;
}
.anchorNavi .navi li a[href='#mamas-voice'] .icon__type img{
  width: 28px;
}
.anchorNavi .navi li a[href='#mamas-voice'] .ico__arrow__bottom01{
  fill: #aed7f3;
}
.sec__intro .intro__hl{
  padding: 20px;
  border: 2px solid #aed7f3;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.sec__intro .intro__body{
  padding: 20px;
  border: 2px solid #aed7f3;
  border-top-width: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.sec__intro .intro__body .note{
  margin-top: 5px;
}
.productPoint__wrap{
  margin-top: 85px;
}

.productPoint__body{
  position: relative;
  padding-top: 60px;
  border: none;
}
.productPoint__body::before{
  position: absolute;
  top: -45px;
  left: calc(50% - 45px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 90px;
  height: 90px;
  border: 2px solid #aed7f3;
  border-radius: 100%;
  background-color: #fff;
  color: #2990d0;
  content: 'さらに…';
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.sec__productType{
  z-index: 1;
  margin-top: 60px;
  padding-bottom: 60px;
}
.sec__productType::before{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 40px;
  background-color: #fff;
  content: '';
}
.sec__productType .type__title__wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;
  height: 100px;
  border: 2px solid;
  border-top-width: 4px;
  background-color: #fff;

  align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.sec__productType .type__title__wrap .icon__type{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 90px;
  border-right: 2px solid;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.sec__productType .type__title__wrap .type__title{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 0 15px;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.sec__productType .type__title__image{
  padding-top: 30px;
  padding-bottom: 32px;
  border: 2px solid #000;
  border-top: none;
  background-color: #fff;
  text-align: center;
}
.sec__productType .type__title__image figure{
  position: relative;
  margin: 0 auto;
  width: 171px;
}
.sec__productType .type__title__image figure small{
  position: absolute;
  bottom: -.1em;
  margin-left: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}
.sec__productType .type__title__image figure small span{
  display: none;
}
.sec__productType .type__block{
  margin-top: 20px;
}
.sec__productType .type__block .type__image{
  background-color: #fff;
  text-align: center;
}
.sec__productType .type__block .type__content .type__content__title{
  margin-top: 2px;
  padding: 22px;
  background-color: #fff;
}
.sec__productType .type__block .type__content .type__content__title img{
  width: 203px;
}
.sec__productType .type__block .type__content .type__detail{
  margin-top: 2px;
  padding: 0 22px;
  background-color: #fff;
}
.sec__productType .type__block .type__content .type__detail .detail__title{
  position: relative;
  padding: 12px 35px 12px 0;
  cursor: pointer;
}
.sec__productType .type__block .type__content .type__detail .detail__title img{
  width: auto;
  height: 33px;
}
.sec__productType .type__block .type__content .type__detail .detail__title span{
  display: block;
  margin: 4px 0 0 47px;
  color: #333;
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}
.sec__productType .type__block .type__content .type__detail .detail__title .tgl__type01{
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec__productType .type__block .type__content .type__detail .detail__body__block{
  padding-top: 30px;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block:first-of-type{
  border-top: 2px solid;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block:last-of-type{
  padding-bottom: 30px;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__title{
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__title::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background-color: #caba7f;
  content: '';
}
.sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__text{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__text p{
  margin-top: 1em;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__image{
  margin-top: 1em;
  text-align: center;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__image img{
  max-width: 350px;
}
.sec__productType .type__block1{
  position: relative;
  margin-top: 94px;
  padding: 83px 22px 22px;
  background-color: #fff;
}
.sec__productType .type__block1 .type__block__title{
  position: absolute;
  top: -48px;
  left: 50%;
  max-width: 251px;
  width: 83%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec__productType .type__block1 .block__contents:not(:first-of-type){
  margin-top: 40px;
}
.sec__productType .type__block1 .block__contents .block__contents__text .block__contents__text__title{
  padding-bottom: 14px;
  border-bottom: 2px solid #000;
}
.sec__productType .type__block1 .block__contents .block__contents__text .block__contents__text__title img{
  width: auto;
  height: 49px;
}
.sec__productType .type__block1 .block__contents .block__contents__text p{
  margin-top: 15px;
  line-height: 1.8125;
}
.sec__productType .type__block1 .block__contents .block__contents__text .item__note{
  margin-top: .5em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}
.sec__productType .type__block1 .block__contents .block__contents__image{
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  border: 2px solid #000;
  text-align: center;
}
.sec__productType .type__block1 .block__contents .block__contents__image::after{
  display: block;
  margin: 0 0 6px 7px;
  content: '※イメージ図';
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
.sec__productType .type__block2{
  position: relative;
  margin-top: 80px;
  padding: 73px 22px 22px;
  background-color: #fff;
}
.sec__productType .type__block2 .type__block__title{
  position: absolute;
  top: -35px;
  left: 50%;
  max-width: 335px;
  width: 97%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec__productType .type__block2 .block__contents .block__contents__text .block__contents__text__title{
  position: relative;
  padding-left: 19px;
  line-height: 1.7;
}
.sec__productType .type__block2 .block__contents .block__contents__text .block__contents__text__title::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: calc(100% - .1em);
  border-radius: 2px;
  background-color: #caba7f;
  content: '';
}
.sec__productType .type__block2 .block__contents .block__contents__text p{
  margin-top: 12px;
  line-height: 1.8125;
}
.sec__productType .type__block2 .block__contents .block__contents__text .block__fukidashi1{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 26px;
  height: 53px;
  border-radius: 999px;
  background-color: #caba7f;
  color: #fff;
  font-weight: 600;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.sec__productType .type__block2 .block__contents .block__contents__text .block__fukidashi1 span{
  margin-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
.sec__productType .type__block2 .block__contents .block__contents__text .block__fukidashi1 em{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
.sec__productType .type__block2 .block__contents .block__contents__text .block__fukidashi1::after{
  position: absolute;
  bottom: -20px;
  left: 50%;
  border: 10px solid transparent;
  border-top-color: #caba7f;
  content: '';
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec__productType .type__block2 .block__contents .block__contents__text .image__product{
  margin: 30px auto 18px;
}
.sec__productType .type__block2 .block__contents .block__contents__text .text__note{
  font-size: 12px;
  font-size: 1.2rem;
}
.sec__productType .type__block2 .block__contents .type__design__list{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;
  margin-top: 25px;
  margin-bottom: -8px;

  align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: flex-start;
}
.sec__productType .type__block2 .block__contents .type__design__list .type__design__list__item{
  margin: 0 8px 8px 0;
  border: 2px solid #000;
  text-align: center;

  flex-basis: calc(50% - 4px);
  -ms-flex-preferred-size: calc(50% - 4px);
}
.sec__productType .type__block2 .block__contents .type__design__list .type__design__list__item:nth-of-type(even){
  margin-right: 0;
}
.sec__productType .type__block2 .block__contents .type__design__list .type__design__list__item .item__image{
  border-bottom: 2px solid #000;
}
.sec__productType .type__block2 .block__contents .type__design__list .type__design__list__item .item__name{
  padding: 8px 4px;
}
.sec__productType .type__block2 .block__contents .type__design__list .type__design__list__item .item__name span{
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}
.sec__productType .type__block2 .block__contents .type__design__list .type__design__list__item .item__name em{
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.sec__productType .type__block3{
  position: relative;
  margin-top: 82px;
  padding: 95px 22px 22px;
  background-color: #fff;
}
.sec__productType .type__block3 .type__block__title{
  position: absolute;
  top: -62px;
  left: 50%;
  width: 262px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec__productType .type__block3 .block__contents:not(:first-of-type){
  margin-top: 20px;
}
.sec__productType .type__block3 .block__contents .block__contents__title{
  padding: 16px 10px;
  background-color: #caba7f;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
.sec__productType .type__block3 .block__contents .block__contents__item:not(:first-of-type){
  margin-top: 20px;
}
.sec__productType .type__block3 .block__contents .block__contents__item figure{
  text-align: center;
}
.sec__productType .type__block3 .block__contents .block__contents__item figure img{
  width: 96%;
}
.sec__productType .type__block3 .block__contents p{
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}
.sec__productType .type__block3 .block__contents ul{
  margin-top: 10px;
}
.sec__productType .type__block3 .block__contents ul li{
  position: relative;
  margin-top: 8px;
  padding-left: 1.4em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}
.sec__productType .type__block3 .block__contents ul li::before{
  position: absolute;
  left: 0;
  content: '●';
}
.sec__productType__tape{
  background-color: #fbd8d7;
}
.sec__productType__tape .type__title__wrap{
  border-color: #fbd8d7;
}
.sec__productType__tape .type__title__wrap .icon__type{
  border-right-color: #fbd8d7;
}
.sec__productType__tape .type__title__wrap .icon__type img{
  width: 40px;
}
.sec__productType__tape .type__title__image{
  border-color: #fbd8d7;
}
.sec__productType__tape .type__block .type__image{
  padding: 35px 0;
}
.sec__productType__tape .type__block .type__image img{
  width: 165px;
}
.sec__productType__tape .type__block .type__content .type__detail .detail__body__block:first-of-type{
  border-top-color: #fbd8d7;
}
.sec__productType__tape .type__block1 .block__contents .block__contents__text .block__contents__text__title{
  border-color: #fbd8d7;
}
.sec__productType__tape .type__block1 .block__contents .block__contents__image{
  border-color: #fbd8d7;
}
.sec__productType__tape .type__block1 .block__contents .block__contents__image.block__contents__image__1 figure{
  margin-top: 10px;
  margin-bottom: -11px;
}
.sec__productType__tape .type__block1 .block__contents .block__contents__image.block__contents__image__1 figure img{
  margin-left: 10%;
  width: 88%;
}
.sec__productType__tape .type__block1 .block__contents .block__contents__image.block__contents__image__2 figure{
  margin-top: 8px;
  margin-bottom: -14px;
}
.sec__productType__tape .type__block1 .block__contents .block__contents__image.block__contents__image__2 figure img{
  margin-left: 10%;
  width: 85%;
}
.sec__productType__tape .type__block2 .block__contents .block__contents__text .image__product{
  width: 98%;
}
.sec__productType__tape .type__block2 .block__contents .type__design__list .type__design__list__item{
  border-color: #fbd8d7;
}
.sec__productType__tape .type__block2 .block__contents .type__design__list .type__design__list__item .item__image{
  border-color: #fbd8d7;
}
.sec__productType__tape .productPoint__body::before{
  border-color: #fbd8d7;
}
.sec__productType__pantsu{
  background-color: #c8e7e9;
}
.sec__productType__pantsu .type__title__wrap{
  border-color: #c8e7e9;
}
.sec__productType__pantsu .type__title__wrap .icon__type{
  border-right-color: #c8e7e9;
}
.sec__productType__pantsu .type__title__wrap .icon__type img{
  width: 40px;
}
.sec__productType__pantsu .type__title__image{
  padding-top: 38px;
  padding-bottom: 40px;
  border-color: #c8e7e9;
}
.sec__productType__pantsu .type__title__image figure{
  width: 132px;
}
.sec__productType__pantsu .type__block1 .block__contents .block__contents__text .block__contents__text__title{
  border-color: #c8e7e9;
}
.sec__productType__pantsu .type__block1 .block__contents .block__contents__image{
  border-color: #c8e7e9;
}
.sec__productType__pantsu .type__block1 .block__contents .block__contents__image.block__contents__image__1 figure{
  margin-bottom: -11px;
}
.sec__productType__pantsu .type__block1 .block__contents .block__contents__image.block__contents__image__1 figure img{
  margin-left: 8%;
  width: 80%;
}
.sec__productType__pantsu .type__block1 .block__contents .block__contents__image.block__contents__image__2 figure{
  margin-top: 8px;
  margin-bottom: -20px;
}
.sec__productType__pantsu .type__block1 .block__contents .block__contents__image.block__contents__image__2 figure img{
  margin-left: 8%;
  width: 82%;
}
.sec__productType__pantsu .type__block2 .block__contents .block__contents__text .image__product{
  width: 87%;
}
.sec__productType__pantsu .type__block2 .block__contents .type__design__list .type__design__list__item{
  border-color: #c8e7e9;
}
.sec__productType__pantsu .type__block2 .block__contents .type__design__list .type__design__list__item .item__image{
  border-color: #c8e7e9;
}
.sec__productType__pantsu .type__block3 .block__contents:not(:first-of-type){
  margin-top: 35px;
}
.sec__productType__pantsu .type__block .type__image{
  padding: 20px 0;
}
.sec__productType__pantsu .type__block .type__image img{
  width: 120px;
}
.sec__productType__pantsu .type__block .type__content .type__detail .detail__body__block:first-of-type{
  border-top-color: #c8e7e9;
}
.sec__productType__pantsu .productPoint__body::before{
  border-color: #c8e7e9;
}
.sec__productType__voice{
  background-color: #aed7f3;
}
.sec__productType__voice .type__title__wrap{
  border-color: #aed7f3;
}
.sec__productType__voice .type__title__wrap .icon__type{
  border-right-color: #aed7f3;
}
.sec__productType__voice .type__title__wrap .icon__type img{
  width: 40px;
}
.sec__productType__voice .voice__intro{
  padding: 20px;
  border-right: 2px solid #aed7f3;
  border-left: 2px solid #aed7f3;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec__productType__voice .voice__body{
  margin-top: 2px;
  border-right: 2px solid #aed7f3;
  border-left: 2px solid #aed7f3;
  background-color: #fff;
}
.sec__productType__voice .voice__body .voice__item{
  padding: 30px 20px 10px;
}
.sec__productType__voice .voice__body .voice__item:last-of-type{
  padding-bottom: 20px;
}
.sec__productType__voice .voice__body .voice__item .item__title{
  padding: 10px;
  border: 2px solid #aed7f3;
  color: #aed7f3;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.sec__productType__voice .voice__body .voice__item .item__image{
  margin-top: 15px;
  text-align: center;
}
.sec__productType__voice .voice__body .voice__item .item__image img{
  max-width: 400px;
}
.sec__productType__voice .voice__body .voice__item .list__type__circle{
  margin-top: 15px;
}
.sec__productType__voice .voice__note{
  padding: 20px;
  border-right: 2px solid #aed7f3;
  border-left: 2px solid #aed7f3;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}
.sec__productType__voice .voice__note p:first-of-type{
  padding-top: 20px;
  border-top: 1px solid #aed7f3;
}
.sec__lineUp{
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #aed7f3;
}
.sec__lineUp .lineUp__title{
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 30px;
  background-color: #1d2088;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
.sec__lineUp .lineUp__list .list__item{
  padding: 10px 20px 20px;
  border: 2px solid #aed7f3;
  background-color: #fff;
  text-align: center;
}
.sec__lineUp .lineUp__list .list__item:not(:first-of-type){
  border-top-width: 0;
}
.sec__lineUp .lineUp__list .list__item .item__image{
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #aed7f3;
}
.sec__lineUp .lineUp__list .list__item .item__image img{
  width: 210px;
}
.sec__lineUp .lineUp__list .list__item .img__copy{
  margin-top: -2px;
}
.sec__lineUp .lineUp__list .list__item .item__text .item__name{
  margin-top: 15px;
  text-align: left;
  font-weight: 600;
  line-height: 1.7;
}
.sec__lineUp .lineUp__list .list__item .item__text .item__note{
  margin-top: 5px;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.sec__lineUp .lineUp__list .list__item .item__illust__image{
  margin-top: 28px;
}
.sec__lineUp .lineUp__list .list__item .item__illust__image .illust__num{
  padding: 5px;
  border: 1px solid #aed7f3;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
}
.sec__lineUp .lineUp__list .list__item .item__illust__image .illust__image{
  margin-top: 13px;
}
.sec__lineUp .lineUp__list .list__item .item__illust__image .illust__image img{
  max-width: 350px;
  width: 100%;
}
.sec__lineUp .lineUp__list .list__item .btn__cart{
  display: none;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.sec__ecLinks{
  text-align: center;
}
.sec__ecLinks .ecLinks__heading{
  margin-bottom: 25px;
  color: gray;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
.sec__ecLinks .ecLinks__heading__symbol{
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
  background-image: url(../img/brand_symbol_01.png);
  background-size: cover;
}
.sec__ecLinks .ecLinks .ecLinks__items .ecLinks__item:not(:first-of-type){
  margin-top: 10px;
}
.sec__ecLinks .ecLinks .ecLinks__items .ecLinks__item a{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 10px 0;
  min-height: 50px;
  border: 1px #dadfe4 solid;
  border-radius: 5px;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.sec__ecLinks .ecLinks .ecLinks__items .ecLinks__item a img[src*='logo_button_elleairec.png']{
  width: 233px;
}
.sec__ecLinks .ecLinks .ecLinks__items .ecLinks__item a img[src*='logo_button_amazon.png']{
  width: 97px;
}
.sec__ecLinks .ecLinks .ecLinks__items .ecLinks__item a img[src*='logo_button_lohaco.png']{
  width: 125.5px;
}
.sec__ecLinks .ecLinks .ecLinks__items .ecLinks__item a img[src*='logo_button_netBabyWorld.png']{
  width: 175px;
}
.sec__bannerLinks{
  margin-top: 40px;
  text-align: center;
}
.sec__bannerLinks .banner__link{
  display: inline-block;
}
.sec__bannerLinks .banner__link img{
  max-width: 350px;
}
@media only screen and (min-width: 701px){
  .bg__lattice,
  .sec__lineUp,
  .sec__intro .intro__hl,
  .keyVisual{
    background-image: url(../../nandarou-common/img/bg-lattice-pc.png);
    background-size: 23px 23px;
  }
  .noPC{
    display: none;
  }
  .noSP{
    display: inline;
  }
  .el-section.el-section--brandWrap img{
    width: 100%;
    height: auto;
  }
  .note{
    margin-top: 2em;
    line-height: 1.75;
  }
  .main__contents{
    padding-bottom: 80px;
  }
  .sec__full{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .sec .inner{
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    max-width: calc(1000px + 60px);
    width: 100%;
  }
  .productPoint__body{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 25px !important;
    padding-right: 30px;
    padding-left: 30px;
    max-width: calc(1040px + 60px);
    width: 100%;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .productPoint__body .pointItem{
    margin: 0 2.3%;

    flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
  }
  .productPoint__body .pointItem:not(:first-of-type){
    margin-top: 0;
  }
  .tgl__type01{
    width: 30px;
    height: 30px;
    border: 3px solid #caba7f;
    border-radius: 100%;
  }
  .tgl__type01::before,
  .tgl__type01::after{
    width: 60%;
    height: 3px;
  }
  .keyVisual__inner{
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    max-width: calc(1000px + 60px);
    width: 100%;
  }
  .keyVisual__inner .brandProduct__wrapper{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    width: 100%;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .keyVisual__inner .brandProduct__wrapper .keyVisual__image{
    width: auto;

    flex-basis: 72.2%;
    -ms-flex-preferred-size: 72.2%;
  }
  .keyVisual__inner .brandProduct__wrapper .keyVisual__image::before{
    width: calc(100% - 60px);
    border-width: 6px;
  }
  .keyVisual__inner .brandProduct__wrapper .keyVisual__image img{
    width: calc(100% - 60px);
    border-width: 6px;
  }
  .keyVisual__inner .brandProduct__wrapper .brandProduct__header__body{
    flex-basis: 27.8%;
    -ms-flex-preferred-size: 27.8%;
  }
  .keyVisual__inner .brandProduct__wrapper .brandProduct__header__body .keyVisual__brandLogo{
    margin: 25px auto 0;
    width: 100%;
  }
  .keyVisual__inner .brandProduct__wrapper .brandProduct__header__body .brandProduct__header__body__item{
    margin: 0;
    width: 100%;
  }
  .keyVisual__inner .brandProduct__wrapper .brandProduct__header__body .brandProduct__header__body__item .item:first-of-type{
    flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
  }
  .keyVisual__inner .brandProduct__wrapper .brandProduct__header__body .brandProduct__header__body__item .item:first-of-type img{
    width: calc(100% - 25px);
  }
  .keyVisual__inner .brandProduct__wrapper .brandProduct__header__body .brandProduct__header__body__item .item:last-of-type{
    flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
  }
  .keyVisual__inner .brandProduct__wrapper .brandProduct__header__body .item__copy{
    margin-top: 5px;
  }
  .anchorNavi .navi{
    margin: 80px 0;
  }
  .anchorNavi .navi li{
    margin: 0 14px;
    max-width: 254px;
  }
  .anchorNavi .navi li a{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: 25px 20px 20px;
    text-align: left;

    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
  }
  .anchorNavi .navi li a .icon__type{
    margin-right: 30px;
  }
  .anchorNavi .navi li a .type__name{
    margin-top: 0;
    font-size: 1.8rem;
  }
  .anchorNavi .navi li a .type__name br{
    display: none;
  }
  .anchorNavi .navi li a .type__name span{
    font-size: 1.5rem;
  }
  .anchorNavi .navi li a .icon__arrow{
    margin-top: 18px;
    text-align: center;

    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .anchorNavi .navi li a .icon__arrow .ico__arrow__bottom01{
    width: 28px;
    height: 12px;
  }
  .anchorNavi .navi li a[href='#tape-type'] .icon__type img{
    width: 38px;
  }
  .anchorNavi .navi li a[href='#pantsu-type'] .icon__type img{
    width: 38px;
  }
  .anchorNavi .navi li a[href='#mamas-voice'] .icon__type img{
    width: 41px;
  }
  .anchorNavi .navi li a:hover,
  .anchorNavi .navi li a:active{
    opacity: .7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  }
  .sec__intro .intro__hl{
    padding: 40px 45px;
    font-size: 2.5rem;
  }
  .sec__intro .intro__body{
    padding: 45px;
  }
  .sec__intro .intro__body .note{
    margin-top: 10px;
  }
  .productPoint__wrap{
    margin-top: 105px;
  }
  .productPoint__body{
    padding-top: 85px !important;
  }
  .sec__productType{
    margin-top: 100px;
    padding-bottom: 100px;
  }
  .sec__productType::before{
    height: 44px;
  }
  .sec__productType .type__title__wrap{
    height: 125px;
  }
  .sec__productType .type__title__wrap .icon__type{
    padding: 0;
    width: 110px;
  }
  .sec__productType .type__title__wrap .type__title{
    padding: 0 25px;
    letter-spacing: 0;
    font-size: 2.5rem;
    line-height: 1.6;
  }
  .sec__productType .type__title__image{
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .sec__productType .type__title__image figure{
    max-width: 881px;
    width: 88.1%;
  }
  .sec__productType .type__title__image figure small{
    position: relative;
    bottom: 0;
    display: block;
    margin-top: 10px;
    margin-left: 0;
    text-align: left;
  }
  .sec__productType .type__title__image figure small span{
    display: inline-block;
    margin-left: 20px;
  }
  .sec__productType .type__block{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: start;

    align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .sec__productType .type__block .type__image{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 390px;

    align-items: center;
    flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: center;
  }
  .sec__productType .type__block .type__content{
    margin-left: 2px;

    flex-basis: 68%;
    -ms-flex-preferred-size: 68%;
  }
  .sec__productType .type__block .type__content .type__content__title{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    margin-top: 0;
    padding: 0 40px;
    height: 120px;

    align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .sec__productType .type__block .type__content .type__content__title img{
    width: 253px;
  }
  .sec__productType .type__block .type__content .type__detail{
    padding: 0 45px 0 40px;
  }
  .sec__productType .type__block .type__content .type__detail .detail__title{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    padding: 0 55px 0 0;
    height: 88px;

    align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .sec__productType .type__block .type__content .type__detail .detail__title img{
    height: 41px;
  }
  .sec__productType .type__block .type__content .type__detail .detail__title span{
    margin: 20px 0 0 15px;
    font-size: 1.2rem;
  }
  .sec__productType .type__block .type__content .type__detail .detail__body__block{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    padding-top: 40px;

    align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec__productType .type__block .type__content .type__detail .detail__body__block:last-of-type{
    padding-bottom: 40px;
  }
  .sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__title{
    padding: .8em 0 .8em 25px;
    font-size: 2rem;

    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
  .sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__text{
    -ms-flex: 1 1 51%;
        flex: 1 1 51%;
  }
  .sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__text p{
    margin-top: 20px;
  }
  .sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__image{
    margin-top: 20px;
    padding-left: 23px;

    flex-basis: calc(49% - 23px);
    -ms-flex-preferred-size: calc(49% - 23px);
  }
  .sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__image img{
    max-width: unset;
  }
  .sec__productType .type__block1{
    margin-top: 100px;
    padding: 106px 47px 47px;
  }
  .sec__productType .type__block1 .type__block__title{
    top: -61px;
    max-width: none;
    width: 334px;
  }
  .sec__productType .type__block1 .block__contents{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .sec__productType .type__block1 .block__contents .block__contents__text{
    flex-basis: 46%;
    -ms-flex-preferred-size: 46%;
  }
  .sec__productType .type__block1 .block__contents .block__contents__text .block__contents__text__title{
    padding-bottom: 13px;
  }
  .sec__productType .type__block1 .block__contents .block__contents__text .block__contents__text__title img{
    height: 50px;
  }
  .sec__productType .type__block1 .block__contents .block__contents__image{
    margin-top: 0;

    flex-basis: 49.5%;
    -ms-flex-preferred-size: 49.5%;
  }
  .sec__productType .type__block1 .block__contents .block__contents__image::after{
    margin: 0 0 10px 12px;
  }
  .sec__productType .type__block2{
    margin-top: 80px;
    padding: 120px 47px 47px;
  }
  .sec__productType .type__block2 .type__block__title{
    top: -50px;
    max-width: none;
    width: 553px;
  }
  .sec__productType .type__block2 .block__contents{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .sec__productType .type__block2 .block__contents .block__contents__text{
    flex-basis: 46%;
    -ms-flex-preferred-size: 46%;
  }
  .sec__productType .type__block2 .block__contents .block__contents__text .block__contents__text__title{
    padding-left: 25px;
    font-size: 2rem;
  }
  .sec__productType .type__block2 .block__contents .block__contents__text .block__contents__text__title::before{
    top: .15em;
    height: calc(100% - .25em);
  }
  .sec__productType .type__block2 .block__contents .block__contents__text p{
    margin-top: 25px;
  }
  .sec__productType .type__block2 .block__contents .block__contents__text .block__fukidashi1{
    margin-top: 50px;
  }
  .sec__productType .type__block2 .block__contents .block__contents__text .image__product{
    width: 85%;
  }
  .sec__productType .type__block2 .block__contents .type__design__list{
    margin-top: 0;
    margin-bottom: -10px;

    flex-basis: 49.5%;
    -ms-flex-preferred-size: 49.5%;
  }
  .sec__productType .type__block2 .block__contents .type__design__list .type__design__list__item{
    margin: 0 10px 10px 0;
    width: calc(50% - 5px);

    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .sec__productType .type__block2 .block__contents .type__design__list .type__design__list__item .item__name{
    padding: 10px 4px;
  }
  .sec__productType .type__block2 .block__contents .type__design__list .type__design__list__item .item__name span{
    font-size: 1.4rem;
  }
  .sec__productType .type__block2 .block__contents .type__design__list .type__design__list__item .item__name em{
    font-size: 1.8rem;
  }
  .sec__productType .type__block3{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin-top: 85px;
    padding: 145px 47px 47px;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .sec__productType .type__block3 .type__block__title{
    top: -68px;
    width: 348px;
  }
  .sec__productType .type__block3 .block__contents{
    flex-basis: 30.7%;
    -ms-flex-preferred-size: 30.7%;
  }
  .sec__productType .type__block3 .block__contents:not(:first-of-type){
    margin-top: 0;
  }
  .sec__productType .type__block3 .block__contents .block__contents__item:not(:first-of-type){
    margin-top: 35px;
  }
  .sec__productType .type__block3 .block__contents .block__contents__item figure img{
    width: 100%;
  }
  .sec__productType .type__block3 .block__contents p{
    margin-top: 18px;
  }
  .sec__productType .type__block3 .block__contents ul{
    margin-top: 18px;
  }
  .sec__productType .type__block3 .block__contents ul li{
    padding-left: 1.4em;
  }
  .sec__productType__tape .type__title__wrap .icon__type img{
    width: 50px;
  }
  .sec__productType__tape .type__block .type__image{
    padding: 0;
  }
  .sec__productType__tape .type__block1 .block__contents .block__contents__image.block__contents__image__1 figure{
    margin-top: 5px;
    margin-bottom: -21px;
  }
  .sec__productType__tape .type__block1 .block__contents .block__contents__image.block__contents__image__1 figure img{
    width: 74%;
  }
  .sec__productType__tape .type__block1 .block__contents .block__contents__image.block__contents__image__2 figure{
    margin-top: 0;
    margin-bottom: -27px;
  }
  .sec__productType__tape .type__block1 .block__contents .block__contents__image.block__contents__image__2 figure img{
    margin-left: 10%;
    width: 70%;
  }
  .sec__productType__pantsu .type__title__wrap .icon__type img{
    width: 50px;
  }
  .sec__productType__pantsu .type__title__image{
    padding-top: 32px;
    padding-bottom: 42px;
  }
  .sec__productType__pantsu .type__title__image figure{
    max-width: 511px;
    width: 134px;
    width: 60%;
  }
  .sec__productType__pantsu .type__block3 .block__contents:nth-of-type(2) .block__contents__title+ .block__contents__item{
    margin-top: 9px;
  }
  .sec__productType__pantsu .type__block3 .block__contents p,
  .sec__productType__pantsu .type__block3 .block__contents ul{
    margin-top: 10px;
  }
  .sec__productType__pantsu .type__block .type__image{
    padding: 0;
  }
  .sec__productType__voice .type__title__wrap .icon__type img{
    width: 54px;
  }
  .sec__productType__voice .voice__intro{
    padding: 50px 55px;
    line-height: 1.8;
  }
  .sec__productType__voice .voice__body{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;
    padding: 55px 55px 20px;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .sec__productType__voice .voice__body .voice__item{
    margin-right: 46px;
    padding: 0;

    flex-basis: calc(33.333% - 23px);
    -ms-flex-preferred-size: calc(33.333% - 23px);
  }
  .sec__productType__voice .voice__body .voice__item:last-of-type{
    margin-right: 0;
    padding-bottom: 0;
  }
  .sec__productType__voice .voice__body .voice__item .item__title{
    padding: 15px 10px;
  }
  .sec__productType__voice .voice__body .voice__item .item__image img{
    max-width: unset;
  }
  .sec__productType__voice .voice__body .voice__item .list__type__circle{
    margin-top: 18px;
  }
  .sec__productType__voice .voice__note{
    padding: 30px 55px;
  }
  .sec__productType__voice .voice__note p:first-of-type{
    padding-top: 30px;
  }
  .sec__lineUp{
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .sec__lineUp .lineUp__title{
    margin-bottom: 40px;
    padding: 12px 30px;
    font-size: 2.5rem;
  }
  .sec__lineUp .lineUp__list .list__item{
    padding: 32px 0;
  }
  .sec__lineUp .lineUp__list .list__item a{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: stretch;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: center;
  }
  .sec__lineUp .lineUp__list .list__item .item__image{
    -ms-flex-order: 1;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;

    flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    order: 1;
  }
  .sec__lineUp .lineUp__list .list__item .item__text{
    -ms-flex-order: 3;
    padding: 23px 20px 0 40px;
    border-left: 1px solid #aed7f3;

    flex-basis: 38%;
    -ms-flex-preferred-size: 38%;
    order: 3;
  }
  .sec__lineUp .lineUp__list .list__item .item__text .item__name{
    margin-top: 0;
    font-size: 2rem;
  }
  .sec__lineUp .lineUp__list .list__item .item__text .item__note{
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .sec__lineUp .lineUp__list .list__item .item__illust__image{
    -ms-flex-order: 2;
    margin-top: 0;
    padding: 15px 40px 15px 10px;
    padding-right: 40px;
    padding-left: 10px;

    flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    order: 2;
  }
  .sec__lineUp .lineUp__list .list__item .item__illust__image .illust__num{
    padding: 1px 5px;
    width: 270px;
    font-size: 1.4rem;
  }
  .sec__lineUp .lineUp__list .list__item .item__illust__image .illust__image{
    width: 270px;
  }
  .sec__lineUp .lineUp__list .list__item .btn__cart{
    margin-top: 25px;
    max-width: unset;
  }
  .sec__ecLinks .ecLinks{
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    max-width: calc(720px + 60px);
    width: 100%;
  }
  .sec__ecLinks .ecLinks .ecLinks__items{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;

    align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec__ecLinks .ecLinks .ecLinks__items .ecLinks__item{
    margin-bottom: 10px;
    max-width: 100%;

    flex-basis: calc(50% - 15px);
    -ms-flex-preferred-size: calc(50% - 15px);
  }
  .sec__ecLinks .ecLinks .ecLinks__items .ecLinks__item:not(:first-of-type){
    margin-top: 0;
  }
  .sec__ecLinks .ecLinks .ecLinks__items .ecLinks__item a{
    min-height: 65px;
    height: 65px;
  }
  .sec__bannerLinks .banner__link img{
    max-width: 722px;
  }
}
@media only screen and (min-width: 1000px){
  .keyVisual{
    margin: 0;
    padding: 65px 0;
    border-width: 4px;
  }
  .keyVisual{
    margin: 0;
    padding: 66px 0;
  }
}
