@charset "UTF-8";
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo: */
body {
  background-color: #FAF6F8;
}

#series-page {
  width: 100%;
  padding-top: 104px;
}

.headline {
  min-width: 1200px;
  width: 100%;
}

.headline__inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0 80px 0;
  border: none;
}

.headline__text {
  font-size: 44px;
  letter-spacing: .06em;
  line-height: 1.0em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.list,
.web {
  min-width: 1200px;
  width: 100%;
  margin-bottom: 25px;
}

.list__inner,
.web__inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  zoom: 1;
}

.list__inner:after,
.web__inner:after {
  content: "";
  clear: both;
  display: block;
}

.list__headline,
.web__headline {
  font-size: 28px;
  letter-spacing: .06em;
  text-align: center;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  line-height: 80px;
  border-radius: 100px;
  margin-bottom: 60px;
}

.list__block ul,
.web__block ul {
  width: 100%;
  zoom: 1;
}

.list__block ul:after,
.web__block ul:after {
  content: "";
  clear: both;
  display: block;
}

.list__block li,
.web__block li {
  width: 315px;
  float: left;
  margin: 0 47.5px 40px 0;
}

.list__block li:nth-child(3n),
.web__block li:nth-child(3n) {
  margin-right: 0;
}

.list__block__img,
.web__block__img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}

.list__block__img a,
.web__block__img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.list__block__img a:before,
.web__block__img a:before {
  content: '詳細を見る';
  display: block;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 36%;
  z-index: 1;
  font-size: 18px;
  letter-spacing: .25em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .2s;
}

.list__block__img a:after,
.web__block__img a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 50%;
  top: 63%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .2s;
}

.list__block__img span,
.web__block__img span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.list__block__img span:before,
.web__block__img span:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 79, 117, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .2s;
}

.list__block__img a:hover:before, .list__block__img a:hover:after,
.web__block__img a:hover:before,
.web__block__img a:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.list__block__img a:hover span:before,
.web__block__img a:hover span:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.list__block__title,
.web__block__title {
  font-size: 22px;
  letter-spacing: .04em;
  line-height: 1.4em;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}

.list__block__name,
.web__block__name {
  font-size: 16px;
  letter-spacing: .07em;
  line-height: 1.68em;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.list__more {
  width: 252px;
  margin: 0 auto;
  width: 190px;
  padding-top: 40px;
}

.list__more span {
  display: block;
  margin-left: 26px;
  transform: translate(0, -1px);
}

.list__more a {
  display: block;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  background-color: #ff4f75;
  border: #ff4f75 solid 2px;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: .25em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-radius: 6px;
  padding: 22px 0;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all .2s;
}

.list__more a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.list__more a:hover {
  color: #ff4f75;
  background-color: #ffffff;
}

.list__more a:hover:after {
  border-color: transparent transparent transparent #ff4f75;
  transform: translate(5px, -50%);
}

.list__more a {
  padding: 10px 0;
  letter-spacing: .15em;
}

.list__more a:after {
  display: none;
}

.list__more span {
  margin-left: 0;
  text-align: center;
}

.buttons {
  min-width: 1200px;
  width: 100%;
}

.buttons__inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  zoom: 1;
  border: none;
}

.buttons__inner:after {
  content: "";
  clear: both;
  display: block;
}

.buttons__more {
  width: 252px;
  margin: 0 auto;
  width: 190px;
}

.buttons__more span {
  display: block;
  margin-left: 26px;
  transform: translate(0, -1px);
}

.buttons__more a {
  display: block;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  background-color: #ff4f75;
  border: #ff4f75 solid 2px;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: .25em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-radius: 6px;
  padding: 22px 0;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all .2s;
}

.buttons__more a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.buttons__more a:hover {
  color: #ff4f75;
  background-color: #ffffff;
}

.buttons__more a:hover:after {
  border-color: transparent transparent transparent #ff4f75;
  transform: translate(5px, -50%);
}

.buttons__more a {
  padding: 10px 40px 10px 0;
  letter-spacing: .15em;
}

.buttons__more a:after {
  right: 15px;
}

.buttons__more span {
  margin-left: 15px;
}

.details {
  min-width: 1200px;
  width: 100%;
  margin-bottom: 70px;
}

.details__inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  zoom: 1;
  padding-top: 120px;
  border: none;
}

.details__inner:after {
  content: "";
  clear: both;
  display: block;
}

.details__visual {
  margin-bottom: 40px;
  border-radius: 6px;
  overflow: hidden;
}

.details__content {
  width: 100%;
  zoom: 1;
}

.details__content:after {
  content: "";
  clear: both;
  display: block;
}

.details__content__l {
  width: 480px;
  float: left;
}

.details__content__title {
  font-size: 28px;
  letter-spacing: .04em;
  line-height: 1.49em;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
}

.details__content__name {
  font-size: 20px;
  letter-spacing: .07em;
  line-height: 1.49em;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 5px;
}

.details__content__name:last-child {
  margin-bottom: 0;
}

.details__content__button {
  letter-spacing: 0;
  font-size: 0;
  padding-top: 40px;
}

.details__content__button li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
}

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

.details__content__button .button--blank {
  width: 252px;
  margin: 0 auto;
}

.details__content__button .button--blank .icon--text {
  display: block;
  margin-left: 26px;
  transform: translate(0, -1px);
}

