.clearfix {
  zoom: 1;
}

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

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

  @date 2017-07-12
  @include _top

  memo: */
#top-page {
  width: 100%;
}

#blind {
  background-color: #ffffff;
}

#blind.color--beige {
  background-color: #fff8da;
}

.visual--h {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 1120px;
  height: calc(100vh + 15px);
  min-height: 900px;
}

.visual {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  min-width: 1120px;
  height: calc(100vh + 15px);
  min-height: 900px;
  overflow: hidden;
}

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

.visual__copy {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-466px, 41px);
  z-index: 1;
  height: 100%;
}

.visual__copy img {
  width: auto;
  height: 49.39%;
  max-height: 651px;
}

.visual__date {
  width: 324px;
  height: 324px;
  position: absolute;
  left: 50%;
  bottom: 35px;
  z-index: 1;
  transform: translate(224px, 0);
  transition: all .6s;
}

.visual__date p {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  animation: ponpon 2.5s ease-in-out infinite;
}

.visual__date.is--hide {
  transform: translate(224px, 360px);
}

.visual__date__head {
  display: block;
  width: 100%;
  position: absolute;
  left: -1px;
  top: -24px;
}

.visual__date__img {
  display: block;
  width: 100%;
  position: relative;
}

.visual__main {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

.visual__main__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.visual__main__inner .main--top,
.visual__main__inner .main--bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.visual__main__inner .main--top {
  z-index: 2;
  background: url("https://webusstatic.yo-star.com/azurlane-bisoku/shared/img/top/visual_main_top.png") center top no-repeat;
  background-size: cover;
}

.visual__main__inner .main--top img {
  display: none;
}

.visual__main__inner .main--bottom {
  z-index: 1;
  background: url("https://webusstatic.yo-star.com/azurlane-bisoku/shared/img/top/visual_main.jpg") center top no-repeat;
  background-size: cover;
}

.visual__app {
  width: 393px;
  height: 167px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translate(-534px, 0);
  z-index: 1;
  transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  background: url("../img/top/visual_app_bg.png") center top no-repeat;
  background-size: cover;
  transition: all .6s;
}

.visual__app.is--hide {
  transform: translate(-534px, 210px);
}

.visual__app__inner {
  width: 320px;
  position: relative;
  margin: 0 auto;
  padding-top: 19px;
  zoom: 1;
}

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

.visual__app__head {
  position: absolute;
  left: 50%;
  top: -34px;
  transform: translate(-50%, 0);
}

.visual__app__img {
  width: 199px;
  height: auto;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}

.visual__app__badge {
  width: 114px;
  float: right;
}

.visual__app__badge li {
  margin-bottom: 7px;
}

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

.visual__app__badge img {
  width: 100%;
  height: auto;
}

.visual__app__copy {
  clear: both;
  text-align: center;
  padding-top: 9px;
}

.visual__movie {
  width: 262px;
  height: 167px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translate(-121px, 0);
  z-index: 1;
  transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  background: url("../img/top/visual_movie_bg.png") center top no-repeat;
  background-size: cover;
  transition: all .6s;
}

.visual__movie.is--hide {
  transform: translate(-121px, 210px);
}

.visual__movie__inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 19px;
  zoom: 1;
}

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

.visual__movie__head {
  position: absolute;
  left: 50%;
  top: -34px;
  transform: translate(-50%, 0);
}

.visual__movie__thumb {
  width: 166px;
  height: 79px;
  margin: 0 auto;
}

.visual__movie__thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
}

.visual__movie__thumb a:hover:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.visual__movie__thumb a:hover .icon--play {
  transform: translate(-50%, -50%) scale(1.1);
}

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

.visual__movie__thumb .icon--play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all .3s;
}

.visual__movie__text {
  text-align: center;
  padding-top: 9px;
}

.news {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.news:after {
  content: '';
  display: block;
  width: 100%;
  height: 31px;
  background: url("../img/common/bg_tri_blue.png") center top repeat-x;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: -15px;
  z-index: 10;
}

.news__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  color: #fff8da;
  padding: 87px 0 10px;
  border: none;
}

