/*	poster slide
============================== */
@media all and (min-width: 768px) {
  .poster_slide {
    width: 980px;
    margin: 0 auto;
  }
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides span {
  display: block;
  height: 480px;
}

.rslides span,
.rslides span img {
  display: block;
  /* height: auto; */
  float: left;
  border: 0;
}

.rslides span {
  width: 980px;
  height: 693px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media all and (max-width: 767px) {

  .rslides,
  .rslides li,
  .rslides span,
  .rslides span img {
    width: 100%;
  }

  .rslides span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 110%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: 0;
    padding-top: calc((693 / 980)*100%);
    /* margin-bottom: 1.5vw; */
  }

  .rslides span img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/*	top story & topics & wnew & sns
============================== */
.t_story, .t_wnew {
  background-image: url(../img/bg_beige.jpg);
  background-size: 7%;
  padding-bottom: 1em;
}

.t_story {
  background-image: url(../img/bg_beige.jpg);
  background-size: 7%;
  padding-bottom: 1em;
}

.t_topics {
  background-image: url(../img/bg_gray.png);
  background-position: center;
  background-size: 100%;
}

.footer {
  background-color: #ededed;
  background-image: url(../img/bg_pic.jpg);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

.t_story .txt {
  margin: 0 auto;
  color: #434343;
  font-weight: bold;
}

.t_wnew .txt {
  letter-spacing: 0.02em;
}

@media all and (min-width: 768px) {
  .t_story {
    padding-bottom: 25px;
  }

  .t_wnew {
    margin-top: -1em;
  }

  .t_story h2 {
    background-image: url(../img/story.png);
    width: 830px;
    background-position: center;
    height: 120px;
    margin: 0 auto;
  }

  .t_topics h2 {
    background-image: url(../img/topics.png);
    width: 830px;
    background-position: center;
    height: 120px;
    margin: 0 auto;
  }

  .t_wnew h2 {
    background-image: url(../img/wnew.png);
    width: 830px;
    background-position: center;
    height: 120px;
    margin: 0 auto;
  }

  .t_story .txt {
    width: 770px;
    font-size: 22px;
    letter-spacing: 0.05em;
    margin: 0 auto 25px;
  }

  .t_story .more a {
    width: 440px;
    height: 70px;
    margin: 0 auto;
  }

  .t_story .more a span {
    line-height: 70px;
    letter-spacing: 0.05em;
    margin: 0 auto;
    font-size: 25px;
  }
}

@media all and (max-width: 767px) {
  .t_story {
    padding-bottom: 1em;
  }

  .t_topics {
    padding-bottom: 2.8em;
  }

  .t_wnew {
    margin-top: -1em;
  }

  .t_story h2, .t_topics h2, .t_wnew h2 {
    position: relative;
    height: 0;
    padding-top: calc((110 / 750)*100%);
  }

  .t_story h2 {
    background-image: url(../img/story_s.png);
  }

  .t_topics h2 {
    background-image: url(../img/topics_s.png);
  }

  .t_wnew h2 {
    background-image: url(../img/wnew_s.png);
  }

  .t_sns h2 {
    /* background-image: url(../img/sns.png); */
    /* padding-top: 18.625%; */
    /* width: 34%; */
    margin: -20px auto 0px;
  }

  .t_story h2 span,
  .t_topics h2 span,
  .t_wnew h2 span,
  .t_sns h2 span {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }

  .t_story .txt {
    width: 90%;
    /* letter-spacing: 0.02em; */
  }

  .t_story .more a {
    height: auto;
    width: 90%;
    margin: 0 auto;
  }

  .t_story .more a>span {
    padding: 0.5em 0;
    font-size: 120%;
    letter-spacing: 0.05em;
    line-height: normal;
  }
}

/*	sns
============================== */
#sns {
  /* background-color: hsla(0, 0%, 100%, 0.35); */
}

.tw-inner {
  background-color: #fff;
}

#sns h2 {
  background-image: url(../img/sns.png);
  background-position: center;
}

@media all and (min-width: 768px) {
  #sns {
    width: 350px;
    height: 400px;
    margin: 0 20px 0 0;
    float: left;
  }

  #sns h2 {
    width: 105px;
    height: 50px;
    /* margin: 0 auto; */
  }

  .tw-inner {
    /* margin: 0 10px 15px; */
    height: 340px;
  }
}

@media all and (max-width: 767px) {
  #sns {
    padding: 0 4%;
    margin: 4%;
  }

  #sns h2 {
    width: 40%;
    position: relative;
    height: 0;
    padding-top: 15.286624203821656%;
    margin: 2% auto 1%;
  }

  #sns h2 span {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/*	sns_btn
============================== */
#sns_btn h2 {
  margin: 0px auto 15px;
}

#sns_btn ul.sns_btn {
  /* display: flex; */
  /* justify-content: center; */
}

#sns_btn ul.sns_btn li.tw {
  background-image: url(../img/sns_btn_tw.png);
}

#sns_btn ul.sns_btn li.ln {}

#sns_btn li.ig {
  background-image: url(../img/sns_btn_ig.png);
  /* background-size: 80%; */
  background-position: center;
}

#sns_btn li.ig2 {}

#sns_btn li.ig_rakuten {}

