@charset "UTF-8";
@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline; }

body {
  line-height: 1; }

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

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline; }

picture {
  font-size: 0; }

sub, sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 50%; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Segoe UI','Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  color: #000;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 1024px;
  _display: inline;
  _zoom: 1;
  background: #fff; }
@-ms-viewport {
  body {
    width: 1024px; } }
  @media screen and (max-width: 767px) {
    body {
      min-width: 320px; } }

b,
strong {
  font-weight: 700; }

p {
  line-height: 1;
  font-weight: 600;
  font-feature-settings: "palt"; }

a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: opacity .3s; }
  @media screen and (max-width: 767px) {
    a {
      transition: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.6); } }
  @media print, screen and (min-width: 1025px) {
    a[href^="tel:"] {
      cursor: default;
      pointer-events: none; } }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

input,
textarea,
button,
select {
  font: inherit; }

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

label {
  cursor: pointer; }

hr {
  margin: 0; }

.palt {
  font-feature-settings: "palt"; }

.object-fit {
  object-fit: cover; }

.img-100 {
  width: 100%; }

.none {
  display: none; }

.l-header {
  position: relative;
  width: 100vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: url("../img/top/mv.png") no-repeat center top/cover;
  height: 55.98vw; }
  @media screen and (max-width: 1023px) {
    .l-header {
      width: 100%;
      background-size: 100% auto;
      height: 75vw; } }
  @media screen and (max-width: 767px) {
    .l-header {
      background: url("../img/top/mv-sp.png") no-repeat center top/cover;
      height: 186.666vw; } }
  .l-header > div {
    position: relative;
    height: 100%; }
  .l-header__logo {
    width: 41.875%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20.9375%; }
    @media screen and (max-width: 767px) {
      .l-header__logo {
        width: 98.266%;
        margin-left: inherit;
        left: 1.7333%;
        bottom: inherit;
        top: 21.7%;
        z-index: 2; } }
    .l-header__logo a {
      display: block;
      transition: .3s; }
      @media screen and (max-width: 767px) {
        .l-header__logo a {
          transition: none; } }
      .l-header__logo a:hover {
        filter: brightness(1.2); }
        @media screen and (max-width: 767px) {
          .l-header__logo a:hover {
            filter: brightness(1); } }
  .l-header__btn {
    width: 18.67%;
    position: absolute;
    right: 1.5625vw;
    bottom: 3.125vw; }
    @media screen and (max-width: 767px) {
      .l-header__btn {
        width: 36.666%;
        right: 0;
        bottom: 0;
        z-index: 1; } }
    .l-header__btn a {
      display: block;
      border-radius: 50%;
      transition: .3s; }
      @media screen and (max-width: 767px) {
        .l-header__btn a {
          transition: none; } }
      .l-header__btn a:hover {
        filter: brightness(1.2); }
        @media screen and (max-width: 767px) {
          .l-header__btn a:hover {
            filter: brightness(1); } }
  .l-header__menu {
    display: none;
    cursor: pointer;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 5rem !important;
    height: 5rem !important;
    background: #fff;
    border-radius: 0 0 1.25rem 0;
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.16); }
    @media screen and (max-width: 767px) {
      .l-header__menu {
        display: block;
        z-index: 110; } }
    .l-header__menu span {
      position: absolute;
      display: inline-block;
      left: 1.2rem;
      width: 2.6rem;
      height: 3px;
      background-color: #000;
      transition: .2s; }
      .l-header__menu span:nth-of-type(1) {
        top: 1.5rem; }
      .l-header__menu span:nth-of-type(2) {
        top: 2.35rem; }
        .l-header__menu span:nth-of-type(2)::after {
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          display: inline-block;
          width: 2.6rem;
          height: 3px;
          background-color: #000;
          transition: .2s; }
      .l-header__menu span:nth-of-type(3) {
        top: 3.15rem; }
    .l-header__menu.active {
      opacity: 1; }
      .l-header__menu.active span:nth-of-type(1) {
        transform: translateY(0px) scale(0);
        opacity: 0; }
      .l-header__menu.active span:nth-of-type(2) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
        .l-header__menu.active span:nth-of-type(2)::after {
          -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
      .l-header__menu.active span:nth-of-type(3) {
        transform: translateY(0px) scale(0);
        opacity: 0; }
.l-footer {
  position: relative;
  background: #E63230;
  padding: 55px 10px 65px; }
  @media screen and (max-width: 767px) {
    .l-footer {
      padding: 2.75rem 0; } }
  .l-footer h2 {
    width: 100%;
    max-width: 563px;
    margin: 0 auto 60px; }
    @media screen and (max-width: 767px) {
      .l-footer h2 {
        max-width: 100%;
        width: 75%;
        margin-bottom: 2.75rem; } }
    .l-footer h2 a {
      display: block;
      transition: opacity .3s; }
      @media screen and (max-width: 767px) {
        .l-footer h2 a {
          transition: none; } }
      .l-footer h2 a:hover {
        opacity: .7; }
        @media screen and (max-width: 767px) {
          .l-footer h2 a:hover {
            opacity: 1; } }
  .l-footer__sns {
    display: flex;
    justify-content: center;
    align-items: center; }
    .l-footer__sns li {
      margin-right: 55px; }
      @media screen and (max-width: 767px) {
        .l-footer__sns li {
          margin-right: 2.8rem; } }
      .l-footer__sns li:last-child {
        margin-right: 0; }
      .l-footer__sns li a {
        display: block;
        transition: opacity .3s; }
        @media screen and (max-width: 767px) {
          .l-footer__sns li a {
            transition: none; } }
        .l-footer__sns li a:hover {
          opacity: .7; }
          @media screen and (max-width: 767px) {
            .l-footer__sns li a:hover {
              opacity: 1; } }
      .l-footer__sns li.sns-movie a {
        width: 50px; }
        @media screen and (max-width: 767px) {
          .l-footer__sns li.sns-movie a {
            width: 2.5rem; } }
      .l-footer__sns li.sns-x a {
        width: 39px; }
        @media screen and (max-width: 767px) {
          .l-footer__sns li.sns-x a {
            width: 2rem; } }
      .l-footer__sns li.sns-insta a {
        width: 41px; }
        @media screen and (max-width: 767px) {
          .l-footer__sns li.sns-insta a {
            width: 2rem; } }
  .l-footer__link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 45px 0; }
    @media screen and (max-width: 767px) {
      .l-footer__link {
        margin: 2rem 0; } }
    .l-footer__link li {
      border-right: 1px solid #fff; }
      .l-footer__link li:last-child {
        border-right: none; }
      .l-footer__link li a {
        color: #fff;
        font-size: 2rem;
        font-weight: 400;
        padding: 0 20px; }
        @media screen and (max-width: 767px) {
          .l-footer__link li a {
            font-size: calc(1.2rem + 4 * (100vw - 320px)/450);
            padding: 0 1rem; } }
        @media screen and (max-width: 480px) {
          .l-footer__link li a {
            font-size: 1.2rem; } }
        .l-footer__link li a:hover {
          text-decoration: underline; }
  .l-footer .copy {
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .l-footer .copy {
        font-size: calc(1rem + 4 * (100vw - 320px)/450); } }
    @media screen and (max-width: 480px) {
      .l-footer .copy {
        font-size: 1rem; } }
    .l-footer .copy small {
      font-weight: 400; }

.p- {
  /*  Container  */
  /*  Nav  */
  /*  Title  */
  /*  News list  */
  /*  Page Header  */ }
  .p-top__news {
    margin-bottom: 145px; }
    @media screen and (max-width: 767px) {
      .p-top__news {
        margin-top: 2rem;
        margin-bottom: 8rem; } }
  .p-top__movie {
    margin-bottom: 145px; }
    @media screen and (max-width: 767px) {
      .p-top__movie {
        margin-bottom: 8rem; } }
    @media screen and (max-width: 767px) {
      .p-top__movie h2 {
        margin-bottom: 3rem; } }
    .p-top__movie-intro {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 4rem;
      font-weight: 900;
      font-family: 'Noto Serif JP', "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      line-height: 1.75;
      letter-spacing: -.05em;
      white-space: nowrap; }
      @media screen and (max-width: 1439px) {
        .p-top__movie-intro {
          font-size: 2.75rem; } }
      @media screen and (max-width: 767px) {
        .p-top__movie-intro {
          font-size: calc(1.4rem + 4 * (100vw - 320px)/450);
          line-height: 1.5; } }
      @media screen and (max-width: 480px) {
        .p-top__movie-intro {
          font-size: 1.4rem; } }
      .p-top__movie-intro::before, .p-top__movie-intro::after {
        content: "";
        background: #707070;
        width: 190px;
        height: 2px;
        position: relative; }
        @media screen and (max-width: 1439px) {
          .p-top__movie-intro::before, .p-top__movie-intro::after {
            width: 20rem; } }
        @media screen and (max-width: 767px) {
          .p-top__movie-intro::before, .p-top__movie-intro::after {
            height: 1px;
            width: 10rem; } }
      .p-top__movie-intro::before {
        transform: rotate(70deg);
        left: 40px; }
        @media screen and (max-width: 1439px) {
          .p-top__movie-intro::before {
            left: 20px; } }
        @media screen and (max-width: 767px) {
          .p-top__movie-intro::before {
            transform: rotate(80deg);
            left: 0; } }
      .p-top__movie-intro::after {
        transform: rotate(-70deg);
        left: -40px; }
        @media screen and (max-width: 1439px) {
          .p-top__movie-intro::after {
            left: -30px; } }
        @media screen and (max-width: 767px) {
          .p-top__movie-intro::after {
            left: 0;
            transform: rotate(-80deg); } }
    .p-top__movie .movie-gallery {
      width: 100%;
      max-width: 1364px;
      margin: 60px auto 50px;
      overflow: hidden; }
      @media screen and (max-width: 1363px) {
        .p-top__movie .movie-gallery {
          padding: 0 10px; } }
      @media screen and (max-width: 767px) {
        .p-top__movie .movie-gallery {
          max-width: 100%;
          width: 81.333%;
          padding: 0;
          margin: 1.5rem auto 1.7rem; } }
      .p-top__movie .movie-gallery .swiper-main {
        overflow: visible;
        margin-bottom: 40px; }
        @media screen and (max-width: 767px) {
          .p-top__movie .movie-gallery .swiper-main {
            display: none;
            margin-bottom: 0; } }
        .p-top__movie .movie-gallery .swiper-main img {
          object-fit: cover;
          width: 100%;
          aspect-ratio: 1364 / 767; }
      .p-top__movie .movie-gallery .swiper-fade .swiper-slide {
        -webkit-transition-property: opacity, -webkit-transform !important;
        transition-property: opacity, -webkit-transform !important;
        transition-property: opacity, transform !important;
        transition-property: opacity, transform, -webkit-transform !important;
        pointer-events: none; }
      .p-top__movie .movie-gallery .swiper-fade .swiper-slide-active {
        pointer-events: auto; }
      .p-top__movie .movie-gallery .slide {
        display: block;
        overflow: hidden; }
      .p-top__movie .movie-gallery .thumb-media {
        position: relative;
        overflow: hidden; }
      .p-top__movie .movie-gallery .swiper-thumb .swiper-slide {
        width: 31.5% !important; }
        .p-top__movie .movie-gallery .swiper-thumb .swiper-slide img {
          object-fit: cover;
          width: 100%;
          aspect-ratio: 429 / 242; }
      @media screen and (max-width: 767px) {
        .p-top__movie .movie-gallery .swiper-thumb {
          display: none; } }
      .p-top__movie .movie-gallery .thumb-media {
        cursor: pointer; }
        .p-top__movie .movie-gallery .thumb-media:hover {
          transition: opacity .3s; }
          @media screen and (max-width: 767px) {
            .p-top__movie .movie-gallery .thumb-media:hover {
              transition: none; } }
          .p-top__movie .movie-gallery .thumb-media:hover:hover {
            opacity: .7; }
            @media screen and (max-width: 767px) {
              .p-top__movie .movie-gallery .thumb-media:hover:hover {
                opacity: 1; } }
      .p-top__movie .movie-gallery__sp .mg-main {
        position: relative;
        margin-bottom: 1rem;
        width: 100%;
        aspect-ratio: 610 / 343; }
        .p-top__movie .movie-gallery__sp .mg-main a {
          display: block; }
        .p-top__movie .movie-gallery__sp .mg-main img {
          width: 100%;
          object-fit: cover;
          aspect-ratio: 610 / 343;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          visibility: hidden;
          transition: .8s; }
          .p-top__movie .movie-gallery__sp .mg-main img.show {
            opacity: 1;
            visibility: visible; }
      .p-top__movie .movie-gallery__sp .mg-thumb {
        display: flex;
        flex-wrap: wrap;
        gap: 1.1rem 4.6%; }
        .p-top__movie .movie-gallery__sp .mg-thumb li {
          width: 47.7%; }
          .p-top__movie .movie-gallery__sp .mg-thumb li a {
            display: block; }
          .p-top__movie .movie-gallery__sp .mg-thumb li img {
            width: 100%;
            object-fit: cover;
            aspect-ratio: 291 / 164; }
    .p-top__movie .movie-txt {
      margin-bottom: 50px; }
      @media screen and (max-width: 1363px) {
        .p-top__movie .movie-txt {
          padding: 0 10px; } }
      @media screen and (max-width: 767px) {
        .p-top__movie .movie-txt {
          width: 85%;
          padding: 0;
          margin: 0 auto 4rem; } }
      .p-top__movie .movie-txt p {
        text-align: center;
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: .085em; }
        @media screen and (max-width: 1363px) {
          .p-top__movie .movie-txt p {
            font-size: 2rem; } }
        @media screen and (max-width: 767px) {
          .p-top__movie .movie-txt p {
            font-size: calc(1.2rem + 4 * (100vw - 320px)/450); } }
        @media screen and (max-width: 480px) {
          .p-top__movie .movie-txt p {
            font-size: 1.2rem; } }
        .p-top__movie .movie-txt p:first-of-type {
          font-size: 3rem;
          font-weight: bold; }
          @media screen and (max-width: 1363px) {
            .p-top__movie .movie-txt p:first-of-type {
              font-size: 2.5rem; } }
          @media screen and (max-width: 767px) {
            .p-top__movie .movie-txt p:first-of-type {
              font-size: calc(1.6rem + 4 * (100vw - 320px)/450);
              margin-bottom: 1rem;
              line-height: 1.3; } }
          @media screen and (max-width: 480px) {
            .p-top__movie .movie-txt p:first-of-type {
              font-size: 1.6rem; } }
  .p-top__voice {
    margin-bottom: 145px; }
    @media screen and (max-width: 767px) {
      .p-top__voice {
        margin-bottom: 8rem; } }
    .p-top__voice h2 {
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .p-top__voice h2 {
          margin-bottom: 2rem; } }
    .p-top__voice .voice-list {
      width: 100%;
      max-width: 1364px;
      margin: 0 auto 60px;
      background: rgba(255, 255, 255, 0.7);
      border: 3px solid #BC2121;
      border-radius: 25px;
      padding: 100px 120px 120px 100px; }
      @media screen and (max-width: 1363px) {
        .p-top__voice .voice-list {
          width: 95%;
          padding: 100px 3vw 120px 3vw; } }
      @media screen and (max-width: 767px) {
        .p-top__voice .voice-list {
          max-width: 100%;
          width: 85.8666%;
          margin-bottom: 4rem;
          border: .15rem solid #BC2121;
          border-radius: 1.25rem;
          padding: 3.3rem 3rem; } }
      .p-top__voice .voice-list > div {
        margin-bottom: 50px; }
        @media screen and (max-width: 767px) {
          .p-top__voice .voice-list > div {
            margin-bottom: 3rem; } }
        .p-top__voice .voice-list > div:last-child {
          margin-bottom: 0; }
      .p-top__voice .voice-list .voice-list__box {
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 767px) {
          .p-top__voice .voice-list .voice-list__box {
            flex-direction: column; } }
        .p-top__voice .voice-list .voice-list__box figure {
          width: 250px;
          margin-right: 40px; }
          @media screen and (max-width: 767px) {
            .p-top__voice .voice-list .voice-list__box figure {
              width: 48%;
              max-width: 25rem;
              margin: 0 auto 2rem; } }
        .p-top__voice .voice-list .voice-list__box > div {
          width: calc(100% - 290px); }
          @media screen and (max-width: 767px) {
            .p-top__voice .voice-list .voice-list__box > div {
              width: 100%; } }
          .p-top__voice .voice-list .voice-list__box > div .u-sp {
            display: flex;
            justify-content: center; }
            .p-top__voice .voice-list .voice-list__box > div .u-sp span {
              display: inline-block;
              width: auto;
              white-space: nowrap;
              margin: 0 auto 1rem;
              color: #fff;
              font-size: calc(1.25rem + 4 * (100vw - 320px)/450);
              font-weight: 600;
              border-radius: 1.35rem;
              background: #FF9300;
              text-align: center;
              padding: .8rem; }
              @media screen and (max-width: 480px) {
                .p-top__voice .voice-list .voice-list__box > div .u-sp span {
                  font-size: 1.25rem; } }
          .p-top__voice .voice-list .voice-list__box > div .voice-name {
            position: relative;
            display: flex;
            align-items: center;
            margin-bottom: 40px; }
            @media screen and (max-width: 767px) {
              .p-top__voice .voice-list .voice-list__box > div .voice-name {
                margin-bottom: 2rem;
                white-space: nowrap; } }
            .p-top__voice .voice-list .voice-list__box > div .voice-name::before {
              content: "";
              display: block;
              background: url("../img/top/ic-voice.svg") no-repeat left center/contain;
              width: 231px;
              height: 59px;
              position: absolute;
              top: 50%;
              left: 0;
              margin-top: -29px; }
              @media screen and (max-width: 767px) {
                .p-top__voice .voice-list .voice-list__box > div .voice-name::before {
                  width: 11.5rem;
                  height: 2.8425rem;
                  margin-top: -1.42125rem; } }
            .p-top__voice .voice-list .voice-list__box > div .voice-name p {
              color: #fff;
              font-size: 2rem;
              font-weight: 600;
              background: #FF9300;
              border-radius: 27px;
              padding: 15px;
              text-align: center;
              margin-left: 25px; }
              @media screen and (max-width: 767px) {
                .p-top__voice .voice-list .voice-list__box > div .voice-name p {
                  display: none; } }
          .p-top__voice .voice-list .voice-list__box > div h3 {
            font-size: 4rem;
            font-weight: 900;
            padding-left: 241px; }
            @media screen and (max-width: 1363px) {
              .p-top__voice .voice-list .voice-list__box > div h3 {
                font-size: 3rem; } }
            @media screen and (max-width: 767px) {
              .p-top__voice .voice-list .voice-list__box > div h3 {
                font-size: calc(2rem + 4 * (100vw - 320px)/450);
                padding-left: 12rem; } }
            @media screen and (max-width: 480px) {
              .p-top__voice .voice-list .voice-list__box > div h3 {
                font-size: 2rem; } }
            .p-top__voice .voice-list .voice-list__box > div h3 span {
              font-size: 3rem;
              font-weight: 900; }
              @media screen and (max-width: 1363px) {
                .p-top__voice .voice-list .voice-list__box > div h3 span {
                  font-size: 2rem; } }
              @media screen and (max-width: 767px) {
                .p-top__voice .voice-list .voice-list__box > div h3 span {
                  font-size: calc(1.5rem + 4 * (100vw - 320px)/450); } }
              @media screen and (max-width: 480px) {
                .p-top__voice .voice-list .voice-list__box > div h3 span {
                  font-size: 1.5rem; } }
          .p-top__voice .voice-list .voice-list__box > div > p {
            font-size: 2.5rem;
            font-weight: 400;
            line-height: 1.6;
            letter-spacing: .085em; }
            @media screen and (max-width: 1363px) {
              .p-top__voice .voice-list .voice-list__box > div > p {
                font-size: 2rem; } }
            @media screen and (max-width: 767px) {
              .p-top__voice .voice-list .voice-list__box > div > p {
                font-size: calc(1.3rem + 4 * (100vw - 320px)/450); } }
            @media screen and (max-width: 480px) {
              .p-top__voice .voice-list .voice-list__box > div > p {
                font-size: 1.3rem; } }
  .p-top__area {
    margin-bottom: 25px;
    padding: 0 10px; }
    @media screen and (max-width: 767px) {
      .p-top__area {
        margin-bottom: 8rem;
        padding: 0; } }
    .p-top__area h2 {
      margin-bottom: 63px; }
      @media screen and (max-width: 767px) {
        .p-top__area h2 {
          margin-bottom: 2rem; } }
    .p-top__area h2 + p {
      text-align: center;
      margin-bottom: 35px; }
      @media screen and (max-width: 767px) {
        .p-top__area h2 + p {
          margin-bottom: 2rem; } }
      .p-top__area h2 + p span {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4rem;
        font-weight: 900;
        font-family: 'Noto Serif JP', "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        margin-bottom: 30px;
        letter-spacing: -1px; }
        @media screen and (max-width: 767px) {
          .p-top__area h2 + p span {
            font-size: calc(1.6rem + 4 * (100vw - 320px)/450);
            margin-bottom: 1.4rem;
            letter-spacing: 1px; } }
        @media screen and (max-width: 480px) {
          .p-top__area h2 + p span {
            font-size: 1.6rem; } }
        @media screen and (max-width: 390px) {
          .p-top__area h2 + p span {
            letter-spacing: .015em; } }
        .p-top__area h2 + p span::before, .p-top__area h2 + p span::after {
          content: "";
          background: #707070;
          width: 54px;
          height: 2px;
          position: relative; }
          @media screen and (max-width: 767px) {
            .p-top__area h2 + p span::before, .p-top__area h2 + p span::after {
              height: 1px;
              width: 2.7rem; } }
        .p-top__area h2 + p span::before {
          transform: rotate(70deg); }
        .p-top__area h2 + p span::after {
          transform: rotate(-70deg);
          left: -20px; }
          @media screen and (max-width: 767px) {
            .p-top__area h2 + p span::after {
              left: -1rem; } }
      .p-top__area h2 + p em {
        display: block;
        color: #CC0000;
        font-size: 6.2rem;
        font-weight: 900; }
        @media screen and (max-width: 767px) {
          .p-top__area h2 + p em {
            font-size: calc(2.9rem + 4 * (100vw - 320px)/450);
            line-height: 1.4;
            letter-spacing: .025em; } }
        @media screen and (max-width: 480px) {
          .p-top__area h2 + p em {
            font-size: 2.9rem; } }
    .p-top__area figure {
      width: 100%;
      max-width: 1364px;
      margin: 0 auto 40px; }
      @media screen and (max-width: 767px) {
        .p-top__area figure {
          max-width: 100%;
          width: 87.333%;
          margin-bottom: 1.5rem; } }
      .p-top__area figure img {
        display: block;
        border: 3px solid #BC2121;
        border-radius: 25px; }
        @media screen and (max-width: 767px) {
          .p-top__area figure img {
            border: .15rem solid #BC2121;
            border-radius: 1.25rem; } }
      .p-top__area figure + p {
        text-align: center;
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.6;
        margin-bottom: 55px; }
        @media screen and (max-width: 767px) {
          .p-top__area figure + p {
            font-size: calc(1.2rem + 4 * (100vw - 320px)/450);
            margin-bottom: 4rem; } }
        @media screen and (max-width: 480px) {
          .p-top__area figure + p {
            font-size: 1.2rem; } }
        .p-top__area figure + p span {
          display: block;
          font-size: 3rem;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            .p-top__area figure + p span {
              font-size: calc(1.5rem + 4 * (100vw - 320px)/450); } }
          @media screen and (max-width: 480px) {
            .p-top__area figure + p span {
              font-size: 1.5rem; } }
  .p-wrapper {
    position: relative;
    overflow: hidden;
    background: #fff; }
    @media screen and (max-width: 767px) {
      .p-wrapper {
        background: #fff url("../img/common/bg-sakura2.png") repeat-y center 154vw/160vw auto; } }
  .p-main {
    position: relative;
    background: url("../img/common/bg-sakura.png") repeat-y center -45px;
    padding-bottom: 120px; }
    @media screen and (max-width: 767px) {
      .p-main {
        background: none;
        padding-bottom: 0; } }
  .p-nav {
    padding: 60px 0 140px; }
    @media screen and (max-width: 767px) {
      .p-nav {
        width: 100%;
        position: fixed;
        opacity: 0;
        height: 0;
        left: 0;
        top: 0;
        z-index: -1;
        transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
        transform: translate(0, -6rem);
        overflow-y: auto;
        padding: 5rem 2.5rem 5rem;
        background: rgba(0, 0, 0, 0.8); }
        .p-nav.show {
          opacity: 1;
          position: fixed;
          height: 100%;
          transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
          transform: translate(0, 0);
          transform: translateZ(0);
          z-index: 100; } }
    .p-nav__list {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin: 0 auto;
      max-width: 1391px;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .p-nav__list {
          flex-direction: column;
          max-width: 100%; } }
      .p-nav__list li {
        border-right: 2px solid #000; }
        @media screen and (max-width: 767px) {
          .p-nav__list li {
            border-right: none; } }
        .p-nav__list li:last-child {
          border-right: 0; }
        .p-nav__list li a {
          font-size: 3rem;
          font-weight: 900;
          font-family: 'Noto Serif JP', "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          padding: 0 50px;
          transition: color .3s; }
          @media screen and (max-width: 1439px) {
            .p-nav__list li a {
              padding: 0 2vw;
              font-size: 2.4vw; } }
          @media screen and (max-width: 1023px) {
            .p-nav__list li a {
              font-size: 2.5rem; } }
          @media screen and (max-width: 767px) {
            .p-nav__list li a {
              display: block;
              color: #fff;
              padding: 2.5rem 0;
              font-size: calc(2rem + 4 * (100vw - 320px)/450); } }
          .p-nav__list li a:hover {
            color: #E63230; }
            @media screen and (max-width: 767px) {
              .p-nav__list li a:hover {
                color: #fff; } }
          .p-nav__list li a.current {
            color: #E63230; }
        .p-nav__list li:first-child a {
          padding-left: 0; }
          @media screen and (max-width: 1439px) {
            .p-nav__list li:first-child a {
              padding-left: 2vw; } }
        .p-nav__list li:last-child a {
          padding-right: 0; }
          @media screen and (max-width: 1439px) {
            .p-nav__list li:last-child a {
              padding-right: 2vw; } }
    .p-nav h2 {
      width: 65%;
      margin: 0 auto 2.5vw; }
    .p-nav.page {
      padding: 40px 0 140px; }
  .p-ttl--h2 {
    position: relative;
    font-size: 3rem;
    font-weight: 900;
    font-family: 'Noto Serif JP', "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #E63230;
    background: url("../img/common/bg-ttl.svg") no-repeat left center/100% auto;
    width: 100%;
    height: auto;
    max-width: 666px;
    aspect-ratio: 666 / 133;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 70px; }
    @media screen and (max-width: 767px) {
      .p-ttl--h2 {
        max-width: 100%;
        width: 65.2%;
        aspect-ratio: 489 / 117;
        font-size: calc(1.25rem + 4 * (100vw - 320px)/450);
        margin-bottom: 5rem; } }
    @media screen and (max-width: 480px) {
      .p-ttl--h2 {
        font-size: 1.25rem; } }
    .p-ttl--h2 span {
      font-weight: 900; }
  .p-btn__wh {
    width: 450px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .p-btn__wh {
        width: 60%; } }
  .p-btn__type01 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    aspect-ratio: 450 / 87;
    background: url("../img/common/bg-btn.svg");
    background-size: 100% auto;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    transition: opacity .3s; }
    @media screen and (max-width: 767px) {
      .p-btn__type01 {
        transition: none; } }
    .p-btn__type01:hover {
      opacity: .7; }
      @media screen and (max-width: 767px) {
        .p-btn__type01:hover {
          opacity: 1; } }
    @media screen and (max-width: 767px) {
      .p-btn__type01 {
        font-size: calc(1.25rem + 4 * (100vw - 320px)/450); } }
    @media screen and (max-width: 480px) {
      .p-btn__type01 {
        font-size: 1.25rem; } }
  @media screen and (max-width: 767px) {
    .p-news-box {
      width: 81.333%;
      margin: 0 auto 4rem; }
      .p-news-box ul {
        flex-direction: column; } }
  .p-news-box li {
    position: relative;
    width: 740px !important; }
    @media screen and (max-width: 767px) {
      .p-news-box li {
        width: 100% !important;
        margin-bottom: 2rem; }
        .p-news-box li:nth-child(n+4) {
          display: none; }
        .p-news-box li:last-child {
          margin-bottom: 0; } }
    .p-news-box li::before, .p-news-box li::after {
      content: "";
      position: absolute;
      display: block;
      background: #BC2121;
      height: 60px;
      width: 60px;
      clip-path: polygon(0 0, 0 100%, 100% 0%);
      z-index: 10; }
      @media screen and (max-width: 767px) {
        .p-news-box li::before, .p-news-box li::after {
          height: 8.2vw;
          width: 8.2vw;
          height: 2.5rem;
          width: 2.5rem; } }
    .p-news-box li::before {
      left: 0;
      top: 0; }
    .p-news-box li::after {
      right: 0;
      bottom: 0;
      transform: rotate(180deg); }
    .p-news-box li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100% !important;
      background: rgba(255, 255, 255, 0.4);
      border: 9px solid #E0B734;
      padding: 30px 40px 50px 40px;
      transition: opacity .3s; }
      @media screen and (max-width: 767px) {
        .p-news-box li a {
          transition: none; } }
      .p-news-box li a:hover {
        opacity: .7; }
        @media screen and (max-width: 767px) {
          .p-news-box li a:hover {
            opacity: 1; } }
      @media screen and (max-width: 767px) {
        .p-news-box li a {
          border: .35rem solid #E0B734;
          padding: 1.5rem 2rem 2rem 2rem; } }
      .p-news-box li a::before, .p-news-box li a::after {
        content: "";
        position: absolute;
        display: block;
        background: #E0B734;
        height: 60px;
        width: 60px;
        clip-path: polygon(0 0, 0 100%, 100% 100%);
        z-index: 10; }
        @media screen and (max-width: 767px) {
          .p-news-box li a::before, .p-news-box li a::after {
            height: 8.2vw;
            width: 8.2vw;
            height: 2.5rem;
            width: 2.5rem; } }
      .p-news-box li a::before {
        right: -9px;
        top: -9px;
        transform: rotate(180deg); }
        @media screen and (max-width: 767px) {
          .p-news-box li a::before {
            right: -.35rem;
            top: -.35rem; } }
      .p-news-box li a::after {
        left: -9px;
        bottom: -9px; }
        @media screen and (max-width: 767px) {
          .p-news-box li a::after {
            left: -.35rem;
            bottom: -.35rem; } }
      .p-news-box li a figure img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 640 / 360; }
        @media screen and (max-width: 767px) {
          .p-news-box li a figure img {
            aspect-ratio: 528 / 297; } }
      .p-news-box li a dl {
        margin-top: 25px; }
        @media screen and (max-width: 767px) {
          .p-news-box li a dl {
            margin-top: 1rem; } }
        .p-news-box li a dl dt {
          font-size: 2.4rem;
          font-weight: bold;
          font-feature-settings: "palt";
          margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
            .p-news-box li a dl dt {
              font-size: calc(1.3rem + 4 * (100vw - 320px)/450);
              margin-bottom: 1rem;
              line-height: 1.2; } }
          @media screen and (max-width: 480px) {
            .p-news-box li a dl dt {
              font-size: 1.3rem; } }
        .p-news-box li a dl dd p {
          font-size: 1.8rem;
          font-weight: 600;
          line-height: 1.25;
          font-feature-settings: "palt"; }
          @media screen and (max-width: 767px) {
            .p-news-box li a dl dd p {
              font-size: calc(1.1rem + 4 * (100vw - 320px)/450); } }
          @media screen and (max-width: 480px) {
            .p-news-box li a dl dd p {
              font-size: 1.1rem; } }
  .p-news-box__date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 30px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .p-news-box__date {
        min-height: 1.1rem;
        margin-bottom: .35rem; } }
    .p-news-box__date em {
      background: #E63230;
      width: auto;
      text-align: center;
      color: #fff;
      font-family: "Oswald", "DIN 2014", "DIN-2014", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-size: 2rem;
      font-weight: 600;
      padding: 5px 9px;
      min-width: 64px; }
      @media screen and (max-width: 767px) {
        .p-news-box__date em {
          font-size: calc(.8rem + 4 * (100vw - 320px)/450);
          min-width: inherit; } }
    .p-news-box__date span {
      font-family: "Oswald", "DIN 2014", "DIN-2014", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-size: 2rem;
      font-weight: 600;
      margin-left: auto; }
      @media screen and (max-width: 767px) {
        .p-news-box__date span {
          font-size: calc(.8rem + 4 * (100vw - 320px)/450); } }
  .p-news-box .swiper-pagination {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 100px 0 60px;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .p-news-box .swiper-pagination {
        display: none; } }
    .p-news-box .swiper-pagination .swiper-pagination-bullet {
      width: 50px;
      height: 50px;
      cursor: pointer;
      -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
      transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
      background: url("../img/news/ic-indicator.svg") no-repeat left center/contain;
      width: 50px;
      height: 50px;
      margin-left: 30px !important; }
      .p-news-box .swiper-pagination .swiper-pagination-bullet-active {
        background: url("../img/news/ic-indicator_on.svg") no-repeat left center/contain; }
  .p-header {
    position: relative;
    width: 100vw;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: url("../img/common/page-header.png") no-repeat center top/cover;
    height: 19.166vw; }
    @media screen and (max-width: 1023px) {
      .p-header {
        width: 100%;
        background-size: 100% auto;
        height: 35.93625vw; } }
    @media screen and (max-width: 767px) {
      .p-header {
        background: url("../img/common/page-header_sp.png") no-repeat center top/cover;
        height: 35.466vw; } }
    .p-header > div {
      position: relative;
      height: 100%; }
    .p-header__logo {
      width: 29.114%;
      margin: 0 auto;
      position: absolute;
      top: 1.5625vw;
      left: 1.04%; }
      @media screen and (max-width: 767px) {
        .p-header__logo {
          width: 45.6%;
          left: 27.333vw;
          top: 4vw; } }
      .p-header__logo a {
        display: block;
        transition: .3s; }
        @media screen and (max-width: 767px) {
          .p-header__logo a {
            transition: none; } }
        .p-header__logo a:hover {
          filter: brightness(1.2); }
          @media screen and (max-width: 767px) {
            .p-header__logo a:hover {
              filter: brightness(1); } }
  .p-page {
    /*  News / Topics  */
    /*  News Detail  */
    /*  Area  */
    /*  Area  */ }
    .p-page__inner {
      width: 100%;
      max-width: 1364px;
      margin: 0 auto; }
      @media screen and (max-width: 1439px) {
        .p-page__inner {
          width: 90%; } }
      @media screen and (max-width: 767px) {
        .p-page__inner {
          max-width: 100%;
          width: 87.2%;
          margin-bottom: 6rem; } }
      @media screen and (max-width: 767px) {
        .p-page__inner.editor-box h2 {
          margin-bottom: 2rem; } }
      .p-page__inner.editor-box h3 {
        font-size: 2.6rem;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 40px; }
        @media screen and (max-width: 767px) {
          .p-page__inner.editor-box h3 {
            font-size: calc(1.5rem + 4 * (100vw - 320px)/450);
            margin-bottom: 2.5rem; } }
        @media screen and (max-width: 480px) {
          .p-page__inner.editor-box h3 {
            font-size: 1.5rem; } }
      .p-page__inner.editor-box h4 {
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .p-page__inner.editor-box h4 {
            font-size: calc(1.4rem + 4 * (100vw - 320px)/450);
            margin-bottom: 2rem; } }
        @media screen and (max-width: 480px) {
          .p-page__inner.editor-box h4 {
            font-size: 1.4rem; } }
      .p-page__inner.editor-box h5 {
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 25px; }
        @media screen and (max-width: 767px) {
          .p-page__inner.editor-box h5 {
            font-size: calc(1.35rem + 4 * (100vw - 320px)/450);
            margin-bottom: 2rem; } }
        @media screen and (max-width: 480px) {
          .p-page__inner.editor-box h5 {
            font-size: 1.35rem; } }
      .p-page__inner.editor-box h6 {
        font-size: 2.1rem;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 25px; }
        @media screen and (max-width: 767px) {
          .p-page__inner.editor-box h6 {
            font-size: calc(1.3rem + 4 * (100vw - 320px)/450);
            margin-bottom: 2rem; } }
        @media screen and (max-width: 480px) {
          .p-page__inner.editor-box h6 {
            font-size: 1.3rem; } }
      .p-page__inner.editor-box p {
        font-size: 2rem !important;
        font-weight: 500 !important;
        margin-bottom: 40px;
        line-height: 1.6; }
        @media screen and (max-width: 767px) {
          .p-page__inner.editor-box p {
            font-size: calc(1.3rem + 4 * (100vw - 320px)/450) !important;
            margin-bottom: 2rem; } }
        @media screen and (max-width: 480px) {
          .p-page__inner.editor-box p {
            font-size: 1.3rem !important; } }
        .p-page__inner.editor-box p:last-of-type {
          margin-bottom: 0; }
      .p-page__inner.editor-box ul {
        margin-bottom: 40px; }
        @media screen and (max-width: 767px) {
          .p-page__inner.editor-box ul {
            margin-bottom: 2rem; } }
        .p-page__inner.editor-box ul li {
          font-size: 2rem;
          line-height: 1.4;
          margin-bottom: 1rem;
          text-indent: -.5em;
          margin-left: .5em;
          font-weight: 500; }
          .p-page__inner.editor-box ul li::before {
            content: "・";
            display: inline-block; }
          @media screen and (max-width: 767px) {
            .p-page__inner.editor-box ul li {
              font-size: calc(1.3rem + 4 * (100vw - 320px)/450); } }
          @media screen and (max-width: 480px) {
            .p-page__inner.editor-box ul li {
              font-size: 1.3rem; } }
          .p-page__inner.editor-box ul li:last-child {
            margin-bottom: 0; }
      .p-page__inner.editor-box table th, .p-page__inner.editor-box table td {
        padding: 20px 10px;
        line-height: 1.4;
        vertical-align: middle;
        font-size: 1.8rem; }
        @media screen and (max-width: 767px) {
          .p-page__inner.editor-box table th, .p-page__inner.editor-box table td {
            font-size: calc(1.3rem + 4 * (100vw - 320px)/450);
            padding: 1rem; } }
        @media screen and (max-width: 480px) {
          .p-page__inner.editor-box table th, .p-page__inner.editor-box table td {
            font-size: 1.3rem; } }
    @media screen and (max-width: 767px) {
      .p-page__news {
        margin-top: 2rem; } }
    .p-page .p-news-box {
      width: 100%;
      max-width: 1536px;
      margin: 0 auto 90px; }
      @media screen and (max-width: 1536px) {
        .p-page .p-news-box {
          padding: 0 10px; } }
      @media screen and (max-width: 767px) {
        .p-page .p-news-box {
          padding: 0;
          width: 81.33%;
          margin: 0 auto 8rem; } }
      .p-page .p-news-box ul {
        display: flex;
        flex-wrap: wrap;
        gap: 56px 3.646%; }
        @media screen and (max-width: 767px) {
          .p-page .p-news-box ul {
            flex-direction: column;
            gap: 2rem 0; } }
        .p-page .p-news-box ul li {
          width: 48.177% !important; }
          @media screen and (max-width: 767px) {
            .p-page .p-news-box ul li {
              width: 100% !important;
              margin-bottom: inherit; }
              .p-page .p-news-box ul li:nth-child(n+4) {
                display: block; }
              .p-page .p-news-box ul li:nth-child(3) {
                margin-bottom: inherit; } }
          .p-page .p-news-box ul li a figure img {
            width: 100%;
            object-fit: cover;
            aspect-ratio: 640 / 360;
            height: 100%; }
            @media screen and (max-width: 1279px) {
              .p-page .p-news-box ul li a figure img {
                aspect-ratio: 528 / 297; } }
    .p-page .news-detail {
      width: 100%;
      max-width: 1364px;
      margin: 0 auto 80px; }
      @media screen and (max-width: 1439px) {
        .p-page .news-detail {
          width: 90%; } }
      @media screen and (max-width: 767px) {
        .p-page .news-detail {
          max-width: 100%;
          width: 81.333%;
          margin: 2rem auto 8rem; } }
      .p-page .news-detail .news-date {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 60px;
        margin-bottom: 50px; }
        @media screen and (max-width: 767px) {
          .p-page .news-detail .news-date {
            min-height: 1.85rem;
            margin-bottom: 1.2rem; } }
        .p-page .news-detail .news-date em {
          background: #E63230;
          width: auto;
          text-align: center;
          color: #fff;
          font-family: "Oswald", "DIN 2014", "DIN-2014", sans-serif;
          font-optical-sizing: auto;
          font-weight: 600;
          font-style: normal;
          font-size: 4.4rem;
          font-weight: 600;
          padding: 5px 25px;
          min-width: 147px; }
          @media screen and (max-width: 767px) {
            .p-page .news-detail .news-date em {
              font-size: calc(1.25rem + 4 * (100vw - 320px)/450);
              min-width: inherit;
              padding: 5px .85rem; } }
          @media screen and (max-width: 480px) {
            .p-page .news-detail .news-date em {
              font-size: 1.25rem; } }
        .p-page .news-detail .news-date span {
          font-family: "Oswald", "DIN 2014", "DIN-2014", sans-serif;
          font-optical-sizing: auto;
          font-weight: 600;
          font-style: normal;
          font-size: 3.6rem;
          font-weight: 600;
          margin-left: auto; }
          @media screen and (max-width: 767px) {
            .p-page .news-detail .news-date span {
              font-size: calc(1.5rem + 4 * (100vw - 320px)/450); } }
          @media screen and (max-width: 480px) {
            .p-page .news-detail .news-date span {
              font-size: 1.5rem; } }
      .p-page .news-detail .news-entry img {
        display: block;
        width: auto;
        margin: 0 auto 40px; }
        @media screen and (max-width: 767px) {
          .p-page .news-detail .news-entry img {
            width: 100%;
            margin-bottom: 2.5rem; } }
      .p-page .news-detail .news-entry h2 {
        font-size: 4.2rem !important;
        font-weight: bold;
        line-height: 1.286;
        margin-bottom: 60px; }
        @media screen and (max-width: 767px) {
          .p-page .news-detail .news-entry h2 {
            font-size: calc(1.6rem + 4 * (100vw - 320px)/450) !important;
            line-height: 1.6875;
            margin-bottom: 2.1rem; } }
        @media screen and (max-width: 480px) {
          .p-page .news-detail .news-entry h2 {
            font-size: 1.6rem !important; } }
      .p-page .news-detail .news-entry p {
        font-size: 3.2rem !important;
        font-weight: 600;
        line-height: 1.5625; }
        @media screen and (max-width: 767px) {
          .p-page .news-detail .news-entry p {
            font-size: calc(1.3rem + 4 * (100vw - 320px)/450) !important;
            line-height: 1.7; } }
        @media screen and (max-width: 480px) {
          .p-page .news-detail .news-entry p {
            font-size: 1.3rem !important; } }
      .p-page .news-detail .news-entry .youtube {
        margin-top: 60px;
        width: 100%;
        aspect-ratio: 16 / 9; }
        @media screen and (max-width: 767px) {
          .p-page .news-detail .news-entry .youtube {
            margin-top: 3rem; } }
        .p-page .news-detail .news-entry .youtube iframe {
          width: 100%;
          height: 100%; }
    .p-page__area--01 {
      width: 100%;
      max-width: 1364px;
      padding-bottom: 100px;
      border-bottom: 1px solid #BC2121;
      margin: 0 auto 115px; }
      @media screen and (max-width: 1439px) {
        .p-page__area--01 {
          width: 90%; } }
      @media screen and (max-width: 767px) {
        .p-page__area--01 {
          max-width: 100%;
          width: 87.333%;
          padding-bottom: 3.2rem;
          margin-bottom: 5.7rem; } }
      @media screen and (max-width: 767px) {
        .p-page__area--01 hgroup h2 {
          margin-bottom: 2rem; } }
      .p-page__area--01 hgroup p {
        text-align: center;
        margin-bottom: 35px; }
        @media screen and (max-width: 767px) {
          .p-page__area--01 hgroup p {
            margin-bottom: 1.6rem; } }
        .p-page__area--01 hgroup p span {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 4rem;
          font-weight: 900;
          font-family: 'Noto Serif JP', "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          margin-bottom: 30px;
          letter-spacing: -1px; }
          @media screen and (max-width: 767px) {
            .p-page__area--01 hgroup p span {
              font-size: calc(1.6rem + 4 * (100vw - 320px)/450);
              margin-bottom: 1.39rem; } }
          @media screen and (max-width: 480px) {
            .p-page__area--01 hgroup p span {
              font-size: 1.6rem;
              white-space: nowrap; } }
          .p-page__area--01 hgroup p span::before, .p-page__area--01 hgroup p span::after {
            content: "";
            background: #707070;
            width: 54px;
            height: 2px;
            position: relative; }
            @media screen and (max-width: 767px) {
              .p-page__area--01 hgroup p span::before, .p-page__area--01 hgroup p span::after {
                height: 1px;
                width: 2.7rem; } }
          .p-page__area--01 hgroup p span::before {
            transform: rotate(70deg); }
          .p-page__area--01 hgroup p span::after {
            transform: rotate(-70deg);
            left: -20px; }
            @media screen and (max-width: 767px) {
              .p-page__area--01 hgroup p span::after {
                left: -1rem; } }
        .p-page__area--01 hgroup p em {
          display: block;
          color: #CC0000;
          font-size: 6.2rem;
          font-weight: 900; }
          @media screen and (max-width: 1363px) {
            .p-page__area--01 hgroup p em {
              font-size: 5.2rem; } }
          @media screen and (max-width: 767px) {
            .p-page__area--01 hgroup p em {
              font-size: calc(2.9rem + 4 * (100vw - 320px)/450);
              line-height: 1.4; } }
          @media screen and (max-width: 480px) {
            .p-page__area--01 hgroup p em {
              font-size: 2.9rem; } }
      .p-page__area--01 figure {
        width: 100%;
        max-width: 1364px;
        margin: 0 auto 40px; }
        @media screen and (max-width: 1363px) {
          .p-page__area--01 figure {
            width: 96%; } }
        @media screen and (max-width: 767px) {
          .p-page__area--01 figure {
            max-width: 100%;
            width: 100%;
            margin-bottom: 1.5rem; } }
        .p-page__area--01 figure img {
          display: block;
          border: 3px solid #BC2121;
          border-radius: 25px; }
          @media screen and (max-width: 767px) {
            .p-page__area--01 figure img {
              border: .15rem solid #BC2121;
              border-radius: 1.25rem; } }
        .p-page__area--01 figure + p {
          text-align: center;
          font-size: 3.5rem;
          font-weight: 600;
          line-height: 1.7; }
          @media screen and (max-width: 767px) {
            .p-page__area--01 figure + p {
              font-size: calc(1.2rem + 4 * (100vw - 320px)/450); } }
          @media screen and (max-width: 480px) {
            .p-page__area--01 figure + p {
              font-size: 1.2rem; } }
          .p-page__area--01 figure + p span {
            display: block;
            font-size: 5rem;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              .p-page__area--01 figure + p span {
                font-size: calc(1.5rem + 4 * (100vw - 320px)/450); } }
            @media screen and (max-width: 480px) {
              .p-page__area--01 figure + p span {
                font-size: 1.5rem; } }
    .p-page__area--02 {
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .p-page__area--02 {
          margin-bottom: 4rem; } }
      .p-page__area--02 .area-box {
        width: 100%;
        max-width: 1364px;
        margin: 0 auto 105px; }
        @media screen and (max-width: 1439px) {
          .p-page__area--02 .area-box {
            width: 90%; } }
        @media screen and (max-width: 767px) {
          .p-page__area--02 .area-box {
            max-width: 100%;
            width: 87.2%;
            margin-bottom: 3rem; } }
        .p-page__area--02 .area-box > div {
          display: flex;
          justify-content: space-between; }
          @media screen and (max-width: 767px) {
            .p-page__area--02 .area-box > div {
              align-items: center;
              margin-bottom: 1.75rem; } }
          .p-page__area--02 .area-box > div > div {
            width: 16.13%; }
            @media screen and (max-width: 767px) {
              .p-page__area--02 .area-box > div > div {
                width: 15.9%; } }
            .p-page__area--02 .area-box > div > div em {
              display: block; }
              .p-page__area--02 .area-box > div > div em img {
                width: auto; }
                @media screen and (max-width: 767px) {
                  .p-page__area--02 .area-box > div > div em img {
                    width: 100%; } }
          @media screen and (max-width: 767px) {
            .p-page__area--02 .area-box > div + p {
              font-size: calc(1.2rem + 4 * (100vw - 320px)/450);
              line-height: 1.6;
              margin-bottom: 1.5rem; } }
          @media screen and (max-width: 480px) {
            .p-page__area--02 .area-box > div + p {
              font-size: 1.2rem; } }
        .p-page__area--02 .area-box hgroup {
          width: 79.17%;
          position: relative;
          margin-bottom: 57px; }
          @media screen and (max-width: 767px) {
            .p-page__area--02 .area-box hgroup {
              width: 77.25%;
              margin-bottom: 0; } }
          .p-page__area--02 .area-box hgroup h3 {
            font-size: 5.2rem;
            font-weight: bold;
            color: #BC2121;
            margin-bottom: 34px;
            font-feature-settings: "palt"; }
            @media screen and (max-width: 767px) {
              .p-page__area--02 .area-box hgroup h3 {
                font-size: calc(1.9rem + 4 * (100vw - 320px)/450);
                line-height: 1.18;
                margin-bottom: 0; } }
            @media screen and (max-width: 480px) {
              .p-page__area--02 .area-box hgroup h3 {
                font-size: 1.9rem; } }
          .p-page__area--02 .area-box hgroup p {
            font-size: 3.5rem;
            font-weight: bold;
            line-height: 1.7;
            letter-spacing: .085em; }
            @media screen and (max-width: 767px) {
              .p-page__area--02 .area-box hgroup p {
                display: none; } }
        .p-page__area--02 .area-box figure {
          width: 100%;
          max-width: 1041px;
          margin: 0 auto; }
    .p-page__404 {
      width: 100%;
      max-width: 1364px;
      margin: 0 auto; }
      @media screen and (max-width: 1363px) {
        .p-page__404 {
          width: 90%; } }
      @media screen and (max-width: 767px) {
        .p-page__404 {
          max-width: 100%;
          width: 87.2%;
          margin-bottom: 6rem; } }
      .p-page__404 p {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1.4;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .p-page__404 p {
            font-size: calc(1.2rem + 4 * (100vw - 320px)/450); } }
        @media screen and (max-width: 480px) {
          .p-page__404 p {
            font-size: 1.2rem; } }
        .p-page__404 p + div {
          margin-top: 60px; }
          @media screen and (max-width: 767px) {
            .p-page__404 p + div {
              margin-top: 3rem; } }

/* view anime */
@-webkit-keyframes fade-in {
  0% {
    transform: translateY(0px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-in {
  0% {
    transform: translateY(0px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.is-fade_in {
  opacity: 0; }

.is-fade_in.is-fade_in--done {
  opacity: 1;
  -webkit-animation: fade-in 2s ease 0s;
  animation: fade-in 2s ease 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fade-up {
  0% {
    transform: translateY(40px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-up {
  0% {
    transform: translateY(40px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.is-fade_up {
  opacity: 0; }

.is-fade_up.is-fade_up--done {
  opacity: 1;
  -webkit-animation: fade-up 1s ease 0.1s;
  animation: fade-up 1s ease 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.error404 .p-wrapper,
.error404 .p-main {
  background: none !important;
  background-color: #fff; }

.wp-pagenavi {
  text-align: center;
  margin-top: 120px; }
  @media screen and (max-width: 767px) {
    .wp-pagenavi {
      margin-top: 4rem; } }
  .wp-pagenavi span {
    font-size: 3rem;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .wp-pagenavi span {
        font-size: calc(1.15rem + 4 * (100vw - 320px)/450);
        line-height: 2; } }
    @media screen and (max-width: 480px) {
      .wp-pagenavi span {
        font-size: 1.15rem; } }
    .wp-pagenavi span.current {
      font-weight: bold;
      border-right: 1px solid #000;
      padding: 0 40px; }
      @media screen and (max-width: 1180px) {
        .wp-pagenavi span.current {
          padding: 0 25px; } }
      @media screen and (max-width: 767px) {
        .wp-pagenavi span.current {
          padding: 0 1.6rem; } }
    .wp-pagenavi span.pages {
      display: none; }
    .wp-pagenavi span.extend {
      border-right: 1px solid #000;
      padding: 0 40px; }
      @media screen and (max-width: 1180px) {
        .wp-pagenavi span.extend {
          padding: 0 25px; } }
      @media screen and (max-width: 767px) {
        .wp-pagenavi span.extend {
          padding: 0 1.6rem; } }
      .wp-pagenavi span.extend.last-of-type {
        display: none; }
  .wp-pagenavi a {
    font-size: 3rem;
    font-weight: 600;
    padding: 0 40px;
    border-right: 1px solid #000; }
    @media screen and (max-width: 1180px) {
      .wp-pagenavi a {
        padding: 0 25px; } }
    @media screen and (max-width: 767px) {
      .wp-pagenavi a {
        font-size: calc(1.15rem + 4 * (100vw - 320px)/450);
        padding: 0 1.6rem;
        line-height: 2; } }
    @media screen and (max-width: 480px) {
      .wp-pagenavi a {
        font-size: 1.15rem; } }
    .wp-pagenavi a.last, .wp-pagenavi a.nextpostslink {
      border-right: none; }

.is-style-ttl--h2 {
  position: relative;
  font-size: 3rem;
  font-weight: 900;
  font-family: 'Noto Serif JP', "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #E63230;
  background: url("../img/common/bg-ttl.svg") no-repeat left center/100% auto;
  width: 100%;
  height: auto;
  max-width: 666px;
  aspect-ratio: 666 / 133;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 70px; }

@media screen and (max-width: 767px) {
  .is-style-ttl--h2 {
    max-width: 100%;
    width: 65.2%;
    aspect-ratio: 489 / 117;
    font-size: calc(1.25rem + 4 * (100vw - 320px)/450);
    margin-bottom: 5rem; } }
@media screen and (max-width: 480px) {
  .is-style-ttl--h2 {
    font-size: 1.25rem; } }
.is-style-ttl--h2 span {
  font-weight: 900; }

@media print, screen and (min-width: 1025px) {
  .u-tab, .u-sp {
    display: none !important; }
  .u-pc-none {
    display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pc, .u-sp {
    display: none !important; }
  .u-tab-none {
    display: none !important; } }
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-pc, .u-tab {
    display: none !important; }
  .u-sp-none {
    display: none !important; } }
.u-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between; }
  .u-flex--w-n {
    flex-wrap: nowrap; }
  .u-flex--ai-fs {
    align-items: flex-start; }
  .u-flex--ai-c {
    align-items: center; }
  .u-flex--ai-fe {
    align-items: flex-end; }
  .u-flex--jc-fs {
    justify-content: flex-start; }
  .u-flex--jc-c {
    justify-content: center; }
  .u-flex--jc-fe {
    justify-content: flex-end; }
  .u-flex--gr-1 {
    flex-grow: 1; }
  .u-flex--gr-2 {
    flex-grow: 2; }
  .u-flex--gr-3 {
    flex-grow: 3; }
  .u-flex--gr-4 {
    flex-grow: 4; }
  .u-flex--gr-5 {
    flex-grow: 5; }
  .u-flex--sh-1 {
    flex-shrink: 1; }
  .u-flex--sh-2 {
    flex-shrink: 2; }
  .u-flex--sh-3 {
    flex-shrink: 3; }
  .u-flex--sh-4 {
    flex-shrink: 4; }
  .u-flex--sh-5 {
    flex-shrink: 5; }
[class*="u-bgc--"] a {
  text-decoration: underline; }
.u-td--n {
  text-decoration: none !important; }
  .u-td--n-hov:hover {
    text-decoration: none !important; }
.u-td--u {
  text-decoration: underline !important; }
  .u-td--u-hov:hover {
    text-decoration: underline !important; }
.u-vat {
  vertical-align: top !important; }
.u-vam {
  vertical-align: middle !important; }
.u-vab {
  vertical-align: bottom !important; }
