@charset "UTF-8";
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

section {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

/*
component
---------------------------------------------*/
.c-ttl {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 0 45px;
  line-height: 1;
}
.c-ttl img {
  display: inline-block;
}
.c-ttl:before, .c-ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 100%;
  top: 0;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.c-ttl:before {
  left: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.c-ttl:after {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.c-ttl span {
  display: inline-block;
  position: relative;
}
.c-ttl span:before, .c-ttl span:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 26px);
  height: 8px;
  left: 13px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-ttl span:before {
  top: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.c-ttl span:after {
  bottom: 0;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.c-ttl.c-ttl__color:before, .c-ttl.c-ttl__color:after {
  background: #122a89;
}
.c-ttl.c-ttl__color span:before, .c-ttl.c-ttl__color span:after {
  background: #122a89;
}
.c-ttl.is-inview:before, .c-ttl.is-inview:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.c-ttl.is-inview span:before, .c-ttl.is-inview span:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.c-triangle {
  display: block;
  width: 112px;
  height: 56px;
  background: #fff;
  margin: 0 auto 20px auto;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.c-triangle.c-triangle__color {
  background: #0075c1;
}

.c-pc {
  display: block;
}

.c-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-triangle {
    width: 75px;
    height: 36px;
    margin-bottom: 12px;
  }
  .c-ttl {
    max-width: 310px;
    margin-bottom: 32px;
  }
  .c-ttl::before, .c-ttl:after {
    width: 6px;
  }
  .c-ttl span::before, .c-ttl span::after {
    width: calc(100% - 18px);
    height: 6px;
    left: 9px;
  }
  .c-pc {
    display: none;
  }
  .c-sp {
    display: block;
  }
}
/*
wrapper
---------------------------------------------*/
#namafirst {
  position: relative;
  display: block;
  max-width: 100%;
  overflow: hidden;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#namafirst div, #namafirst span, #namafirst section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#namafirst img {
  max-width: 100%;
  height: auto;
}
#namafirst h1, #namafirst h2, #namafirst h3, #namafirst h4, #namafirst h5 {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #namafirst {
    min-width: 960px;
  }
}
/*
project
---------------------------------------------*/
.p-hero {
  width: 100%;
  position: relative;
  display: block;
  overflow-x: hidden;
  background-color: #0075c1;
}
.p-hero:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 10;
}

.p-hero__logo {
  position: absolute;
  display: block;
  width: calc(4% - 12px);
  left: 12px;
  top: 8px;
  z-index: 100;
  margin: 0;
}
.p-hero__logo img {
  width: 100%;
  display: block;
}

.p-hero__title {
  display: block;
  position: absolute;
  left: 0;
  top: -0.9%;
  width: 100.2%;
  margin: 0;
}
.p-hero__title span {
  display: block;
  line-height: 1;
}
.p-hero__title img {
  width: 100%;
}

.p-hero__main-visual {
  position: relative;
  max-width: 932px;
  margin: -4.3% auto 0 auto;
}
.p-hero__main-visual picture {
  display: block;
  position: relative;
}
.p-hero__main-visual picture img {
  display: block;
}

.p-statement {
  position: relative;
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 100%;
  background-color: #0075c1;
}
.p-statement p {
  line-height: 2.4;
  text-align: left;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}
.p-statement p span {
  display: inline-block;
  position: relative;
}
.p-statement p span.p-statement__beer {
  width: 100%;
  padding: 2.6rem 0 2.8rem 0;
}
.p-statement p span.p-statement__beer img {
  display: block;
  margin: 0 auto;
}

.p-statement__bg {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 80%;
  left: 0;
  top: 5%;
  z-index: 1;
  background: url(../images/statement-bg.svg) no-repeat center center/contain;
}

.p-statement__inner {
  text-align: center;
  position: relative;
  z-index: 5;
}