.details__content__button .button--blank .icon--blank {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

.details__content__button .button--blank .icon--blank path {
  transition: all .2s;
}

.details__content__button .button--blank a {
  display: block;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  background-color: #ff4f75;
  border: #ff4f75 solid 2px;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: .25em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-radius: 6px;
  padding: 22px 0;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all .2s;
}

.details__content__button .button--blank a:hover {
  color: #ff4f75;
  background-color: #ffffff;
}

.details__content__button .button--blank a:hover .icon--blank path {
  fill: #ff4f75;
}

.details__content__button .button--insite {
  width: 252px;
  margin: 0 auto;
}

.details__content__button .button--insite span {
  display: block;
  margin-left: 26px;
  transform: translate(0, -1px);
}

.details__content__button .button--insite a {
  display: block;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  background-color: #ff4f75;
  border: #ff4f75 solid 2px;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: .25em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-radius: 6px;
  padding: 22px 0;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all .2s;
}

.details__content__button .button--insite a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.details__content__button .button--insite a:hover {
  color: #ff4f75;
  background-color: #ffffff;
}

.details__content__button .button--insite a:hover:after {
  border-color: transparent transparent transparent #ff4f75;
  transform: translate(5px, -50%);
}

.details__content__button .button--blank,
.details__content__button .button--insite {
  width: auto;
  margin-right: 10px;
}

.details__content__button .button--blank a,
.details__content__button .button--insite a {
  padding: 10px 40px 10px 0;
  letter-spacing: .15em;
}

.details__content__button .button--blank a:after,
.details__content__button .button--blank a .icon--blank,
.details__content__button .button--insite a:after,
.details__content__button .button--insite a .icon--blank {
  right: 15px;
}

.details__content__button .button--blank span,
.details__content__button .button--blank .icon--text,
.details__content__button .button--insite span,
.details__content__button .button--insite .icon--text {
  margin-left: 15px;
}

.details__content__r {
  width: 480px;
  float: right;
}

.details__content__copy {
  font-size: 20px;
  letter-spacing: .07em;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  margin-bottom: 15px;
  color: #818181;
}

.details__content__text {
  color: #818181;
  font-size: 14px;
  letter-spacing: .05em;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.85em;
  margin-bottom: 25px;
}

.details__content__tag {
  letter-spacing: 0;
  font-size: 0;
  margin-bottom: 30px;
}

.details__content__tag li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  margin-right: 10px;
}

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

.details__content__tag a {
  display: block;
  text-decoration: none;
  line-height: 1.0em;
  background-color: #E6E6E6;
  color: #818181;
  font-size: 14px;
  letter-spacing: .04em;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 100px;
  transition: all .2s;
}

.details__content__tag a:hover {
  background-color: #818181;
  color: #ffffff;
}

.character {
  min-width: 1200px;
  width: 100%;
}

.character__inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  zoom: 1;
  padding-bottom: 20px;
  border: none;
}

.character__inner:after {
  content: "";
  clear: both;
  display: block;
}

.character__headline {
  font-size: 28px;
  letter-spacing: .06em;
  text-align: center;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  line-height: 80px;
  border-radius: 100px;
  margin-bottom: 70px;
}

.character__list ul {
  width: 100%;
  zoom: 1;
}

.character__list ul:after {
  content: "";
  clear: both;
  display: block;
}

.character__list li {
  width: 440px;
  float: left;
  margin-right: 120px;
  margin-bottom: 50px;
  zoom: 1;
}

.character__list li:after {
  content: "";
  clear: both;
  display: block;
}

.character__list li:nth-child(2n) {
  margin-right: 0;
}

.character__list__img {
  width: 160px;
  float: left;
  border-radius: 6px;
  overflow: hidden;
}

.character__list__detail {
  width: 240px;
  float: right;
}

.character__list__name {
  font-size: 20px;
  letter-spacing: .07em;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  margin-bottom: 10px;
}

.character__list__name span {
  display: inline-block;
  font-size: 12px;
  margin-left: 20px;
}

.character__list__text {
  font-size: 14px;
  letter-spacing: .05em;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.70em;
  color: #818181;
}

.movie {
  min-width: 1200px;
  width: 100%;
  margin-bottom: 70px;
  background-color: #ffffff;
}

.movie__inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  zoom: 1;
  padding: 115px 0 80px 0;
  text-align: center;
  border: none;
}

.movie__inner:after {
  content: "";
  clear: both;
  display: block;
}

.movie__list {
  width: 100%;
}

.movie__list ul {
  width: 100%;
  letter-spacing: 0;
  font-size: 0;
  line-height: 1.0em;
}

.movie__list li {
  width: 480px;
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  line-height: 1.0em;
  margin-right: 50px;
}

.movie__list li:nth-child(2n) {
  margin-right: 0;
}

.movie__list__thumb {
  width: 100%;
  height: 270px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 17px;
}

.movie__list__thumb span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all .2s;
}

.movie__list__thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.movie__list__thumb a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(127, 127, 127, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all .2s;
}

.movie__list__thumb a:after {
  content: '';
  display: block;
  background: url("../img/common/icon_play.png") center center no-repeat;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all .2s;
}

.movie__list__thumb a:hover:before {
  background-color: rgba(255, 79, 117, 0.5);
}

.movie__list__thumb a:hover:after {
  transform: translate(-50%, -50%) scale(0.9);
}

.movie__list__thumb a:hover span {
  transform: scale(1.05);
}

.movie__list__title {
  font-size: 14px;
  letter-spacing: .05em;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.70em;
  color: #818181;
}

.news {
  min-width: 1200px;
  width: 100%;
  margin-bottom: 70px;
}

.news__inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  zoom: 1;
}

.news__inner:after {
  content: "";
  clear: both;
  display: block;
}

.news__headline {
  font-size: 28px;
  letter-spacing: .06em;
  text-align: center;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  line-height: 80px;
  border-radius: 100px;
  margin-bottom: 70px;
}

