@charset "UTF-8";
/* ===============================================
    * Foundation *
=============================================== */
/* ===============================================
    * Animation settings with 'myScript.js' *
=============================================== */
.fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  /* y軸方向に下げておくことで、下から上に上がってくるようなアニメーションになります */
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

/* jQueryでスクロール量に応じて付与された 'scrollIn' のスタイル */
.fadeIn.scrollIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ===============================================
    ! Settings of default style !
=============================================== */
/* antialiasing */
body {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (min-device-width: 560px) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.main-area .main-inner {
  width: 100%;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

.bredlist.lp {
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

/* ===============================================
    !  for responsive objects !
=============================================== */
.pc-component {
  display: none;
}

@media only screen and (min-device-width: 560px) {
  .sp-component {
    display: none;
  }
  .pc-component {
    display: block;
  }
}

/* ===============================================
    * Layout *
=============================================== */
/* ===============================================
    * Object *
=============================================== */
/* ===============================================
    * sec *
=============================================== */
/* sp */
/* sec__container--top */
.sec__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-size: calc(42 * (100vw / 750));
  letter-spacing: calc(2.1 * (100vw / 750));
  text-align: center;
}

.sec__title.name {
  margin-top: calc(14 * (100vw / 750));
}

.sec__img.sp-component {
  display: block;
  width: calc(376 * (100vw / 750));
}

.sec__img.pc-component {
  display: none;
}

.staff {
  border-bottom: solid calc(1 * (100vw / 750)) #000;
  font-family: Quasimoda;
  font-size: calc(34 * (100vw / 750));
  font-weight: 600;
  letter-spacing: calc(2.04 * (100vw / 750));
  margin: 0 calc(24 * (100vw / 750)) 0 calc(2 * (100vw / 750));
}

.staff-num {
  font-family: Quasimoda;
  font-size: calc(59 * (100vw / 750));
  font-weight: 600;
  letter-spacing: calc(3.54 * (100vw / 750));
}

.staff-height {
  font-family: Quasimoda;
  margin-left: calc(33 * (100vw / 750));
}

.item__detail {
  margin-top: calc(42 * (100vw / 750));
  text-align: center;
}

.item-name {
  font-family: "quasimoda", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-size: calc(26 * (100vw / 750));
  letter-spacing: calc(2 * (100vw / 750));
  line-height: 0.92;
}

.item-price {
  font-family: Quasimoda;
  font-size: calc(26 * (100vw / 750));
  letter-spacing: calc(2.6 * (100vw / 750));
  line-height: 0.92;
  margin-top: calc(26 * (100vw / 750));
}

.color {
  position: relative;
  display: inline-block;
  font-family: Quasimoda;
  font-size: calc(22 * (100vw / 750));
  letter-spacing: calc(2.2 * (100vw / 750));
  line-height: 2;
}

.colorVariation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(40 * (100vw / 750));
}

.color::before {
  content: "";
  border-radius: 50%;
  height: calc(30 * (100vw / 750));
  width: calc(30 * (100vw / 750));
}

.desc {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-size: calc(24 * (100vw / 750));
  letter-spacing: calc(1.4 * (100vw / 750));
  line-height: 2;
  margin-top: calc(40 * (100vw / 750));
  text-align: justify;
}

/* sec__container--bottom */
.img1, .img2 {
  display: block;
}

.img1 .pc-component, .img2 .pc-component {
  display: none;
}

.credit > a {
  color: #000;
  font-family: Quasimoda;
  font-size: calc(24 * (100vw / 750));
  letter-spacing: calc(2.4 * (100vw / 750));
  line-height: 1.5;
  margin-top: calc(26 * (100vw / 750));
}

.credit:nth-child(odd) {
  margin-right: calc(18 * (100vw / 750));
}

/* pc */
@media only screen and (min-device-width: 560px) {
  /* sec__container--top */
  .sec__title {
    font-size: 21px;
    letter-spacing: 1.05px;
  }
  .sec__img.sp-component {
    display: none;
  }
  .sec__img.pc-component {
    display: block;
    width: 260px;
  }
  .staff {
    border-bottom: solid 1px #000;
    font-family: Quasimoda;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.9px;
    margin: 0 6px 0 0;
  }
  .staff-num {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1.56px;
  }
  .staff-height {
    margin-left: 12px;
  }
  .item__detail {
    margin-top: 34px;
  }
  .item-name {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.5;
  }
  .item-price {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 1.71;
    margin-top: 16px;
  }
  .color {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 2;
  }
  .colorVariation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
  .color::before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    border-radius: 50%;
    height: 16px;
    width: 16px;
  }
  .desc {
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 1.85;
    margin-top: 34px;
    padding: 0 0;
    text-align: center;
  }
  /* sec__container--bottom */
  .sec__container--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .img1 .pc-component, .img2 .pc-component {
    display: block;
  }
  .img1 .sp-component, .img2 .sp-component {
    display: none;
  }
  .credit > a {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 2;
    margin-top: 22px;
  }
  .credit:nth-child(odd) {
    margin-right: 10px;
  }
}

