@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.c-pc {
  display: block;
}
@media (max-width: 1000px) {
  .c-pc {
    display: none;
  }
}

.c-sp {
  display: none;
}
@media (max-width: 1000px) {
  .c-sp {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  min-width: 1000px;
}
@media (max-width: 1000px) {
  body {
    min-width: auto;
  }
}
body.is-active {
  overflow: auto;
}

.l-intro {
  position: fixed;
  display: block;
  width: 100%;
  height: 100svh;
  top: 0;
  right: auto;
  bottom: auto;
  left: -200vw;
  -webkit-transform: none;
          transform: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 100;
  background: #ffffff;
  opacity: 0;
  transition: opacity 1s 0s, left 0s 1s;
  min-width: 1000px;
}
.l-intro > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .l-intro {
    min-width: auto;
  }
}
.l-intro.is-active {
  left: 0;
  transition: opacity 0.3s 0s, left 0s 0s;
  opacity: 1;
}
.l-intro__image {
  display: block;
  opacity: 1;
}
.l-intro__image.is-active {
  -webkit-animation: bounce 0.5s 0.5s forwards;
          animation: bounce 0.5s 0.5s forwards;
}
@media (max-width: 1000px) {
  .l-intro__image > img {
    width: 142px;
    height: 144px;
  }
}

.l-header {
  position: fixed;
  display: block;
  width: 100%;
  height: 100px;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  z-index: 50;
  transition: 0.6s;
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  min-width: 1000px;
}
@media (max-width: 1000px) {
  .l-header {
    height: 80px;
    min-width: auto;
  }
}
.l-header.is-active {
  background: white;
}
.l-header.is-active:before {
  opacity: 1;
}
.l-header.is-active .l-header__title {
  top: 24px;
}
@media (max-width: 1000px) {
  .l-header.is-active .l-header__title {
    top: 20px;
  }
}
.l-header.is-active .l-header__title__image01 {
  opacity: 0;
  pointer-events: none;
}
.l-header.is-active .l-header__title__image02 {
  opacity: 1;
  pointer-events: auto;
}
.l-header.is-active .l-header__menu {
  top: 32px;
}
@media (max-width: 1000px) {
  .l-header.is-active .l-header__menu {
    top: 20px;
  }
}
.l-header.is-active .l-header__menu__image > img {
  width: 100px;
  height: 36px;
}
@media (max-width: 1000px) {
  .l-header.is-active .l-header__menu__image > img {
    width: 40px;
    height: 40px;
  }
}
.l-header:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  content: "";
  background: #EEEEEE;
  opacity: 0;
  transition: 0.6s;
}
.l-header__title {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 60px;
  right: auto;
  bottom: auto;
  left: 60px;
  -webkit-transform: none;
          transform: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  transition: 0.6s;
}
@media (any-hover: hover) {
  .l-header__title:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1000px) {
  .l-header__title {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
    -webkit-transform: none;
            transform: none;
  }
}
.l-header__title > a {
  position: relative;
}
.l-header__title__image01 {
  position: absolute;
  display: block;
  width: 106px;
  height: 108px;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  transition: 0.6s;
  pointer-events: auto;
}
@media (max-width: 1000px) {
  .l-header__title__image01 > img {
    width: 71px;
    height: 72px;
  }
}
.l-header__title__image02 {
  position: absolute;
  display: block;
  width: 289px;
  height: 52px;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  opacity: 0;
  transition: 0.6s;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .l-header__title__image02 > img {
    width: 206px;
    height: 40px;
  }
}
.l-header__menu {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 60px;
  right: 60px;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  pointer-events: auto;
  transition: 0.6s;
}
@media (any-hover: hover) {
  .l-header__menu:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1000px) {
  .l-header__menu {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.l-header__menu__image > img {
  width: 122px;
  height: 44px;
  transition: 0.6s;
}
@media (max-width: 1000px) {
  .l-header__menu__image > img {
    width: 44px;
    height: 44px;
  }
}

.l-movie {
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  right: auto;
  bottom: auto;
  left: -200vw;
  -webkit-transform: none;
          transform: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 100;
  padding: 0 240px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  opacity: 0;
  transition: opacity 0.3s 0s, left 0s 0.3s;
}
.l-movie > * {
  min-height: 0%;
}
@media (max-width: 1312px) {
  .l-movie {
    padding: 0 180px;
  }
}
@media (max-width: 1000px) {
  .l-movie {
    padding: 0 20px;
  }
}
.l-movie.is-active {
  left: 0;
  transition: opacity 0.3s 0s, left 0s 0s;
  opacity: 1;
}
.l-movie__close {
  position: absolute;
  display: block;
  width: 54px;
  height: 54px;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  background: #E60012;
  z-index: 2;
}
@media (any-hover: hover) {
  .l-movie__close:hover {
    opacity: 0.5;
  }
}
.l-movie__close:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEZSURBVHgB7ZpbDoMgFERJV+BSuv8fuwOX4hKmGqFpSRsF7mNu0kn8kmTOUcAPSSkHwLRd83bdE2l2tsw41Td2+AVHVkaJDL9mxuUlUcGDUaKCx4dEfiXfQiHxA77kcTbAVeIyG6NEMxOTRDcLg8Qwg6eEWLeHhHinpYRal4WEeodmAazeskYRrNeZZCHgtNNJFLvBSwC4w4+A0MD3ANHBt4DRwjdI8MKXnEhww5c0SPDBl1yQEIe/pX+OhJ5CiLyIEXkbReQPWQsYnUQPEI3ECIi7hASAm4RksbmERqGZhGaRuoTFU1LrgOE8Fe8C7HcKsU4PeLFuT/hhBgb4bhYm+GYmRvgmCcT+0T3HP2qQB8Q97PE2IORxmyeb7kRrX65rKAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: contain;
}
.l-movie__content {
  width: 100%;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  aspect-ratio: 16/9;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
@media (max-width: 1000px) {
  .l-movie__content {
    border-radius: 6px;
  }
}
.l-movie__content.is-active {
  display: block;
}
.l-movie__content > iframe {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.l-navigation {
  position: fixed;
  display: block;
  width: 100%;
  height: 100svh;
  top: 0;
  right: auto;
  bottom: auto;
  left: -200vw;
  -webkit-transform: none;
          transform: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
  z-index: 100;
  background: rgba(230, 0, 18, 0.95);
  opacity: 0;
  transition: opacity 0.3s, left 0s 0.3s;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  min-height: 100svh;
  min-width: 1000px;
}
@media (max-width: 1000px) {
  .l-navigation {
    min-width: auto;
    display: block;
  }
}
.l-navigation.is-active {
  left: 0;
  transition: opacity 0.3s, left 0s 0s;
  opacity: 1;
}
.l-navigation__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 60px 60px 0;
  width: 100%;
}
.l-navigation__header > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .l-navigation__header {
    padding: 20px 20px 0;
  }
}
.l-navigation__footer {
  padding: 0 60px 60px;
  width: 100%;
}
@media (max-width: 1000px) {
  .l-navigation__footer {
    padding: 0 30px 30px;
  }
}
.l-navigation__title {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .l-navigation__title:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1000px) {
  .l-navigation__title > picture > img {
    width: 71px;
    height: 72px;
  }
}
.l-navigation__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.l-navigation__menu > * {
  min-height: 0%;
}
@media (any-hover: hover) {
  .l-navigation__menu:hover {
    opacity: 0.5;
  }
}
.l-navigation__menu__text {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
  margin: 0 0 0 16px;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
}
@media (max-width: 1000px) {
  .l-navigation__menu__text {
    display: none;
  }
}
.l-navigation__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  padding: 40px 120px 60px;
}
.l-navigation__list > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .l-navigation__list {
    margin: 0 0 100px;
    padding: 50px 30px 0;
  }
}
.l-navigation__banners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: 0 0 40px;
}
.l-navigation__banners > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .l-navigation__banners {
    margin: 0 0 60px;
  }
}
.l-navigation__pickup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 24px;
}
.l-navigation__pickup > * {
  min-height: 0%;
}
@media (max-width: 1312px) {
  .l-navigation__pickup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 20px;
  }
  .l-navigation__pickup > * {
    min-height: 0%;
  }
}
@media (max-width: 1000px) {
  .l-navigation__pickup {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media (max-width: 1000px) {
  .l-navigation__pickup > li {
    width: 100%;
  }
}
.l-main {
  margin: 0 0 90px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .l-main {
    margin: 0 0 20px;
  }
}
.l-main.is-colored_background {
  margin: 0 0 70px;
}
@media (max-width: 1000px) {
  .l-main.is-colored_background {
    margin: 0 0 20px;
  }
}

.l-footer {
  background: #F33940;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  .l-footer {
    padding: 20px 0;
  }
}
.l-footer:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  top: -100px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  content: "";
  -webkit-clip-path: ellipse(70% 100% at 50% 100%);
          clip-path: ellipse(70% 100% at 50% 100%);
  background: #F33940;
}
@media (max-width: 1000px) {
  .l-footer:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 60px;
    top: -40px;
    right: auto;
    bottom: auto;
    left: 0px;
    -webkit-transform: none;
            transform: none;
  }
}
.l-footer__inner01 {
  overflow: hidden;
}
.l-footer__inner02 {
  max-width: 1352px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 1000px) {
  .l-footer__inner02 {
    padding: 0 20px;
  }
}
.l-footer__inner03 {
  position: relative;
}
.l-footer__letter {
  margin: 0 0 80px;
  width: 5374px;
  height: 240px;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-animation: infinityScrollPc 40s infinite linear;
          animation: infinityScrollPc 40s infinite linear;
  gap: 0 40px;
}
@media (max-width: 1000px) {
  .l-footer__letter {
    gap: 0 20px;
    margin: 0;
    width: 1777px;
    height: 80px;
    -webkit-animation: infinityScrollSp 40s infinite linear;
            animation: infinityScrollSp 40s infinite linear;
  }
}
@media (max-width: 1000px) {
  .l-footer__letter > li img {
    width: 579px;
    height: 80px;
  }
}
.l-footer__main_menu {
  margin: 0 0 80px;
}
@media (max-width: 1000px) {
  .l-footer__main_menu {
    margin: 0 0 60px;
  }
}
.l-footer__banners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: 0 0 120px;
}
.l-footer__banners > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .l-footer__banners {
    margin: 0 0 60px;
  }
}
.l-footer__pickup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 24px;
}
.l-footer__pickup > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .l-footer__pickup {
    width: 100%;
    margin: 80px 0 60px;
  }
}
.l-footer__pickup.is-pc {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .l-footer__pickup.is-pc {
    display: none;
  }
}
.l-footer__pickup.is-sp {
  display: none;
}
@media (max-width: 1000px) {
  .l-footer__pickup.is-sp {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1000px) {
  .l-footer__pickup > li {
    width: 100%;
  }
}
@media (max-width: 1312px) {
  .l-footer__pickup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 20px;
  }
  .l-footer__pickup > * {
    min-height: 0%;
  }
}
.l-footer__sub_menu {
  margin: 0 0 60px;
}
.l-footer__totop {
  position: absolute;
  display: block;
  width: 52px;
  height: 32px;
  top: auto;
  right: 0px;
  bottom: 102px;
  left: auto;
  -webkit-transform: none;
          transform: none;
  border-radius: 16px;
  background: #ffffff;
}
@media (max-width: 1000px) {
  .l-footer__totop {
    bottom: 32px;
  }
}
.l-footer__totop:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 10px solid #F33940;
  border-top: 0;
}
.l-footer__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}
.l-footer__bottom > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .l-footer__bottom {
    display: block;
  }
}
.l-footer__bottom__title {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
}
@media (any-hover: hover) {
  .l-footer__bottom__title:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1000px) {
  .l-footer__bottom__title {
    margin: 0 0 16px;
  }
}
@media (max-width: 1000px) {
  .l-footer__bottom__title > picture > img {
    width: 107.082px;
    height: 32px;
  }
}
.l-footer__bottom__copy {
  color: #ffffff;
  display: block;
}
@media (max-width: 1000px) {
  .l-footer__bottom__copy {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-inner1000 {
  box-sizing: content-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.c-button01 {
  display: inline-block;
  min-width: 0px;
  padding: 0 0;
  line-height: 1;
}

.c-main_menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 80px 60px;
}
.c-main_menu > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .c-main_menu {
    gap: 60px 0;
  }
}
.c-main_menu > li {
  width: calc(33.3333333333% - 40px);
}
@media (max-width: 1000px) {
  .c-main_menu > li {
    width: 100%;
  }
}
.c-main_menu > li > a {
  color: #ffffff;
}
@media (any-hover: hover) {
  .c-main_menu > li > a:hover > span.is-en > span.is-border:before {
    -webkit-animation: menuBorder 0.5s ease;
            animation: menuBorder 0.5s ease;
  }
  .c-main_menu > li > a:hover > span.is-jp:before {
    right: -10px;
  }
}
.c-main_menu > li > a > span {
  display: block;
}
.c-main_menu > li > a > span.is-en {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin: 0 0 20px;
}
.c-main_menu > li > a > span.is-en > * {
  min-height: 0%;
}
.c-main_menu > li > a > span.is-en > span.is-text {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 8px 0 0;
  position: relative;
  z-index: 2;
}
.c-main_menu > li > a > span.is-en > span.is-border {
  -ms-flex: 1;
      flex: 1;
  height: 1px;
  margin: 4px 0 0;
  position: relative;
}
.c-main_menu > li > a > span.is-en > span.is-border:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  background: #ffffff;
  content: "";
}
.c-main_menu > li > a > span.is-jp {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 1000px) {
  .c-main_menu > li > a > span.is-jp {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-main_menu > li > a > span.is-jp:before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 0px;
  transition: 0.3s;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAATCAYAAACZZ43PAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACZSURBVHgBpZTbDYMwDEXdTtAROgojdARW6ARlhG6QURiBEWADssHlGgECAXn5SPcjHz6yozgiVgBUTM90TC25LMV79PzOEdzhkkQIMzI/i2A/Vm0RrLSnsVCGW0UPPUkZA9NYBIp/ig1v6cAz39JL/DOvWYM8WqY69JFY2DOfy0EihfqUm63dTIFD4jKNiM0ZEeiH0iG0MAEmPWASRhl9FDcAAAAASUVORK5CYII=);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-card01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  cursor: pointer;
  transition: opacity 0.3s ease;
  background: #ffffff;
  padding: 16px;
  border-radius: 10px;
  color: #F33940;
  font-weight: 700;
  position: relative;
}
.c-card01 > * {
  min-height: 0%;
}
@media (any-hover: hover) {
  .c-card01:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1312px) {
  .c-card01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    padding: 12px;
  }
  .c-card01 > * {
    min-height: 0%;
  }
}
@media (max-width: 1000px) {
  .c-card01 {
    width: 100%;
    border-radius: 6px;
  }
}
.c-card01.is-negative {
  background: #F33940;
  color: #ffffff;
}
.c-card01.is-negative .c-card01__image {
  padding: 2px;
  border-radius: 4px;
  background: #ffffff;
}
.c-card01.is-negative .c-card01__image > picture {
  border-radius: 2px;
  overflow: hidden;
}
.c-card01.is-new:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 26px;
  top: -38px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  content: "NEW!";
  background: #FFF100;
  color: #F33940;
  border-radius: 26px;
  font-weight: 700;
}
.c-card01.is-new:before > * {
  min-height: 0%;
}
.c-card01__text {
  padding: 0 20px 0 0;
}
@media (max-width: 1000px) {
  .c-card01__text {
    width: calc(100% - 105px);
    padding: 0 12px 0 0;
  }
}
.c-card01__text > span {
  display: block;
}
.c-card01__text > span.is-en {
  position: relative;
  margin: 0 0 24px;
}
@media (max-width: 1312px) {
  .c-card01__text > span.is-en {
    margin: 0 0 12px;
  }
}
@media (max-width: 1000px) {
  .c-card01__text > span.is-en {
    margin: 0 0 12px;
  }
}
.c-card01__text > span.is-en:before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: auto;
  width: 100%;
  height: 1px;
  content: "";
  background: #F33940;
  z-index: 1;
}
.is-negative .c-card01__text > span.is-en:before {
  background: #ffffff;
}
.c-card01__text > span.is-en > span {
  font-size: 16px;
  font-size: 1rem;
  background: #ffffff;
  padding: 0 12px 0 0;
  position: relative;
  z-index: 2;
}
.is-negative .c-card01__text > span.is-en > span {
  background: #F33940;
}
.c-card01__text > span.is-jp {
  line-height: 1.6;
}
.c-card01__image {
  width: 144px;
}
@media (max-width: 1312px) {
  .c-card01__image {
    width: 105px;
  }
}
@media (max-width: 1000px) {
  .c-card01__image {
    width: 105px;
  }
}
.c-card01__image > picture {
  position: relative;
  display: block;
  padding: 76.388888888% 0 0;
}
@media (max-width: 1000px) {
  .c-card01__image > picture {
    padding: 76.19047619% 0 0;
  }
}
.c-card01__image > picture > img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
}

