@charset 'UTF-8';
.bg__lattice,
.contents__links,
.productPoint__header,
.keyVisual,
.hl01{
  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;
}

/* ----------------------------------------------------------------
  見出し
---------------------------------------------------------------- */
.hl01{
  padding: 43px 25px;
  border: 2px solid #aed7f3;
  border-top-width: 1px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.hl02{
  position: relative;
  margin-bottom: 18px;
  padding-left: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.hl02:not(:first-child){
  margin-top: 35px;
}
.hl02::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background-color: #caba7f;
  content: '';
}
/* ----------------------------------------------------------------
  ボタン
---------------------------------------------------------------- */
.btn__wrap{
  text-align: center;
}

.el-buttonA{
  background-color: #1d2088;
}

/* ----------------------------------------------------------------
  sec body 内
---------------------------------------------------------------- */
.doctor__data{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
}
.doctor__data .item__img{
  -ms-flex: 0 0 104px;
      flex: 0 0 104px;
}
.doctor__data .item__data{
  flex-basis: calc(100% - 124px);
  -ms-flex-preferred-size: calc(100% - 124px);
}
.doctor__data .item__data div:first-child{
  margin-bottom: 6px;
}
.doctor__data .item__data .doctor__meta{
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.doctor__data .item__data .doctor__name{
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.doctor__data .item__data .doctor__name span{
  position: relative;
  left: -.6em;
  display: block;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}
.data__title01{
  margin-top: 40px;
  padding: 9px 10px;
  border: 2px solid #e98195;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}

.otherDoctor{
  margin-top: 20px;
}
.otherDoctor .item__img{
  margin-bottom: 12px;
}
.otherDoctor .item__img img{
  width: auto;
  height: 60px;
}
/* ----------------------------------------------------------------
  その他
---------------------------------------------------------------- */
.no__pc{
  display: inherit;
}

.no__sp{
  display: none;
}
.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;
}
.keyVisual .keyVisual__body h1 img{
  max-width: 690px;
}
/* ----------------------------------------------------------------
  section
---------------------------------------------------------------- */
.sec{
  position: relative;
}
.sec__full{
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
}
.sec__type01{
  margin-top: 50px;
}
.sec__type01 .sec__body{
  padding: 25px;
  border: 2px solid #aed7f3;
  border-top-width: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.sec__body__column .column:not(:first-of-type){
  margin-top: 20px;
}
/* ----------------------------------------------------------------
  block
---------------------------------------------------------------- */
.block__column .column{
  margin-top: 18px;
}
/* ----------------------------------------------------------------
  link to new product
---------------------------------------------------------------- */
.productPoint__header{
  position: relative;
  padding: 100px 0;
  border-top: 1px solid #aed7f3;
  border-bottom: 2px solid #aed7f3;
}
.productPoint__header .productPoint__title{
  position: relative;
  margin: 0 auto;
  width: 70%;
}
.productPoint__header .productPoint__title .headerTitle__new{
  width: 80px;
}
.productPoint__header .productPoint__title .headerTitle__logo{
  margin-top: 8px;
}
.productPoint__header .productPoint__title .headerTitle__txt{
  margin-top: 20px;
}
.productPoint__header .pointHeader__body .pointHeader__body__item{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: end;
  margin: 15px auto 0;
  width: 72%;

  align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: space-between;
}
.productPoint__header .pointHeader__body .pointHeader__body__item .item .item__img{
  text-align: center;
}
.productPoint__header .pointHeader__body .pointHeader__body__item .item .item__btn{
  margin-top: 10px;
}
.productPoint__header .pointHeader__body .pointHeader__body__item .item:last-of-type{
  margin-left: 10px;
}
.productPoint__header .pointHeader__body .pointHeader__body__item .item:last-of-type .item__img img{
  width: 85%;
}
.productPoint__header .pointHeader__body .item__copy{
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}
.productPoint__header .btn__wrap{
  margin: 35px auto 0;
  width: 72%;
}
.link__newGoon{
  position: relative;
  z-index: 1;
  margin-top: 50px;
  margin-right: -15px;
  margin-left: -15px;
}
.link__newGoon__01::before{
  position: absolute;
  top: -45px;
  left: calc(50% - 45px);
  z-index: 2;
  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;
}
.link__newGoon__02{
  border-top: 2px solid #aed7f3;
}
.link__newGoon__02 .productPoint__header{
  border-top: none !important;
}
.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__title{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  padding-left: 68px;
  height: 59px;
  border-bottom: 2px solid #aed7f3;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.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: 0;
  left: 0;
  width: 59px;
  height: 59px;
  border-right: 2px solid #aed7f3;
  border-bottom: 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);
}
/* ----------------------------------------------------------------
  contents links
---------------------------------------------------------------- */
.contents__links{
  margin-right: -15px;
  margin-left: -15px;
  padding: 70px 15px;
  border-top: 2px solid #aed7f3;
}
.links__block:not(:first-of-type){
  margin-top: 80px;
}
.links__block .links__block__title{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  padding-left: 105px;
  height: 100px;
  border: 2px solid #aed7f3;
  border-top-width: 4px;
  background-color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.links__block .links__block__title__column{
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  height: 120px;

  align-items: flex-start;
  justify-content: center;
}
.links__block .links__block__title .title__small{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.links__block .links__block__title::before{
  position: absolute;
  top: 0;
  left: -2px;
  width: 90px;
  height: 100%;
  border-right: 2px solid #aed7f3;
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
}
.links__block .links__area{
  padding: 30px 25px;
  border: 2px solid #aed7f3;
  border-top-width: 0;
  background-color: #fff;
}
.links__block .links__area .links__item{
  display: block;
  border: 2px solid #aed7f3;
}
.links__block .links__area .links__item:not(:first-of-type){
  margin-top: 20px;
}
.links__block .links__area .links__item:hover,
.links__block .links__area .links__item:active{
  text-decoration: none;
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
.links__block .links__area div.links__item:hover,
.links__block .links__area div.links__item:active{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.links__block__movie .links__block__title::before{
  background-image: url(../../nandarou-common/img/ico-links-movie.svg);
  background-size: 50px;
}
.links__block__movie .links__area{
  padding-bottom: 25px;
}
.links__block__movie .links__area .links__item{
  border: none;
}
.links__block__movie .links__area .links__item+ .links__movie{
  margin-top: 20px;
}
.links__block__movie .links__area .links__item .movie__wrap{
  position: relative;
  overflow: hidden;
  padding-top: 56.234%;
  height: 0;
}
.links__block__movie .links__area .links__item .movie__wrap iframe{
  position: absolute;
  top: 2px;
  left: 0;
}
.links__block__movie .links__area .links__item .movie__caption{
  margin-top: 5px;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.links__block__movie .links__area .links__item__comingsoon .movie__wrap img{
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #aed7f3;
}
.links__block__special .links__block__title::before{
  background-image: url(../../nandarou-common/img/ico-links-special.svg);
  background-size: 41px;
}
.links__block__special .links__area{
  padding-bottom: 25px;
}
.links__block__special .links__area .links__item{
  border: none;
}
.links__block__special .links__area .links__item+ .links__movie{
  margin-top: 20px;
}
.links__block__special .links__area .links__item .movie__wrap{
  position: relative;
  overflow: hidden;
  padding-top: 56.234%;
  height: 0;
}
.links__block__special .links__area .links__item .movie__wrap iframe,
.links__block__special .links__area .links__item .movie__wrap img{
  position: absolute;
  top: 2px;
  left: 0;
}
.links__block__special .links__area .links__item .movie__caption{
  margin-top: 5px;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.links__block__special .links__area .links__item__comingsoon .movie__wrap img{
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #aed7f3;
}
.links__block__useful .links__block__title::before{
  background-image: url(../../nandarou-common/img/ico-links-useful.svg);
  background-size: 31px;
}
.links__block__useful .links__area .btn__wrap{
  margin-top: 30px;
}
.links__block__sns .links__block__title::before{
  background-image: url(../../nandarou-common/img/ico-links-sns.svg);
  background-position: calc(50% + 5px) center;
  background-size: 42px;
}
.links__block__sns .links__area .links__item .item__head{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;
  border-bottom: 2px solid #aed7f3;

  align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.links__block__sns .links__area .links__item .item__head .img__sns__logo{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  border-right: 2px solid #aed7f3;

  align-items: center;
  -ms-flex: 0 0 90px;
      flex: 0 0 90px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.links__block__sns .links__area .links__item .item__head .img__sns__logo img{
  width: 48px;
}
.links__block__sns .links__area .links__item .item__head .img__goon__logo{
  padding: 15px 20px;
  text-align: center;

  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.links__block__sns .links__area .links__item .item__head .img__goon__logo img{
  max-width: 150px;
}
.links__block__sns .links__area .links__item .item__body{
  position: relative;
  padding: 20px;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.links__block__sns .links__area .links__item .item__body span{
  font-size: 12px;
  font-size: 1.2rem;
}
.links__block__sns .links__area .links__item .item__body::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: '';
}
@media only screen and (min-width: 701px){
  .bg__lattice,
  .contents__links,
  .productPoint__header,
  .keyVisual,
  .hl01{
    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;
  }
  .hl01{
    padding: 46px 55px;
    font-size: 2.5rem;
  }
  .hl02{
    margin-bottom: 20px;
    padding: .8em 0 .8em 25px;
    font-size: 2rem;
  }
  .hl02:not(:first-child){
    margin-top: 40px;
  }
  .doctor__data .item__data .note{
    display: block;
    margin-top: 14px;
  }
  .data__title01{
    margin-top: 0;
  }
  .otherDoctor{
    margin-top: 35px;
  }
  .otherDoctor .item__img{
    margin-bottom: 20px;
  }
  .otherDoctor .item__img img{
    width: auto;
    height: 75px;
  }
  .no__pc{
    display: none;
  }
  .no__sp{
    display: inherit;
  }
  .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%;
  }
  .sec__type01{
    margin-top: 60px;
  }
  .sec__type01:first-of-type{
    margin-top: 80px;
  }
  .sec__type01 .sec__body{
    padding: 55px;
  }
  .sec__body__column{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .sec__body__column .column:not(:first-of-type){
    margin-top: 0;
  }
  .sec__body__column .column__02{
    padding-left: 50px;
  }
  .block__column{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;
    margin-top: 20px;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .block__column .column{
    margin-top: 0;
  }
  .block__column .column__01{
    flex-basis: 67%;
    -ms-flex-preferred-size: 67%;
  }
  .block__column .column__02{
    padding-left: 40px;

    flex-basis: calc(43% + 40px);
    -ms-flex-preferred-size: calc(43% + 40px);
  }
  .productPoint__header{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: end;
    padding: 55px 0 60px;

    align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
  }
  .productPoint__header .productPoint__title{
    margin: 0 70px 0 0;

    flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
  }
  .productPoint__header .productPoint__title .headerTitle__new{
    width: 94px;
  }
  .productPoint__header .productPoint__title .headerTitle__logo{
    margin-top: 5px;
  }
  .productPoint__header .productPoint__title .headerTitle__txt{
    margin-top: 25px;
  }
  .productPoint__header .pointHeader__body{
    flex-basis: 336px;
    -ms-flex-preferred-size: 336px;
  }
  .productPoint__header .pointHeader__body .pointHeader__body__item{
    margin: 0;
    width: 100%;
  }
  .productPoint__header .pointHeader__body .pointHeader__body__item .item{
    flex-basis: 163px;
    -ms-flex-preferred-size: 163px;
  }
  .productPoint__header .pointHeader__body .pointHeader__body__item .item .item__btn{
    text-align: center;
  }
  .productPoint__header .pointHeader__body .pointHeader__body__item .item .item__btn img{
    width: 152px;
  }
  .productPoint__header .pointHeader__body .pointHeader__body__item .item:last-of-type .item__img img{
    width: 83.5%;
  }
  .productPoint__header .pointHeader__body .item__copy{
    margin-top: 12px;
  }
  .productPoint__header .btn__wrap{
    margin-top: 60px;

    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .link__newGoon{
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;
  }
  .productPoint__body{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 40px !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%;

    flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
  }
  .productPoint__body .pointItem:not(:first-of-type){
    margin-top: 0;
  }
  .productPoint__body .pointItem .item__title{
    padding-left: 66px;
    height: 54px;
    line-height: 1.5;
  }
  .productPoint__body .pointItem::before{
    width: 54px;
    height: 54px;
  }
  .contents__links{
    margin-right: 0;
    margin-left: 0;
    padding: 100px 0;
  }
  .contents__links .inner{
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    max-width: calc(1000px + 60px);
    width: 100%;
  }
  .links__block:not(:first-of-type){
    margin-top: 60px;
  }
  .links__block .links__block__title{
    padding-left: 135px;
    height: 125px;
    border-top-width: 5px;
    font-size: 2.5rem;
  }
  .links__block .links__block__title::before{
    width: 115px;
  }
  .links__block .links__area{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: stretch;
    padding: 30px;

    align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
  }
  .links__block .links__area .links__item{
    margin: 2.5%;

    flex-basis: 27.733%;
    -ms-flex-preferred-size: 27.733%;
  }
  .links__block .links__area .links__item:not(:first-of-type){
    margin-top: 2.5%;
  }
  .links__block__movie .links__block__title::before{
    background-size: 62px;
  }
  .links__block__movie .links__area{
    padding-bottom: 20px;
  }
  .links__block__movie .links__area .links__item{
    flex-basis: 44.4%;
    -ms-flex-preferred-size: 44.4%;
  }
  .links__block__movie .links__area .links__item+ .links__movie{
    margin-top: 0;
  }
  .links__block__movie .links__area .links__item .movie__caption{
    margin-top: 8px;
  }
  .links__block__special .links__block__title::before{
    background-size: 51px;
  }
  .links__block__special .links__area{
    padding-bottom: 20px;
  }
  .links__block__special .links__area .links__item+ .links__movie{
    margin-top: 0;
  }
  .links__block__special .links__area .links__item .movie__caption{
    margin-top: 8px;
  }
  .links__block__useful .links__block__title::before{
    background-size: 39px;
  }
  .links__block__useful .links__area .btn__wrap{
    margin: 2.5%;
    min-width: 285px;

    flex-basis: 27.733%;
    -ms-flex-preferred-size: 27.733%;
  }
  .links__block__sns .links__block__title::before{
    background-position: calc(50% + 8px) center;
    background-size: 53px;
  }
  .links__block__sns .links__area .links__item{
    flex-basis: 44.4%;
    -ms-flex-preferred-size: 44.4%;
  }
}
@media only screen and (min-width: 1000px){
  .keyVisual{
    margin: 0;
    padding: 65px 0;
    border-width: 4px;
  }
}