.news__block {
  width: 100%;
  zoom: 1;
}

.news__block:after {
  content: "";
  clear: both;
  display: block;
}

.news__block.is--wijet--multiple--news .news__twitter {
  width: 500px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.news__block.is--wijet--multiple--news .news__twitter:nth-child(2n) {
  margin-right: 0;
}

.news__block.is--wijet--multiple--news .news__list {
  float: none;
  width: 100%;
  clear: both;
  padding-top: 20px;
}

.news__block.is--wijet--singular .news__twitter {
  float: none;
  margin: 0 auto;
}

.news__block.is--wijet--multiple .news__twitter {
  width: 500px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.news__block.is--wijet--multiple .news__twitter:nth-child(2n) {
  margin-right: 0;
}

.news__block.is--news .news__list {
  float: none;
  width: 100%;
}

.news__twitter {
  width: 520px;
  float: left;
}

.news__twitter__wijet {
  width: 100%;
  height: 410px;
  margin-bottom: 20px;
}

.news__twitter__more a {
  display: block;
  width: 234px;
  height: 46px;
  background-color: #1DA1F2;
  color: #FAF6F8;
  text-decoration: none;
  border: #1DA1F2 solid 2px;
  box-sizing: border-box;
  line-height: 46px;
  font-size: 12px;
  letter-spacing: .25em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  transition: all .2s;
}

.news__twitter__more a:hover {
  background-color: #FAF6F8;
  color: #1DA1F2;
}

.news__twitter__more a:hover path {
  fill: #1DA1F2;
}

.news__twitter__more .icon--tw {
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1.0em;
}

.news__twitter__more .icon--tw path {
  transition: all .2s;
}

.news__twitter__more .icon--text {
  text-align: center;
  display: block;
  transform: translate(0, -2px);
}

.news__twitter__more .icon--blank {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1.0em;
}

.news__twitter__more .icon--blank path {
  transition: all .2s;
}

.news__list {
  width: 520px;
  float: right;
}

.news__block.is--wijet--multiple .details__news .news__list {
  float: none;
  width: 100%;
  clear: both;
  padding-top: 20px;
}
.news__block.is--news .details__news .news__list {
  float: none;
  width: 100%;
}

.news__list ul {
  display: block;
  margin: 0 80px;
}

.news__list li {
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.news__list li:last-child {
  margin-bottom: 0;
}

.news__list a {
  display: block;
  text-decoration: none;
}

.news__list a:hover .news__list__date,
.news__list a:hover .news__list__title {
  color: #ff4f75;
}

.news__list a:hover .news__list__title:after {
  border-color: transparent transparent transparent #ff4f75;
}

.news__list__date {
  display: block;
  font-size: 11px;
  line-height: 1.0em;
  color: #3F3F3F;
  margin-bottom: 10px;
  transition: all .2s;
}

.news__list__title {
  display: block;
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 1.72em;
  color: #3F3F3F;
  position: relative;
  padding-right: 50px;
  transition: all .2s;
}

.news__list__title:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  border-color: transparent transparent transparent #3f3f3f;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.banner {
  min-width: 1200px;
  width: 100%;
  padding-bottom: 30px;
}

.banner__inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  zoom: 1;
}

.banner__inner:after {
  content: "";
  clear: both;
  display: block;
}

.banner__list {
  width: 100%;
  text-align: center;
}

.banner__list ul {
  width: 100%;
  zoom: 1;
  letter-spacing: 0;
  font-size: 0;
}

.banner__list ul:after {
  content: "";
  clear: both;
  display: block;
}

.banner__list li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  width: 315px;
  margin: 0 47.5px 40px 0;
}

.banner__list li:nth-child(3n), .banner__list li:last-child {
  margin-right: 0;
}

.banner__list a {
  display: block;
  line-height: 1.0em;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.banner__list a:before {
  content: '詳細を見る';
  display: block;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 36%;
  z-index: 1;
  font-size: 18px;
  letter-spacing: .25em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .2s;
}

.banner__list a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 50%;
  top: 63%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .2s;
}

.banner__list span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.banner__list span:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 79, 117, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .2s;
}

.banner__list a:hover:before, .banner__list a:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.banner__list a:hover span:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.books {
  min-width: 1200px;
  width: 100%;
}

.books__inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
}

.books__headline {
  font-size: 28px;
  letter-spacing: .06em;
  text-align: center;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  line-height: 80px;
  border-radius: 100px;
  margin-bottom: 70px;
}

.books__list {
  width: 100%;
}

.books__list ul {
  width: 100%;
  zoom: 1;
}

.books__list ul:after {
  content: "";
  clear: both;
  display: block;
}

.books__list li {
  width: 230px;
  float: left;
  margin: 0 40px 80px 0;
}

.books__list li:nth-child(4n) {
  margin-right: 0;
}

.books__list__cover {
  width: 100%;
  margin-bottom: 20px;
}

.books__list__cover img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
}

.books__list__title {
  font-size: 18px;
  letter-spacing: .04em;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
  margin-bottom: 2px;
}

.books__list__date {
  font-size: 14px;
  letter-spacing: .04em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
  margin-bottom: 25px;
}

.books__list__date span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15.7px;
}

.books__list__buy {
  width: 252px;
  margin: 0 auto;
  width: auto;
}

.books__list__buy span {
  display: block;
  margin-left: 26px;
  transform: translate(0, -1px);
}

.books__list__buy a {
  display: block;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  background-color: #ff4f75;
  border: #ff4f75 solid 2px;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: .25em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-radius: 6px;
  padding: 22px 0;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all .2s;
}