.c-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 24px;
}
.c-links > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .c-links {
    gap: 40px;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .c-links > li {
    width: 100%;
  }
}
.c-links > li:last-child {
  margin: 0;
}
@media (any-hover: hover) {
  .c-links > li > a:hover > figure > picture {
    opacity: 0.7;
  }
}
.c-links > li > a > figure > figcaption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #F33940;
  background: #ffffff;
  border-radius: 15px;
  height: 30px;
  margin: 0 0 16px;
  position: relative;
}
.c-links > li > a > figure > figcaption > * {
  min-height: 0%;
}
.c-links > li > a > figure > figcaption:before {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: -8px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #ffffff;
  border-bottom: 0;
}
.c-links > li > a > figure > picture {
  transition: 0.3s;
  display: block;
  position: relative;
}
@media (max-width: 1000px) {
  .c-links > li > a > figure > picture {
    padding: 23.880597014% 0 0;
  }
}
@media (max-width: 1312px) {
  .c-links > li > a > figure > picture > img {
    width: 220px;
    height: 63px;
  }
}
@media (max-width: 1000px) {
  .c-links > li > a > figure > picture > img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    -webkit-transform: none;
            transform: none;
  }
}

.c-sub_menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}
.c-sub_menu > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .c-sub_menu {
    display: block;
  }
}
.c-sub_menu > li {
  margin: 0 40px 0 0;
}
@media (max-width: 1000px) {
  .c-sub_menu > li {
    margin: 0 0 30px;
  }
}
.c-sub_menu > li:last-child {
  margin: 0;
}
.c-sub_menu > li > a {
  color: #ffffff;
  padding: 0 0 0 22px;
  position: relative;
}
@media (any-hover: hover) {
  .c-sub_menu > li > a:hover {
    text-decoration: underline;
  }
}
.c-sub_menu > li > a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.c-list > li {
  font-family: "Noto Sans JP", sans-serif;
}
.c-list > li > a.is-large .c-list__tag {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 40px;
  padding: 0 16px;
}
@media (max-width: 1312px) {
  .c-list > li > a.is-large .c-list__tag {
    font-size: 16px;
    font-size: 1rem;
    line-height: 32px;
    padding: 0 12px;
  }
}
@media (max-width: 1000px) {
  .c-list > li > a.is-large .c-list__tag {
    font-size: 16px;
    font-size: 1rem;
    line-height: 32px;
    padding: 0 12px;
  }
}
.c-list > li > a.is-large .c-list__image figcaption {
  bottom: 80px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1312px) {
  .c-list > li > a.is-large .c-list__image figcaption {
    bottom: 40px;
  }
}
@media (max-width: 1000px) {
  .c-list > li > a.is-large .c-list__image figcaption {
    bottom: 40px;
  }
}
.c-list > li > a.is-large .c-list__image figcaption > span {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 50px;
  padding: 0 16px;
}
@media (max-width: 1312px) {
  .c-list > li > a.is-large .c-list__image figcaption > span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 32px;
    padding: 0 8px;
  }
}
@media (max-width: 1000px) {
  .c-list > li > a.is-large .c-list__image figcaption > span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 32px;
    padding: 0 8px;
  }
}
@media (any-hover: hover) {
  .c-list > li > a:hover .c-list__image > img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
}
.c-list__plus {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-transform: none;
          transform: none;
  background: #EC3D4B;
  border-radius: 30px;
  border: 2px solid white;
  z-index: 3;
}
.c-list__plus:before, .c-list__plus:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28px;
  height: 3px;
  border-radius: 3px;
  background: #ffffff;
}
.c-list__plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.c-list__inner {
  position: relative;
  margin: 0 0 24px;
}
.c-list__tag {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  font-size: 16px;
  font-size: 1rem;
  background: #F33940;
  line-height: 32px;
  padding: 0 12px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  z-index: 2;
}
@media (max-width: 1000px) {
  .c-list__tag {
    font-size: 16px;
    font-size: 1rem;
    line-height: 32px;
    padding: 0 12px;
  }
}
.c-list__image {
  padding: 100% 0 0;
  position: relative;
  overflow: hidden;
  border-radius: 0px 20px 120px 20px;
}
.c-list__image > img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.c-list__image > figcaption {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: auto;
  right: auto;
  bottom: 40px;
  left: 0;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
}
.c-list__image > figcaption > span {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  color: #333333;
  background: #ffffff;
  line-height: 32px;
  padding: 0 8px;
}
.c-list__lead {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333333;
}

.c-balloon01 {
  opacity: 0;
}
.c-balloon01.is-active {
  -webkit-animation: pop 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
          animation: pop 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
@media (max-width: 1000px) {
  .c-balloon01.is-large {
    width: 100%;
  }
}
.c-balloon01__inner {
  font-size: 28px;
  font-size: 1.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  padding: 0 36px;
  height: 61px;
  background: #E60012;
  border-radius: 31px;
  color: #ffffff;
  position: relative;
}
.c-balloon01__inner > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .c-balloon01__inner {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 16px;
    height: 36px;
  }
}
.c-balloon01__inner:before {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: -19px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 20px solid #E60012;
  border-bottom: 0;
}
@media (max-width: 1000px) {
  .c-balloon01__inner:before {
    bottom: -13px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 14px solid #E60012;
  }
}