.p-statement__tag {
  position: relative;
  display: block;
  margin-left: -0.9em;
}
.p-statement__tag span {
  display: inline-block;
  -webkit-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.p-statement__tag span:nth-child(1) {
  display: block;
  position: relative;
  margin-bottom: 2em;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.p-statement__tag span:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-statement__tag.is-inview span {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loop3 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes loop4 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop4 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-song {
  padding: 145px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.p-song h2 {
  display: block;
  padding: 10px 0 0 0;
  margin-bottom: 54px;
}

.p-song__typo {
  display: block;
  position: absolute;
  width: 100%;
  height: 110%;
  left: 0;
  top: 0;
}
.p-song__typo span {
  display: block;
  position: relative;
  background: url(../images/typo-vertical.svg) repeat-x 0 0/contain;
  margin-bottom: 10px;
  width: 100%;
  height: 2580px;
  opacity: 0.4;
}

.p-song__inner {
  width: 90%;
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 5;
}

.p-song__copy {
  color: #0075c1;
  font-size: 22px;
  line-height: 1.8;
  position: relative;
  margin-bottom: 90px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  text-align: left;
}

.p-song__record {
  background: #e9e9e9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 10px 60px 10px;
}
.p-song__record:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 180px;
  height: 180px;
  left: -10px;
  top: -10px;
  background: url(../images/record_obi.png) no-repeat center center/contain;
}
.p-song__record picture {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.p-song__record h3 {
  position: relative;
  margin: 0;
}

.p-song__episode {
  position: relative;
  padding: 95px 0 80px 0;
}
.p-song__episode h3 {
  margin-bottom: 65px;
}

.episode-x {
  max-width: 520px;
  position: relative;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 28px rgba(0, 0, 0, 0.2);
}
.episode-x img {
  display: block;
}
.episode-x .twitter-tweet {
  margin: 0 !important;
}

.p-song__video h3 {
  color: #0075c1;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.08em;
}

.p-video__x {
  position: relative;
  max-width: 900px;
  margin: 90px auto 0 auto;
  min-height: 200px;
}
.p-video__x .twitter-tweet {
  margin: 0 auto !important;
}

.p-video__thumb {
  position: relative;
  max-width: 900px;
  margin: 90px auto 0 auto;
}
.p-video__thumb img {
  display: block;
}
.p-video__thumb a:before {
  content: "";
  display: block;
  position: absolute;
  width: 85px;
  height: 85px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  cursor: pointer;
  background: url(../images/icon-play.svg) center center/contain no-repeat;
}

.p-offical {
  position: relative;
  background: #0075c1;
  padding: 150px 0 0 0;
  text-align: center;
  overflow: hidden;
  z-index: 5;
}
.p-offical h2 {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.p-offical h2 span {
  display: inline-block;
  position: relative;
}
.p-offical h2.is-inview span:after {
  width: 100%;
}
.p-offical.is-inview .p-offical__image {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.p-offical__typo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
}
.p-offical__typo span {
  display: block;
  position: relative;
  background: url(../images/typo-word.svg) repeat-x 0 0/contain;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
}

.p-offical__inner {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
  z-index: 5;
}

.p-offical__banner {
  position: relative;
  display: block;
  max-width: 510px;
  margin: 0 auto 30px auto;
  border: 5px solid #fff;
}
.p-offical__banner img {
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.p-offical__banner a {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-offical__banner a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #122a89;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.p-offical__banner a:hover:after {
  opacity: 0.4;
}
.p-offical__banner a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-bottom {
  position: relative;
  display: block;
  background: #0075c1;
}
.p-bottom picture {
  position: relative;
  display: block;
  z-index: 5;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.p-bottom__typo {
  display: block;
  position: absolute;
  left: 0;
  top: 18%;
  width: 100%;
  height: 72%;
}
.p-bottom__typo span {
  display: block;
  position: relative;
  background: url(../images/typo-word.svg) repeat-x 0 0/contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-hero {
    padding-top: calc(68px + 16vw);
  }
  .p-hero__logo {
    width: 42px;
    top: 10px;
  }
  .p-hero__title {
    top: 50px;
  }
  .p-hero__main-visual {
    width: 110%;
    left: -5%;
  }
  .p-statement {
    padding: 70px 0 50px 0;
    margin-bottom: 0;
  }
  .p-statement .c-sp {
    text-align: center;
  }
  .p-statement p {
    line-height: 2.2;
    margin-right: -36px;
  }
  .p-statement p .js-copy img {
    width: auto;
    height: 22px !important;
  }
  .p-statement p span.p-statement__beer {
    width: 315px;
  }
  .p-statement__tag {
    width: 290px;
    margin-left: 0;
    margin-top: 5px;
    padding-bottom: 60px;
  }
  .p-statement__tag span:nth-child(1) {
    width: 256px;
    margin: 0 auto 1em auto;
  }
  .p-song {
    padding: 80px 0 75px 0;
  }
  .p-song h2 {
    width: 95%;
    padding: 20px 0 0 0;
    margin: 0 auto 20px auto;
  }
  .p-song__typo span {
    height: 760px;
  }
  .p-song__copy {
    font-size: 16px;
    margin-bottom: 65px;
  }
  .p-song__record {
    padding: 50px 0 54px 0;
  }
  .p-song__record:before {
    width: 120px;
    height: 120px;
    left: -7px;
    top: -7px;
  }
  .p-song__record h3 {
    width: 82%;
    margin: 0 auto;
  }
  .p-song__episode {
    padding: 50px 0 80px 0;
  }
  .p-song__episode h3 {
    margin-bottom: 30px;
  }
  .p-song__video h3 {
    font-size: 18px;
    padding: 15px 0 10px 0;
    margin: 0;
  }
  .p-video__thumb {
    margin-top: 50px;
  }
  .p-video__thumb a:before {
    width: 65px;
    height: 65px;
  }
  .p-video__x {
    margin-top: 50px;
  }
  .p-offical {
    padding: 65px 10vw 0 10vw;
  }
  .p-offical h2 {
    width: 98%;
    margin: 0 auto 12px auto;
  }
  .p-offical__banner {
    margin-bottom: 12px;
  }
  .p-offical__image {
    margin-left: -3.2vw;
    margin-right: -3.2vw;
  }
}
/*
animation
---------------------------------------------*/
.p-hero__title span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.p-hero__title span img {
  -webkit-transform: translate(0, 110%);
          transform: translate(0, 110%);
}
.p-hero__title span:nth-child(1) img {
  -webkit-animation: mvTitle2 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: mvTitle2 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.p-hero__title span:nth-child(2) img, .p-hero__title span:nth-child(4) img, .p-hero__title span:nth-child(5) img, .p-hero__title span:nth-child(6) img, .p-hero__title span:nth-child(7) img {
  -webkit-animation: mvTitle2 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: mvTitle2 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.p-hero__title span:nth-child(3) {
  position: absolute;
  left: 0;
  top: 0;
}
.p-hero__title span:nth-child(3) img {
  -webkit-animation: mvTitle 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: mvTitle 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.p-hero__main-visual picture {
  -webkit-transition-delay: 1.14s;
          transition-delay: 1.14s;
}

@-webkit-keyframes mvTitle {
  from {
    -webkit-transform: translate(0, 110%);
            transform: translate(0, 110%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes mvTitle {
  from {
    -webkit-transform: translate(0, 110%);
            transform: translate(0, 110%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes mvTitle2 {
  0% {
    -webkit-transform: translate(0, 110%);
            transform: translate(0, 110%);
  }
  25% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -110%);
            transform: translate(0, -110%);
  }
}
@keyframes mvTitle2 {
  0% {
    -webkit-transform: translate(0, 110%);
            transform: translate(0, 110%);
  }
  25% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -110%);
            transform: translate(0, -110%);
  }
}
@-webkit-keyframes slideBackgroundLeft {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
@keyframes slideBackgroundLeft {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
@-webkit-keyframes slideBackgroundRight {
  from {
    background-position: -100% 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes slideBackgroundRight {
  from {
    background-position: -100% 0;
  }
  to {
    background-position: 0 0;
  }
}
.p-song__typo {
  width: 2984px;
}

.p-song__typo span:nth-child(1) {
  -webkit-animation: slideBackgroundRight 110s linear infinite;
          animation: slideBackgroundRight 110s linear infinite;
}

.p-song__typo span:nth-child(2) {
  -webkit-animation: slideBackgroundLeft 110s linear infinite;
          animation: slideBackgroundLeft 110s linear infinite;
}

.p-offical__typo {
  height: 540px;
  width: 2896px;
}

.p-offical__typo span:nth-child(1) {
  -webkit-animation: slideBackgroundRight 110s linear infinite;
          animation: slideBackgroundRight 110s linear infinite;
}

.p-bottom__typo span:nth-child(1) {
  -webkit-animation: slideBackgroundLeft 40s linear infinite;
          animation: slideBackgroundLeft 40s linear infinite;
}

.p-video__thumb a {
  display: block;
  position: relative;
}
.p-video__thumb a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0075c1;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.p-video__thumb a:before {
  -webkit-transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-video__thumb a:hover:after {
  opacity: 0.4;
}
.p-video__thumb a:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
}

.js-fadeIn {
  -webkit-transition: 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
}
.js-fadeIn.is-inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-fadeInUp {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  -webkit-transform: translate(0, -25px);
          transform: translate(0, -25px);
}
.js-fadeInUp.is-inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-bound {
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.68, -0.6, 0.32, 2.2);
  transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.68, -0.6, 0.32, 2.2);
  transition: transform 0.45s cubic-bezier(0.68, -0.6, 0.32, 2.2), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.45s cubic-bezier(0.68, -0.6, 0.32, 2.2), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.68, -0.6, 0.32, 2.2);
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.js-bound.is-inview {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.js-zoomIn {
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.js-zoomIn.is-inview {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.js-slideIn {
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.js-slideIn.is-inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-slideOut {
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  -webkit-transform: translate(0, -30%);
          transform: translate(0, -30%);
}
.js-slideOut.is-inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-speech {
  opacity: 0;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.js-speech.is-inview {
  -webkit-animation: bounce 0.7s cubic-bezier(0.36, 0, 0.66, -0.56) forwards;
          animation: bounce 0.7s cubic-bezier(0.36, 0, 0.66, -0.56) forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(-15px) scale(1, 1.1);
            transform: translateY(-15px) scale(1, 1.1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1, 0.8);
            transform: translateY(0) scale(1, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(-15px) scale(1, 1.1);
            transform: translateY(-15px) scale(1, 1.1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1, 0.8);
            transform: translateY(0) scale(1, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
.js-chara:after {
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  opacity: 0;
}
.js-chara.is-inview:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.p-offical__image {
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.p-statement p span.js-copy:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #0075c1;
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.p-statement p span.js-copy:nth-child(1):before {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.p-statement p span.js-copy:nth-child(2):before {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.p-statement p span.js-copy:nth-child(3):before {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.p-statement p span.js-copy:nth-child(4):before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-statement p span.js-copy:nth-child(5):before {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.p-statement p span.js-copy:nth-child(6):before {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-statement p span.js-copy:nth-child(7):before {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.p-statement p span.js-copy:nth-child(8):before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-statement p span.js-copy:nth-child(9):before {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.p-statement p span.js-copy:nth-child(10):before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.p-statement p span.js-copy:nth-child(11):before {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.p-statement p span.js-copy:nth-child(12):before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-statement p span.js-copy:nth-child(13):before {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.p-statement p span.js-copy:nth-child(14):before {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.p-statement p span.js-copy:nth-child(15):before {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.p-statement p span.js-copy:nth-child(16):before {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.p-statement p span.js-copy:nth-child(17):before {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.p-statement p span.js-copy:nth-child(18):before {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.p-statement p span.js-copy:nth-child(19):before {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.p-statement p span.js-copy:nth-child(20):before {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.p-statement p span.js-copy:nth-child(21):before {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.p-statement p span.js-copy:nth-child(22):before {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.p-statement p span.js-copy:nth-child(23):before {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
.p-statement p span.js-copy:nth-child(24):before {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.p-statement p span.js-copy:nth-child(25):before {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.p-statement p span.p-statement__beer {
  -webkit-transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
}
.p-statement p span.p-statement__beer.is-inview {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.p-statement p.is-inview span:before {
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
}

.c-anime-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1000;
  width: 45px;
  height: 45px;
  background: rgba(24, 96, 168, 0.5);
  border-radius: 50%;
  right: 20px;
  top: 10px;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border: none !important;
}
.c-anime-bnr.js-fixed {
  position: fixed;
}
.c-anime-bnr span {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/icon-stop.svg) no-repeat center center/contain;
}
.c-anime-bnr:hover {
  background: rgba(24, 96, 168, 0.9);
}
.c-anime-bnr.js-active span {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/icon-anime.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .c-anime-bnr {
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
  }
  .p-song__bottom {
    -webkit-animation: slideBackgroundLeft 800s linear infinite;
            animation: slideBackgroundLeft 800s linear infinite;
  }
  .p-statement__tag span:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .p-statement__tag span:nth-child(2) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .p-statement__tag:after {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .p-song__typo span {
    width: 1492px;
  }
  .p-song__typo span:nth-child(1) {
    -webkit-animation: slideBackgroundRight 70s linear infinite;
            animation: slideBackgroundRight 70s linear infinite;
  }
  .p-song__typo span:nth-child(2) {
    -webkit-animation: slideBackgroundLeft 70s linear infinite;
            animation: slideBackgroundLeft 70s linear infinite;
  }
  .p-song__typo span:nth-child(3) {
    -webkit-animation: slideBackgroundRight 70s linear infinite;
            animation: slideBackgroundRight 70s linear infinite;
  }
  .p-song__typo span:nth-child(4) {
    -webkit-animation: slideBackgroundLeft 70s linear infinite;
            animation: slideBackgroundLeft 70s linear infinite;
  }
  .p-offical__typo {
    width: 1448px;
  }
  .p-offical__typo span:nth-child(1) {
    -webkit-animation: slideBackgroundRight 50s linear infinite;
            animation: slideBackgroundRight 50s linear infinite;
  }
  .p-bottom__typo span:nth-child(1) {
    -webkit-animation: slideBackgroundLeft 12s linear infinite;
            animation: slideBackgroundLeft 12s linear infinite;
  }
}
/*
年齢チェック
---------------------------------------------*/
body.is-modal-open {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}

/*
アニメーション停止
---------------------------------------------*/
.js-stop .p-song__typo span {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
}
.js-stop .p-offical__typo span {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
}
.js-stop .p-bottom__typo span {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
}
.js-stop .p-hero__main-visual picture {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.js-stop .p-statement p span.js-copy:before {
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}
.js-stop .p-statement p span.p-statement__beer {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: 0s;
  transition: 0s;
}
.js-stop .p-statement__tag span {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: 0s;
  transition: 0s;
}
.js-stop .js-chara:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0s;
  transition: 0s;
}
.js-stop .js-fadeIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0s;
  transition: 0s;
}
.js-stop .js-fadeInUp {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0s;
  transition: 0s;
}
.js-stop .js-zoomIn {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0s;
  transition: 0s;
}
.js-stop .js-slideIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0s;
  transition: 0s;
}
.js-stop .js-slideOut {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0s;
  transition: 0s;
}
.js-stop .js-speech {
  opacity: 1;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-transition: 0s;
  transition: 0s;
}
.js-stop .js-bound {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0s;
  transition: 0s;
}
.js-stop .c-ttl:before, .js-stop .c-ttl:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: 0s;
  transition: 0s;
}
.js-stop .c-ttl span:before, .js-stop .c-ttl span:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: 0s;
  transition: 0s;
}
.js-stop .p-offical .p-offical__image {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0s;
  transition: 0s;
}
.js-stop .p-offical h2 span:after {
  width: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}
.js-stop .p-bottom__bg span {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
}