.news__headline {
  font-size: 15px;
  letter-spacing: .2em;
  line-height: 1.0em;
  font-family: clarendon-text-pro, serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 25px;
}

.news__list {
  width: 100%;
  margin-bottom: 45px;
}

.news__list ul {
  display: block;
  width: 100%;
}

.news__list li {
  display: block;
  width: 100%;
  border-bottom: #fff8da solid 1px;
  zoom: 1;
  position: relative;
}

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

.news__list li:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #fff8da;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.news__list a {
  display: block;
  width: 100%;
  color: #fff8da;
  text-decoration: none;
  zoom: 1;
  padding: 11px 0;
}

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

.news__list__date {
  display: block;
  width: 10%;
  float: left;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 2.53em;
}

.news__list__title {
  display: block;
  width: 85%;
  float: left;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1.82em;
}

.news__btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #fff8da;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}

.news__btn a {
  width: 200px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: .2em;
  border-radius: 50px;
  color: #84d6ff;
}

.news__btn a:hover {
  width: 250px;
}

.info {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.info__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  color: #fff8da;
  padding: 70px 0 125px;
  zoom: 1;
  border: none;
}

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

.info__headline {
  font-size: 15px;
  letter-spacing: .2em;
  line-height: 1.0em;
  font-family: clarendon-text-pro, serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 34px;
}

.info__twitter {
  width: 510px;
  float: left;
}

.info__twitter__wijet {
  width: 100%;
  height: 430px;
  background-color: #fff8da;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 38px;
}

.info__twitter__btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #fff8da;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}

.info__twitter__btn a {
  width: 220px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: .2em;
  border-radius: 50px;
  color: #84d6ff;
}

.info__twitter__btn a:hover {
  width: 250px;
}

.info__twitter__btn span {
  display: inline-block;
  line-height: 50px;
  background: url("../img/common/icon_blank_blue.png") left center no-repeat;
  background-size: 20px auto;
  padding-left: 30px;
}

.info__links {
  width: 320px;
  float: right;
}

.info__links__list {
  width: 100%;
}

.info__links__list li {
  width: 100%;
  line-height: 1.0em;
  margin-bottom: 23px;
}

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

.info__links__list a {
  display: block;
  width: 100%;
  line-height: 1.0em;
  border-radius: 5px;
  overflow: hidden;
}

.intro {
  position: relative;
  width: 100%;
  background-color: #ff7382;
  min-width: 1120px;
  z-index: 1;
}

.intro:before {
  content: '';
  display: block;
  width: 100%;
  height: 31px;
  line-height: 1.0em;
  background: url("../img/common/bg_tri_pink.png") center top repeat-x;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: -15px;
}

.intro__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 123px 0 0px;
  border: none;
}

.intro__movie {
  width: 900px;
  height: 506px;
}

.intro__movie a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.intro__movie a:hover:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.intro__movie a:hover .icon--play {
  transform: translate(-50%, -50%) scale(1.1);
}

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

.intro__movie .icon--play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all .3s;
}

.intro__block {
  width: 100%;
  position: relative;
}

.intro__content {
  width: 100%;
  padding: 96px 0 152px 0;
}

.intro__headline {
  font-size: 15px;
  letter-spacing: .2em;
  line-height: 1.0em;
  font-family: clarendon-text-pro, serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 34px;
  color: #fff8da;
}

.intro__copy {
  position: relative;
  display: block;
  line-height: 1.0em;
  width: 669px;
  margin-bottom: 49px;
}

.intro__copy--1 {
  margin-bottom: 27px;
  display: inline-block;
  line-height: 1.0em;
  vertical-align: top;
  border: 1px solid transparent;
}

.intro__copy--1 span {
  display: block;
  overflow: hidden;
}

.intro__copy--2 {
  display: inline-block;
  line-height: 1.0em;
  vertical-align: top;
  border: 1px solid transparent;
}

.intro__copy--2 span {
  display: block;
  overflow: hidden;
}