@-webkit-keyframes scroll {
  0% {
    top: 5%;
    opacity: 0;
  }
  10% {
    top: 5%;
    opacity: 1;
  }
  90% {
    top: calc(95% - 16px);
    opacity: 1;
  }
  100% {
    top: calc(95% - 16px);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    top: 5%;
    opacity: 0;
  }
  10% {
    top: 5%;
    opacity: 1;
  }
  90% {
    top: calc(95% - 16px);
    opacity: 1;
  }
  100% {
    top: calc(95% - 16px);
    opacity: 0;
  }
}
@-webkit-keyframes menuBorder {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes menuBorder {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes infinityScrollPc {
  0% {
    -webkit-transform: translateX(-1738px);
            transform: translateX(-1738px);
  }
  100% {
    -webkit-transform: translateX(-3516px);
            transform: translateX(-3516px);
  }
}
@keyframes infinityScrollPc {
  0% {
    -webkit-transform: translateX(-1738px);
            transform: translateX(-1738px);
  }
  100% {
    -webkit-transform: translateX(-3516px);
            transform: translateX(-3516px);
  }
}
@-webkit-keyframes infinityScrollSp {
  0% {
    -webkit-transform: translateX(-579px);
            transform: translateX(-579px);
  }
  100% {
    -webkit-transform: translateX(-1178px);
            transform: translateX(-1178px);
  }
}
@keyframes infinityScrollSp {
  0% {
    -webkit-transform: translateX(-579px);
            transform: translateX(-579px);
  }
  100% {
    -webkit-transform: translateX(-1178px);
            transform: translateX(-1178px);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes bounce {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes pop {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes pop {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.p-mainVisual {
  position: relative;
}
.p-mainVisual__inner01 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100svh;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  z-index: 6;
  overflow: hidden;
  transition: 0.6s;
  background: #ffffff;
}
.p-mainVisual__inner01.is-active {
  opacity: 0;
  pointer-events: none;
}
.p-mainVisual__inner02 {
  width: 100%;
  height: 100svh;
  position: relative;
  transition: 1s;
}
@media (max-width: 1000px) {
  .p-mainVisual__inner02 {
    height: 540px;
  }
}
.p-mainVisual__inner02.is-active {
  opacity: 1;
}
.p-mainVisual__lead {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 200px;
  right: auto;
  bottom: auto;
  left: 60px;
  -webkit-transform: none;
          transform: none;
  font-size: 18px;
  font-size: 1.125rem;
  z-index: 2;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 1312px) {
  .p-mainVisual__lead {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1000px) {
  .p-mainVisual__lead {
    font-size: 13px;
    font-size: 0.8125rem;
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 131px;
    right: auto;
    bottom: auto;
    left: 20px;
    -webkit-transform: none;
            transform: none;
    line-height: 1.6;
    text-shadow: 0 0 20px #ffffff, 0 0 10px #ffffff, 0 0 2px #ffffff;
  }
}
.p-mainVisual__banner {
  position: absolute;
  display: block;
  width: 166px;
  height: 166px;
  top: 160px;
  right: 80px;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  z-index: 2;
  transition: 0.2s;
}
@media (max-width: 1312px) {
  .p-mainVisual__banner {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1000px) {
  .p-mainVisual__banner {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    top: 131px;
    right: 16px;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
@media (any-hover: hover) {
  .p-mainVisual__banner:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (max-width: 1312px) {
  .p-mainVisual__banner > picture {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1312px) {
  .p-mainVisual__banner > picture > img {
    width: 100%;
    height: 100%;
  }
}
.p-mainVisual__brand_movie {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: auto;
  right: 60px;
  bottom: 0px;
  left: auto;
  -webkit-transform: none;
          transform: none;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media (max-width: 1000px) {
  .p-mainVisual__brand_movie {
    display: none;
  }
}
.p-mainVisual__slider01 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
}
.p-mainVisual__slider01 > li {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 1;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  transition: -webkit-transform 6s 1.5s, opacity 1s 0s, -webkit-filter 1s 0s, -webkit-transform 6s 1.5s, opacity 1s 0s, filter 1s 0s;
  transition: transform 6s 1.5s, opacity 1s 0s, filter 1s 0s;
}
.p-mainVisual__slider01 > li.is-active {
  z-index: 2;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.p-mainVisual__slider01 > li > picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-mainVisual__slider01 > li > picture > img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .p-mainVisual__slider01 > li > picture > img {
    object-position: 0% 25%;
  }
}
.p-mainVisual__indicator {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: auto;
  right: auto;
  bottom: 40px;
  left: 40px;
  -webkit-transform: none;
          transform: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  z-index: 2;
}
.p-mainVisual__indicator > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-mainVisual__indicator {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 112px;
    right: auto;
    bottom: auto;
    left: 0px;
    -webkit-transform: none;
            transform: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
    padding: 0 20px;
  }
  .p-mainVisual__indicator > * {
    min-height: 0%;
  }
}
.p-mainVisual__indicator > li {
  margin: 0 8px 0 0;
  width: 240px;
  height: 2px;
  background: #ffffff;
  position: relative;
}
@media (max-width: 1312px) {
  .p-mainVisual__indicator > li {
    width: 140px;
  }
}
@media (max-width: 1000px) {
  .p-mainVisual__indicator > li {
    width: calc(50% - 4px);
    margin: 0;
  }
}
.p-mainVisual__indicator > li:before {
  position: absolute;
  display: block;
  width: 0%;
  height: 2px;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  content: "";
  transition: width 8s linear;
}
.p-mainVisual__indicator > li.is-active:before {
  width: 100%;
  background: #E60012;
}
.p-mainVisual__scroll {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: 40px;
  z-index: 2;
}
@media (max-width: 1000px) {
  .p-mainVisual__scroll {
    bottom: 115px;
    display: none;
  }
}
.p-mainVisual__scroll__icon {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: 24px;
  width: 2px;
  height: 60px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.75);
}
@media (max-width: 1000px) {
  .p-mainVisual__scroll__icon {
    height: 32px;
    bottom: 21px;
  }
}
.p-mainVisual__scroll__icon:before {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 5%;
  bottom: auto;
  content: "";
  width: 6px;
  height: 16px;
  background: #E60012;
  border-radius: 3px;
  -webkit-animation: scroll 1.8s infinite;
          animation: scroll 1.8s infinite;
}
@media (max-width: 1000px) {
  .p-mainVisual__scroll__icon:before {
    width: 6px;
    height: 12px;
  }
}
.p-mainVisual__scroll__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  color: #E60012;
}
@media (max-width: 1000px) {
  .p-mainVisual__scroll__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-mainVisual__title {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  bottom: auto;
  z-index: 6;
  width: 700px;
  height: 145px;
}
@media (max-width: 1312px) {
  .p-mainVisual__title {
    width: 600px;
    height: 125px;
  }
}
@media (max-width: 1000px) {
  .p-mainVisual__title {
    width: 300px;
    height: 72px;
  }
}
.p-mainVisual__title.is-active {
  transition: 1s top;
}
.p-mainVisual__title__image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
  opacity: 0;
  transition: 1s;
}
@media (max-width: 1312px) {
  .p-mainVisual__title__image {
    width: 100%;
    height: 100%;
  }
}
.p-mainVisual__title__image.is-active {
  z-index: 2;
  opacity: 1;
}
.p-mainVisual__title__image > img {
  width: 100%;
  height: 100%;
}
.p-mainVisual__slider02 {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: auto;
  right: auto;
  bottom: 240px;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  z-index: 5;
}
.p-mainVisual__slider02__list > li > div {
  width: 100%;
  padding: 100% 0 0;
}
.p-mainVisual__slider02__list > li > div > picture {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  border-radius: 10px;
  overflow: hidden;
}
.p-mainVisual__slider02__list > li > div > picture > img {
  width: 100%;
  height: 100%;
}
.p-mainVisual .swiper {
  overflow: visible;
}
.p-mainVisual .swiper-slide {
  transition: -webkit-transform 1s;
  transition: transform 1s;
}
.p-mainVisual .swiper-slide-active {
  -webkit-transform: translateY(180px) !important;
          transform: translateY(180px) !important;
}
.p-mainVisual .swiper-slide-next,
.p-mainVisual .swiper-slide-prev {
  -webkit-transform: translateY(120px) !important;
          transform: translateY(120px) !important;
}
.p-mainVisual .swiper-slide-next-next,
.p-mainVisual .swiper-slide-prev-prev {
  -webkit-transform: translateY(60px) !important;
          transform: translateY(60px) !important;
}

.p-message {
  padding: 310px 0 0;
  text-align: center;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  position: relative;
  background: #008CD7;
  color: #ffffff;
}
@media (max-width: 1000px) {
  .p-message {
    padding: 140px 0 0;
  }
}
.p-message::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 300px;
  top: -210px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  content: "";
  background: #ffffff;
  z-index: 3;
  -webkit-clip-path: ellipse(70% 100% at 50% 0%);
          clip-path: ellipse(70% 100% at 50% 0%);
}
@media (max-width: 1000px) {
  .p-message::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 60px;
    top: -40px;
    right: auto;
    bottom: auto;
    left: 0px;
    -webkit-transform: none;
            transform: none;
    content: "";
    background: #ffffff;
    z-index: 3;
    -webkit-clip-path: ellipse(70% 100% at 50% 0%);
            clip-path: ellipse(70% 100% at 50% 0%);
  }
}
.p-message__inner {
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
.p-message__title {
  margin: 0 0 152px;
}
@media (max-width: 1000px) {
  .p-message__title {
    margin: 0 0 80px;
  }
}
.p-message__title > span {
  display: block;
}
.p-message__title > span.is-en {
  font-size: 88px;
  font-size: 5.5rem;
  margin: 0 0 56px;
}
@media (max-width: 1000px) {
  .p-message__title > span.is-en {
    font-size: 64px;
    font-size: 4rem;
    margin: 0 0 40px;
  }
}
.p-message__title > span.is-jp {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (max-width: 1000px) {
  .p-message__title > span.is-jp {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-message__lead {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.6;
  margin: 0 0 72px;
}
@media (max-width: 1000px) {
  .p-message__lead {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.4;
    margin: 0 0 52px;
  }
}
.p-message__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.p-message__image > * {
  min-height: 0%;
}
@media (max-width: 1312px) {
  .p-message__image > picture {
    width: 640px;
    height: 299px;
    position: relative;
    display: block;
  }
}
@media (max-width: 1000px) {
  .p-message__image > picture {
    display: block;
    width: 100%;
    height: 100%;
    padding: 46.552238806% 0 0;
  }
}
@media (max-width: 1312px) {
  .p-message__image > picture > img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    -webkit-transform: none;
            transform: none;
    object-fit: contain;
  }
}
.p-movie {
  padding: 120px 0 200px;
  text-align: center;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  position: relative;
}
@media (max-width: 1312px) {
  .p-movie {
    padding: 120px 0;
  }
}
@media (max-width: 1000px) {
  .p-movie {
    padding: 80px 0 120px;
  }
}
.p-movie__inner {
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
.p-movie__brand_movie {
  margin: 0 0 280px;
  position: relative;
}
.p-movie__brand_movie:before {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: -200px;
  content: "";
  width: 1px;
  height: 120px;
  background: #F33940;
}
.p-movie__brand_movie__anchor {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: -120px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
}
.p-movie__brand_movie__title {
  margin: 0 0 112px;
  color: #F33940;
}
@media (max-width: 1000px) {
  .p-movie__brand_movie__title {
    width: 100vw;
    margin: 0 0 80px -20px;
  }
}
.p-movie__brand_movie__title > span {
  display: block;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
}
.p-movie__brand_movie__title > span.is-en {
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.25;
  margin: 0 0 72px;
}
@media (max-width: 1000px) {
  .p-movie__brand_movie__title > span.is-en {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 0 0 40px;
  }
}
.p-movie__brand_movie__title > span.is-jp {
  font-size: 24px;
  font-size: 1.5rem;
}
.p-movie__brand_movie__image {
  margin: 0 0 80px;
}
@media (max-width: 1000px) {
  .p-movie__brand_movie__image {
    margin: 0 0 40px;
  }
}
.p-movie__brand_movie__image__inner {
  position: relative;
  display: inline-block;
  max-width: 880px;
  margin: 0 0 40px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}
@media (max-width: 1000px) {
  .p-movie__brand_movie__image__inner {
    display: block;
    margin: 0 auto 40px;
    border-radius: 6px;
  }
}
@media (any-hover: hover) {
  .p-movie__brand_movie__image__inner:hover > picture {
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
  }
}
.p-movie__brand_movie__image__inner > picture {
  display: block;
  transition: 0.3s;
}
@media (max-width: 1312px) {
  .p-movie__brand_movie__image__inner > picture {
    width: 720px;
    height: 406px;
    position: relative;
    display: block;
  }
}
@media (max-width: 1000px) {
  .p-movie__brand_movie__image__inner > picture {
    padding: 56.417910447% 0 0;
    width: 100%;
    height: auto;
    position: relative;
  }
}
@media (max-width: 1312px) {
  .p-movie__brand_movie__image__inner > picture > img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    -webkit-transform: none;
            transform: none;
    object-fit: contain;
  }
}
.p-movie__brand_movie__image__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #F33940;
}
.p-movie__brand_movie__image__button {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 75px;
  border: 1px solid #ffffff;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.p-movie__brand_movie__image__button:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: calc(50% + 3px);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #ffffff;
  border-right: 0;
}
.p-movie__brand_movie__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 40px;
}
.p-movie__brand_movie__list > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-movie__brand_movie__list {
    gap: 20px 0;
    width: 100%;
  }
}
.p-movie__brand_movie__list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  line-height: 60px;
  padding: 0 40px;
  gap: 0 20px;
  background: #F33940;
  border-radius: 30px;
  position: relative;
}
.p-movie__brand_movie__list > li > * {
  min-height: 0%;
}
@media (any-hover: hover) {
  .p-movie__brand_movie__list > li:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1000px) {
  .p-movie__brand_movie__list > li {
    padding: 0;
    width: 100%;
    line-height: 52px;
  }
}
.p-movie__brand_movie__list > li > span {
  display: block;
}
.p-movie__brand_movie__list > li > span.is-text {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1000px) {
  .p-movie__brand_movie__list > li > span.is-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-movie__brand_movie__list > li > span.is-icon {
  width: 10px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAxCAYAAADJP8l8AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC9SURBVHgB7dfhCcJADIbh4ASO0E28EdzAVRyhGzjKjeAIN0LdIOYwoAiVnEkD4vdCoD/KPRRaSIleYuapD22dIEWm8bN+faQtUmytE0Unh1b+XCzKtuJQOWxJReWgme35UX58Cg0oUKBAgQL9X7SQt0G0UkSKmlaVHcV0kNkb7ruRt/4ysL0LeRrEGnt+I4ABAwZsom8D9pNYScMUrGmYgnmYgksapuCchim4tlfGY29of9Iqc5U5y1jWvuHu9faDqy5wFLsAAAAASUVORK5CYII=);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .p-movie__brand_movie__list > li > span.is-icon {
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    right: 40px;
  }
}
.p-movie__making_movie__title {
  margin: 0 0 60px;
  color: #F33940;
}
@media (max-width: 1000px) {
  .p-movie__making_movie__title {
    margin: 0 0 48px;
  }
}
.p-movie__making_movie__title > span {
  display: block;
}
.p-movie__making_movie__title > span.is-en {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 40px;
}
@media (max-width: 1000px) {
  .p-movie__making_movie__title > span.is-en {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 20px;
  }
}
.p-movie__making_movie__title > span.is-jp {
  font-size: 24px;
  font-size: 1.5rem;
}
.p-movie__making_movie__image {
  position: relative;
}
.p-movie__making_movie__image__inner {
  display: inline-block;
  position: relative;
  max-width: 720px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}
@media (max-width: 1000px) {
  .p-movie__making_movie__image__inner {
    display: block;
    margin: 0 auto;
    border-radius: 6px;
  }
}
@media (any-hover: hover) {
  .p-movie__making_movie__image__inner:hover > picture {
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
  }
}
.p-movie__making_movie__image__inner > picture {
  display: block;
  transition: 0.3s;
}
@media (max-width: 1000px) {
  .p-movie__making_movie__image__inner > picture {
    padding: 56.417910447% 0 0;
    position: relative;
  }
}
@media (max-width: 1000px) {
  .p-movie__making_movie__image__inner > picture > img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    -webkit-transform: none;
            transform: none;
    object-fit: cover;
  }
}
.p-movie__making_movie__button {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 75px;
  border: 1px solid #ffffff;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.p-movie__making_movie__button:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: calc(50% + 3px);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #ffffff;
  border-right: 0;
}

.p-themesong_banner__inner {
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}
.p-themesong_banner__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 38px;
}
.p-themesong_banner__link > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-themesong_banner__link {
    gap: 22px;
  }
}
.p-themesong_banner__banner {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-themesong_banner__banner:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1312px) {
  .p-themesong_banner__banner > picture > img {
    width: 100%;
    height: auto;
  }
}

.p-ambassador {
  padding: 420px 0 0;
  position: relative;
  z-index: 4;
}
@media (max-width: 1312px) {
  .p-ambassador {
    padding: 120px 0 0;
  }
}
@media (max-width: 1000px) {
  .p-ambassador {
    padding: 160px 0 0;
  }
}
.p-ambassador__anchor {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: -220px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
}
.p-ambassador__inner {
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}
.p-ambassador__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}
.p-ambassador__column > * {
  min-height: 0%;
}
@media (max-width: 1312px) {
  .p-ambassador__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .p-ambassador__column > * {
    min-height: 0%;
  }
}
@media (max-width: 1000px) {
  .p-ambassador__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .p-ambassador__column > * {
    min-height: 0%;
  }
}
.p-ambassador__column__image_box {
  width: calc(100% - 643px);
  position: relative;
}
@media (max-width: 1312px) {
  .p-ambassador__column__image_box {
    width: 460px;
  }
}
@media (max-width: 1000px) {
  .p-ambassador__column__image_box {
    width: 100%;
  }
}
.p-ambassador__column__text_box {
  padding: 74px 0 80px;
  width: 643px;
}
@media (max-width: 1312px) {
  .p-ambassador__column__text_box {
    width: calc(100% - 460px);
  }
}
@media (max-width: 1000px) {
  .p-ambassador__column__text_box {
    width: 100%;
    padding: 0 0 150px;
  }
}
.p-ambassador__phrase.is-mid {
  display: none;
}
@media (max-width: 1312px) {
  .p-ambassador__phrase.is-mid {
    position: static;
    display: block;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .p-ambassador__phrase.is-mid > * {
    min-height: 0%;
  }
}
@media (max-width: 1000px) {
  .p-ambassador__phrase.is-mid {
    display: none;
  }
}
.p-ambassador__phrase.is-wide_short {
  position: absolute;
  display: block;
  width: 942px;
  height: 319px;
  top: -302px;
  right: auto;
  bottom: auto;
  left: 310px;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 1312px) {
  .p-ambassador__phrase.is-wide_short {
    display: none;
  }
}
@media (max-width: 1000px) {
  .p-ambassador__phrase.is-wide_short {
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -120px;
    bottom: auto;
    width: 342px;
    height: 116px;
  }
}
@media (max-width: 1000px) {
  .p-ambassador__phrase > img {
    width: 342px;
    height: 116px;
  }
}
@media (max-width: 1000px) {
  .p-ambassador__portrait {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .p-ambassador__portrait > * {
    min-height: 0%;
  }
}
@media (max-width: 1312px) {
  .p-ambassador__portrait > img {
    width: 400px;
    height: 489px;
  }
}
@media (max-width: 1000px) {
  .p-ambassador__portrait > img {
    width: 240px;
    height: 293px;
  }
}
.p-ambassador__title {
  color: #E60012;
  margin: 0 0 40px;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
}
@media (max-width: 1000px) {
  .p-ambassador__title {
    text-align: center;
  }
}
.p-ambassador__title > span {
  display: block;
}
.p-ambassador__title > span.is-en01 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 16px;
  position: relative;
}
@media (max-width: 1000px) {
  .p-ambassador__title > span.is-en01 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-ambassador__title > span.is-en01:after {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: auto;
  content: "";
  width: 100%;
  height: 1px;
  background: #E60012;
  z-index: 1;
}
.p-ambassador__title > span.is-en01 > span {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 0 20px 0 0;
}
@media (max-width: 1000px) {
  .p-ambassador__title > span.is-en01 > span {
    padding: 0 20px;
  }
}
.p-ambassador__title > span.is-en02 {
  font-size: 64px;
  font-size: 4rem;
  margin: 0 0 24px;
}
@media (max-width: 1000px) {
  .p-ambassador__title > span.is-en02 {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 0 0 32px;
  }
}
.p-ambassador__title > span.is-jp {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 1000px) {
  .p-ambassador__title > span.is-jp {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.p-ambassador__profile {
  margin: 0 0 40px;
}
@media (max-width: 1000px) {
  .p-ambassador__profile {
    margin: 0 0 48px;
  }
}
.p-ambassador__profile > dt {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 16px;
}
@media (max-width: 1000px) {
  .p-ambassador__profile > dt {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0 20px;
  }
}
.p-ambassador__profile > dd {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
}
.p-ambassador__profile__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.p-ambassador__profile__list > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-ambassador__profile__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    gap: 16px;
  }
  .p-ambassador__profile__list > * {
    min-height: 0%;
  }
}
.p-ambassador__profile__list > li {
  margin: 0 20px 0 0;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
}
@media (max-width: 1000px) {
  .p-ambassador__profile__list > li {
    margin: 0;
  }
}
@media (max-width: 1000px) {
  .p-ambassador__message {
    text-align: center;
  }
}
.p-ambassador__message > dt {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  color: #E60012;
  margin: 0 0 24px;
}
@media (max-width: 1000px) {
  .p-ambassador__message > dt {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 28px;
  }
}
.p-ambassador__message__lead {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  margin: 0 0 24px;
}
@media (max-width: 1000px) {
  .p-ambassador__message__lead {
    line-height: 2.2;
    margin: 0 0 32px;
  }
}
.p-ambassador__message__lead.is-last {
  margin: 0;
}

.p-stories_and_top_message {
  position: relative;
}
.p-stories_and_top_message__background {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
}
.p-stories_and_top_message__background img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  object-fit: cover;
}

.p-stories {
  position: relative;
  z-index: 2;
  padding: 120px 0 300px;
}
@media (max-width: 1000px) {
  .p-stories {
    padding: 80px 0 100px;
  }
}
.p-stories__inner {
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
.p-stories__title {
  font-size: 119px;
  font-size: 7.4375rem;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  color: #E60012;
  margin: 0 0 60px;
}
@media (max-width: 1312px) {
  .p-stories__title {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media (max-width: 1000px) {
  .p-stories__title {
    font-size: 40px;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 32px;
  }
}
.p-stories__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: 0 0 -60px;
}
.p-stories__column > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-stories__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 0;
  }
  .p-stories__column > * {
    min-height: 0%;
  }
}
.p-stories__sub_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 120px;
}
.p-stories__sub_title > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-stories__sub_title {
    margin: 0 0 132px;
    padding: 0;
  }
}
.p-stories__sub_title__title {
  font-size: 32px;
  font-size: 2rem;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  color: #E60012;
  line-height: 1.5;
  padding: 0 60px 0 0;
  border-right: 1px solid #E60012;
}
@media (max-width: 1312px) {
  .p-stories__sub_title__title {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1000px) {
  .p-stories__sub_title__title {
    text-align: center;
    margin: 0 0 64px;
    padding: 0;
    border-right: none;
    width: 100%;
    position: relative;
  }
}
@media (max-width: 1000px) {
  .p-stories__sub_title__title:before {
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: -32px;
    content: "";
    width: 40px;
    height: 2px;
    background: #E60012;
  }
}
.p-stories__sub_title__lead {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
  padding: 0 0 0 60px;
}
@media (max-width: 1312px) {
  .p-stories__sub_title__lead {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1000px) {
  .p-stories__sub_title__lead {
    padding: 0;
    line-height: 1.8;
    text-align: center;
    width: 100vw;
  }
}
.p-stories__image_box {
  position: relative;
}
.p-stories__image {
  position: relative;
}
.p-stories__image__phrase {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 10px;
  right: auto;
  bottom: auto;
  left: -165px;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 1000px) {
  .p-stories__image__phrase {
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 130px;
    bottom: auto;
    width: 219px;
    height: 45px;
  }
}
@media (max-width: 1000px) {
  .p-stories__image__phrase > img {
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -200px;
    bottom: auto;
    width: 219px;
    height: 45px;
  }
}
@media (max-width: 1000px) {
  .p-stories__image__portrait > img {
    width: 240px;
    height: 220px;
  }
}
.p-stories__campaign {
  border-radius: 10px;
  padding: 80px 20px 20px;
  position: relative;
}
@media (max-width: 1000px) {
  .p-stories__campaign {
    margin: 0 0 220px;
    padding: 234px 10px 10px;
  }
}
.p-stories__campaign__inner {
  position: relative;
  z-index: 2;
}
.p-stories__campaign__background01 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.p-stories__campaign__background01 img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  object-fit: cover;
}
.p-stories__campaign__background02 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1312px) {
  .p-stories__campaign__background02 {
    display: none;
  }
}
.p-stories__campaign__background02 > li.is-01 {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 3%;
  right: -120px;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media (max-width: 1312px) {
  .p-stories__campaign__background02 > li.is-01 {
    right: -40px;
    -webkit-transform: rotate(15deg) scale(0.75);
            transform: rotate(15deg) scale(0.75);
  }
}
.p-stories__campaign__background02 > li.is-02 {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 5%;
  right: auto;
  bottom: auto;
  left: -80px;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
@media (max-width: 1312px) {
  .p-stories__campaign__background02 > li.is-02 {
    left: -60px;
    -webkit-transform: rotate(10deg) scale(0.75);
            transform: rotate(10deg) scale(0.75);
  }
}
.p-stories__campaign__background02 > li.is-03 {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 25%;
  right: -40px;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media (max-width: 1312px) {
  .p-stories__campaign__background02 > li.is-03 {
    right: -20px;
    -webkit-transform: rotate(-15deg) scale(0.75);
            transform: rotate(-15deg) scale(0.75);
  }
}
.p-stories__campaign__background02 > li.is-04 {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 30%;
  right: auto;
  bottom: auto;
  left: -140px;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media (max-width: 1312px) {
  .p-stories__campaign__background02 > li.is-04 {
    left: -100px;
    -webkit-transform: rotate(20deg) scale(0.75);
            transform: rotate(20deg) scale(0.75);
  }
}
.p-stories__campaign__background02 > li.is-05 {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 50%;
  right: -140px;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media (max-width: 1312px) {
  .p-stories__campaign__background02 > li.is-05 {
    right: -80px;
    -webkit-transform: rotate(15deg) scale(0.75);
            transform: rotate(15deg) scale(0.75);
  }
}
.p-stories__campaign__background02 > li.is-06 {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 80%;
  right: auto;
  bottom: auto;
  left: -120px;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
@media (max-width: 1312px) {
  .p-stories__campaign__background02 > li.is-06 {
    left: -80px;
    -webkit-transform: rotate(10deg) scale(0.75);
            transform: rotate(10deg) scale(0.75);
  }
}
.p-stories__campaign__background02 > li > picture {
  display: inline-block;
  border-radius: 10px;
  border: 3px solid #ffffff;
  overflow: hidden;
}
.p-stories__campaign__background03 {
  display: none;
}
@media (max-width: 1000px) {
  .p-stories__campaign__background03 {
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 50px;
    bottom: auto;
    -webkit-transform: translateX(-50%) rotate(8deg);
            transform: translateX(-50%) rotate(8deg);
    z-index: 1;
  }
}
.p-stories__campaign__background03 > picture {
  display: inline-block;
  border-radius: 10px;
  border: 3px solid #ffffff;
  overflow: hidden;
}
.p-stories__campaign__background04 {
  display: none;
}
@media (max-width: 1000px) {
  .p-stories__campaign__background04 {
    display: block;
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: 0px;
    z-index: 2;
    width: 100%;
  }
}
.p-stories__campaign__background04 > li > picture {
  display: inline-block;
  border-radius: 10px;
  border: 3px solid #ffffff;
  overflow: hidden;
}
.p-stories__campaign__background04 > li.is-01 {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: auto;
  right: -30px;
  bottom: -140px;
  left: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.p-stories__campaign__background04 > li.is-01 > picture {
  width: 150px;
  height: 150px;
}
.p-stories__campaign__background04 > li.is-02 {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: auto;
  right: auto;
  bottom: -190px;
  left: -30px;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.p-stories__campaign__background04 > li.is-02 > picture {
  width: 120px;
  height: 120px;
}
.p-stories__campaign__hashtag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 60px;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  color: #ffffff;
}
.p-stories__campaign__hashtag > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-stories__campaign__hashtag {
    margin: 0 0 20px;
  }
}
.p-stories__campaign__hashtag > span.is-icon {
  margin: 0 12px 0 0;
}
@media (max-width: 1000px) {
  .p-stories__campaign__hashtag > span.is-icon {
    margin: 0 4px 0 0;
  }
}
@media (max-width: 1000px) {
  .p-stories__campaign__hashtag > span.is-icon > svg {
    width: 28px;
  }
}
.p-stories__campaign__hashtag > span.is-text {
  font-size: 58px;
  font-size: 3.625rem;
}
@media (max-width: 1000px) {
  .p-stories__campaign__hashtag > span.is-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-stories__campaign__lead {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  line-height: 2;
  margin: 0 0 80px;
}
@media (max-width: 1000px) {
  .p-stories__campaign__lead {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    margin: 0 0 28px;
  }
}
.p-stories__banner {
  margin: 80px 0 0;
}
@media (max-width: 1000px) {
  .p-stories__banner {
    margin: 0;
  }
}
.p-stories__banner > a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-stories__banner > a:hover {
    opacity: 0.5;
  }
}
.p-stories__banner > a > picture {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 17.924528301% 0 0;
}
@media (max-width: 1000px) {
  .p-stories__banner > a > picture.is-01 {
    padding: 91.641791044% 0 0;
  }
}
@media (max-width: 1000px) {
  .p-stories__banner > a > picture.is-02 {
    padding: 109.701492537% 0 0;
  }
}
.p-stories__banner > a > picture > img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  object-fit: contain;
}
.p-campaign {
  background: #ffffff;
  border-radius: 6px;
  padding: 60px;
}
@media (max-width: 1000px) {
  .p-campaign {
    padding: 28px 20px 20px;
  }
}
.p-campaign__title {
  text-align: center;
  margin: 0 0 54px;
}
@media (max-width: 1000px) {
  .p-campaign__title {
    margin: 0 0 37px;
  }
}
.p-campaign__title > span {
  display: block;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
}
.p-campaign__title > span.is-rimit {
  margin: 0 0 28px;
}
@media (max-width: 1000px) {
  .p-campaign__title > span.is-rimit {
    margin: 0 0 16px;
  }
}
.p-campaign__title > span.is-rimit > span {
  font-size: 44px;
  font-size: 2.75rem;
  display: inline-block;
  height: 58px;
  line-height: 58px;
  padding: 0 56px;
  background: #F33940;
  color: #ffffff;
  position: relative;
}
@media (max-width: 1000px) {
  .p-campaign__title > span.is-rimit > span {
    font-size: 20px;
    font-size: 1.25rem;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 33px;
  }
}
.p-campaign__title > span.is-rimit > span:before, .p-campaign__title > span.is-rimit > span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
}
@media (max-width: 1000px) {
  .p-campaign__title > span.is-rimit > span:before, .p-campaign__title > span.is-rimit > span:after {
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
  }
}
.p-campaign__title > span.is-rimit > span:before {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  border-right: 0;
  border-left: 18px solid #ffffff;
}
@media (max-width: 1000px) {
  .p-campaign__title > span.is-rimit > span:before {
    border-left: 12px solid #ffffff;
  }
}
.p-campaign__title > span.is-rimit > span:after {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  border-right: 18px solid #ffffff;
  border-left: 0;
}
@media (max-width: 1000px) {
  .p-campaign__title > span.is-rimit > span:after {
    border-right: 12px solid #ffffff;
  }
}
.p-campaign__title > span.is-en {
  margin: 0 0 48px;
  position: relative;
}
@media (max-width: 1000px) {
  .p-campaign__title > span.is-en {
    margin: 0 0 32px;
  }
}
.p-campaign__title > span.is-en:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 1px;
  background: #E60012;
}
@media (max-width: 1000px) {
  .p-campaign__title > span.is-en:after {
    display: none;
  }
}
.p-campaign__title > span.is-en > span {
  font-size: 24px;
  font-size: 1.5rem;
  color: #E60012;
  background: #ffffff;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  .p-campaign__title > span.is-en > span {
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
  }
}
.p-campaign__title > span.is-jp01 {
  margin: 0 0 16px;
}
.p-campaign__title > span.is-jp01 > span {
  display: inline-block;
  position: relative;
}
.p-campaign__title > span.is-jp01 > span:before, .p-campaign__title > span.is-jp01 > span:after {
  content: "";
  width: 4px;
  height: 64px;
  background: #E60012;
  border-radius: 4px;
}
@media (max-width: 1000px) {
  .p-campaign__title > span.is-jp01 > span:before, .p-campaign__title > span.is-jp01 > span:after {
    width: 2px;
    height: 32px;
  }
}
.p-campaign__title > span.is-jp01 > span:before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: -28px;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
@media (max-width: 1000px) {
  .p-campaign__title > span.is-jp01 > span:before {
    right: -20px;
  }
}
.p-campaign__title > span.is-jp01 > span:after {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -28px;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
@media (max-width: 1000px) {
  .p-campaign__title > span.is-jp01 > span:after {
    left: -20px;
  }
}
.p-campaign__title > span.is-jp01 > span > span {
  color: #E60012;
}
.p-campaign__title > span.is-jp01 > span > span.is-large {
  font-size: 54px;
  font-size: 3.375rem;
}
@media (max-width: 1312px) {
  .p-campaign__title > span.is-jp01 > span > span.is-large {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 1000px) {
  .p-campaign__title > span.is-jp01 > span > span.is-large {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-campaign__title > span.is-jp01 > span > span.is-small {
  font-size: 44px;
  font-size: 2.75rem;
}
@media (max-width: 1312px) {
  .p-campaign__title > span.is-jp01 > span > span.is-small {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1000px) {
  .p-campaign__title > span.is-jp01 > span > span.is-small {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-campaign__title > span.is-jp02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 24px;
}
.p-campaign__title > span.is-jp02 > * {
  min-height: 0%;
}
.p-campaign__title > span.is-jp02 > svg {
  margin: 0 4px 0 0;
}
@media (max-width: 1312px) {
  .p-campaign__title > span.is-jp02 > svg {
    width: 40px;
  }
}
@media (max-width: 1000px) {
  .p-campaign__title > span.is-jp02 > svg {
    width: 28px;
    height: 40px;
  }
}
.p-campaign__title > span.is-jp02 > span {
  color: #E60012;
}
.p-campaign__title > span.is-jp02 > span.is-large {
  font-size: 68px;
  font-size: 4.25rem;
}
@media (max-width: 1312px) {
  .p-campaign__title > span.is-jp02 > span.is-large {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 1000px) {
  .p-campaign__title > span.is-jp02 > span.is-large {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-campaign__title > span.is-jp02 > span.is-large > span {
  font-size: 54px;
  font-size: 3.375rem;
}
@media (max-width: 1312px) {
  .p-campaign__title > span.is-jp02 > span.is-large > span {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1000px) {
  .p-campaign__title > span.is-jp02 > span.is-large > span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-campaign__title > span.is-campaign {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.p-campaign__title > span.is-campaign > * {
  min-height: 0%;
}
.p-campaign__title > span.is-campaign > span {
  font-size: 44px;
  font-size: 2.75rem;
  background-image: repeating-linear-gradient(-45deg, #008CD7, #008CD7 10px, #1A97DB 10px, #1A97DB 20px);
  line-height: 63px;
  padding: 0 48px;
  color: #ffffff;
  border-radius: 63px;
}
@media (max-width: 1000px) {
  .p-campaign__title > span.is-campaign > span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 37px;
  }
}
.p-campaign__lead01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  margin: 0 0 30px;
  padding: 12px 0;
  gap: 0 16px;
}
.p-campaign__lead01 > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-campaign__lead01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 24px 0;
    gap: 12px 0;
    width: 100%;
  }
  .p-campaign__lead01 > * {
    min-height: 0%;
  }
}
.p-campaign__lead01 > span {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .p-campaign__lead01 > span {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.p-campaign__lead01 > span.is-tag {
  padding: 0 16px;
  line-height: 39px;
  border-radius: 4px;
  background: #F33940;
  color: #ffffff;
}
@media (max-width: 1000px) {
  .p-campaign__lead01 > span.is-tag {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
  }
}
@media (max-width: 1000px) {
  .p-campaign__lead01 > span.is-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-campaign__lead02 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 1000px) {
  .p-campaign__lead02 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
}
.p-campaign__example {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 40px;
}
.p-campaign__example > * {
  min-height: 0%;
}
.p-campaign__example > div {
  width: calc(50% - 20px);
}
@media (max-width: 1000px) {
  .p-campaign__example > div {
    width: 100%;
    margin: 0 0 24px;
  }
}
.p-campaign__example > div > dt {
  margin: 0 0 32px;
  padding: 8px;
  border-radius: 10px;
  background-image: repeating-linear-gradient(-45deg, #fed52b, #fed52b 10px, #fedb4b 10px, #fedb4b 20px);
  position: relative;
}
.p-campaign__example > div > dt:before {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: -20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 24px solid #fed52b;
  border-bottom: 0;
}
.p-campaign__example > div > dt > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 4px;
  background: #ffffff;
}
.p-campaign__example > div > dt > div > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-campaign__example > div > dt > div {
    display: block;
    text-align: center;
    padding: 12px 10px;
  }
}
.p-campaign__example > div > dt > div > span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .p-campaign__example > div > dt > div > span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-campaign__example > div > dt > div > span.is-theme {
  margin: 0 16px 0 0;
  border-radius: 2px;
  color: #ffffff;
  padding: 6px 8px;
  background: #F33940;
}
@media (max-width: 1000px) {
  .p-campaign__example > div > dt > div > span.is-theme {
    width: 100%;
    display: block;
    margin: 0 0 12px;
  }
}
.p-campaign__example > div > dt > div > span.is-text {
  line-height: 44px;
}
@media (max-width: 1000px) {
  .p-campaign__example > div > dt > div > span.is-text {
    display: block;
    width: 100%;
    line-height: 1;
  }
}
.p-campaign__example > div > dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  border-radius: 10px;
  border: 3px solid #EEEEEE;
  padding: 20px;
  min-height: 196px;
}
.p-campaign__example > div > dd > * {
  min-height: 0%;
}
.p-campaign__example__text {
  width: calc(100% - 200px - 20px);
}
@media (max-width: 1000px) {
  .p-campaign__example__text {
    width: 100%;
  }
}
.p-campaign__example__text.is-no_image {
  width: 100%;
}
.p-campaign__example__text > span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}
.p-campaign__example__text > span.is-tag {
  color: #249EF0;
}
.p-campaign__example__image {
  width: 220px;
}
@media (max-width: 1000px) {
  .p-campaign__example__image {
    width: 100%;
    margin: 20px 0 0;
  }
}
@media (max-width: 1000px) {
  .p-campaign__example__image > picture {
    display: block;
    padding: 75% 0 0;
    position: relative;
  }
}
@media (max-width: 1000px) {
  .p-campaign__example__image > picture > img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    -webkit-transform: none;
            transform: none;
  }
}
.p-campaign__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: 0 0 40px;
}
.p-campaign__column > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-campaign__column {
    margin: 0 0 40px;
  }
}
.p-campaign__present {
  width: 380px;
}
@media (max-width: 1000px) {
  .p-campaign__present {
    width: 100%;
    margin: 0 0 28px;
  }
}
.p-campaign__present__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.p-campaign__present__image > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-campaign__present__image > picture > img {
    width: 291px;
    height: 174px;
  }
}
.p-campaign__present__prize {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}
.p-campaign__present__prize > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-campaign__present__prize {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .p-campaign__present__prize > * {
    min-height: 0%;
  }
}
.p-campaign__present__prize > dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  width: 150px;
  line-height: 36px;
  border-radius: 4px;
  background: #F33940;
  text-align: center;
  position: relative;
}
@media (max-width: 1000px) {
  .p-campaign__present__prize > dt {
    margin: 0 32px 0 0;
  }
}
.p-campaign__present__prize > dt:before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: -12px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #F33940;
  border-right: 0;
}
@media (max-width: 1000px) {
  .p-campaign__present__prize > dt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 36px;
  }
}
.p-campaign__present__prize > dd {
  text-align: center;
  color: #F33940;
  margin: 0 0 -6px;
}
.p-campaign__present__prize > dd > span.is-number {
  font-size: 88px;
  font-size: 5.5rem;
  font-family: "Barlow Condensed", sans-serif;
}
@media (max-width: 1000px) {
  .p-campaign__present__prize > dd > span.is-number {
    font-size: 88px;
    font-size: 5.5rem;
  }
}
.p-campaign__present__prize > dd > span.is-number > span {
  letter-spacing: -12px;
}
.p-campaign__present__prize > dd > span.is-unit {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .p-campaign__present__prize > dd > span.is-unit {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-campaign__button {
  margin: 0 0 40px;
}
.p-campaign__button > li {
  margin: 0 0 20px;
}
.p-campaign__button > li:last-child {
  margin: 0;
}
.p-campaign__button > li > a,
.p-campaign__button > li > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 72px;
  border-radius: 72px;
  position: relative;
}
.p-campaign__button > li > a > *,
.p-campaign__button > li > span > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-campaign__button > li > a,
.p-campaign__button > li > span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    height: 58px;
    padding: 0 18px;
  }
  .p-campaign__button > li > a > *,
.p-campaign__button > li > span > * {
    min-height: 0%;
  }
}
.p-campaign__button > li > a > span,
.p-campaign__button > li > span > span {
  font-family: "Noto Sans JP", sans-serif;
}
.p-campaign__button > li > a > span.is-icon,
.p-campaign__button > li > span > span.is-icon {
  margin: 0 20px 0 0;
  width: 36px;
  height: 36px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAA9CAYAAAD24tTCAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAN0SURBVHgB5ZuNkZswEIWXDlKCS3AJpAN3YJfgDuxUQDqwO/B1wKUCpwNNKrgSXkSCZ4wjtD8IkHLfjOduPKx2b4GnZdmrAJyIaENxfpGOt6qqftIK+L/n0v/KxfxvjN54i/Q4/9nQwnifjTC+e2yRI9LT0oJ4fydhXA7cifIHXJGeEy1A0kT0C37pD05NTTPi198J4/jwn61m4W1vlBKHmfRDGe+OW68KODj6H03E5t1/fgS+39P4rvTulfsrJaRPcEv8Ttjxzfs/kwXv6Hskwx+hM+2/q5kzk0w/Ov+Q39JnmgJ4/bh3xwTsuF2ppgT0/iVcKQX4m/3Y/diM2LURG4eJ+uHtL5ARPGFTHB8Yh8eADXdVmesPpN5CDQFY9IOratX6sXoi+iC6M31nnM+qH/7YPWToagkL4PXjMmJ3QzyJG4FvTS1xoCUAX+kl1w8suYVqQVw/OrYBG04/xnalfBPxFGQbCcohgX6A16lnbrQW4PWjHbG7RmwGuxLWqiUswFB6Q6gfyGEL1eIDOTPB1gEbbmeQ3houm0Q8gKH0Rpqu2ry1hAXwim/RD44D5Qp4/WgCNtau2plyB/ylvwvYcLtSeYl4gLh+jD3QSfVjvVrCAuwNIa6qdVi7lrAAQ+ktSGKZyegAf+nvAzamrloRQFF6P9lwSTxSicB46YPvquVXbEkAX3pfAjamrloRwHDpw9hVKwLYGkIHKJNYBOC3W4fPoB+Qt+5uAdv/Rz+g62F2WPSjjDId8kbNM3VgHXVXPisgn616xSFckKlFOAsg72GOMdYQKks/oGvmqp5FYOzKrwKUs1UwvItFCfoB42wVbG/4Of2oaS0w4TUg+FriPuKzjdg4rKEfUxLxskb5+oFEs1XgtSDUEKoZm0UGch/BXCBD9D4UpeoHZnofCtsbfs5mQ3OBGV8Mg9egxmAzj35grjntoQ9OC44Gm7T6gQVnqxAvyIKJhmEqwBrc5C3U4JMbjtPqR1CEtUEtnojeL9dhvxlinaYfWHpOe+ibuzUt+mF7IYUMZqtge6Dj9IP935PXBU+Q4TDzSBH4gswFPmBsNlLnJ2SSiD4ezSiklLvE8V6x4GLtNuiHWyQ0MYf5zWkP45MWfRp2IUerbKFawD+caRnqRymJeIq3RVr+7IZVv3h374vu/6qqrrQy/ZmsKS1vvwEabYG+KP6ldAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1000px) {
  .p-campaign__button > li > a > span.is-icon,
.p-campaign__button > li > span > span.is-icon {
    width: 33px;
    height: 30px;
    margin: 0 10px 0 0;
  }
}
.p-campaign__button > li > a > span.is-text,
.p-campaign__button > li > span > span.is-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .p-campaign__button > li > a > span.is-text,
.p-campaign__button > li > span > span.is-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-campaign__button > li > a > span.is-arrow,
.p-campaign__button > li > span > span.is-arrow {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 10px;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  background: #ffffff;
}
@media (max-width: 1000px) {
  .p-campaign__button > li > a > span.is-arrow,
.p-campaign__button > li > span > span.is-arrow {
    right: 8px;
    width: 38px;
    height: 38px;
    border-radius: 38px;
  }
}
.p-campaign__button > li > a > span.is-arrow:before,
.p-campaign__button > li > span > span.is-arrow:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  left: calc(50% + 1px);
  width: 10px;
  height: 20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.p-campaign__button > li > a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-campaign__button > li > a:hover {
    opacity: 0.5;
  }
}
.p-campaign__button > li > a.is-post {
  background: #F33940;
}
.p-campaign__button > li > a.is-post > span.is-text {
  color: #ffffff;
}
.p-campaign__button > li > a.is-post > span.is-arrow:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAvCAYAAAASP7HuAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFPSURBVHgBvdjPTcMwFAbw96oKLj3AJlzpyWxSNigTABMgJoBu0A3ICa7dhAh6aiu5dtS0aRs3tt/38h2S+I/yU2xLscy0y//YPJOlKROVrjgf/RRPBA5X0L15c7fpUQPT5+i7eCRgBrv75LTBWposx+aDFLDWoMEam1EPYIVtrunFzd6ClEGuH36NuRmu6MutyLtgZ+Gi4WZBG+TTCk2Q2yq1QA41aIB8qRENclcHJNiJIcEoDAVGYwgwCZOCyZgEzMJywWwsBxRhqaAYiwXdZ71CsEiwHBAot0VRWgr/7X1g2J/bNrA936XVcfM2hwxjBLRYX9GDGIuF/DCLsBSoKlNPUDaWA2VhuVAyJoGSMCkUjSGgKAwFdWJI6CKGhoKYBtSKaUFnmCZ0hGlDPkN/qc5BlCGf4DkIGmpi6lATm2lDe8yfg9gD6F/+joZ6zxY4YDmWimes0QAAAABJRU5ErkJggg==);
}
.p-campaign__button > li > a.is-term {
  border: 2px solid #F33940;
}
.p-campaign__button > li > a.is-term > span.is-text {
  color: #F33940;
}
.p-campaign__button > li > a.is-term > span.is-arrow {
  background: #F33940;
}
.p-campaign__button > li > a.is-term > span.is-arrow:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAvCAYAAAASP7HuAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACcSURBVHgB7dLBCYNAEIXhRypIJ0lpKcFO3FSQEiwhJVjC2sG4wgNFcD04Owd5P8xtmQ+WATaZ2XMZtIzIYGt9M5TL9/2bgHacP1gW5jCwLOusnjuYBAoUKFCgQIGn4A+enYD5Aaf4Ta/Kk8kFIzSUeVeefeEB8QBqJVxNkCBBCVcTJOjGELE+BCIWAxHLIRCxLgTagcuRjGU+aNAM13w4RpFCA6EAAAAASUVORK5CYII=);
}
.p-campaign__button > li > span {
  background: #cccccc;
}
.p-campaign__button > li > span.is-post > span.is-text, .p-campaign__button > li > span.is-term > span.is-text {
  color: #ffffff;
}
.p-campaign__button > li > span.is-post > span.is-date, .p-campaign__button > li > span.is-term > span.is-date {
  font-size: 16px;
  font-size: 1rem;
  color: #F33940;
  background: #ffffff;
  line-height: 28px;
  margin: 0 0 0 20px;
  padding: 0 12px;
  border-radius: 4px;
  font-weight: 700;
}
.p-campaign__button > li > span.is-post > span.is-arrow:before, .p-campaign__button > li > span.is-term > span.is-arrow:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAvCAYAAAASP7HuAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFTSURBVHgBvdjdbYMwFAVgX7NANmmQ4L2doCM0K3SDbtBmg2SCdoMMABIdJQsAva6wRRsM/jk3RwKMbfEJ8MOVlZql67qdOZRQyCJ9339y8/G3k+iktX4ty/KqgNHmNAzDu4VMxnE8MH5Bv6W2D18Y26NBPV19nwsK2jc7rsyBgWQbbdue+PKyMve7KIqnnEVD8xtpkP53SIK01CkFkm9AAqS1QTRIWxOQ4CaGBIMwFBiMIcAoLBeMxnLAJCwVTMZSwCwsFszGYkAIFgh+wbAA8KoVKFPZ8OAb5/IQg01154Wbe98cLhfP2Z8xBOKcq6o6ZGExkGkkY7FQMpYCJWGpUDSWA0VhuVAwhoCCMBS0iSGhVQwNeTEJaBGTgm4wSegPJg057B6QyXwfRBRymGcfBAo5TPn3QWCQwzz7IFDIxK3GpmneuAJ65mPH//BY1/WHAucHPQlFJ/DzorUAAAAASUVORK5CYII=);
}
@media (max-width: 1000px) {
  .p-campaign__button > li > small {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    color: #F33940;
    margin: 12px 0 0;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
}
.p-campaign__period {
  margin: 0 0 20px;
  border-radius: 4px;
  overflow: hidden;
  background: #FFF5C3;
}
.p-campaign__period__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2px;
  background-image: repeating-linear-gradient(-45deg, #fed52b, #fed52b 10px, #fedb4b 10px, #fedb4b 20px);
  line-height: 54px;
  text-align: center;
}
@media (max-width: 1000px) {
  .p-campaign__period__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 43px;
  }
}
.p-campaign__period__date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  padding: 0 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 32px;
}
.p-campaign__period__date > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-campaign__period__date {
    padding: 16px;
  }
}
.p-campaign__period__date > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
}
.p-campaign__period__date > span > * {
  min-height: 0%;
}
.p-campaign__period__date > span > span.is-year {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 8px 0 0;
}
@media (max-width: 1000px) {
  .p-campaign__period__date > span > span.is-year {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    text-align: center;
    margin: 0 0 10px;
    display: block;
    width: 100%;
  }
}
.p-campaign__period__date > span > span.is-date {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 8px 0 0;
}
@media (max-width: 1000px) {
  .p-campaign__period__date > span > span.is-date {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-campaign__period__date > span > span.is-date > span {
  font-size: 36px;
  font-size: 2.25rem;
  padding: 0 2px;
}
@media (max-width: 1000px) {
  .p-campaign__period__date > span > span.is-date > span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-campaign__period__date > span > span.is-day_of_the_week {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  color: #ffffff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 0 8px 0 0;
  padding: 0 0 4px;
  border-radius: 4px;
  background: #333333;
}
@media (max-width: 1000px) {
  .p-campaign__period__date > span > span.is-day_of_the_week {
    width: 20px;
    height: 20px;
    line-height: 18px;
  }
}
.p-campaign__period__date > span > span.is-time {
  font-size: 36px;
  font-size: 2.25rem;
  padding: 0 0 0 2px;
}
@media (max-width: 1000px) {
  .p-campaign__period__date > span > span.is-time {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-campaign__period__date > span.is-arrow {
  margin: 0 12px;
  padding: 8px 0 0;
}
@media (max-width: 1000px) {
  .p-campaign__period__date > span.is-arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 0;
    padding: 12px 0 6px;
    width: 100%;
  }
  .p-campaign__period__date > span.is-arrow > * {
    min-height: 0%;
  }
}
@media (max-width: 1000px) {
  .p-campaign__period__date > span.is-arrow > svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.p-campaign__howto {
  width: calc(100% - 380px - 32px);
  background: #F8F8F8;
  padding: 28px;
  border-radius: 4px;
}
@media (max-width: 1000px) {
  .p-campaign__howto {
    width: 100%;
    margin: 0 0 20px;
    position: relative;
    padding: 24px 16px;
  }
}
.p-campaign__howto__title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #F33940;
  font-weight: 700;
  margin: 0 0 28px;
  text-align: center;
}
@media (max-width: 1000px) {
  .p-campaign__howto__title {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 16px;
  }
}
.p-campaign__howto__flow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 0 40px;
}
.p-campaign__howto__flow > * {
  min-height: 0%;
}
.p-campaign__howto__flow > div {
  width: calc(50% - 20px);
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1000px) {
  .p-campaign__howto__flow > div {
    width: 100%;
    margin: 0 0 24px;
    padding: 0 0 24px;
  }
}
.p-campaign__howto__flow > div:before {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: -20px;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  content: "";
  background: #D9D9D9;
}
@media (max-width: 1000px) {
  .p-campaign__howto__flow > div:before {
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
.p-campaign__howto__flow > div:last-child:before {
  display: none;
}
@media (max-width: 1000px) {
  .p-campaign__howto__flow > div:last-child {
    margin: 0;
    padding: 0;
  }
}
.p-campaign__howto__flow > div > dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-size: 1rem;
  height: 44px;
  border-radius: 100px;
  border: 2px solid #F33940;
  background: #ffffff;
  color: #F33940;
  padding: 0 0 2px;
  margin: 0 0 20px;
}
.p-campaign__howto__flow > div > dt > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-campaign__howto__flow > div > dt {
    font-size: 14px;
    font-size: 0.875rem;
    height: 34px;
  }
}
.p-campaign__howto__flow > div > dd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media (max-width: 1000px) {
  .p-campaign__howto__flow > div > dd {
    line-height: 1.6;
  }
}
.p-campaign__howto__flow > div > dd > a {
  color: #2797E2;
}
@media (any-hover: hover) {
  .p-campaign__howto__flow > div > dd > a:hover {
    text-decoration: underline;
  }
}
.p-campaign__annotation > li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
.p-top_message {
  padding: 220px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  .p-top_message {
    padding: 40px 0 0;
    background: #ffffff;
  }
}
@media (max-width: 1000px) {
  .p-top_message:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 60px;
    top: -60px;
    right: auto;
    bottom: auto;
    left: 0px;
    -webkit-transform: none;
            transform: none;
    content: "";
    background: #ffffff;
    z-index: 3;
    -webkit-clip-path: ellipse(70% 100% at 50% 100%);
            clip-path: ellipse(70% 100% at 50% 100%);
  }
}
.p-top_message__background {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  -webkit-clip-path: ellipse(125% 100% at 50% 100%);
          clip-path: ellipse(125% 100% at 50% 100%);
}
@media (max-width: 1000px) {
  .p-top_message__background {
    display: none;
  }
}
.p-top_message__background picture {
  width: 100%;
  height: 100%;
  display: block;
}
.p-top_message__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top_message__inner {
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
.p-top_message__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end;
}
.p-top_message__column > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-top_message__column {
    display: block;
  }
}
.p-top_message__column__text_box {
  width: calc(100% - 570px);
  padding: 0 0 40px;
}
@media (max-width: 1312px) {
  .p-top_message__column__text_box {
    width: calc(100% - 450px);
  }
}
@media (max-width: 1000px) {
  .p-top_message__column__text_box {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
  }
}
.p-top_message__column__image_box {
  width: 570px;
  padding: 0 0 0 16px;
}
@media (max-width: 1312px) {
  .p-top_message__column__image_box {
    width: 450px;
  }
}
@media (max-width: 1000px) {
  .p-top_message__column__image_box {
    width: calc(100vw + 40px);
    margin: 0 0 0 -20px;
    padding: 0;
  }
}
@media (max-width: 1312px) {
  .p-top_message__column__image_box > picture {
    width: 100%;
    height: 100%;
    padding: 125% 0 0;
    display: block;
    position: relative;
  }
}
@media (max-width: 1000px) {
  .p-top_message__column__image_box > picture {
    width: 100%;
    height: 100%;
    padding: 96% 0 0;
    display: block;
    position: relative;
  }
}
@media (max-width: 1312px) {
  .p-top_message__column__image_box > picture > img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    -webkit-transform: none;
            transform: none;
    object-fit: contain;
  }
}
.p-top_message__title {
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  color: #E60012;
  margin: 0 0 60px;
}
@media (max-width: 1000px) {
  .p-top_message__title {
    margin: 0 0 40px;
    text-align: center;
  }
}
.p-top_message__title > span {
  display: block;
}
.p-top_message__title > span.is-en01 {
  margin: 0 0 24px;
  position: relative;
}
@media (max-width: 1000px) {
  .p-top_message__title > span.is-en01 {
    margin: 0 0 20px;
  }
}
.p-top_message__title > span.is-en01:before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: auto;
  width: 100%;
  height: 1px;
  content: "";
  background: #E60012;
  z-index: 1;
}
.p-top_message__title > span.is-en01 > span {
  font-size: 24px;
  font-size: 1.5rem;
  background: #ffffff;
  padding: 0 12px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  .p-top_message__title > span.is-en01 > span {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 20px;
  }
}
.p-top_message__title > span.is-en02 {
  font-size: 64px;
  font-size: 4rem;
  margin: 0 0 24px;
}
@media (max-width: 1000px) {
  .p-top_message__title > span.is-en02 {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 0 0 32px;
  }
}
.p-top_message__title > span.is-jp {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 1000px) {
  .p-top_message__title > span.is-jp {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-top_message__lead {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.4;
  margin: 0 0 24px;
}
@media (max-width: 1000px) {
  .p-top_message__lead {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2;
    margin: 0 0 24px;
    text-align: justify;
  }
}
.p-top_message__lead.is-last {
  margin: 0 0 60px;
}
@media (max-width: 1000px) {
  .p-top_message__lead.is-last {
    margin: 0 0 48px;
  }
}
.p-top_message__sign > dt {
  margin: 0 0 28px;
}
@media (max-width: 1000px) {
  .p-top_message__sign > dt {
    margin: 0 0 24px;
    text-align: center;
  }
}
.p-top_message__sign > dt > span {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  background: #E60012;
  line-height: 26px;
  padding: 0 10px;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 1000px) {
  .p-top_message__sign > dt > span {
    padding: 0 8px;
  }
}
@media (max-width: 1000px) {
  .p-top_message__sign > dd {
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .p-top_message__sign > dd > picture {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    display: inline-block;
    width: 207px;
    height: 41px;
  }
}
@media (max-width: 1000px) {
  .p-top_message__sign > dd > picture > img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    -webkit-transform: none;
            transform: none;
    object-fit: contain;
  }
}
.p-action {
  padding: 320px 0 190px;
  position: relative;
}
@media (max-width: 1000px) {
  .p-action {
    padding: 240px 0 100px;
  }
}
.p-action:before {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 120px;
  bottom: auto;
  width: 1px;
  height: 80px;
  background: #F33940;
  content: "";
}
@media (max-width: 1000px) {
  .p-action:before {
    top: 80px;
  }
}
.p-action__inner {
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}
.p-action__title {
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  color: #E60012;
  margin: 0 0 54px;
}
@media (max-width: 1000px) {
  .p-action__title {
    margin: 0 0 60px;
    text-align: center;
  }
}
.p-action__title > span {
  display: block;
}
.p-action__title > span.is-en {
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.3;
  margin: 0 0 54px;
}
@media (max-width: 1000px) {
  .p-action__title > span.is-en {
    font-size: 36px;
    font-size: 2.25rem;
    margin: 0 0 32px;
  }
}
.p-action__title > span.is-jp {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (max-width: 1000px) {
  .p-action__title > span.is-jp {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-action__lead {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 1000px) {
  .p-action__lead {
    text-align: center;
  }
}
.p-action__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
.p-action__column > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-action__column {
    margin: 0 0 80px;
    display: block;
  }
}
@media (max-width: 1000px) {
  .p-action__text_box {
    margin: 0 0 80px;
  }
}
.p-action__image_box {
  position: relative;
}
@media (max-width: 1000px) {
  .p-action__image_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .p-action__image_box > * {
    min-height: 0%;
  }
}
.p-action__phrase {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: -21px;
  right: auto;
  bottom: auto;
  left: -220px;
  -webkit-transform: none;
          transform: none;
  width: 278px;
  height: 102px;
}
@media (max-width: 1000px) {
  .p-action__phrase {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 0 30px;
    width: 247px;
    height: 45px;
  }
}
@media (max-width: 1000px) {
  .p-action__phrase > img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    -webkit-transform: none;
            transform: none;
    object-fit: contain;
  }
}
@media (max-width: 1000px) {
  .p-action__portrait {
    position: relative;
    display: block;
    width: 240px;
    height: 247px;
  }
}
@media (max-width: 1000px) {
  .p-action__portrait > img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    -webkit-transform: none;
            transform: none;
  }
}
.p-action__sub_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 80px 0 0;
  gap: 80px 60px;
}
.p-action__sub_list > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-action__sub_list {
    gap: 60px 0;
  }
}
.p-action__sub_list > li {
  width: calc(25% - 45px);
}
@media (max-width: 1000px) {
  .p-action__sub_list > li {
    width: 100%;
  }
}
.p-action__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
@media (max-width: 1312px) {
  .p-action__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
}
@media (max-width: 1000px) {
  .p-action__grid {
    display: block;
  }
}
@media (max-width: 1000px) {
  .p-action__grid > li {
    margin: 0 0 60px;
  }
}
@media (max-width: 1000px) {
  .p-action__grid > li::last-child {
    margin: 0;
  }
}
.p-action__grid__01 {
  grid-area: 1/1/3/3;
}
@media (max-width: 1312px) {
  .p-action__grid__01 {
    grid-area: 1/1/2/2;
  }
}
.p-action__grid__02 {
  grid-area: 1/3/2/4;
}
@media (max-width: 1312px) {
  .p-action__grid__02 {
    grid-area: 1/2/2/3;
  }
}
.p-action__grid__03 {
  grid-area: 1/4/2/5;
}
@media (max-width: 1312px) {
  .p-action__grid__03 {
    grid-area: 1/3/2/4;
  }
}
.p-action__grid__04 {
  grid-area: 2/3/3/4;
}
@media (max-width: 1312px) {
  .p-action__grid__04 {
    grid-area: 2/1/3/2;
  }
}
.p-action__grid__05 {
  grid-area: 2/4/3/5;
}
@media (max-width: 1312px) {
  .p-action__grid__05 {
    grid-area: 2/2/3/3;
  }
}
.p-action__grid__06 {
  grid-area: 3/1/4/2;
}
@media (max-width: 1312px) {
  .p-action__grid__06 {
    grid-area: 2/3/3/4;
  }
}
.p-action__grid__07 {
  grid-area: 3/2/4/3;
}
@media (max-width: 1312px) {
  .p-action__grid__07 {
    grid-area: 3/1/4/2;
  }
}
.p-action__grid__08 {
  grid-area: 3/3/4/4;
}
@media (max-width: 1312px) {
  .p-action__grid__08 {
    grid-area: 3/2/4/3;
  }
}
.p-action__grid__09 {
  grid-area: 3/4/4/5;
}
@media (max-width: 1312px) {
  .p-action__grid__09 {
    grid-area: 3/3/4/4;
  }
}
.p-action__grid__010 {
  grid-area: 4/1/5/2;
}
@media (max-width: 1312px) {
  .p-action__grid__010 {
    grid-area: 4/1/5/2;
  }
}
.p-action__grid__011 {
  grid-area: 4/2/5/3;
}
@media (max-width: 1312px) {
  .p-action__grid__011 {
    grid-area: 4/2/5/3;
  }
}
.p-action__grid__12 {
  grid-area: 4/3/5/4;
}
@media (max-width: 1312px) {
  .p-action__grid__12 {
    grid-area: 4/3/5/4;
  }
}
.p-action__grid__13 {
  grid-area: 4/4/5/5;
}
@media (max-width: 1312px) {
  .p-action__grid__13 {
    grid-area: 5/1/6/2;
  }
}
.p-action__grid__14 {
  grid-area: 5/1/6/2;
}
@media (max-width: 1312px) {
  .p-action__grid__14 {
    grid-area: 5/2/6/3;
  }
}
.p-action__grid__15 {
  grid-area: 5/2/6/3;
}
@media (max-width: 1312px) {
  .p-action__grid__15 {
    grid-area: 5/3/6/4;
  }
}
.p-action__grid__16 {
  grid-area: 5/3/6/4;
}
@media (max-width: 1312px) {
  .p-action__grid__16 {
    grid-area: 6/1/7/2;
  }
}
.p-action__grid__17 {
  grid-area: 5/4/6/5;
}
@media (max-width: 1312px) {
  .p-action__grid__17 {
    grid-area: 6/2/7/3;
  }
}

