@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;
}

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

.visual {
  min-width: 1200px;
  width: 100%;
  margin-bottom: 175px;
}

.visual__inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  border: none;
  height: 427px;
  position: relative;
}

.visual__logo {
  position: absolute;
  left: 50%;
  bottom: -77px;
  z-index: 1;
  transform: translate(-50%, 0);
}

.visual__lead {
  position: absolute;
  left: 50%;
  bottom: -115px;
  z-index: 1;
  transform: translate(-50%, 0);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  color: #000000;
  letter-spacing: .3em;
}

.visual__img {
  position: relative;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  border-radius: 40px;
  overflow: hidden;
}

.visual__img.color--pink {
  background-color: #FF4F75;
}

.visual__img.color--orange {
  background-color: #FF854B;
}

.visual__img.color--yellow {
  background-color: #FFBD23;
}

.visual__img.color--green {
  background-color: #00EFB8;
}

.visual__img.color--blue {
  background-color: #3865FF;
}

.visual__img.color--purple {
  background-color: #8551FC;
}

.visual__img.color--brown {
  background-color: #B98477;
}

.visual__img.color--white {
  background-color: #FFFFFF;
}

.visual__img.color--black {
  background-color: #3F3F3F;
}

.visual__copy {
  position: absolute;
  left: -40px;
  top: 40px;
  z-index: 1;
}

.visual__copy p {
  line-height: 1.0em;
  margin-bottom: 18px;
}

.visual__copy p:last-child {
  margin-bottom: 0;
}

.visual__copy span {
  display: inline-block;
  line-height: 1.0em;
  color: #ffffff;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  letter-spacing: .04em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  vertical-align: top;
}

.visual__copy i {
  display: inline;
  font-style: normal;
  background-color: #000000;
  line-height: 1.2em;
  vertical-align: top;
  padding: 3px 8px 3px 10px;
}

.visual__copy strong {
  width: 0px;
  display: inline-block;
}

.visual__copy .text--s span {
  font-size: 24px;
}

.visual__copy .text--l span {
  font-size: 50px;
}

.visual__cover {
  position: absolute;
  right: 40px;
  bottom: -114px;
  z-index: 1;
}

.visual__cover__img {
  margin-bottom: 20px;
}

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

.visual__cover__button 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: 16px;
  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: 10px 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;
}

.visual__cover__button 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: 15px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

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

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

.visual__month {
  position: absolute;
  left: 40px;
  bottom: -120px;
  z-index: 1;
}

.visual__month__num {
  font-size: 100px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  line-height: 1.0em;
}

.visual__month__date {
  font-size: 16px;
  letter-spacing: .18em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  line-height: 1.5em;
}

.visual__banner {
  position: absolute;
  right: -40px;
  top: 20px;
  z-index: 1;
}

.visual__banner a {
  display: block;
}

.visual__banner a:hover {
  animation: bounceOnce .3s ease-out;
}

.info {
  min-width: 1200px;
  width: 100%;
  margin-bottom: 60px;
}

.info__inner {
  position: relative;
  width: 1040px;
  border: none;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
  display: table;
  padding: 40px 0;
}

.info__headline {
  display: table-cell;
  width: 19.23077%;
  vertical-align: middle;
  text-align: center;
}

.info__headline span {
  color: #ff4f75;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: inline-block;
  padding-left: 52px;
}

.info__headline span:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/common/icon_caution.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

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

.info__list ul {
  display: block;
  width: 95%;
}

.info__list li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

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

.info__list a {
  text-decoration: none;
  color: #3f3f3f;
  zoom: 1;
  transition: all .2s;
}

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

.info__list a:hover {
  color: #ff4f75;
}

.info__list__date {
  display: block;
  font-size: 14px;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 12%;
  float: left;
}

.info__list__text {
  display: block;
  font-size: 16px;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 88%;
  float: left;
}

.special {
  min-width: 1200px;
  width: 100%;
  padding-bottom: 120px;
  overflow: hidden;
}

.special__inner {
  position: relative;
  width: 100%;
  border: none;
  position: relative;
}

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

.special__banner li {
  vertical-align: top;
}

.special__banner a {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  transition: all .2s;
}

