.clearfix {
  zoom: 1;
}

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

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

  @date 2017-07-12
  @include _top

  memo: */
#teaser-page {
  background-color: #1d2087;
  background-size: 100% auto;
}

.visual {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  max-height: 1080px;
  border: none;
  z-index: 1;
}

.visual__inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.visual__desc {
  position: absolute;
  z-index: 1;
  left: 7.8%;
  bottom: 13%;
  pointer-events: none;
  transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
}

.visual__desc__lead {
  margin: 0 0 30px 24px;
}

.visual__desc__logo {
  margin: 0 0 40px 6px;
}

.visual__desc__staff {
  position: relative;
}

.visual__date {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.visual__chara {
  width: 1312px;
  height: 760px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  border: none;
  transform: translate(-656px, -380px);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  pointer-events: none;
}

.visual__chara__inner {
  position: relative;
}

.visual__chara__1,
.visual__chara__2,
.visual__chara__3,
.visual__chara__4,
.visual__chara__5,
.visual__chara__6,
.visual__chara__7,
.visual__chara__8,
.visual__chara__9,
.visual__chara__10 {
  position: absolute;
  z-index: 0;
}

.visual__chara__1 {
  left: 900px;
  top: 694px;
}

.visual__chara__2 {
  left: 1108px;
  top: 526px;
}

.visual__chara__3 {
  left: 924px;
  top: 366px;
}

.visual__chara__4 {
  left: 761px;
  top: 413px;
}

.visual__chara__5 {
  left: 900px;
  top: 181px;
}

.visual__chara__6 {
  left: 600px;
  top: 184px;
}

.visual__chara__7 {
  left: 420px;
  top: 262px;
}

.visual__chara__8 {
  left: 357px;
  top: 81px;
}

.visual__chara__9 {
  left: 134px;
  top: 237px;
}

.visual__chara__10 {
  left: 0px;
  top: 0px;
}

.icon20th {
  width: 130px;
  height: 136px;
  position: fixed;
  right: 2.8%;
  bottom: 5.3%;
  z-index: 10;
  transform: translateY(0);
  transition: all .5s ease;
}

.icon20th.is__none {
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.visual__20th {
  width: 100%;
  height: 100%;
  position: relative;
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  animation: fuwafuwa 4s ease-in-out infinite;
}

.visual__20th a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transition: all .2s ease;
}

.visual__20th a:hover {
  transform: scale(1.05);
}

.visual__20th__text {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

.visual__20th__img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

.visual__share {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 70px;
  bottom: 90px;
  z-index: 3;
}

.visual__share__head {
  font-size: 0;
  line-height: 1.0em;
  margin-bottom: 19px;
}

.visual__share__head svg {
  vertical-align: top;
}

.visual__share__list ul {
  letter-spacing: 0;
  font-size: 0;
}

.visual__share__list li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  vertical-align: top;
}

.visual__share__list svg {
  vertical-align: top;
}

.visual__share__list a {
  display: block;
}

.visual__share__list__tw a {
  padding-top: 2px;
}

.visual__share__list__tw svg {
  height: 37px;
  width: auto;
}

.visual__share__list__line {
  margin: 0 18px;
}

.visual__share__list__line svg {
  height: 40px;
  width: auto;
}

.visual__share__list__fb svg {
  height: 40px;
  width: auto;
}

.visual__moon {
  position: absolute;
  width: 100%;
  min-width: 1920px;
  left: 50%;
  top: 0;
  z-index: 0;
  pointer-events: none;
  transform: translateX(-50%);
  background-color: #1d2087;
}

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

.visual__blank {
  width: 100%;
  height: 350px;
  border: none;
}

.news {
  position: relative;
  width: 100%;
  min-width: 1000px;
  border: none;
  z-index: 1;
  margin-top: -72px;
  transition: all 1s ease;
}

.news.is__none {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.news__inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.news__list {
  margin-bottom: 30px;
}

.news__list li {
  line-height: 1.0em;
  border-bottom: #000000 solid 1px;
}

.news__list li.is--fix {
  border: none;
  background-color: #0000A4;
}

.news__list li.is--fix a {
  color: #ffffff;
  padding: 0;
}

.news__list li.is--fix .news__list__date,
.news__list li.is--fix .news__list__title {
  line-height: 30px;
}

.news__list li.is--fix .news__list__title {
  transform: translateX(-0.5em);
}

.news__list a {
  display: block;
  zoom: 1;
  color: #000000;
  text-decoration: none;
  line-height: 1.0em;
  padding: 13px 0;
}

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

.news__list__date {
  display: block;
  width: 15%;
  float: left;
  font-size: 16px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  text-indent: 8px;
}

.news__list__title {
  display: block;
  width: 85%;
  float: right;
  font-size: 16px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news__button {
  text-align: center;
}

.news__button a {
  display: inline-block;
  border: 2px solid #000000;
  line-height: 1.0em;
  padding: 8px 26px;
  border-radius: 20px;
}

.news__button svg {
  vertical-align: top;
}

.message {
  position: relative;
  width: 100%;
  min-width: 1000px;
  border: none;
  z-index: 1;
  background-color: #1d2087;
}

.message.is__none {
  display: none;
}

.message__inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 142px 0 155px 0;
}

.message__head {
  text-align: center;
  margin-bottom: 84px;
}

.message__lead {
  text-align: left;
  margin-bottom: 50px;
}

.message__text {
  color: #fff9e5;
  font-size: 18px;
  letter-spacing: .10em;
  line-height: 2.12em;
  margin-bottom: 55px;
  text-align: justify;
}

.message__name {
  text-align: right;
}

.illust1 {
  position: relative;
  width: 100%;
  min-width: 1000px;
  border: none;
  z-index: 1;
}

.illust1.is__none {
  display: none;
}

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

.illust1__ph {
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  background-color: #FFF8E5;
}

.illust1__ph img {
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

.introduction {
  position: relative;
  width: 100%;
  min-width: 1000px;
  border: none;
  z-index: 1;
  background-color: #FFF8E5;
}

.introduction.is__none {
  display: none;
}

.introduction__inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 124px 0 145px 0;
}

.introduction__head {
  text-align: center;
  margin-bottom: 82px;
}

.introduction__lead {
  text-align: left;
  margin-bottom: 50px;
}

.introduction__text {
  color: #7F624D;
  font-size: 17px;
  letter-spacing: .10em;
  line-height: 2.05em;
  text-align: justify;
}

.illust2 {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 298px;
  border: none;
  z-index: 1;
  overflow: hidden;
}

.illust2.is__none {
  display: none;
}

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

.illust2__ph {
  width: 3840px;
  height: 100%;
  background: url("../img/illust2_visual.jpg") left center repeat-x;
  animation: illustSlide 30s linear infinite;
}

@keyframes illustSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1920px);
  }
}