.books__list__buy a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.books__list__buy a:hover {
  color: #ff4f75;
  background-color: #ffffff;
}

.books__list__buy a:hover:after {
  border-color: transparent transparent transparent #ff4f75;
  transform: translate(5px, -50%);
}

.books__list__buy a {
  padding: 10px 40px 10px 0;
  letter-spacing: .15em;
}

.books__list__buy a:after {
  right: 15px;
}

.books__list__buy span {
  margin-left: 15px;
}

.others {
  min-width: 1200px;
  width: 100%;
  margin-bottom: 70px;
}

.others__inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
}

.others__inner h3 {
  font-size: 28px;
  letter-spacing: .06em;
  text-align: center;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  line-height: 80px;
  border-radius: 100px;
  margin-bottom: 70px;
}

.others__inner .unit--text {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.85em;
  color: #818181;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 40px;
}

.others__inner .unit--text a {
  color: #ff4f75;
}

.others__inner .unit--image__wide {
  text-align: center;
  margin-bottom: 40px;
}

.others__inner .unit--image__wide img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.others__inner .unit--image__column2 {
  display: table;
  margin: 0 auto 40px auto;
}

.others__inner .unit--image__column2 p {
  display: table-cell;
  vertical-align: middle;
  padding-right: 40px;
}

.others__inner .unit--image__column2 p:last-child {
  padding-right: 0;
}

.others__inner .unit--image__column2 img {
  width: auto;
  height: auto;
  max-width: 500px;
}

.others__inner .unit--image__column3 {
  display: table;
  margin: 0 auto 40px auto;
}

.others__inner .unit--image__column3 p {
  display: table-cell;
  vertical-align: middle;
  padding-right: 40px;
}

.others__inner .unit--image__column3 p:last-child {
  padding-right: 0;
}

.others__inner .unit--image__column3 img {
  width: auto;
  height: auto;
  max-width: 320px;
}