@media only screen and (min-device-width: 560px) and (max-device-width: 1024px) {
  .credit > a {
    display: inline-block;
    margin-top: 0;
  }
}

/* ===============================================
    * checkall & series-link__btn *
=============================================== */
/* sp */
.checkall__btn {
  display: block;
  border: solid 1px #000;
  height: calc(160 * (100vw / 750));
  width: calc(675 * (100vw / 750));
}

.checkall-txt {
  color: #000;
  display: block;
  font-family: Quasimoda;
  font-size: calc(46 * (100vw / 750));
  font-weight: 600;
  letter-spacing: calc(2.3 * (100vw / 750));
  line-height: calc(160 * (100vw / 750));
  margin: calc(157 * (100vw / 750)) auto 0;
  text-align: center;
}

.series-link__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: calc(92 * (100vw / 750)) auto calc(200 * (100vw / 750));
}

.series-link-txt > a {
  position: relative;
  border-bottom: solid calc(1 * (100vw / 750)) #000;
  color: #000;
  display: inline-block;
  font-family: Quasimoda;
  font-size: calc(46 * (100vw / 750));
  font-weight: 600;
  letter-spacing: calc(2 * (100vw / 750));
  line-height: calc(1.2 * (100vw / 750));
  padding: 0 0 calc(48 * (100vw / 750)) calc(32 * (100vw / 750));
  text-align: left;
  width: calc(210 * (100vw / 750));
  /* arrow icon */
}

.series-link-txt > a:after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: calc(34 * (100vw / 750));
  left: calc(168 * (100vw / 750));
  border-top: 5px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #000;
  height: 0;
  width: 0;
}

.series-link-txt:nth-child(1) {
  margin-right: calc(80 * (100vw / 750));
}

.series-link-txt:nth-child(2) > a {
  padding-left: calc(24 * (100vw / 750));
}

/* pc */
@media only screen and (min-device-width: 560px) {
  .checkall__btn {
    border: solid 1px #000;
    height: 74px;
    width: 380px;
  }
  .checkall-txt {
    color: #000;
    display: block;
    font-family: Quasimoda;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.88px;
    line-height: 74px;
    text-align: center;
  }
  .series-link__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 28px auto 140px;
  }
  .series-link-txt > a {
    position: relative;
    border-bottom: solid 1px #000;
    color: #000;
    display: inline-block;
    font-family: Quasimoda;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.88px;
    line-height: 33px;
    padding: 4px 0 6px 14px;
    text-align: left;
    width: 84px;
    /* arrow icon */
  }
  .series-link-txt > a:after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: 17px;
    left: 79px;
    border-top: 5px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #000;
    height: 0;
    width: 0;
  }
  .series-link-txt:nth-child(1) {
    margin: 0 60px 0 0;
  }
  .series-link-txt:nth-child(2) > a {
    padding-left: 14px;
  }
  .series-link-txt:nth-child(2) > a:after {
    left: 82px;
  }
}