.intro__copy--deco {
  position: absolute;
  right: -53px;
  top: -47px;
  transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  display: block;
  animation: ponpon2 2.5s ease-in-out infinite;
}

.intro__text {
  width: 100%;
  position: relative;
}

.intro__text span {
  display: block;
  overflow: hidden;
}

.intro__img1 {
  position: absolute;
  left: 50%;
  top: 174px;
  z-index: 0;
  margin-left: 247px;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  animation: fuwaRoll 3.5s ease-in-out infinite;
}

.intro__img1 span {
  display: block;
  animation: fuwaHor 7.0s ease-in-out infinite alternate;
}

.intro__img1 img {
  animation: fuwaVer 6.0s ease-in-out infinite alternate;
}

.intro__img2 {
  position: absolute;
  left: 50%;
  top: 709px;
  z-index: 0;
  margin-left: -587px;
  animation: fuwaRoll 6.0s ease-in-out infinite;
}

.intro__img2 span {
  display: block;
  animation: fuwaHor 6.0s ease-in-out infinite alternate;
}

.intro__img2 img {
  animation: fuwaVer 8.0s ease-in-out infinite alternate;
}

.intro__img3 {
  position: absolute;
  left: 50%;
  top: 724px;
  z-index: 0;
  margin-left: 250px;
  animation: fuwaRoll 7.0s ease-in-out infinite;
}

.intro__img3 span {
  display: block;
  animation: fuwaHor 8.0s ease-in-out infinite alternate;
}

.intro__img3 img {
  animation: fuwaVer 10.0s ease-in-out infinite alternate;
}

.intro__img4 {
  position: absolute;
  left: 50%;
  top: 591px;
  z-index: 0;
  margin-left: 430px;
  animation: fuwaRoll 8.0s ease-in-out infinite;
}

.intro__img4 span {
  display: block;
  animation: fuwaHor 12.0s ease-in-out infinite alternate;
}

.intro__img4 img {
  animation: fuwaVer 11.0s ease-in-out infinite alternate;
}

.intro__btn {
  padding-top: 78px;
}

.intro__btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #fff8da;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}

.intro__btn a {
  width: 200px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: .2em;
  border-radius: 50px;
  color: #ff7382;
}

.intro__btn a:hover {
  width: 250px;
}

@keyframes kurukuru {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes ponpon {
  0% {
    transform: scale(1) translate(0px, 0px) rotate(0deg);
  }
  75% {
    transform: scale(1) translate(0px, 0px) rotate(0deg);
  }
  80% {
    transform: scale(1.02) translate(0px, -6px) rotate(1deg);
  }
  85% {
    transform: scale(0.96) translate(0px, 6px) rotate(1deg);
  }
  90% {
    transform: scale(1.01) translate(0px, -3px) rotate(-1deg);
  }
  95% {
    transform: scale(0.98) translate(0px, 3px) rotate(0deg);
  }
  100% {
    transform: scale(1) translate(0px, 0px) rotate(0deg);
  }
}

@keyframes ponpon2 {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.1);
  }
  85% {
    transform: scale(0.9);
  }
  90% {
    transform: scale(1.04);
  }
  95% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes fuwaRoll {
  0% {
    transform: rotateZ(5deg) scale(0.95);
  }
  50% {
    transform: rotateZ(-5deg) scale(1);
  }
  100% {
    transform: rotateZ(5deg) scale(0.95);
  }
}

@keyframes fuwaHor {
  0% {
    transform: translate(5px, 0);
  }
  50% {
    transform: translate(-5px, 0);
  }
  100% {
    transform: translate(5px, 0);
  }
}

@keyframes fuwaVer {
  0% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 5px);
  }
}