@keyframes bounceOnce {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.08);
  }
  75% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  body {
    background-color: #FAF6F8;
  }
  #series-page {
    width: 100%;
    padding-top: 54px;
    padding-top: 14.4vw;
  }
  .headline {
    min-width: 100%;
    width: 100%;
  }
  .headline__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    text-align: center;
    padding-top: 62.5px;
    padding-top: 16.66667vw;
    padding-bottom: 62.5px;
    padding-bottom: 16.66667vw;
    border: none;
  }
  .headline__text {
    font-size: 28px;
    font-size: 7.46667vw;
    letter-spacing: .06em;
    line-height: 1.0em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .list,
  .web {
    min-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .list__inner,
  .web__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    zoom: 1;
  }
  .list__inner:after,
  .web__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .list__headline,
  .web__headline {
    font-size: 21px;
    font-size: 5.6vw;
    letter-spacing: .06em;
    text-align: center;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    line-height: 60px;
    line-height: 16vw;
    border-radius: 120px;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .list__block ul,
  .web__block ul {
    width: 100%;
    zoom: 1;
  }
  .list__block ul:after,
  .web__block ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .list__block li,
  .web__block li {
    width: 100%;
    float: none;
    margin: 0 0 40px 0;
    margin: 0 0 10.66667vw 0;
    height: auto !important;
  }
  .list__block li:nth-child(3n),
  .web__block li:nth-child(3n) {
    margin-right: 0;
  }
  .list__block__img,
  .web__block__img {
    width: 100%;
    border-radius: 4.5px;
    border-radius: 1.2vw;
    overflow: hidden;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .list__block__img a,
  .web__block__img a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .list__block__img a:before, .list__block__img a:after,
  .web__block__img a:before,
  .web__block__img a:after {
    display: none;
  }
  .list__block__img span,
  .web__block__img span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
  }
  .list__block__img span:before,
  .web__block__img span:before {
    display: none;
  }
  .list__block__img img,
  .web__block__img img {
    width: 100%;
    height: auto;
  }
  .list__block__img a:hover:before, .list__block__img a:hover:after,
  .web__block__img a:hover:before,
  .web__block__img a:hover:after {
    display: none;
  }
  .list__block__img a:hover span:before,
  .web__block__img a:hover span:before {
    display: none;
  }
  .list__block__title,
  .web__block__title {
    font-size: 19px;
    font-size: 5.06667vw;
    letter-spacing: .04em;
    line-height: 1.5em;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .list__block__name,
  .web__block__name {
    font-size: 13px;
    font-size: 3.46667vw;
    letter-spacing: .07em;
    line-height: 1.5em;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .list__more {
    width: 200px;
    width: 53.33333vw;
    height: 46px;
    height: 12.26667vw;
    margin: 0 auto;
    width: 150px;
    width: 40vw;
    padding-top: 0;
  }
  .list__more span {
    display: block;
    margin-left: 19px;
    margin-left: 5.06667vw;
    transform: translate(0, -1px);
    transform: translate(0, -0.26667vw);
  }
  .list__more a {
    display: block;
    text-decoration: none;
    line-height: 46px;
    line-height: 12.26667vw;
    color: #ffffff;
    background-color: #ff4f75;
    border: #ff4f75 solid 1px;
    border: #ff4f75 solid 0.26667vw;
    box-sizing: border-box;
    font-size: 13.5px;
    font-size: 3.6vw;
    letter-spacing: .25em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-radius: 4.5px;
    border-radius: 1.2vw;
    padding: 0;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all .2s;
  }
  .list__more a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 7px;
    border-width: 0.93333vw 0 0.93333vw 1.86667vw;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 27px;
    right: 7.2vw;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .list__more a:hover {
    color: #ffffff;
    background-color: #ff4f75;
  }
  .list__more a:hover:after {
    border-color: transparent transparent transparent #ffffff;
    transform: translate(0, -50%);
  }
  .list__more a {
    letter-spacing: .15em;
  }
  .list__more a:after {
    display: none;
  }
  .list__more span {
    margin-left: 0;
    text-align: center;
  }
  .buttons {
    min-width: 100%;
    width: 100%;
  }
  .buttons__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    zoom: 1;
    border: none;
  }
  .buttons__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .buttons__more {
    width: 200px;
    width: 53.33333vw;
    height: 46px;
    height: 12.26667vw;
    margin: 0 auto;
    width: 150px;
    width: 40vw;
  }
  .buttons__more span {
    display: block;
    margin-left: 19px;
    margin-left: 5.06667vw;
    transform: translate(0, -1px);
    transform: translate(0, -0.26667vw);
  }
  .buttons__more a {
    display: block;
    text-decoration: none;
    line-height: 46px;
    line-height: 12.26667vw;
    color: #ffffff;
    background-color: #ff4f75;
    border: #ff4f75 solid 1px;
    border: #ff4f75 solid 0.26667vw;
    box-sizing: border-box;
    font-size: 13.5px;
    font-size: 3.6vw;
    letter-spacing: .25em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-radius: 4.5px;
    border-radius: 1.2vw;
    padding: 0;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all .2s;
  }
  .buttons__more a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 7px;
    border-width: 0.93333vw 0 0.93333vw 1.86667vw;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 27px;
    right: 7.2vw;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .buttons__more a:hover {
    color: #ffffff;
    background-color: #ff4f75;
  }
  .buttons__more a:hover:after {
    border-color: transparent transparent transparent #ffffff;
    transform: translate(0, -50%);
  }
  .buttons__more a {
    letter-spacing: .15em;
  }
  .buttons__more a:after {
    right: 12.5px;
    right: 3.33333vw;
  }
  .details {
    min-width: 100%;
    width: 100%;
    margin-bottom: 35px;
    margin-bottom: 9.33333vw;
  }
  .details__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    zoom: 1;
    padding-top: 75px;
    padding-top: 20vw;
    border: none;
  }
  .details__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .details__visual {
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
    border-radius: 4.5px;
    border-radius: 1.2vw;
    overflow: hidden;
  }
  .details__visual img {
    width: 100%;
    height: auto;
  }
  .details__content {
    width: 100%;
    zoom: 1;
  }
  .details__content:after {
    content: "";
    clear: both;
    display: block;
  }
  .details__content__l {
    width: 100%;
    float: none;
  }
  .details__content__title {
    font-size: 21px;
    font-size: 5.6vw;
    letter-spacing: .04em;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.57em;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .details__content__name {
    font-size: 16.5px;
    font-size: 4.4vw;
    letter-spacing: .07em;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.57em;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
  }
  .details__content__name:last-child {
    margin-bottom: 0;
  }
  .details__content__button {
    letter-spacing: 0;
    font-size: 0;
    width: 100%;
    zoom: 1;
    padding-top: 0;
  }
  .details__content__button:after {
    content: "";
    clear: both;
    display: block;
  }
  .details__content__button li {
    letter-spacing: normal;
    font-size: medium;
    display: block;
    float: left;
  }
  .details__content__button li:nth-child(2n), .details__content__button li:last-child {
    margin-right: 0 !important;
  }
  .details__content__button .button--blank {
    width: 230px;
    width: 61.33333vw;
    height: 46px;
    height: 12.26667vw;
    margin: 0 auto;
  }
  .details__content__button .button--blank .icon--text {
    display: block;
    margin-left: 19px;
    margin-left: 5.06667vw;
    transform: translate(0, -1px);
    transform: translate(0, -0.26667vw);
    width: 100%;
  }
  .details__content__button .button--blank .icon--blank {
    display: block;
    position: absolute;
    right: 16px;
    right: 4.26667vw;
    top: 50%;
    transform: translate(0, -50%);
  }
  .details__content__button .button--blank .icon--blank path {
    transition: none;
  }
  .details__content__button .button--blank .icon--blank svg {
    width: 13px;
    width: 3.46667vw;
    height: auto;
  }
  .details__content__button .button--blank a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    background-color: #ff4f75;
    border: #ff4f75 solid 1px;
    border: #ff4f75 solid 0.26667vw;
    box-sizing: border-box;
    font-size: 13.5px;
    font-size: 3.6vw;
    letter-spacing: .25em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-radius: 4.5px;
    border-radius: 1.2vw;
    padding: 0;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: none;
    line-height: 46px;
    line-height: 12.26667vw;
  }
  .details__content__button .button--blank a:hover {
    color: #ffffff;
    background-color: #ff4f75;
  }
  .details__content__button .button--blank a:hover .icon--blank path {
    fill: #ffffff;
  }
  .details__content__button .button--insite {
    width: 200px;
    width: 53.33333vw;
    height: 46px;
    height: 12.26667vw;
    margin: 0 auto;
  }
  .details__content__button .button--insite span {
    display: block;
    margin-left: 19px;
    margin-left: 5.06667vw;
    transform: translate(0, -1px);
    transform: translate(0, -0.26667vw);
  }
  .details__content__button .button--insite a {
    display: block;
    text-decoration: none;
    line-height: 46px;
    line-height: 12.26667vw;
    color: #ffffff;
    background-color: #ff4f75;
    border: #ff4f75 solid 1px;
    border: #ff4f75 solid 0.26667vw;
    box-sizing: border-box;
    font-size: 13.5px;
    font-size: 3.6vw;
    letter-spacing: .25em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-radius: 4.5px;
    border-radius: 1.2vw;
    padding: 0;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all .2s;
  }
  .details__content__button .button--insite a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 7px;
    border-width: 0.93333vw 0 0.93333vw 1.86667vw;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 27px;
    right: 7.2vw;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .details__content__button .button--insite a:hover {
    color: #ffffff;
    background-color: #ff4f75;
  }
  .details__content__button .button--insite a:hover:after {
    border-color: transparent transparent transparent #ffffff;
    transform: translate(0, -50%);
  }
  .details__content__button .button--blank,
  .details__content__button .button--insite {
    width: 47.27273%;
    margin-right: 5.45455%;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .details__content__button .button--blank a,
  .details__content__button .button--insite a {
    padding: 0;
    letter-spacing: .15em;
  }
  .details__content__button .button--blank a:after,
  .details__content__button .button--blank a .icon--blank,
  .details__content__button .button--insite a:after,
  .details__content__button .button--insite a .icon--blank {
    right: 15px;
    right: 4vw;
  }
  .details__content__button .button--blank span,
  .details__content__button .button--blank .icon--text,
  .details__content__button .button--insite span,
  .details__content__button .button--insite .icon--text {
    margin-left: 15px;
    margin-left: 4vw;
    font-size: 11.5px;
    font-size: 3.06667vw;
  }
  .details__content__r {
    width: 100%;
    float: none;
    padding-top: 35px;
    padding-top: 9.33333vw;
  }
  .details__content__copy {
    font-size: 16.5px;
    font-size: 4.4vw;
    letter-spacing: .07em;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.57em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    color: #818181;
  }
  .details__content__text {
    color: #818181;
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: .05em;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 2em;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .details__content__tag {
    letter-spacing: 0;
    font-size: 0;
    margin-bottom: 45px;
    margin-bottom: 12vw;
    padding-top: 10px;
    padding-top: 2.66667vw;
  }
  .details__content__tag li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    margin-right: 6.5px;
    margin-right: 1.73333vw;
    margin-bottom: 6.5px;
    margin-bottom: 1.73333vw;
  }
  .details__content__tag li:last-child {
    margin-right: 0;
  }
  .details__content__tag a {
    display: block;
    text-decoration: none;
    line-height: 1.0em;
    background-color: #E6E6E6;
    color: #818181;
    font-size: 11.5px;
    font-size: 3.06667vw;
    letter-spacing: .04em;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 21px;
    line-height: 5.6vw;
    padding: 0 10px;
    border-radius: 100px;
    transition: none;
  }
  .details__content__tag a:hover {
    background-color: #E6E6E6;
    color: #818181;
  }
  .character {
    min-width: 100%;
    width: 100%;
  }
  .character__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    zoom: 1;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    border: none;
  }
  .character__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .character__headline {
    font-size: 21px;
    font-size: 5.6vw;
    letter-spacing: .06em;
    text-align: center;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    line-height: 60px;
    line-height: 16vw;
    border-radius: 120px;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .character__list ul {
    width: 100%;
    zoom: 1;
  }
  .character__list ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .character__list li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
    zoom: 1;
    height: auto !important;
  }
  .character__list li:after {
    content: "";
    clear: both;
    display: block;
  }
  .character__list li:nth-child(2n) {
    margin-right: 0;
  }
  .character__list__img {
    width: 125px;
    width: 33.33333vw;
    height: 125px;
    height: 33.33333vw;
    float: left;
    border-radius: 4.5px;
    border-radius: 1.2vw;
    overflow: hidden;
  }
  .character__list__img img {
    width: 100%;
    height: auto;
  }
  .character__list__detail {
    width: 175px;
    width: 46.66667vw;
    float: right;
  }
  .character__list__name {
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: .07em;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.75em;
    margin-bottom: 7.5px;
    margin-bottom: 2vw;
    white-space: nowrap;
  }
  .character__list__name span {
    display: inline-block;
    font-size: 10px;
    font-size: 2.66667vw;
    margin-left: 12px;
    margin-left: 3.2vw;
    transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform: scale(0.8);
  }
  .character__list__text {
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .05em;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.75em;
    color: #818181;
  }
  .movie {
    min-width: 100%;
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
    background-color: #ffffff;
  }
  .movie__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    zoom: 1;
    padding: 90px 0 70px 0;
    padding: 24vw 0 18.66667vw 0;
    text-align: center;
    border: none;
  }
  .movie__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .movie__list {
    width: 100%;
  }
  .movie__list ul {
    width: 100%;
    letter-spacing: 0;
    font-size: 0;
    line-height: 1.0em;
  }
  .movie__list li {
    width: 100%;
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    line-height: 1.0em;
    margin-right: 0;
    margin-bottom: 37.5px;
    margin-bottom: 10vw;
  }
  .movie__list li:nth-child(2n) {
    margin-right: 0;
  }
  .movie__list li:last-child {
    margin-bottom: 0;
  }
  .movie__list__thumb {
    width: 100%;
    height: 183px;
    height: 48.8vw;
    overflow: hidden;
    border-radius: 3px;
    border-radius: 0.8vw;
    margin-bottom: 17.5px;
    margin-bottom: 4.66667vw;
  }
  .movie__list__thumb span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: none;
  }
  .movie__list__thumb a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .movie__list__thumb a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(127, 127, 127, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: none;
  }
  .movie__list__thumb a:after {
    content: '';
    display: block;
    background: url("../img/common/icon_play.png") center center no-repeat;
    background-size: cover;
    width: 37.5px;
    width: 10vw;
    height: 37.5px;
    height: 10vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: none;
  }
  .movie__list__thumb a:hover:before {
    background-color: rgba(127, 127, 127, 0.5);
  }
  .movie__list__thumb a:hover:after {
    transform: translate(-50%, -50%) scale(1);
  }
  .movie__list__thumb a:hover span {
    transform: scale(1);
  }
  .movie__list__title {
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .05em;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.70em;
    color: #818181;
  }
  .news {
    min-width: 100%;
    width: 100%;
    margin-bottom: 0px;
    margin-bottom: 0vw;
  }
  .news__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    zoom: 1;
  }
  .news__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .news__headline {
    font-size: 21px;
    font-size: 5.6vw;
    letter-spacing: .06em;
    text-align: center;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    line-height: 60px;
    line-height: 16vw;
    border-radius: 120px;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .news__block {
    width: 100%;
    zoom: 1;
  }
  .news__block:after {
    content: "";
    clear: both;
    display: block;
  }
  .news__block.is--wijet--multiple--news .news__twitter {
    width: 100%;
    margin-right: 0;
  }
  .news__block.is--wijet--multiple--news .news__twitter:nth-child(2n) {
    margin-right: 0;
  }
  .news__block.is--wijet--multiple--news .news__twitter__wijet {
    height: 275px;
    height: 73.33333vw;
  }
  .news__block.is--wijet--multiple--news .news__list {
    float: none;
    width: 100%;
    clear: both;
    padding-top: 0;
  }
   .news__block.is--wijet--multiple--news .details__news .news__list {
    float: none;
    width: 100%;
    clear: both;
    padding-top: 0;
  }
  .news__block.is--wijet--singular .news__twitter {
    float: none;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .news__block.is--wijet--multiple .news__twitter {
    width: 100%;
    margin-right: 0px;
  }
  .news__block.is--wijet--multiple .news__twitter:nth-child(2n) {
    margin-right: 0;
  }
  .news__block.is--wijet--multiple .news__twitter__wijet {
    height: 275px;
    height: 73.33333vw;
  }
  .news__block.is--news .news__list {
    float: none;
    width: 100%;
  }
  .news__block.is--news .details__news .news__list {
    float: none;
    width: 100%;
  }
  .news__twitter {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .news__twitter__wijet {
    width: 100%;
    height: 413px;
    height: 110.13333vw;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .news__twitter__wijet iframe {
    width: 100% !important;
    height: 100% !important;
  }
  .news__twitter__more {
    width: 210px;
    width: 56vw;
    margin: 0 auto;
  }
  .news__twitter__more a {
    display: block;
    width: 100%;
    height: 46px;
    height: 12.26667vw;
    line-height: 46px;
    line-height: 12.26667vw;
    background-color: #1DA1F2;
    color: #FAF6F8;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: .25em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4.5px;
    border-radius: 1.2vw;
    overflow: hidden;
    transition: none;
  }
  .news__twitter__more a:hover {
    background-color: #1DA1F2;
    color: #FAF6F8;
  }
  .news__twitter__more a:hover path {
    fill: #FAF6F8;
  }
  .news__twitter__more .icon--tw {
    display: block;
    position: absolute;
    left: 17.5px;
    left: 4.66667vw;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 1.0em;
  }
  .news__twitter__more .icon--tw svg {
    width: 17.5px;
    width: 4.66667vw;
    height: auto;
  }
  .news__twitter__more .icon--tw path {
    transition: none;
  }
  .news__twitter__more .icon--text {
    text-align: center;
    display: block;
    transform: translate(0, -1px);
    transform: translate(0, -0.26667vw);
  }
  .news__twitter__more .icon--blank {
    display: block;
    position: absolute;
    right: 15px;
    right: 4vw;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 1.0em;
  }
  .news__twitter__more .icon--blank svg {
    width: 12px;
    width: 3.2vw;
    height: auto;
  }
  .news__twitter__more .icon--blank path {
    transition: none;
  }
  .news__list {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .news__list ul {
    display: block;
    margin: 0;
  }
  .news__list li {
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    border-bottom: rgba(0, 0, 0, 0.1) solid 0.26667vw;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
    padding-bottom: 20px;
    padding-bottom: 5.33333vw;
  }
  .news__list li:last-child {
    margin-bottom: 0;
  }
  .news__list a {
    display: block;
    text-decoration: none;
  }
  .news__list a:hover .news__list__date,
  .news__list a:hover .news__list__title {
    color: #3F3F3F;
  }
  .news__list a:hover .news__list__title:after {
    border-color: transparent transparent transparent #3F3F3F;
  }
  .news__list__date {
    display: block;
    font-size: 10.5px;
    font-size: 2.8vw;
    line-height: 1.0em;
    color: #3F3F3F;
    margin-bottom: 7.5px;
    margin-bottom: 2vw;
    transition: none;
  }
  .news__list__title {
    display: block;
    font-size: 16.5px;
    font-size: 4.4vw;
    letter-spacing: .04em;
    line-height: 1.72em;
    color: #3F3F3F;
    position: relative;
    padding-right: 25px;
    padding-right: 6.66667vw;
    transition: none;
  }
  .news__list__title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 7px;
    border-width: 0.93333vw 0 0.93333vw 1.86667vw;
    border-color: transparent transparent transparent #3f3f3f;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .banner {
    min-width: 100%;
    width: 100%;
    padding-bottom: 40px;
    padding-bottom: 10.66667vw;
  }
  .banner__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    zoom: 1;
  }
  .banner__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .banner__list {
    width: 100%;
    text-align: center;
  }
  .banner__list ul {
    width: 100%;
    zoom: 1;
    letter-spacing: 0;
    font-size: 0;
  }
  .banner__list ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .banner__list li {
    letter-spacing: normal;
    font-size: medium;
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .banner__list li:nth-child(3n), .banner__list li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .banner__list a {
    display: block;
    line-height: 1.0em;
    border-radius: 4.5px;
    border-radius: 1.2vw;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .banner__list a:before, .banner__list a:after {
    display: none;
  }
  .banner__list span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
  }
  .banner__list span:before {
    display: none;
  }
  .banner__list img {
    width: 100%;
    height: auto;
  }
  .banner__list a:hover:before, .banner__list a:hover:after {
    display: none;
  }
  .banner__list a:hover span:before {
    display: none;
  }
  .books {
    min-width: 100%;
    width: 100%;
  }
  .books__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
  }
  .books__headline {
    font-size: 21px;
    font-size: 5.6vw;
    letter-spacing: .06em;
    text-align: center;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    line-height: 60px;
    line-height: 16vw;
    border-radius: 120px;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .books__list {
    width: 100%;
  }
  .books__list ul {
    width: 100%;
    zoom: 1;
  }
  .books__list ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .books__list li {
    width: 46.15385%;
    float: left;
    margin-right: 7.69231%;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .books__list li:nth-child(2n), .books__list li:nth-child(4n) {
    margin-right: 0;
  }
  .books__list__cover {
    width: 100%;
    height: auto;
    margin-bottom: 12.5px;
    margin-bottom: 3.33333vw;
  }
  .books__list__cover img {
    width: 100%;
    height: auto;
    border-radius: 4.5px;
    border-radius: 1.2vw;
    overflow: hidden;
  }
  .books__list__title {
    font-size: 13.5px;
    font-size: 3.6vw;
    letter-spacing: .04em;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
    margin-bottom: 2.5px;
    margin-bottom: 0.66667vw;
  }
  .books__list__date {
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .04em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    color: #818181;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scale(0.9);
  }
  .books__list__date span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .books__list__buy {
    width: 200px;
    width: 53.33333vw;
    height: 46px;
    height: 12.26667vw;
    margin: 0 auto;
    width: 100%;
  }
  .books__list__buy span {
    display: block;
    margin-left: 19px;
    margin-left: 5.06667vw;
    transform: translate(0, -1px);
    transform: translate(0, -0.26667vw);
  }
  .books__list__buy a {
    display: block;
    text-decoration: none;
    line-height: 46px;
    line-height: 12.26667vw;
    color: #ffffff;
    background-color: #ff4f75;
    border: #ff4f75 solid 1px;
    border: #ff4f75 solid 0.26667vw;
    box-sizing: border-box;
    font-size: 13.5px;
    font-size: 3.6vw;
    letter-spacing: .25em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-radius: 4.5px;
    border-radius: 1.2vw;
    padding: 0;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all .2s;
  }
  .books__list__buy a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 7px;
    border-width: 0.93333vw 0 0.93333vw 1.86667vw;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 27px;
    right: 7.2vw;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .books__list__buy a:hover {
    color: #ffffff;
    background-color: #ff4f75;
  }
  .books__list__buy a:hover:after {
    border-color: transparent transparent transparent #ffffff;
    transform: translate(0, -50%);
  }
  .books__list__buy a {
    letter-spacing: .15em;
  }
  .books__list__buy a:after {
    right: 12.5px;
    right: 3.33333vw;
  }
  .books__list__buy span {
    margin-left: 15px;
    margin-left: 4vw;
  }
  .others {
    min-width: 100%;
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .others__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
  }
  .others__inner h3 {
    font-size: 21px;
    font-size: 5.6vw;
    letter-spacing: .06em;
    text-align: center;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    line-height: 60px;
    line-height: 16vw;
    border-radius: 120px;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .others__inner .unit--text {
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: .05em;
    line-height: 2.0em;
    color: #818181;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .others__inner .unit--text a {
    color: #ff4f75;
  }
  .others__inner .unit--image__wide {
    text-align: center;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .others__inner .unit--image__wide img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .others__inner .unit--image__column2 {
    display: block;
    margin: 0 auto 40px auto;
    margin: 0 auto 10.66667vw auto;
    zoom: 1;
  }
  .others__inner .unit--image__column2:after {
    content: "";
    clear: both;
    display: block;
  }
  .others__inner .unit--image__column2 p {
    display: block;
    vertical-align: middle;
    padding-right: 0;
    width: 46.15385%;
    margin-right: 7.69231%;
    float: left;
  }
  .others__inner .unit--image__column2 p:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .others__inner .unit--image__column2 img {
    width: auto;
    height: auto;
    max-width: 150px;
    max-width: 40vw;
  }
  .others__inner .unit--image__column3 {
    display: block;
    margin: 0 auto 40px auto;
    margin: 0 auto 10.66667vw auto;
    zoom: 1;
  }
  .others__inner .unit--image__column3:after {
    content: "";
    clear: both;
    display: block;
  }
  .others__inner .unit--image__column3 p {
    display: block;
    vertical-align: middle;
    padding-right: 0;
    width: 46.15385%;
    margin-right: 7.69231%;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
    float: left;
  }
  .others__inner .unit--image__column3 p:nth-child(2n), .others__inner .unit--image__column3 p:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .others__inner .unit--image__column3 img {
    width: auto;
    height: auto;
    max-width: 150px;
    max-width: 40vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .content__chapter__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) and (max-width: 375px) {
  .content__chapter__text {
    font-size: 15px;
    font-size: 4vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  .content__chapter__text {
    font-size: 15px;
    font-size: 4vw;
  }
}