/* ===============================================
    ! Style of PC !
=============================================== */
main {
  /* background-image: url("../../imgs/page_pc.jpg"); */
  /* background-position-x: 89px; */
  /* background-position-y: -125px; */
  /* background-size: 1400px; */
}

/* heading start */
.heading {
  margin: 75px auto 0;
  width: 490px;
}

.heading .series-txt {
  border-bottom: solid 1px #000;
  display: block;
  font-family: Quasimoda;
  font-size: 33px;
  letter-spacing: 1.32px;
  margin: 8px auto 0;
  padding-bottom: 7px;
  text-align: center;
  width: 90px;
}

.item__detail a{
	display: block;
}

/* sec1 start */
.sec1 {
  display: block;
  margin-top: 100px;
  /* container--top */
  /* container--bottom */
}

.sec1 .sec__container--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec1 .sec__img {
  margin: 2px 50px 0 auto;
}

.sec1 .item-detail__container {
  margin: 0 auto 0 0;
}

.sec1 .sec__title {
  margin-top: 47px;
  padding-left: 14px;
}

.sec1 .staff {
  margin: 6px 11px 0 0;
  padding-bottom: 3px;
}

.sec1 .sec__title.name {
  margin-top: 18px;
  padding-left: 12px;
}

.sec1 .staff-height {
  margin-left: 16px;
}

.sec1 .item__detail {
  margin-top: 29px;
}

.sec1 .item-name {
  letter-spacing: 1.4px;
  padding-left: 14px;
}

.sec1 .item-price {
  margin-top: 7px;
  padding-left: 12px;
  display: block;
}

.sec1 .colorVariation {
  margin-top: 12px;
}

.sec1 .color.beg {
  margin: 0 52px 0 38px;
}

.sec1 .color.beg::before {
  position: absolute;
  top: 6px;
  right: 37px;
  bottom: auto;
  left: auto;
  background-color: #d4c5ab;
}

.sec1 .color.brw {
  margin-right: 52px;
}

.sec1 .color.brw::before {
  position: absolute;
  top: 6px;
  right: 39px;
  bottom: auto;
  left: auto;
  background-color: #9d4934;
}

.sec1 .color.blu::before {
  position: absolute;
  top: 6px;
  right: 35px;
  bottom: auto;
  left: auto;
  background-color: #b6c3d6;
}

.sec1 .desc {
  letter-spacing: 0.9px;
  margin-top: 22px;
  padding-left: 17px;
  width: 325px;
}

.sec1 .sec__container--bottom {
  margin-top: 40px;
}

.sec1 .img1 {
  margin: 100px 100px 0 0;
  width: 450px;
}

.sec1 .img2 {
  margin: 0;
  width: 450px;
}

.sec1 .credit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 14px -2px 0 auto;
  width: 350px;
}

/* sec2 start */
.sec2 {
  display: block;
  margin-top: 100px;
  /* container--top */
  /* container--bottom */
}

.sec2 .sec__container--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: unset;
}

.sec2 .sec__img {
  margin: 0 270px 0 auto;
}

.sec2 .item-detail__container {
  margin: 0 0 0 250px;
  padding-left: 20px;
}

.sec2 .sec__title {
  margin-top: 44px;
  padding-left: 28px;
}

.sec2 .staff {
  margin: 6px 11px 0 0;
  padding-bottom: 3px;
}

.sec2 .sec__title.name {
  margin-top: 18px;
  padding-left: 24px;
}

.sec2 .staff-height {
  margin-left: 16px;
}

.sec2 .item__detail {
  margin-top: 29px;
  padding-left: 15px;
}

.sec2 .item-name {
  letter-spacing: 1.2px;
  padding-left: 9px;
}

.sec2 .item-price {
  margin-top: 7px;
  padding-left: 12px;
  display: block;
}

.sec2 .colorVariation {
  margin-top: 12px;
}

.sec2 .color.owht {
  margin: 0 52px 0 34px;
}

.sec2 .color.owht::before {
  position: absolute;
  top: 6px;
  right: 51px;
  bottom: auto;
  left: auto;
  background-color: #fcf6ed;
}

