/*----------------------------------------
** 三島由紀夫VS東大全共闘
** mishimatodai
** full
----------------------------------------*/

img {
  max-width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%; /* IE対応 */
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.__min {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.__goth {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "メイリオ", sans-serif;
}
#wrapper {
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
section {
  width: 100%;
  position: relative;
}
.__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 100%;
  }
}

.__fix-1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/bf-fixed-1.jpg) left bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .__fix-1 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../img/bf-fixed-1_sp.jpg) center bottom no-repeat;
    background-size: cover;
  }
}

/*-----------------------------------------
** __top-vis-blank
-----------------------------------------*/
.__top {
  min-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.__top-vis-blank {
  max-width: none;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
@media screen and (max-width: 768px) {
  .__top {
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .__top-vis-blank {
    max-width: none;
    width: 100%;
    height: auto;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    display: none;
  }
}

/*-----------------------------------------
** section.__top
-----------------------------------------*/
.__top-ttl-logo {
  width: 37%;
  position: absolute;
  top: 7%;
  right: 10%;
  z-index: 5;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.__top-ttl-logo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .__top-ttl-logo {
    width: 65%;
    position: inherit;
    bottom: inherit;
    right: inherit;
    transform: none;
    z-index: 10;
    opacity: 0;
    margin: 0 auto 25px;
    padding: 0;
  }
}
.__top-tx-copy-01 {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 11%;
  opacity: 0;
}
.__top-tx-copy-02 {
  width: 38%;
  position: absolute;
  top: 52%;
  right: 9.5%;
  z-index: 5;
  opacity: 0;
}
.__top-tx-roadshow {
  width: 18%;
  position: absolute;
  top: 73%;
  right: 19.5%;
  z-index: 5;
  opacity: 0;
}
.__top-pic-01 {
  position: absolute;
  top: 5%;
  left: 11%;
  width: 35%;
}
.__top-pic-02 {
  position: absolute;
  top: 47%;
  left: 11%;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .__top-tx-copy-01 {
    width: 29%;
  }

  .__top-tx-copy-02 {
    position: inherit;
    top: inherit;
    right: inherit;
    width: 90%;
    margin: 0 auto 30px;
  }
  .__top-tx-roadshow {
    width: 65%;
    position: inherit;
    top: inherit;
    right: inherit;
    margin: 0 auto 30px;
  }
  .__top-pic-01 {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 84%;
    margin: 0 auto 30px;
  }
  .__top-pic-02 {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 84%;
    margin: 0 auto 30px;
  }
}

[class^="__top-pic-"] img {
  -webkit-filter: invert(100%) blur(1px);
  -moz-filter: invert(100%) blur(1px);
  -ms-filter: invert(100%) blur(1px);
  filter: invert(100%) blur(1px);
  opacity: 0;
  transition: 0.75s;
}
.__loaded img {
  animation: filterAnime 6s -3s 1 linear;
}
.__loaded.__fillOut img {
  -webkit-filter: invert(0%) blur(0px);
  -moz-filter: invert(0%) blur(0px);
  -ms-filter: invert(0%) blur(0px);
  filter: invert(0%) blur(0px);
  opacity: 1;
}
@keyframes filterAnime {
  0% {
    -webkit-filter: invert(100%) blur(1px);
    -moz-filter: invert(100%) blur(1px);
    -ms-filter: invert(100%) blur(1px);
    filter: invert(100%) blur(1px);
    opacity: 0;
  }
  50% {
    -webkit-filter: invert(100%) blur(1px);
    -moz-filter: invert(100%) blur(1px);
    -ms-filter: invert(100%) blur(1px);
    filter: invert(100%) blur(1px);
    opacity: 1;
  }
  100% {
    -webkit-filter: invert(0%) blur(0px);
    -moz-filter: invert(0%) blur(0px);
    -ms-filter: invert(0%) blur(0px);
    filter: invert(0%) blur(0px);
    opacity: 1;
  }
}

/* SNS */
.__top-sns-ic {
  position: absolute;
  bottom: 7px;
  right: 7px;
  display: flex;
  width: 5%;
}
.__top-sns-ic > div {
  width: 50%;
  padding: 0 3.5%;
}
.__top-sns-ic > div a img {
  transition: 0.3s;
}
.__top-sns-ic > div a:hover img {
  transition: 0.3s;
  filter: invert(100%);
}
@media screen and (max-width: 768px) {
  .__top-sns-ic {
    position: inherit;
    bottom: inherit;
    right: inherit;
    display: flex;
    width: 25%;
    margin: 0 auto 60px;
  }
  .__top-sns-ic > div {
    width: 50%;
    padding: 0 3.5%;
  }
}
@media screen and (max-width: 768px) {
}

[class^="__credit-"] {
  position: absolute;
  right: 10px;
  color: #fff;
  font-size: 0.76rem;
  text-shadow: 0 0 2px #000;
}
.__credit-1 {
  top: -20px;
}
.__credit-2 {
  bottom: 10px;
}

/*-----------------------------------------
** section.__prologue
-----------------------------------------*/
.__prologue {
  height: 80vh;
  background: #fff url(../img/bg-fixed-1.jpg) left bottom no-repeat fixed;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .__prologue {
    height: 80vh;
    background: #fff url(../img/bg-fixed-1_sp.jpg) center bottom no-repeat;
    background-attachment: inherit;
    background-size: cover;
  }
}

/*-----------------------------------------
** section.__intro
-----------------------------------------*/
.__intro {
  margin-top: 0;
  padding: 20% 0 130px;
  background: #fff url(../img/bg-intro.jpg) center bottom no-repeat;
  background-size: cover;
  position: relative;
}
.__intro::after {
  content: "";
  background: url(../img/el-intro-1.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  width: 25%;
  height: 20%;
  bottom: 3%;
  right: 1%;
}
.__intro-tx-copy {
  margin-top: -22%;
  overflow-x: hidden;
}
.__intro-h-ttl {
  width: 370px;
  margin: 0 auto 60px 0;
}
.__intro-tx-lead-1 {
  width: 643px;
  margin: 0 auto 60px 0;
}
.__intro-tx-lead-2 {
  width: 611px;
  margin: 0 auto 60px 0;
}
.__intro-tx-slide {
  font-size: 1.03rem;
}
@media screen and (max-width: 768px) {
  .__intro {
    margin-top: 0;
    padding: 45% 0 70px;
    background: #fff url(../img/bg-intro.jpg) right bottom no-repeat;
    background-size: cover;
  }
  .__intro::after {
    content: "";
    background: url(../img/el-intro-1.png) right bottom no-repeat;
    background-size: contain;
    position: absolute;
    width: 35%;
    height: 20%;
    bottom: 0.5%;
    right: 1%;
  }
  .__intro-tx-copy {
    margin-top: -48%;
    overflow-x: hidden;
  }
  .__intro-h-ttl {
    width: calc(370px * 0.5);
    margin: 25px auto 10px 0;
  }
  .__intro-tx-lead-1 {
    width: calc(643px * 0.5);
    margin: 0 auto 20px 0;
  }
  .__intro-tx-lead-2 {
    width: calc(611px * 0.5);
    margin: 0 auto 20px 0;
  }
}

/**/
/* slick */
.__intro .slider {
  width: 100%;
  margin: 0 auto 80px;
}
.__intro .slider p {
  text-align: justify;
  font-size: 1.03rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .__intro .slider p {
    font-size: 0.93rem;
    line-height: 2;
  }
}
/**/
.slick-slide {
  margin-left: 0;
  margin-right: 0;
}
.slick-dots {
  position: absolute;
  bottom: -85px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 16px;
  line-height: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: #d0121b !important;
  border: 0;
  outline: none;
  background: #fff;
  border: 1px solid #d0121b;
  position: relative;
}
.slick-dots li button:before {
  font-size: 14px;
  line-height: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px;
  cursor: pointer;
  color: rgba(0, 0, 0, 1) !important;
  border: 0;
  outline: none;
  content: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:before {
  opacity: 1;
  border: 1px solid #d0121b;
  color: #fff !important;
  background: #d0121b !important;
  background-size: contain;
}

.slick-dots li.slick-active button::after {
  content: "";
  width: 10px;
  height: 45px;
  background: url(../img/teaser/logo-drop.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: 58%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
}

/*-----------------------------------------
** section.__photoset
-----------------------------------------*/
.__photoset {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.__photoset > div {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .__photoset > div {
    width: 50%;
  }
}

/*-----------------------------------------
** section.__chronicle
-----------------------------------------*/
.__chronicle {
  padding: 100px 50% 100px 100px;
  background: #000 url(../img/bg-fixed-2.jpg) center bottom no-repeat fixed;
  background-size: cover;
  color: #fff;
  font-size: 1.03rem;
}
.__chronicle-sp-img {
  display: none;
}
.__chronicle-h-ttl {
  width: 311px;
  margin: 0 auto 60px 0;
}
.__chronicle-wrap {
  border-top: 2px solid #fff;
  padding-top: 60px;
}
.__chronicle-item {
  margin-bottom: 30px;
  padding-right: 170px;
}
.__chronicle-item h3 {
  margin: 0 0 10px 0;
  font-size: 1.03rem;
}
.__chronicle-item p {
  font-size: 1.03rem;
  line-height: 2;
}
.__chronicle-item p b {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "メイリオ", sans-serif;
}
.__underline {
  position: relative;
  background: #fff;
  height: 1px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .__chronicle {
    padding: 20px 10px;
    background: #000;
    background-image: none;
    background-size: cover;
    color: #fff;
    font-size: 0.93rem;
  }
  .__chronicle-sp-img {
    display: block;
    margin-bottom: 20px;
  }

  .__chronicle-h-ttl {
    width: calc(311px * 0.5);
    margin: 0 auto 20px 0;
    font-size: 0.93rem;
  }
  .__chronicle-wrap {
    border-top: 2px solid #fff;
    padding-top: 20px;
  }
  .__chronicle-item {
    margin-bottom: 20px;
    padding-right: 30%;
  }
  .__chronicle-item h3 {
    margin: 0 0 10px 0;
    font-size: 0.93rem;
  }
  .__chronicle-item p {
    font-size: 0.93rem;
    line-height: 2;
  }
  .__underline {
    position: relative;
    background: #fff;
    height: 1px;
    width: 100%;
    margin-bottom: 20px;
  }
}

[class^="__ch-"] {
  position: absolute;
  width: 120px;
  right: 0;
  z-index: 2;
}
.__ch-01 {
  bottom: -30px;
}
.__ch-02 {
  top: -30px;
}
.__ch-03 {
  bottom: -30px;
}
.__ch-04 {
  top: -30px;
}
.__ch-05 {
  top: -90px;
}
.__ch-06 {
  top: -40px;
}
.__ch-07 {
  top: -50px;
}
.__ch-08 {
  top: 15px;
}
.__ch-09 {
  top: -120px;
}
.__ch-10 {
  top: -10px;
}
.__ch-11 {
  bottom: -10px;
}
.__ch-12 {
  bottom: -50px;
}
.__ch-13 {
  top: -10px;
}
.__ch-14 {
  top: -90px;
}
.__ch-15 {
  top: 10px;
}
.__ch-16 {
  top: -90px;
}
.__ch-17 {
  top: -50px;
}
.__ch-18 {
  top: -50px;
}
.__ch-19 {
  bottom: 15px;
}
.__bt-more-chronicle {
  display: none;
}
@media screen and (max-width: 768px) {
  [class^="__ch-"] {
    position: absolute;
    width: 90px;
    right: 0;
    z-index: 2;
  }
  .__bt-more-chronicle {
    display: block;
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
  }
  .__bt-more-chronicle:hover {
    color: #000;
    background: #fff;
    text-decoration: none;
  }
  .__more-chronicle {
    display: none;
  }
}

/*-----------------------------------------
** section.__prono
-----------------------------------------*/
.__prono {
  padding: 120px 0;
  background: #fff url(../img/bg-prono.jpg) center bottom no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.03rem;
  position: relative;
}
.__prono::before {
  content: "";
  background: url(../img/el-prono-1.png) left center no-repeat;
  background-size: contain;
  position: absolute;
  width: 25%;
  height: 40%;
  top: 3%;
  left: 1%;
}
.__prono::after {
  content: "";
  background: url(../img/el-prono-2.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  width: 25%;
  height: 20%;
  bottom: 3%;
  right: 1%;
}
.__prono-h-ttl {
  width: 490px;
  margin: 0 auto 120px;
}
.__prono-wrap {
  display: flex;
  flex-wrap: wrap;
}
.__prono-wrap > div {
  width: calc(100% / 3);
  padding: 0 15px;
  margin-bottom: 30px;
  /* background: #d0121b; */
}
.__prono-wrap a {
  display: block;
  background: #d0121b;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.__prono-wrap a:hover {
  background: #000;
}
.__prono-wrap a img {
  transition: 0.3s;
}
.__prono-wrap a:hover > img {
  filter: saturate(200%);
  transform: scale(1.05);
}
.__prono-wrap a span {
  position: absolute;
  display: block;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
.__prono-item-1 {
  width: 191px;
}
.__prono-item-2 {
  width: 148px;
}
.__prono-item-3 {
  width: 246px;
}
.__prono-item-4 {
  width: 189px;
}
.__prono-item-5 {
  width: 171px;
}
.__prono-item-6 {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .__prono {
    padding: 60px 0;
  }
  .__prono::before {
    content: "";
    background: url(../img/el-prono-1.png) left top no-repeat;
    background-size: contain;
    position: absolute;
    width: 25%;
    height: 40%;
    top: 3%;
    left: 1%;
  }
  .__prono::after {
    content: "";
    background: url(../img/el-prono-2.png) center bottom no-repeat;
    background-size: contain;
    position: absolute;
    width: 25%;
    height: 20%;
    bottom: 3%;
    right: 1%;
  }

  .__prono-h-ttl {
    width: calc(490px * 0.5);
    margin: 0 auto 60px;
    font-size: 1.03rem;
  }
  .__prono-wrap > div {
    width: calc(100% / 2);
    padding: 0 7px;
    margin-bottom: 15px;
    /* background: #d0121b; */
  }
  .__prono-item-1 {
    width: calc(191px * 0.6);
  }
  .__prono-item-2 {
    width: calc(148px * 0.6);
  }
  .__prono-item-3 {
    width: calc(246px * 0.6);
  }
  .__prono-item-4 {
    width: calc(189px * 0.6);
  }
  .__prono-item-5 {
    width: calc(171px * 0.6);
  }
  .__prono-item-6 {
    width: calc(170px * 0.6);
  }
}

/*-----------------------------------------
** section.__interlude
-----------------------------------------*/
.__interlude {
  height: 80vh;
  background: #fff url(../img/bg-fixed-3.jpg) left bottom no-repeat fixed;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .__interlude {
    height: 80vh;
    background: #fff url(../img/bg-fixed-3_sp.jpg) center bottom no-repeat;
    background-attachment: inherit;
    background-size: cover;
  }
}

/*-----------------------------------------
** section.__profiles
-----------------------------------------*/
.__profiles {
  padding: 130px 0 100px;
  background: #fff url(../img/bg-interview.jpg) center bottom no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.03rem;
}
.__profiles .__inner {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.__interview-h-ttl {
  width: 590px;
  margin: 0 auto 130px;
}
.__staff-h-ttl {
  width: 407px;
  margin: 0 auto 130px;
}
.__interview-h-sub {
  background: #d0121b;
  color: #fff;
  text-align: center;
  padding: 7px;
  margin-bottom: 60px;
}
.__interview-h-sub img {
  max-width: inherit;
  width: auto;
  height: 23px;
}
.__intervierw-wrap,
.__staff-wrap {
  display: flex;
  justify-content: center;
  margin: 0 -40px 120px;
  font-size: 1.46rem;
  font-weight: 700;
}
.__staff-wrap {
  margin-bottom: 60px;
}
.__intervierw-wrap > div,
.__staff-wrap > div {
  width: calc(100% / 3);
  padding: 0 40px;
  text-align: center;
}
.__intervierw-wrap a,
.__staff-wrap a {
  color: #000;
  text-decoration: none;
}
.__profiles-staffs {
  text-align: center;
  color: #000;
  font-size: 1.46rem;
  font-weight: 700;
}
.__profiles-staffs > div {
  margin-bottom: 60px;
}
.__staff-name a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  position: relative;
}
.__staff-name a::after {
  content: "";
  width: 0;
  height: 2px;
  background: #e60012;
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: translateY(50%);
  transition: 0.2s;
}
.__staff-name a:hover::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #e60012;
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: translateY(50%);
}

.__staff-name span {
  font-size: 80%;
}

.__intervierw-wrap a img,
.__staff-wrap a img {
  filter: grayscale(100);
  transition: 0.3s;
}
.__intervierw-wrap a:hover img,
.__staff-wrap a:hover img {
  filter: grayscale(0);
  transform: scale(1.05);
}
.__profiles-photo {
  overflow: hidden;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .__profiles {
    padding: 60px 0;
    background: #fff url(../img/bg-interview.jpg) center bottom no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 1.03rem;
  }

  .__profiles .__inner {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .__interview-h-ttl {
    width: calc(590px * 0.5);
    margin: 0 auto 60px;
    font-size: 1rem;
  }
  .__staff-h-ttl {
    width: calc(407px * 0.5);
    margin: 0 auto 60px;
    padding-top: 30px;
  }
  .__interview-h-sub {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .__interview-h-sub img {
    max-width: inherit;
    width: auto;
    height: 12px;
  }

  .__intervierw-wrap,
  .__staff-wrap {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
    font-size: 1.03rem;
    font-weight: 700;
  }

  .__intervierw-wrap > div,
  .__staff-wrap > div {
    width: calc(100% / 3);
    padding: 0 5px;
    text-align: center;
  }
  .__profiles-staffs {
    text-align: center;
    color: #000;
    font-size: 1.03rem;
    font-weight: 700;
  }
  .__profiles-staffs > div {
    margin-bottom: 30px;
  }
}

/*-----------------------------------------
** section.__outro
-----------------------------------------*/
.__outro {
  background: url(../img/bg-outro.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 120px 0 45% 0;
}
.__outro-billing {
  max-width: 580px;
  margin: 0 auto 60px;
}
.__outro-date {
  max-width: 510px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .__outro {
    background: url(../img/bg-outro.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 40px 0 55vh 0;
  }
  .__outro-date {
    max-width: 70%;
    margin: 0 auto;
  }
}

/*-----------------------------------------
** .__bannerset
-----------------------------------------*/
.__bannerset {
  background: #fff;
  padding: 40px 0;
}
.__bnr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -5px 60px -5px;
}
.__bnr > div {
  padding: 0 5px;
}
.__bnr.__mvtk img {
  height: 70px;
  width: auto;
}
.__bnr.__mvtk a img {
  transition: 0.3s;
}
.__bnr.__mvtk a:hover img {
  opacity: 0.85;
}
@media screen and (max-width: 768px) {
  .__bnr.__mvtk img {
    height: 55px;
    width: auto;
  }
}
.__bnr-copyrights {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .__bnr-copyrights {
    width: 90%;
    margin: 0 auto 10px;
  }
}

/*-----------------------------------------
** comment banner
-----------------------------------------*/
.__bn-comment {
  width: 14%;
  position: absolute;
  /* bottom: 11%;
  right: 2%; */
  /* bottom: 23.5%; */
  bottom: 13.5%;
  right: 0;
  transition: 0.3s;
  opacity: 0;
}
.__bn-comment:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .__bn-comment {
    width: 80%;
    position: inherit;
    bottom: inherit;
    right: inherit;
    transition: 0.3s;
    margin: 0 auto 10px auto;
  }
  .__bn-comment:hover {
    transform: scale(1.1);
  }
}
/*-----------------------------------------
** talkshow banner
-----------------------------------------*/
.__bn-talkshow {
  width: 14%;
  position: absolute;
  /* bottom: 11%;
  right: 2%; */
  /* bottom: 13.5%; */
  bottom: 10%;
  right: 0;
  transition: 0.3s;
  opacity: 0;
}
.__bn-talkshow:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .__bn-talkshow {
    width: 80%;
    position: inherit;
    bottom: inherit;
    right: inherit;
    transition: 0.3s;
    margin: 0 auto 30px auto;
  }
  .__bn-talkshow:hover {
    transform: scale(1.1);
  }
}
/*-----------------------------------------
** filmarks banner
-----------------------------------------*/
.__bn-filmarks {
  width: 9%;
  position: absolute;
  top: 0;
  right: 0;
  /* transform: translateX(50%); */
  transition: 0.3s;
  opacity: 0;
}
.__bn-filmarks:hover {
  filter: brightness(150%);
  -webkit-filter: brightness(150%);
}
@media screen and (max-width: 768px) {
  .__bn-filmarks {
    width: 80%;
    position: inherit;
    top: inherit;
    right: inherit;
    transition: 0.3s;
    margin: 0 auto 30px auto;
    transform: none;
  }
}

/* tokyo ballet */
.__bn-m-ballet {
  width: 12%;
  position: absolute;
  bottom: 5%;
  left: 1%;
  transition: 0.3s;
  opacity: 0;
}
.__bn-m-ballet:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .__bn-m-ballet {
    width: 80%;
    position: inherit;
    bottom: inherit;
    left: inherit;
    margin: 0 auto 10px;
  }
}

._bn-set {
  width: 12%;
  position: absolute;
  bottom: 5%;
  left: 1%;
  opacity: 0;
}
._bn-set a {
  display: block;
  margin: 0 0 10px 0;
}
._bn-set a:last-of-type {
  margin-bottom: 0;
}
._bn-set a:hover img {
  transition: 0.3s;
}
._bn-set a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  ._bn-set {
    width: 80%;
    position: inherit;
    bottom: inherit;
    left: inherit;
    margin: 0 auto 10px;
  }
}

._bn-goto {
  width: 8%;
  position: absolute;
  top: 7.5%;
  right: 0.5%;
  /* transform: translateX(50%); */
  transition: 0.3s;
  opacity: 0;
}
._bn-goto:hover {
  filter: brightness(150%);
  -webkit-filter: brightness(150%);
}
@media screen and (max-width: 768px) {
  ._bn-goto {
    width: 80%;
    position: inherit;
    top: inherit;
    right: inherit;
    transition: 0.3s;
    margin: 0 auto 30px auto;
    transform: none;
  }
}

/*-----------------------------------------
** BD, DVD banner
-----------------------------------------*/
.__bn-bddvd {
  width: 12%;
  position: absolute;
  bottom: 5%;
  left: 1%;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.__bn-bddvd:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .__bn-bddvd {
    width: 80%;
    position: inherit;
    bottom: inherit;
    right: inherit;
    transition: 0.3s;
    margin: 0 auto 10px auto;
  }
  .__bn-bddvd:hover {
    transform: scale(1.1);
  }
}