.special__banner a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.special__banner a.modal--movie: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;
}

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

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

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

.special__banner a.modal--movie:hover span {
  transform: scale(1.05);
}

.special__banner 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;
}

.special__banner .button--prev,
.special__banner .button--next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  background-color: #000000;
  border-radius: 40px;
  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);
  cursor: pointer;
}

.special__banner .button--prev:hover,
.special__banner .button--next:hover {
  background-color: #ff4f75;
  transition: all .2s;
}

.special__banner .button--prev span,
.special__banner .button--next span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.special__banner .button--prev svg,
.special__banner .button--next svg {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.special__banner .button--prev {
  left: -60px;
}

.special__banner .button--prev svg {
  left: 48%;
}

.special__banner .button--next {
  right: -60px;
}

.special__banner .button--next svg {
  left: 52%;
}

.special__banner .button--paging {
  position: absolute;
  left: 50%;
  bottom: -45px;
  z-index: 1;
  letter-spacing: 0;
  font-size: 0;
  border: none;
  vertical-align: top;
  line-height: 1.0em;
  transform: translate(-50%, 0);
}

.special__banner .button--paging span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
  display: inline-block;
  background-color: #B9B9B9;
  margin: 0 17px;
  cursor: pointer;
  transition: all .2s;
}

.special__banner .button--paging span.swiper-pagination-bullet-active {
  background-color: #ff4f75;
}

.special__banner ul.swipe--none {
  letter-spacing: 0;
  font-size: 0;
  width: 100%;
  text-align: center;
  line-height: 1.0em;
  vertical-align: top;
}

.special__banner ul.swipe--none li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  line-height: 1.0em;
  margin: 0 20px;
}

.special__banner ul.swipe--none li:first-of-type {
  margin-left: 0;
}

.special__banner ul.swipe--none li:last-child {
  margin-right: 0;
}

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

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

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

.books__headline span {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .25em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
  position: relative;
  margin-left: 94px;
}

.books__headline span:before {
  content: '';
  display: block;
  width: 62px;
  height: 1px;
  background-color: #3F3F3F;
  position: absolute;
  left: -80px;
  top: 50%;
}

.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 35px 0;
}

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

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

.books__list__cover a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.books__list__cover a:before {
  content: '詳細を見る';
  display: block;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 46%;
  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;
}

.books__list__cover 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: 58%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .2s;
}

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

.books__list__cover 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;
}

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

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

.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;
}

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

.books__more {
  padding-top: 23px;
  width: 252px;
  margin: 0 auto;
}

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

.books__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;
}

.books__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;
}

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

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

.lineup {
  min-width: 1200px;
  width: 100%;
  margin-bottom: 120px;
}

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

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

.lineup__headline span {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .25em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
  position: relative;
  margin-left: 94px;
}

.lineup__headline span:before {
  content: '';
  display: block;
  width: 62px;
  height: 1px;
  background-color: #3F3F3F;
  position: absolute;
  left: -80px;
  top: 50%;
}

.lineup__list {
  width: 100%;
}

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

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

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

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

.lineup__list a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
}

.lineup__list a:before {
  content: '詳細を見る';
  display: block;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 44%;
  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;
}

.lineup__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: 60%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .2s;
}

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

.lineup__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;
}

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

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

.lineup__more {
  padding-top: 20px;
  width: 252px;
  margin: 0 auto;
}

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

.lineup__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;
}

.lineup__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;
}

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

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

.update {
  min-width: 1200px;
  width: 100%;
  margin-bottom: 182px;
}

.update__inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  border: none;
}

.update__headline {
  text-align: center;
  line-height: 1.0em;
  font-size: 44px;
  letter-spacing: .06em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 60px;
  margin-bottom: 40px;
}

.update__headline span {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .25em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
  position: relative;
  margin-left: 94px;
}

.update__headline span:before {
  content: '';
  display: block;
  width: 62px;
  height: 1px;
  background-color: #3F3F3F;
  position: absolute;
  left: -80px;
  top: 50%;
}

.update__list {
  width: 100%;
  margin-bottom: 60px;
}

.update__list ul {
  width: 100%;
}