.sec2 .color.blk {
  margin-right: 52px;
}

.sec2 .color.blk::before {
  position: absolute;
  top: 6px;
  right: 33px;
  bottom: auto;
  left: auto;
  background-color: #000;
}

.sec2 .color.ppl::before {
  position: absolute;
  top: 6px;
  right: 32px;
  bottom: auto;
  left: auto;
  background-color: #72629b;
}

.sec2 .desc {
  letter-spacing: 0.8px;
  margin-top: 22px;
  padding-left: 14px;
  width: 300px;
}

.sec2 .sec__container--bottom {
  margin-top: 38px;
}

.sec2 .img1 {
  margin: 0 100px 0 0;
  width: 450px;
}

.sec2 .img2 {
  margin: 54px 0 0;
  width: 380px;
}

.sec2 .credit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 13px -2px 0 auto;
  width: 350px;
}

.sec2 .credit:nth-child(3n) {
  margin-right: unset;
}

/* sec3 start */
.sec3 {
  display: block;
  margin-top: 100px;
  /* container--top */
  /* container--bottom */
}

.sec3 .sec__container--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec3 .sec__img {
  margin: 0 65px 0 auto;
}

.sec3 .item-detail__container {
  margin: 0 auto 0 0;
}

.sec3 .sec__title {
  margin-top: 36px;
}

.sec3 .staff {
  margin: 6px 11px 0 0;
  padding-bottom: 3px;
}

.sec3 .sec__title.name {
  margin-top: 18px;
}

.sec3 .staff-height {
  margin-left: 16px;
}

.sec3 .item__detail {
  margin-top: 29px;
}

.sec3 .item-name {
  letter-spacing: 1.2px;
}

.sec3 .item-price {
  margin-top: 7px;
  display: block;
}

.sec3 .colorVariation {
  margin-top: 12px;
}

.sec3 .color.yel {
  margin: 0 52px 0 24px;
}

.sec3 .color.yel::before {
  position: absolute;
  top: 6px;
  right: 33px;
  bottom: auto;
  left: auto;
  background-color: #f7efa9;
}

.sec3 .color.beg {
  margin-right: 52px;
}

.sec3 .color.beg::before {
  position: absolute;
  top: 6px;
  right: 37px;
  bottom: auto;
  left: auto;
  background-color: #d4c5ab;
}

.sec3 .color.ppl::before {
  position: absolute;
  top: 6px;
  right: 33px;
  bottom: auto;
  left: auto;
  background-color: #b7425e;
}

.sec3 .desc {
  letter-spacing: 0.9px;
  margin-top: 23px;
  padding: unset;
  width: 360px;
}

.sec3 .sec__container--bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 32px auto 0;
  width: 380px;
}

.sec3 .img1 {
  margin: auto;
  width: 380px;
}

.sec3 .credit__container {
  margin: 14px auto 0 0;
}

.sec3 .credit:nth-child(odd) {
  margin-right: unset;
}

.sec3 _:-ms-lang(x)::-ms-backdrop, .sec3 .sec__container--top {
  margin: auto;
  width: 670px;
}

.sec3 _:-ms-lang(x)::-ms-backdrop, .sec3 .img1 {
  height: 570px;
}

/* sec4 start */
.sec4 {
  display: block;
  margin-top: 97px;
  /* container--top */
  /* container--bottom */
}

.sec4 .sec__container--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: unset;
}

.sec4 .sec__title.name {
  padding-left: unset;
}

.sec4 .sec__img {
  margin: 0 270px 0 auto;
}

.sec4 .item-detail__container {
  margin: 0 0 0 260px;
  padding-left: 16px;
}

.sec4 .sec__title {
  margin-top: 44px;
  padding-left: 28px;
}

.sec4 .staff {
  margin: 6px 11px 0 0;
  padding-bottom: 3px;
}

.sec4 .sec__title.name {
  margin-top: 18px;
  padding-left: 24px;
}

.sec4 .staff-height {
  margin-left: 16px;
}

.sec4 .item__detail {
  margin-top: 29px;
  padding-left: 15px;
}