@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 {
    width: 100%;
  }
  #blind {
    background-color: #ffffff;
  }
  #blind.color--beige {
    background-color: #fff8da;
  }
  .visual--h {
    display: none;
  }
  .visual {
    position: relative;
    left: auto;
    top: auto;
    z-index: 0;
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
    overflow: hidden;
  }
  .visual__inner {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 52.5px;
    padding-bottom: 14vw;
    border: none;
  }
  .visual__copy {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    transform: translate(0, 0);
    z-index: 1;
    height: 100%;
  }
  .visual__copy img {
    width: 68px;
    width: 18.13333vw;
    height: auto;
    max-height: auto;
  }
  .visual__date {
    width: 290px;
    width: 77.33333vw;
    height: 290px;
    height: 77.33333vw;
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 620px;
    top: 165.33333vw;
    z-index: 1;
    transform: translate(-50%, 0);
    transition: all .6s;
  }
  .visual__date p {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    animation: ponpon 2.5s ease-in-out infinite;
  }
  .visual__date.is--hide {
    transform: translate(-50%, 60px);
    transform: translate(-50%, 16vw);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .visual__date__head {
    display: block;
    width: 100%;
    position: absolute;
    left: -2px;
    left: -0.53333vw;
    top: -22px;
    top: -5.86667vw;
  }
  .visual__date__head img {
    width: 100%;
    height: auto;
  }
  .visual__date__img {
    display: block;
    width: 100%;
    position: relative;
  }
  .visual__date__img img {
    width: 100%;
    height: auto;
  }
  .visual__main {
    width: 100%;
    height: auto;
    border: none;
    position: relative;
    left: auto;
    top: auto;
    z-index: 0;
    pointer-events: none;
    background: url("../img/top/visual_main_sp.jpg") center top no-repeat;
    background-size: cover;
  }
  .visual__main__inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .visual__main__inner .main--top {
    width: 100%;
    height: 100%;
    position: relative;
    left: auto;
    top: auto;
    pointer-events: none;
    z-index: 2;
    background: none;
  }
  .visual__main__inner .main--top img {
    display: block;
  }
  .visual__main__inner .main--bottom {
    display: none;
  }
  .visual__app {
    width: 85.333%;
    margin: 0 auto;
    height: auto;
    position: relative;
    left: auto;
    bottom: auto;
    transform: translate(0, 0);
    z-index: 1;
    transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    background: none;
    background-size: cover;
    background-color: #5E68FF;
    border-radius: 30px;
    box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 1.86667vw 1.86667vw 0 rgba(0, 0, 0, 0.12);
    transition: all .6s;
  }
  .visual__app.is--hide {
    transform: translate(0, 30px);
    transform: translate(0, 8vw);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .visual__app__inner {
    width: 88%;
    position: relative;
    margin: 0 auto;
    padding-top: 19px;
    padding-top: 5.06667vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    zoom: 1;
  }
  .visual__app__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .visual__app__head {
    position: absolute;
    left: 50%;
    top: -33px;
    top: -8.8vw;
    transform: translate(-50%, 0);
  }
  .visual__app__head img {
    width: 278px;
    width: 74.13333vw;
    height: auto;
  }
  .visual__app__img {
    width: 63%;
    height: auto;
    float: left;
    border-radius: 5px;
    border-radius: 1.33333vw;
    overflow: hidden;
  }
  .visual__app__badge {
    width: 35%;
    float: right;
  }
  .visual__app__badge li {
    margin-bottom: 7px;
    margin-bottom: 1.86667vw;
  }
  .visual__app__badge li:last-child {
    margin-bottom: 0;
  }
  .visual__app__badge img {
    width: 100%;
    height: auto;
  }
  .visual__app__copy {
    clear: both;
    text-align: center;
    padding-top: 10px;
    padding-top: 2.66667vw;
  }
  .visual__app__copy img {
    height: 19px;
    height: 5.06667vw;
    width: auto;
  }
  .visual__movie {
    width: 85.333%;
    margin: 0 auto;
    margin-top: -152px;
    margin-top: -40.53333vw;
    margin-bottom: 60px;
    margin-bottom: 16vw;
    height: auto;
    position: relative;
    left: auto;
    bottom: auto;
    transform: translate(0, 0);
    z-index: 1;
    transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    background: none;
    background-size: cover;
    background-color: #5E68FF;
    border-radius: 30px;
    box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 1.86667vw 1.86667vw 0 rgba(0, 0, 0, 0.12);
    transition: all .6s;
  }
  .visual__movie.is--hide {
    transform: translate(0, 30px);
    transform: translate(0, 8vw);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .visual__movie__inner {
    width: 88%;
    position: relative;
    margin: 0 auto;
    padding-top: 18.5px;
    padding-top: 4.93333vw;
    padding-bottom: 14px;
    padding-bottom: 3.73333vw;
    zoom: 1;
  }
  .visual__movie__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .visual__movie__head {
    position: absolute;
    left: 50%;
    top: -33px;
    top: -8.8vw;
    transform: translate(-50%, 0);
  }
  .visual__movie__head img {
    width: 248.5px;
    width: 66.26667vw;
    height: auto;
  }
  .visual__movie__thumb {
    width: 100%;
    height: 157px;
    height: 41.86667vw;
    margin: 0 auto;
  }
  .visual__movie__thumb a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    border-radius: 1.33333vw;
    overflow: hidden;
  }
  .visual__movie__thumb a:hover:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .visual__movie__thumb a:hover .icon--play {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .visual__movie__thumb a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .3s;
  }
  .visual__movie__thumb .icon--play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: all .3s;
  }
  .visual__movie__thumb .icon--play img {
    width: 60px;
    width: 16vw;
    height: auto;
  }
  .visual__movie__text {
    text-align: center;
    padding-top: 12px;
    padding-top: 3.2vw;
  }
  .visual__movie__text img {
    height: 19px;
    height: 5.06667vw;
    width: auto;
  }
  .news {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .news:after {
    content: '';
    display: block;
    width: 100%;
    height: 15.5px;
    height: 4.13333vw;
    top: -7.5px;
    top: -2vw;
    background: url("../img/common/bg_tri_blue.png") center top repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    z-index: 10;
  }
  .news__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    color: #fff8da;
    padding-top: 61px;
    padding-top: 16.26667vw;
    padding-bottom: 10px;
    padding-bottom: 2.66667vw;
    border: none;
  }
  .news__headline {
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: .2em;
    line-height: 1.0em;
    font-family: clarendon-text-pro, serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .news__list {
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .news__list ul {
    display: block;
    width: 100%;
  }
  .news__list li {
    display: block;
    width: 100%;
    border-bottom: #fff8da solid 1px;
    border-bottom: #fff8da solid 0.26667vw;
    zoom: 1;
    position: relative;
  }
  .news__list li:after {
    content: "";
    clear: both;
    display: block;
  }
  .news__list li:after {
    display: none;
  }
  .news__list a {
    display: block;
    width: 100%;
    color: #fff8da;
    text-decoration: none;
    zoom: 1;
    padding: 10px 0;
    padding: 2.66667vw 0;
  }
  .news__list a:after {
    content: "";
    clear: both;
    display: block;
  }
  .news__list__date {
    display: block;
    width: 24%;
    float: left;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 2.0em;
  }
  .news__list__title {
    display: block;
    width: 76%;
    float: left;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 13.5px;
    font-size: 3.6vw;
    letter-spacing: .05em;
    line-height: 1.82em;
  }
  .news__btn a {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #fff8da;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.53333vw 0.53333vw 0 rgba(0, 0, 0, 0.1);
    transition: all .3s;
  }
  .news__btn a {
    width: 150px;
    width: 40vw;
    line-height: 37.5px;
    line-height: 10vw;
    margin: 0 auto;
    font-size: 13.5px;
    font-size: 3.6vw;
    letter-spacing: .2em;
    border-radius: 75px;
    color: #84d6ff;
  }
  .news__btn a:hover {
    width: 150px;
    width: 40vw;
  }
  .info {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .info__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    color: #fff8da;
    padding-top: 35px;
    padding-top: 9.33333vw;
    padding-bottom: 75px;
    padding-bottom: 20vw;
    zoom: 1;
    border: none;
  }
  .info__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .info__headline {
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: .2em;
    line-height: 1.0em;
    font-family: clarendon-text-pro, serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 28px;
    margin-bottom: 7.46667vw;
  }
  .info__twitter {
    width: 100%;
    float: none;
    margin-bottom: 47.5px;
    margin-bottom: 12.66667vw;
  }
  .info__twitter__wijet {
    width: 100%;
    height: 375px;
    height: 100vw;
    border-radius: 5px;
    border-radius: 1.33333vw;
    background-color: #fff8da;
    overflow: hidden;
    margin-bottom: 35px;
    margin-bottom: 9.33333vw;
  }
  .info__twitter__wijet iframe {
    width: 100%;
    height: 375px;
    height: 100vw;
  }
  .info__twitter__btn a {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #fff8da;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.53333vw 0.53333vw 0 rgba(0, 0, 0, 0.1);
    transition: all .3s;
  }
  .info__twitter__btn a {
    width: 165px;
    width: 44vw;
    line-height: 37.5px;
    line-height: 10vw;
    margin: 0 auto;
    font-size: 13.5px;
    font-size: 3.6vw;
    letter-spacing: .2em;
    border-radius: 75px;
    color: #84d6ff;
  }
  .info__twitter__btn a:hover {
    width: 165px;
    width: 44vw;
  }
  .info__twitter__btn span {
    display: inline-block;
    line-height: 37.5px;
    line-height: 10vw;
    background: url("../img/common/icon_blank_blue.png") left center no-repeat;
    background-size: 15px auto;
    background-size: 4vw auto;
    padding-left: 22.5px;
    padding-left: 6vw;
  }
  .info__links {
    width: 100%;
    float: none;
  }
  .info__links__list {
    width: 100%;
  }
  .info__links__list li {
    width: 100%;
    line-height: 1.0em;
    margin-bottom: 14px;
    margin-bottom: 3.73333vw;
  }
  .info__links__list li:last-child {
    margin-bottom: 0;
  }
  .info__links__list a {
    display: block;
    width: 100%;
    line-height: 1.0em;
    border-radius: 5px;
    border-radius: 1.33333vw;
    overflow: hidden;
  }
  .intro {
    position: relative;
    width: 100%;
    background-color: #ff7382;
    min-width: 100%;
    z-index: 2;
  }
  .intro:before {
    content: '';
    display: block;
    width: 100%;
    height: 15.5px;
    height: 4.13333vw;
    top: -7.5px;
    top: -2vw;
    line-height: 1.0em;
    background: url("../img/common/bg_tri_pink.png") center top repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
  }
  .intro:after {
    content: '';
    display: block;
    width: 100%;
    height: 15.5px;
    height: 4.13333vw;
    bottom: -7.5px;
    bottom: -2vw;
    line-height: 1.0em;
    background: url("../img/common/bg_tri_green.png") center top repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
  }
  .intro__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-top: 66.5px;
    padding-top: 17.73333vw;
    padding-bottom: 0px;
    padding-bottom: 0vw;
    border: none;
  }
  .intro__movie {
    width: 100%;
    height: 180px;
    height: 48vw;
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
  }
  .intro__movie a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    border-radius: 1.33333vw;
    overflow: hidden;
  }
  .intro__movie a:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .intro__movie a:hover .icon--play {
    transform: translate(-50%, -50%) scale(1);
  }
  .intro__movie a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .3s;
  }
  .intro__movie .icon--play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: all .3s;
    width: 40px;
    width: 10.66667vw;
    height: auto;
  }
  .intro__block {
    width: 100%;
    position: relative;
  }
  .intro__content {
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 175px 0;
    padding: 18.66667vw 0 44vw 0;
  }
  .intro__headline {
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: .2em;
    line-height: 1.0em;
    font-family: clarendon-text-pro, serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 37.5px;
    margin-bottom: 10vw;
    color: #fff8da;
  }
  .intro__copy {
    position: relative;
    display: block;
    line-height: 1.0em;
    width: 100%;
    margin-bottom: 47px;
    margin-bottom: 12.53333vw;
  }
  .intro__copy--1 {
    margin-bottom: 18.5px;
    margin-bottom: 4.93333vw;
    display: inline-block;
    line-height: 1.0em;
    vertical-align: top;
    border: 1px solid transparent;
  }
  .intro__copy--1 span {
    display: block;
    overflow: hidden;
  }
  .intro__copy--1 img {
    width: 320px;
    width: 85.33333vw;
    height: auto;
  }
  .intro__copy--2 {
    display: inline-block;
    line-height: 1.0em;
    vertical-align: top;
    border: 1px solid transparent;
  }
  .intro__copy--2 span {
    display: block;
    overflow: hidden;
  }
  .intro__copy--2 img {
    width: 320px;
    width: 85.33333vw;
    height: auto;
  }
  .intro__copy--deco {
    position: absolute;
    right: 7.5px;
    right: 2vw;
    top: 50px;
    top: 13.33333vw;
    transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    display: block;
    animation: ponpon2 2.5s ease-in-out infinite;
  }
  .intro__copy--deco img {
    width: 29.5px;
    width: 7.86667vw;
    height: auto;
  }
  .intro__text {
    width: 100%;
    position: relative;
  }
  .intro__text span {
    display: block;
    overflow: hidden;
  }
  .intro__text img {
    width: 320px;
    width: 85.33333vw;
    height: auto;
  }
  .intro__img1 {
    position: absolute;
    left: 50%;
    top: -20px;
    top: -5.33333vw;
    z-index: 0;
    margin-left: 13.5px;
    margin-left: 3.6vw;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    z-index: 1;
    animation: fuwaRoll 3.5s ease-in-out infinite;
  }
  .intro__img1 span {
    display: block;
    animation: fuwaHor 7.0s ease-in-out infinite alternate;
  }
  .intro__img1 img {
    animation: fuwaVer 6.0s ease-in-out infinite alternate;
    width: 150px;
    width: 40vw;
    height: auto;
  }
  .intro__img2 {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -26.5px;
    bottom: -7.06667vw;
    z-index: 0;
    margin-left: -160px;
    margin-left: -42.66667vw;
    z-index: 1;
    animation: fuwaRoll 6.0s ease-in-out infinite;
  }
  .intro__img2 span {
    display: block;
    animation: fuwaHor 6.0s ease-in-out infinite alternate;
  }
  .intro__img2 img {
    animation: fuwaVer 8.0s ease-in-out infinite alternate;
    width: 148.5px;
    width: 39.6vw;
    height: auto;
  }
  .intro__img3 {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 173.5px;
    bottom: 46.26667vw;
    z-index: 0;
    margin-left: 49px;
    margin-left: 13.06667vw;
    z-index: 1;
    animation: fuwaRoll 7.0s ease-in-out infinite;
  }
  .intro__img3 span {
    display: block;
    animation: fuwaHor 8.0s ease-in-out infinite alternate;
  }
  .intro__img3 img {
    animation: fuwaVer 10.0s ease-in-out infinite alternate;
    width: 121.5px;
    width: 32.4vw;
    height: auto;
  }
  .intro__img4 {
    position: absolute;
    left: 50%;
    top: 505px;
    top: 134.66667vw;
    z-index: 0;
    margin-left: 75px;
    margin-left: 20vw;
    z-index: 1;
    animation: fuwaRoll 8.0s ease-in-out infinite;
  }
  .intro__img4 span {
    display: block;
    animation: fuwaHor 12.0s ease-in-out infinite alternate;
  }
  .intro__img4 img {
    animation: fuwaVer 11.0s ease-in-out infinite alternate;
    width: 100px;
    width: 26.66667vw;
    height: auto;
  }
  .intro__btn {
    padding-top: 54px;
    padding-top: 14.4vw;
  }
  .intro__btn a {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #fff8da;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.53333vw 0.53333vw 0 rgba(0, 0, 0, 0.1);
    transition: all .3s;
  }
  .intro__btn a {
    width: 150px;
    width: 40vw;
    line-height: 37.5px;
    line-height: 10vw;
    margin: 0;
    font-size: 13.5px;
    font-size: 3.6vw;
    letter-spacing: .2em;
    border-radius: 75px;
    color: #ff7382;
  }
  .intro__btn a:hover {
    width: 150px;
    width: 40vw;
  }
}