@media all and (min-width: 768px) {
  .t_sns .wrap {
    width: 980px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #sns_btn {
    width: 270px;
  }

  #sns_btn h2 {
    width: 208px;
    height: 28px;
  }

  #sns_btn ul.sns_btn {
    margin: 50px auto 25px;
  }

  #sns_btn ul.sns_btn li {
    width: 225px;
    height: 43.5px;
    margin: 0 auto 16px;
  }

  #sns_btn ul.sns_banner li {
    width: 300px;
    height: 50px;
    margin: 0 auto 0.5em;
  }

  #sns_btn li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .footer {
    margin-bottom: -1em;
  }
}

@media all and (max-width: 767px) {
  #sns_btn {
    padding: 0;
  }

  #sns_btn h2 {
    width: 50%;
    position: relative;
    height: 0;
    padding-top: 6.730769230769231%;
    margin: 2% auto 1%;
  }

  #sns_btn h2 span {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }

  #sns_btn ul.sns_btn li {
    width: 60%;
    position: relative;
    height: 0;
    padding-top: calc((87 / 450)*60%);
    margin: 0 auto 1em;
  }

  #sns_btn ul.sns_banner {
    padding: 0 2% 2%;
  }

  #sns_btn ul.sns_banner li {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 16.666666666666667%;
    margin-bottom: 2%;
  }

  #sns_btn ul li a {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }

  .footer {
    background-size: 340vw;
    /* margin-bottom: 57px; */
    background-position: -50vw 130vw;
    margin-top: -1em;
  }

  .links {
    /* color: #fff; */
  }
}

/*	recta
============================== */
.recta {
  width: 300px;
  margin: 0 auto;
}

/*	instagram
============================== */
.ig-outer {
  padding: calc((4 / 340)*100%);
  box-sizing: border-box;
  background-color: #fff;
}

div.insta ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

div.insta ul::after {
  content: "";
  display: block;
  width: 30%;
}

div.insta ul li span, div.insta ul li a, div.insta ul li a img {
  display: block;
}

div.insta ul li a, div.insta ul li a img {
  background-position: center center;
  background-repeat: no-repeat;
}

div.insta ul li a {
  background-size: cover;
  position: relative;
  height: 0;
  padding-top: 100%;
}

div.insta ul li a:hover img {
  background-color: hsla(216, 82%, 13%, 0.25);
}

div.insta ul li a img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

div.insta ul li a img.icon-video {
  background-image: url(/um/img/play.png);
}

div.insta ul li {
  width: calc((102 / 320)*100%);
}

div.insta ul li:nth-child(-n+4) {
  margin-bottom: calc((7 / 320)*100%);
}

@media all and (min-width: 768px) {
  .ig-outer {
    width: 340px;
    height: 340px;
    float: left;
    margin-top: 50px;
  }
}

@media all and (max-width: 767px) {
  .ig-outer {
    /* padding: 0 4% 4%; */
    /* margin: 4%; */
    width: 84%;
    margin: 0 auto 7%;
    padding: calc((9 / 340)*100%);
  }
}

/*	bn_l
============================== */
.bn_s {
  background-color: beige;
  background-image: url(../img/bg_beige.jpg);
  background-size: 7%;
}

.bn_l ul,
.bn_s ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bn_l li a span,
.bn_s li a span {
  background-size: 100%;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) {

  .bn_l,
  .bn_s {
    padding: 40px 0 25px;
    position: relative;
  }

  .bn_l ul,
  .bn_s ul {
    justify-content: center;
    width: 980px;
  }

  .bn_l li a span {
    width: 400px;
    height: 150px;
    margin: 0 15px 20px;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
  }

  .bn_s li a span {
    width: 306px;
    height: 120px;
    margin: 0 10px 20px;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
  }

  .bn_l li a span img,
  .bn_s li a span img {
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media all and (max-width: 767px) {

  .bn_l,
  .bn_s {
    /* margin-top: 1em; */
  }

  .bn_l ul {
    padding: 1.5%;
  }

  .bn_s ul {
    padding: 1.5%;
  }

  .bn_l li a,
  .bn_s li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .bn_l li,
  .bn_s li {
    width: 100%;
    display: block;
    position: relative;
    height: 0;
    margin: 1.5%;
    border-radius: 1vw;
    /* margin-bottom: 11vw; */
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
  }

  .bn_l li {
    padding-top: 37.5%;
  }

  .bn_s li {
    padding-top: 38.215686%;
  }

  .bn_l li a,
  .bn_s li a {
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/*	dvd link
============================== */
.dvd_link {
  cursor: pointer;
}
.dvd_link a {
  display: block;
  background-size: cover;
  margin: 0 auto;
}
.dvd_link a:hover {
    color: #fff;
    opacity: 0.9;
}
@media all and (min-width: 768px) {
  .dvd_link a {
    background-image: url(../img/dvd_link.jpg);
    width: 980px;
    height: 70px;
    margin-bottom: 2em;
  }
}
@media all and (max-width: 767px) {
  .dvd_link a {
    background-image: url(../img/dvd_link_s.jpg);
    position: relative;
    height: 0;
    padding-top: calc((140 / 730)*100%);
  }

  .dvd_link a span {
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
}
/*	trailer
============================== */
.trailer {
  margin: 0 auto 3%;
}

@media all and (max-width: 767px) {
  .trailer {
    white-space: nowrap;
    overflow: hidden;
    text-indent: 110%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: 0;
    padding-top: 63.020833333333333%;
    z-index: 1;
  }

  .trailer iframe, .trailer span {
    background-size: 100%;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

@media all and (min-width: 768px) {

.trailer iframe, .trailer span {
    width: 700px;
    height: 441px;
    background-size: 100%;
  }
}