.update__list li {
  width: 100%;
  border-bottom: #E5E5E5 solid 1px;
  padding: 15px 0;
}

.update__list a {
  display: block;
  width: 100%;
  zoom: 1;
  text-decoration: none;
  color: #3f3f3f;
  position: relative;
  transition: all .2s;
}

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

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

.update__list a:hover {
  color: #ff4f75;
}

.update__list a:hover:before {
  border-color: transparent transparent transparent #ff4f75;
}

.update__list__date {
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  float: left;
  width: 10%;
  padding-top: 5px;
  letter-spacing: .04em;
}

.update__list__text {
  display: block;
  float: left;
  width: 86%;
  font-size: 22px;
  letter-spacing: .04em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.72em;
}

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

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

.update__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;
}

.update__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;
}

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

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

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

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

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

.official__twitter {
  width: 50%;
  float: left;
  position: relative;
}

.official__twitter__headline {
  font-size: 22px;
  letter-spacing: .06em;
  line-height: 1.0em;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: -60px;
}

.official__twitter__wijet {
  width: 100%;
  height: 410px;
  margin-bottom: 40px;
}

.official__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;
}

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

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

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

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

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

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

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

.official__banner {
  width: 440px;
  float: right;
}

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

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

.official__banner li {
  width: 200px;
  float: left;
  margin: 0 40px 40px 0;
}

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

.official__banner a {
  display: block;
  line-height: 1.0em;
  border-radius: 6px;
  overflow: hidden;
}