.sec4 .item-name {
  letter-spacing: 1.6px;
  padding-left: 12px;
}

.sec4 .item-price {
  margin-top: 7px;
  padding-left: 12px;
  display: block;
}

.sec4 .colorVariation {
  margin-top: 12px;
}

.sec4 .color.owht {
  margin: 0 52px 0 38px;
}

.sec4 .color.owht::before {
  position: absolute;
  top: 6px;
  right: 52px;
  bottom: auto;
  left: auto;
  background-color: #fcf6ed;
}

.sec4 .color.blk {
  margin-right: 52px;
}

.sec4 .color.blk::before {
  position: absolute;
  top: 6px;
  right: 34px;
  bottom: auto;
  left: auto;
  background-color: #000;
}

.sec4 .color.mnt::before {
  position: absolute;
  top: 6px;
  right: 41px;
  bottom: auto;
  left: auto;
  background-color: #d8d7bc;
}

.sec4 .desc {
  letter-spacing: 0.9px;
  margin-top: 22px;
  padding-left: 18px;
  width: 270px;
}

.sec4 .sec__container--bottom {
  margin-top: 40px;
}

.sec4 .img1 {
  margin: 100px 0 0 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 450px;
}

.sec4 .img2-credit__container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.sec4 .img2 {
  margin: 0 100px 0 0;
  width: 400px;
}

.sec4 .credit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 13px auto 0 1px;
  width: 350px;
}

.sec4 .credit:nth-child(3n) {
  margin-right: unset;
}

.sec4 _:-ms-lang(x)::-ms-backdrop, .sec4 .sec__container--top {
  margin: auto;
  width: 700px;
}

.sec4 _:-ms-lang(x)::-ms-backdrop, .sec4 .img1 {
  height: 675px;
}

/* sec5 start */
.sec5 {
  display: block;
  margin-top: 100px;
  /* container--top */
  /* container--bottom */
}

.sec5 .sec__container--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec5 .sec__img {
  margin: 0 auto 0 263px;
}

.sec5 .item-detail__container {
  margin: 0 250px 0 0;
}

.sec5 .sec__title {
  margin-top: 43px;
}

.sec5 .staff {
  margin: 6px 11px 0 0;
  padding-bottom: 3px;
}

.sec5 .sec__title.name {
  margin-top: 18px;
}

.sec5 .staff-height {
  margin-left: 16px;
}

.sec5 .item__detail {
  margin-top: 29px;
}

.sec5 .item-name {
  letter-spacing: 1.4px;
}

.sec5 .item-price {
  margin-top: 7px;
  display: block;
}

.sec5 .colorVariation {
  margin-top: 12px;
}

.sec5 .color.owht {
  margin: 0 52px 0 26px;
}

.sec5 .color.owht::before {
  position: absolute;
  top: 6px;
  right: 49px;
  bottom: auto;
  left: auto;
  background-color: #fcf6ed;
}

.sec5 .color.blk {
  margin-right: 52px;
}

.sec5 .color.blk::before {
  position: absolute;
  top: 6px;
  right: 33px;
  bottom: auto;
  left: auto;
  background-color: #000;
}

.sec5 .color.mnt::before {
  position: absolute;
  top: 6px;
  right: 40px;
  bottom: auto;
  left: auto;
  background-color: #d8d7bc;
}

.sec5 .desc {
  letter-spacing: 0.9px;
  margin-top: 25px;
  padding-left: 6px;
  width: 370px;
}

.sec5 .sec__container--bottom {
  margin-top: 40px;
}

.sec5 .img1 {
  margin: 0 80px 0 0;
  width: 480px;
}

.sec5 .img2 {
  margin: 0;
  width: 400px;
}

.sec5 .credit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 13px -2px 0 auto;
  width: 350px;
}

.sec5 _:-ms-lang(x)::-ms-backdrop, .sec5 .sec__container--top {
  margin: auto;
  width: 700px;
}

/* checkall & series-link__btn start */
.checkall__btn {
  margin: 97px auto 0;
}
