.clearfix {
  zoom: 1;
}

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

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

  @date 2017-07-12
  @include _top

  memo: */
#top-page {
  padding-bottom: 130px;
}

.visual {
  position: relative;
  z-index: 0;
  width: 100%;
  border: none;
  margin-bottom: 40px;
}

.visual__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  border: none;
}

.visual__list {
  width: 100%;
  height: 570px;
  overflow: hidden;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.visual__list li {
  background-color: #ffffff;
}

.visual__list__next,
.visual__list__prev {
  position: absolute;
  top: 273px;
  z-index: 1;
  cursor: pointer;
}

.visual__list__next span,
.visual__list__prev span {
  display: block;
  transition: all .2s;
}

.visual__list__next {
  right: -45px;
}

.visual__list__next:hover span {
  transform: translateX(10px);
}

.visual__list__prev {
  left: -45px;
}

.visual__list__prev:hover span {
  transform: translateX(-10px);
}

.visual__list__pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
}

.visual__list__pagination span {
  display: block;
  width: 7px;
  height: 7px;
  border: #505050 solid 1px;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 4px;
  transition: all .2s;
}

.visual__list__pagination span.swiper-pagination-bullet-active {
  background-color: #505050;
}

.pickup {
  position: relative;
  z-index: 0;
  width: 100%;
  border: none;
  margin-bottom: 80px;
}

.pickup__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  border: none;
}

.pickup__inner ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.pickup__inner li {
  -ms-flex-preferred-size: 480px;
      flex-basis: 480px;
}

.pickup__inner a {
  display: block;
  position: relative;
  text-decoration: none;
}