@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;
  }
  #top-page {
    width: 100%;
    padding-top: 54px;
    padding-top: 14.4vw;
  }
  .visual {
    min-width: 100%;
    width: 100%;
    margin-bottom: 180px;
    margin-bottom: 48vw;
  }
  .visual__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: none;
    height: 500px;
    height: 133.33333vw;
    height: auto;
    position: relative;
    zoom: 1;
  }
  .visual__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .visual__logo {
    position: absolute;
    left: 25px;
    left: 6.66667vw;
    bottom: -38.5px;
    bottom: -10.26667vw;
    z-index: 1;
    transform: translate(0, 0);
    width: 226.5px;
    width: 60.4vw;
  }
  .visual__logo img {
    width: 100%;
    height: auto;
  }
  .visual__lead {
    position: absolute;
    left: 25px;
    left: 6.66667vw;
    bottom: -59px;
    bottom: -15.73333vw;
    z-index: 1;
    transform: translate(0, 0);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    color: #000000;
    letter-spacing: .136em;
    font-size: 10.35px;
    font-size: 2.76vw;
  }
  .visual__img {
    position: relative;
    width: 80%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    border-radius: 25px 0 0 25px / 25px 0 0 25px;
    border-radius: 6.66667vw 0 0 6.66667vw / 6.66667vw 0 0 6.66667vw;
    float: right;
    overflow: hidden;
  }
  .visual__copy {
    position: absolute;
    left: 0;
    bottom: 40px;
    bottom: 10.66667vw;
    top: auto;
    z-index: 1;
  }
  .visual__copy p {
    line-height: 1.0em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .visual__copy p:last-child {
    margin-bottom: 0;
  }
  .visual__copy span {
    display: inline-block;
    line-height: 1.0em;
    color: #ffffff;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: .04em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .visual__copy i {
    display: inline;
    font-style: normal;
    background-color: #000000;
    line-height: 1.2em;
    vertical-align: top;
    padding: 3px 5px 3px 5px;
    padding: 0.8vw 1.33333vw 0.8vw 1.33333vw;
  }
  .visual__copy strong {
    width: 0px;
    width: 0vw;
    display: inline-block;
  }
  .visual__copy .text--s span {
    font-size: 15.5px;
    font-size: 4.13333vw;
  }
  .visual__copy .text--l span {
    font-size: 32.5px;
    font-size: 8.66667vw;
  }
  .visual__cover {
    position: relative;
    position: absolute;
    right: auto;
    bottom: auto;
    bottom: -38.5px;
    bottom: -10.26667vw;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .visual__cover__img {
    margin-bottom: 0;
    width: 75px;
    width: 20vw;
    position: absolute;
    right: 25px;
    right: 6.66667vw;
    bottom: 0px;
    bottom: 0vw;
  }
  .visual__cover__img img {
    width: 100%;
    height: auto;
  }
  .visual__cover__button {
    width: 200px;
    width: 53.33333vw;
    height: 46px;
    height: 12.26667vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -105px;
    bottom: -28vw;
  }
  .visual__cover__button span {
    display: block;
    margin-left: 19px;
    margin-left: 5.06667vw;
    transform: translate(0, -2px);
    transform: translate(0, -0.53333vw);
  }
  .visual__cover__button a {
    width: 100%;
    height: 100%;
    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;
  }
  .visual__cover__button 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: 26.5px;
    right: 7.06667vw;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .2s;
  }
  .visual__cover__button a:hover {
    color: #ffffff;
    background-color: #ff4f75;
  }
  .visual__cover__button a:hover:after {
    border-color: transparent transparent transparent #ffffff;
    transform: translate(0px, -50%);
  }
  .visual__month {
    position: absolute;
    left: 25px;
    left: 6.66667vw;
    top: 15px;
    top: 4vw;
    bottom: auto;
    z-index: 1;
  }
  .visual__month__num {
    font-size: 50px;
    font-size: 13.33333vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    line-height: 1.0em;
    margin-bottom: 7.5px;
    margin-bottom: 2vw;
  }
  .visual__month__date {
    font-size: 10.5px;
    font-size: 2.8vw;
    letter-spacing: .18em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    line-height: 1.5em;
  }
  .visual__banner {
    position: absolute;
    right: auto;
    top: 0px;
    top: 0vw;
    left: 12.5px;
    left: 3.33333vw;
    z-index: 1;
    width: 110px;
    width: 29.33333vw;
    height: 110px;
    height: 29.33333vw;
  }
  .visual__banner img {
    width: 100%;
    height: auto;
  }
  .visual__banner a {
    display: block;
  }
  .visual__banner a:hover {
    animation: bounceOnce .3s ease-out;
  }
  .info {
    min-width: 100%;
    width: 100%;
    margin-bottom: 62.5px;
    margin-bottom: 16.66667vw;
  }
  .info__inner {
    position: relative;
    width: 100%;
    border: none;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 0px;
    display: block;
    padding-top: 27.5px;
    padding-top: 7.33333vw;
    padding-bottom: 20px;
    padding-bottom: 5.33333vw;
  }
  .info__headline {
    display: block;
    width: 86.66%;
    margin: 0 auto;
    vertical-align: top;
    text-align: left;
    margin-bottom: 27.5px;
    margin-bottom: 7.33333vw;
  }
  .info__headline span {
    color: #ff4f75;
    font-size: 16.5px;
    font-size: 4.4vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    display: inline-block;
    padding-left: 42.5px;
    padding-left: 11.33333vw;
  }
  .info__headline span:before {
    content: '';
    display: block;
    width: 30px;
    width: 8vw;
    height: 30px;
    height: 8vw;
    background: url("../img/common/icon_caution.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .info__list {
    display: block;
    width: 86.66%;
    margin: 0 auto;
    vertical-align: top;
  }
  .info__list ul {
    display: block;
    width: 100%;
  }
  .info__list li {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .info__list li:last-child {
    margin-bottom: 0;
  }
  .info__list a {
    text-decoration: none;
    color: #3f3f3f;
    zoom: 1;
    transition: all .2s;
  }
  .info__list a:after {
    content: "";
    clear: both;
    display: block;
  }
  .info__list a:hover {
    color: #3f3f3f;
  }
  .info__list__date {
    display: block;
    font-size: 10.5px;
    font-size: 2.8vw;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    float: none;
    line-height: 1.0em;
    margin-bottom: 3px;
    margin-bottom: 0.8vw;
  }
  .info__list__text {
    display: block;
    font-size: 13.5px;
    font-size: 3.6vw;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    float: none;
    line-height: 1.75em;
  }
  .special {
    min-width: 100%;
    width: 100%;
    padding-bottom: 75px;
    padding-bottom: 20vw;
    overflow: hidden;
  }
  .special__inner {
    position: relative;
    width: 100%;
    border: none;
    position: relative;
  }
  .special__banner {
    width: 275px;
    width: 73.33333vw;
    margin: 0 auto;
    position: relative;
  }
  .special__banner img {
    width: 275px;
    width: 73.33333vw;
    height: auto;
  }
  .special__banner a {
    display: block;
    border-radius: 4.5px;
    border-radius: 1.2vw;
    overflow: hidden;
    transition: all .2s;
    position: relative;
  }
  .special__banner a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .special__banner a.modal--movie: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;
  }
  .special__banner a.modal--movie:after {
    content: '';
    display: block;
    background: url("../img/common/icon_play.png") center center no-repeat;
    background-size: cover;
    width: 30px;
    width: 8vw;
    height: 30px;
    height: 8vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: none;
  }
  .special__banner a.modal--movie:hover:before {
    background-color: rgba(127, 127, 127, 0.5);
  }
  .special__banner a.modal--movie:hover:after {
    transform: translate(-50%, -50%) scale(1);
  }
  .special__banner a.modal--movie:hover span {
    transform: scale(1);
  }
  .special__banner 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;
  }
  .special__banner .button--prev,
  .special__banner .button--next {
    width: 37.5px;
    width: 10vw;
    height: 37.5px;
    height: 10vw;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    background-color: #000000;
    border-radius: 75px;
    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);
    cursor: pointer;
  }
  .special__banner .button--prev:hover,
  .special__banner .button--next:hover {
    background-color: #000000;
    transition: none;
  }
  .special__banner .button--prev span,
  .special__banner .button--next span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .special__banner .button--prev svg,
  .special__banner .button--next svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 9.5px;
    width: 2.53333vw;
    height: auto;
  }
  .special__banner .button--prev {
    left: -43.5px;
    left: -11.6vw;
  }
  .special__banner .button--prev svg {
    left: 48%;
  }
  .special__banner .button--next {
    right: -43.5px;
    right: -11.6vw;
  }
  .special__banner .button--next svg {
    left: 52%;
  }
  .special__banner .button--paging {
    display: none;
  }
  .special__banner ul.swipe--none {
    letter-spacing: 0;
    font-size: 0;
    width: 100%;
    text-align: center;
    line-height: 1.0em;
    vertical-align: top;
  }
  .special__banner ul.swipe--none li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    line-height: 1.0em;
    margin: 0;
  }
  .special__banner ul.swipe--none li:first-of-type {
    margin-left: 0;
  }
  .special__banner ul.swipe--none li:last-child {
    margin-right: 0;
  }
  .books {
    min-width: 100%;
    width: 100%;
    margin-bottom: 70px;
    margin-bottom: 18.66667vw;
  }
  .books__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    border: none;
  }
  .books__headline {
    text-align: left;
    line-height: 1.0em;
    font-size: 30px;
    font-size: 8vw;
    letter-spacing: .04em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 35px;
    margin-bottom: 9.33333vw;
  }
  .books__headline span {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 9px;
    font-size: 2.4vw;
    letter-spacing: .25em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    position: relative;
    margin-left: 12.5px;
    margin-left: 3.33333vw;
  }
  .books__headline span:before {
    display: none;
  }
  .books__list {
    width: 100%;
    padding-bottom: 15px;
    padding-bottom: 4vw;
  }
  .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: 22.5px;
    margin-bottom: 6vw;
  }
  .books__list li:nth-child(4n) {
    margin-right: 7.69231%;
  }
  .books__list li:nth-child(2n) {
    margin-right: 0;
  }
  .books__list__cover {
    width: 100%;
    border-radius: 4.5px;
    border-radius: 1.2vw;
    overflow: hidden;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .books__list__cover a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .books__list__cover a:before, .books__list__cover a:after {
    display: none;
  }
  .books__list__cover span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
  }
  .books__list__cover span:before {
    display: none;
  }
  .books__list__cover img {
    width: 100%;
    height: auto;
  }
  .books__list__cover a:hover:before, .books__list__cover a:hover:after {
    display: none;
  }
  .books__list__cover a:hover span:before {
    display: none;
  }
  .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: 2px;
    margin-bottom: 0.53333vw;
  }
  .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;
  }
  .books__list__date span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .books__more {
    padding-top: 0px;
    padding-top: 0vw;
    width: 200px;
    width: 53.33333vw;
    height: 46px;
    height: 12.26667vw;
    margin: 0 auto;
  }
  .books__more span {
    display: block;
    margin-left: 19px;
    margin-left: 5.06667vw;
    transform: translate(0, -1px);
    transform: translate(0, -0.26667vw);
  }
  .books__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;
  }
  .books__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;
  }
  .books__more a:hover {
    color: #ffffff;
    background-color: #ff4f75;
  }
  .books__more a:hover:after {
    border-color: transparent transparent transparent #ffffff;
    transform: translate(0, -50%);
  }
  .lineup {
    min-width: 100%;
    width: 100%;
    margin-bottom: 75px;
    margin-bottom: 20vw;
  }
  .lineup__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    border: none;
  }
  .lineup__headline {
    text-align: left;
    line-height: 1.0em;
    font-size: 30px;
    font-size: 8vw;
    letter-spacing: .04em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 35px;
    margin-bottom: 9.33333vw;
  }
  .lineup__headline span {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 9px;
    font-size: 2.4vw;
    letter-spacing: .25em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    position: relative;
    margin-left: 12.5px;
    margin-left: 3.33333vw;
  }
  .lineup__headline span:before {
    display: none;
  }
  .lineup__list {
    width: 100%;
    padding-bottom: 10px;
    padding-bottom: 2.66667vw;
  }
  .lineup__list ul {
    width: 100%;
    zoom: 1;
  }
  .lineup__list ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .lineup__list li {
    width: 46.15385%;
    float: left;
    margin-right: 7.69231%;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .lineup__list li:nth-child(4n) {
    margin-right: 7.69231%;
  }
  .lineup__list li:nth-child(2n) {
    margin-right: 0;
  }
  .lineup__list a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border-radius: 4.5px;
    border-radius: 1.2vw;
    overflow: hidden;
  }
  .lineup__list a:before, .lineup__list a:after {
    display: none;
  }
  .lineup__list span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
  }
  .lineup__list span:before {
    display: none;
  }
  .lineup__list img {
    width: 100%;
    height: auto;
  }
  .lineup__list a:hover:before, .lineup__list a:hover:after {
    display: none;
  }
  .lineup__list a:hover span:before {
    display: none;
  }
  .lineup__more {
    padding-top: 0;
    width: 200px;
    width: 53.33333vw;
    height: 46px;
    height: 12.26667vw;
    margin: 0 auto;
  }
  .lineup__more span {
    display: block;
    margin-left: 19px;
    margin-left: 5.06667vw;
    transform: translate(0, -1px);
    transform: translate(0, -0.26667vw);
  }
  .lineup__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;
  }
  .lineup__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;
  }
  .lineup__more a:hover {
    color: #ffffff;
    background-color: #ff4f75;
  }
  .lineup__more a:hover:after {
    border-color: transparent transparent transparent #ffffff;
    transform: translate(0, -50%);
  }
  .update {
    min-width: 100%;
    width: 100%;
    margin-bottom: 75px;
    margin-bottom: 20vw;
  }
  .update__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    border: none;
  }
  .update__headline {
    text-align: left;
    line-height: 1.0em;
    font-size: 30px;
    font-size: 8vw;
    letter-spacing: .04em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 35px;
    margin-bottom: 9.33333vw;
    margin-bottom: 0px;
    margin-bottom: 0vw;
  }
  .update__headline span {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 9px;
    font-size: 2.4vw;
    letter-spacing: .25em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    position: relative;
    margin-left: 12.5px;
    margin-left: 3.33333vw;
  }
  .update__headline span:before {
    display: none;
  }
  .update__list {
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .update__list ul {
    width: 100%;
  }
  .update__list li {
    width: 100%;
    border-bottom: #E5E5E5 solid 1px;
    border-bottom: #E5E5E5 solid 0.26667vw;
    padding: 20px 0;
    padding: 5.33333vw 0;
  }
  .update__list a {
    display: block;
    width: 100%;
    zoom: 1;
    text-decoration: none;
    color: #3f3f3f;
    position: relative;
    transition: none;
  }
  .update__list a:after {
    content: "";
    clear: both;
    display: block;
  }
  .update__list a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.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: all .2s;
  }
  .update__list a:hover {
    color: #3f3f3f;
  }
  .update__list a:hover:before {
    border-color: transparent transparent transparent #3f3f3f;
  }
  .update__list__date {
    font-size: 10.5px;
    font-size: 2.8vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    float: none;
    width: 100%;
    padding-top: 0;
    letter-spacing: .04em;
  }
  .update__list__text {
    display: block;
    float: none;
    width: 92.30769%;
    font-size: 16.5px;
    font-size: 4.4vw;
    letter-spacing: .04em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.72em;
  }
  .update__more {
    width: 200px;
    width: 53.33333vw;
    height: 46px;
    height: 12.26667vw;
    margin: 0 auto;
  }
  .update__more span {
    display: block;
    margin-left: 19px;
    margin-left: 5.06667vw;
    transform: translate(0, -1px);
    transform: translate(0, -0.26667vw);
  }
  .update__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;
  }
  .update__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;
  }
  .update__more a:hover {
    color: #ffffff;
    background-color: #ff4f75;
  }
  .update__more a:hover:after {
    border-color: transparent transparent transparent #ffffff;
    transform: translate(0, -50%);
  }
  .official {
    min-width: 100%;
    width: 100%;
  }
  .official__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    zoom: 1;
    border: none;
  }
  .official__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .official__twitter {
    width: 100%;
    float: none;
    position: relative;
    margin-bottom: 75px;
    margin-bottom: 20vw;
  }
  .official__twitter__headline {
    font-size: 16.5px;
    font-size: 4.4vw;
    letter-spacing: .04em;
    line-height: 1.0em;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .official__twitter__wijet {
    width: 100%;
    height: 325px;
    height: 86.66667vw;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .official__twitter__wijet iframe {
    width: 100% !important;
    height: 100% !important;
  }
  .official__twitter__more a {
    display: block;
    width: 200px;
    width: 53.33333vw;
    height: 46px;
    height: 12.26667vw;
    margin: 0 auto;
    background-color: #1DA1F2;
    color: #FAF6F8;
    text-decoration: none;
    border: #1DA1F2 solid 1px;
    border: #1DA1F2 solid 0.26667vw;
    box-sizing: border-box;
    line-height: 46px;
    line-height: 12.26667vw;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: .22em;
    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;
  }
  .official__twitter__more a:hover {
    background-color: #1DA1F2;
    color: #FAF6F8;
  }
  .official__twitter__more a:hover path {
    fill: #FAF6F8;
  }
  .official__twitter__more .icon--tw {
    display: block;
    position: absolute;
    left: 18px;
    left: 4.8vw;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 1.0em;
  }
  .official__twitter__more .icon--tw svg {
    width: 17.5px;
    width: 4.66667vw;
    height: auto;
  }
  .official__twitter__more .icon--tw path {
    transition: none;
  }
  .official__twitter__more .icon--text {
    text-align: center;
    display: block;
    transform: translate(0, -2px);
  }
  .official__twitter__more .icon--blank {
    display: block;
    position: absolute;
    right: 19.5px;
    right: 5.2vw;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 1.0em;
  }
  .official__twitter__more .icon--blank svg {
    width: 10px;
    width: 2.66667vw;
    height: auto;
  }
  .official__twitter__more .icon--blank path {
    transition: none;
  }
  .official__banner {
    width: 100%;
    float: none;
  }
  .official__banner ul {
    width: 100%;
    zoom: 1;
  }
  .official__banner ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .official__banner li {
    width: 46.15385%;
    float: left;
    margin-right: 7.69231%;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .official__banner li:nth-child(2n) {
    margin-right: 0;
  }
  .official__banner a {
    display: block;
    line-height: 1.0em;
    border-radius: 4.5px;
    border-radius: 1.2vw;
    overflow: hidden;
  }
  .official__banner img {
    width: 100%;
    height: auto;
  }
}

@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;
  }
}