.story {
  position: relative;
  width: 100%;
  min-width: 1000px;
  border: none;
  z-index: 1;
  overflow: hidden;
  background-color: #FF7D8E;
}

.story:after {
  content: '';
  display: block;
  width: 200%;
  height: 300%;
  background: url("../img/bg_pattern.png") left top repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform: rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}

.story.is__none {
  display: none;
}

.story__inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 108px 0 150px 0;
  z-index: 1;
}

.story__head {
  text-align: center;
  margin-bottom: 115px;
}

.story__lead {
  text-align: center;
  margin-bottom: 50px;
}

.story__text {
  color: #FFF9E5;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 2.22em;
  text-align: center;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.story__text span {
  letter-spacing: -.2em;
}

.intro {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  border: none;
  z-index: 0;
  background-color: #1d2087;
}

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

.intro__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.intro__staff {
  position: relative;
  width: 960px;
  margin: 0 auto;
  border: none;
  padding: 108px 0 410px 0;
  z-index: 2;
}

.intro__staff.is__none {
  display: none;
}

.intro__staff__head {
  text-align: center;
  margin-bottom: 92px;
}

.intro__staff__list {
  margin-bottom: 160px;
}

.intro__staff__list li {
  text-align: center;
  margin-bottom: 100px;
}

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

.intro__staff__list__name {
  margin-bottom: 30px;
}

.intro__staff__list__text {
  color: #FFF9E5;
  font-size: 15px;
  letter-spacing: .01em;
  line-height: 1.94em;
}

.intro__staff__date {
  text-align: center;
}

.intro__copyright {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 3;
  transform: translateX(-50%);
}

.intro__copyright.is__none {
  display: none;
}

.intro__copyright__text {
  color: #FFF9E5;
  font-size: 15px;
  letter-spacing: .18em;
  display: inline-block;
  vertical-align: top;
  line-height: 1.0em;
  padding-top: 7px;
  margin-right: 15px;
}

.intro__copyright__icon {
  display: inline-block;
  vertical-align: top;
  line-height: 1.0em;
}

.intro__copyright__icon svg {
  vertical-align: top;
}

.intro__town {
  width: 1920px;
  height: 516px;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
}

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

.intro__town__light1,
.intro__town__light2,
.intro__town__light3,
.intro__town__light4,
.intro__town__light5,
.intro__town__light6,
.intro__town__light7,
.intro__town__light8,
.intro__town__light9,
.intro__town__light10,
.intro__town__light11,
.intro__town__light12,
.intro__town__light13,
.intro__town__light14,
.intro__town__light15,
.intro__town__light16,
.intro__town__light17,
.intro__town__light18 {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.intro__town__light1 {
  left: 5px;
  top: 353px;
  display: block;
}

.intro__town__light2 {
  left: 74px;
  top: 271px;
}

.intro__town__light3 {
  left: 217px;
  top: 384px;
}

.intro__town__light4 {
  left: 325px;
  top: 245px;
}

.intro__town__light5 {
  left: 379px;
  top: 171px;
}

.intro__town__light6 {
  left: 672px;
  top: 317px;
}

.intro__town__light7 {
  left: 729px;
  top: 250px;
}

.intro__town__light8 {
  left: 854px;
  top: 324px;
}

.intro__town__light9 {
  left: 965px;
  top: 290px;
}

.intro__town__light10 {
  left: 1112px;
  top: 266px;
}

.intro__town__light11 {
  left: 1227px;
  top: 232px;
}

.intro__town__light12 {
  left: 1457px;
  top: 290px;
}

.intro__town__light13 {
  left: 1555px;
  top: 255px;
}

.intro__town__light14 {
  left: 1488px;
  top: 202px;
}

.intro__town__light15 {
  left: 1580px;
  top: 119px;
}

.intro__town__light16 {
  left: 1724px;
  top: 233px;
}

.intro__town__light17 {
  left: 1831px;
  top: 85px;
}

.intro__town__light18 {
  left: 1885px;
  top: 19px;
}

.intro__town__bg {
  width: 100%;
  position: relative;
  z-index: 0;
}

.intro__sky {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  z-index: 0;
  pointer-events: none;
  background: url("../img/bg_sky.png") center bottom repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 1700px;
}

@keyframes fuwafuwa {
  0% {
    transform: scale(1) rotate(0deg);
  }
  10% {
    transform: scale(1.04) rotate(3deg);
  }
  20% {
    transform: scale(0.95) rotate(0deg);
  }
  30% {
    transform: scale(1.03) rotate(-2deg);
  }
  40% {
    transform: scale(0.94) rotate(0deg);
  }
  50% {
    transform: scale(1.02) rotate(2deg);
  }
  60% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

@keyframes textBounce {
  0% {
    transform: scale(1) translateY(0px);
  }
  5% {
    transform: scale(1.05) translateY(-5px);
  }
  10% {
    transform: scale(0.95) translateY(0px);
  }
  15% {
    transform: scale(1.05) translateY(-5px);
  }
  30% {
    transform: scale(1) translateY(0px);
  }
  100% {
    transform: scale(1) translateY(0px);
  }
}

@keyframes iconBounce {
  0% {
    transform: scale(1) rotate(0deg);
  }
  5% {
    transform: scale(1.04) rotate(5deg);
  }
  10% {
    transform: scale(0.95) rotate(0deg);
  }
  15% {
    transform: scale(1.03) rotate(-4deg);
  }
  20% {
    transform: scale(0.94) rotate(0deg);
  }
  25% {
    transform: scale(1.02) rotate(4deg);
  }
  30% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

@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 =========================================================================================== */
  #teaser-page {
    background-color: #1d2087;
    background-size: 100% auto;
  }
  .visual {
    position: relative;
    width: 100%;
    height: 725px;
    height: 193.33333vw;
    min-width: 100%;
    border: none;
    z-index: 1;
  }
  .visual__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .visual__desc {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: auto;
    top: 90px;
    top: 24vw;
    pointer-events: none;
    transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    width: 100%;
  }
  .visual__desc__lead {
    margin: 0 auto;
    margin-bottom: 21px;
    margin-bottom: 5.6vw;
    width: 276px;
    width: 73.6vw;
    line-height: 1.0em;
  }
  .visual__desc__lead img {
    width: 100%;
    height: auto;
  }
  .visual__desc__logo {
    margin: 0 auto;
    width: 322px;
    width: 85.86667vw;
    pointer-events: none;
  }
  .visual__desc__logo img {
    width: 100%;
    height: auto;
  }
  .visual__desc__staff {
    position: absolute;
    left: 50%;
    top: 420px;
    top: 112vw;
    width: 327px;
    width: 87.2vw;
    transform: translateX(-50%);
  }
  .visual__desc__staff img {
    width: 100%;
    height: auto;
  }
  .visual__date {
    width: 100%;
    position: absolute;
    left: 0;
    top: 386px;
    top: 102.93333vw;
    z-index: 1;
    pointer-events: none;
  }
  .visual__date img {
    width: 100%;
    height: auto;
  }
  .visual__chara {
    width: 326px;
    width: 86.93333vw;
    height: 236px;
    height: 62.93333vw;
    position: absolute;
    left: 50%;
    top: 255px;
    top: 68vw;
    z-index: 1;
    border: none;
    transform: translate(-170px, 0);
    transform: translate(-45.33333vw, 0);
    transform-origin: 48.3% 45.1%;
    -moz-transform-origin: 48.3% 45.1%;
    -webkit-transform-origin: 48.3% 45.1%;
    pointer-events: none;
  }
  .visual__chara__inner {
    position: relative;
  }
  .visual__chara__1,
  .visual__chara__2,
  .visual__chara__3,
  .visual__chara__4,
  .visual__chara__5,
  .visual__chara__6,
  .visual__chara__7,
  .visual__chara__8,
  .visual__chara__9,
  .visual__chara__10 {
    position: absolute;
    z-index: 0;
  }
  .visual__chara__1 img,
  .visual__chara__2 img,
  .visual__chara__3 img,
  .visual__chara__4 img,
  .visual__chara__5 img,
  .visual__chara__6 img,
  .visual__chara__7 img,
  .visual__chara__8 img,
  .visual__chara__9 img,
  .visual__chara__10 img {
    width: 100%;
    height: auto;
  }
  .visual__chara__1 {
    width: 17.5px;
    width: 4.66667vw;
    left: 190px;
    left: 50.66667vw;
    top: 189px;
    top: 50.4vw;
  }
  .visual__chara__2 {
    width: 51px;
    width: 13.6vw;
    left: 275px;
    left: 73.33333vw;
    top: 130.5px;
    top: 34.8vw;
  }
  .visual__chara__3 {
    width: 47.5px;
    width: 12.66667vw;
    left: 229.5px;
    left: 61.2vw;
    top: 90.5px;
    top: 24.13333vw;
  }
  .visual__chara__4 {
    width: 45.5px;
    width: 12.13333vw;
    left: 188.5px;
    left: 50.26667vw;
    top: 102.5px;
    top: 27.33333vw;
  }
  .visual__chara__5 {
    width: 44px;
    width: 11.73333vw;
    left: 223.5px;
    left: 59.6vw;
    top: 45px;
    top: 12vw;
  }
  .visual__chara__6 {
    width: 51px;
    width: 13.6vw;
    left: 149px;
    left: 39.73333vw;
    top: 45.5px;
    top: 12.13333vw;
  }
  .visual__chara__7 {
    width: 56px;
    width: 14.93333vw;
    left: 104px;
    left: 27.73333vw;
    top: 65px;
    top: 17.33333vw;
  }
  .visual__chara__8 {
    width: 52px;
    width: 13.86667vw;
    left: 88.5px;
    left: 23.6vw;
    top: 20px;
    top: 5.33333vw;
  }
  .visual__chara__9 {
    width: 61.5px;
    width: 16.4vw;
    left: 33px;
    left: 8.8vw;
    top: 59px;
    top: 15.73333vw;
  }
  .visual__chara__10 {
    width: 51px;
    width: 13.6vw;
    left: 10px;
    left: 2.66667vw;
    top: 10px;
    top: 2.66667vw;
  }
  .icon20th {
    width: 70px;
    width: 18.66667vw;
    height: 72px;
    height: 19.2vw;
    position: absolute;
    top: 10px;
    top: 2.66667vw;
    right: 10px;
    right: 2.66667vw;
    bottom: auto;
    z-index: 10;
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform: scale(0.8) translateY(0);
    transition: all .5s ease;
  }
  .icon20th.is__none {
    transform: scale(0.8) translateY(0);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .visual__20th {
    width: 100%;
    height: 100%;
    position: relative;
    transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    animation: fuwafuwa 4s ease-in-out infinite;
  }
  .visual__20th a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transition: none;
  }
  .visual__20th a:hover {
    transform: scale(1);
  }
  .visual__20th__text {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
  }
  .visual__20th__text img {
    width: 100%;
    height: auto;
  }
  .visual__20th__img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
  }
  .visual__20th__img img {
    width: 63px;
    width: 16.8vw;
    height: auto;
  }
  .visual__share {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 595px;
    top: 158.66667vw;
    left: 50%;
    right: auto;
    bottom: auto;
    z-index: 3;
    transform: translateX(-50%);
  }
  .visual__share__head {
    font-size: 0;
    line-height: 1.0em;
    margin-bottom: 13.5px;
    margin-bottom: 3.6vw;
  }
  .visual__share__head svg {
    vertical-align: top;
    height: 8px;
    height: 2.13333vw;
    width: auto;
  }
  .visual__share__list ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .visual__share__list li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    vertical-align: top;
  }
  .visual__share__list svg {
    vertical-align: top;
  }
  .visual__share__list a {
    display: block;
  }
  .visual__share__list__tw a {
    padding-top: 1.5px;
    padding-top: 0.4vw;
  }
  .visual__share__list__tw svg {
    height: 26px;
    height: 6.93333vw;
    width: auto;
  }
  .visual__share__list__line {
    margin-left: 13px;
    margin-left: 3.46667vw;
    margin-right: 13px;
    margin-right: 3.46667vw;
  }
  .visual__share__list__line svg {
    height: 28.5px;
    height: 7.6vw;
    width: auto;
  }
  .visual__share__list__fb svg {
    height: 28.5px;
    height: 7.6vw;
    width: auto;
  }
  .visual__moon {
    position: absolute;
    width: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
    transform: translateX(0);
    background-color: #1d2087;
  }
  .visual__moon img {
    width: 100%;
    height: auto;
  }
  .visual__blank {
    display: none;
  }
  .news {
    position: relative;
    width: 100%;
    min-width: 100%;
    border: none;
    z-index: 1;
    margin-top: 0;
    background-color: #1d2087;
    transition: all 1s ease;
  }
  .news.is__none {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .news__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    padding-top: 45px;
    padding-top: 12vw;
  }
  .news__list {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .news__list li {
    line-height: 1.0em;
    border-bottom: #ffffff solid 1px;
    border-bottom: #ffffff solid 0.26667vw;
  }
  .news__list li.is--fix {
    border: none;
    background-color: #fff9e5;
  }
  .news__list li.is--fix a {
    color: #0000a4;
    padding: 0;
  }
  .news__list li.is--fix .news__list__date,
  .news__list li.is--fix .news__list__title {
    line-height: 20px;
    line-height: 5.33333vw;
  }
  .news__list li.is--fix .news__list__title {
    transform: translateX(-0.5em);
  }
  .news__list a {
    display: block;
    zoom: 1;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.0em;
    padding-top: 10px;
    padding-top: 2.66667vw;
    padding-bottom: 10px;
    padding-bottom: 2.66667vw;
  }
  .news__list a:after {
    content: "";
    clear: both;
    display: block;
  }
  .news__list__date {
    display: block;
    width: 23%;
    float: left;
    font-size: 10px;
    font-size: 2.66667vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    text-indent: 4px;
    text-indent: 1.06667vw;
  }
  .news__list__title {
    display: block;
    width: 77%;
    float: right;
    font-size: 10px;
    font-size: 2.66667vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news__button {
    text-align: center;
  }
  .news__button a {
    display: inline-block;
    border: 1px solid #ffffff;
    border: 0.26667vw solid #ffffff;
    line-height: 1.0em;
    padding: 5px 13px 0 13px;
    padding: 1.33333vw 3.46667vw 0vw 3.46667vw;
    border-radius: 20px;
  }
  .news__button svg {
    vertical-align: top;
    width: 65px;
    width: 17.33333vw;
    height: auto;
  }
  .news__button path {
    fill: #ffffff;
  }
  .message {
    position: relative;
    width: 100%;
    min-width: 100%;
    border: none;
    z-index: 1;
    background-color: #1d2087;
  }
  .message.is__none {
    display: none;
  }
  .message__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    padding-top: 141px;
    padding-top: 37.6vw;
    padding-bottom: 35px;
    padding-bottom: 9.33333vw;
  }
  .message__head {
    text-align: left;
    margin-bottom: 35px;
    margin-bottom: 9.33333vw;
    line-height: 1.0em;
  }
  .message__head img {
    width: 121.5px;
    width: 32.4vw;
    height: auto;
  }
  .message__lead {
    text-align: left;
    margin-bottom: 26px;
    margin-bottom: 6.93333vw;
  }
  .message__lead img {
    width: 267.5px;
    width: 71.33333vw;
    height: auto;
  }
  .message__text {
    color: #fff9e5;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .05em;
    line-height: 1.9em;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
    text-align: justify;
  }
  .message__name {
    text-align: right;
  }
  .message__name img {
    width: 208px;
    width: 55.46667vw;
    height: auto;
  }
  .illust1 {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: auto;
    border: none;
    z-index: 1;
  }
  .illust1.is__none {
    display: none;
  }
  .illust1__inner {
    position: relative;
    width: 100%;
  }
  .illust1__ph {
    width: 100%;
    pointer-events: none;
    overflow: hidden;
    background-color: #FFF8E5;
  }
  .illust1__ph img {
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
  }
  .introduction {
    position: relative;
    width: 100%;
    min-width: 100%;
    border: none;
    z-index: 1;
    background-color: #FFF8E5;
  }
  .introduction.is__none {
    display: none;
  }
  .introduction__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    padding-top: 106px;
    padding-top: 28.26667vw;
    padding-bottom: 56.5px;
    padding-bottom: 15.06667vw;
  }
  .introduction__head {
    text-align: left;
    margin-bottom: 39px;
    margin-bottom: 10.4vw;
    line-height: 1.0em;
  }
  .introduction__head img {
    width: 208.5px;
    width: 55.6vw;
    height: auto;
  }
  .introduction__lead {
    text-align: left;
    margin-bottom: 27.5px;
    margin-bottom: 7.33333vw;
  }
  .introduction__lead img {
    width: 319px;
    width: 85.06667vw;
    height: auto;
  }
  .introduction__text {
    color: #7F624D;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .04em;
    line-height: 1.9em;
    text-align: justify;
  }
  .illust2 {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: 87.5px;
    height: 23.33333vw;
    border: none;
    z-index: 1;
    overflow: hidden;
  }
  .illust2.is__none {
    display: none;
  }
  .illust2__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .illust2__ph {
    width: 1125px;
    width: 300vw;
    height: 87.5px;
    height: 23.33333vw;
    background: url("../img/illust2_visual.jpg") left center repeat-x;
    background-size: auto 100%;
    animation: illustSlide 15s linear infinite;
  }
  @keyframes illustSlide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-562.5px);
      transform: translateX(-150vw);
    }
  }
  .story {
    position: relative;
    width: 100%;
    min-width: 100%;
    border: none;
    z-index: 1;
    overflow: hidden;
    background-color: #FF7D8E;
  }
  .story:after {
    content: '';
    display: block;
    width: 200%;
    height: 300%;
    background: url("../img/bg_pattern.png") left top repeat;
    background-size: 800px auto;
    background-size: 213.33333vw auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: rotate(-30deg);
    transform: translate(-50%, -50%) rotate(-30deg);
  }
  .story.is__none {
    display: none;
  }
  .story__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    padding-top: 67.5px;
    padding-top: 18vw;
    padding-bottom: 54px;
    padding-bottom: 14.4vw;
    z-index: 1;
  }
  .story__head {
    text-align: center;
    margin-bottom: 33px;
    margin-bottom: 8.8vw;
    line-height: 1.0em;
  }
  .story__head img {
    width: 86px;
    width: 22.93333vw;
    height: auto;
  }
  .story__lead {
    text-align: center;
    margin-bottom: 26.5px;
    margin-bottom: 7.06667vw;
  }
  .story__lead img {
    width: 271px;
    width: 72.26667vw;
    height: auto;
  }
  .story__text {
    color: #FFF9E5;
    font-size: 10.5px;
    font-size: 2.8vw;
    letter-spacing: .1em;
    line-height: 1.76em;
    text-align: center;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .story__text span {
    letter-spacing: -.2em;
  }
  .intro {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 100%;
    border: none;
    z-index: 0;
  }
  .intro__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .intro__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
  }
  .intro__logo img {
    width: 86.5px;
    width: 23.06667vw;
    height: auto;
  }
  .intro__staff {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    border: none;
    padding-top: 57px;
    padding-top: 15.2vw;
    padding-bottom: 130px;
    padding-bottom: 34.66667vw;
    z-index: 2;
  }
  .intro__staff.is__none {
    display: none;
  }
  .intro__staff__head {
    text-align: center;
    margin-bottom: 42.5px;
    margin-bottom: 11.33333vw;
    line-height: 1.0em;
  }
  .intro__staff__head img {
    width: 79px;
    width: 21.06667vw;
    height: auto;
  }
  .intro__staff__list {
    margin-bottom: 110px;
    margin-bottom: 29.33333vw;
  }
  .intro__staff__list li {
    text-align: center;
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
  }
  .intro__staff__list li:last-child {
    margin-bottom: 0;
  }
  .intro__staff__list__name {
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .intro__staff__list__name img {
    height: 31.5px;
    height: 8.4vw;
    width: auto;
  }
  .intro__staff__list__text {
    color: #FFF9E5;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .02em;
    line-height: 1.5em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .intro__staff__date {
    text-align: center;
  }
  .intro__staff__date img {
    width: 249px;
    width: 66.4vw;
    height: auto;
  }
  .intro__copyright {
    position: absolute;
    left: 50%;
    bottom: 15px;
    bottom: 4vw;
    z-index: 3;
    transform: translateX(-50%);
  }
  .intro__copyright.is__none {
    display: none;
  }
  .intro__copyright__text {
    color: #FFF9E5;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .16em;
    display: inline-block;
    vertical-align: top;
    line-height: 1.0em;
    padding-top: 3.5px;
    padding-top: 0.93333vw;
    margin-right: 7.5px;
    margin-right: 2vw;
  }
  .intro__copyright__icon {
    display: inline-block;
    vertical-align: top;
    line-height: 1.0em;
  }
  .intro__copyright__icon svg {
    vertical-align: top;
    height: 20px;
    height: 5.33333vw;
    width: auto;
  }
  .intro__town {
    width: 100%;
    height: 143.5px;
    height: 38.26667vw;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
  }
  .intro__town__inner {
    width: 100%;
    position: relative;
    border: none;
  }
  .intro__town__light1,
  .intro__town__light2,
  .intro__town__light3,
  .intro__town__light4,
  .intro__town__light5,
  .intro__town__light6,
  .intro__town__light7,
  .intro__town__light8,
  .intro__town__light9,
  .intro__town__light10,
  .intro__town__light11,
  .intro__town__light12,
  .intro__town__light13,
  .intro__town__light14,
  .intro__town__light15,
  .intro__town__light16,
  .intro__town__light17,
  .intro__town__light18 {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    left: 0;
    top: 0;
  }
  .intro__town__light1 img,
  .intro__town__light2 img,
  .intro__town__light3 img,
  .intro__town__light4 img,
  .intro__town__light5 img,
  .intro__town__light6 img,
  .intro__town__light7 img,
  .intro__town__light8 img,
  .intro__town__light9 img,
  .intro__town__light10 img,
  .intro__town__light11 img,
  .intro__town__light12 img,
  .intro__town__light13 img,
  .intro__town__light14 img,
  .intro__town__light15 img,
  .intro__town__light16 img,
  .intro__town__light17 img,
  .intro__town__light18 img {
    width: 100%;
    height: auto;
  }
  .intro__town__bg {
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .intro__town__bg img {
    width: 100%;
    height: auto;
  }
  .intro__sky {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    z-index: 0;
    pointer-events: none;
    background: url("../img/bg_sky.png") center bottom repeat-x;
    background-size: auto 100%;
    width: 100%;
    height: 1700px;
  }
  @keyframes fuwafuwa {
    0% {
      transform: scale(1) rotate(0deg);
    }
    10% {
      transform: scale(1.04) rotate(3deg);
    }
    20% {
      transform: scale(0.95) rotate(0deg);
    }
    30% {
      transform: scale(1.03) rotate(-2deg);
    }
    40% {
      transform: scale(0.94) rotate(0deg);
    }
    50% {
      transform: scale(1.02) rotate(2deg);
    }
    60% {
      transform: scale(1) rotate(0deg);
    }
    100% {
      transform: scale(1) rotate(0deg);
    }
  }
  @keyframes textBounce {
    0% {
      transform: scale(1) translateY(0px);
    }
    5% {
      transform: scale(1.05) translateY(-5px);
    }
    10% {
      transform: scale(0.95) translateY(0px);
    }
    15% {
      transform: scale(1.05) translateY(-5px);
    }
    30% {
      transform: scale(1) translateY(0px);
    }
    100% {
      transform: scale(1) translateY(0px);
    }
  }
  @keyframes iconBounce {
    0% {
      transform: scale(1) rotate(0deg);
    }
    5% {
      transform: scale(1.04) rotate(5deg);
    }
    10% {
      transform: scale(0.95) rotate(0deg);
    }
    15% {
      transform: scale(1.03) rotate(-4deg);
    }
    20% {
      transform: scale(0.94) rotate(0deg);
    }
    25% {
      transform: scale(1.02) rotate(4deg);
    }
    30% {
      transform: scale(1) rotate(0deg);
    }
    100% {
      transform: scale(1) rotate(0deg);
    }
  }
}