.pickup__inner a:before {
  content: '';
  display: block;
  width: 100%;
  height: 250px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.pickup__inner a:hover .pickup__more span:after {
  transform: translate(10px, -50%);
}

.pickup__banner {
  display: block;
  position: relative;
  z-index: 1;
}

.pickup__more {
  color: #505050;
  position: absolute;
  left: 20px;
  bottom: 21px;
  display: inline-block;
  line-height: 1.0em;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  letter-spacing: .1em;
  z-index: 2;
}

.pickup__more span {
  display: block;
  position: relative;
  padding-right: 20px;
}

.pickup__more span:after {
  content: '';
  display: block;
  background: url("../img/common/icon_arw.png") center top no-repeat;
  background-size: cover;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.pickup__magazine {
  height: 290px;
}

.pickup__magazine a {
  width: 100%;
  height: 100%;
  color: #505050;
}

.pickup__magazine a:before {
  background: url("../img/top/pickup_magazine_bg.png") center top no-repeat;
  background-size: 100% 100%;
}

.pickup__magazine .magazine--title {
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  line-height: 1.428em;
  position: absolute;
  left: 23px;
  top: 65px;
  z-index: 1;
}

.pickup__magazine .magazine--lead {
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 1.77em;
  position: absolute;
  left: 23px;
  top: 171px;
  z-index: 1;
  width: 240px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pickup__magazine .magazine--img {
  position: absolute;
  right: 17px;
  bottom: 20px;
  z-index: 2;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.pickup__magazine .magazine--badge {
  display: block;
  position: absolute;
  left: 154px;
  top: 15px;
  z-index: 1;
  width: 136px;
  height: 136px;
  background: url("../img/top/pickup_magazine_badge.png") center top no-repeat;
  background-size: cover;
}

.pickup__magazine .magazine--badge__inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.pickup__magazine .magazine--badge__year {
  display: block;
  font-size: 15px;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  position: absolute;
  left: 17px;
  top: 58px;
}

.pickup__magazine .magazine--badge__month {
  display: block;
  font-size: 56px;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  position: absolute;
  left: 0px;
  top: 40px;
  width: 100%;
  text-align: center;
  letter-spacing: -.05em;
}

.pickup__magazine .magazine--badge__vol {
  display: block;
  font-size: 14px;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  position: absolute;
  left: 0px;
  bottom: 22px;
  width: 100%;
  text-align: center;
}

.news {
  position: relative;
  z-index: 0;
  width: 100%;
  border: none;
  margin-bottom: 110px;
}

.news__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  border: none;
  display: -ms-flexbox;
  display: flex;
}

.news__headline {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  position: relative;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
  background-color: #FFEB00;
}

.news__headline:after {
  content: '';
  display: block;
  background: url("../img/common/bg_label_yellow.png") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 21px;
  z-index: 0;
}

.news__headline h3 {
  height: calc(100% - 21px);
  background-color: #FFEB00;
  width: 100%;
}

.news__headline .headline--more {
  line-height: 1.0em;
  position: absolute;
  bottom: 50px;
  left: 20px;
}

.news__headline .headline--more a {
  display: inline-block;
  text-decoration: none;
  color: #505050;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  letter-spacing: .1em;
  line-height: 1.0em;
  vertical-align: top;
  padding-right: 20px;
  position: relative;
}

.news__headline .headline--more a:after {
  content: '';
  display: block;
  background: url("../img/common/icon_arw.png") center top no-repeat;
  background-size: cover;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.news__headline .headline--more a:hover:after {
  transform: translate(10px, -50%);
}

.news__headline h3 {
  height: auto;
}

.news__headline:before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #FFEB00;
}

.news__headline:after {
  position: absolute;
  left: 0;
  bottom: -31px;
}

.news__headline .headline--more {
  bottom: 6px;
}

.news__list {
  -ms-flex-preferred-size: 780px;
      flex-basis: 780px;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.news__list ul {
  margin: 0 40px;
}

.news__list li {
  margin-bottom: 0px;
  border-bottom: solid 2px #a7a7a7;
}

.news__list li:last-of-type {
  border: none;
}

.news__list a {
  text-decoration: none;
  color: #505050;
  display: block;
  padding: 30px 0;
}

.news__list .list--date {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  display: block;
  line-height: 1.0em;
  margin-bottom: 10px;
}

.news__list .list--title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  display: block;
  line-height: 1.66em;
}

.news__moreSP {
  display: none;
}

.comics,
.trial {
  position: relative;
  z-index: 0;
  width: 100%;
  border: none;
  padding-bottom: 40px;
}

.comics__inner,
.trial__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comics__headline,
.trial__headline {
  margin-right: 40px;
  margin-bottom: 40px;
}

.comics__block,
.trial__block {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  margin-right: 40px;
  margin-bottom: 40px;
  background-color: #ffffff;
  padding-bottom: 70px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  position: relative;
}

.comics__block:nth-child(4), .comics__block:nth-child(4n+4),
.trial__block:nth-child(4),
.trial__block:nth-child(4n+4) {
  margin-right: 0;
}

.comics__block .block--jacket,
.trial__block .block--jacket {
  margin-bottom: 17px;
  position: relative;
  width: 100%;
  height: 312px;
  overflow: hidden;
}

.comics__block .block--jacket a,
.trial__block .block--jacket a {
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
  color: #505050;
}

.comics__block .block--jacket a:hover .block--jacket__desc,
.trial__block .block--jacket a:hover .block--jacket__desc {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: auto;
  transform: scale(1);
}

.comics__block .block--jacket strong,
.trial__block .block--jacket strong {
  font-weight: normal;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: default;
}

.comics__block .block--jacket strong:hover .block--jacket__desc,
.trial__block .block--jacket strong:hover .block--jacket__desc {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: auto;
  transform: scale(1);
}

.comics__block .block--jacket__img,
.trial__block .block--jacket__img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.comics__block .block--jacket__img img,
.trial__block .block--jacket__img img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.comics__block .block--jacket__desc,
.trial__block .block--jacket__desc {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(1.1);
  pointer-events: none;
  transition: all .3s;
}

.comics__block .desc--title,
.trial__block .desc--title {
  -ms-flex-preferred-size: calc(100% - 40px);
      flex-basis: calc(100% - 40px);
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.4em;
  margin: 0 20px 20px 20px;
}

.comics__block .desc--staff,
.trial__block .desc--staff {
  -ms-flex-preferred-size: calc(100% - 40px);
      flex-basis: calc(100% - 40px);
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  line-height: 1.6em;
  margin: 0 20px;
}

.comics__block .block--date,
.trial__block .block--date {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  line-height: 1.0em;
  margin: 0 20px;
}

.comics__block .block--button,
.trial__block .block--button {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 1;
  width: calc(100% - 40px);
  transform: translateX(-50%);
}

.comics__block .block--button a,
.trial__block .block--button a {
  display: block;
  text-decoration: none;
  color: #505050;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  letter-spacing: .2em;
  line-height: 30px;
  border-radius: 30px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: all .2s;
}

.comics__block .block--button a:hover,
.trial__block .block--button a:hover {
  background-color: #505050;
  color: #ffffff;
}

.comics__block .block--button a:hover span:after,
.trial__block .block--button a:hover span:after {
  background: url("../img/common/icon_blank_w.png") center top no-repeat;
  background-size: cover;
}

.comics__block .block--button span,
.trial__block .block--button span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 20px;
}

.comics__block .block--button span:after,
.trial__block .block--button span:after {
  content: '';
  display: block;
  background: url("../img/common/icon_blank.png") center top no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.comics__headline {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  position: relative;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.comics__headline:after {
  content: '';
  display: block;
  background: url("../img/common/bg_label_green.png") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 21px;
  z-index: 0;
}

.comics__headline h3 {
  height: calc(100% - 21px);
  background-color: #c6ff69;
  width: 100%;
}

.comics__headline .headline--more {
  line-height: 1.0em;
  position: absolute;
  bottom: 50px;
  left: 20px;
}

.comics__headline .headline--more a {
  display: inline-block;
  text-decoration: none;
  color: #505050;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  letter-spacing: .1em;
  line-height: 1.0em;
  vertical-align: top;
  padding-right: 20px;
  position: relative;
}

.comics__headline .headline--more a:after {
  content: '';
  display: block;
  background: url("../img/common/icon_arw.png") center top no-repeat;
  background-size: cover;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.comics__headline .headline--more a:hover:after {
  transform: translate(10px, -50%);
}

.comics__block .block--button a {
  background-color: #c6ff69;
}

.comics__block .block--jacket__desc {
  background-color: #c6ff69;
}

.trial__headline {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  position: relative;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.trial__headline:after {
  content: '';
  display: block;
  background: url("../img/common/bg_label_white.png") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 21px;
  z-index: 0;
}

.trial__headline h3 {
  height: calc(100% - 21px);
  background-color: #ffffff;
  width: 100%;
}

.trial__headline .headline--more {
  line-height: 1.0em;
  position: absolute;
  bottom: 50px;
  left: 20px;
}

.trial__headline .headline--more a {
  display: inline-block;
  text-decoration: none;
  color: #505050;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  letter-spacing: .1em;
  line-height: 1.0em;
  vertical-align: top;
  padding-right: 20px;
  position: relative;
}

.trial__headline .headline--more a:after {
  content: '';
  display: block;
  background: url("../img/common/icon_arw.png") center top no-repeat;
  background-size: cover;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.trial__headline .headline--more a:hover:after {
  transform: translate(10px, -50%);
}

.trial__block .block--jacket {
  height: 266px;
  margin-bottom: 0;
}

.trial__block .block--button a {
  background-color: #ff6064;
}

.trial__block .block--jacket__desc {
  background-color: #ff6064;
}

.trial .headline--more {
  display: none;
}

.image {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 400px;
  border: none;
  margin-bottom: 80px;
  background-color: #ffffff;
}

.image__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image__block {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.image__block ul {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.image__block a {
  transition: all .4s;
}

.image__block a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.twitter,
.instagram {
  position: relative;
  z-index: 0;
  width: 100%;
  border: none;
}

.twitter__inner,
.instagram__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.twitter__headline,
.instagram__headline {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  position: relative;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.twitter__headline:after,
.instagram__headline:after {
  content: '';
  display: block;
  background: url("../img/common/bg_label_white.png") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 21px;
  z-index: 0;
}

.twitter__headline h3,
.instagram__headline h3 {
  height: calc(100% - 21px);
  background-color: #ffffff;
  width: 100%;
}

.twitter__headline .headline--more,
.instagram__headline .headline--more {
  line-height: 1.0em;
  position: absolute;
  bottom: 50px;
  left: 20px;
}

.twitter__headline .headline--more a,
.instagram__headline .headline--more a {
  display: inline-block;
  text-decoration: none;
  color: #505050;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  letter-spacing: .1em;
  line-height: 1.0em;
  vertical-align: top;
  padding-right: 20px;
  position: relative;
}

.twitter__headline .headline--more a:after,
.instagram__headline .headline--more a:after {
  content: '';
  display: block;
  background: url("../img/common/icon_arw.png") center top no-repeat;
  background-size: cover;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.twitter__headline .headline--more a:hover:after,
.instagram__headline .headline--more a:hover:after {
  transform: translate(10px, -50%);
}

.twitter__headline .headline--more a,
.instagram__headline .headline--more a {
  padding-right: 28px;
}

.twitter__headline .headline--more a:after,
.instagram__headline .headline--more a:after {
  background-image: url("../img/common/icon_blank.png");
  background-size: cover;
  width: 14px;
  height: 14px;
  transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
}

.twitter__headline .headline--more a:hover:after,
.instagram__headline .headline--more a:hover:after {
  transform: translate(0, -50%) scale(1.3);
}

.twitter__block {
  -ms-flex-preferred-size: 740px;
      flex-basis: 740px;
  height: 410px;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.twitter__block .twitter-timeline,
.twitter__block iframe {
  border: none !important;
  border-radius: 0 !important;
}

.instagram {
  display: none;
}

.instagram__headline {
  margin-right: 40px;
}

.instagram__block {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  height: 220px;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  margin-right: 40px;
}

.instagram__block:nth-child(4), .instagram__block:nth-child(4n+4) {
  margin-right: 0;
}

.instagram__block .block--image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes loopimage {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(-100vw);
  }
}

@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 =========================================================================================== */
  #top-page {
    padding-top: 21.5px;
    padding-top: 5.73333vw;
    padding-bottom: 55px;
    padding-bottom: 14.66667vw;
  }
  .visual {
    position: relative;
    z-index: 0;
    width: 100%;
    border: none;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .visual__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: none;
  }
  .visual__list {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .visual__list li {
    background-color: #ffffff;
  }
  .visual__list img {
    width: 100%;
    height: auto;
  }
  .visual__list__next,
  .visual__list__prev {
    display: none;
  }
  .visual__list__pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    left: 50%;
    bottom: -14px;
    bottom: -3.73333vw;
    transform: translateX(-50%);
  }
  .visual__list__pagination span {
    display: block;
    width: 4px;
    width: 1.06667vw;
    height: 4px;
    height: 1.06667vw;
    border: #505050 solid 1px;
    border: #505050 solid 0.26667vw;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 2.5px;
    margin: 0 0.66667vw;
    transition: all .2s;
  }
  .visual__list__pagination span.swiper-pagination-bullet-active {
    background-color: #505050;
  }
  .pickup {
    position: relative;
    z-index: 0;
    width: 100%;
    border: none;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .pickup__inner {
    position: relative;
    width: 325px;
    width: 86.66667vw;
    margin: 0 auto;
    border: none;
  }
  .pickup__inner ul {
    display: block;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .pickup__inner li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
  .pickup__inner img {
    width: 100%;
    height: auto;
  }
  .pickup__inner a {
    display: block;
    position: relative;
    text-decoration: none;
  }
  .pickup__inner a:before {
    content: '';
    display: block;
    width: 100%;
    height: 169.5px;
    height: 45.2vw;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .pickup__inner a:hover .pickup__more span:after {
    transform: translate(10px, -50%);
  }
  .pickup__banner {
    display: block;
    position: relative;
    z-index: 1;
  }
  .pickup__more {
    color: #505050;
    position: absolute;
    left: 14px;
    left: 3.73333vw;
    bottom: 15px;
    bottom: 4vw;
    display: inline-block;
    line-height: 1.0em;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12.5px;
    font-size: 3.33333vw;
    letter-spacing: .1em;
    z-index: 2;
  }
  .pickup__more span {
    display: block;
    position: relative;
    padding-right: 16px;
    padding-right: 4.26667vw;
  }
  .pickup__more span:after {
    content: '';
    display: block;
    background: url("../img/common/icon_arw.png") center top no-repeat;
    background-size: cover;
    width: 4.5px;
    width: 1.2vw;
    height: 8.5px;
    height: 2.26667vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .pickup__magazine {
    height: 196.5px;
    height: 52.4vw;
  }
  .pickup__magazine a {
    width: 100%;
    height: 100%;
    color: #505050;
  }
  .pickup__magazine a:before {
    background: url("../img/top/pickup_magazine_bg.png") center top no-repeat;
    background-size: 100% 100%;
  }
  .pickup__magazine .magazine--title {
    display: block;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.428em;
    position: absolute;
    left: 15px;
    left: 4vw;
    top: 42px;
    top: 11.2vw;
    z-index: 1;
  }
  .pickup__magazine .magazine--lead {
    display: block;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 9px;
    font-size: 2.4vw;
    line-height: 1.77em;
    position: absolute;
    left: 15px;
    left: 4vw;
    top: 115px;
    top: 30.66667vw;
    z-index: 1;
    width: 160px;
    width: 42.66667vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .pickup__magazine .magazine--img {
    position: absolute;
    right: 12px;
    right: 3.2vw;
    bottom: 20px;
    bottom: 5.33333vw;
    z-index: 2;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .pickup__magazine .magazine--img img {
    width: 125px;
    width: 33.33333vw;
    height: auto;
  }
  .pickup__magazine .magazine--badge {
    display: block;
    position: absolute;
    left: 104.5px;
    left: 27.86667vw;
    top: 10px;
    top: 2.66667vw;
    z-index: 1;
    width: 92px;
    width: 24.53333vw;
    height: 92px;
    height: 24.53333vw;
    background: url("../img/top/pickup_magazine_badge.png") center top no-repeat;
    background-size: cover;
  }
  .pickup__magazine .magazine--badge__inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .pickup__magazine .magazine--badge__year {
    display: block;
    font-size: 10px;
    font-size: 2.66667vw;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    position: absolute;
    left: 11.5px;
    left: 3.06667vw;
    top: 41px;
    top: 10.93333vw;
  }
  .pickup__magazine .magazine--badge__month {
    display: block;
    font-size: 38px;
    font-size: 10.13333vw;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    position: absolute;
    left: 0px;
    top: 27px;
    top: 7.2vw;
    width: 100%;
    text-align: center;
    letter-spacing: -.05em;
  }
  .pickup__magazine .magazine--badge__vol {
    display: block;
    font-size: 9.5px;
    font-size: 2.53333vw;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    position: absolute;
    left: 0px;
    bottom: 16px;
    bottom: 4.26667vw;
    width: 100%;
    text-align: center;
  }
  .news {
    position: relative;
    z-index: 0;
    width: 100%;
    border: none;
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
  }
  .news__inner {
    position: relative;
    width: 86.666%;
    margin: 0 auto;
    border: none;
    display: block;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
  }
  .news__headline {
    background: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    position: relative;
    -webkit-filter: drop-shadow(0px 0px 0px transparent);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    filter: drop-shadow(0px 0px 0px transparent);
  }
  .news__headline:after {
    display: none;
  }
  .news__headline:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: auto;
    top: 0;
    z-index: 0;
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 79px 79px 0 0;
    border-width: 21.06667vw 21.06667vw 0 0;
    border-color: #ffea00 transparent transparent transparent;
  }
  .news__headline h3 {
    height: auto;
    background: none;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 20px;
    padding-top: 5.33333vw;
  }
  .news__headline h3 img {
    width: 87.5px;
    width: 23.33333vw;
    height: auto;
  }
  .news__headline .headline--more {
    display: none;
  }
  .news__list {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    background: none;
    box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
    margin-top: -5px;
    margin-top: -1.33333vw;
    position: relative;
    z-index: 1;
  }
  .news__list ul {
    margin: 0 15px;
    margin: 0 4vw;
  }
  .news__list li {
    margin-bottom: 0px;
    border-bottom: solid 1px #a7a7a7;
    border-bottom: solid 0.26667vw #a7a7a7;
  }
  .news__list li:last-of-type {
    border: none;
  }
  .news__list a {
    text-decoration: none;
    color: #505050;
    display: block;
    padding: 20px 0;
    padding: 5.33333vw 0;
  }
  .news__list .list--date {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-size: 2.66667vw;
    display: block;
    line-height: 1.0em;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
  }
  .news__list .list--title {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-size: 3.2vw;
    display: block;
    line-height: 1.46em;
  }
  .news__moreSP {
    display: block;
    line-height: 1.0em;
    width: 100%;
    background-color: #ffea00;
  }
  .news__moreSP a {
    display: block;
    text-decoration: none;
    color: #505050;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12.5px;
    font-size: 3.33333vw;
    letter-spacing: .1em;
    line-height: 1.0em;
    vertical-align: top;
    position: relative;
    padding: 15px 0;
    padding: 4vw 0;
  }
  .news__moreSP span {
    display: inline-block;
    position: relative;
    padding-right: 16px;
    padding-right: 4.26667vw;
    margin-left: 14px;
    margin-left: 3.73333vw;
  }
  .news__moreSP span:after {
    content: '';
    display: block;
    background: url("../img/common/icon_arw.png") center top no-repeat;
    background-size: cover;
    width: 4.5px;
    width: 1.2vw;
    height: 8.5px;
    height: 2.26667vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .comics,
  .trial {
    position: relative;
    z-index: 0;
    width: 100%;
    border: none;
    padding-bottom: 30px;
    padding-bottom: 8vw;
  }
  .comics__inner,
  .trial__inner {
    position: relative;
    width: 86.666%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .comics__headline,
  .trial__headline {
    margin-right: 0;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .comics__block,
  .trial__block {
    -ms-flex-preferred-size: 46.153%;
        flex-basis: 46.153%;
    margin-right: 0;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
    background-color: #ffffff;
    padding-bottom: 80px;
    padding-bottom: 21.33333vw;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .comics__block:nth-child(4), .comics__block:nth-child(4n+4),
  .trial__block:nth-child(4),
  .trial__block:nth-child(4n+4) {
    margin-right: 0;
  }
  .comics__block .block--jacket,
  .trial__block .block--jacket {
    margin-bottom: 17px;
    margin-bottom: 4.53333vw;
    position: relative;
    width: 100%;
    height: 212.5px;
    height: 56.66667vw;
    overflow: hidden;
  }
  .comics__block .block--jacket a,
  .trial__block .block--jacket a {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: relative;
    color: #505050;
  }
  .comics__block .block--jacket a:hover .block--jacket__desc,
  .trial__block .block--jacket a:hover .block--jacket__desc {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: auto;
    transform: scale(1);
  }
  .comics__block .block--jacket strong,
  .trial__block .block--jacket strong {
    font-weight: normal;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default;
  }
  .comics__block .block--jacket strong:hover .block--jacket__desc,
  .trial__block .block--jacket strong:hover .block--jacket__desc {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: auto;
    transform: scale(1);
  }
  .comics__block .block--jacket__img,
  .trial__block .block--jacket__img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
  }
  .comics__block .block--jacket__img img,
  .trial__block .block--jacket__img img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .comics__block .block--jacket__desc,
  .trial__block .block--jacket__desc {
    display: none;
  }
  .comics__block .block--date,
  .trial__block .block--date {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.0em;
    margin: 0 15px;
    margin: 0 4vw;
  }
  .comics__block .block--button,
  .trial__block .block--button {
    position: absolute;
    left: 50%;
    bottom: 20px;
    bottom: 5.33333vw;
    z-index: 1;
    width: calc(100% - 30px);
    width: calc(100% - 8vw);
    transform: translateX(-50%);
  }
  .comics__block .block--button a,
  .trial__block .block--button a {
    display: block;
    text-decoration: none;
    color: #505050;
    text-align: center;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: .2em;
    line-height: 40px;
    line-height: 10.66667vw;
    border-radius: 80px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    transition: none;
  }
  .comics__block .block--button a:hover,
  .trial__block .block--button a:hover {
    background: none;
    color: #505050;
  }
  .comics__block .block--button a:hover span:after,
  .trial__block .block--button a:hover span:after {
    background: url("../img/common/icon_blank.png") center top no-repeat;
    background-size: cover;
  }
  .comics__block .block--button span,
  .trial__block .block--button span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 20px;
    padding-right: 5.33333vw;
  }
  .comics__block .block--button span:after,
  .trial__block .block--button span:after {
    content: '';
    display: block;
    background: url("../img/common/icon_blank.png") center top no-repeat;
    background-size: cover;
    width: 12px;
    width: 3.2vw;
    height: 12px;
    height: 3.2vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .comics__headline {
    -ms-flex-preferred-size: 46.153%;
        flex-basis: 46.153%;
    position: relative;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  }
  .comics__headline:after {
    content: '';
    display: block;
    background: url("../img/common/bg_label_green.png") center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 14px;
    height: 3.73333vw;
    z-index: 0;
  }
  .comics__headline h3 {
    height: calc(100% - 14px);
    height: calc(100% - 3.73333vw);
    background-color: #c6ff69;
    width: 100%;
  }
  .comics__headline h3 img {
    width: 100%;
    height: auto;
  }
  .comics__headline .headline--more {
    line-height: 1.0em;
    position: absolute;
    bottom: 28px;
    bottom: 7.46667vw;
    left: 14px;
    left: 3.73333vw;
  }
  .comics__headline .headline--more a {
    display: inline-block;
    text-decoration: none;
    color: #505050;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12.5px;
    font-size: 3.33333vw;
    letter-spacing: .1em;
    line-height: 1.0em;
    vertical-align: top;
    padding-right: 16px;
    padding-right: 4.26667vw;
    position: relative;
  }
  .comics__headline .headline--more a:after {
    content: '';
    display: block;
    background: url("../img/common/icon_arw.png") center top no-repeat;
    background-size: cover;
    width: 4.5px;
    width: 1.2vw;
    height: 8.5px;
    height: 2.26667vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .comics__headline .headline--more a:hover:after {
    transform: translate(0, -50%);
  }
  .comics__block .block--button a {
    background-color: #c6ff69;
  }
  .comics__block .block--button a:hover {
    background-color: #c6ff69;
  }
  .comics__block .block--jacket__desc {
    background-color: #c6ff69;
  }
  .comics__block.is--none .block--jacket__desc {
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale(1);
  }
  .comics__block.is--none .desc--title {
    -ms-flex-preferred-size: calc(100% - 15px);
        flex-basis: calc(100% - 15px);
    -ms-flex-preferred-size: calc(100% - 4vw);
        flex-basis: calc(100% - 4vw);
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.4em;
    margin: 0 15px 10px 15px;
    margin: 0 4vw 2.66667vw 4vw;
  }
  .comics__block.is--none .desc--staff {
    -ms-flex-preferred-size: calc(100% - 15px);
        flex-basis: calc(100% - 15px);
    -ms-flex-preferred-size: calc(100% - 4vw);
        flex-basis: calc(100% - 4vw);
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.5em;
    margin: 0 15px 10px 15px;
    margin: 0 4vw 2.66667vw 4vw;
  }
  .trial__headline {
    -ms-flex-preferred-size: 46.153%;
        flex-basis: 46.153%;
    position: relative;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  }
  .trial__headline:after {
    content: '';
    display: block;
    background: url("../img/common/bg_label_white.png") center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 14px;
    height: 3.73333vw;
    z-index: 0;
  }
  .trial__headline h3 {
    height: calc(100% - 14px);
    height: calc(100% - 3.73333vw);
    background-color: #ffffff;
    width: 100%;
  }
  .trial__headline h3 img {
    width: 100%;
    height: auto;
  }
  .trial__headline .headline--more {
    line-height: 1.0em;
    position: absolute;
    bottom: 28px;
    bottom: 7.46667vw;
    left: 14px;
    left: 3.73333vw;
  }
  .trial__headline .headline--more a {
    display: inline-block;
    text-decoration: none;
    color: #505050;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12.5px;
    font-size: 3.33333vw;
    letter-spacing: .1em;
    line-height: 1.0em;
    vertical-align: top;
    padding-right: 16px;
    padding-right: 4.26667vw;
    position: relative;
  }
  .trial__headline .headline--more a:after {
    content: '';
    display: block;
    background: url("../img/common/icon_arw.png") center top no-repeat;
    background-size: cover;
    width: 4.5px;
    width: 1.2vw;
    height: 8.5px;
    height: 2.26667vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .trial__headline .headline--more a:hover:after {
    transform: translate(0, -50%);
  }
  .trial__block .block--jacket {
    margin-bottom: 0;
    height: 181.5px;
    height: 48.4vw;
  }
  .trial__block .block--button a {
    background-color: #ff6064;
  }
  .trial__block .block--button a:hover {
    background-color: #ff6064;
  }
  .trial__block .block--jacket__desc {
    background-color: #ff6064;
  }
  .trial .headline--more {
    display: none;
  }
  .image {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 150px;
    height: 40vw;
    border: none;
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
    background-color: #ffffff;
  }
  .image__inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .image__block {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
  }
  .image__block ul {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
  }
  .image__block li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .image__block a {
    display: inline-block;
    transition: none;
    height: 100%;
    width: auto;
  }
  .image__block a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .image__block img {
    width: auto;
    height: 150px;
    height: 40vw;
  }
  .snswrapper {
    width: 86.666%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .twitter,
  .instagram {
    position: relative;
    z-index: 0;
    -ms-flex-preferred-size: 46.153%;
        flex-basis: 46.153%;
    border: none;
  }
  .twitter__inner,
  .instagram__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: none;
    display: block;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .twitter__headline,
  .instagram__headline {
    -ms-flex-preferred-size: 46.153%;
        flex-basis: 46.153%;
    position: relative;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
    width: 100%;
  }
  .twitter__headline:after,
  .instagram__headline:after {
    content: '';
    display: block;
    background: url("../img/common/bg_label_white.png") center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 14px;
    height: 3.73333vw;
    z-index: 0;
  }
  .twitter__headline h3,
  .instagram__headline h3 {
    height: calc(100% - 14px);
    height: calc(100% - 3.73333vw);
    background-color: #ffffff;
    width: 100%;
  }
  .twitter__headline h3 img,
  .instagram__headline h3 img {
    width: 100%;
    height: auto;
  }
  .twitter__headline .headline--more,
  .instagram__headline .headline--more {
    line-height: 1.0em;
    position: absolute;
    bottom: 28px;
    bottom: 7.46667vw;
    left: 14px;
    left: 3.73333vw;
  }
  .twitter__headline .headline--more a,
  .instagram__headline .headline--more a {
    display: inline-block;
    text-decoration: none;
    color: #505050;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12.5px;
    font-size: 3.33333vw;
    letter-spacing: .1em;
    line-height: 1.0em;
    vertical-align: top;
    padding-right: 16px;
    padding-right: 4.26667vw;
    position: relative;
  }
  .twitter__headline .headline--more a:after,
  .instagram__headline .headline--more a:after {
    content: '';
    display: block;
    background: url("../img/common/icon_arw.png") center top no-repeat;
    background-size: cover;
    width: 4.5px;
    width: 1.2vw;
    height: 8.5px;
    height: 2.26667vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .twitter__headline .headline--more a:hover:after,
  .instagram__headline .headline--more a:hover:after {
    transform: translate(0, -50%);
  }
  .twitter__headline h3,
  .instagram__headline h3 {
    height: 160px;
    height: 42.66667vw;
  }
  .twitter__headline .headline--more a,
  .instagram__headline .headline--more a {
    padding-right: 19px;
    padding-right: 5.06667vw;
  }
  .twitter__headline .headline--more a:after,
  .instagram__headline .headline--more a:after {
    background-image: url("../img/common/icon_blank.png");
    background-size: cover;
    width: 10px;
    width: 2.66667vw;
    height: 10px;
    height: 2.66667vw;
    transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
  }
  .twitter__headline .headline--more a:hover:after,
  .instagram__headline .headline--more a:hover:after {
    transform: translate(0, -50%) scale(1);
  }
  .twitter {
    margin-bottom: 0px;
    margin-bottom: 0vw;
  }
  .twitter__block {
    display: none;
  }
  .instagram {
    display: block;
  }
  .instagram__headline {
    margin-right: 0;
  }
  .instagram__block {
    display: none;
  }
}