.p-songVisual {
  padding: 220px 0 200px;
  background: #008CD7;
  text-align: center;
}
@media (max-width: 1000px) {
  .p-songVisual {
    padding: 140px 0 60px;
  }
}
.p-songVisual__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 58px;
  margin: 0 0 120px;
}
.p-songVisual__title > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-songVisual__title {
    gap: 34px;
    margin: 0 0 52px;
  }
}
@media (max-width: 1312px) {
  .p-songVisual__title__text > picture > img {
    width: 800px;
    height: auto;
  }
}
@media (max-width: 1000px) {
  .p-songVisual__title__text > picture > img {
    width: 335px;
    height: auto;
  }
}
.p-songVisual__image {
  height: 32vw;
  position: relative;
  margin: 0 0 6vw;
}
@media (max-width: 1000px) {
  .p-songVisual__image {
    height: 106vw;
    margin: 0 0 8vw;
  }
}
.p-songVisual__image.is-active > span > picture {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.p-songVisual__image > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.p-songVisual__image > span > picture {
  display: block;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  padding: 0.38vw;
  background: #ffffff;
  border-radius: 1.05vw;
  box-shadow: 0 0 1vw rgba(0, 0, 0, 0.25);
}
.p-songVisual__image > span > picture > img {
  max-width: none;
  border-radius: 0.6vw;
  overflow: hidden;
}
.p-songVisual__image > span.is-01 > picture {
  transition: 0.8s ease 1.1s;
}
.p-songVisual__image > span.is-02 > picture {
  transition: 0.8s ease 0.2s;
}
.p-songVisual__image > span.is-03 > picture {
  transition: 0.8s ease 0.6s;
}
.p-songVisual__image > span.is-04 > picture {
  transition: 0.8s ease 0.8s;
}
.p-songVisual__image > span.is-05 > picture {
  transition: 0.8s ease 0.4s;
}
.p-songVisual__image > span.is-06 > picture {
  transition: 0.8s ease 0.8s;
}
.p-songVisual__image > span.is-07 > picture {
  transition: 0.8s ease 0.2s;
}
.p-songVisual__image > span.is-08 > picture {
  transition: 0.8s ease 0.6s;
}
.p-songVisual__image > span.is-09 > picture {
  transition: 0.8s ease 0.4s;
}
.p-songVisual__image > span.is-01 {
  z-index: 5;
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
          transform: translate(-50%, -50%) rotate(-5deg);
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-01 > picture {
    padding: 0.9vw;
  }
}
.p-songVisual__image > span.is-01 > picture > img {
  width: 31.7vw;
  height: auto;
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-01 > picture > img {
    width: 64vw;
  }
}
.p-songVisual__image > span.is-02 {
  z-index: 3;
  -webkit-transform: translate(calc(-50% + 21vw), calc(-50% + 4vw)) rotate(-10deg);
          transform: translate(calc(-50% + 21vw), calc(-50% + 4vw)) rotate(-10deg);
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-02 {
    -webkit-transform: translate(calc(-50% + 37vw), -50%) rotate(10deg);
            transform: translate(calc(-50% + 37vw), -50%) rotate(10deg);
  }
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-02 > picture {
    padding: 0.5vw;
  }
}
.p-songVisual__image > span.is-02 > picture > img {
  width: 23.8vw;
  height: auto;
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-02 > picture > img {
    width: 36vw;
  }
}
.p-songVisual__image > span.is-03 {
  z-index: 2;
  -webkit-transform: translate(calc(-50% - 23vw), calc(-50% - 8vw)) rotate(-10deg);
          transform: translate(calc(-50% - 23vw), calc(-50% - 8vw)) rotate(-10deg);
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-03 {
    -webkit-transform: translate(calc(-50% - 41vw), calc(-50% + 8vw)) rotate(10deg);
            transform: translate(calc(-50% - 41vw), calc(-50% + 8vw)) rotate(10deg);
  }
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-03 > picture {
    padding: 0.5vw;
  }
}
.p-songVisual__image > span.is-03 > picture > img {
  width: 17.8vw;
  height: auto;
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-03 > picture > img {
    width: 27vw;
  }
}
.p-songVisual__image > span.is-04 {
  z-index: 3;
  -webkit-transform: translate(calc(-50% - 25vw), calc(-50% + 8vw)) rotate(10deg);
          transform: translate(calc(-50% - 25vw), calc(-50% + 8vw)) rotate(10deg);
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-04 {
    -webkit-transform: translate(calc(-50% - 7vw), calc(-50% + 37vw)) rotate(10deg);
            transform: translate(calc(-50% - 7vw), calc(-50% + 37vw)) rotate(10deg);
  }
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-04 > picture {
    padding: 0.5vw;
  }
}
.p-songVisual__image > span.is-04 > picture > img {
  width: 23.8vw;
  height: auto;
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-04 > picture > img {
    width: 36vw;
  }
}
.p-songVisual__image > span.is-05 {
  z-index: 1;
  -webkit-transform: translate(calc(-50% + 40vw), calc(-50% + 12vw)) rotate(15deg);
          transform: translate(calc(-50% + 40vw), calc(-50% + 12vw)) rotate(15deg);
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-05 {
    z-index: 4;
    -webkit-transform: translate(calc(-50% - 43vw), calc(-50% + 33vw)) rotate(-15deg);
            transform: translate(calc(-50% - 43vw), calc(-50% + 33vw)) rotate(-15deg);
  }
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-05 > picture {
    padding: 0.5vw;
  }
}
.p-songVisual__image > span.is-05 > picture > img {
  width: 23.8vw;
  height: auto;
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-05 > picture > img {
    width: 36vw;
  }
}
.p-songVisual__image > span.is-06 {
  z-index: 4;
  -webkit-transform: translate(calc(-50% + 31vw), calc(-50% - 9vw)) rotate(5deg);
          transform: translate(calc(-50% + 31vw), calc(-50% - 9vw)) rotate(5deg);
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-06 {
    z-index: 1;
    -webkit-transform: translate(calc(-50% - 6vw), calc(-50% - 38vw)) rotate(15deg);
            transform: translate(calc(-50% - 6vw), calc(-50% - 38vw)) rotate(15deg);
  }
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-06 > picture {
    padding: 0.5vw;
  }
}
.p-songVisual__image > span.is-06 > picture > img {
  width: 17.8vw;
  height: auto;
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-06 > picture > img {
    width: 36vw;
  }
}
.p-songVisual__image > span.is-07 {
  z-index: 4;
  -webkit-transform: translate(calc(-50% - 42vw), calc(-50% + 14vw)) rotate(-10deg);
          transform: translate(calc(-50% - 42vw), calc(-50% + 14vw)) rotate(-10deg);
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-07 {
    -webkit-transform: translate(calc(-50% + 33vw), calc(-50% + 25vw)) rotate(-15deg);
            transform: translate(calc(-50% + 33vw), calc(-50% + 25vw)) rotate(-15deg);
  }
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-07 > picture {
    padding: 0.5vw;
  }
}
.p-songVisual__image > span.is-07 > picture > img {
  width: 17.8vw;
  height: auto;
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-07 > picture > img {
    width: 27vw;
  }
}
.p-songVisual__image > span.is-08 {
  z-index: 1;
  -webkit-transform: translate(calc(-50% - 40vw), calc(-50% - 3.5vw)) rotate(10deg);
          transform: translate(calc(-50% - 40vw), calc(-50% - 3.5vw)) rotate(10deg);
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-08 {
    -webkit-transform: translate(calc(-50% - 36vw), calc(-50% - 26vw)) rotate(-15deg);
            transform: translate(calc(-50% - 36vw), calc(-50% - 26vw)) rotate(-15deg);
  }
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-08 > picture {
    padding: 0.5vw;
  }
}
.p-songVisual__image > span.is-08 > picture > img {
  width: 23.8vw;
  height: auto;
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-08 > picture > img {
    width: 36vw;
  }
}
.p-songVisual__image > span.is-09 {
  z-index: 2;
  -webkit-transform: translate(calc(-50% + 45vw), -50%) rotate(-15deg);
          transform: translate(calc(-50% + 45vw), -50%) rotate(-15deg);
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-09 {
    -webkit-transform: translate(calc(-50% + 31vw), calc(-50% - 34vw)) rotate(-10deg);
            transform: translate(calc(-50% + 31vw), calc(-50% - 34vw)) rotate(-10deg);
  }
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-09 > picture {
    padding: 0.5vw;
  }
}
.p-songVisual__image > span.is-09 > picture > img {
  width: 17.8vw;
  height: auto;
}
@media (max-width: 1000px) {
  .p-songVisual__image > span.is-09 > picture > img {
    width: 36vw;
  }
}
.p-songVisual__content {
  padding: 240px 0 0;
  text-align: center;
  color: #ffffff;
  position: relative;
}
@media (max-width: 1000px) {
  .p-songVisual__content {
    padding: 200px 0 0;
  }
}
.p-songVisual__content:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  bottom: auto;
  width: 1px;
  height: 120px;
  background: #ffffff;
}
.p-songVisual__content__title {
  margin: 0 0 120px;
  display: grid;
  gap: 56px;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
}
@media (max-width: 1000px) {
  .p-songVisual__content__title {
    gap: 44px;
    margin: 0 0 80px;
  }
}
.p-songVisual__content__title > span {
  display: block;
  text-align: center;
}
.p-songVisual__content__title > span.is-en {
  font-size: 88px;
  font-size: 5.5rem;
}
@media (max-width: 1000px) {
  .p-songVisual__content__title > span.is-en {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-songVisual__content__title > span.is-jp {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (max-width: 1000px) {
  .p-songVisual__content__title > span.is-jp {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-songVisual__content__inner {
  display: grid;
  gap: 64px;
}
@media (max-width: 1000px) {
  .p-songVisual__content__inner {
    gap: 40px;
  }
}
.p-songVisual__content__lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  line-height: 2.6;
  letter-spacing: 0.02em;
}
@media (max-width: 1000px) {
  .p-songVisual__content__lead {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-player {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .p-player {
    border-radius: 12px;
  }
}
@media (max-width: 1000px) {
  .p-player__image > img {
    width: 335px;
    height: 335px;
  }
}
.p-player__content {
  padding: 20px 28px;
  background: #ffffff;
}
.p-player__time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 16px;
  gap: 16px;
}
.p-player__time > * {
  min-height: 0%;
}
.p-player__time__start {
  font-size: 16px;
  font-size: 1rem;
}
.p-player__time__seekbar {
  width: 100%;
  height: 8px;
  appearance: none;
  border-radius: 4px;
  background: linear-gradient(90deg, #e60012 0%, #cccccc 0%);
  cursor: pointer;
}
.p-player__time__seekbar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0px;
  height: 8px;
  background: #e60012;
  box-shadow: none;
}
.p-player__time__seekbar::-moz-range-thumb {
  border: none;
  border-radius: 0;
  width: 0px;
  height: 8px;
  background: #e60012;
  box-shadow: none;
}
.p-player__time__end {
  font-size: 16px;
  font-size: 1rem;
}
.p-player__controller {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.p-player__controller > * {
  min-height: 0%;
}
.p-player__controller__back {
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-player__controller__back:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1000px) {
  .p-player__controller__back {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1000px) {
  .p-player__controller__back > picture > img {
    width: 32px;
    height: 32px;
  }
}
.p-player__controller__play {
  width: 68px;
  height: 68px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-player__controller__play:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1000px) {
  .p-player__controller__play {
    width: 48px;
    height: 48px;
  }
}
.p-player__controller__play > picture.is-play {
  display: block;
}
.p-player__controller__play > picture.is-pause {
  display: none;
}
@media (max-width: 1000px) {
  .p-player__controller__play > picture > img {
    width: 48px;
    height: 48px;
  }
}
.p-player__controller__play.is-active > picture.is-play {
  display: none;
}
.p-player__controller__play.is-active > picture.is-pause {
  display: block;
}
.p-player__controller__next {
  width: 40px;
  height: 40px;
}

.p-song {
  position: relative;
  padding: 160px 0 0;
}
@media (max-width: 1000px) {
  .p-song {
    padding: 80px 0 0;
  }
}
.p-song__background {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
}
.p-song__background img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: none;
          transform: none;
  object-fit: cover;
}
.p-song__inner {
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
.p-song__player {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 60px;
}
.p-song__player > * {
  min-height: 0%;
}
.p-song__lyrics {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 160px;
}
.p-song__lyrics > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-song__lyrics {
    margin: 0 0 60px;
  }
}
.p-song__lyrics__inner {
  display: grid;
  writing-mode: vertical-rl;
  gap: 26px;
}
@media (max-width: 1312px) {
  .p-song__lyrics__inner {
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  .p-song__lyrics__inner {
    writing-mode: horizontal-tb;
    gap: 24px;
  }
}
.p-song__lyrics__inner.is-pc {
  display: grid;
}
@media (max-width: 1000px) {
  .p-song__lyrics__inner.is-pc {
    display: none;
  }
}
.p-song__lyrics__inner.is-sp {
  display: none;
}
@media (max-width: 1000px) {
  .p-song__lyrics__inner.is-sp {
    display: grid;
  }
}
.p-song__lyrics__lead {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.25em;
  line-height: 1.85;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
}
@media (max-width: 1312px) {
  .p-song__lyrics__lead {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1000px) {
  .p-song__lyrics__lead {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
  }
}
.p-song__lyrics__lead > span.is-en {
  letter-spacing: 0;
}
.p-song__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 60px;
}
.p-song__image > * {
  min-height: 0%;
}
@media (max-width: 1000px) {
  .p-song__image {
    gap: 30px;
  }
}
@media (max-width: 1000px) {
  .p-song__image__phrase > img {
    width: 335px;
    height: 42px;
  }
}
@media (max-width: 1000px) {
  .p-song__image__portrait > img {
    width: 240px;
    height: 247px;
  }
}